| … | |
… | |
| 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-bootloader.xml,v 1.30 2010/07/21 01:55:53 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml,v 1.31 2011/05/09 19:47:22 nightmorph Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <abstract> |
11 | <abstract> |
| 12 | Several bootloaders exist. Each one of them has its own way of |
12 | Several bootloaders exist. Each one of them has its own way of |
| 13 | configuration. In this chapter we'll describe all possibilities for you |
13 | configuration. In this chapter we'll describe all possibilities for you |
| 14 | and step you through the process of configuring a bootloader to your |
14 | and step you through the process of configuring a bootloader to your |
| 15 | needs. |
15 | needs. |
| 16 | </abstract> |
16 | </abstract> |
| 17 | |
17 | |
| 18 | <version>10.0</version> |
18 | <version>11</version> |
| 19 | <date>2010-07-20</date> |
19 | <date>2011-05-09</date> |
| 20 | |
20 | |
| 21 | <section> |
21 | <section> |
| 22 | <title>Making your Choice</title> |
22 | <title>Making your Choice</title> |
| 23 | <subsection> |
23 | <subsection> |
| 24 | <title>Introduction</title> |
24 | <title>Introduction</title> |
| … | |
… | |
| 306 | </p> |
306 | </p> |
| 307 | |
307 | |
| 308 | <pre caption="Exiting the chroot, unmounting all partitions and rebooting"> |
308 | <pre caption="Exiting the chroot, unmounting all partitions and rebooting"> |
| 309 | # <i>exit</i> |
309 | # <i>exit</i> |
| 310 | ~# <i>cd</i> |
310 | ~# <i>cd</i> |
| 311 | ~# <i>umount /mnt/gentoo/boot /mnt/gentoo/dev /mnt/gentoo/proc /mnt/gentoo</i> |
311 | ~# <i>umount -l /mnt/gentoo/dev{/shm,/pts,}</i> |
|
|
312 | ~# <i>umount -l /mnt/gentoo{/boot,/proc,}</i> |
| 312 | ~# <i>reboot</i> |
313 | ~# <i>reboot</i> |
| 313 | </pre> |
314 | </pre> |
| 314 | |
315 | |
| 315 | <p> |
316 | <p> |
| 316 | Of course, don't forget to remove the bootable CD, otherwise the CD will be |
317 | Of course, don't forget to remove the bootable CD, otherwise the CD will be |