Switch order of lang/apm bootoption
[grml-live.git] / templates / boot / grub / menu.lst
1 # menu.lst - See: grub(8), info grub, update-grub(8)
2 # grub-install(8), grub-floppy(8),
3 # grub-md5-crypt, /usr/share/doc/grub
4 # and /usr/share/doc/grub-doc/.
5
6 # misc options:
7 timeout 30
8 root (cd)
9 # color red/blue green/black
10 splashimage=/boot/grub/splash.xpm.gz
11 foreground  = 000000
12 background  = FFCC33
13
14 # define entries:
15 title %GRML_NAME% %VERSION% - Default boot (using 1024x768 framebuffer)
16 kernel /boot/isolinux/linux26 apm=power-off lang=us vga=791 quiet boot=live nomce
17 initrd /boot/isolinux/initrd.gz
18
19 title %GRML_NAME% %VERSION% - without framebuffer
20 kernel /boot/isolinux/linux26 apm=power-off lang=us vga=normal video=ofonly quiet initrd=initrd.gz boot=live nomce
21 initrd /boot/isolinux/initrd.gz
22
23 title %GRML_NAME% %VERSION% - with 1280x1024 framebuffer
24 kernel /boot/isolinux/linux26 apm=power-off lang=us vga=794 quiet initrd=initrd.gz boot=live nomce
25 initrd /boot/isolinux/initrd.gz
26
27 title %GRML_NAME% %VERSION% - with 800x600 framebuffer
28 kernel /boot/isolinux/linux26 apm=power-off lang=us vga=788 quiet initrd=initrd.gz boot=live nomce
29 initrd /boot/isolinux/initrd.gz
30
31 title %GRML_NAME% %VERSION% - failsafe boot
32 kernel /boot/isolinux/linux26 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
33 initrd /boot/isolinux/initrd.gz
34
35 title %GRML_NAME% %VERSION% - debug mode
36 kernel /boot/isolinux/linux26 apm=power-off lang=us vga=791 verbose debug=vc debug initrd=initrd.gz boot=live initcall_debug nomce
37 initrd /boot/isolinux/initrd.gz
38
39 title %GRML_NAME% %VERSION% - forensic mode
40 kernel /boot/isolinux/linux26 vga=791 lang=us nofstab noraid nolvm noautoconfig noswap raid=noautodetect quiet initrd=initrd.gz boot=live
41 initrd /boot/isolinux/initrd.gz
42
43 title %GRML_NAME% %VERSION% - serial mode
44 kernel /boot/isolinux/linux26 apm=power-off lang=us vga=normal video=vesafb:off quiet initrd=initrd.gz boot=live nomce
45 initrd /boot/isolinux/initrd.gz
46
47 title Run memtest86+
48 kernel /boot/isolinux/memtest
49
50 title Boot FreeDOS
51 kernel /boot/isolinux/memdisk
52 initrd /boot/isolinux/balder10.imz
53
54 # title %GRML_NAME% %VERSION% - old boot method
55 # kernel /boot/isolinux/linux26 ramdisk_size=100000 init=/etc/init apm=power-off lang=us vga=791 nomce quiet grml_dir="live" grml_name="grml.squashfs"
56 # initrd /boot/isolinux/minirt26.gz