| 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 | |
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/1.0 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml,v 1.6 2004/08/30 17:44:00 neysx Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml,v 1.7 2004/09/24 12:08:44 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | <section> |
10 | <section> |
| 11 | <title>Making your Choice</title> |
11 | <title>Making your Choice</title> |
| 12 | <subsection> |
12 | <subsection> |
| 13 | <title>Introduction</title> |
13 | <title>Introduction</title> |
| 14 | <body> |
14 | <body> |
| 15 | |
15 | |
| 16 | <p> |
16 | <p> |
| 17 | Now that your kernel is configured and compiled and the necessary system |
17 | Now that your kernel is configured and compiled and the necessary system |
| 18 | configuration files are filled in correctly, it is time to install a |
18 | configuration files are filled in correctly, it is time to install a |
| 19 | program that will fire up your kernel when you start the system. Such a |
19 | program that will fire up your kernel when you start the system. Such a |
| 20 | program is called a <e>bootloader</e>. |
20 | program is called a <e>bootloader</e>. |
| 21 | </p> |
21 | </p> |
| 22 | |
22 | |
| … | |
… | |
| 95 | |
95 | |
| 96 | </body> |
96 | </body> |
| 97 | </section> |
97 | </section> |
| 98 | <section id="reboot"> |
98 | <section id="reboot"> |
| 99 | <title>Rebooting the System</title> |
99 | <title>Rebooting the System</title> |
| 100 | <subsection> |
100 | <subsection> |
| 101 | <body> |
101 | <body> |
| 102 | |
102 | |
| 103 | <p> |
103 | <p> |
| 104 | Exit the chrooted environment and unmount all mounted partitions. Then type in |
104 | Exit the chrooted environment and unmount all mounted partitions. Then type in |
| 105 | that one magical command you have been waiting for: <c>reboot</c>. |
105 | that one magical command you have been waiting for: <c>reboot</c>. |
| 106 | </p> |
106 | </p> |
| 107 | |
107 | |
| 108 | <pre caption="Exiting the chroot, unmounting all partitions and rebooting"> |
108 | <pre caption="Exiting the chroot, unmounting all partitions and rebooting"> |
| 109 | # <i>exit</i> |
109 | # <i>exit</i> |
|
|
110 | cdimage ~# <i>cd</i> |
| 110 | cdimage ~# <i>umount /mnt/gentoo/boot /mnt/gentoo/proc /mnt/gentoo</i> |
111 | cdimage ~# <i>umount /mnt/gentoo/boot /mnt/gentoo/proc /mnt/gentoo</i> |
| 111 | cdimage ~# <i>reboot</i> |
112 | cdimage ~# <i>reboot</i> |
| 112 | </pre> |
113 | </pre> |
| 113 | |
114 | |
| 114 | <p> |
115 | <p> |
| 115 | Of course, don't forget to remove the bootable CD, otherwise the CD will be |
116 | Of course, don't forget to remove the bootable CD, otherwise the CD will be |
| 116 | booted again instead of your new Gentoo system. |
117 | booted again instead of your new Gentoo system. |
| 117 | </p> |
118 | </p> |
| 118 | |
119 | |
| 119 | <p> |
120 | <p> |
| 120 | Once rebooted in your Gentoo installation, finish up with <uri |
121 | Once rebooted in your Gentoo installation, finish up with <uri |
| 121 | link="?part=1&chap=11">Finalizing your Gentoo Installation</uri>. |
122 | link="?part=1&chap=11">Finalizing your Gentoo Installation</uri>. |
| 122 | </p> |
123 | </p> |
| 123 | |
124 | |
| 124 | </body> |
125 | </body> |