Description of problem: Upgrade of system with multiple HDDs with all partitions in RAID1 (including /boot) results in unbootable system. Version-Release number of selected component (if applicable): RHEL-7.9 upgraded to currently available updates # rpm -qa leapp leapp-upgrade\* leapp-0.15.1-1.el7_9.noarch leapp-upgrade-el7toel8-deps-0.18.0-3.el7_9.noarch leapp-upgrade-el7toel8-0.18.0-3.el7_9.noarch How reproducible: always Steps to Reproduce: 1. Obtain system with (at least) 2 hard drives 2. Install RHEL-7 system with following partitioning (kickstart snippet): # Partition clearing information clearpart --all --initlabel # Disk partitioning information part raid.700 --fstype="mdmember" --ondisk=vda --size=1025 part raid.706 --fstype="mdmember" --ondisk=vdb --size=1025 part raid.828 --fstype="mdmember" --ondisk=vda --size=14344 part raid.834 --fstype="mdmember" --ondisk=vdb --size=14344 part swap --fstype="swap" --size=3969 raid /boot --device=boot --fstype="xfs" --level=RAID1 raid.700 raid.706 raid / --device=root --fstype="xfs" --level=RAID1 raid.828 raid.834 3. Perform everything needed for system system upgrade 4. Run leapp upgrade 5. reboot the system to run upgrade 6. Wait for the system to be upgraded and boot Actual results: Leapp does allows to proceed with upgrade The system is upgraded The system does not boot after upgrade with grub error: error: symbol `grub_real_boot_time' not found. Expected results: The system boots successfully after the upgrade/ Additional info:
Fixed in upstream by PR: * https://github.com/oamg/leapp-repository/pull/1093