~ubuntu-branches/ubuntu/oneiric/installation-guide/oneiric

« back to all changes in this revision

Viewing changes to en/partitioning/partition/alpha.xml

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2010-06-25 10:28:30 UTC
  • mfrom: (2.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100625102830-nvfcrroep8mvhkeo
Tags: 20100518ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Build only English (for now, until we figure out how to avoid trashing
    translations quite so badly with Ubuntu branding etc.).
  - Build only Ubuntu architectures (amd64, armel, i386, ia64, powerpc,
    sparc).
  - Extensive (although possibly incomplete) Ubuntu branding, adjustments
    for our mirror layout, etc.
  - Add "Ubuntu and Debian" and "What is Ubuntu?" section, text borrowed
    from the Ubuntu web site. Disable the "What is Debian GNU/Linux?"
    section.
  - Direct installation reports to ubuntu-users for now.
  - Adjust various memory and disk space requirements. Talk about the
    default Ubuntu desktop and Ubuntu tasks rather than Debian tasks.
  - Document mounting /sys in various places.
  - Unset supports-floppy-boot for all our architectures.
  - Add a few more supports-floppy-boot and bootable-usb conditionals.
  - Document our root password and sudo arrangements.
  - Document netboot-style USB images. Still mention the hd-media images,
    but they're downplayed since many USB sticks are too small for a full
    Ubuntu ISO image.
  - Document Kickstart installations (currently only the basics, a
    reference to Red Hat's documentation, and the differences from
    Anaconda).
  - Update keyboard preseeding documentation for console-setup.
  - Update chroot-install guide for console-setup and language packs; add
    a bit more advice about installing grub.
  - Disable documentation of win32-loader.
  - Document new simplified partman preseeding.
  - Document mirror/udeb/components.
  - Document apt-setup/security_path.
  - Don't recommend passing http://archive.ubuntu.com/ubuntu to
    debootstrap.
  - Document pkgsel/update-policy.
  - Document preseeding user-setup's home directory encryption facility.
  - Improve examples of tasksel/first preseeding to avoid mentioning
    standard, which is installed by default.
  - Document partman-auto-lvm/guided_size.
  - Document scheme for preseeding the use of CC.archive.ubuntu.com
    mirrors.
  - Document pkgsel/updatedb.
  - Document partman/default_filesystem.
  - Document how to override the weak password check.
  - Remove comments about automatic installation methods that have been
    removed from Ubuntu.
  - Remove documentation of
    base-installer/kernel/linux/initramfs-generators; setting this to
    anything other than the default will cause the installer to fail.
* Adjust list of armel architectures for Ubuntu.
* Bump kernelversion to 2.6.35.
* Bump release version and names for Maverick.
* Update Canonical's copyright years.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- retain these comments for translator revision tracking -->
2
 
<!-- $Id: alpha.xml 39920 2006-08-17 17:52:44Z fjp $ -->
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 be
15
 
deleted before <command>partman</command> 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), you should <emphasis>not</emphasis> create the
29
 
third partition as a <quote>whole disk</quote> partition (i.e. with
30
 
start and end sectors to span the whole disk), as this renders the
31
 
disk incompatible with the tools used to make it bootable with aboot.
32
 
This means that the disk configured by the installer for use as the
33
 
Debian boot disk will be inaccessible to the operating systems mentioned
34
 
earlier.
35
 
 
36
 
</para><para>
37
 
 
38
 
Also, because <command>aboot</command> is written to the first few
39
 
sectors of the disk (currently it occupies about 70 kilobytes, or 150
40
 
sectors), you <emphasis>must</emphasis> leave enough empty space at
41
 
the beginning of the disk for it.  In the past, it was suggested that
42
 
you make a small partition at the beginning of the disk, to be left
43
 
unformatted.  For the same reason mentioned above, we now suggest that
44
 
you do not do this on disks that will only be used by GNU/Linux.  When
45
 
using <command>partman</command>, a small partition will still be
46
 
created for <command>aboot</command> for convenience reasons.
47
 
 
48
 
</para><para condition="FIXME">
49
 
 
50
 
For ARC installations, you should make a small FAT partition at the
51
 
beginning of the disk to contain <command>MILO</command> and
52
 
<command>linload.exe</command> &mdash; 5 megabytes should be sufficient, see
53
 
<xref linkend="non-debian-partitioning"/>. Unfortunately, making FAT
54
 
file systems from the menu is not yet supported, so you'll have to do
55
 
it manually from the shell using <command>mkdosfs</command> before
56
 
attempting to install the boot loader.
57
 
 
58
 
</para>
59
 
  </sect2>