502366923570f94a62d87b0800944a15428b6f79
[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 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 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 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 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' will be set to a random
44                                         password, unless you add an option
45                                         to the ssh argument in the command
46                                         line (for example: ssh=secret).
47   endtext
48
49 label forensic
50   menu label %GRML_NAME% - F^orensic Mode
51   kernel /boot/%SHORT_NAME%/vmlinuz
52   append initrd=/boot/%SHORT_NAME%/initrd.img boot=live bootid=%BOOTID% apm=power-off nomce vga=791 forensic nofstab noraid nodmraid nolvm noautoconfig noswap raid=noautodetect readonly 
53
54   text help
55                                         Boot Grml in forensic mode. This
56                                         mode prevents touching any harddisks
57                                         during hardware recognition and
58                                         forces all blockdevices to readonly
59                                         mode.
60   endtext
61
62 label lang-de
63   menu label %GRML_NAME% - ^German Settings
64   kernel /boot/%SHORT_NAME%/vmlinuz
65   append initrd=/boot/%SHORT_NAME%/initrd.img boot=live bootid=%BOOTID% apm=power-off vga=791 nomce lang=de 
66
67   text help
68                                         Boot Grml with german settings.
69   endtext
70
71 label %GRML_NAME%x
72   menu label %GRML_NAME% - Graphical ^Mode
73   kernel /boot/%SHORT_NAME%/vmlinuz
74   append initrd=/boot/%SHORT_NAME%/initrd.img boot=live bootid=%BOOTID% apm=power-off vga=791 nomce startx
75
76   text help
77                                         Boot Grml and automatically invoke
78                                         grml-x to start X Window System.
79   endtext
80
81 label grml2ram
82   menu label %GRML_NAME% - Load to ^RAM
83   kernel /boot/%SHORT_NAME%/vmlinuz
84   append initrd=/boot/%SHORT_NAME%/initrd.img boot=live bootid=%BOOTID% apm=power-off vga=791 nomce toram=%SQUASHFS_NAME% 
85
86   text help
87                                         Load Grml into the memory (RAM).
88                                         This allows you to remove the Grml
89                                         media after Grml finished booting.
90
91                                         Note: you should have enough RAM
92                                         (>= size of ISO * 1.2) to be able
93                                         to use this option.
94   endtext
95
96 label persistent
97   menu label %GRML_NAME% - ^Persistent mode
98   kernel /boot/%SHORT_NAME%/vmlinuz
99   append initrd=/boot/%SHORT_NAME%/initrd.img boot=live bootid=%BOOTID% apm=power-off vga=791 nomce persistent=nofiles 
100
101   text help
102                                         Boot Grml and enable persistency
103                                         feature to store system and
104                                         settings on an external device
105                                         with label live-rw / home-rw.
106   endtext
107
108 label serial
109   menu label %GRML_NAME% - Serial ^Console
110   kernel /boot/%SHORT_NAME%/vmlinuz
111   append initrd=/boot/%SHORT_NAME%/initrd.img boot=live bootid=%BOOTID% apm=power-off vga=normal video=vesafb:off nomce console=tty1 console=ttyS0,9600n8 
112
113
114   text help
115                                         Activate ttyS0 and start a getty.
116   endtext
117
118 # back to main menu
119 label exit
120 menu hide
121 kernel isolinux.bin
122
123 label back
124 menu hide
125 kernel isolinux.bin
126
127 label quit
128 menu hide
129 kernel isolinux.bin
130
131 menu end