Bug 2048904
Summary: | Cannot EFI chainload onto local disk when EFI partition is in Software Raid | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Renaud Métrich <rmetrich> | ||||||||
Component: | grub2 | Assignee: | Bootloader engineering team <bootloader-eng-team> | ||||||||
Status: | CLOSED ERRATA | QA Contact: | Release Test Team <release-test-team-automation> | ||||||||
Severity: | high | Docs Contact: | |||||||||
Priority: | high | ||||||||||
Version: | 8.5 | CC: | jaredz, jstodola, mlewando, pjanda, pzatko, release-test-team-automation, rharwood, sbarcomb | ||||||||
Target Milestone: | rc | Keywords: | OtherQA | ||||||||
Target Release: | --- | ||||||||||
Hardware: | x86_64 | ||||||||||
OS: | Linux | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | grub2-2.02-117.el8 | Doc Type: | If docs needed, set a value | ||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | |||||||||||
: | 2049220 (view as bug list) | Environment: | |||||||||
Last Closed: | 2022-05-10 15:31:42 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: | |||||||||||
Bug Depends On: | 2060948, 2061252 | ||||||||||
Bug Blocks: | 2049220 | ||||||||||
Attachments: |
|
Description
Renaud Métrich
2022-02-01 06:45:16 UTC
Created attachment 1858328 [details]
Proposed patch to Upstream
Upstream thread: https://lists.gnu.org/archive/html/grub-devel/2022-02/msg00001.html Created attachment 1861221 [details]
Patch improving error message (not in Upstream project)
Created attachment 1861222 [details]
Proposed patch to Upstream
Upstream thread: https://lists.gnu.org/archive/html/grub-devel/2022-02/msg00075.html Verified on grub2-2.02-117.el8: grub.cfg: -------- 8< ---------------- 8< ---------------- 8< ---------------- 8< -------- ls search --file --set=root1 /EFI/BOOT/BOOTX64.EFI echo "Normal search: $root1" search --file --efidisk-only --set=root2 /EFI/BOOT/BOOTX64.EFI echo "efidisk-only search: $root2" -------- 8< ---------------- 8< ---------------- 8< ---------------- 8< -------- Grub output: -------- 8< ---------------- 8< ---------------- 8< ---------------- 8< -------- (proc) (hd0) (hd0,gpt3) (hd0,gpt2) (hd0,gpt1) (hd1) (hd1,gpt3) (hd1,gpt2) (hd1,gpt1) (hd2) (hd2,msdos2) (lvm/rhel-root) (lvm/rhel-swap) (md/pv00) (md/boot_efi) (md/boot) Normal search: md/boot_efi efidisk-only search: hd0,gpt2 -------- 8< ---------------- 8< ---------------- 8< ---------------- 8< -------- Thank you for verification, Renaud. Marking as Verified:Tested. 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 (Low: grub2 security, 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/RHSA-2022:2110 |