76e9f26c0b5e472d3062ee5e76bcced39bcb1e80
[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 noacpi acpi=off nomodules nofirewire noudev nousb nohotplug noapm nopcmcia maxcpus=1 noscsi noagp nodma ide=nodma noswap nofstab nosound nogpm nosyslog nodhcp nocpu nodisc nomodem xmodule=vesa noraid nolvm
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 serial
129 MENU LABEL serial
130 KERNEL /boot/%GRML_NAME%/linux26
131 APPEND apm=power-off vga=normal video=vesafb:off quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce console=tty1 console=ttyS0,9600n8
132
133 LABEL userdef
134 MENU LABEL User defined
135 MENU HIDE
136 KERNEL /boot/%GRML_NAME%/linux26
137 APPEND ###############################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################
138 LABEL hda
139 MENU LABEL Boot First Harddrive (via chain.c32)
140 KERNEL /boot/addons/chain.c32
141 APPEND hd0 0
142
143 LABEL fd0
144 MENU LABEL Boot First Floppy Drive (via chain.c32)
145 KERNEL /boot/addons/chain.c32
146 APPEND fd0
147
148 LABEL hd
149 MENU LABEL Boot First Harddrive
150 LOCALBOOT 0x80
151
152 LABEL hd1
153 MENU LABEL Boot Second Harddrive
154 LOCALBOOT 0x81
155
156 LABEL hd2
157 MENU LABEL Boot Third Harddrive
158 LOCALBOOT 0x82
159
160 LABEL hd3
161 MENU LABEL Boot Fourth Harddrive
162 LOCALBOOT 0x83
163
164 LABEL floppy
165 MENU LABEL Boot First Floppy Drive
166 LOCALBOOT 0x0
167
168 LABEL next
169 MENU LABEL Next device
170 LOCALBOOT -1