b508be47a4218d1185e1604b90019d3b7918e5d1
[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 KERNEL linux26
36 APPEND apm=power-off toram=%SQUASHFS_NAME% vga=791 quiet initrd=initrd.gz boot=live nomce 
37
38 LABEL splash
39 MENU LABEL grml - Bootsplash
40 KERNEL linux26
41 APPEND apm=power-off vga=791 quiet initrd=initrd.gz boot=live splash nomce 
42
43 LABEL grml2hd
44 MENU LABEL grml2hd
45 KERNEL linux26
46 APPEND apm=power-off quiet initrd=initrd.gz boot=live nomce 
47
48 LABEL debian2hd
49 MENU LABEL debian2hd
50 KERNEL linux26
51 APPEND apm=power-off vga=791 initrd=initrd.gz boot=live BOOT_IMAGE=debian2hd nomce 
52
53 LABEL debug
54 MENU LABEL debug
55 KERNEL linux26
56 APPEND apm=power-off vga=791 verbose debug=vc debug initrd=initrd.gz boot=live initcall_debug nomce 
57
58 LABEL bootchart
59 MENU LABEL bootchart
60 KERNEL linux26
61 APPEND init=/sbin/bootchartd apm=power-off vga=791 quiet initrd=initrd.gz boot=live nomce 
62
63 LABEL vmware
64 MENU LABEL vmware
65 KERNEL linux26
66 APPEND apm=power-off nousb nousb2 nofirewire vga=791 quiet initrd=initrd.gz boot=live nomce 
67
68 LABEL qemu
69 MENU LABEL qemu
70 KERNEL linux26
71 APPEND apm=power-off nousb nousb2 nofirewire vga=791 quiet initrd=initrd.gz boot=live nomce qemu 
72
73 LABEL grmlx
74 MENU LABEL grmlx
75 KERNEL linux26
76 APPEND apm=power-off startx=wm-ng vga=791 quiet initrd=initrd.gz boot=live nomce 
77
78 LABEL nofb
79 MENU LABEL grml without framebuffer
80 KERNEL linux26
81 APPEND apm=power-off vga=normal video=ofonly quiet initrd=initrd.gz boot=live nomce 
82
83 LABEL linux26
84 MENU LABEL linux26
85 KERNEL linux26
86 APPEND apm=power-off vga=791 quiet initrd=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 linux26
96 APPEND apm=power-off vga=794 quiet initrd=initrd.gz boot=live nomce 
97
98 LABEL fb1024x768
99 MENU LABEL fb1024x768
100 KERNEL linux26
101 APPEND apm=power-off vga=791 quiet initrd=initrd.gz boot=live nomce 
102
103 LABEL fb800x600
104 MENU LABEL fb800x600
105 KERNEL linux26
106 APPEND apm=power-off vga=788 quiet initrd=initrd.gz boot=live nomce 
107
108 LABEL failsafe
109 MENU LABEL failsafe
110 KERNEL linux26
111 APPEND initrd=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 linux26
116 APPEND vga=791 forensic nofstab noraid nolvm noautoconfig noswap raid=noautodetect quiet initrd=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 MirOS bsd4grml
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 linux26
140 APPEND apm=power-off vga=normal video=vesafb:off quiet initrd=initrd.gz boot=live nomce console=tty1 console=ttyS0,9600n8 
141
142 LABEL userdef
143 MENU LABEL User defined
144 MENU HIDE
145 KERNEL linux26
146 APPEND ###############################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################