1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- UI vesamenu.c32
- PROMPT 0
- TIMEOUT 150
- ONTIMEOUT linux
- MENU TABMSG Press ENTER to boot or TAB to edit a menu entry
- MENU AUTOBOOT BIOS default device boot in # second{,s}...
- MENU BACKGROUND @@SPLASHIMAGE@@
- MENU WIDTH 78
- MENU MARGIN 1
- MENU ROWS 9
- MENU VSHIFT 2
- MENU TIMEOUTROW 13
- MENU TABMSGROW 2
- MENU CMDLINEROW 16
- MENU HELPMSGROW 20
- MENU HELPMSGENDROW 34
- MENU COLOR title * #FF5255FF *
- MENU COLOR border * #00000000 #00000000 none
- MENU COLOR sel * #ffffffff #FF5255FF *
- LABEL linux
- MENU LABEL @@BOOT_TITLE@@ @@KERNVER@@ @@ARCH@@
- KERNEL /boot/vmlinuz
- APPEND initrd=/boot/initrd root=live:CDLABEL=VOID_LIVE init=/sbin/init ro rd.luks=0 rd.md=0 rd.dm=0 loglevel=4 vconsole.unicode=1 vconsole.keymap=@@KEYMAP@@ locale.LANG=@@LOCALE@@ @@BOOT_CMDLINE@@
- LABEL linuxram
- MENU LABEL @@BOOT_TITLE@@ @@KERNVER@@ @@ARCH@@ (RAM)
- KERNEL /boot/vmlinuz
- APPEND initrd=/boot/initrd root=live:CDLABEL=VOID_LIVE init=/sbin/init ro rd.luks=0 rd.md=0 rd.dm=0 loglevel=4 vconsole.unicode=1 vconsole.keymap=@@KEYMAP@@ locale.LANG=@@LOCALE@@ @@BOOT_CMDLINE@@ rd.live.ram
- LABEL linuxnogfx
- MENU LABEL @@BOOT_TITLE@@ @@KERNVER@@ @@ARCH@@ (graphics disabled)
- KERNEL /boot/vmlinuz
- APPEND initrd=/boot/initrd root=live:CDLABEL=VOID_LIVE init=/sbin/init ro rd.luks=0 rd.md=0 rd.dm=0 loglevel=4 vconsole.unicode=1 vconsole.keymap=@@KEYMAP@@ locale.LANG=@@LOCALE@@ @@BOOT_CMDLINE@@ nomodeset
- LABEL linuxa11y
- MENU LABEL @@BOOT_TITLE@@ @@KERNVER@@ @@ARCH@@ with ^speech
- KERNEL /boot/vmlinuz
- APPEND initrd=/boot/initrd root=live:CDLABEL=VOID_LIVE init=/sbin/init ro rd.luks=0 rd.md=0 rd.dm=0 loglevel=4 vconsole.unicode=1 vconsole.keymap=@@KEYMAP@@ locale.LANG=@@LOCALE@@ @@BOOT_CMDLINE@@ live.accessibility live.autologin
- LABEL linuxa11yram
- MENU LABEL @@BOOT_TITLE@@ @@KERNVER@@ @@ARCH@@ with speech (^RAM)
- KERNEL /boot/vmlinuz
- APPEND initrd=/boot/initrd root=live:CDLABEL=VOID_LIVE init=/sbin/init ro rd.luks=0 rd.md=0 rd.dm=0 loglevel=4 vconsole.unicode=1 vconsole.keymap=@@KEYMAP@@ locale.LANG=@@LOCALE@@ @@BOOT_CMDLINE@@ live.accessibility live.autologin rd.live.ram
- LABEL linuxa11ynogfx
- MENU LABEL @@BOOT_TITLE@@ @@KERNVER@@ @@ARCH@@ with speech (^graphics disabled)
- KERNEL /boot/vmlinuz
- APPEND initrd=/boot/initrd root=live:CDLABEL=VOID_LIVE init=/sbin/init ro rd.luks=0 rd.md=0 rd.dm=0 loglevel=4 vconsole.unicode=1 vconsole.keymap=@@KEYMAP@@ locale.LANG=@@LOCALE@@ @@BOOT_CMDLINE@@ live.accessibility live.autologin nomodeset
- LABEL c
- MENU LABEL Boot first HD found by BIOS
- COM32 chain.c32
- APPEND hd0
- LABEL memtest
- MENU LABEL Run ^Memtest86+ (RAM test)
- LINUX /boot/memtest.bin
- LABEL reboot
- MENU LABEL Re^boot
- COM32 reboot.c32
- LABEL poweroff
- MENU LABEL ^Power Off
- COM32 poweroff.c32
|