You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to upgrade an aarch64 node from AlmaLinux 8 to AlmaLinux 9 when I encountered an issue during the upgrade process in the booted initramfs.
While this was on aarch64, I believe this likely affects x86_64 or any other architecture. Here's the layout of the system and fstab for a reference:
Unfortunately I don't have any error output as I've already worked around it, however it's likely reproducible. The problem seems to be the fact that the systems doesn't know how to reinstall grub since it tries to use the RAID device instead of each disk.
I think this might be an issue with grub-install, however I know the AlmaLinux installer allowed this configuration (at least that's my recollection).
The work around was to:
Break the RAID1 of /boot/efi and reconfigure the system to use one disk
After the upgrade, rebuild the RAID1 again manually by making a copy of the contents of /boot/efi
Expected Behavior
I expected to leapp at least send me a warning before doing the upgrade with the suggested fix.
If you want, I'll see if I can replicate this inside of a VM to make sure it just wasn't some kind of one-off.
Steps To Reproduce
No response
Anything else?
No response
Search terms
mdadm efi
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
I was trying to upgrade an aarch64 node from AlmaLinux 8 to AlmaLinux 9 when I encountered an issue during the upgrade process in the booted initramfs.
While this was on aarch64, I believe this likely affects x86_64 or any other architecture. Here's the layout of the system and fstab for a reference:
Block devices:
fstab
Unfortunately I don't have any error output as I've already worked around it, however it's likely reproducible. The problem seems to be the fact that the systems doesn't know how to reinstall grub since it tries to use the RAID device instead of each disk.
I think this might be an issue with grub-install, however I know the AlmaLinux installer allowed this configuration (at least that's my recollection).
The work around was to:
Expected Behavior
I expected to leapp at least send me a warning before doing the upgrade with the suggested fix.
If you want, I'll see if I can replicate this inside of a VM to make sure it just wasn't some kind of one-off.
Steps To Reproduce
No response
Anything else?
No response
Search terms
mdadm efi
The text was updated successfully, but these errors were encountered: