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

« back to all changes in this revision

Viewing changes to ca/partitioning/partition/alpha.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
<!-- retain these comments for translator revision tracking -->
 
2
<!-- original version: 28997 untranslated -->
 
3
 
 
4
 
 
5
  <sect2 arch="alpha"><title>Partitioning for &arch-title;</title>
 
6
<para>
 
7
 
 
8
Booting Debian from the SRM console (the only disk boot method supported
 
9
by &releasename;) requires you to have a BSD disk label, not a DOS
 
10
partition table, on your boot disk.  (Remember, the SRM boot block is
 
11
incompatible with MS-DOS partition tables &mdash; see
 
12
<xref linkend="alpha-firmware"/>.)  As a result, <command>partman</command>
 
13
creates BSD disk labels when running on &architecture;, but if your disk
 
14
has an existing DOS partition table the existing partitions will need to
 
15
be deleted before partman can convert it to use a disk label.
 
16
 
 
17
</para><para>
 
18
 
 
19
If you have chosen to use <command>fdisk</command> to partition your
 
20
disk, and the disk that you have selected for partitioning does not
 
21
already contain a BSD disk label, you must use the <quote>b</quote>
 
22
command to enter disk label mode.
 
23
 
 
24
</para><para>
 
25
 
 
26
Unless you wish to use the disk you are partitioning from Tru64 Unix
 
27
or one of the free 4.4BSD-Lite derived operating systems (FreeBSD,
 
28
OpenBSD, or NetBSD), it is suggested that you do
 
29
<emphasis>not</emphasis> make the third partition contain the whole
 
30
disk.  This is not required by <command>aboot</command>, and in fact,
 
31
it may lead to confusion since the <command>swriteboot</command>
 
32
utility used to install <command>aboot</command> in the boot sector
 
33
will complain about a partition overlapping with the boot block.
 
34
 
 
35
</para><para>
 
36
 
 
37
Also, because <command>aboot</command> is written to the first few
 
38
sectors of the disk (currently it occupies about 70 kilobytes, or 150
 
39
sectors), you <emphasis>must</emphasis> leave enough empty space at
 
40
the beginning of the disk for it.  In the past, it was suggested that
 
41
you make a small partition at the beginning of the disk, to be left
 
42
unformatted.  For the same reason mentioned above, we now suggest that
 
43
you do not do this on disks that will only be used by GNU/Linux.  When
 
44
using <command>partman</command>, a small partition will still be
 
45
created for <command>aboot</command> for convenience reasons.
 
46
 
 
47
</para><para condition="FIXME">
 
48
 
 
49
For ARC installations, you should make a small FAT partition at the
 
50
beginning of the disk to contain <command>MILO</command> and
 
51
<command>linload.exe</command> &mdash; 5 megabytes should be sufficient, see
 
52
<xref linkend="non-debian-partitioning"/>. Unfortunately, making FAT
 
53
file systems from the menu is not yet supported, so you'll have to do
 
54
it manually from the shell using <command>mkdosfs</command> before
 
55
attempting to install the boot loader.
 
56
 
 
57
</para>
 
58
  </sect2>