Set Linux as the default boot option
This commit is contained in:
parent
606e657591
commit
4f6a07c449
2 changed files with 15 additions and 15 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
timeout 0
|
timeout 0
|
||||||
scanfor manual
|
scanfor manual
|
||||||
showtools firmware,reboot,shutdown
|
showtools firmware,reboot,shutdown
|
||||||
default_selection Memtest86+
|
default_selection Linux
|
||||||
csr_values 10,77
|
csr_values 10,77
|
||||||
#use_graphics_for osx,linux,windows
|
#use_graphics_for osx,linux,windows
|
||||||
|
|
||||||
|
|
@ -15,6 +15,18 @@ selection_small selection_small.png
|
||||||
hideui arrows,badges
|
hideui arrows,badges
|
||||||
|
|
||||||
# Entries
|
# Entries
|
||||||
|
menuentry "Linux" {
|
||||||
|
icon /EFI/boot/icons/wk_arch.png
|
||||||
|
loader /arch/boot/x86_64/vmlinuz-linux
|
||||||
|
initrd /arch/boot/intel_ucode.img
|
||||||
|
initrd /arch/boot/amd_ucode.img
|
||||||
|
initrd /arch/boot/x86_64/initramfs-linux.img
|
||||||
|
options "archisobasedir=arch archisolabel=%ARCHISO_LABEL% copytoram loglevel=3"
|
||||||
|
submenuentry "Linux (CLI)" {
|
||||||
|
add_options "nox"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
menuentry "MemTest86+" {
|
menuentry "MemTest86+" {
|
||||||
icon /EFI/boot/icons/wk_memtest.png
|
icon /EFI/boot/icons/wk_memtest.png
|
||||||
options "nobigstatus nopause"
|
options "nobigstatus nopause"
|
||||||
|
|
@ -28,18 +40,6 @@ menuentry "MemTest86+" {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
menuentry "Linux" {
|
|
||||||
icon /EFI/boot/icons/wk_arch.png
|
|
||||||
loader /arch/boot/x86_64/vmlinuz-linux
|
|
||||||
initrd /arch/boot/intel_ucode.img
|
|
||||||
initrd /arch/boot/amd_ucode.img
|
|
||||||
initrd /arch/boot/x86_64/initramfs-linux.img
|
|
||||||
options "archisobasedir=arch archisolabel=%ARCHISO_LABEL% copytoram loglevel=3"
|
|
||||||
submenuentry "Linux (CLI)" {
|
|
||||||
add_options "nox"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#UFD-MACOS-10.11#menuentry "macOS (El Capitan)" {
|
#UFD-MACOS-10.11#menuentry "macOS (El Capitan)" {
|
||||||
#UFD-MACOS-10.11# icon /EFI/boot/icons/wk_mac_10.11.png
|
#UFD-MACOS-10.11# icon /EFI/boot/icons/wk_mac_10.11.png
|
||||||
#UFD-MACOS-10.11# volume "PARTUUID"
|
#UFD-MACOS-10.11# volume "PARTUUID"
|
||||||
|
|
|
||||||
|
|
@ -35,11 +35,11 @@ MENU SEPARATOR
|
||||||
|
|
||||||
MENU CLEAR
|
MENU CLEAR
|
||||||
|
|
||||||
DEFAULT memtest
|
DEFAULT wk_linux
|
||||||
TIMEOUT 0
|
TIMEOUT 0
|
||||||
|
|
||||||
INCLUDE memtest.cfg
|
|
||||||
INCLUDE linux.cfg
|
INCLUDE linux.cfg
|
||||||
|
INCLUDE memtest.cfg
|
||||||
#UFD-WINPE#INCLUDE winpe.cfg
|
#UFD-WINPE#INCLUDE winpe.cfg
|
||||||
|
|
||||||
MENU SEPARATOR
|
MENU SEPARATOR
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue