Switch order of lang/apm bootoption
[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 # APPEND apm=power-off lang=us vga=791 live-media-path=/GRML quiet initrd=initrd.gz boot=live nomce
33
34 LABEL old
35 MENU LABEL old
36 KERNEL linux26
37 APPEND ramdisk_size=100000 init=/etc/init apm=power-off lang=us vga=791 nomce quiet grml_dir="live" grml_name="grml.squashfs"
38
39 LABEL splash
40 MENU LABEL grml - Bootsplash
41 KERNEL linux26
42 APPEND apm=power-off lang=us 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 lang=us quiet initrd=initrd.gz boot=live nomce
48
49 LABEL debug
50 MENU LABEL debug
51 KERNEL linux26
52 APPEND apm=power-off lang=us vga=791 verbose debug=vc debug initrd=initrd.gz boot=live initcall_debug nomce
53
54 LABEL bootchart
55 MENU LABEL bootchart
56 KERNEL linux26
57 APPEND init=/sbin/bootchartd apm=power-off lang=us vga=791 quiet initrd=initrd.gz boot=live nomce
58
59 LABEL vmware
60 MENU LABEL vmware
61 KERNEL linux26
62 APPEND apm=power-off lang=us nousb nousb2 nofirewire vga=791 quiet initrd=initrd.gz boot=live nomce
63
64 LABEL qemu
65 MENU LABEL qemu
66 KERNEL linux26
67 APPEND apm=power-off lang=us nousb nousb2 nofirewire vga=791 quiet initrd=initrd.gz boot=live nomce qemu
68
69 LABEL grmlx
70 MENU LABEL grmlx
71 KERNEL linux26
72 APPEND apm=power-off lang=us startx=wm-ng vga=791 quiet initrd=initrd.gz boot=live nomce
73
74 LABEL nofb
75 MENU LABEL grml without framebuffer
76 KERNEL linux26
77 APPEND apm=power-off lang=us vga=normal video=ofonly quiet initrd=initrd.gz boot=live nomce
78
79 LABEL linux26
80 MENU LABEL linux26
81 KERNEL linux26
82 APPEND apm=power-off lang=us vga=791 quiet initrd=initrd.gz boot=live nomce
83
84 LABEL memtest
85 MENU LABEL memtest
86 KERNEL memtest
87 APPEND BOOT_IMAGE=memtest
88
89 LABEL fb1280x1024
90 MENU LABEL fb1280x1024
91 KERNEL linux26
92 APPEND apm=power-off lang=us vga=794 quiet initrd=initrd.gz boot=live nomce
93
94 LABEL fb1024x768
95 MENU LABEL fb1024x768
96 KERNEL linux26
97 APPEND apm=power-off lang=us vga=791 quiet initrd=initrd.gz boot=live nomce
98
99 LABEL fb800x600
100 MENU LABEL fb800x600
101 KERNEL linux26
102 APPEND apm=power-off lang=us vga=788 quiet initrd=initrd.gz boot=live nomce
103
104 LABEL failsafe
105 MENU LABEL failsafe
106 KERNEL linux26
107 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
108
109 LABEL forensic
110 MENU LABEL forensic
111 KERNEL linux26
112 APPEND vga=791 lang=us nofstab noraid nolvm noautoconfig noswap raid=noautodetect quiet initrd=initrd.gz boot=live
113
114 LABEL grub
115 MENU LABEL grub
116 KERNEL memdisk
117 APPEND initrd=allinone.img
118
119 LABEL dos
120 MENU LABEL dos
121 KERNEL memdisk
122 APPEND initrd=balder10.imz
123
124 LABEL serial
125 MENU LABEL serial
126 KERNEL linux26
127 APPEND apm=power-off lang=us vga=normal video=vesafb:off quiet initrd=initrd.gz boot=live nomce
128
129 LABEL userdef
130 MENU LABEL User defined
131 MENU HIDE
132 KERNEL linux26
133 APPEND ###############################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################
134 LABEL hda
135 MENU LABEL Boot First Harddrive (via chain.c32)
136 KERNEL chain.c32
137 APPEND hd0 0
138
139 LABEL fd0
140 MENU LABEL Boot First Floppy Drive (via chain.c32)
141 KERNEL chain.c32
142 APPEND fd0
143
144 LABEL hd
145 MENU LABEL Boot First Harddrive
146 LOCALBOOT 0x80
147
148 LABEL hd1
149 MENU LABEL Boot Second Harddrive
150 LOCALBOOT 0x81
151
152 LABEL hd2
153 MENU LABEL Boot Third Harddrive
154 LOCALBOOT 0x82
155
156 LABEL hd3
157 MENU LABEL Boot Fourth Harddrive
158 LOCALBOOT 0x83
159
160 LABEL floppy
161 MENU LABEL Boot First Floppy Drive
162 LOCALBOOT 0x0
163
164 LABEL next
165 MENU LABEL Next device
166 LOCALBOOT -1