~qbalazs/installation-guide/lp1030336

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- retain these comments for translator revision tracking -->
<!-- original version: 28997 -->


  <sect2 arch="hppa">
  <!-- <title>Partitioning for &arch-title;</title> -->
  <title>Partizionare per &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 you might wish load; 8&ndash;16MB is generally
sufficient.
-->

PALO, il boot loader HPPA, richiede una partizione di tipo <quote>F0</quote>
nei primi 2&nbsp;GB del disco. È qui che verranno immagazzinati il boot loader
e un kernel e un RAMdisk opzionali, quindi occorre che la partizione sia
abbastanza grande da contenerli, almeno 4&nbsp;MB (ma anche 8&ndash;16&nbsp;MB).
Un ulteriore requisito del firmware è che il kernel Linux deve risiedere
nei primi 2&nbsp;GB del disco, condizione che viene soddisfatta creando una
partizione di root ext2 che stia interamente nei primi 2&nbsp;GB del disco.
In alternativa, è possibile creare una piccola partizione ext2 vicino
all'inizio del disco e montarla come <filename>/boot</filename>, visto che
questa è la directory che ospita i kernel Linux. <filename>/boot</filename>
deve essere abbastanza grande da contenere il numero di kernel che si intende
installare: di solito 8&ndash;16&nbsp;MB sono sufficienti.

</para>
  </sect2>