| … | |
… | |
| 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-disk.xml,v 1.21 2005/08/25 19:22:50 neysx Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v 1.22 2005/10/15 19:55:31 fox2mike Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>2.5</version> |
11 | <version>2.5</version> |
| 12 | <date>2005-08-25</date> |
12 | <date>2005-08-25</date> |
| … | |
… | |
| 105 | <note> |
105 | <note> |
| 106 | There are some partitions named like this: <path>Apple_Driver43, |
106 | There are some partitions named like this: <path>Apple_Driver43, |
| 107 | Apple_Driver_ATA, Apple_FWDriver, Apple_Driver_IOKit, |
107 | Apple_Driver_ATA, Apple_FWDriver, Apple_Driver_IOKit, |
| 108 | Apple_Patches</path>. If you are not planning to use MacOS 9 you can |
108 | Apple_Patches</path>. If you are not planning to use MacOS 9 you can |
| 109 | delete them, because MacOS X and Linux don't need them. |
109 | delete them, because MacOS X and Linux don't need them. |
| 110 | You might have to use parted in order to delete them, as mac-fdisk can't delete them yet. |
110 | You might have to use parted in order to delete them, as mac-fdisk can't delete |
|
|
111 | them yet. |
| 111 | </note> |
112 | </note> |
| 112 | |
113 | |
| 113 | <p> |
114 | <p> |
| 114 | If you are interested in knowing how big a partition should be, or even how |
115 | If you are interested in knowing how big a partition should be, or even how |
| 115 | many partitions you need, read on. Otherwise continue now with |
116 | many partitions you need, read on. Otherwise continue now with |
| … | |
… | |
| 219 | |
220 | |
| 220 | <p> |
221 | <p> |
| 221 | To finish up, write the partition to the disk using <c>w</c> and <c>q</c> to |
222 | To finish up, write the partition to the disk using <c>w</c> and <c>q</c> to |
| 222 | quit <c>mac-fdisk</c>. |
223 | quit <c>mac-fdisk</c>. |
| 223 | </p> |
224 | </p> |
| 224 | |
225 | |
| 225 | <note> |
226 | <note> |
| 226 | To make sure everything is ok, you should run mac-fdisk once more and check whether all the partitions are there. |
227 | To make sure everything is ok, you should run mac-fdisk once more and check |
| 227 | If you don't see any of the partitions you created, or the changes you made, you should reinitialize your partitions by pressing "i" in mac-fdisk. |
228 | whether all the partitions are there.If you don't see any of the partitions you |
| 228 | Note that this will recreate the partition map and thus remove all your partitions. |
229 | created, or the changes you made, you should reinitialize your partitions by |
|
|
230 | pressing "i" in mac-fdisk. Note that this will recreate the partition map and |
|
|
231 | thus remove all your partitions. |
| 229 | </note> |
232 | </note> |
| 230 | |
233 | |
| 231 | <p> |
234 | <p> |
| 232 | Now that your partitions are created, you can now continue with <uri |
235 | Now that your partitions are created, you can now continue with <uri |
| 233 | link="#filesystems">Creating Filesystems</uri>. |
236 | link="#filesystems">Creating Filesystems</uri>. |
| … | |
… | |
| 725 | # <i>mount -o bind /dev /mnt/gentoo/dev</i> |
728 | # <i>mount -o bind /dev /mnt/gentoo/dev</i> |
| 726 | </pre> |
729 | </pre> |
| 727 | |
730 | |
| 728 | <p> |
731 | <p> |
| 729 | We will also have to mount the proc filesystem (a virtual interface with the |
732 | We will also have to mount the proc filesystem (a virtual interface with the |
| 730 | kernel) on <path>/proc</path>. But first we will need to place our files on the partitions. |
733 | kernel) on <path>/proc</path>. But first we will need to place our files on the |
|
|
734 | partitions. |
| 731 | </p> |
735 | </p> |
| 732 | |
736 | |
| 733 | <p> |
737 | <p> |
| 734 | Continue with <uri link="?part=1&chap=5">Installing the Gentoo |
738 | Continue with <uri link="?part=1&chap=5">Installing the Gentoo |
| 735 | Installation Files</uri>. |
739 | Installation Files</uri>. |