further cleanups
[grml.org.git] / faq / index.php
1 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
2 <head>
3 <title>grml.org - FAQ</title>
4 <meta name="Title" content="grml.org - FAQ" />
5 <meta name="Author" content="the grml team [www.grml.org/team/]" />
6 <meta name="Keywords" content="grml.org, grml" />
7 <meta name="Description" content="FAQ of grml.org" />
8 <meta name="Abstract" content="grml, just another linux-distribution" />
9 <meta name="fdse-index-as" content="http://www.grml.org/faq/" />
10 <meta name="Robots" content="index,follow" />
11 <meta name="Language" content="english" />
12 <meta name="identifier-url" content="http://www.grml.org/" />
13 <meta name="MSSmartTagsPreventParsing" content="true" />
14 <meta http-equiv="imagetoolbar" content="no" />
15 <link rel="home" href="/" title="grml.org" />
16 <link rel="help" href="/features/" title="About" />
17 <link rel="author" href="/team/" title="Team" />
18 <link rel="icon" href="/favicon.png" type="image/png" />
19 <link rel="stylesheet" href="/style.css" type="text/css" />
20 </head>
21
22 <body>
23 <?php include '../static.inc'; ?>
24
25       <div class="content">
26
27         <p><img style="float: right" src="/img/clanbomber.png" alt="*" /></p>
28
29         <h1 align="center">FAQ for grml</h1>
30
31         <p><strong>Up2date:</strong> applies to Grml releases version 2011.12</p>
32
33         <p><a name="toc"></a><strong>Index:</strong></p>
34
35         <p class="toc"><a href="#general">General:</a></p>
36         <ol>
37           <li><a href="#whatis">What is Grml?</a></li>
38           <li><a href="#get">Where do I get Grml?</a></li>
39           <li><a href="#whatmeans">What does Grml mean?</a></li>
40           <li><a href="#releasename">What about the release name?</a></li>
41           <li><a href="#requirements">Requirements for running Grml</a></li>
42           <li><a href="#bootoptions">Which bootoptions does Grml support?</a></li>
43           <li><a href="#known_issues">Are there any known issues with this release? How about reporting bugs?</a></li>
44         </ol>
45
46         <p class="toc"><a href="#features">Features</a>:</p>
47         <ol>
48           <li><a href="#usbboot">How do I boot Grml from a USB stick?</a></li>
49           <li><a href="#persistency">Is it possible to store my settings?</a></li>
50           <li><a href="#password">What are the passwords of users on Grml?</a></li>
51           <li><a href="#version">How do I find out the version of Grml</a></li>
52           <li><a href="#language">How do I change the language/keyboard settings?</a></li>
53           <li><a href="#wms">Which window managers can I use?</a></li>
54           <li><a href="#lvm">Where are my LVM devices?</a></li>
55           <li><a href="#swraid">Where are my Software-RAID devices?</a></li>
56           <li><a href="#booting">Which ways exist to boot Grml?</a></li>
57           <li><a href="#timezone">How do I configure timezone on my Grml system?</a></li>
58           <li><a href="#hdinstall">Is it possible to install Grml to harddisk?</a></li>
59         </ol>
60
61         <p class="toc"><a href="#software">Software:</a></p>
62         <ol>
63           <li><a href="#sw_version">Which package(s) and which version is available?</a></li>
64           <li><a href="#zsh">Why is Zsh the default shell?</a></li>
65         </ol>
66         </ol>
67
68         <p class="toc"><a href="#stuff">Support / Unanswered stuff:</a></p>
69         <ol>
70           <li><a href="#questions">Further questions?</a></li>
71           <li><a href="#support">Commercial Support</a></li>
72         </ol>
73
74         <h2><a name="general"></a><a href="#toc">General</a></h2>
75
76         <h3><a name="whatis"></a><a href="#toc">What is Grml?</a></h3>
77
78         <p>Grml is a bootable CD (Live-CD) based
79         on <a href="http://www.debian.org/">Debian</a>. It is not
80         necessary to install anything to a harddisk. Grml includes a
81         collection of GNU/Linux software especially for system
82         administrators. It specializes on administrative tasks like
83         installation, deployment and system rescue.</p>
84
85         <h3><a name="get"></a><a href="#toc">Where do I get Grml?</a></h3>
86
87         <p>Grml is open source, you can download it from the mirrors
88         listed at <a href="/download">grml.org/download/</a>.</p>
89
90         <h3><a name="whatmeans"></a><a href="#toc">What does Grml mean?</a></h3>
91
92         <p>Grml comes close to 'argl' or 'grrr' in English. People use
93         this when they want to express their dissatisfaction with
94         software (amongst other things).</p>
95
96         <h3><a name="releasename"></a><a href="#toc">What about the release name?</a></h3>
97
98         <p>Codename of Grml 2011.12 is "Knetch Rootrecht". It's a wordplay on
99         <a href="http://en.wikipedia.org/wiki/Companions_of_Saint_Nicholas">Knecht
100         Ruprecht</a>, which translates as Farmhand Ruprecht or Servant
101         Ruprecht.</p>
102
103         <h3><a name="requirements"></a><a href="#toc">Requirements for running Grml</a></h3>
104
105         <ul>
106
107           <li>Intel-compatible CPU (i586 or later, preferably Pentium class or higher)</li>
108
109           <li>&gt;=128MB of RAM (&gt;=256MB recommended)</p>
110
111           <li>either a bootable CD-/DVD-ROM drive,
112           a <a href="#usbboot">USB-boot capable system</a> or a
113           network card for booting via network/PXE (check
114           out <a href="#terminalserver">grml-terminalserver</a>)</li>
115
116         </ul>
117
118         <h3><a name="accessibility"></a><a href="#toc">What does accessibility at Grml mean?</a></h3>
119
120         <p>The Grml kernel includes support for speakup and software
121         like brltty (using bootoption 'grml blind
122         brltty=type,port,tbl') and espeakup.</p>
123
124         <h3><a name="bootoptions"></a><a href="#toc">Which bootoptions does Grml support?</a></h3>
125
126         <p>Check out the <a
127         href="http://git.grml.org/?p=grml-live.git;a=blob_plain;f=templates/GRML/grml-cheatcodes.txt;hb=HEAD">grml-cheatcodes
128         file</a> (also available via <a href="http://grml.org/cheatcodes/">grml.org/cheatcodes/</a>). Of
129         course <a
130         href="http://www.kernel.org/doc/Documentation/kernel-parameters.txt">kernel-parameters.txt</a>
131         of the Linux kernel applies to Grml as well.</p>
132
133         <a name="release"></a> <!-- old anchor -->
134         <a name="bugreport"></a> <!-- old anchor -->
135         <h3><a name="known_issues"></a><a href="#toc">Are there any known issues? How about reporting bugs?</a></h3>
136
137         <p>Please visit the <a href="/bugs/">bug webpage</a>.</p>
138
139         <h2><a name="features"></a><a href="#toc">Features</a></h2>
140
141         <!-- TODO: needs to be improved! -->
142         <h3><a name="usbboot"></a><a href="#toc">How do I boot Grml from a USB stick?</a></h3>
143
144         <p>Check
145         out <a href="http://wiki.grml.org/doku.php?id=usb#grml2usb">grml2usb</a>
146         at the
147         <a href="http://wiki.grml.org/doku.php?id=usb">usb webpage in the
148         grml-wiki.</a></p>
149
150         <h3><a name="store"></a><a name="persistency"></a><a href="#toc">Is it possible to store my settings?</a></h3>
151
152         <p>Yes, using the
153         a <a href="http://wiki.grml.org/doku.php?id=persistency">persistency
154         feature</a>.</p>
155
156         <h3><a name="password"></a><a href="#toc">What are the passwords of users on Grml?</a></h3>
157
158         <p>There are no default passwords - all accounts are locked by
159         default for security reasons. Even local logins are not
160         possible (unless you set a password or create new user
161         accounts as root).  You can create valid passwords using "sudo
162         passwd [username]" from the shell individually.</p>
163
164         <h3><a name="version"></a><a href="#toc">How do I find out the version of Grml</a></h3>
165
166         <p>Run 'grml-version' or use the following command:</p>
167
168 <pre class="rahmen">
169 $ cat /etc/grml_version</pre>
170
171         <h3><a name="language"></a><a href="#toc">How do I change the language/keyboard settings?</a></h3>
172
173         <p>By default Grml uses english settings. But it is possible to
174         change the settings via using either the bootparam(s) lang,
175         keyboard and xkeyboard or via executing grml-lang when Grml is
176         already running. Usage examples:</p>
177
178 <pre class="rahmen">
179 grml lang=de      # enter this at the bootprompt and you will get
180                   # german keyboard layout and german $LANG, $LC_ALL,
181                   # $LANGUAGE...
182 grml keyboard=de xkeyboard=de lang=at # enter this at the bootprompt
183                   # and you will get german keyboard and austrian
184                   # language variables
185 % grml-lang de    # enter this in the shell to switch keyboard layout
186                   # and $LANG settings in a running Grml system
187 </pre>
188
189         <p>Note: run grml-setlang to get a dialog based frontend for
190         /etc/default/locale. Run grml-setkeyboard to get a dialog
191         based frontend for /etc/sysconfig/keyboard.</p>
192
193
194         <h3><a name="wms"></a><a href="#toc">Which window managers can I use?</a></h3>
195
196         <p>Starting with the 2011.12 release Grml provides just
197         the <a href="http://www.fluxbox.org/">Fluxbox</a> window
198         manager.</p>
199
200
201         <h3><a name="lvm"></a><a href="#toc">Where are my LVM devices?</a></h3>
202
203         <p>LVM (Logival Volumes) is <strong>not</strong> started by default to
204         avoid any possible damage to your data. To get access to present LVM
205         devices just execute:</p>
206
207 <pre class="rahmen">
208 # /etc/init.d/lvm2 start
209 </pre>
210
211         <p>If you want to enable LVM by default just boot using the 'lvm'
212         bootoption which automatically enables LVM.</p>
213
214         <h3><a name="swraid"></a><a href="#toc">Where are my Software-RAID devices?</a></h3>
215
216         <p>Software-RAID (usually known as the mdadm stuff) is
217         <strong>not</strong> started by default to avoid any possible damage to
218         your data. To get access to present SW-RAID devices just execute:</p>
219
220 <pre class="rahmen">
221 # /etc/init.d/mdadm-raid start
222 </pre>
223
224         <p>If you want to enable SW-RAID by default just boot using
225         the 'swraid' bootoption which enables automatic assembling of
226         software raid arrays.</p>
227
228         <a name="terminalserver"></a>
229         <h3><a name="booting"></a><a href="#toc">Which ways exist to boot Grml?</a></h3>
230
231         <!-- TODO: needs rework -->
232
233         <p>Of course running from CD/DVD is a common way to boot
234         Grml. But Grml provides many more ways to boot:</p>
235
236         <p>It is possible to boot Grml via USB (e.g. USB stick or
237         harddisk), firewire, or running from a Compact Flash disk. It
238         works out of the box; you don't need to modify anything. Check
239         out <a href="http://wiki.grml.org/doku.php?id=usb">the usb
240         webpage in the grml-wiki</a> for more details.</p>
241
242         <p>Your computer can not boot from CD-ROM but provides a
243         floppy disk? Take a look
244         at <a href="http://btmgr.sourceforge.net/">btmgr</a>, <a href="http://ubcd4win.com/faq.htm#floppy">ubcd4win</a>
245         or <a href="http://linux.simple.be/tools/sbm">sbm</a>. They
246         provide support for booting from CD-ROM via a special floppy
247         disk.</p>
248
249         <p>grml-terminalserver makes it possible to boot your system
250         via network
251         using <a href="http://en.wikipedia.org/wiki/Preboot_Execution_Environment">PXE</a>
252         (Preboot Execution Environment). If your network card does not
253         provide support for booting via PXE you can still boot it
254         either using the provided grub image by grml-terminalserver
255         (for example via floppy drive) or
256         using <a href="http://etherboot.org/wiki/index.php">gPXE</a>.
257         For more information, refer to
258         the <a href="/terminalserver/">grml-terminalserver
259         webpage</a>.</p>
260
261         <h3><a name="timezone"></a><a href="#toc">How do I configure
262         timezone on my Grml system?</a></h3>
263
264         <p>Available bootoptions relevant in live-cd mode:</p>
265
266         <ul>
267           <li>utc: set UTC, if your system clock is set to UTC (GMT)
268           <li>gmt: set UTC, if your system clock is set to UTC (GMT) [like bootoption utc]
269           <li>tz=$option: set timezone to corresponding $option, usage example:
270               tz=Europe/Vienna
271         </ul>
272
273         <p>Further information: manpages hwclock(8), tzselect(1) and tzconfig(8); <a
274         href="http://www.debian.org/doc/manuals/system-administrator/ch-sysadmin-time.html">Debian
275         GNU/Linux System Administrator's Manual Chapter 16 - Time</a> and <a
276         href="http://wiki.debian.org/TimeZoneChanges">TimeZoneChanges in the
277         Debian-Wiki</a>.</p>
278
279         <h3><a name="hdinstall"></a><a href="#toc">Is it possible to install Grml to harddisk?</a></h3>
280
281         <p>Short anwer: No.</p>
282
283         <p>If you want to get a plain Debian system take a look at <a
284         href="/grml-debootstrap/">grml-debootstrap</a>.</p>
285
286         <p>Long(er) answer: yes it's possible to install Grml. But it's not
287         supported and you'll be on your own. That's why we decided to make it
288         not-so-obvious. If you really know what you're doing you'll find out on
289         your own. Reminder: use <a
290         href="/grml-debootstrap/">grml-debootstrap</a> or <a
291         href="http://www.debian.org/">Debian Installer</a> instead.</p>
292
293         <h2><a name="software"></a><a href="#toc">Software</a></h2>
294
295         <h3><a name="sw_version"></a><a href="#toc">Which package(s) and which
296         version is available?</a></h3>
297
298         <p>If you want to get details about the provided packages and the
299         package versions without booting the Grml ISO check out the dpkg_...
300         files in the <a href="/files/#debian">Debian-Information section on
301         grml.org/files/</a>.</p>
302
303         <h3><a name="zsh"></a><a href="#toc">Why is Zsh the default shell?</a></h3>
304
305         <p>Short answer: because <a href="/zsh/">Zsh rocks</a>, really!</p>
306
307         <p>Long(er) answer: If you don't know Zsh take a look the <a
308         href="/zsh/">Grml Zsh reference card</a>.</p>
309
310         <p>If you are a Bash user and don't know Zsh yet, don't be
311         afraid. Bash is largely a subset of Zsh and you don't have to
312         throw away your knowledge about shell stuff.</p>
313
314         <h2><a name="stuff"></a><a href="#toc">Support / Unanswered stuff</a></h2>
315
316         <h3><a name="questions"></a><a href="#toc">Further questions</a></h3>
317
318         <p>Do you have a question which is not answered in the FAQ or
319         in the provided <a href="/docs/">documentation</a> (execute
320         &quot;grml-info&quot; on your Grml system for offline
321         documentation)?  Also check out 'grml-tips $KEYWORD' on your
322         Grml system. Take a look at
323         <a href="/">the Grml website</a> and <a href="http://wiki.grml.org/">the
324           grml-wiki</a>. A good place to become part of the community is the <a
325           href="/mailinglist/">Grml mailinglist</a>.</p>
326
327         <h3><a name="support"></a><a href="#toc">Commercial Support</a></h3>
328
329         <p>You want to deploy Grml in your data center, use it as part of your
330         business or have an emergency case? You're happy with Grml but would
331         like to get your very own live cd (providing your favourite software
332         selection, special configuration, setup and your bootsplash)?
333         Please get in <a href="/contact/">touch with us</a>.</p>
334
335       </div>
336
337 <?php include '../static_bottom.inc'; ?>