Drop first, unnecessary APPEND line in isolinux.cfg, no longer use the bootoption...
[grml-live.git] / templates / boot / isolinux / syslinux.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 linux26
31 APPEND apm=power-off 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_NAME_SQUASHFS% vga=791 quiet initrd=initrd.gz boot=live nomce
38
39 LABEL splash
40 MENU LABEL grml - Bootsplash
41 KERNEL linux26
42 APPEND apm=power-off vga=791 quiet initrd=initrd.gz boot=live splash nomce
43
44 LABEL grml2hd
45 MENU LABEL grml2hd
46 KERNEL linux26
47 APPEND apm=power-off quiet initrd=initrd.gz boot=live nomce
48
49 LABEL debian2hd
50 MENU LABEL debian2hd
51 KERNEL linux26
52 APPEND apm=power-off vga=791 initrd=initrd.gz boot=live BOOT_IMAGE=debian2hd nomce
53
54 LABEL debug
55 MENU LABEL debug
56 KERNEL linux26
57 APPEND apm=power-off vga=791 verbose debug=vc debug initrd=initrd.gz boot=live initcall_debug nomce
58
59 LABEL bootchart
60 MENU LABEL bootchart
61 KERNEL linux26
62 APPEND init=/sbin/bootchartd apm=power-off vga=791 quiet initrd=initrd.gz boot=live nomce
63
64 LABEL vmware
65 MENU LABEL vmware
66 KERNEL linux26
67 APPEND apm=power-off nousb nousb2 nofirewire vga=791 quiet initrd=initrd.gz boot=live nomce
68
69 LABEL qemu
70 MENU LABEL qemu
71 KERNEL linux26
72 APPEND apm=power-off nousb nousb2 nofirewire vga=791 quiet initrd=initrd.gz boot=live nomce qemu
73
74 LABEL grmlx
75 MENU LABEL grmlx
76 KERNEL linux26
77 APPEND apm=power-off startx=wm-ng vga=791 quiet initrd=initrd.gz boot=live nomce
78
79 LABEL nofb
80 MENU LABEL grml without framebuffer
81 KERNEL linux26
82 APPEND apm=power-off vga=normal video=ofonly quiet initrd=initrd.gz boot=live nomce
83
84 LABEL linux26
85 MENU LABEL linux26
86 KERNEL linux26
87 APPEND apm=power-off vga=791 quiet initrd=initrd.gz boot=live nomce
88
89 LABEL memtest
90 MENU LABEL memtest
91 KERNEL /boot/addons/memtest
92 APPEND BOOT_IMAGE=memtest
93
94 LABEL fb1280x1024
95 MENU LABEL fb1280x1024
96 KERNEL linux26
97 APPEND apm=power-off vga=794 quiet initrd=initrd.gz boot=live nomce
98
99 LABEL fb1024x768
100 MENU LABEL fb1024x768
101 KERNEL linux26
102 APPEND apm=power-off vga=791 quiet initrd=initrd.gz boot=live nomce
103
104 LABEL fb800x600
105 MENU LABEL fb800x600
106 KERNEL linux26
107 APPEND apm=power-off vga=788 quiet initrd=initrd.gz boot=live nomce
108
109 LABEL failsafe
110 MENU LABEL failsafe
111 KERNEL linux26
112 APPEND initrd=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
113
114 LABEL forensic
115 MENU LABEL forensic
116 KERNEL linux26
117 APPEND vga=791 nofstab noraid nolvm noautoconfig noswap raid=noautodetect quiet initrd=initrd.gz boot=live
118
119 LABEL grub
120 MENU LABEL grub
121 KERNEL /boot/addons/memdisk
122 APPEND initrd=/boot/addons/allinone.img
123
124 LABEL dos
125 MENU LABEL dos
126 KERNEL /boot/addons/memdisk
127 APPEND initrd=/boot/addons/balder10.imz
128
129 LABEL serial
130 MENU LABEL serial
131 KERNEL linux26
132 APPEND apm=power-off vga=normal video=vesafb:off quiet initrd=initrd.gz boot=live nomce console=tty1 console=ttyS0,9600n8
133
134 LABEL userdef
135 MENU LABEL User defined
136 MENU HIDE
137 KERNEL linux26
138 APPEND ###############################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################