GNU GRUB - Bugs: bug #64167, grub fails to parse LVM...
You are not allowed to post comments on this tracker with your current authentication level.
bug #64167: grub fails to parse LVM information from PV
Submitter: | Torsten Hilbrich <myrkr_el> | ||
Submitted: | Tue 09 May 2023 06:28:02 AM UTC | ||
Category: | Booting | Severity: | Major |
Priority: | 5 - Normal | Item Group: | Software Error |
Status: | None | Privacy: | Public |
Assigned to: | None | Originator Name: | Torsten Hilbrich |
Open/Closed: | Open | Release: | Git master |
Release: | Reproducibility: | Every Time | |
Planned Release: | None |
Tue 27 Jun 2023 05:48:14 AM UTC, comment #3: |
Torsten Hilbrich <myrkr_el> |
Mon 26 Jun 2023 11:50:53 PM UTC, comment #2: I suspect you've hit this bug:
|
Daniel Gnoutcheff <gnoutchd> |
Tue 09 May 2023 06:37:52 AM UTC, comment #1: Small correction, the mda_end points to just after the name "ISO-EMSIFDBO".
|
Torsten Hilbrich <myrkr_el> |
Tue 09 May 2023 06:28:02 AM UTC, original submission:
Grub version 2.06
|
Torsten Hilbrich <myrkr_el> |
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2023-05-09 | myrkr_el | Attached File | - | ![]() |
Added start-of-pv-with-error, #54713 |
I tried the patch and the error changed in my reproducer from
./grub-fstest: error: cannot open `(lvm/sinavw-SYS1)/VERSION': disk `lvm/sinavw-SYS1' not found.
to
./grub-fstest: error: cannot open `(lvm/sinavw-SYS1)/VERSION': unknown filesystem.
which is likely to due using a truncated disk image here.
So it seems that the patch helps for my problem too.