File: mips.xml

package info (click to toggle)
installation-guide 20070319
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 29,356 kB
  • ctags: 53
  • sloc: xml: 184,383; sh: 1,023; perl: 403; awk: 200; makefile: 65
file content (43 lines) | stat: -rw-r--r-- 1,050 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!-- retain these comments for translator revision tracking -->
<!-- original version: 11648 untranslated -->


  <sect2 arch="mips" id="boot-tftp"><title>Booting with TFTP</title>
<para>

After entering the command monitor use
<informalexample><screen>

bootp(): root=/dev/ram0

</screen></informalexample>
on SGI Indys to boot linux and to begin installation of the Debian
Software.  In order to make this
work you may have to unset the <envar>netaddr</envar> environment
variable. Type 
<informalexample><screen>

unsetenv netaddr

</screen></informalexample>
in the command monitor to do this. 

</para>
  </sect2>


  <sect2 arch="mips"><title>Boot Parameters</title>
<para>

On SGI Indys you can append boot parameters to the
<command>bootp():</command> command in the command monitor.

</para><para>

Following the <command>bootp():</command> command you can give the
path and name of the file to boot if you did not give an explicit name
via your bootp/dhcp server - Example:
<command>bootp():/boot/tftpboot.img</command>

</para>
  </sect2>