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.

Bug 1547943

Summary: Cannot boot the ReaR ISO on HP Superdome X systems due to a bug in genisoimage
Product: Red Hat Enterprise Linux 7 Reporter: Renaud Métrich <rmetrich>
Component: rearAssignee: Pavel Cahyna <pcahyna>
Status: CLOSED NOTABUG QA Contact: BaseOS QE - Apps <qe-baseos-apps>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.4CC: pcahyna, rmetrich
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-02-08 18:12:57 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Renaud Métrich 2018-02-22 10:29:49 UTC
Description of problem:

HP Superdome X systems with BIOS 8.5.3 in UEFI mode may not be able to boot the recovery image, due to genisoimage's BZ 1547934.
When this happens, the following error message is seen when GRUB tries to load the initramfs:

Loading initial ramdisk ... 
error: failure reading sector 0x85a90 from 'cd0'

The failing sector may vary.


Version-Release number of selected component (if applicable):

rear-2.00-4.el7_4.x86_64


Additional info:

The ReaR code creating the efiboot.img file assumes the image must be 32MB "aligned" (rear-2.00/usr/share/rear/output/ISO/Linux-i386/700_create_efibootimg.sh).

This is likely erroneous as we believe the efiboot.img cannot exceed 32MB!
Also, when setting the image size to 32MB as it is done currently (because there is almost no file to populate with), this leads genisoimage to generate a broken boot catalog entry which apparently can make the HP Superdome X BIOS fail to load the partition into memory, causing GRUB to then fail to read the initramfs for some reason.

Comment 5 Pavel Cahyna 2019-02-08 18:12:57 UTC
The problem was solved by a BIOS update.