summaryrefslogtreecommitdiff
path: root/ca/boot-installer/mips.xml
blob: df9ccff5242b8eadcc070dc12c7943ba2843bf13 (plain)
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
62
<!-- retain these comments for translator revision tracking -->
<!-- original version: 64916 -->


  <sect2 arch="mips" id="boot-tftp"><title>Arrencada amb TFTP</title>

   <sect3>
   <title>Arrencada amb TFTP en SGI</title>
<para>

Després d'entrar al monitor d'ordres, utilitzeu

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

en màquines SGI per arrencar linux i començar la instal·lació
del programari de &debian;. Per tal que això funcioni, potser haureu de
desactivar la variable d'entorn <envar>netaddr</envar>. Per fer-ho
teclegeu

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

al monitor d'ordres.

</para>
  </sect3>

  </sect2>

  <sect2 arch="mips"><title>Paràmetres d'arrencada</title>

   <sect3>
   <title>Arrencada amb TFTP en SGI</title>
<para>

En màquines SGI, podeu afegir paràmetres d'arrencada a l'ordre
<command>bootp():</command> del monitor d'ordres.

</para><para>

Seguint l'ordre <command>bootp():</command>, podeu indicar el camí i el
nom del fitxer per arrencar en cas que no ho hàgiu fet explícitament
mitjançant el servidor bootp/dhcp. Exemple:

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

També es poden passar altres paràmetres del nucli amb
<command>append</command>:

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

</para>
  </sect3>

  </sect2>