| 1 |
<!-- retain these comments for translator revision tracking -->
|
| 2 |
<!-- original version: 11648 untranslated -->
|
| 3 |
|
| 4 |
|
| 5 |
<sect2 arch="alpha"><title>Partitioning for &arch-title;</title>
|
| 6 |
<para>
|
| 7 |
|
| 8 |
If you have chosen to boot from the SRM console, you must use
|
| 9 |
<command>fdisk</command> to partition your disk, as it is the only
|
| 10 |
partitioning program that can manipulate the BSD disk labels required
|
| 11 |
by <command>aboot</command> (remember, the SRM boot block is
|
| 12 |
incompatible with MS-DOS partition tables - see
|
| 13 |
<xref linkend="alpha-firmware"/>).
|
| 14 |
<command>debian-installer</command> will run <command>fdisk</command>
|
| 15 |
by default if you have not booted from <command>MILO</command>.
|
| 16 |
|
| 17 |
</para><para>
|
| 18 |
|
| 19 |
If the disk that you have selected for partitioning already contains a
|
| 20 |
BSD disk label, <command>fdisk</command> will default to BSD disk
|
| 21 |
label mode. Otherwise, you must use the `b' command to enter disk
|
| 22 |
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.
|
| 44 |
|
| 45 |
</para><para>
|
| 46 |
|
| 47 |
For ARC installations, you should make a small FAT partition at the
|
| 48 |
beginning of the disk to contain <command>MILO</command> and
|
| 49 |
<command>linload.exe</command> - 5 megabytes should be sufficient, see
|
| 50 |
<xref linkend="non-debian-partitioning"/>. Unfortunately, making FAT
|
| 51 |
file systems from the menu is not yet supported, so you'll have to do
|
| 52 |
it manually from the shell using <command>mkdosfs</command> before
|
| 53 |
attempting to install the boot loader.
|
| 54 |
|
| 55 |
</para>
|
| 56 |
</sect2>
|