* grub-core/loader/multiboot_mbi2.c: Implement EFI memory map.
This commit is contained in:
parent
00bfa988fc
commit
329550c4a9
5 changed files with 96 additions and 6 deletions
|
@ -131,12 +131,6 @@ grub_multiboot_boot (void)
|
|||
if (err)
|
||||
return err;
|
||||
|
||||
#ifdef GRUB_MACHINE_EFI
|
||||
err = grub_efi_finish_boot_services (NULL, NULL, NULL, NULL, NULL);
|
||||
if (err)
|
||||
return err;
|
||||
#endif
|
||||
|
||||
#if defined (__i386__) || defined (__x86_64__)
|
||||
grub_relocator32_boot (grub_multiboot_relocator, state, 0);
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue