-
Notifications
You must be signed in to change notification settings - Fork 356
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
RHEL 9: bootupd update firmware #5760
RHEL 9: bootupd update firmware #5760
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
This is required to write an entry to the EFI boot manager, which we ought to do (anaconda does it when installing the bootloader itself). Without this, boot of the installed system will only work if it's configured to try and boot from the hard disk using the fallback path. Signed-off-by: Adam Williamson <[email protected]> (cherry picked from commit 0b2fc13) Resolves: RHEL-40897
da16a0d
to
223b0e6
Compare
/kickstart-test --kstest-pr 1260 rpm-ostree-container-bootc |
If leavebootorder was specified through kickstart or kernel boot arguments we won't pass `--update-firmware` to bootupdctl. That will avoid creation of the UEFI entry for the bootloader and give people possibility for additional tweaking or debugging. This was requested by bootloader developers. Suggested-by: Timothée Ravier <[email protected]> (cherry picked from commit 28d1aed) Resolves: RHEL-40897
223b0e6
to
7394e1f
Compare
UPDATED:
|
Let's enable this test for RHEL when this will be ready for merge: |
This PR is stale because it has been open 60 days with no activity. |
This PR was closed because it has been stalled for 30 days with no activity. |
Enable installation of the EFI entry from the bootupd project.
Backport of the #5508.
Resolves: RHEL-40897