Remove wget dependency
[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% nomce 
16 initrd /boot/%SHORT_NAME%/initrd.gz
17
18 title %GRML_NAME% %VERSION% - disable framebuffer
19 kernel /boot/%SHORT_NAME%/linux26 apm=power-off vga=normal video=ofonly quiet initrd=initrd.gz boot=live bootid=%BOOTID% nomce radeon.modeset=0 i915.modeset=0 nouveau.modeset=0 nomodeset 
20 initrd /boot/%SHORT_NAME%/initrd.gz
21
22 title %GRML_NAME% %VERSION% - disable Kernel Mode Setting
23 kernel /boot/%SHORT_NAME%/linux26 apm=power-off quiet initrd=initrd.gz boot=live bootid=%BOOTID% nomce radeon.modeset=0 i915.modeset=0 nouveau.modeset=0 nomodeset vga=791 
24 initrd /boot/%SHORT_NAME%/initrd.gz
25
26 title %GRML_NAME% %VERSION% - with 1280x1024 framebuffer
27 kernel /boot/%SHORT_NAME%/linux26 apm=power-off vga=794 quiet initrd=initrd.gz boot=live bootid=%BOOTID% nomce 
28 initrd /boot/%SHORT_NAME%/initrd.gz
29
30 title %GRML_NAME% %VERSION% - with 800x600 framebuffer
31 kernel /boot/%SHORT_NAME%/linux26 apm=power-off vga=788 quiet initrd=initrd.gz boot=live bootid=%BOOTID% nomce 
32 initrd /boot/%SHORT_NAME%/initrd.gz
33
34 title %GRML_NAME% %VERSION% - failsafe boot
35 kernel /boot/%SHORT_NAME%/linux26 vga=normal boot=live bootid=%BOOTID% 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 nodmraid nolvm noresume selinux=0 edd=off 
36 initrd /boot/%SHORT_NAME%/initrd.gz
37
38 title %GRML_NAME% %VERSION% - debug mode
39 kernel /boot/%SHORT_NAME%/linux26 apm=power-off vga=791 verbose debug=vc initrd=initrd.gz boot=live bootid=%BOOTID% initcall_debug nomce 
40 initrd /boot/%SHORT_NAME%/initrd.gz
41
42 title %GRML_NAME% %VERSION% - copy grml squashfs file to RAM
43 kernel /boot/%SHORT_NAME%/linux26 toram=%SQUASHFS_NAME% apm=power-off vga=791 quiet boot=live bootid=%BOOTID% nomce 
44 initrd /boot/%SHORT_NAME%/initrd.gz
45
46 title %GRML_NAME% %VERSION% - copy medium to RAM
47 kernel /boot/%SHORT_NAME%/linux26 toram apm=power-off vga=791 quiet boot=live bootid=%BOOTID% nomce 
48 initrd /boot/%SHORT_NAME%/initrd.gz
49
50 title %GRML_NAME% %VERSION% - grml2hd - install grml to local harddisk [adjust it!]
51 kernel /boot/%SHORT_NAME%/linux26 apm=power-off vga=791 quiet boot=live bootid=%BOOTID% nomce BOOT_IMAGE=grml2hd grml2hd partition=/dev/ice1 mbr=/dev/ice user=grml filesystem=ext3
52 initrd /boot/%SHORT_NAME%/initrd.gz
53
54 title %GRML_NAME% %VERSION% - forensic mode
55 kernel /boot/%SHORT_NAME%/linux26 vga=791 nofstab noraid nodmraid nolvm noautoconfig noswap raid=noautodetect quiet initrd=initrd.gz boot=live bootid=%BOOTID% 
56 initrd /boot/%SHORT_NAME%/initrd.gz
57
58 title %GRML_NAME% %VERSION% - serial console mode
59 kernel /boot/%SHORT_NAME%/linux26 apm=power-off vga=normal video=vesafb:off quiet initrd=initrd.gz boot=live bootid=%BOOTID% nomce console=tty1 console=ttyS0,9600n8 
60 initrd /boot/%SHORT_NAME%/initrd.gz
61
62 title Run memtest86+
63 kernel /boot/addons/memtest
64
65 title Boot FreeDOS
66 kernel /boot/addons/memdisk
67 initrd /boot/addons/balder10.imz
68
69 title MirOS bsd4grml (regular method)
70 kernel /boot/addons/bsd4grml/ldbsd.com
71
72 title MirOS bsd4grml (fallback method)
73 kernel /boot/addons/bsd4grml/ldbsd.com
74 modulenounzip /boot/addons/bsd4grml/bsd.rd bsd.rd
75 module /boot/addons/bsd4grml/boot.1 boot.1
76 module /boot/addons/bsd4grml/boot.2 boot.2
77 module /boot/addons/bsd4grml/boot.3 boot.3
78 module /boot/addons/bsd4grml/boot.4 boot.4
79 module /boot/addons/bsd4grml/boot.5 boot.5
80 module /boot/addons/bsd4grml/boot.6 boot.6
81 module /boot/addons/bsd4grml/boot.cfg boot.cfg
82 modulenounzip /boot/grub/%GRUB_LEGACY% %GRUB_LEGACY%
83 modulenounzip /boot/grub/core.img core.img
84