Gentoo Archives: gentoo-commits

From: "David Abbott (dabbott)" <dabbott@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/pr/releases/12.0: faq.xml
Date: Thu, 22 Dec 2011 21:18:45
Message-Id: 20111222211834.16E312004B@flycatcher.gentoo.org
1 dabbott 11/12/22 21:18:34
2
3 Added: faq.xml
4 Log:
5 FAQ for the Gentoo 12.0 LiveDVD
6
7 Revision Changes Path
8 1.1 xml/htdocs/proj/en/pr/releases/12.0/faq.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/pr/releases/12.0/faq.xml?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/pr/releases/12.0/faq.xml?rev=1.1&content-type=text/plain
12
13 Index: faq.xml
14 ===================================================================
15 <?xml version='1.0' encoding="UTF-8"?>
16 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
17 <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/12.0/faq.xml,v 1.1 2011/12/22 21:18:34 dabbott Exp $ -->
18
19 <guide>
20 <title>Gentoo 12.0 LiveDVD Frequently Asked Questions</title>
21
22 <author title="Author">
23 <mail link="dabbott"/>
24 </author>
25 <author title="Reviewer">
26 <mail link="email@×××××××××××××××××.com">Fernando V. Orocu</mail>
27 </author>
28
29 <abstract>
30 This FAQ is a collection of questions and answers collected from the mail list
31 and from IRC.
32 </abstract>
33
34 <!-- The content of this document is licensed under the CC-BY-SA license -->
35 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
36 <license/>
37
38 <version>1</version>
39 <date>2011-12-22</date>
40
41 <faqindex>
42 <title>FAQ</title>
43 <section>
44 <title>Introduction</title>
45 <body>
46
47 <p>
48 The Gentoo hybrid LiveDVD is made by the community for the community. It was
49 created with the help of Gentoo developers from around the world and users
50 alike. Thank you all for your contributions and suggestions!
51 </p>
52
53 <p>
54 <uri link="12.0-livedvd-team.txt"> Your Gentoo LiveDVD Team</uri>
55 </p>
56
57 <p>
58 Please note that this is simply a list of common questions. Please read the
59 <uri link="/doc/en/handbook">handbook</uri> and man pages to gain a greater
60 understanding of how Gentoo works. For answers to questions which may not
61 be answered here, please visit the forums, bugzilla or <uri
62 link="irc://irc.gentoo.org/gentoo-ten">#gentoo-ten</uri> on <uri
63 link="http://www.freenode.net/">freenode</uri>
64 </p>
65
66 </body>
67 </section>
68 </faqindex>
69
70 <chapter>
71 <title>Getting Started</title>
72 <section id="arch">
73 <title>Download the correct ISO for your hardware</title>
74 <body>
75
76 <p>
77 The <path>livedvd-x86-x86_64</path> ISO will work on 32-bit x86 or 64-bit
78 x86_64. If your architecture is x86, boot with the default. If your arch is
79 amd64, boot with <c>gentoo64</c>.
80 </p>
81
82 <p>
83 The <path>livedvd-amd64</path> ISO is only for x86_64. Boot with the default.
84 </p>
85
86 </body>
87 </section>
88
89 <section id="options">
90 <title>Boot options for the LiveDVD</title>
91 <body>
92
93 <p>
94 The <uri
95 link="12.0-README.txt">README</uri> lists
96 the possible command line options that can be used to tweak the boot process of
97 the DVD. The README lists the Gentoo-specific options, along with a few
98 options that are built-in to the kernel, but that have been proven very useful
99 to our users. All options that start with <c>do</c> have a <c>no</c> inverse
100 that does the opposite. For example, <c>doscsi</c> enables SCSI support in the
101 initial ramdisk boot, while <c>noscsi</c> disables it.
102 </p>
103
104 </body>
105 </section>
106 <section id="default">
107 <title>Default root and user password</title>
108 <body>
109
110 <p>
111 The default user and password are <c>gentoo</c>.
112 </p>
113
114 <pre caption="How do I become root?">
115 $ <i>sudo su -</i>
116 </pre>
117
118 <p>
119 You can use <c>passwd</c> to change the password for the user you are logged
120 into. As root, you can change any user password by issuing the command
121 <c>passwd username</c> For extra options and setting, please <c>man passwd</c>.
122 </p>
123
124 </body>
125 </section>
126 <section id="usb">
127 <title>Can I copy the image to a usb stick?</title>
128 <body>
129
130 <p>
131 Yes. To determine your device before you plug it in, open a terminal and read
132 <path>/var/log/messages</path>:
133 </p>
134
135 <pre caption="Determine Device">
136 # <i>tail -f /var/log/messages</i>
137 </pre>
138
139 <note>
140 You will need at least a 4GB device!
141 </note>
142
143 <pre caption="Copy the image">
144 # <i>dd if=image.iso of=/dev/sdb</i>
145 </pre>
146
147 <impo>
148 Do not point to a partition number!
149 </impo>
150
151 <warn>
152 Not all BIOS support booting from USB devices. Consult your motherboard
153 documentation first!
154 </warn>
155
156 </body>
157 </section>
158 <section id="autologin">
159 <title>Can I resume the autologin?</title>
160 <body>
161
162 <p>
163 To resume the KDM autologin, you need to press the ESC key and wait for the
164 timeout to pass or just hit the enter key to login.
165 </p>
166
167 </body>
168 </section>
169 <section id="wireless">
170 <title>Can I install firmware for my wireless card?</title>
171 <body>
172
173 <p>
174 Yes. You just need to copy the firmware to <path>/lib/firmware</path> and reload
175 your wireless card's kernel modules. The example below installs the firmware for
176 a Ralink RT2501USB wireless LAN chipset. It requires non-free firmware, which
177 cannot be included on the Live DVD because of license issues. The firmware is
178 copied from a 2GB usb stick.
179 </p>
180
181 <pre caption="Install the firmware">
182 <comment>(First mount the USB stick)</comment>
183 # <i>mkdir /mnt/pin</i>
184 # <i>mount /dev/sdb1 /mnt/pin</i>
185 <comment>(Copy the firmware)</comment>
186 # <i>cp /mnt/pin/firmware/rt73.bin /lib/firmware</i>
187 <comment>(Reload modules so that the firmware is included)</comment>
188 # <i>modprobe -r rt73usb rt2x00usb rt2x00lib</i>
189 <comment>(Time to insert modules amd load firmware)</comment>
190 # <i>modprobe rt73usb</i>
191 <comment>(Restart wicd to pickup the interface)</comment>
192 # <i>rc-service wicd restart</i>
193 </pre>
194
195 </body>
196 </section>
197 <section id="bootspeed">
198 <title>Can I speed up the boot process?</title>
199 <body>
200
201 <p>
202 To speed up the boot try this at the boot prompt:
203 </p>
204
205 <pre caption="Faster boot">
206 # <i>gentoo-nofb nox</i>
207 <comment>(Once you are returned to the command line)</comment>
208 # <i>rc-service xdm start</i>
209 </pre>
210
211 </body>
212 </section>
213 <section id="persistence">
214 <title>How can I set up and enable persistence?</title>
215 <body>
216
217 <p>
218 For USB Linux users, a persistent Linux install is one that allows it's user to
219 save data changes back to the USB storage device instead of leaving the
220 information in system RAM. This data can then be recovered and used again on
221 subsequent boots, even when booting from different machines.
222 </p>
223
224 <p>
225 Booting with the 'persistence' boot option will allow you to retain your $HOME
226 changes on a separate removable device or if you have space left on the usb
227 that the image is booting from, you can then create a partition on there then:
228 </p>
229 <ul>
230 <li>Create a FS (extfs,reiserfs,xfs etc..)</li>
231 <li>Create an empty file named 'persistence-mode'</li>
232 </ul>
233
234 <p>
235 This partition will be used to create a loopback image that will allow
236 persistent data on reboots.
237 </p>
238
239 <p>
240 There is an optional boot parameter which can set the image size you wish for
241 $HOME which is persistence_mb=100 for example, will make a 100M size image for
242 your persistent data. The minimum requirement is 256M for now which is the
243 default setting.
244 </p>
245
246 </body>
247 </section>
248 <section id="packages">
249 <title>Is there a list of packages on the DVD?</title>
250 <body>
251
252 <p>
253 Yes:
254 </p>
255
256 <ul>
257 <li>
258 <uri link="12.0-hybrid-package-list.txt">12.0-hybrid-package-list</uri>
259 </li>
260 <li><uri link="12.0-amd64-package-list.txt">12.0-amd64-package-list</uri></li>
261 </ul>
262
263 </body>
264 </section>
265 </chapter>
266
267 <chapter>
268 <title>More Information</title>
269 <section id="more-info">
270 <title>What if my question has not been answered?</title>
271 <body>
272
273 <p>
274 Come join us on our IRC channel, #gentoo-ten. You can also help us fix some
275 bugs!
276 </p>
277
278 </body>
279 </section>
280 </chapter>
281 </guide>