File: mips.xml

package info (click to toggle)
installation-guide 20150423
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 34,752 kB
  • sloc: xml: 89,779; sh: 1,099; perl: 427; awk: 199; makefile: 117; python: 101
file content (61 lines) | stat: -rw-r--r-- 1,407 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!-- retain these comments for translator revision tracking -->
<!-- original version: 64916 -->


  <sect2 arch="mips" id="boot-tftp"><title>Booten per TFTP</title>

   <sect3>
   <title>SGI TFTP-Boot</title>
<para>

Wenn Sie den Kommandomonitor erreicht haben, nutzen Sie

<informalexample><screen>
bootp():
</screen></informalexample>

um Linux auf SGI-Maschinen zu booten und die &debian;-Installation zu starten.
Um dies zu ermöglichen, müssen Sie eventuell die
<envar>netaddr</envar>-Umgebungsvariable deaktivieren. Tippen Sie dazu

<informalexample><screen>
unsetenv netaddr
</screen></informalexample>

in den Kommandomonitor ein.

</para>
  </sect3>

  </sect2>

  <sect2 arch="mips"><title>Boot-Parameter</title>

   <sect3>
   <title>SGI TFTP-Boot</title>
<para>

Bei SGI-Maschinen können Sie Boot-Parameter zum
<command>bootp():</command>-Befehl im Kommandomonitor hinzufügen.

</para><para>

Hinter dem <command>bootp():</command>-Kommando können Sie den Pfad
und den Namen der Datei angegeben, die gebootet werden soll, wenn
nicht explizit eine vom BOOTP/DHCP-Server vorgegeben wird. Ein Beispiel:

<informalexample><screen>
bootp():/boot/tftpboot.img
</screen></informalexample>

Weitere Kernelparameter können per <command>append</command>-Befehl
angegeben werden:

<informalexample><screen>
bootp(): append="root=/dev/sda1"
</screen></informalexample>

</para>
  </sect3>

  </sect2>