summaryrefslogtreecommitdiff
path: root/en/partitioning/partition/hppa.xml
blob: 9f44433127ff07820b56d5943997e4e3a4bb052b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!-- retain these comments for translator revision tracking -->
<!-- $Id$ -->


  <sect2 arch="hppa"><title>Partitioning for &arch-title;</title>
<para>

PALO, the HPPA boot loader, requires a partition of type <quote>F0</quote> somewhere
in the first 2GB.  This is where the boot loader and an optional kernel
and RAMdisk will be stored, so make it big enough for that &mdash; at least
4Mb (I like 8&ndash;16MB).  An additional requirement of the firmware is that
the Linux kernel must reside within the first 2GB of the disk.  This
is typically achieved by making the root ext2 partition fit entirely
within the first 2GB of the disk.  Alternatively you can create a small
ext2 partition near the start of the disk and mount that on
<filename>/boot</filename>, since that is the directory where the Linux
kernel(s) will be stored.  <filename>/boot</filename> needs to be big enough
to hold whatever kernels (and backups) you might wish to load; 25&ndash;50MB
is generally sufficient.

</para>
  </sect2>