| 1 |
toff |
3320 |
|
| 2 |
|
|
<sect2><title>Partitioning for &arch-title;</title>
|
| 3 |
|
|
<para>
|
| 4 |
|
|
|
| 5 |
|
|
PALO, the HPPA boot loader, requires a partition of type "F0" somewhere
|
| 6 |
|
|
in the first 2GB. This is where the boot loader and an optional kernel
|
| 7 |
|
|
and RAMdisk will be stored, so make it big enough for that -- at least
|
| 8 |
|
|
4Mb (I like 8-16Mb). An additional requirement of the firmware is that
|
| 9 |
|
|
the Linux kernel must reside within the first 2GB of the disk. This
|
| 10 |
|
|
is typically achieved by making the root ext2 partition fit entirely
|
| 11 |
|
|
within the first 2GB of the disk. Alternatively you can create a small
|
| 12 |
|
|
ext2 partition near the start of the disk and mount that on
|
| 13 |
|
|
<filename>/boot</filename>, since that is the directory where the Linux
|
| 14 |
|
|
kernel(s) will be stored. <filename>/boot</filename> needs to be big enough
|
| 15 |
|
|
to hold whatever kernels you might wish load; 8-16MB is generally
|
| 16 |
|
|
sufficient.
|
| 17 |
|
|
|
| 18 |
|
|
</para>
|
| 19 |
|
|
</sect2>
|