| 1 | <?xml version='1.0' encoding='UTF-8'?> |
1 | <?xml version='1.0' encoding='UTF-8'?> |
| 2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
| 3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-bootloader.xml,v 1.48 2011/03/16 07:45:13 nightmorph Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-bootloader.xml,v 1.49 2011/04/14 09:32:12 jkt Exp $ --> |
| 4 | |
4 | |
| 5 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
5 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 6 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
6 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 7 | |
7 | |
| 8 | <sections> |
8 | <sections> |
| … | |
… | |
| 12 | configuration. In this chapter we'll describe all possibilities for you |
12 | configuration. In this chapter we'll describe all possibilities for you |
| 13 | and step you through the process of configuring a bootloader to your |
13 | and step you through the process of configuring a bootloader to your |
| 14 | needs. |
14 | needs. |
| 15 | </abstract> |
15 | </abstract> |
| 16 | |
16 | |
| 17 | <version>10.2</version> |
17 | <version>11</version> |
| 18 | <date>2011-03-16</date> |
18 | <date>2011-04-14</date> |
| 19 | |
19 | |
| 20 | <section> |
20 | <section> |
| 21 | <title>Making your Choice</title> |
21 | <title>Making your Choice</title> |
| 22 | <subsection> |
22 | <subsection> |
| 23 | <title>Introduction</title> |
23 | <title>Introduction</title> |
| … | |
… | |
| 99 | root=/dev/ram0 |
99 | root=/dev/ram0 |
| 100 | partition=3 |
100 | partition=3 |
| 101 | initrd=/boot/<keyval id="genkernel-initrd"/> |
101 | initrd=/boot/<keyval id="genkernel-initrd"/> |
| 102 | <comment># You can add additional kernel arguments to append such as |
102 | <comment># You can add additional kernel arguments to append such as |
| 103 | # rootdelay=10 for a USB/Firewire Boot</comment> |
103 | # rootdelay=10 for a USB/Firewire Boot</comment> |
| 104 | append="real_root=/dev/sda3 init=/linuxrc" |
104 | append="real_root=/dev/sda3" |
| 105 | read-only |
105 | read-only |
| 106 | <comment>##########################################################</comment> |
106 | <comment>##########################################################</comment> |
| 107 | </pre> |
107 | </pre> |
| 108 | |
108 | |
| 109 | <ul> |
109 | <ul> |
| … | |
… | |
| 505 | ide:0 <keyval id="kernel-name"/> video=radeonfb:1024x768@70 root=/dev/sda3 |
505 | ide:0 <keyval id="kernel-name"/> video=radeonfb:1024x768@70 root=/dev/sda3 |
| 506 | |
506 | |
| 507 | [SECTION] |
507 | [SECTION] |
| 508 | Local HD -> Genkernel (Normal) |
508 | Local HD -> Genkernel (Normal) |
| 509 | ide:0 <keyval id="genkernel-name"/> root=/dev/ram0 |
509 | ide:0 <keyval id="genkernel-name"/> root=/dev/ram0 |
| 510 | real_root=/dev/sda3 init=/linuxrc initrd=<keyval id="genkernel-initrd"/> |
510 | real_root=/dev/sda3 initrd=<keyval id="genkernel-initrd"/> |
| 511 | </pre> |
511 | </pre> |
| 512 | |
512 | |
| 513 | <p> |
513 | <p> |
| 514 | Finally the <path>bootmenu</path> must be transferred into Forth and copied to |
514 | Finally the <path>bootmenu</path> must be transferred into Forth and copied to |
| 515 | your boot partition, so that the SmartFirmware can read it. Therefore you have |
515 | your boot partition, so that the SmartFirmware can read it. Therefore you have |