~ubuntu-branches/ubuntu/vivid/installation-guide/vivid-proposed

« back to all changes in this revision

Viewing changes to eu/boot-installer/arm.xml

  • Committer: Bazaar Package Importer
  • Author(s): Frans Pop
  • Date: 2005-10-25 17:37:25 UTC
  • Revision ID: james.westby@ubuntu.com-20051025173725-aq0bm11be7bfd7rw
Tags: 20051025
* Mention in copyright that full GPL is included in the manual.
  Closes: #334925
* Register installed documents with doc-base.
* Minor updates in English text and translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- retain these comments for translator revision tracking -->
 
2
<!-- original version: 11648 untranslated -->
 
3
 
 
4
  <sect2 arch="arm" id="boot-tftp"><title>Booting from TFTP</title>
 
5
 
 
6
&boot-installer-intro-net.xml;
 
7
 
 
8
  <sect3 arch="arm"><title>Booting from TFTP on NetWinder</title>
 
9
 
 
10
<para>
 
11
 
 
12
NetWinders have two network interfaces: The 10Mbps NE2000-compatible
 
13
card is <filename>eth0</filename> and the 100Mbps Tulip card is
 
14
<filename>eth1</filename>.
 
15
 
 
16
</para><note><para>
 
17
 
 
18
You need NeTTrom 2.2.1 or later to boot the
 
19
installation system. NeTTrom 2.3.3 is recommended: get these files
 
20
from 
 
21
<ulink url="ftp://ftp.netwinder.org/pub/netwinder/firmware/"></ulink>:
 
22
<itemizedlist>
 
23
<listitem><para>
 
24
 
 
25
<filename>nettrom-2.3-3.armv4l.rpm</filename>
 
26
 
 
27
</para></listitem>
 
28
<listitem><para>
 
29
 
 
30
<filename>nettrom-2.3.3.bin</filename>
 
31
 
 
32
</para></listitem>
 
33
<listitem><para>
 
34
 
 
35
<filename>nettrom-2.3.3.bin.md5sum</filename>
 
36
 
 
37
</para></listitem>
 
38
</itemizedlist>
 
39
 
 
40
</para></note><para>
 
41
 
 
42
After rebooting and interrupting the boot process during the countdown, you 
 
43
must first configure the network either with a static address:
 
44
<informalexample><screen>
 
45
 
 
46
    NeTTrom command-> setenv eth0_ip 192.168.0.10/24
 
47
 
 
48
</screen></informalexample>
 
49
where 24 is the number of set bits in the netmask, or a dynamic address:
 
50
<informalexample><screen>
 
51
 
 
52
    NeTTrom command-> boot diskless
 
53
 
 
54
</screen></informalexample>
 
55
 
 
56
</para><para>
 
57
 
 
58
You may also need to configure the <userinput>route1</userinput>
 
59
settings if the TFTP
 
60
server is not on the local subnet.  The rest of the config is pretty 
 
61
standard (the save-all step is optional):
 
62
<informalexample><screen>
 
63
 
 
64
    NeTTrom command-> setenv kerntftpserver 192.168.0.1
 
65
    NeTTrom command-> setenv kerntftpfile tftpboot.img
 
66
    NeTTrom command-> save-all
 
67
    NeTTrom command-> setenv netconfig_eth0 flash
 
68
    NeTTrom command-> setenv kernconfig tftp
 
69
 
 
70
</screen></informalexample>
 
71
 
 
72
</para><para>
 
73
 
 
74
Only the last two of these interfere with normal disk booting, so it is 
 
75
safe to <command>save-all</command> right before it, which will
 
76
store the network settings in case you need to boot from the network
 
77
again. Use the <command>printenv</command> command to review your
 
78
environment settings. Finally, if your <envar>cmdappend</envar>
 
79
NeTTrom variable has the <option>noinitrd</option> option (which is  
 
80
necessary to boot 2.4 kernels), you must remove it so the downloaded 
 
81
kernel can boot with its attached ramdisk.
 
82
 
 
83
</para>
 
84
  </sect3>
 
85
 
 
86
  <sect3 arch="arm"><title>Booting from TFTP on CATS</title>
 
87
 
 
88
<para>
 
89
 
 
90
On CATS machines, use <command>boot de0:</command> or similar at the
 
91
Cyclone prompt.
 
92
 
 
93
</para>
 
94
   </sect3>
 
95
  </sect2>
 
96
 
 
97
 
 
98
 
 
99
  <sect2 arch="arm"><title>Booting from CD-ROM</title>
 
100
 
 
101
&boot-installer-intro-cd.xml;
 
102
 
 
103
<para>
 
104
 
 
105
To boot a CD-ROM from the Cyclone console prompt, use the command
 
106
<command>boot cd0:cats.bin</command>
 
107
 
 
108
</para>
 
109
  </sect2>