~ubuntu-core-dev/debian-installer/xenial-proposed

« back to all changes in this revision

Viewing changes to doc/manual/nl/boot-installer/mips.xml

  • Committer: Colin Watson
  • Date: 2007-11-28 15:27:10 UTC
  • mfrom: (664.1.1444)
  • Revision ID: cjwatson@canonical.com-20071128152710-u9183jjlufbt4vxy
Tags: 20041027ubuntu1
* Resynchronise with Debian.
* build/boot/powerpc/yaboot.conf, build/config/common,
  doc/manual/build/common.ent: Update for Hoary.
* doc/manual/en/administrivia/contributors.xml: Remove specific mention of
  Warty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!-- retain these comments for translator revision tracking -->
2
 
<!-- original version: 11648 untranslated -->
 
2
<!-- original version: 22939 untranslated -->
3
3
 
4
4
 
5
5
  <sect2 arch="mips" id="boot-tftp"><title>Booting with TFTP</title>
 
6
 
 
7
   <sect3>
 
8
   <title>SGI Indys TFTP Booting</title>
6
9
<para>
7
10
 
8
11
After entering the command monitor use
9
12
<informalexample><screen>
10
13
 
11
 
bootp(): root=/dev/ram0
 
14
bootp():
12
15
 
13
16
</screen></informalexample>
14
17
on SGI Indys to boot linux and to begin installation of the Debian
15
18
Software.  In order to make this
16
19
work you may have to unset the <envar>netaddr</envar> environment
17
 
variable. Type 
 
20
variable. Type
18
21
<informalexample><screen>
19
22
 
20
23
unsetenv netaddr
21
24
 
22
25
</screen></informalexample>
23
 
in the command monitor to do this. 
24
 
 
25
 
</para>
 
26
in the command monitor to do this.
 
27
 
 
28
</para>
 
29
  </sect3>
 
30
 
 
31
   <sect3>
 
32
   <title>Broadcom BCM91250A TFTP Booting</title>
 
33
<para>
 
34
 
 
35
On the Broadcom BCM91250A evaluation board, you have to load the SiByl boot
 
36
loader via TFTP which will then load and start the Debian installer.  In
 
37
most cases, you will first obtain an IP address via DHCP but it is also
 
38
possible to configure a static address.  In order to use DHCP, you can
 
39
enter the following command on the CFE prompt:
 
40
 
 
41
<informalexample><screen>
 
42
 
 
43
ifconfig eth0 -auto
 
44
 
 
45
</screen></informalexample>
 
46
 
 
47
Once you have obtained an IP address, you can load SiByl with the following
 
48
command:
 
49
 
 
50
<informalexample><screen>
 
51
 
 
52
boot 192.168.1.1:/boot/sibyl
 
53
 
 
54
</screen></informalexample>
 
55
 
 
56
You need to substitute the IP address listed in this example with either
 
57
the name or the IP address of your TFTP server.  Once you issue this
 
58
command, the installer will be loaded automatically.
 
59
 
 
60
</para>
 
61
</sect3>
26
62
  </sect2>
27
63
 
28
 
 
29
64
  <sect2 arch="mips"><title>Boot Parameters</title>
 
65
 
 
66
   <sect3>
 
67
   <title>SGI Indys TFTP Booting</title>
30
68
<para>
31
69
 
32
70
On SGI Indys you can append boot parameters to the
37
75
Following the <command>bootp():</command> command you can give the
38
76
path and name of the file to boot if you did not give an explicit name
39
77
via your bootp/dhcp server - Example:
40
 
<command>bootp():/boot/tftpboot.img</command>
41
 
 
42
 
</para>
 
78
<informalexample><screen>
 
79
 
 
80
bootp():/boot/tftpboot.img
 
81
 
 
82
</screen></informalexample>
 
83
</para><para>
 
84
 
 
85
Further kernel parameters can be passed via <command>append</command>:
 
86
<informalexample><screen>
 
87
 
 
88
bootp(): append="root=/dev/sda1"
 
89
 
 
90
</screen></informalexample>
 
91
</para>
 
92
  </sect3>
 
93
 
 
94
   <sect3>
 
95
   <title>Broadcom BCM91250A TFTP Booting</title>
 
96
<para>
 
97
 
 
98
You cannot pass any boot parameters directly from the CFE prompt.  Instead,
 
99
you have to edit the <filename>/boot/sibyl.conf</filename> file on the TFTP
 
100
server and add your parameters to the <replaceable>extra_args</replaceable>
 
101
variable.
 
102
 
 
103
</para>
 
104
  </sect3>
 
105
 
43
106
  </sect2>