-
Notifications
You must be signed in to change notification settings - Fork 148
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
RHEL8 with EFI after upgrade to 9.x doesn't boot, because of missed GRUB config file #1261
Comments
hI @yuravk , this is actually bug in grub2 on rhel9.4. We are waiting for the fix. |
@morete Hi. I just returned from vacation. yes, it is tracked here: https://issues.redhat.com/browse/RHEL-40362 however I see it has restricted access 🤷 . Here is related KCS article: https://access.redhat.com/solutions/7075830 We will leave here a new update when we have more info. Currently we have internally new grub2 build available for testing which should fix this behaviour. So far, fixed grub2 package is expected to be released earlier than leapp-repository, that's why we have not merged any changes in this repository yet. Also the #1229 PR has been developed for a little bit different issue. Unfortunately, the fix in grub2 introduced a different problems for UEFI. That's why it's affecting now larger set of machines. |
We can confirm the problem is going to be fixed with the next grub2 9.4.z-stream release. Upgrades are passing with the new build as expected. |
@pirat89 thanks for the update. |
@morete thanks for the info, yes that should be possible workaround for now. |
I can confirm the issue was fixed for me with |
The fixed grub2 build has been released \o/ So closing the issue. But note that we realized unfortunate thing, that if the machine has created both configs (the previously applied workaround for the original issue) it breaks the upgrade again. (@morete headsup in case it's still relevant for you) |
Hey @pirat89 , thanks for the heads up... Will keep this in mind... Thanks again! |
Actual behavior
System doesn't boot because of missed
/boot/grub2/grub.cfg
GRUB configuration file, after upgrading of recent Red Hat Enterprise Linux release 8.10 to 9.4, and if Extensible Firmware Interface (EFI) is used.To Reproduce
leapp upgrade --debug
Expected behaviour
points into the broken symlink:
Upgrade worked till Red Hat Enterprise Linux release 9.4 (Plow) and GRUB version 2.06-80.el9_4.
Leapp should correctly handle such configuration.
System information (please complete the following information):
Attachments
leapp-logs.tar.gz
The text was updated successfully, but these errors were encountered: