| … | |
… | |
| 2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
| 3 | |
3 | |
| 4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml,v 1.64 2010/07/21 01:28:29 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml,v 1.68 2011/11/27 18:17:23 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <abstract> |
11 | <abstract> |
| 12 | You can install Gentoo in many ways. This chapter explains how to install |
12 | You can install Gentoo in many ways. This chapter explains how to install |
| 13 | Gentoo using the minimal Installation CD. |
13 | Gentoo using the minimal Installation CD. |
| 14 | </abstract> |
14 | </abstract> |
| 15 | |
15 | |
| 16 | <version>10.0</version> |
16 | <version>13</version> |
| 17 | <date>2010-07-20</date> |
17 | <date>2011-11-27</date> |
| 18 | |
18 | |
| 19 | <section> |
19 | <section> |
| 20 | <title>Hardware Requirements</title> |
20 | <title>Hardware Requirements</title> |
| 21 | <subsection> |
21 | <subsection> |
| 22 | <title>Introduction</title> |
22 | <title>Introduction</title> |
| … | |
… | |
| 237 | </p> |
237 | </p> |
| 238 | |
238 | |
| 239 | <p> |
239 | <p> |
| 240 | Another way to check the validity of the downloaded file is to use GnuPG to |
240 | Another way to check the validity of the downloaded file is to use GnuPG to |
| 241 | verify the cryptographic signature that we provide (the file ending with |
241 | verify the cryptographic signature that we provide (the file ending with |
| 242 | <path>.asc</path>). Download the signature file and obtain the public key: |
242 | <path>.asc</path>). Download the signature file and obtain the public keys: |
| 243 | </p> |
243 | </p> |
| 244 | |
244 | |
| 245 | <pre caption="Obtaining the public key"> |
245 | <pre caption="Obtaining the public key"> |
| 246 | $ <i>gpg --keyserver subkeys.pgp.net --recv-keys 2D182910</i> |
246 | $ <i>gpg --keyserver subkeys.pgp.net --recv-keys 96D8BF6D 2D182910 17072058</i> |
| 247 | </pre> |
247 | </pre> |
| 248 | |
248 | |
| 249 | <p> |
249 | <p> |
| 250 | Now verify the signature: |
250 | Now verify the signature: |
| 251 | </p> |
251 | </p> |
| … | |
… | |
| 292 | After the Installation CD loaded, you will be greeted by a friendly welcome |
292 | After the Installation CD loaded, you will be greeted by a friendly welcome |
| 293 | message and a <e>boot:</e> prompt at the bottom of the screen. |
293 | message and a <e>boot:</e> prompt at the bottom of the screen. |
| 294 | </p> |
294 | </p> |
| 295 | |
295 | |
| 296 | <p> |
296 | <p> |
| 297 | We provide one generic kernel, <e>apple</e>. This kernel is built with support |
297 | We provide one generic kernel, <e>ppc32</e>. This kernel is built with support |
| 298 | for multiple CPUs, but it will boot on single processor machines as well. |
298 | for multiple CPUs, but it will boot on single processor machines as well. |
| 299 | </p> |
299 | </p> |
| 300 | |
300 | |
| 301 | <p> |
301 | <p> |
| 302 | You can tweak some kernel options at this prompt. The following table lists |
302 | You can tweak some kernel options at this prompt. The following table lists |
| … | |
… | |
| 352 | </ti> |
352 | </ti> |
| 353 | </tr> |
353 | </tr> |
| 354 | </table> |
354 | </table> |
| 355 | |
355 | |
| 356 | <p> |
356 | <p> |
| 357 | To use the above options, at the <e>boot:</e> prompt, type <e>apple</e> followed |
357 | To use the above options, at the <e>boot:</e> prompt, type <e>ppc32</e> followed |
| 358 | by the desired option. In the example below, we'll force the kernel to use the |
358 | by the desired option. In the example below, we'll force the kernel to use the |
| 359 | Open Firmware framebuffer instead of the device specific driver. |
359 | Open Firmware framebuffer instead of the device specific driver. |
| 360 | </p> |
360 | </p> |
| 361 | |
361 | |
| 362 | <pre caption="Force the use of the Open Firmware framebuffer"> |
362 | <pre caption="Force the use of the Open Firmware framebuffer"> |
| 363 | boot: <i>apple video=ofonly</i> |
363 | boot: <i>ppc32 video=ofonly</i> |
| 364 | </pre> |
364 | </pre> |
| 365 | |
365 | |
| 366 | <p> |
366 | <p> |
| 367 | If you don't need to add any options, just hit enter at this prompt, and a |
367 | If you don't need to add any options, just type ppc32 at this prompt, and a |
| 368 | complete Gentoo Linux environment will be loaded from the CD. Continue with |
368 | complete Gentoo Linux environment will be loaded from the CD. Continue with |
| 369 | <uri link="#booted">And When You're Booted...</uri>. |
369 | <uri link="#booted">And When You're Booted...</uri>. |
| 370 | </p> |
370 | </p> |
| 371 | |
371 | |
| 372 | </body> |
372 | </body> |
| … | |
… | |
| 403 | First, download <uri link="http://penguinppc.org/bootloaders/bootx/">BootX</uri> |
403 | First, download <uri link="http://penguinppc.org/bootloaders/bootx/">BootX</uri> |
| 404 | and unpack the archive. Copy the the <c>BootX Extension</c> from the unpacked |
404 | and unpack the archive. Copy the the <c>BootX Extension</c> from the unpacked |
| 405 | archive into <c>Extensions Folder</c> and the BootX App Control Panel into |
405 | archive into <c>Extensions Folder</c> and the BootX App Control Panel into |
| 406 | <c>Control Panels</c>, both of which are located in your MacOS System Folder. |
406 | <c>Control Panels</c>, both of which are located in your MacOS System Folder. |
| 407 | Next, create a folder called "Linux Kernels" in your System folder and copy the |
407 | Next, create a folder called "Linux Kernels" in your System folder and copy the |
| 408 | <c>apple</c> kernel from the CD to this folder. Finally, copy <c>apple.igz</c> |
408 | <c>ppc32</c> kernel from the CD to this folder. Finally, copy <c>ppc32.igz</c> |
| 409 | from the Installation CD <path>boot</path> folder into the MacOS |
409 | from the Installation CD <path>boot</path> folder into the MacOS |
| 410 | <c>System Folder</c>. |
410 | <c>System Folder</c>. |
| 411 | </p> |
411 | </p> |
| 412 | |
412 | |
| 413 | <p> |
413 | <p> |
| 414 | To prepare BootX, start the BootX App Control Panel. First select the Options |
414 | To prepare BootX, start the BootX App Control Panel. First select the Options |
| 415 | dialog and check <c>Use Specified RAM Disk</c> and select <c>apple.igz</c> from |
415 | dialog and check <c>Use Specified RAM Disk</c> and select <c>ppc32.igz</c> from |
| 416 | your System Folder. Continue back to the initial screen and ensure that the |
416 | your System Folder. Continue back to the initial screen and ensure that the |
| 417 | ramdisk size is at least <c>32000</c>. Finally, set the kernel arguments as |
417 | ramdisk size is at least <c>32000</c>. Finally, set the kernel arguments as |
| 418 | shown below: |
418 | shown below: |
| 419 | </p> |
419 | </p> |
| 420 | |
420 | |