Merged
[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 APPEND apm=power-off lang=us vga=791 quiet initrd=initrd.gz boot=live nomce
5 # DEFAULT menu.c32
6 TIMEOUT 300
7 # ONTIMEOUT chain.32 hd0 0
8 PROMPT 1
9 DISPLAY boot.msg
10 F1 boot.msg
11 F2 f2
12 F3 f3
13 F4 f4
14 F5 f5
15 F6 f6
16 F7 f7
17 F8 f8
18 F9 f9
19 F10 f10
20
21 # LABEL menu
22 # MENU HIDE
23 # KERNEL menu.c32
24
25 MENU TITLE grml - Boot Menu
26
27 LABEL grml
28 MENU LABEL grml - Standard Bootup
29 MENU DEFAULT
30 KERNEL linux26
31 APPEND apm=power-off lang=us vga=791 quiet initrd=initrd.gz boot=live nomce
32
33 LABEL grml2ram
34 MENU LABEL grml2ram - Copy Squashfs file to RAM
35 MENU DEFAULT
36 KERNEL linux26
37 APPEND apm=power-off toram=grml.squashfs lang=us vga=791 quiet initrd=initrd.gz boot=live nomce
38
39 # deprecated:
40 LABEL old
41 MENU LABEL old
42 KERNEL linux26
43 APPEND ramdisk_size=100000 init=/etc/init apm=power-off lang=us vga=791 nomce quiet grml_dir="live" grml_name="grml.squashfs"
44
45 LABEL splash
46 MENU LABEL grml - Bootsplash
47 KERNEL linux26
48 APPEND apm=power-off lang=us vga=791 quiet initrd=initrd.gz boot=live splash nomce
49
50 LABEL grml2hd
51 MENU LABEL grml2hd
52 KERNEL linux26
53 APPEND apm=power-off lang=us quiet initrd=initrd.gz boot=live nomce
54
55 LABEL debug
56 MENU LABEL debug
57 KERNEL linux26
58 APPEND apm=power-off lang=us vga=791 verbose debug=vc debug initrd=initrd.gz boot=live initcall_debug nomce
59
60 LABEL bootchart
61 MENU LABEL bootchart
62 KERNEL linux26
63 APPEND init=/sbin/bootchartd apm=power-off lang=us vga=791 quiet initrd=initrd.gz boot=live nomce
64
65 LABEL vmware
66 MENU LABEL vmware
67 KERNEL linux26
68 APPEND apm=power-off lang=us nousb nousb2 nofirewire vga=791 quiet initrd=initrd.gz boot=live nomce
69
70 LABEL qemu
71 MENU LABEL qemu
72 KERNEL linux26
73 APPEND apm=power-off lang=us nousb nousb2 nofirewire vga=791 quiet initrd=initrd.gz boot=live nomce qemu
74
75 LABEL grmlx
76 MENU LABEL grmlx
77 KERNEL linux26
78 APPEND apm=power-off lang=us startx=wm-ng vga=791 quiet initrd=initrd.gz boot=live nomce
79
80 LABEL nofb
81 MENU LABEL grml without framebuffer
82 KERNEL linux26
83 APPEND apm=power-off lang=us vga=normal video=ofonly quiet initrd=initrd.gz boot=live nomce
84
85 LABEL linux26
86 MENU LABEL linux26
87 KERNEL linux26
88 APPEND apm=power-off lang=us vga=791 quiet initrd=initrd.gz boot=live nomce
89
90 LABEL memtest
91 MENU LABEL memtest
92 KERNEL memtest
93 APPEND BOOT_IMAGE=memtest
94
95 LABEL fb1280x1024
96 MENU LABEL fb1280x1024
97 KERNEL linux26
98 APPEND apm=power-off lang=us vga=794 quiet initrd=initrd.gz boot=live nomce
99
100 LABEL fb1024x768
101 MENU LABEL fb1024x768
102 KERNEL linux26
103 APPEND apm=power-off lang=us vga=791 quiet initrd=initrd.gz boot=live nomce
104
105 LABEL fb800x600
106 MENU LABEL fb800x600
107 KERNEL linux26
108 APPEND apm=power-off lang=us vga=788 quiet initrd=initrd.gz boot=live nomce
109
110 LABEL failsafe
111 MENU LABEL failsafe
112 KERNEL linux26
113 APPEND initrd=initrd.gz vga=normal lang=us 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
114
115 LABEL forensic
116 MENU LABEL forensic
117 KERNEL linux26
118 APPEND vga=791 lang=us nofstab noraid nolvm noautoconfig noswap raid=noautodetect quiet initrd=initrd.gz boot=live
119
120 LABEL grub
121 MENU LABEL grub
122 KERNEL memdisk
123 APPEND initrd=allinone.img
124
125 LABEL dos
126 MENU LABEL dos
127 KERNEL memdisk
128 APPEND initrd=balder10.imz
129
130 LABEL serial
131 MENU LABEL serial
132 KERNEL linux26
133 APPEND apm=power-off lang=us vga=normal video=vesafb:off quiet initrd=initrd.gz boot=live nomce
134
135 LABEL userdef
136 MENU LABEL User defined
137 MENU HIDE
138 KERNEL linux26
139 APPEND ###############################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################
140 LABEL hda
141 MENU LABEL Boot First Harddrive (via chain.c32)
142 KERNEL chain.c32
143 APPEND hd0 0
144
145 LABEL fd0
146 MENU LABEL Boot First Floppy Drive (via chain.c32)
147 KERNEL chain.c32
148 APPEND fd0
149
150 LABEL hd
151 MENU LABEL Boot First Harddrive
152 LOCALBOOT 0x80
153
154 LABEL hd1
155 MENU LABEL Boot Second Harddrive
156 LOCALBOOT 0x81
157
158 LABEL hd2
159 MENU LABEL Boot Third Harddrive
160 LOCALBOOT 0x82
161
162 LABEL hd3
163 MENU LABEL Boot Fourth Harddrive
164 LOCALBOOT 0x83
165
166 LABEL floppy
167 MENU LABEL Boot First Floppy Drive
168 LOCALBOOT 0x0
169
170 LABEL next
171 MENU LABEL Next device
172 LOCALBOOT -1