~qbalazs/installation-guide/lp1030336

« back to all changes in this revision

Viewing changes to fi/using-d-i/modules/mips/arcboot-installer.xml

  • Committer: joeyh
  • Date: 2005-10-07 19:51:38 UTC
  • Revision ID: vcs-imports@canonical.com-20051007195138-c3d57b2617a79a4f
move manual to top-level directory, split out of debian-installer package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- retain these comments for translator revision tracking -->
 
2
<!-- original version: 24663 untranslated -->
 
3
 
 
4
  <sect3 arch="mips">
 
5
  <title><command>arcboot</command>-installer</title>
 
6
<para>
 
7
 
 
8
The boot loader on SGI Indys is <command>arcboot</command>.
 
9
It has to be installed on the same hard disk as the kernel (this is done
 
10
automatically by the installer). Arcboot supports different configurations
 
11
which are set up in <filename>/etc/arcboot.conf</filename>. Each
 
12
configuration has a unique name,
 
13
the default setup as created by the installer is <quote>linux</quote>.
 
14
After arcboot has been installed, the system can be booted from hard disk
 
15
by setting some firmware environment variables entering
 
16
 
 
17
<informalexample><screen>
 
18
<userinput> setenv SystemPartition scsi(<replaceable>scsi</replaceable>)disk(<replaceable>disk</replaceable>)rdisk(0)partition(0)</userinput>
 
19
<userinput> setenv OSLoadPartition scsi(<replaceable>scsi</replaceable>)disk(<replaceable>disk</replaceable>)rdisk(0)partition(<replaceable>partnr</replaceable>)</userinput>
 
20
<userinput> setenv OSLoader arcboot</userinput>
 
21
<userinput> setenv OSLoadFilename <replaceable>config</replaceable></userinput>
 
22
<userinput> setenv AutoLoad yes</userinput>
 
23
</screen></informalexample>
 
24
 
 
25
on the firmware prompt, and then typing <command>boot</command>.
 
26
 
 
27
</para>
 
28
 
 
29
<variablelist>
 
30
<varlistentry>
 
31
<term> <replaceable>scsi</replaceable> </term>
 
32
<listitem><para>
 
33
 
 
34
is the SCSI bus to be booted from, this is <userinput>0</userinput>
 
35
for the onboard controllers
 
36
 
 
37
</para></listitem>
 
38
</varlistentry>
 
39
<varlistentry>
 
40
<term> <replaceable>disk</replaceable> </term>
 
41
<listitem><para>
 
42
 
 
43
is the SCSI ID of the hard disk on which <command>arcboot</command> is
 
44
installed
 
45
 
 
46
</para></listitem>
 
47
</varlistentry>
 
48
<varlistentry>
 
49
<term> <replaceable>partnr</replaceable> </term>
 
50
<listitem><para>
 
51
 
 
52
is the number of the partition on which
 
53
<filename>/etc/arcboot.conf</filename> resides
 
54
 
 
55
</para></listitem>
 
56
</varlistentry>
 
57
<varlistentry>
 
58
<term> <replaceable>config</replaceable> </term>
 
59
<listitem><para>
 
60
 
 
61
is the name of the configuration entry in
 
62
<filename>/etc/arcboot.conf</filename>, which is <quote>linux</quote> by
 
63
default.
 
64
 
 
65
</para></listitem>
 
66
</varlistentry>
 
67
</variablelist>
 
68
 
 
69
  </sect3>