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.
Bug 2219544 - Inplace upgrade of BIOS system with multiple HDDs with all partitions in RAID1 (including /boot) results in unbootable system.
Summary: Inplace upgrade of BIOS system with multiple HDDs with all partitions in RAID...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: leapp-repository
Version: 7.9
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Leapp Notifications Bot
QA Contact: upgrades-and-conversions
URL:
Whiteboard:
Depends On:
Blocks: 1957192
TreeView+ depends on / blocked
 
Reported: 2023-07-04 09:02 UTC by Pavel Holica
Modified: 2023-11-16 06:57 UTC (History)
2 users (show)

Fixed In Version: leapp-repository-0.18.0-5.el7_9
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-11-16 06:56:41 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker OAMG-9373 0 None None None 2023-07-04 09:06:57 UTC
Red Hat Issue Tracker RHELPLAN-161480 0 None None None 2023-07-04 09:06:48 UTC

Description Pavel Holica 2023-07-04 09:02:49 UTC
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:

Comment 3 Petr Stodulka 2023-07-17 18:38:31 UTC
Fixed in upstream by PR:
  * https://github.com/oamg/leapp-repository/pull/1093

Comment 10 errata-xmlrpc 2023-11-16 06:56:41 UTC
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


Note You need to log in before you can comment on or make changes to this bug.