Re: GRUB error: unknown filesystem on ia64
John Paul Adrian Glaubitz <[email protected]>
| Newsgroups | gmane.linux.debian.ports.ia64,gmane.comp.boot-loaders.grub.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Daniel! On 3/26/21 7:01 PM, Daniel Kiper wrote: >> I have not bisected the issue yet, but maybe anyone has got any idea? > > May I ask you to do a bisect for us? The issue was introduced by this patch as discussed here [1]: From: Peter Jones <[email protected]> Add a init_pe_section() helper function to setup PE sections. This makes the code simpler and easier to read. Signed-off-by: Peter Jones <[email protected]> Signed-off-by: Javier Martinez Canillas <[email protected]> Reviewed-by: Daniel Kiper <[email protected]> The address pointing to the modules within the GRUB core.img no longer matches the actual position of the modules. Hence, GRUB can't load the built-in modules anymore. Adrian > [1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg00244.html