- CLI option was dropped in Syslinux due to keep the list to a minimum. Also, its main use was to avoid display issues and nomodeset is a better option IMO
21 lines
791 B
INI
21 lines
791 B
INI
LABEL wk_linux
|
|
TEXT HELP
|
|
A live Linux environment
|
|
* HW diagnostics, file-based backups, data recovery, etc
|
|
ENDTEXT
|
|
MENU LABEL Linux
|
|
LINUX /arch/boot/x86_64/vmlinuz-linux
|
|
INITRD /arch/boot/intel-ucode.img,/arch/boot/amd-ucode.img,/arch/boot/x86_64/initramfs-linux.img
|
|
APPEND archisobasedir=arch archisodevice=/dev/disk/by-uuid/_______ copytoram loglevel=3
|
|
|
|
LABEL wk_linux_safe
|
|
TEXT HELP
|
|
A live Linux environment (Safe Video)
|
|
* HW diagnostics, file-based backups, data recovery, etc
|
|
ENDTEXT
|
|
MENU LABEL Linux (Safe Video)
|
|
LINUX /arch/boot/x86_64/vmlinuz-linux
|
|
INITRD /arch/boot/intel-ucode.img,/arch/boot/amd-ucode.img,/arch/boot/x86_64/initramfs-linux.img
|
|
APPEND archisobasedir=arch archisodevice=/dev/disk/by-uuid/_______ copytoram nomodeset i915.modeset=0 nouveau.modeset=0
|
|
SYSAPPEND 3
|
|
|