-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to kexec boot system #118
Comments
Testing an earlier install of python3-kiwi resulting in the same issue arrising:
So this version is thought to pre-date the oem reboot settings changes mentioned above. |
There is an upstream pull request to address this issue. We are awaiting a requested review and it's merge, if that is what happens, before closing this issue post out own tests which are tricky before package update release given the nature and location of the associated fix. I.e. the proposed upstream fix is within the initrd used by the installer itself. |
The upstream pull request in question (OSInside/kiwi#2183) has now been merged and published as part of kiwi-ng 9.24.48 (https://github.com/OSInside/kiwi/releases/tag/v9.24.48). |
Our
image="oem"
andinstalliso="true"
Leap15.3.x86_64 profile currently produces an installer iso that fails to KEXEC it's way from the installer to the freshly-transferred/installed image. Resulting in the following message:"Failed to kexec boot system" with an OK option.
Waiting 1 minute or so, or selecting OK, results in a reboot into the oem/jeos-firstboot image which then works as intended.
Previously, on earlier installer builds with this profile the installed system was successfully invoked form the installer just after the image was transferred to the intended system disk selected in the "Loading ..." step. As per our doc showing the progress of our iso installer here: https://rockstor.com/docs/installation/installer-howto.html
Noting changes in Feburary this year in kiwi-ng regarding expected behaviour of oem images documented here:
https://documentation.suse.com/kiwi/9/single-html/kiwi/index.html#oem-customize
referenced in the following kiwi-ng pr:
OSInside/kiwi#2055
Linking also, in the hope this helps, to kexec changes here:
OSInside/kiwi#2155
and a seemingly related recent report upstream re kexec failure here:
OSInside/kiwi#2178
Seen with opensuse Leap 15.3 host and kiwi-ng version:
The text was updated successfully, but these errors were encountered: