efi: force boot menu to show.

This commit is contained in:
Jessica Hamilton 2018-01-08 19:29:56 +13:00
parent dd485ed444
commit 3ceaa03c60

View File

@ -284,6 +284,7 @@ efi_main(EFI_HANDLE image, EFI_SYSTEM_TABLE *systemTable)
serial_enable(); serial_enable();
sBootOptions = console_check_boot_keys(); sBootOptions = console_check_boot_keys();
sBootOptions |= BOOT_OPTION_MENU;
// disable apm in case we ever load a 32-bit kernel... // disable apm in case we ever load a 32-bit kernel...
gKernelArgs.platform_args.apm.version = 0; gKernelArgs.platform_args.apm.version = 0;