summaryrefslogtreecommitdiff
path: root/fr/boot-installer/mips.xml
blob: b62a76739524fef56965d9251729f55ebb4fb480 (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
<!-- original version: 59840 -->

  <sect2 arch="mips" id="boot-tftp"><title>Amorcer avec TFTP</title>

<sect3><title>Amorcer avec TFTP les SGI</title>
<para>
Une fois entré dans le moniteur de commandes, utilisez

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

sur les machines SGI pour amorcer Linux et commencer l'installation de 
Debian. Pour ce faire, il sera peut-être nécessaire de déconfigurer la 
variable d'environnement <envar>netaddr</envar>. Tapez&nbsp;:

<informalexample><screen>
unsetenv netaddr
</screen></informalexample>
dans le moniteur de commandes. 

</para>
</sect3>  

</sect2>

  <sect2 arch="mips"><title>Paramètres d'amorçage</title>

<sect3>
<title>Amorcer avec TFTP les SGI</title>
<para>
Sur les SGI, vous pouvez ajouter des paramètres d'amorçage après la 
commande <command>bootp():</command> dans le moniteur de commandes.

</para><para>

Après la commande <command>bootp():</command>, vous pouvez ajouter le chemin 
et le nom du fichier à amorcer si vous ne donnez pas un nom explicite via 
votre serveur BOOTP/DHCP. Par exemple&nbsp;:

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

Vous pouvez passer d'autres paramètres au noyau avec la commande
<command>append</command>&nbsp;:

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

</sect2>