On Fri, Mar 26, 2021 at 07:28:37PM +0100, John Paul Adrian Glaubitz wrote: > 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 <pjo...@redhat.com> > > 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 <pjo...@redhat.com> > Signed-off-by: Javier Martinez Canillas <javi...@redhat.com> > Reviewed-by: Daniel Kiper <daniel.ki...@oracle.com> > > 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.
Ahhh... OK, great. So, only one bug to fix... :-) Daniel