| … | |
… | |
| 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-ppc64-medium.xml,v 1.35 2007/06/30 00:50:26 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml,v 1.36 2007/07/13 08:40:58 nightmorph Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>8.1</version> |
11 | <version>8.1</version> |
| 12 | <date>2007-06-29</date> |
12 | <date>2007-06-29</date> |
| … | |
… | |
| 406 | <pre caption="Hit the '1' key when this line appears"> |
406 | <pre caption="Hit the '1' key when this line appears"> |
| 407 | memory keyboard network scsi speaker |
407 | memory keyboard network scsi speaker |
| 408 | </pre> |
408 | </pre> |
| 409 | |
409 | |
| 410 | <p> |
410 | <p> |
| 411 | The other option is to jump into OpenFirmware and do it from there: |
411 | The other option is to jump into Open Firmware and do it from there: |
| 412 | </p> |
412 | </p> |
| 413 | |
413 | |
| 414 | <ol> |
414 | <ol> |
| 415 | <li> |
415 | <li> |
| 416 | Boot into OpenFirmware: same procedure as getting into multi-boot |
416 | Boot into Open Firmware: same procedure as getting into multi-boot |
| 417 | (described a few lines above), but use F8 and 8 instead of F1 and 1. |
417 | (described a few lines above), but use F8 and 8 instead of F1 and 1. |
| 418 | </li> |
418 | </li> |
| 419 | <li>Run the command 0> boot cdrom:1,yaboot</li> |
419 | <li>Run the command 0> boot cdrom:1,yaboot</li> |
| 420 | <li>Stand back and enjoy!</li> |
420 | <li>Stand back and enjoy!</li> |
| 421 | </ol> |
421 | </ol> |
| 422 | |
422 | |
| 423 | <note> |
423 | <note> |
| 424 | If you get something like the following output, then OpenFirmware isn't set up |
424 | If you get something like the following output, then Open Firmware isn't set up |
| 425 | correctly. Please use the multi-boot option described above. |
425 | correctly. Please use the multi-boot option described above. |
| 426 | </note> |
426 | </note> |
| 427 | |
427 | |
| 428 | <pre caption="Output if OpenFirmware is not set up correctly"> |
428 | <pre caption="Output if Open Firmware is not set up correctly"> |
| 429 | 0 > boot cdrom:1,yaboot |
429 | 0 > boot cdrom:1,yaboot |
| 430 | ok |
430 | ok |
| 431 | 0 > |
431 | 0 > |
| 432 | </pre> |
432 | </pre> |
| 433 | |
433 | |