~ubuntu-branches/ubuntu/vivid/installation-guide/vivid-proposed

« back to all changes in this revision

Viewing changes to it/partitioning/partition/powerpc.xml

  • Committer: Bazaar Package Importer
  • Author(s): Frans Pop
  • Date: 2005-10-25 17:37:25 UTC
  • Revision ID: james.westby@ubuntu.com-20051025173725-aq0bm11be7bfd7rw
Tags: 20051025
* Mention in copyright that full GPL is included in the manual.
  Closes: #334925
* Register installed documents with doc-base.
* Minor updates in English text and translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1"?>
 
2
<!-- retain these comments for translator revision tracking -->
 
3
<!-- original version: 23146 -->
 
4
 
 
5
 
 
6
<!--   <sect2 arch="powerpc"><title>Partitioning Newer PowerMacs</title> -->
 
7
  <sect2 arch="powerpc"><title>Partizionare i nuovi PowerMac</title>
 
8
<para>
 
9
 
 
10
<!--
 
11
If you are installing onto a NewWorld PowerMac you must create a
 
12
special bootstrap partition to hold the boot loader. The size of this
 
13
partition must be 800KB and its partition type must be
 
14
<emphasis>Apple_Bootstrap</emphasis>.  If the bootstrap partition is
 
15
not created with the <emphasis>Apple_Bootstrap</emphasis> type your
 
16
machine cannot be made bootable from the hard disk.  This partition
 
17
can easily be created by creating a new partition in
 
18
<command>partman</command> and telling it to use it as a <quote>NewWorld
 
19
boot partition</quote>, or in <command>mac-fdisk</command> using the
 
20
<userinput>b</userinput> command.
 
21
-->
 
22
 
 
23
Se si sta installando un NewWorld PowerMac, occorre creare una partizione di
 
24
avvio speciale che contenga il boot loader. La dimensione di questa partizione
 
25
deve essere di 800KB e il tipo di partizione deve essere
 
26
<emphasis>Apple_Bootstrap</emphasis>.  Se alla partizione di avvio non si
 
27
assegna il tipo <emphasis>Apple_Bootstrap</emphasis> non sar� possibile avviare
 
28
il sistema dall'hard disk. Per creare la partizione basta creare una nuova
 
29
partizione con <command>partman</command> e dirgli di usarla come
 
30
<quote>Partizione di boot NewWorld</quote>, oppure con <command>mac-fdisk</command>
 
31
usando il comando <userinput>b</userinput>.
 
32
 
 
33
</para><para>
 
34
 
 
35
<!--
 
36
The special partition type Apple_Bootstrap is required to prevent
 
37
MacOS from mounting and damaging the bootstrap partition, as there are
 
38
special modifications made to it in order for OpenFirmware to boot it
 
39
automatically.
 
40
-->
 
41
 
 
42
Il tipo di partizione speciale Apple_Bootstrap serve per evitare che
 
43
MacOS monti e danneggi la partizione di avvio, visto che questa contiene delle
 
44
modifiche speciali, necessarie affinch� OpenFirmware la avvii automaticamente.
 
45
 
 
46
</para><para>
 
47
 
 
48
<!--
 
49
Note that the bootstrap partition is only meant to hold 3 very small
 
50
files: the <command>yaboot</command> binary, its configuration
 
51
<filename>yaboot.conf</filename>, and a first stage OpenFirmware
 
52
loader <command>ofboot.b</command>.  It need not and must not be
 
53
mounted on your file system nor have kernels or anything else copied
 
54
to it. The <command>ybin</command> and <command>mkofboot</command>
 
55
utilities are used to manipulate this partition.
 
56
-->
 
57
 
 
58
Si noti che la partizione di avvio serve solo a contenere 3 piccoli file:
 
59
il binario <command>yaboot</command>, il suo file di configurazione
 
60
<filename>yaboot.conf</filename>, e il loader OpenFirmware
 
61
<command>ofboot.b</command>. La partizione non deve essere montata sul
 
62
file system e non deve contenere kernel o altri file; per manipolare questa
 
63
partizione si usano le utilit� <command>ybin</command> e <command>mkofboot</command>.
 
64
 
 
65
</para><para>
 
66
 
 
67
<!--
 
68
In order for OpenFirmware to automatically boot &debian; the bootstrap
 
69
partition should appear before other boot partitions on the disk,
 
70
especially MacOS boot partitions.  The bootstrap partition should be
 
71
the first one you create. However, if you add a bootstrap partition
 
72
later, you can use <command>mac-fdisk</command>'s
 
73
<userinput>r</userinput> command to reorder the partition map so the
 
74
bootstrap partition comes right after the map (which is always
 
75
partition 1). It's the logical map order, not the physical address
 
76
order, that counts.
 
77
-->
 
78
 
 
79
Affinch� OpenFirmware avvii autimaticamente &debian; questa partizione di avvio
 
80
deve precedere eventuali altre partizioni di avvio sul disco, in particolare
 
81
altre partizioni di avvio MacOS. Per fare ci� occorre creare la partizione per
 
82
prima; nel caso in cui la partizione sia creata quando esistono gi� altre
 
83
partizioni di avvio, � possibile usare il comando <userinput>r</userinput> di
 
84
<command>mac-fdisk</command> per riordinare la mappa delle partizioni in modo
 
85
che la partizione di avvio in questione segua immediatamente la mappa (che
 
86
occupa sempre la prima partizione). Ci� che conta � l'ordine logico della mappa,
 
87
non l'ordine fisico delle partizioni sul disco.
 
88
 
 
89
</para><para>
 
90
 
 
91
<!--
 
92
Apple disks normally have several small driver partitions. If you
 
93
intend to dual boot your machine with MacOSX, you should retain these
 
94
partitions and a small HFS partition (800k is the minimum size). That
 
95
is because MacOSX, on every boot, offers to initialize any disks which do
 
96
not have active MacOS partitions and driver partitions.
 
97
-->
 
98
 
 
99
I dischi Apple di solito contengono molte piccole partizioni
 
100
<quote>driver</quote>. Se si intende utilizzare il sistema in <quote>dual
 
101
boot</quote> con MacOSX, occorre conservare queste partizioni e una piccola
 
102
partizione HFS (la dimensione minima � 800k).  Questo perch� MacOSX, ad ogni
 
103
avvio, propone di inizializzare i dischi che non contengono partizioni MacOS
 
104
attive e partizioni driver.
 
105
 
 
106
</para>
 
107
  </sect2>