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()). Increasing the

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()). Increasing the mmap_size in

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 size a bit

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
...@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). --- ../../grub/grub-core/loader/i386/linux.c 2012-05-31 12:59:19.0

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

2012-06-15 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 11.06.2012 22:10, stuart_ha...@dell.com wrote: 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' ---

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

2012-06-12 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 12.06.2012 21:37, stuart_ha...@dell.com wrote: - - mmap_size = (1 12); - while (1) -{ - int ret; - grub_efi_memory_descriptor_t *mmap; - grub_efi_uintn_t desc_size; - - mmap = grub_malloc (mmap_size); - if (! mmap) - return 0; - - ret =

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

2012-06-12 Thread Stuart_Hayes
- - mmap_size = (1 12); - while (1) -{ - int ret; - grub_efi_memory_descriptor_t *mmap; - grub_efi_uintn_t desc_size; - - mmap = grub_malloc (mmap_size); - if (! mmap) - return 0; - - ret = grub_efi_get_memory_map (mmap_size, mmap,

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 + +++

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

2012-06-07 Thread Vladimir 'φ-coder/phcoder' Serbinenko
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

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

2012-05-31 Thread Vladimir Serbinenko
Update of bug #36532 (project grub): Status:None = Fixed Open/Closed:Open = Closed ___ Follow-up Comment #1: Considering that my

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

2012-05-31 Thread Stuart_Hayes
: Vladimir Serbinenko [mailto:invalid.nore...@gnu.org] Sent: Thursday, May 31, 2012 6:29 AM To: Vladimir Serbinenko; Hayes, Stuart; Dominguez, Jared; bug-grub@gnu.org Subject: [bug #36532] boot in EFI mode (x86_64) fails on some systems Update of bug #36532 (project grub): Status

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

2012-05-23 Thread stuart hayes
URL: http://savannah.gnu.org/bugs/?36532 Summary: boot in EFI mode (x86_64) fails on some systems Project: GNU GRUB Submitted by: stuart_hayes Submitted on: Wed 23 May 2012 07:33:10 PM GMT Category: Booting