about summary refs log tree commit diff
path: root/isolinux/isolinux.cfg.in
blob: 671b5928555eea63e8f2d7bce2d0f551e802c75e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
SERIAL 0 115200
UI menu.c32
PROMPT 0
TIMEOUT 100
ONTIMEOUT linux

MENU TITLE Welcome to the hrmpf rescue system, built on Void 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 12
MENU VSHIFT 2

#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 linuxtext
MENU LABEL @@BOOT_TITLE@@ @@KERNVER@@ @@ARCH@@ (Text mode/Serial)
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@@ modprobe.blacklist=bochs_drm nomodeset console=tty0 console=ttyS0,115200n8
LABEL hdt
MENU LABEL HDT (Hardware Detection Tool)
KERNEL hdt.c32
LABEL memtest86+
MENU LABEL memtest86+ 5.01
KERNEL memdisk
INITRD /boot/memtest86+-5.01.iso
APPEND iso
LABEL mhdd32
MENU LABEL MHDD32 v4.6 Hard Drive Analysis Tool
KERNEL memdisk
INITRD /boot/mhdd32ver4.6.iso
APPEND iso
LABEL ipxe
MENU LABEL iPXE 1.0.0+
KERNEL memdisk
INITRD /boot/ipxe.iso
APPEND iso
LABEL balder
MENU LABEL Balder10 FreeDOS
KERNEL memdisk
INITRD /boot/balder10.img
APPEND raw
LABEL grub
MENU LABEL Bare GRUB 2
KERNEL memdisk
APPEND iso
INITRD /boot/grub2.iso
LABEL c
MENU LABEL Boot first HD found by BIOS
COM32 chain.c32
APPEND hd0