d7ac453ae39467b36782f090d9123a3508248e0e
[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/%GRML_NAME%/linux26 apm=power-off lang=us vga=791 quiet boot=live nomce
16 initrd /boot/%GRML_NAME%/initrd.gz
17
18 title %GRML_NAME% %VERSION% - without framebuffer
19 kernel /boot/%GRML_NAME%/linux26 apm=power-off lang=us vga=normal video=ofonly quiet initrd=initrd.gz boot=live nomce
20 initrd /boot/%GRML_NAME%/initrd.gz
21
22 title %GRML_NAME% %VERSION% - with 1280x1024 framebuffer
23 kernel /boot/%GRML_NAME%/linux26 apm=power-off lang=us vga=794 quiet initrd=initrd.gz boot=live nomce
24 initrd /boot/%GRML_NAME%/initrd.gz
25
26 title %GRML_NAME% %VERSION% - with 800x600 framebuffer
27 kernel /boot/%GRML_NAME%/linux26 apm=power-off lang=us vga=788 quiet initrd=initrd.gz boot=live nomce
28 initrd /boot/%GRML_NAME%/initrd.gz
29
30 title %GRML_NAME% %VERSION% - failsafe boot
31 kernel /boot/%GRML_NAME%/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
32 initrd /boot/%GRML_NAME%/initrd.gz
33
34 title %GRML_NAME% %VERSION% - debug mode
35 kernel /boot/%GRML_NAME%/linux26 apm=power-off lang=us vga=791 verbose debug=vc debug initrd=initrd.gz boot=live initcall_debug nomce
36 initrd /boot/%GRML_NAME%/initrd.gz
37
38 title %GRML_NAME% %VERSION% - copy grml squashfs file to RAM
39 kernel /boot/%GRML_NAME%/linux26 toram=grml.squashfs apm=power-off lang=us vga=791 quiet boot=live nomce
40 initrd /boot/%GRML_NAME%/initrd.gz
41
42 title %GRML_NAME% %VERSION% - copy medium to RAM
43 kernel /boot/%GRML_NAME%/linux26 toram apm=power-off lang=us vga=791 quiet boot=live nomce
44 initrd /boot/%GRML_NAME%/initrd.gz
45
46 title %GRML_NAME% %VERSION% - grml2hd - install grml to local harddisk [adjust it!]
47 kernel /boot/%GRML_NAME%/linux26 apm=power-off lang=us vga=791 quiet boot=live nomce partition=/dev/ice1 mbr=/dev/ice
48 initrd /boot/%GRML_NAME%/initrd.gz
49
50 title %GRML_NAME% %VERSION% - forensic mode
51 kernel /boot/%GRML_NAME%/linux26 vga=791 lang=us nofstab noraid nolvm noautoconfig noswap raid=noautodetect quiet initrd=initrd.gz boot=live
52 initrd /boot/%GRML_NAME%/initrd.gz
53
54 title %GRML_NAME% %VERSION% - serial console mode
55 kernel /boot/%GRML_NAME%/linux26 apm=power-off lang=us vga=normal video=vesafb:off quiet initrd=initrd.gz boot=live nomce console=tty1 console=ttyS0,9600n8
56 initrd /boot/%GRML_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 %GRML_NAME% %VERSION% - old boot method
66 # kernel /boot/%GRML_NAME%/linux26 ramdisk_size=100000 init=/etc/init apm=power-off lang=us vga=791 nomce quiet grml_dir="live" grml_name="grml.squashfs"
67 # initrd /boot/%GRML_NAME%/minirt26.gz