| 1 |
<?xml version='1.0' encoding='UTF-8'?>
|
| 2 |
<!DOCTYPE sections SYSTEM "/dtd/book.dtd">
|
| 3 |
|
| 4 |
<!-- The content of this document is licensed under the CC-BY-SA license -->
|
| 5 |
<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
|
| 6 |
|
| 7 |
<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml,v 1.22 2004/08/31 03:12:57 pylon Exp $ -->
|
| 8 |
|
| 9 |
<sections>
|
| 10 |
<section>
|
| 11 |
<title>Hardware Requirements</title>
|
| 12 |
<subsection>
|
| 13 |
<title>Introduction</title>
|
| 14 |
<body>
|
| 15 |
|
| 16 |
<p>
|
| 17 |
Before we start, we first list what hardware requirements you need to
|
| 18 |
successfully install Gentoo on your box. This of course depends on your
|
| 19 |
architecture.
|
| 20 |
</p>
|
| 21 |
|
| 22 |
</body>
|
| 23 |
</subsection>
|
| 24 |
<subsection>
|
| 25 |
<title>The PPC Architecture</title>
|
| 26 |
<body>
|
| 27 |
|
| 28 |
<p>
|
| 29 |
Check the following requirements before you
|
| 30 |
continue with the Gentoo installation:
|
| 31 |
</p>
|
| 32 |
|
| 33 |
<ul>
|
| 34 |
<li>
|
| 35 |
You need at least 2 GB of free disk space
|
| 36 |
</li>
|
| 37 |
<li>
|
| 38 |
If you do not use prebuilt packages, you need at least 300 MB of memory (RAM +
|
| 39 |
swap)
|
| 40 |
</li>
|
| 41 |
<li>
|
| 42 |
For the <e>PowerPC architecture</e>, you can install Gentoo/PPC on NewWorld machines
|
| 43 |
having a Power or PowerPC microprocessor, including but not limited to G3, G4
|
| 44 |
or G5 powered Apple computers such as the iMac, the eMac, the iBook, the PowerBook,
|
| 45 |
Xserve, PowerMac, and bPlan's Pegasos II. We also provide limited
|
| 46 |
support for OldWorld systems, IBM (RS/6000, iSeries, pSeries, ...) and Amiga
|
| 47 |
systems. Be sure to read up on the <uri link="/doc/en/gentoo-ppc-faq.xml">Gentoo
|
| 48 |
PPC FAQ</uri> before you begin.
|
| 49 |
</li>
|
| 50 |
</ul>
|
| 51 |
|
| 52 |
</body>
|
| 53 |
</subsection>
|
| 54 |
</section>
|
| 55 |
<section>
|
| 56 |
<title>Make your Choice</title>
|
| 57 |
<subsection>
|
| 58 |
<title>Introduction</title>
|
| 59 |
<body>
|
| 60 |
|
| 61 |
<p>
|
| 62 |
Still interested in trying out Gentoo? Well, then it is now time to
|
| 63 |
choose the installation medium you want to use. Yes, you have the
|
| 64 |
choice, no, they are not all equal, and yes, the result is always the same: a
|
| 65 |
Gentoo base system.
|
| 66 |
</p>
|
| 67 |
|
| 68 |
<p>
|
| 69 |
The installation media we will describe are:
|
| 70 |
</p>
|
| 71 |
|
| 72 |
<ul>
|
| 73 |
<li>Gentoo's Minimal LiveCD</li>
|
| 74 |
<li>Gentoo's Universal LiveCD</li>
|
| 75 |
</ul>
|
| 76 |
|
| 77 |
<p>
|
| 78 |
Every single media has its advantages and disadvantages. We will list
|
| 79 |
the pros and cons of every medium so you have all the information to
|
| 80 |
make a justified decision. But before we continue, let's explain our
|
| 81 |
three-stage installation.
|
| 82 |
</p>
|
| 83 |
|
| 84 |
</body>
|
| 85 |
</subsection>
|
| 86 |
<subsection>
|
| 87 |
<title>The Three Stages</title>
|
| 88 |
<body>
|
| 89 |
|
| 90 |
<p>
|
| 91 |
Gentoo Linux can be installed using one of three <e>stage</e> tarball files.
|
| 92 |
The one you choose depends on how much of the system you want to compile
|
| 93 |
yourself. The <e>stage1</e> tarball is used when you want to bootstrap and
|
| 94 |
build the entire system from scratch. The <e>stage2</e> tarball is used for
|
| 95 |
building the entire system from a bootstrapped "semi-compiled" state.
|
| 96 |
The <e>stage3</e> tarball already contains a basic Gentoo Linux system that has
|
| 97 |
been built for you. As we will explain later, you can also install
|
| 98 |
Gentoo without compiling anything (except your kernel and some optional
|
| 99 |
packages). If you want this, you have to use a <e>stage3</e> tarball.
|
| 100 |
</p>
|
| 101 |
|
| 102 |
<p>
|
| 103 |
Now what stage do you have to choose?
|
| 104 |
</p>
|
| 105 |
|
| 106 |
<p>
|
| 107 |
Starting from a <e>stage1</e> allows you to have total control over the
|
| 108 |
optimization settings and optional build-time functionality that is
|
| 109 |
initially enabled on your system. This makes <e>stage1</e> installs good for
|
| 110 |
power users who know what they are doing. It is also a great
|
| 111 |
installation method for those who would like to know more about the
|
| 112 |
inner workings of Gentoo Linux.
|
| 113 |
</p>
|
| 114 |
|
| 115 |
<p>
|
| 116 |
A <e>stage1</e> installation can only be performed when you have a working
|
| 117 |
Internet connection.
|
| 118 |
</p>
|
| 119 |
|
| 120 |
<table>
|
| 121 |
<tr>
|
| 122 |
<th>Stage1</th>
|
| 123 |
<th>Pros and Cons</th>
|
| 124 |
</tr>
|
| 125 |
<tr>
|
| 126 |
<th>+</th>
|
| 127 |
<ti>
|
| 128 |
Allows you to have total control over the optimization settings and optional
|
| 129 |
build-time functionality that is initially enabled on your system
|
| 130 |
</ti>
|
| 131 |
</tr>
|
| 132 |
<tr>
|
| 133 |
<th>+</th>
|
| 134 |
<ti>Suitable for powerusers that know what they are doing</ti>
|
| 135 |
</tr>
|
| 136 |
<tr>
|
| 137 |
<th>+</th>
|
| 138 |
<ti>Allows you to learn more about the inner workings of Gentoo</ti>
|
| 139 |
</tr>
|
| 140 |
<tr>
|
| 141 |
<th>-</th>
|
| 142 |
<ti>Takes a long time to finish the installation</ti>
|
| 143 |
</tr>
|
| 144 |
<tr>
|
| 145 |
<th>-</th>
|
| 146 |
<ti>
|
| 147 |
If you don't intend to tweak the settings, it is probably a waste of time
|
| 148 |
</ti>
|
| 149 |
</tr>
|
| 150 |
<tr>
|
| 151 |
<th>-</th>
|
| 152 |
<ti>
|
| 153 |
Not suitable for networkless installations
|
| 154 |
</ti>
|
| 155 |
</tr>
|
| 156 |
</table>
|
| 157 |
|
| 158 |
<p>
|
| 159 |
<e>Stage2</e> installs allow you to skip the bootstrap process and doing this
|
| 160 |
is fine if you are happy with the optimization settings that we chose
|
| 161 |
for your particular <e>stage2</e> tarball.
|
| 162 |
</p>
|
| 163 |
|
| 164 |
<p>
|
| 165 |
A <e>stage2</e> installation can only be performed when you have a working
|
| 166 |
Internet connection.
|
| 167 |
</p>
|
| 168 |
|
| 169 |
<table>
|
| 170 |
<tr>
|
| 171 |
<th>Stage2</th>
|
| 172 |
<th>Pros and Cons</th>
|
| 173 |
</tr>
|
| 174 |
<tr>
|
| 175 |
<th>+</th>
|
| 176 |
<ti>You don't need to bootstrap</ti>
|
| 177 |
</tr>
|
| 178 |
<tr>
|
| 179 |
<th>+</th>
|
| 180 |
<ti>Faster than starting with stage1</ti>
|
| 181 |
</tr>
|
| 182 |
<tr>
|
| 183 |
<th>+</th>
|
| 184 |
<ti>You can still tweak your settings</ti>
|
| 185 |
</tr>
|
| 186 |
<tr>
|
| 187 |
<th>-</th>
|
| 188 |
<ti>You cannot tweak as much as with a stage1</ti>
|
| 189 |
</tr>
|
| 190 |
<tr>
|
| 191 |
<th>-</th>
|
| 192 |
<ti>It's not the fastest way to install Gentoo</ti>
|
| 193 |
</tr>
|
| 194 |
<tr>
|
| 195 |
<th>-</th>
|
| 196 |
<ti>You have to accept the optimizations we chose for the bootstrap</ti>
|
| 197 |
</tr>
|
| 198 |
<tr>
|
| 199 |
<th>-</th>
|
| 200 |
<ti>
|
| 201 |
Not suitable for networkless installations
|
| 202 |
</ti>
|
| 203 |
</tr>
|
| 204 |
</table>
|
| 205 |
|
| 206 |
<p>
|
| 207 |
Choosing to go with a <e>stage3</e> allows for the fastest install of Gentoo
|
| 208 |
Linux, but also means that your base system will have the optimization
|
| 209 |
settings that we chose for you (which to be honest, are good settings
|
| 210 |
and were carefully chosen to enhance performance while maintaining
|
| 211 |
stability). <e>stage3</e> is also required if you want to install Gentoo using
|
| 212 |
prebuilt packages or without a network connection.
|
| 213 |
</p>
|
| 214 |
|
| 215 |
<table>
|
| 216 |
<tr>
|
| 217 |
<th>Stage3</th>
|
| 218 |
<th>Pros and Cons</th>
|
| 219 |
</tr>
|
| 220 |
<tr>
|
| 221 |
<th>+</th>
|
| 222 |
<ti>Fastest way to get a Gentoo base system</ti>
|
| 223 |
</tr>
|
| 224 |
<tr>
|
| 225 |
<th>+</th>
|
| 226 |
<ti>Suitable for networkless installations</ti>
|
| 227 |
</tr>
|
| 228 |
<tr>
|
| 229 |
<th>-</th>
|
| 230 |
<ti>You cannot tweak the base system - it's built already</ti>
|
| 231 |
</tr>
|
| 232 |
<tr>
|
| 233 |
<th>-</th>
|
| 234 |
<ti>You cannot brag about having used stage1 or stage2</ti>
|
| 235 |
</tr>
|
| 236 |
</table>
|
| 237 |
|
| 238 |
<p>
|
| 239 |
Write down (or remember) what stage you want to use. You need this later when
|
| 240 |
you decide what LiveCD (or other installation medium) you want to use. You might
|
| 241 |
be interested to know that, if you decide to use different optimization settings
|
| 242 |
after having installed Gentoo, you will be able to recompile your entire system
|
| 243 |
with the new optimization settings.
|
| 244 |
</p>
|
| 245 |
|
| 246 |
<p>
|
| 247 |
Now take a look at the available installation media.
|
| 248 |
</p>
|
| 249 |
|
| 250 |
</body>
|
| 251 |
</subsection>
|
| 252 |
<subsection>
|
| 253 |
<title>Gentoo LiveCDs</title>
|
| 254 |
<body>
|
| 255 |
|
| 256 |
<note>
|
| 257 |
The Gentoo/PPC 2004.2 release is not official, so you will not find them on the
|
| 258 |
mirrors. Nevertheless we compiled LiveCDs and made them available at <uri>http://www.metadistribution.org/gentoo/2004.2/</uri>, <uri>
|
| 259 |
ftp://ftp.stw-bonn.de/pub/mirror/gentoo/releases/ppc/2004.2/livecd/</uri> and
|
| 260 |
via <uri link="http://torrents.gentoo.org/torrents/">BitTorrent</uri>.
|
| 261 |
</note>
|
| 262 |
|
| 263 |
<note>
|
| 264 |
It is known that the Pegasos II will not boot the 2004.2 LiveCD. Please use the
|
| 265 |
2004.1 LiveCD.
|
| 266 |
</note>
|
| 267 |
|
| 268 |
<p>
|
| 269 |
The <e>Gentoo LiveCDs</e> are bootable CDs which contain a
|
| 270 |
self-sustained Gentoo environment. They allow you to boot Linux from the CD.
|
| 271 |
During the boot process your hardware is detected and the appropriate drivers
|
| 272 |
are loaded. They are maintained by Gentoo developers.
|
| 273 |
</p>
|
| 274 |
|
| 275 |
<p>
|
| 276 |
All LiveCDs allow you to boot, setup networking, initialize your
|
| 277 |
partitions and start installing Gentoo from the Internet. However, some
|
| 278 |
LiveCDs also contain all necessary source code so you are able to install
|
| 279 |
Gentoo without a working network configuration.
|
| 280 |
</p>
|
| 281 |
|
| 282 |
<p>
|
| 283 |
Now what do these LiveCDs contain?
|
| 284 |
</p>
|
| 285 |
|
| 286 |
</body>
|
| 287 |
</subsection>
|
| 288 |
<subsection>
|
| 289 |
<title>Gentoo's Minimal LiveCD</title>
|
| 290 |
<body>
|
| 291 |
|
| 292 |
<p>
|
| 293 |
This is a small, no-nonsense, bootable CD which sole purpose is to boot the
|
| 294 |
system, prepare the networking and continue with the Gentoo installation. It
|
| 295 |
does not contain any stages (or, in some cases, a single stage1 file),
|
| 296 |
source code or precompiled packages. For example the ppc variant of this
|
| 297 |
LiveCD can be found in the <path>livecd</path> subdirectory and is called
|
| 298 |
<c>install-ppc-minimal-2004.2.iso</c>.
|
| 299 |
</p>
|
| 300 |
|
| 301 |
<table>
|
| 302 |
<tr>
|
| 303 |
<th>Minimal LiveCD</th>
|
| 304 |
<th>Pros and Cons</th>
|
| 305 |
</tr>
|
| 306 |
<tr>
|
| 307 |
<th>+</th>
|
| 308 |
<ti>Smallest download</ti>
|
| 309 |
</tr>
|
| 310 |
<tr>
|
| 311 |
<th>+</th>
|
| 312 |
<ti>Suitable for a complete architecture</ti>
|
| 313 |
</tr>
|
| 314 |
<tr>
|
| 315 |
<th>+</th>
|
| 316 |
<ti>
|
| 317 |
You can do a stage1, stage2 or stage3 by getting the stage tarball off the
|
| 318 |
net
|
| 319 |
</ti>
|
| 320 |
</tr>
|
| 321 |
<tr>
|
| 322 |
<th>-</th>
|
| 323 |
<ti>
|
| 324 |
Contains no stages, no portage snapshot, no GRP packages and therefore not
|
| 325 |
suitable for networkless installation
|
| 326 |
</ti>
|
| 327 |
</tr>
|
| 328 |
</table>
|
| 329 |
|
| 330 |
</body>
|
| 331 |
</subsection>
|
| 332 |
<subsection>
|
| 333 |
<title>Gentoo's Universal LiveCD</title>
|
| 334 |
<body>
|
| 335 |
|
| 336 |
<p>
|
| 337 |
Gentoo's Universal LiveCD is a bootable CD suitable to install Gentoo without
|
| 338 |
networking. It contains a stage1 and several stage3 tarballs (optimized for the
|
| 339 |
individual subarchitectures). For example the ppc variant of this CD is called
|
| 340 |
<c>install-ppc-universal-2004.2.iso</c> and can be found in the
|
| 341 |
<path>livecd</path> subdirectory.
|
| 342 |
</p>
|
| 343 |
|
| 344 |
<p>
|
| 345 |
If you take a closer look on our mirrors, you will see
|
| 346 |
that we provide <e>Gentoo Package CDs</e>. This CD (which isn't
|
| 347 |
bootable) only contains precompiled packages and can be used to install software
|
| 348 |
after a succesfull Gentoo Installation. To install Gentoo, you only
|
| 349 |
need the Universal LiveCD, but if you want OpenOffice.org, Mozilla, KDE, GNOME
|
| 350 |
etc. without having to compile every single one of them, you need the Packages
|
| 351 |
CD too. For example the G4 (a subarchitecture of ppc) Packages CD is
|
| 352 |
called <c>packages-g4-2004.2.iso</c> and can be found in the appropriate
|
| 353 |
subdirectory (<path>g4/</path>).
|
| 354 |
</p>
|
| 355 |
|
| 356 |
<p>
|
| 357 |
You only need the Packages CD if you want to perform a stage3 with GRP
|
| 358 |
installation.
|
| 359 |
</p>
|
| 360 |
|
| 361 |
<table>
|
| 362 |
<tr>
|
| 363 |
<th>Universal LiveCD with Packages CD</th>
|
| 364 |
<th>Pros and Cons</th>
|
| 365 |
</tr>
|
| 366 |
<tr>
|
| 367 |
<th>+</th>
|
| 368 |
<ti>Packages CD is optimized to your architecture and subarchitecture</ti>
|
| 369 |
</tr>
|
| 370 |
<tr>
|
| 371 |
<th>+</th>
|
| 372 |
<ti>
|
| 373 |
Packages CD provides precompiled packages for fast Gentoo installations
|
| 374 |
</ti>
|
| 375 |
</tr>
|
| 376 |
<tr>
|
| 377 |
<th>+</th>
|
| 378 |
<ti>
|
| 379 |
Contains everything you need. You can even install without a network
|
| 380 |
connection.
|
| 381 |
</ti>
|
| 382 |
</tr>
|
| 383 |
<tr>
|
| 384 |
<th>-</th>
|
| 385 |
<ti>Huge download</ti>
|
| 386 |
</tr>
|
| 387 |
</table>
|
| 388 |
|
| 389 |
</body>
|
| 390 |
</subsection>
|
| 391 |
</section>
|
| 392 |
<section>
|
| 393 |
<title>Download, Burn and Boot a Gentoo LiveCD</title>
|
| 394 |
<subsection>
|
| 395 |
<title>Downloading and Burning the LiveCDs</title>
|
| 396 |
<body>
|
| 397 |
|
| 398 |
<p>
|
| 399 |
You have chosen to use a Gentoo LiveCD (if not, then you are reading the
|
| 400 |
wrong section). We'll first start by downloading and burning the chosen
|
| 401 |
LiveCD. We previously discussed the several available LiveCDs, but where can you
|
| 402 |
find them?
|
| 403 |
</p>
|
| 404 |
|
| 405 |
<p>
|
| 406 |
Visit one of our <uri
|
| 407 |
link="/main/en/mirrors.xml">mirrors</uri> and go to
|
| 408 |
<path>releases/ppc/2004.2/livecd</path>, which is
|
| 409 |
the path where the LiveCD(s) of your choice are located. Inside that
|
| 410 |
directory you'll find so-called ISO-files. Those are full CD images
|
| 411 |
which you can write on a CD-R.
|
| 412 |
</p>
|
| 413 |
|
| 414 |
<p>
|
| 415 |
In case you wonder if your downloaded file is corrupted or not, you can
|
| 416 |
check its MD5 checksum and compare it with the MD5 checksum we provide (such as
|
| 417 |
<path>install-ppc-minimal-2004.2.iso.md5</path>). You can check the MD5 checksum
|
| 418 |
with the <c>md5sum</c> tool under Linux/Unix or <uri
|
| 419 |
link="http://www.etree.org/md5com.html">md5sum</uri> for Windows.
|
| 420 |
</p>
|
| 421 |
|
| 422 |
<p>
|
| 423 |
As long as Mac OS X does not support <c>md5sum</c> you have to use the md5
|
| 424 |
capability of <c>openssl</c>. Therefore type in Terminal.app:
|
| 425 |
</p>
|
| 426 |
|
| 427 |
<pre caption="md5sum with the help of openssl">
|
| 428 |
$ <i>openssl md5 /path/to/iso</i>
|
| 429 |
<comment>This could take some time depending of the size of the ISO and your CPU</comment>
|
| 430 |
</pre>
|
| 431 |
|
| 432 |
<p>
|
| 433 |
Now compare this output with the appropriate file found on the server where you
|
| 434 |
downloaded the ISO (the file will end with .md5). If it is the same, the ISO
|
| 435 |
image downloaded correctly. Be sure you have not mounted it (e.g. with Disk
|
| 436 |
Copy) yet!
|
| 437 |
</p>
|
| 438 |
|
| 439 |
<p>
|
| 440 |
More information are available in our <uri
|
| 441 |
link="/doc/en/gentoo-ppc-faq.xml">PPC FAQ.</uri>
|
| 442 |
</p>
|
| 443 |
|
| 444 |
<p>
|
| 445 |
To burn the downloaded ISO(s), you have to select raw-burning. How you
|
| 446 |
do this is highly program-dependent. We will discuss <c>cdrecord</c> and
|
| 447 |
<c>k3b</c> here; more information can be found in our <uri
|
| 448 |
link="/doc/en/faq.xml#isoburning">Gentoo FAQ</uri> and the <uri
|
| 449 |
link="/doc/en/gentoo-ppc-faq.xml">PPC FAQ</uri>.
|
| 450 |
</p>
|
| 451 |
|
| 452 |
<ul>
|
| 453 |
<li>
|
| 454 |
With cdrecord, you simply type <c>cdrecord dev=/dev/hdc</c> (replace
|
| 455 |
<path>/dev/hdc</path> with your CD-RW drive's device path) followed
|
| 456 |
by the path to the ISO file :)
|
| 457 |
</li>
|
| 458 |
<li>
|
| 459 |
With k3b, select <c>Tools</c> > <c>CD</c> > <c>Burn Image</c>. Then
|
| 460 |
you can locate your ISO file within the 'Image to Burn' area. Finally click
|
| 461 |
<c>Start</c>.
|
| 462 |
</li>
|
| 463 |
</ul>
|
| 464 |
|
| 465 |
</body>
|
| 466 |
</subsection>
|
| 467 |
</section>
|
| 468 |
<section>
|
| 469 |
<title>Booting the PPC LiveCD(s)</title>
|
| 470 |
<subsection>
|
| 471 |
<title>Default: Apple/IBM</title>
|
| 472 |
<body>
|
| 473 |
|
| 474 |
<p>
|
| 475 |
On NewWorld machines place the LiveCD in the CD-ROM and reboot the system. When
|
| 476 |
the system-start-bell sounds, simply hold down the 'C' until the CD loads.
|
| 477 |
</p>
|
| 478 |
|
| 479 |
<p>
|
| 480 |
If you have an OldWorld Mac the bootable portion of the livecd can't be used.
|
| 481 |
Instead you need to download <uri
|
| 482 |
link="http://penguinppc.org/projects/bootx/">BootX</uri> and have a working
|
| 483 |
MacOS installed on your system. You need to copy the <c>BootX Extension</c> from
|
| 484 |
the unpacked archive-file into the <c>Extensions Folder</c> and make a new
|
| 485 |
directory called <c>Linux Kernels</c> in the System Folder. In the next step you
|
| 486 |
need to copy the <c>G3</c> kernel and the <c>initrd.img.gz</c> from the LiveCD
|
| 487 |
into the <c>Linux Kernels</c> directory. Then reboot the system and wait for
|
| 488 |
BootX to load. After BootX loaded you still have to set up a few items. In the
|
| 489 |
options dialog you need to check <c>Use Specified RAM Disk</c> and select the
|
| 490 |
<c>initrd.img.gz</c> which you put in the <c>Linux Kernels</c> directory. The
|
| 491 |
ramdisk size should be set to at least <c>32000</c>. Furthermore the kernel
|
| 492 |
argument needs to be set to <c>rw init=/linuxrc cdroot</c>. Eventually you are
|
| 493 |
able to boot the LiveCD when you select Linux on Startup.
|
| 494 |
</p>
|
| 495 |
|
| 496 |
<p>
|
| 497 |
After the LiveCD loaded, you will be greeted by a friendly welcome message and a
|
| 498 |
<e>boot:</e> prompt at the bottom of the screen.
|
| 499 |
</p>
|
| 500 |
|
| 501 |
<p>
|
| 502 |
At this prompt you are able to select a kernel for the subarchitecture you use.
|
| 503 |
We provide <c>G3</c>, <c>G4</c> and <c>G5</c>. All kernels are built with
|
| 504 |
support for multiple CPUs, but they will boot on single processor machines as
|
| 505 |
well.
|
| 506 |
</p>
|
| 507 |
|
| 508 |
<p>
|
| 509 |
You are also able to tweak some kernel options at this prompt. The following
|
| 510 |
table lists the available boot options you can add:
|
| 511 |
</p>
|
| 512 |
|
| 513 |
<table>
|
| 514 |
<tr>
|
| 515 |
<th>Boot Option</th>
|
| 516 |
<th>Description</th>
|
| 517 |
</tr>
|
| 518 |
<tr>
|
| 519 |
<ti><c>video</c></ti>
|
| 520 |
<ti>
|
| 521 |
This option takes one of the following vendor-specific tags:
|
| 522 |
<c>radeonfb</c>, <c>rivafb</c>, <c>atyfb</c>, <c>aty128</c> or
|
| 523 |
<c>ofonly</c>. You can follow this tag with the resolution and refreshrate
|
| 524 |
you want to use. For instance <c>video=radeonfb:1280x1024@75</c>. If you are
|
| 525 |
uncertain what to choose, <c>ofonly</c> will most certainly work.
|
| 526 |
</ti>
|
| 527 |
</tr>
|
| 528 |
<tr>
|
| 529 |
<ti><c>nol3</c></ti>
|
| 530 |
<ti>
|
| 531 |
Disables level 3 cache on some PowerBooks (needed for at least the 17")
|
| 532 |
</ti>
|
| 533 |
</tr>
|
| 534 |
<tr>
|
| 535 |
<ti><c>debug</c></ti>
|
| 536 |
<ti>
|
| 537 |
Enables verbose booting, spawns an initrd shell that can be used to debug
|
| 538 |
the LiveCD
|
| 539 |
</ti>
|
| 540 |
</tr>
|
| 541 |
<tr>
|
| 542 |
<ti><c>sleep=X</c></ti>
|
| 543 |
<ti>
|
| 544 |
Wait X seconds before continuing; this can be needed by some very old SCSI
|
| 545 |
CD-ROMs which don't speed up the CD quick enough
|
| 546 |
</ti>
|
| 547 |
</tr>
|
| 548 |
<tr>
|
| 549 |
<ti><c>bootfrom=X</c></ti>
|
| 550 |
<ti>
|
| 551 |
Boot from a different device
|
| 552 |
</ti>
|
| 553 |
</tr>
|
| 554 |
</table>
|
| 555 |
|
| 556 |
<p>
|
| 557 |
At this prompt, hit enter, and a complete Gentoo Linux environment will be
|
| 558 |
loaded from the CD. Continue with <uri link="#booted">And When You're
|
| 559 |
Booted...</uri>.
|
| 560 |
</p>
|
| 561 |
|
| 562 |
</body>
|
| 563 |
</subsection>
|
| 564 |
<subsection>
|
| 565 |
<title>Alternative: Pegasos</title>
|
| 566 |
<body>
|
| 567 |
|
| 568 |
<p>
|
| 569 |
On the Pegasos simply insert the CD and at the SmartFirmware boot-prompt type
|
| 570 |
<c>boot cd /boot/pegasos root=/dev/ram0 init=/linuxrc looptype=gcloop
|
| 571 |
cdroot</c>. If you need any special boot options you can append them to the
|
| 572 |
command-line. For instance <c>boot cd /boot/pegasos root=/dev/ram0
|
| 573 |
init=/linuxrc looptype=gcloop cdroot video=radeonfb:1280x1024@75 mem=256M</c>.
|
| 574 |
</p>
|
| 575 |
|
| 576 |
</body>
|
| 577 |
</subsection>
|
| 578 |
<subsection id="booted">
|
| 579 |
<title>And When You're Booted...</title>
|
| 580 |
<body>
|
| 581 |
|
| 582 |
<p>
|
| 583 |
You will be greeted by a root ("#") prompt on the current console. You can also
|
| 584 |
switch to other consoles by pressing Alt-fn-F2, Alt-fn-F3 and Alt-fn-F4. Get
|
| 585 |
back to the one you started on by pressing Alt-fn-F1.
|
| 586 |
</p>
|
| 587 |
|
| 588 |
<p>
|
| 589 |
If you are installing Gentoo on a system with a non-US keyboard, use
|
| 590 |
<c>loadkeys</c> to load the keymap for your keyboard. To list the available
|
| 591 |
keymaps, execute <c>ls /usr/share/keymaps/i386</c>. Do not use the keymaps in
|
| 592 |
<path>ppc</path> or <path>mac</path> as they are for ADB-based OldWorld
|
| 593 |
machines.
|
| 594 |
</p>
|
| 595 |
|
| 596 |
<pre caption="Listing available keymaps">
|
| 597 |
<comment>(PPC uses x86 keymaps on most systems. The mac/ppc keymaps provided
|
| 598 |
on the LiveCD are ADB keymaps and unusable with the LiveCD kernel)</comment>
|
| 599 |
# <i>ls /usr/share/keymaps/i386</i>
|
| 600 |
</pre>
|
| 601 |
|
| 602 |
<p>
|
| 603 |
Now load the keymap of your choice:
|
| 604 |
</p>
|
| 605 |
|
| 606 |
<pre caption="Loading a keymap">
|
| 607 |
# <i>loadkeys be-latin1</i>
|
| 608 |
</pre>
|
| 609 |
|
| 610 |
<p>
|
| 611 |
Now continue with <uri link="#hardware">Extra Hardware Configuration</uri>.
|
| 612 |
</p>
|
| 613 |
|
| 614 |
</body>
|
| 615 |
</subsection>
|
| 616 |
<subsection id="hardware">
|
| 617 |
<title>Extra Hardware Configuration</title>
|
| 618 |
<body>
|
| 619 |
|
| 620 |
<p>
|
| 621 |
When the LiveCD boots, it tries to detect all your hardware devices and
|
| 622 |
loads the appropriate kernel modules to support your hardware. In the
|
| 623 |
vast majority of cases, it does a very good job. However, in some cases, it may
|
| 624 |
not auto-load the kernel modules you need. If the PCI auto-detection missed some
|
| 625 |
of your system's hardware, you will have to load the appropriate kernel modules
|
| 626 |
manually.
|
| 627 |
</p>
|
| 628 |
|
| 629 |
<p>
|
| 630 |
In the next example we try to load the <c>8139too</c> module (support for
|
| 631 |
certain kinds of network interfaces):
|
| 632 |
</p>
|
| 633 |
|
| 634 |
<pre caption="Loading kernel modules">
|
| 635 |
# <i>modprobe 8139too</i>
|
| 636 |
</pre>
|
| 637 |
|
| 638 |
</body>
|
| 639 |
</subsection>
|
| 640 |
<subsection>
|
| 641 |
<title>Optional: Tweaking Hard Disk Performance</title>
|
| 642 |
<body>
|
| 643 |
|
| 644 |
<p>
|
| 645 |
If you are an advanced user, you might want to tweak the IDE hard disk
|
| 646 |
performance using <c>hdparm</c>. With the <c>-tT</c> options you can
|
| 647 |
test the performance of your disk (execute it several times to get a
|
| 648 |
more precise impression):
|
| 649 |
</p>
|
| 650 |
|
| 651 |
<pre caption="Testing disk performance">
|
| 652 |
# <i>hdparm -tT /dev/hda</i>
|
| 653 |
</pre>
|
| 654 |
|
| 655 |
<p>
|
| 656 |
To tweak, you can use any of the following examples (or experiment
|
| 657 |
yourself) which use <path>/dev/hda</path> as disk (substitute with your
|
| 658 |
disk):
|
| 659 |
</p>
|
| 660 |
|
| 661 |
<pre caption="Tweaking hard disk performance">
|
| 662 |
<comment>Activate DMA:</comment> # <i>hdparm -d 1 /dev/hda</i>
|
| 663 |
<comment>Activate DMA + Safe Performance-enhancing Options:</comment> # <i>hdparm -d 1 -A 1 -m 16 -u 1 -a 64 /dev/hda</i>
|
| 664 |
</pre>
|
| 665 |
|
| 666 |
</body>
|
| 667 |
</subsection>
|
| 668 |
<subsection id="useraccounts">
|
| 669 |
<title>Optional: User Accounts</title>
|
| 670 |
<body>
|
| 671 |
|
| 672 |
<p>
|
| 673 |
If you plan on giving other people access to your installation
|
| 674 |
environment or you want to chat using <c>irssi</c> without root privileges (for
|
| 675 |
security reasons), you need to create the necessary user accounts and change
|
| 676 |
the root password.
|
| 677 |
</p>
|
| 678 |
|
| 679 |
<p>
|
| 680 |
To change the root password, use the <c>passwd</c> utility:
|
| 681 |
</p>
|
| 682 |
|
| 683 |
<pre caption="Changing the root password">
|
| 684 |
# <i>passwd</i>
|
| 685 |
New password: <comment>(Enter your new password)</comment>
|
| 686 |
Re-enter password: <comment>(Re-enter your password)</comment>
|
| 687 |
</pre>
|
| 688 |
|
| 689 |
<p>
|
| 690 |
To create a user account, we first enter their credentials, followed by
|
| 691 |
its password. We use <c>useradd</c> and <c>passwd</c> for these tasks.
|
| 692 |
In the next example, we create a user called "john".
|
| 693 |
</p>
|
| 694 |
|
| 695 |
<pre caption="Creating a user account">
|
| 696 |
# <i>useradd john</i>
|
| 697 |
# <i>passwd john</i>
|
| 698 |
New password: <comment>(Enter john's password)</comment>
|
| 699 |
Re-enter password: <comment>(Re-enter john's password)</comment>
|
| 700 |
</pre>
|
| 701 |
|
| 702 |
<p>
|
| 703 |
You can change your user id from root to the newly created user by using
|
| 704 |
<c>su</c>:
|
| 705 |
</p>
|
| 706 |
|
| 707 |
<pre caption="Changing user id">
|
| 708 |
# <i>su john -</i>
|
| 709 |
</pre>
|
| 710 |
|
| 711 |
</body>
|
| 712 |
</subsection>
|
| 713 |
<subsection>
|
| 714 |
<title>Optional: Viewing Documentation while Installing</title>
|
| 715 |
<body>
|
| 716 |
|
| 717 |
<p>
|
| 718 |
If you want to view the Gentoo Handbook (either from-CD or online) during the
|
| 719 |
installation, make sure you have created a user account (see <uri
|
| 720 |
link="#useraccouts">Optional: User Accounts</uri>). Then press <c>Alt-F2</c> to
|
| 721 |
go to a new terminal and log in.
|
| 722 |
</p>
|
| 723 |
|
| 724 |
<p>
|
| 725 |
If you want to view the documentation on the CD you can immediately run
|
| 726 |
<c>links2</c> to read it:
|
| 727 |
</p>
|
| 728 |
|
| 729 |
<pre caption="Viewing the on-CD documentation">
|
| 730 |
# <i>links2 /mnt/cdrom/docs/html/index.html</i>
|
| 731 |
</pre>
|
| 732 |
|
| 733 |
<p>
|
| 734 |
However, it is preferred that you use the online Gentoo Handbook as it will be
|
| 735 |
more recent than the one provided on the CD. You can view it using <c>links2</c>
|
| 736 |
as well, but only after having completed the <e>Configuring your Network</e>
|
| 737 |
chapter (otherwise you won't be able to go on the Internet to view the
|
| 738 |
document):
|
| 739 |
</p>
|
| 740 |
|
| 741 |
<pre caption="Viewing the Online Documentation">
|
| 742 |
# <i>links2 http://www.gentoo.org/doc/en/handbook/handbook-ppc.xml</i>
|
| 743 |
</pre>
|
| 744 |
|
| 745 |
<p>
|
| 746 |
You can go back to your original terminal by pressing <c>Alt-F1</c>.
|
| 747 |
</p>
|
| 748 |
|
| 749 |
</body>
|
| 750 |
</subsection>
|
| 751 |
<subsection>
|
| 752 |
<title>Optional: Starting the SSH Daemon</title>
|
| 753 |
<body>
|
| 754 |
|
| 755 |
<p>
|
| 756 |
If you want to allow other users to access your computer during the
|
| 757 |
Gentoo installation (perhaps because those users are going to help you
|
| 758 |
install Gentoo, or even do it for you), you need to create a user
|
| 759 |
account for them and perhaps even provide them with your root password
|
| 760 |
(<e>only</e> do that <e>if</e> you <b>fully trust</b> that user).
|
| 761 |
</p>
|
| 762 |
|
| 763 |
<p>
|
| 764 |
To fire up the SSH daemon, execute the following command:
|
| 765 |
</p>
|
| 766 |
|
| 767 |
<pre caption="Starting the SSH daemon">
|
| 768 |
# <i>/etc/init.d/sshd start</i>
|
| 769 |
</pre>
|
| 770 |
|
| 771 |
<p>
|
| 772 |
To be able to use sshd, you first need to setup your networking. Continue with
|
| 773 |
the chapter on <uri link="?part=1&chap=3">Configuring your Network</uri>.
|
| 774 |
</p>
|
| 775 |
|
| 776 |
</body>
|
| 777 |
</subsection>
|
| 778 |
</section>
|
| 779 |
</sections>
|