~psusi/ubuntu/precise/installation-guide/partitions

« back to all changes in this revision

Viewing changes to eu/partitioning/partition/powerpc.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
 
<!-- original version: 11648 untranslated -->
3
 
 
4
 
 
5
 
  <sect2 arch="powerpc"><title>Partitioning Newer PowerMacs</title>
6
 
<para>
7
 
 
8
 
If you are installing onto a NewWorld PowerMac you must create a
9
 
special bootstrap partition to hold the boot loader. The size of this
10
 
partition must be 800KB and its partition type must be
11
 
<emphasis>Apple_Bootstrap</emphasis>.  If the bootstrap partition is
12
 
not created with the <emphasis>Apple_Bootstrap</emphasis> type your
13
 
machine cannot be made bootable from the hard disk.  This partition
14
 
can easily be created in <command>mac-fdisk</command> using the
15
 
<userinput>b</userinput> command.
16
 
 
17
 
</para><para>
18
 
 
19
 
The special partition type Apple_Bootstrap is required to prevent
20
 
MacOS from mounting and damaging the bootstrap partition, as there are
21
 
special modifications made to it in order for OpenFirmware to boot it
22
 
automatically.
23
 
 
24
 
</para><para>
25
 
 
26
 
Note that the bootstrap partition is only meant to hold 3 very small
27
 
files: the <command>yaboot</command> binary, its configuration
28
 
<filename>yaboot.conf</filename>, and a first stage OpenFirmware
29
 
loader <command>ofboot.b</command>.  It need not and must not be
30
 
mounted on your file system nor have kernels or anything else copied
31
 
to it. The <command>ybin</command> and <command>mkofboot</command>
32
 
utilities are used to manipulate this partition.
33
 
 
34
 
</para><para>
35
 
 
36
 
In order for OpenFirmware to automatically boot &debian; the bootstrap
37
 
partition should appear before other boot partitions on the disk,
38
 
especially MacOS boot partitions.  The bootstrap partition should be
39
 
the first one you create. However, if you add a bootstrap partition
40
 
later, you can use <command>mac-fdisk</command>'s
41
 
<userinput>r</userinput> command to reorder the partition map so the
42
 
bootstrap partition comes right after the map (which is always
43
 
partition 1). It's the logical map order, not the physical address
44
 
order, that counts.
45
 
 
46
 
</para><para>
47
 
 
48
 
Apple disks normally have several small driver partitions. If you
49
 
intend to dual boot your machine with MacOSX, you should retain these
50
 
partitions and a small HFS partition (800k is the minimum size). That
51
 
is because MacOSX, on every boot, offers to initialize any disks which do
52
 
not have active MacOS partitions and driver partitions.
53
 
 
54
 
</para>
55
 
  </sect2>
 
 
b'\\ No newline at end of file'