-
Notifications
You must be signed in to change notification settings - Fork 84
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
EFI::BOOTLOADER_ERROR with RAID + UEFI #1247
Comments
Hi @advorkin, conversions to RHEL 9 are still in a preparational/experimental phase. What configuration file did you use for converting Springdale 9.2? Have you copied one of those in https://github.com/oamg/convert2rhel/tree/main/convert2rhel/data/9/x86_64/configs? |
Thank you for responding. I used one configured for springdale, but very much similar to rocky/almalinux ones. Just to provide some additional information.. this is with --debug option:
|
This seems to be similar to #1167. The lack of PART_ENTRY_NUMBER might be because of RAID with which we don't test conversions at the moment. We need to try reproducing it and then come up with a fix. |
Thank you very much for looking into it. |
Hey @bocekm! I was the reporter of #1167. The problem was indeed caused by RAID ( IIRC, I ended up adding some logic to this: convert2rhel/convert2rhel/grub.py Lines 403 to 438 in f96179b
where if dev_number was empty, the efibootmgr command would run without the --part flag. According to the efibootmgr man page, the partition number defaults to 1 , which ended up working for me.
|
Hello,
convert2rhel version: 2.0.0
I'm trying to convert from Springdale 9.2 to RedHat and getting the following error message:
I've tried to umount the partition:
After umount /dev/md2
What can be done to fix the problem? From kickstart file:
raid /boot/efi --fstype efi --device md2 --level=RAID1 raid.00 raid.10
Thank you!
The text was updated successfully, but these errors were encountered: