Fixed Linux boot options
* Set 'nox' for DEBUG entries * Keep Syslinux theme for Linux (Extras) menu
This commit is contained in:
parent
dc1011ce5a
commit
34b426ae36
2 changed files with 4 additions and 2 deletions
|
|
@ -66,7 +66,7 @@ menuentry "Linux" {
|
|||
add_options "loglevel=5 add_efi_memmap"
|
||||
}
|
||||
submenuentry "Linux (DEBUG)" {
|
||||
add_options "loglevel=7 nomodeset"
|
||||
add_options "loglevel=7 nomodeset nox"
|
||||
}
|
||||
}
|
||||
#UFD#menuentry "WindowsPE" {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
INCLUDE boot/syslinux/wk_head.cfg
|
||||
|
||||
LABEL wk_linux
|
||||
TEXT HELP
|
||||
A live Linux environment
|
||||
|
|
@ -182,7 +184,7 @@ ENDTEXT
|
|||
MENU LABEL Linux (DEBUG)
|
||||
LINUX boot/x86_64/vmlinuz
|
||||
INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
|
||||
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram loglevel=7 nomodeset
|
||||
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram loglevel=7 nomodeset nox
|
||||
SYSAPPEND 3
|
||||
|
||||
MENU SEPARATOR
|
||||
|
|
|
|||
Loading…
Reference in a new issue