* grub-core/loader/i386/linux.c (allocate_pages): Overwrite low memory
boot services if we have no other choice.
This commit is contained in:
parent
b9153381b8
commit
b41be5623a
2 changed files with 13 additions and 0 deletions
|
@ -259,6 +259,8 @@ allocate_pages (grub_size_t prot_size, grub_size_t *align,
|
|||
}
|
||||
#ifdef GRUB_MACHINE_EFI
|
||||
grub_efi_mmap_iterate (hook, 1);
|
||||
if (! real_mode_target)
|
||||
grub_efi_mmap_iterate (hook, 0);
|
||||
#else
|
||||
grub_mmap_iterate (hook);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue