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

« back to all changes in this revision

Viewing changes to en/preparing/bios-setup/powerpc.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
<!-- $Id: powerpc.xml 28672 2005-06-26 10:06:30Z fjp $ -->
 
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
ok
 
30
0 &gt;
 
31
</screen></informalexample>
 
32
 
 
33
Note that on older model &arch-title; Macs, the default and sometimes
 
34
hardwired I/O for OpenFirmware user interaction is through the serial
 
35
(modem) port. If you invoke OpenFirmware on one of these machines, you
 
36
will just see a black screen. In that case, a terminal program running
 
37
on another computer, connected to the modem port, is needed to
 
38
interact with OpenFirmware.
 
39
 
 
40
</para><para>
 
41
 
 
42
The OpenFirmware on OldWorld Beige G3 machines, OF versions 2.0f1
 
43
and 2.4, is broken. These machines will most likely not be able to
 
44
boot from the hard drive unless the firmware is patched. A firmware
 
45
patch is included in the <application>System Disk 2.3.1</application>
 
46
utility, available from Apple at
 
47
<ulink url="ftp://ftp.apple.com/developer/macosxserver/utilities/SystemDisk2.3.1.smi.bin"></ulink>.
 
48
After unpacking the utility in MacOS, and launching it, select the
 
49
Save button to have the firmware patches installed to nvram.
 
50
 
 
51
</para>
 
52
  </sect2>