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

2012-06-11 Thread Stuart_Hayes
On 07.06.2012 21:02, stuart_ha...@dell.com wrote: Vladimir, On 27 May you had asked me to test a patch to see if it fixed the x86_64 EFI boot issue I was seeing (http://lists.gnu.org/archive/html/grub-devel/2012-05/msg00064.html). This patch apparently moved the linux real mode

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

2012-06-11 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 11.06.2012 21:13, stuart_ha...@dell.com wrote: On 07.06.2012 21:02, stuart_ha...@dell.com wrote: Vladimir, On 27 May you had asked me to test a patch to see if it fixed the x86_64 EFI boot issue I was seeing (http://lists.gnu.org/archive/html/grub-devel/2012-05/msg00064.html). This

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

2012-06-11 Thread Stuart_Hayes
It looks like the problem is that we set video mode. Other than that we do only mmap iterating and allocating the memory in question. How about this patch (not tested): === modified file 'grub-core/loader/i386/linux.c' --- grub-core/loader/i386/linux.c 2012-05-31 12:06:11 + +++