wording fixes for relnotes
[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 <a
197         href="http://www.fluxbox.org/">Fluxbox</a> as window manager.</p>
198
199         <h3><a name="lvm"></a><a href="#toc">Where are my LVM devices?</a></h3>
200
201         <p>LVM (Logival Volumes) is <strong>not</strong> started by default to
202         avoid any possible damage to your data. To get access to present LVM
203         devices just execute:</p>
204
205 <pre class="rahmen">
206 # /etc/init.d/lvm2 start
207 </pre>
208
209         <p>If you want to enable LVM by default just boot using the 'lvm'
210         bootoption which automatically enables LVM.</p>
211
212         <h3><a name="swraid"></a><a href="#toc">Where are my Software-RAID devices?</a></h3>
213
214         <p>Software-RAID (usually known as the mdadm stuff) is
215         <strong>not</strong> started by default to avoid any possible damage to
216         your data. To get access to present SW-RAID devices just execute:</p>
217
218 <pre class="rahmen">
219 # /etc/init.d/mdadm-raid start
220 </pre>
221
222         <p>If you want to enable SW-RAID by default just boot using
223         the 'swraid' bootoption which enables automatic assembling of
224         software raid arrays.</p>
225
226         <a name="terminalserver"></a>
227         <h3><a name="booting"></a><a href="#toc">Which ways exist to boot Grml?</a></h3>
228
229         <!-- TODO: needs rework -->
230
231         <p>Of course running from CD/DVD is a common way to boot
232         Grml. But Grml provides many more ways to boot:</p>
233
234         <p>It is possible to boot Grml via USB (e.g. USB stick or
235         harddisk), firewire, or running from a Compact Flash disk. It
236         works out of the box; you don't need to modify anything. Check
237         out <a href="http://wiki.grml.org/doku.php?id=usb">the usb
238         webpage in the grml-wiki</a> for more details.</p>
239
240         <p>Your computer can not boot from CD-ROM but provides a
241         floppy disk? Take a look
242         at <a href="http://btmgr.sourceforge.net/">btmgr</a>, <a href="http://ubcd4win.com/faq.htm#floppy">ubcd4win</a>
243         or <a href="http://linux.simple.be/tools/sbm">sbm</a>. They
244         provide support for booting from CD-ROM via a special floppy
245         disk.</p>
246
247         <p>grml-terminalserver makes it possible to boot your system
248         via network
249         using <a href="http://en.wikipedia.org/wiki/Preboot_Execution_Environment">PXE</a>
250         (Preboot Execution Environment). If your network card does not
251         provide support for booting via PXE you can still boot it
252         either using the provided grub image by grml-terminalserver
253         (for example via floppy drive) or
254         using <a href="http://etherboot.org/wiki/index.php">gPXE</a>.
255         For more information, refer to
256         the <a href="/terminalserver/">grml-terminalserver
257         webpage</a>.</p>
258
259         <h3><a name="timezone"></a><a href="#toc">How do I configure
260         timezone on my Grml system?</a></h3>
261
262         <p>Available bootoptions relevant in live-cd mode:</p>
263
264         <ul>
265           <li>utc: set UTC, if your system clock is set to UTC (GMT)
266           <li>gmt: set UTC, if your system clock is set to UTC (GMT) [like bootoption utc]
267           <li>tz=$option: set timezone to corresponding $option, usage example:
268               tz=Europe/Vienna
269         </ul>
270
271         <p>Further information: manpages hwclock(8), tzselect(1) and tzconfig(8); <a
272         href="http://www.debian.org/doc/manuals/system-administrator/ch-sysadmin-time.html">Debian
273         GNU/Linux System Administrator's Manual Chapter 16 - Time</a> and <a
274         href="http://wiki.debian.org/TimeZoneChanges">TimeZoneChanges in the
275         Debian-Wiki</a>.</p>
276
277         <h3><a name="hdinstall"></a><a href="#toc">Is it possible to install Grml to harddisk?</a></h3>
278
279         <p>Short anwer: No.</p>
280
281         <p>If you want to get a plain Debian system take a look at <a
282         href="/grml-debootstrap/">grml-debootstrap</a>.</p>
283
284         <p>Long(er) answer: yes it's possible to install Grml. But it's not
285         supported and you'll be on your own. That's why we decided to make it
286         not-so-obvious. If you really know what you're doing you'll find out on
287         your own. Reminder: use <a
288         href="/grml-debootstrap/">grml-debootstrap</a> or <a
289         href="http://www.debian.org/">Debian Installer</a> instead.</p>
290
291         <h2><a name="software"></a><a href="#toc">Software</a></h2>
292
293         <h3><a name="sw_version"></a><a href="#toc">Which package(s) and which
294         version is available?</a></h3>
295
296         <p>If you want to get details about the provided packages and the
297         package versions without booting the Grml ISO check out the dpkg_...
298         files in the <a href="/files/#debian">Debian-Information section on
299         grml.org/files/</a>.</p>
300
301         <h3><a name="zsh"></a><a href="#toc">Why is Zsh the default shell?</a></h3>
302
303         <p>Short answer: because <a href="/zsh/">Zsh rocks</a>, really!</p>
304
305         <p>Long(er) answer: If you don't know Zsh take a look the <a
306         href="/zsh/">Grml Zsh reference card</a>.</p>
307
308         <p>If you are a Bash user and don't know Zsh yet, don't be
309         afraid. Bash is largely a subset of Zsh and you don't have to
310         throw away your knowledge about shell stuff.</p>
311
312         <h2><a name="stuff"></a><a href="#toc">Support / Unanswered stuff</a></h2>
313
314         <h3><a name="questions"></a><a href="#toc">Further questions</a></h3>
315
316         <p>Do you have a question which is not answered in the FAQ or
317         in the provided <a href="/docs/">documentation</a> (execute
318         &quot;grml-info&quot; on your Grml system for offline
319         documentation)?  Also check out 'grml-tips $KEYWORD' on your
320         Grml system. Take a look at
321         <a href="/">the Grml website</a> and <a href="http://wiki.grml.org/">the
322           grml-wiki</a>. A good place to become part of the community is the <a
323           href="/mailinglist/">Grml mailinglist</a>.</p>
324
325         <h3><a name="support"></a><a href="#toc">Commercial Support</a></h3>
326
327         <p>You want to deploy Grml in your data center, use it as part of your
328         business or have an emergency case? You're happy with Grml but would
329         like to get your very own live cd (providing your favourite software
330         selection, special configuration, setup and your bootsplash)?
331         Please get in <a href="/contact/">touch with us</a>.</p>
332
333       </div>
334
335 <?php include '../static_bottom.inc'; ?>