This PR adds an update_bootloader service to ensure a proper bootloader is installed after the system migration is complete. This resolves an issue where the following error may occur when rebooting the migrated node.
Loading Linux 4.12.14-150100.197.142-default ...
error: symbol `grub_efi_allocate_fixed' not found.
Loading initial ramdisk ...
error: symbol `grub_efi_allocate_fixed' not found.
In addition, some additional debug was added to the prepare module to provide better output for troubleshooting issues that may occur when a system has been registered with the cloudregionsrv-client files and SUSEConnect. This issue is related to:
This PR adds an update_bootloader service to ensure a proper bootloader is installed after the system migration is complete. This resolves an issue where the following error may occur when rebooting the migrated node.
In addition, some additional debug was added to the prepare module to provide better output for troubleshooting issues that may occur when a system has been registered with the cloudregionsrv-client files and SUSEConnect. This issue is related to:
https://github.com/SUSE-Enceladus/cloud-regionsrv-client/pull/118
The additional debug provides help in identifying the issue.
Bump version: 2.0.36 → 2.0.37