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
|
<?xml version="1.0" encoding="EUC-JP"?>
<!-- retain these comments for translator revision tracking -->
<!-- original version: 35613 -->
<sect3 arch="mips">
<title><command>arcboot</command>-installer</title>
<para>
<!--
The boot loader on SGI machines is <command>arcboot</command>.
It has to be installed on the same hard disk as the kernel (this is done
automatically by the installer). Arcboot supports different configurations
which are set up in <filename>/etc/arcboot.conf</filename>. Each
configuration has a unique name,
the default setup as created by the installer is <quote>linux</quote>.
After arcboot has been installed, the system can be booted from hard disk
by setting some firmware environment variables entering
-->
SGI ޥΥ֡ȥ <command>arcboot</command> Ǥ
ϥͥƱϡɥǥ˥ȡ뤷ʤФʤޤ
(ϥȡ餬ưǹԤޤ)
arcboot ϰۤʤä<filename>/etc/arcboot.conf</filename>
ǥåȥåפ뤳ȤǥݡȤƤޤ
դ̾
ȡ餬ǥեȤ <quote>linux</quote> Ǥ
arcboot Υȡ塢
Τ褦ʥե०ĶѿץץȤϤơ
ƥϡɥǥ鵯ưǤޤ
<informalexample><screen>
<userinput> setenv SystemPartition scsi(<replaceable>scsi</replaceable>)disk(<replaceable>disk</replaceable>)rdisk(0)partition(0)</userinput>
<userinput> setenv OSLoadPartition scsi(<replaceable>scsi</replaceable>)disk(<replaceable>disk</replaceable>)rdisk(0)partition(<replaceable>partnr</replaceable>)</userinput>
<userinput> setenv OSLoader arcboot</userinput>
<userinput> setenv OSLoadFilename <replaceable>config</replaceable></userinput>
<userinput> setenv AutoLoad yes</userinput>
</screen></informalexample>
<!--
on the firmware prompt, and then typing <command>boot</command>.
-->
θ塢<command>boot</command> ϤƤ
</para>
<variablelist>
<varlistentry>
<term> <replaceable>scsi</replaceable> </term>
<listitem><para>
<!--
is the SCSI bus to be booted from, this is <userinput>0</userinput>
for the onboard controllers
-->
ư SCSI Хɽ
ܡɥȥ <userinput>0</userinput> Ȥʤ롣
</para></listitem>
</varlistentry>
<varlistentry>
<term> <replaceable>disk</replaceable> </term>
<listitem><para>
<!--
is the SCSI ID of the hard disk on which <command>arcboot</command> is
installed
-->
<command>arcboot</command> ȡ뤷ϡɥǥ SCSI ID ɽ
</para></listitem>
</varlistentry>
<varlistentry>
<term> <replaceable>partnr</replaceable> </term>
<listitem><para>
<!--
is the number of the partition on which
<filename>/etc/arcboot.conf</filename> resides
-->
<filename>/etc/arcboot.conf</filename> ѡƥֹɽ
</para></listitem>
</varlistentry>
<varlistentry>
<term> <replaceable>config</replaceable> </term>
<listitem><para>
<!--
is the name of the configuration entry in
<filename>/etc/arcboot.conf</filename>, which is <quote>linux</quote> by
default.
-->
<filename>/etc/arcboot.conf</filename> ꥨȥ̾ɽ
ǥեȤ <quote>linux</quote> Ǥ롣
</para></listitem>
</varlistentry>
</variablelist>
</sect3>
|