RE: [bug #36532] boot in EFI mode (x86_64) fails on some systems

2012-07-02 Thread Stuart_Hayes
> > On 29.06.2012 22:49, stuart_ha...@dell.com wrote: > > > Vladimir, > > > > The 2.00rc1 version of grub2 still doesn't fix the efi memory map > buffer size I've been working on (though I can see you are now > allocating the efi memory map buffer very shortly before you are

Re: [bug #36532] boot in EFI mode (x86_64) fails on some systems

2012-06-29 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 29.06.2012 22:49, stuart_ha...@dell.com wrote: > Vladimir, > > The 2.00rc1 version of grub2 still doesn't fix the efi memory map buffer size I've been working on (though I can see you are now allocating the efi memory map buffer very shortly before you are calling gru

RE: [bug #36532] boot in EFI mode (x86_64) fails on some systems

2012-06-29 Thread Stuart_Hayes
> > > > Vladimir, > > > > > > > > The 2.00rc1 version of grub2 still doesn't fix the efi memory map > > > buffer size I've been working on (though I can see you are now > > > allocating the efi memory map buffer very shortly before you are > > > calling grub_efi_finish_boot_services()). > > > > > >

RE: [bug #36532] boot in EFI mode (x86_64) fails on some systems

2012-06-28 Thread Stuart_Hayes
> > > > > > Vladimir, > > > > > > The 2.00rc1 version of grub2 still doesn't fix the efi memory map > > buffer size I've been working on (though I can see you are now > > allocating the efi memory map buffer very shortly before you are > > calling grub_efi_finish_boot_services()). > > > > > > Incre

RE: [bug #36532] boot in EFI mode (x86_64) fails on some systems

2012-06-27 Thread Stuart_Hayes
c: bug-g...@gnu.org; grub-devel@gnu.org; Dominguez, Jared > Subject: Re: [bug #36532] boot in EFI mode (x86_64) fails on some > systems > > On 27.06.2012 21:59, stuart_ha...@dell.com wrote: > > >> > >> Well, this works, too (on top of HEAD from 7 june). > >

Re: [bug #36532] boot in EFI mode (x86_64) fails on some systems

2012-06-27 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 27.06.2012 21:59, stuart_ha...@dell.com wrote: >> >> Well, this works, too (on top of HEAD from 7 june). >> >> >> --- ../../grub/grub-core/loader/i386/linux.c 2012-05-31 >> 12:59:19.0 -0400 >> +++ grub-core/loader/i386/linux.c2012-06-12 20:47:51.455718055 -0400 >> @@ -139,7 +139,7 @

RE: [bug #36532] boot in EFI mode (x86_64) fails on some systems

2012-06-27 Thread Stuart_Hayes
> > Well, this works, too (on top of HEAD from 7 june). > > > --- ../../grub/grub-core/loader/i386/linux.c 2012-05-31 > 12:59:19.0 -0400 > +++ grub-core/loader/i386/linux.c 2012-06-12 20:47:51.455718055 -0400 > @@ -139,7 +139,7 @@ find_efi_mmap_size (void) > >/* Increase the si

Re: [bug #36532] boot in EFI mode (x86_64) fails on some systems

2012-05-27 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 24.05.2012 19:27, stuart_ha...@dell.com wrote: > Hello… > > > > I just submitted a grub2 bug, along with a patch, at > . Could you test the attached patch on top of HEAD? -- Regards Vladimir 'φ-coder/phcoder' Serbinenko === modified file 'grub-core/loa

Re: [bug #36532] boot in EFI mode (x86_64) fails on some systems

2012-05-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 24.05.2012 19:27, stuart_ha...@dell.com wrote: > Hello… > > > > I just submitted a grub2 bug, along with a patch, at > . > > > > Is that the right place for a patch, or should I sent it to this mailing > list? This patch is for 1.99. Could you updat