Follow-up Comment #5, bug #23615 (project grub):

I hava the same problem on a Dell E6510 notebook.
After increasing MEMORY_MAP_SIZE to 0x5000 (It asks for 0x44a0), it's
working:

=== modified file 'grub-core/kern/efi/mm.c'
--- grub-core/kern/efi/mm.c     2010-08-25 01:25:18 +0000
+++ grub-core/kern/efi/mm.c     2010-09-05 21:37:46 +0000
@@ -30,7 +30,7 @@
 
 /* The size of a memory map obtained from the firmware. This must be
    a multiplier of 4KB.  */
-#define MEMORY_MAP_SIZE        0x3000
+#define MEMORY_MAP_SIZE        0x5000
 
 /* Maintain the list of allocated pages.  */
 struct allocated_page



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?23615>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
Bug-grub mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-grub

Reply via email to