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

« back to all changes in this revision

Viewing changes to fi/boot-installer/sparc.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
<!-- original version: 28997 untranslated -->
 
3
 
 
4
  <sect2 arch="sparc" id="boot-tftp"><title>Booting with TFTP</title>
 
5
 
 
6
&boot-installer-intro-net.xml;
 
7
 
 
8
<para>
 
9
 
 
10
On machines with OpenBoot, simply enter the boot monitor on the
 
11
machine which is being installed (see
 
12
<xref linkend="invoking-openboot"/>).
 
13
Use the command <userinput>boot net</userinput> to boot from a TFTP
 
14
and RARP server, or try <userinput>boot net:bootp</userinput> or
 
15
<userinput>boot net:dhcp</userinput> to boot from a TFTP and BOOTP
 
16
or DHCP server. Some older OpenBoot revisions require using
 
17
the device name, such as <userinput>boot le()</userinput>; these
 
18
probably don't support BOOTP nor DHCP.
 
19
 
 
20
</para>
 
21
  </sect2>
 
22
 
 
23
 
 
24
  <sect2 arch="sparc"><title>Booting from a CD-ROM</title>
 
25
 
 
26
&boot-installer-intro-cd.xml;
 
27
 
 
28
<para>
 
29
 
 
30
Most OpenBoot versions support the <userinput>boot cdrom</userinput>
 
31
command which is simply an alias to boot from the SCSI device on ID 6
 
32
(or the secondary master for IDE based systems). You may have to use
 
33
the actual device name for older OpenBoot versions that don't support
 
34
this special command. Note that some problems have been reported on Sun4m
 
35
(e.g., Sparc 10s and Sparc 20s) systems booting from CD-ROM.
 
36
 
 
37
</para>
 
38
  </sect2>
 
39
 
 
40
 
 
41
  <sect2 arch="sparc" condition="supports-floppy-boot">
 
42
  <title>Booting from Floppies</title>
 
43
<para>
 
44
 
 
45
To boot from floppy on a Sparc, use
 
46
 
 
47
<informalexample><screen>
 
48
Stop-A -&gt; OpenBoot: "boot floppy"
 
49
</screen></informalexample>
 
50
 
 
51
Be warned that the newer Sun4u (ultra) architecture does not support
 
52
floppy booting. A typical error message is <computeroutput>Bad magic
 
53
number in disk label - Can't open disk label package</computeroutput>.
 
54
Furthermore, a number of Sun4c models (such as the IPX) do not support
 
55
the compressed images found on the disks, so also are not supported.
 
56
 
 
57
</para><para>
 
58
 
 
59
Several Sparcs (e.g. Ultra 10) have an OBP bug that prevents them from
 
60
booting (instead of not supporting booting at all). The appropriate
 
61
OBP update can be downloaded as product ID 106121 from
 
62
<ulink url="http://sunsolve.sun.com"></ulink>.
 
63
 
 
64
</para><para>
 
65
 
 
66
If you are booting from the floppy, and you see messages such as
 
67
 
 
68
<informalexample><screen>
 
69
Fatal error: Cannot read partition
 
70
Illegal or malformed device name
 
71
</screen></informalexample>
 
72
 
 
73
then it is possible that floppy booting is simply not supported on
 
74
your machine.
 
75
 
 
76
</para>
 
77
  </sect2>
 
78
 
 
79
  <sect2 arch="sparc"><title>IDPROM Messages</title>
 
80
<para>
 
81
 
 
82
If you cannot boot because you get messages about a problem with
 
83
<quote>IDPROM</quote>, then it's possible that your NVRAM battery, which
 
84
holds configuration information for you firmware, has run out.  See the
 
85
<ulink url="&url-sun-nvram-faq;">Sun NVRAM FAQ</ulink> for more
 
86
information.
 
87
 
 
88
</para>
 
89
  </sect2>