Drop live-media-path=/GRML from isolinux.cfg + syslinux.cfg
[grml-live.git] / i386_files / boot / isolinux / syslinux.cfg
1 # use this to control the bootup via a serial port
2 # SERIAL 0 9600
3 DEFAULT grml
4 APPEND lang=us apm=power-off 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 1.0 - Boot Menu
26
27 LABEL grml
28 MENU LABEL grml - Standard Bootup
29 MENU DEFAULT
30 KERNEL linux26
31 APPEND lang=us apm=power-off vga=791 quiet initrd=initrd.gz boot=live nomce
32 # APPEND lang=us apm=power-off vga=791 live-media-path=/GRML quiet initrd=initrd.gz boot=live nomce
33
34 LABEL live
35 MENU LABEL live
36 MENU DEFAULT
37 KERNEL linux26
38 APPEND lang=us apm=power-off vga=791 initrd=initrd.gz boot=live nomce
39
40 LABEL old
41 MENU LABEL old
42 KERNEL linux26
43 APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 initrd=minirt26.gz nomce quiet BOOT_IMAGE=grml
44
45 LABEL splash
46 MENU LABEL grml - Bootsplash
47 KERNEL linux26
48 APPEND lang=us apm=power-off vga=791 quiet initrd=initrd.gz boot=live splash nomce
49
50 LABEL grml2hd
51 MENU LABEL grml2hd
52 KERNEL linux26
53 APPEND lang=us apm=power-off quiet initrd=initrd.gz boot=live nomce
54
55 LABEL debug
56 MENU LABEL debug
57 KERNEL linux26
58 APPEND lang=us apm=power-off 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 lang=us apm=power-off vga=791 quiet initrd=initrd.gz boot=live nomce
64
65 LABEL vmware
66 MENU LABEL vmware
67 KERNEL linux26
68 APPEND lang=us apm=power-off 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 lang=us apm=power-off 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 lang=us apm=power-off startx=wm-ng vga=791 quiet initrd=initrd.gz boot=live nomce
79
80 LABEL initng
81 MENU LABEL initng
82 KERNEL linux26
83 APPEND init=/sbin/initng lang=us apm=power-off vga=791 quiet initrd=initrd.gz boot=live nomce
84
85 LABEL nofb
86 MENU LABEL grml without framebuffer
87 KERNEL linux26
88 APPEND lang=us apm=power-off vga=normal video=ofonly quiet initrd=initrd.gz boot=live nomce
89
90 LABEL expert
91 MENU LABEL expert
92 KERNEL linux26
93 APPEND lang=us apm=power-off vga=791 verbose initrd=initrd.gz boot=live nomce
94
95 LABEL linux26
96 MENU LABEL linux26
97 KERNEL linux26
98 APPEND lang=us apm=power-off vga=791 quiet initrd=initrd.gz boot=live nomce
99
100 LABEL memtest
101 MENU LABEL memtest
102 KERNEL memtest
103 APPEND BOOT_IMAGE=memtest
104
105 LABEL fb1280x1024
106 MENU LABEL fb1280x1024
107 KERNEL linux26
108 APPEND lang=us apm=power-off vga=794 quiet initrd=initrd.gz boot=live nomce
109
110 LABEL fb1024x768
111 MENU LABEL fb1024x768
112 KERNEL linux26
113 APPEND lang=us apm=power-off vga=791 quiet initrd=initrd.gz boot=live nomce
114
115 LABEL fb800x600
116 MENU LABEL fb800x600
117 KERNEL linux26
118 APPEND lang=us apm=power-off vga=788 quiet initrd=initrd.gz boot=live nomce
119
120 LABEL mika
121 MENU LABEL mika
122 KERNEL linux26
123 APPEND lang=us vga=791 quiet initrd=initrd.gz boot=live nomce gmt tz=Europe/Vienna
124
125 LABEL jimmy
126 MENU LABEL jimmy
127 KERNEL linux26
128 APPEND lang=us vga=791 quiet initrd=initrd.gz boot=live scandelay=3 nomce gmt tz=Europe/Vienna
129
130 LABEL failsafe
131 MENU LABEL failsafe
132 KERNEL linux26
133 APPEND vga=normal video=ofonly noautoconfig lang=us atapicd noacpi nomodules acpi=off noagent nousb nohotplug noacpi noapm nopcmcia nosmp noscsi noagp nodma ide=nodma noswap nofstab nosound nogpm nosyslog nodhcp nocpu nodisc nomodem xmodule=vesa noautoconfig quiet initrd=initrd.gz boot=live
134
135 LABEL failsafe2
136 MENU LABEL failsafe2
137 KERNEL linux26
138 APPEND lang=us atapicd nosound noacpi noautoconfig acpi=off noscsi nodma ide=nodma noapm nousb nopcmcia nofirewire noagp nomce nodhcp xmodule=vesa quiet initrd=initrd.gz boot=live
139
140 LABEL forensic
141 MENU LABEL forensic
142 KERNEL linux26
143 APPEND vga=791 lang=us nofstab noraid noautoconfig noswap raid=noautodetect quiet initrd=initrd.gz boot=live
144
145 LABEL m23
146 MENU LABEL m23
147 KERNEL m23
148 APPEND devfs=nomount load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=25000 initrd=m23rt.gz root=/dev/ram0 rw
149
150 LABEL grub
151 MENU LABEL grub
152 KERNEL memdisk
153 APPEND initrd=allinone.img
154
155 LABEL dos
156 MENU LABEL dos
157 KERNEL memdisk
158 APPEND initrd=balder10.imz
159
160 LABEL serial
161 MENU LABEL serial
162 KERNEL linux26
163 APPEND lang=us apm=power-off vga=normal video=vesafb:off quiet initrd=initrd.gz boot=live nomce
164
165 LABEL userdef
166 MENU LABEL User defined
167 MENU HIDE
168 KERNEL linux26
169 APPEND ###############################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################