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

« back to all changes in this revision

Viewing changes to eu/preparing/bios-setup/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" id="invoking-openfirmware">
6
 
  <title>Invoking OpenFirmware</title>
7
 
<para>
8
 
 
9
 
There is normally no need to set up the BIOS (called OpenFirmware) on
10
 
&arch-title; systems. PReP and CHRP are equipped with OpenFirmware,
11
 
but unfortunately, the means you use to invoke it vary from
12
 
manufacturer to manufacturer.  You'll have to consult the hardware
13
 
documentation which came with your machine.
14
 
 
15
 
</para><para>
16
 
 
17
 
On &arch-title; Macintoshes, you invoke OpenFirmware with
18
 
<keycombo><keycap>Command</keycap> <keycap>option</keycap>
19
 
<keycap>O</keycap> <keycap>F</keycap></keycombo> while booting.  Generally it
20
 
will check for these keystrokes after the chime, but the exact timing
21
 
varies from model to model.  See 
22
 
<ulink url="&url-netbsd-powerpc-faq;"></ulink> for more hints.
23
 
 
24
 
</para><para>
25
 
 
26
 
The OpenFirmware prompt looks like this:
27
 
 
28
 
<informalexample><screen>
29
 
 
30
 
ok
31
 
0 >
32
 
 
33
 
</screen></informalexample>
34
 
 
35
 
</para><para>
36
 
 
37
 
Note that on older model &arch-title; Macs, the default and sometimes
38
 
hardwired I/O for OpenFirmware user interaction is through the serial
39
 
(modem) port. If you invoke OpenFirmware on one of these machines, you
40
 
will just see a black screen. In that case, a terminal program running
41
 
on another computer, connected to the modem port, is needed to
42
 
interact with OpenFirmware. 
43
 
 
44
 
</para><para>
45
 
 
46
 
The OpenFirmware on OldWorld Beige G3 machines, OF versions 2.0f1
47
 
and 2.4, is broken. These machines will most likely not be able to
48
 
boot from the hard drive unless the firmware is patched. A firmware
49
 
patch is included in the <application>System Disk 2.3.1</application> 
50
 
utility, available from Apple at 
51
 
<ulink url="ftp://ftp.apple.com/developer/macosxserver/utilities/SystemDisk2.3.1.smi.bin"></ulink>.
52
 
After unpacking the utility in MacOS, and launching it, select the
53
 
Save button to have the firmware patches installed to nvram.
54
 
 
55
 
</para>
56
 
  </sect2>