| 1 |
<!-- retain these comments for translator revision tracking -->
|
| 2 |
<!-- $Id: mips.xml 11648 2004-03-22 00:37:46Z joeyh $ -->
|
| 3 |
|
| 4 |
|
| 5 |
<sect2 arch="mips" id="boot-tftp"><title>Booting with TFTP</title>
|
| 6 |
<para>
|
| 7 |
|
| 8 |
After entering the command monitor use
|
| 9 |
<informalexample><screen>
|
| 10 |
|
| 11 |
bootp(): root=/dev/ram0
|
| 12 |
|
| 13 |
</screen></informalexample>
|
| 14 |
on SGI Indys to boot linux and to begin installation of the Debian
|
| 15 |
Software. In order to make this
|
| 16 |
work you may have to unset the <envar>netaddr</envar> environment
|
| 17 |
variable. Type
|
| 18 |
<informalexample><screen>
|
| 19 |
|
| 20 |
unsetenv netaddr
|
| 21 |
|
| 22 |
</screen></informalexample>
|
| 23 |
in the command monitor to do this.
|
| 24 |
|
| 25 |
</para>
|
| 26 |
</sect2>
|
| 27 |
|
| 28 |
|
| 29 |
<sect2 arch="mips"><title>Boot Parameters</title>
|
| 30 |
<para>
|
| 31 |
|
| 32 |
On SGI Indys you can append boot parameters to the
|
| 33 |
<command>bootp():</command> command in the command monitor.
|
| 34 |
|
| 35 |
</para><para>
|
| 36 |
|
| 37 |
Following the <command>bootp():</command> command you can give the
|
| 38 |
path and name of the file to boot if you did not give an explicit name
|
| 39 |
via your bootp/dhcp server - Example:
|
| 40 |
<command>bootp():/boot/tftpboot.img</command>
|
| 41 |
|
| 42 |
</para>
|
| 43 |
</sect2>
|