Integrate HDT (Hardware Detection Tool) including pci.ids, mention hdt and bsd in...
[grml-live.git] / templates / boot / isolinux / isolinux.cfg
1 # use this to control the bootup via a serial port
2 # SERIAL 0 9600
3 DEFAULT grml
4 # DEFAULT menu.c32
5 TIMEOUT 300
6 # ONTIMEOUT chain.32 hd0 0
7 PROMPT 1
8 DISPLAY boot.msg
9 F1 boot.msg
10 F2 f2
11 F3 f3
12 F4 f4
13 F5 f5
14 F6 f6
15 F7 f7
16 F8 f8
17 F9 f9
18 F10 f10
19
20 # LABEL menu
21 # MENU HIDE
22 # KERNEL menu.c32
23
24 MENU TITLE grml - Boot Menu
25
26 # the default:
27 LABEL grml
28 MENU LABEL grml - Standard Bootup
29 MENU DEFAULT
30 KERNEL /boot/%GRML_NAME%/linux26
31 APPEND apm=power-off vga=791 quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce
32
33 LABEL grml2ram
34 MENU LABEL grml2ram - Copy Squashfs file to RAM
35 KERNEL /boot/%GRML_NAME%/linux26
36 APPEND apm=power-off toram=%GRML_NAME_SQUASHFS% vga=791 quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce
37
38 LABEL splash
39 MENU LABEL grml - Bootsplash
40 KERNEL /boot/%GRML_NAME%/linux26
41 APPEND apm=power-off vga=791 quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live splash nomce
42
43 LABEL grml2hd
44 MENU LABEL grml2hd
45 KERNEL /boot/%GRML_NAME%/linux26
46 APPEND apm=power-off quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce
47
48 LABEL debian2hd
49 MENU LABEL debian2hd
50 KERNEL /boot/%GRML_NAME%/linux26
51 APPEND apm=power-off vga=791 initrd=/boot/%GRML_NAME%/initrd.gz boot=live BOOT_IMAGE=debian2hd nomce
52
53 LABEL debug
54 MENU LABEL debug
55 KERNEL /boot/%GRML_NAME%/linux26
56 APPEND apm=power-off vga=791 verbose debug=vc debug initrd=/boot/%GRML_NAME%/initrd.gz boot=live initcall_debug nomce
57
58 LABEL bootchart
59 MENU LABEL bootchart
60 KERNEL /boot/%GRML_NAME%/linux26
61 APPEND init=/sbin/bootchartd apm=power-off vga=791 quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce
62
63 LABEL vmware
64 MENU LABEL vmware
65 KERNEL /boot/%GRML_NAME%/linux26
66 APPEND apm=power-off nousb nousb2 nofirewire vga=791 quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce
67
68 LABEL qemu
69 MENU LABEL qemu
70 KERNEL /boot/%GRML_NAME%/linux26
71 APPEND apm=power-off nousb nousb2 nofirewire vga=791 quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce qemu
72
73 LABEL grmlx
74 MENU LABEL grmlx
75 KERNEL /boot/%GRML_NAME%/linux26
76 APPEND apm=power-off startx=wm-ng vga=791 quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce
77
78 LABEL nofb
79 MENU LABEL grml without framebuffer
80 KERNEL /boot/%GRML_NAME%/linux26
81 APPEND apm=power-off vga=normal video=ofonly quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce
82
83 LABEL linux26
84 MENU LABEL linux26
85 KERNEL /boot/%GRML_NAME%/linux26
86 APPEND apm=power-off vga=791 quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce
87
88 LABEL memtest
89 MENU LABEL memtest
90 KERNEL /boot/addons/memtest
91 APPEND BOOT_IMAGE=memtest
92
93 LABEL fb1280x1024
94 MENU LABEL fb1280x1024
95 KERNEL /boot/%GRML_NAME%/linux26
96 APPEND apm=power-off vga=794 quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce
97
98 LABEL fb1024x768
99 MENU LABEL fb1024x768
100 KERNEL /boot/%GRML_NAME%/linux26
101 APPEND apm=power-off vga=791 quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce
102
103 LABEL fb800x600
104 MENU LABEL fb800x600
105 KERNEL /boot/%GRML_NAME%/linux26
106 APPEND apm=power-off vga=788 quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce
107
108 LABEL failsafe
109 MENU LABEL failsafe
110 KERNEL /boot/%GRML_NAME%/linux26
111 APPEND initrd=/boot/%GRML_NAME%/initrd.gz vga=normal boot=live noautoconfig atapicd noapic noacpi acpi=off nomodules nofirewire noudev nousb nohotplug noapm nopcmcia nosmp maxcpus=0 noscsi noagp nodma ide=nodma noswap nofstab nosound nogpm nosyslog nodhcp nocpu nodisc nomodem xmodule=vesa noraid nolvm noresume selinux=0 edd=off
112
113 LABEL forensic
114 MENU LABEL forensic
115 KERNEL /boot/%GRML_NAME%/linux26
116 APPEND vga=791 forensic nofstab noraid nolvm noautoconfig noswap raid=noautodetect quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live
117
118 LABEL grub
119 MENU LABEL grub
120 KERNEL /boot/addons/memdisk
121 APPEND initrd=/boot/addons/allinone.img
122
123 LABEL dos
124 MENU LABEL dos
125 KERNEL /boot/addons/memdisk
126 APPEND initrd=/boot/addons/balder10.imz
127
128 LABEL bsd
129 MENU LABEL MirBSD
130 KERNEL /boot/addons/bsd4grml/ldbsd.com
131
132 LABEL hdt
133 MENU LABEL hdt
134 KERNEL /boot/addons/hdt.c32
135 APPEND pciids=/boot/addons/pci.ids
136
137 LABEL serial
138 MENU LABEL serial
139 KERNEL /boot/%GRML_NAME%/linux26
140 APPEND apm=power-off vga=normal video=vesafb:off quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce console=tty1 console=ttyS0,9600n8
141
142 LABEL userdef
143 MENU LABEL User defined
144 MENU HIDE
145 KERNEL /boot/%GRML_NAME%/linux26
146 APPEND ###############################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################
147 LABEL hda
148 MENU LABEL Boot First Harddrive (via chain.c32)
149 KERNEL /boot/addons/chain.c32
150 APPEND hd0 0
151
152 LABEL fd0
153 MENU LABEL Boot First Floppy Drive (via chain.c32)
154 KERNEL /boot/addons/chain.c32
155 APPEND fd0
156
157 LABEL hd
158 MENU LABEL Boot First Harddrive
159 LOCALBOOT 0x80
160
161 LABEL hd1
162 MENU LABEL Boot Second Harddrive
163 LOCALBOOT 0x81
164
165 LABEL hd2
166 MENU LABEL Boot Third Harddrive
167 LOCALBOOT 0x82
168
169 LABEL hd3
170 MENU LABEL Boot Fourth Harddrive
171 LOCALBOOT 0x83
172
173 LABEL floppy
174 MENU LABEL Boot First Floppy Drive
175 LOCALBOOT 0x0
176
177 LABEL next
178 MENU LABEL Next device
179 LOCALBOOT -1