summaryrefslogtreecommitdiff
path: root/fi/boot-installer/mipsel.xml
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2006-03-15 17:29:49 +0000
committerFrans Pop <elendil@planet.nl>2006-03-15 17:29:49 +0000
commitb85b6607b7997b902eb43fe5a8f55211cbd3e110 (patch)
tree2791ac34d141625f73e6abda417a53850c2e48eb /fi/boot-installer/mipsel.xml
parentbb703c0b5dde789da84e4414611415a66a923905 (diff)
downloadinstallation-guide-b85b6607b7997b902eb43fe5a8f55211cbd3e110.zip
Update of original English docs
Diffstat (limited to 'fi/boot-installer/mipsel.xml')
-rw-r--r--fi/boot-installer/mipsel.xml96
1 files changed, 90 insertions, 6 deletions
diff --git a/fi/boot-installer/mipsel.xml b/fi/boot-installer/mipsel.xml
index 270390c53..a059ba7ce 100644
--- a/fi/boot-installer/mipsel.xml
+++ b/fi/boot-installer/mipsel.xml
@@ -1,12 +1,96 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 24701 untranslated -->
+<!-- original version: 35328 untranslated -->
- <sect2 arch="mipsel">
- <title></title>
+ <sect2 arch="mipsel" id="boot-tftp"><title>Booting with TFTP</title>
+
+ <sect3>
+ <title>Cobalt TFTP Booting</title>
<para>
-<!-- Placeholder document; please write and include in
- boot-installer.xml and build/templates/docstruct.ent -->
+Strictly speaking, Cobalt does not use TFTP but NFS to boot. You need to
+install an NFS server and put the installer files in
+<filename>/nfsroot</filename>. When you boot your Cobalt, you have to
+press the left and the right cursor buttons at the same time and the
+machine will boot via the network from NFS. It will then display several
+options on the display. There are the following two installation methods:
+
+<itemizedlist>
+<listitem><para>
+
+Via SSH (default): In this case, the installer will configure the network
+via DHCP and start an SSH server. It will then display a random password
+and other login information (such as the IP address) on the Cobalt LCD.
+When you connect to the machine with an SSH client you can start with
+the installation.
+
+</para></listitem>
+<listitem><para>
+
+Via serial console: Using a null modem cable, you can connect to the serial
+port of your Cobalt machine (using 115200 bps) and perform the installation
+this way. This option is not available on Qube 2700 (Qube1) machines since
+they have no serial port.
+
+</para></listitem>
+</itemizedlist>
</para>
- </sect2>
+ </sect3>
+
+ <sect3>
+<!-- Note to translators: this is the same section as in mips.xml -->
+ <title>Broadcom BCM91250A TFTP Booting</title>
+<para>
+
+On the Broadcom BCM91250A 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:
+
+<informalexample><screen>
+ifconfig eth0 -auto
+</screen></informalexample>
+
+Once you have obtained an IP address, you can load SiByl with the following
+command:
+
+<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.
+
+</para>
+</sect3>
+ </sect2>
+
+ <sect2 arch="mipsel"><title>Boot Parameters</title>
+
+ <sect3>
+ <title>Cobalt TFTP Booting</title>
+<para>
+
+You cannot pass any boot parameters directly. Instead, you have to edit
+the <filename>/nfsroot/default.colo</filename> file on the NFS server and
+add your parameters to the <replaceable>args</replaceable> variable.
+
+</para>
+ </sect3>
+
+ <sect3>
+<!-- Note to translators: this is the same section as in mips.xml -->
+ <title>Broadcom BCM91250A TFTP Booting</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.
+
+</para>
+ </sect3>
+
+ </sect2>