Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
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:
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory (leapp and leapp-repository bug fix and enhancement update), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2023:7230