2d46accdff72654dab6baf3976df079cee5a74b6
[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%/vmlinuz
8   append initrd=/boot/%SHORT_NAME%/initrd.img boot=live live-media-path=/live/%GRML_NAME%/ 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%/vmlinuz
19   append initrd=/boot/%SHORT_NAME%/initrd.img boot=live live-media-path=/live/%GRML_NAME%/ bootid=%BOOTID% apm=power-off vga=normal radeon.modeset=0 i915.modeset=0 nouveau.modeset=0 nomodeset nomce 
20
21   text help
22                                         Boot Grml without framebuffer.
23   endtext
24
25 label nokms
26   menu label %GRML_NAME% - Disable ^Kernel Mode-Setting
27   kernel /boot/%SHORT_NAME%/vmlinuz
28   append initrd=/boot/%SHORT_NAME%/initrd.img boot=live live-media-path=/live/%GRML_NAME%/ bootid=%BOOTID% apm=power-off radeon.modeset=0 i915.modeset=0 nouveau.modeset=0 nomodeset nomce vga=791 
29
30   text help
31                                         Boot Grml without KMS (Kernel
32                                         Mode Setting).
33   endtext
34
35 label ssh
36   menu label %GRML_NAME% - Enable ^SSH (with random password)
37   kernel /boot/%SHORT_NAME%/vmlinuz
38   append initrd=/boot/%SHORT_NAME%/initrd.img boot=live live-media-path=/live/%GRML_NAME%/ bootid=%BOOTID% apm=power-off vga=791 nomce ssh 
39
40   text help
41                                         Boot Grml and automatically start
42                                         SSH Server. The password for user
43                                         'grml' and 'root' will be set to
44                                         a random password, unless you add
45                                         an option to the ssh argument in
46                                         the command line (for example:
47                                         ssh=secret).
48   endtext
49
50 label forensic
51   menu label %GRML_NAME% - F^orensic Mode
52   kernel /boot/%SHORT_NAME%/vmlinuz
53   append initrd=/boot/%SHORT_NAME%/initrd.img boot=live live-media-path=/live/%GRML_NAME%/ bootid=%BOOTID% apm=power-off nomce vga=791 forensic nofstab noraid nodmraid nolvm noautoconfig noswap raid=noautodetect readonly 
54
55   text help
56                                         Boot Grml in forensic mode. This
57                                         mode prevents touching any harddisks
58                                         during hardware recognition and
59                                         forces all blockdevices to readonly
60                                         mode.
61   endtext
62
63 label lang-de
64   menu label %GRML_NAME% - ^German Settings
65   kernel /boot/%SHORT_NAME%/vmlinuz
66   append initrd=/boot/%SHORT_NAME%/initrd.img boot=live live-media-path=/live/%GRML_NAME%/ bootid=%BOOTID% apm=power-off vga=791 nomce lang=de 
67
68   text help
69                                         Boot Grml with german settings.
70   endtext
71
72 label %GRML_NAME%x
73   menu label %GRML_NAME% - Graphical ^Mode
74   kernel /boot/%SHORT_NAME%/vmlinuz
75   append initrd=/boot/%SHORT_NAME%/initrd.img boot=live live-media-path=/live/%GRML_NAME%/ bootid=%BOOTID% apm=power-off vga=791 nomce startx 
76
77   text help
78                                         Boot Grml and automatically invoke
79                                         grml-x to start X Window System.
80   endtext
81
82 label grml2ram
83   menu label %GRML_NAME% - Load to ^RAM
84   kernel /boot/%SHORT_NAME%/vmlinuz
85   append initrd=/boot/%SHORT_NAME%/initrd.img boot=live live-media-path=/live/%GRML_NAME%/ bootid=%BOOTID% apm=power-off vga=791 nomce toram=%SQUASHFS_NAME% 
86
87   text help
88                                         Load Grml into the memory (RAM).
89                                         This allows you to remove the Grml
90                                         media after Grml finished booting.
91
92                                         Note: you should have enough RAM
93                                         (>= size of ISO * 1.2) to be able
94                                         to use this option.
95   endtext
96
97 label persistence
98   menu label %GRML_NAME% - ^Persistency mode
99   kernel /boot/%SHORT_NAME%/vmlinuz
100   append initrd=/boot/%SHORT_NAME%/initrd.img boot=live live-media-path=/live/%GRML_NAME%/ bootid=%BOOTID% apm=power-off vga=791 nomce persistence 
101
102   text help
103                                         Boot Grml and enable persistency
104                                         feature to store system and
105                                         settings on an external device
106                                         with label full-ov, custom-ov or
107                                         (deprecated) live-rw / home-rw.
108   endtext
109
110 label serial
111   menu label %GRML_NAME% - Serial ^Console
112   kernel /boot/%SHORT_NAME%/vmlinuz
113   append initrd=/boot/%SHORT_NAME%/initrd.img boot=live live-media-path=/live/%GRML_NAME%/ bootid=%BOOTID% apm=power-off vga=normal video=vesafb:off nomce console=tty1 console=ttyS0,9600n8 
114
115
116   text help
117                                         Activate ttyS0 and start a getty.
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