Drop bootfrom=removable from bootoptions.
[grml-live.git] / templates / boot / isolinux / grml.cfg
1 ## labels
2
3 # generic ones
4
5 label debug
6   menu label %GRML_NAME% - ^Debug Mode
7   kernel /boot/%SHORT_NAME%/linux26
8   append initrd=/boot/%SHORT_NAME%/initrd.gz boot=live bootid=%BOOTID% apm=power-off vga=791 verbose debug=vc initcall nomce 
9
10   text help
11                                         Boot Grml in debug mode, which
12                                         activates debug shells during
13                                         bootup sequence.
14   endtext
15
16 label nofb
17   menu label %GRML_NAME% - Dis^able Framebuffer
18   kernel /boot/%SHORT_NAME%/linux26
19   append initrd=/boot/%SHORT_NAME%/initrd.gz boot=live bootid=%BOOTID% apm=power-off vga=normal quiet nomce 
20
21   text help
22                                         Boot Grml without framebuffer.
23   endtext
24
25 label ssh
26   menu label %GRML_NAME% - Enable ^SSH (with random password)
27   kernel /boot/%SHORT_NAME%/linux26
28   append initrd=/boot/%SHORT_NAME%/initrd.gz boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce ssh
29
30   text help
31                                         Boot Grml and automatically start
32                                         SSH Server. The password for user
33                                         'grml' will be set to a random
34                                         password, unless you add an option
35                                         to the ssh argument in the command
36                                         line (for example: ssh=secret).
37   endtext
38
39 label failsafe
40   menu label %GRML_NAME% - ^Failsafe Mode
41   kernel /boot/%SHORT_NAME%/linux26
42   append initrd=/boot/%SHORT_NAME%/initrd.gz boot=live bootid=%BOOTID% logo.nologo=1 distri=grml-forensic readonly apm=power-off nomce vga=normal noautoconfig noapic noacpi acpi=off noudev noapm agp=off nosmp maxcpus=0 libata.dma=0 nofstab nomodules nosound nogpm nosyslog nocpu nodisc nomodem xmodule=vesa noresume selinux=0 edd=off pci=nomsi noraid nolvm noswap raid=noautodetect nodhcp 
43   text help
44                                         Boot Grml in failsafe mode, which
45                                         disables any hardware recognition
46                                         that might prevent your system from
47                                         booting. If Grml does not boot in
48                                         default mode try using this option.
49   endtext
50
51 label forensic
52   menu label %GRML_NAME% - F^orensic Mode
53   kernel /boot/%SHORT_NAME%/linux26
54   append initrd=/boot/%SHORT_NAME%/initrd.gz boot=live bootid=%BOOTID% apm=power-off nomce vga=791 forensic nofstab noraid nolvm noautoconfig noswap raid=noautodetect readonly quiet 
55
56   text help
57                                         Boot Grml in forensic mode. This
58                                         mode prevents touching any harddisks
59                                         during hardware recognition and
60                                         forces all blockdevices to readonly
61                                         mode.
62   endtext
63
64 label lang-de
65   menu label %GRML_NAME% - ^German Settings
66   kernel /boot/%SHORT_NAME%/linux26
67   append initrd=/boot/%SHORT_NAME%/initrd.gz boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce lang=de 
68
69   text help
70                                         Boot Grml with german settings.
71   endtext
72
73 label %GRML_NAME%x
74   menu label %GRML_NAME% - Graphical ^Mode
75   kernel /boot/%SHORT_NAME%/linux26
76   append initrd=/boot/%SHORT_NAME%/initrd.gz boot=live bootid=%BOOTID% apm=power-off quiet nomce startx=wm-ng 
77
78   text help
79                                         Boot Grml and automatically invoke
80                                         grml-x to start X Window System.
81   endtext
82
83 label grml2ram
84   menu label %GRML_NAME% - Load to ^RAM
85   kernel /boot/%SHORT_NAME%/linux26
86   append initrd=/boot/%SHORT_NAME%/initrd.gz boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce toram=%SQUASHFS_NAME% 
87
88   text help
89                                         Load Grml into the memory (RAM).
90                                         This allows you to remove the Grml
91                                         media after Grml finished booting.
92
93                                         Note: you should have enough RAM
94                                         (>= size of ISO * 1.2) to be able
95                                         to use this option.
96   endtext
97
98 label persistent
99   menu label %GRML_NAME% - ^Persistent mode
100   kernel /boot/%SHORT_NAME%/linux26
101   append initrd=/boot/%SHORT_NAME%/initrd.gz boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce persistent 
102
103   text help
104                                         Boot Grml and enable persistency
105                                         feature to store system and
106                                         settings on an external device
107                                         with label live-rw / home-rw.
108   endtext
109
110 label serial
111   menu label %GRML_NAME% - Serial ^Console
112   kernel /boot/%SHORT_NAME%/linux26
113   append initrd=/boot/%SHORT_NAME%/initrd.gz boot=live bootid=%BOOTID% apm=power-off vga=normal video=vesafb:off quiet nomce console=tty1 console=ttyS0,9600n8 
114
115
116   text help
117                                         Activate ttyS0 and start mgetty.
118   endtext
119
120 # back to main menu
121 label exit
122 menu hide
123 kernel isolinux.bin
124
125 label back
126 menu hide
127 kernel isolinux.bin
128
129 label quit
130 menu hide
131 kernel isolinux.bin
132
133 menu end