| … | |
… | |
| 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-hppa-bootloader.xml,v 1.17 2008/04/01 08:53:46 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-bootloader.xml,v 1.18 2010/07/20 00:05:24 nightmorph Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>9.0</version> |
11 | <version>10.0</version> |
| 12 | <date>2008-04-01</date> |
12 | <date>2010-07-19</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>Installing PALO</title> |
15 | <title>Installing PALO</title> |
| 16 | <body> |
16 | <body> |
| 17 | |
17 | |
| 18 | <p> |
18 | <p> |
| 19 | On the PA-RISC platform, the boot loader is called palo. You may need to emerge |
19 | On the PA-RISC platform, the boot loader is called <c>palo</c>. You may need to |
| 20 | it on your machine first. |
20 | emerge it on your machine first. |
| 21 | </p> |
21 | </p> |
| 22 | |
22 | |
| 23 | <pre caption="Installing palo"> |
23 | <pre caption="Installing palo"> |
| 24 | # <i>emerge palo</i> |
24 | # <i>emerge palo</i> |
| 25 | </pre> |
25 | </pre> |
| … | |
… | |
| 27 | <p> |
27 | <p> |
| 28 | You can find the configuration file in <path>/etc/palo.conf</path>. Here is a |
28 | You can find the configuration file in <path>/etc/palo.conf</path>. Here is a |
| 29 | sample configuration: |
29 | sample configuration: |
| 30 | </p> |
30 | </p> |
| 31 | |
31 | |
| 32 | <pre caption = "/etc/palo.conf example"> |
32 | <pre caption="/etc/palo.conf example"> |
| 33 | --commandline=2/<keyval id="kernel-name"/> root=/dev/sda4 |
33 | --commandline=2/<keyval id="kernel-name"/> root=/dev/sda4 |
| 34 | --recoverykernel=/vmlinux.old |
34 | --recoverykernel=/vmlinux.old |
| 35 | --init-partitioned=/dev/sda |
35 | --init-partitioned=/dev/sda |
| 36 | </pre> |
36 | </pre> |
| 37 | |
37 | |
| … | |
… | |
| 51 | |
51 | |
| 52 | <p> |
52 | <p> |
| 53 | When configuration is done, just run <c>palo</c>. |
53 | When configuration is done, just run <c>palo</c>. |
| 54 | </p> |
54 | </p> |
| 55 | |
55 | |
| 56 | <pre caption = "Applying the PALO configuration"> |
56 | <pre caption="Applying the PALO configuration"> |
| 57 | # <i>palo</i> |
57 | # <i>palo</i> |
| 58 | </pre> |
58 | </pre> |
| 59 | |
59 | |
| 60 | <p> |
60 | <p> |
| 61 | Now continue with <uri link="#reboot">Rebooting the System</uri>. |
61 | Now continue with <uri link="#reboot">Rebooting the System</uri>. |