summaryrefslogtreecommitdiff
path: root/it/boot-installer/mips.xml
blob: da63c714bc046d515080054f41cdf7c8e9129f9d (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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<!-- retain these comments for translator revision tracking -->
<!-- original version: 35613 -->


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

   <sect3>
   <!-- <title>SGI TFTP Booting</title> -->
   <title>Avvio di macchine SGI con TFTP</title>
<para>

<!--
After entering the command monitor use
-->

Sulle macchine SGI una volta entrati nel command monitor usare

<informalexample><screen>
bootp(): root=/dev/ram0
</screen></informalexample>

<!--
on SGI machines 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
-->

per avviare Linux e iniziare l'installazione di Debian. Per fare questa
operazione potrebbe essere necessario eliminare la variabile d'ambiente
<envar>netaddr</envar>, eseguire

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

<!--
in the command monitor to do this.
-->

dal command monitor per farlo.

</para>
   </sect3>

   <sect3>
   <!-- <title>Broadcom BCM91250A and BCM91480B TFTP Booting</title> -->
   <title>Avvio di Broadcom BCM91250A e BCM91480B con TFTP</title>
<para>

<!--
On the Broadcom BCM91250A and BCM91480B evaluation board, you have to load the SiByl boot
loader via TFTP which will then load and start the Debian installer.  In
most cases, you will first obtain an IP address via DHCP but it is also
possible to configure a static address.  In order to use DHCP, you can
enter the following command on the CFE prompt:
-->

Sulle schede per prototipazione Broadcom BCM91250A e BCM91480B è necessario
caricare il bootloader SiByl tramite TFTP, poi questo avvierà l'Installatore
Debian. Nella maggior parte dei casi si ottiene un indirizzo IP via DHCP
oppure è anche possibile configurare un indirizzo statico. Per usare DHCP
si può inserire il seguente comando dal prompt di CFE:

<informalexample><screen>
ifconfig eth0 -auto
</screen></informalexample>

<!--
Once you have obtained an IP address, you can load SiByl with the following
command:
-->

Un volta ottenuto un indirizzo IP si può caricare SiByl con usando il
seguente comando:

<informalexample><screen>
boot 192.168.1.1:/boot/sibyl
</screen></informalexample>

<!--
You need to substitute the IP address listed in this example with either
the name or the IP address of your TFTP server.  Once you issue this
command, the installer will be loaded automatically.
-->

Si deve sostituire l'indirizzo IP mostrato nell'esempio con il nome o
con l'indirizzo IP del proprio server TFTP. Una volta corretto questo
comando l'installatore si dovrebbe caricare automaticamente.

</para>
   </sect3>
  </sect2>

  <sect2 arch="mips">
  <!-- <title>Boot Parameters</title> -->
  <title>Parametri di avvio</title>

   <sect3>
   <!-- <title>SGI TFTP Booting</title> -->
   <title>Avvio di macchine SGI con TFTP</title>
<para>

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

Sulle macchine SGI è possibile aggiungere dei parametri di avvio al comando
<command>bootp():</command> nel 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:
-->

Dopo il comando <command>bootp():</command> si può inserire il percorso
e il nome del file da avviare se non si è già specificato un nome
tramite il server bootp/dhcp. Per esempio:

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

<!--
Further kernel parameters can be passed via <command>append</command>:
-->

Ulteriori parametri possono essere passati al kernel tramite
<command>append</command>:

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

</para>
   </sect3>

   <sect3>
   <!-- <title>Broadcom BCM91250A and BCM91480B TFTP Booting</title> -->
   <title>Avvio di Broadcom BCM91250A e BCM91480B con TFTP</title>
<para>

<!--
You cannot pass any boot parameters directly from the CFE prompt.  Instead,
you have to edit the <filename>/boot/sibyl.conf</filename> file on the TFTP
server and add your parameters to the <replaceable>extra_args</replaceable>
variable.
-->

Non è possibile passare direttamente dei parametri di avvio dal prompt CFE,
si deve modificare il file <filename>/boot/sibyl.conf</filename> sul server
TFTP e aggiungere i parametri nella variabile
<replaceable>extra_args</replaceable>.

</para>
   </sect3>
  </sect2>