79882e87f866613cffe7d1ab86587f663e90acce
[grml-live.git] / templates / boot / isolinux / grml.cfg
1 ## labels
2
3 # generic ones
4
5 include default.cfg
6
7
8 label failsafe
9   menu label Grml ^Failsafe Mode
10   kernel /boot/%GRML_NAME%/linux26
11   append initrd=/boot/%GRML_NAME%/initrd.gz vga=normal boot=live 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 pci=nomsi 
12
13   text help
14                                         Boot Grml in failsafe mode, which
15                                         disables any hardware recognition
16                                         that might prevent your system from
17                                         booting. If Grml does not boot in
18                                         default mode try using this option.
19   endtext
20
21 label forensic
22   menu label Grml F^orensic Mode
23   kernel /boot/%GRML_NAME%/linux26
24   append initrd=/boot/%GRML_NAME%/initrd.gz vga=791 forensic nofstab noraid nolvm noautoconfig noswap raid=noautodetect readonly quiet boot=live 
25
26   text help
27                                         Boot Grml in forensic mode. This mode
28                                         prevents touching any harddisks during
29                                         hardware recognition and forces all
30                                         blockdevices to readonly mode.
31   endtext
32
33 label grml2ram
34   menu label Grml to ^RAM
35   kernel /boot/%GRML_NAME%/linux26
36   append apm=power-off vga=791 quiet initrd=/boot/%GRML_NAME%/initrd.gz boot=live nomce toram=%GRML_NAME%.squashfs 
37
38   text help
39                                         Load Grml into the memory (RAM).
40                                         This allows you to remove the Grml
41                                         media after Grml finished booting.
42
43                                         Note: you should have enough RAM
44                                         (>= size of ISO * 1.2) to be able
45                                         to use this option.
46   endtext
47
48 # back to main menu
49 label exit
50 menu hide
51 kernel isolinux.bin
52
53 label back
54 menu hide
55 kernel isolinux.bin
56
57 label quit
58 menu hide
59 kernel isolinux.bin