a0f158bf108d9843c990617363acf386af2be7e1
[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 # color red/blue green/black
9 splashimage=/boot/grub/splash.xpm.gz
10 foreground  = 000000
11 background  = FFCC33
12
13 # define entries:
14 title %GRML_NAME% %VERSION% - Default boot (using 1024x768 framebuffer)
15 kernel /boot/%SHORT_NAME%/linux26 apm=power-off vga=791 quiet boot=live bootid=%BOOTID% bootfrom=removable nomce 
16 initrd /boot/%SHORT_NAME%/initrd.gz
17
18 title %GRML_NAME% %VERSION% - without framebuffer
19 kernel /boot/%SHORT_NAME%/linux26 apm=power-off vga=normal video=ofonly quiet initrd=initrd.gz boot=live bootid=%BOOTID% bootfrom=removable nomce 
20 initrd /boot/%SHORT_NAME%/initrd.gz
21
22 title %GRML_NAME% %VERSION% - with 1280x1024 framebuffer
23 kernel /boot/%SHORT_NAME%/linux26 apm=power-off vga=794 quiet initrd=initrd.gz boot=live bootid=%BOOTID% bootfrom=removable nomce 
24 initrd /boot/%SHORT_NAME%/initrd.gz
25
26 title %GRML_NAME% %VERSION% - with 800x600 framebuffer
27 kernel /boot/%SHORT_NAME%/linux26 apm=power-off vga=788 quiet initrd=initrd.gz boot=live bootid=%BOOTID% bootfrom=removable nomce 
28 initrd /boot/%SHORT_NAME%/initrd.gz
29
30 title %GRML_NAME% %VERSION% - failsafe boot
31 kernel /boot/%SHORT_NAME%/linux26 vga=normal boot=live bootid=%BOOTID% bootfrom=removable 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 
32 initrd /boot/%SHORT_NAME%/initrd.gz
33
34 title %GRML_NAME% %VERSION% - debug mode
35 kernel /boot/%SHORT_NAME%/linux26 apm=power-off vga=791 verbose debug=vc debug initrd=initrd.gz boot=live bootid=%BOOTID% bootfrom=removable initcall_debug nomce 
36 initrd /boot/%SHORT_NAME%/initrd.gz
37
38 title %GRML_NAME% %VERSION% - copy grml squashfs file to RAM
39 kernel /boot/%SHORT_NAME%/linux26 toram=%GRML_NAME_SQUASHFS% apm=power-off vga=791 quiet boot=live bootid=%BOOTID% bootfrom=removable nomce 
40 initrd /boot/%SHORT_NAME%/initrd.gz
41
42 title %GRML_NAME% %VERSION% - copy medium to RAM
43 kernel /boot/%SHORT_NAME%/linux26 toram apm=power-off vga=791 quiet boot=live bootid=%BOOTID% bootfrom=removable nomce 
44 initrd /boot/%SHORT_NAME%/initrd.gz
45
46 title %GRML_NAME% %VERSION% - grml2hd - install grml to local harddisk [adjust it!]
47 kernel /boot/%SHORT_NAME%/linux26 apm=power-off vga=791 quiet boot=live bootid=%BOOTID% bootfrom=removable nomce partition=/dev/ice1 mbr=/dev/ice
48 initrd /boot/%SHORT_NAME%/initrd.gz
49
50 title %GRML_NAME% %VERSION% - forensic mode
51 kernel /boot/%SHORT_NAME%/linux26 vga=791 nofstab noraid nolvm noautoconfig noswap raid=noautodetect quiet initrd=initrd.gz boot=live bootid=%BOOTID% bootfrom=removable 
52 initrd /boot/%SHORT_NAME%/initrd.gz
53
54 title %GRML_NAME% %VERSION% - serial console mode
55 kernel /boot/%SHORT_NAME%/linux26 apm=power-off vga=normal video=vesafb:off quiet initrd=initrd.gz boot=live bootid=%BOOTID% bootfrom=removable nomce noquick console=tty1 console=ttyS0,9600n8 
56 initrd /boot/%SHORT_NAME%/initrd.gz
57
58 title Run memtest86+
59 kernel /boot/addons/memtest
60
61 title Boot FreeDOS
62 kernel /boot/addons/memdisk
63 initrd /boot/addons/balder10.imz
64
65 title MirOS bsd4grml (regular method)
66 kernel /boot/addons/bsd4grml/ldbsd.com
67
68 title MirOS bsd4grml (fallback method)
69 kernel /boot/addons/bsd4grml/ldbsd.com
70 modulenounzip /boot/addons/bsd4grml/bsd.rd
71 module /boot/addons/bsd4grml/boot.1
72 module /boot/addons/bsd4grml/boot.2
73 module /boot/addons/bsd4grml/boot.3
74 module /boot/addons/bsd4grml/boot.4
75 module /boot/addons/bsd4grml/boot.5
76 module /boot/addons/bsd4grml/boot.6
77 module /boot/addons/bsd4grml/boot.cfg
78 module /boot/grub/%GRUB_LEGACY%
79 module /boot/grub/core.img
80