mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Enable BSD menu on UEFI on amd64 and arm64
OpenBSD now boots fine regardless of platform or firmware.
This commit is contained in:
parent
585ff0bb5a
commit
bff5a97342
1 changed files with 2 additions and 2 deletions
|
|
@ -82,7 +82,7 @@ set menu_pci 0
|
|||
iseq ${platform} efi && goto efi ||
|
||||
goto architectures_end
|
||||
:efi
|
||||
set menu_bsd 0
|
||||
set menu_bsd 1
|
||||
set menu_freedos 0
|
||||
set menu_unix 0
|
||||
set menu_pci 0
|
||||
|
|
@ -121,7 +121,7 @@ goto clouds_end
|
|||
:metal_arm64
|
||||
set cmdline console=ttyAMA0,115200
|
||||
set ipxe_disk netboot.xyz-metal-arm64-snp.efi
|
||||
set menu_bsd 0
|
||||
set menu_bsd 1
|
||||
set menu_freedos 0
|
||||
set menu_live 0
|
||||
set menu_windows 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue