Update templates/boot/grub/menu.lst, templates/boot/isolinux/*.cfg
[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% - copy grml squashfs file to RAM
40 kernel /boot/isolinux/linux26 toram=grml.squashfs apm=power-off lang=us vga=791 quiet boot=live nomce
41 initrd /boot/isolinux/initrd.gz
42
43 title %GRML_NAME% %VERSION% - copy medium to RAM
44 kernel /boot/isolinux/linux26 toram apm=power-off lang=us vga=791 quiet boot=live nomce
45 initrd /boot/isolinux/initrd.gz
46
47 title %GRML_NAME% %VERSION% - grml2hd - install grml to local harddisk [adjust it!]
48 kernel /boot/isolinux/linux26 apm=power-off lang=us vga=791 quiet boot=live nomce partition=/dev/ice1 mbr=/dev/ice
49 initrd /boot/isolinux/initrd.gz
50
51 title %GRML_NAME% %VERSION% - forensic mode
52 kernel /boot/isolinux/linux26 vga=791 lang=us nofstab noraid nolvm noautoconfig noswap raid=noautodetect quiet initrd=initrd.gz boot=live
53 initrd /boot/isolinux/initrd.gz
54
55 title %GRML_NAME% %VERSION% - serial console mode
56 kernel /boot/isolinux/linux26 apm=power-off lang=us vga=normal video=vesafb:off quiet initrd=initrd.gz boot=live nomce console=tty1 console=ttyS0,9600n8
57 initrd /boot/isolinux/initrd.gz
58
59 title Run memtest86+
60 kernel /boot/isolinux/memtest
61
62 title Boot FreeDOS
63 kernel /boot/isolinux/memdisk
64 initrd /boot/isolinux/balder10.imz
65
66 # title %GRML_NAME% %VERSION% - old boot method
67 # 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"
68 # initrd /boot/isolinux/minirt26.gz