summaryrefslogtreecommitdiff
path: root/ja/using-d-i/modules/ia64/elilo-installer.xml
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2005-10-07 19:51:38 +0000
committerJoey Hess <joeyh@debian.org>2005-10-07 19:51:38 +0000
commit1ea73eea5ecc6a8ed901316049259aee737ee554 (patch)
tree03a077f0b1b1548f3c806bd1c5795964fba0fb52 /ja/using-d-i/modules/ia64/elilo-installer.xml
downloadinstallation-guide-1ea73eea5ecc6a8ed901316049259aee737ee554.zip
move manual to top-level directory, split out of debian-installer package
Diffstat (limited to 'ja/using-d-i/modules/ia64/elilo-installer.xml')
-rw-r--r--ja/using-d-i/modules/ia64/elilo-installer.xml219
1 files changed, 219 insertions, 0 deletions
diff --git a/ja/using-d-i/modules/ia64/elilo-installer.xml b/ja/using-d-i/modules/ia64/elilo-installer.xml
new file mode 100644
index 000000000..53978bc05
--- /dev/null
+++ b/ja/using-d-i/modules/ia64/elilo-installer.xml
@@ -0,0 +1,219 @@
+<?xml version="1.0" encoding="EUC-JP"?>
+<!-- retain these comments for translator revision tracking -->
+<!-- original version: 24321 -->
+
+ <sect3 arch="ia64">
+ <title>ハードディスクへの <command>ELILO</command>
+ ブートローダのインストール</title>
+<para>
+
+<!--
+The &architecture; boot loader is called <quote>elilo</quote>.
+It is modeled on the <quote>lilo</quote> boot loader for the
+x86 architecture and uses a similar configuration file.
+However, instead of writing an MBR or partition boot record to
+the disk, it copies the necessary files to a separate FAT formatted
+disk partition and modifies the <guimenuitem>EFI Boot Manager</guimenuitem>
+menu in the firmware to point to the files in the EFI partition.
+The <command>elilo</command> boot loader is really in two parts.
+The <filename>/usr/sbin/elilo</filename> command manages the partition and
+copies file into it.
+The <filename>elilo.efi</filename> program is copied into the EFI
+partition and then run by the <quote>EFI Boot Manager</quote> to actually
+do the work of loading and starting the Linux kernel.
+-->
+&architecture; のブートローダは <quote>elilo</quote> と呼ばれています。
+これは x86 アーキテクチャ用の <quote>lilo</quote> ブートローダを基に作られ、
+同様の設定ファイルを使用します。
+しかし、ディスクの MBR やパーティションブートレコードを書く代わりに、
+個別の FAT でフォーマットされたパーティションに必要なファイルをコピーし、
+EFI パーティション内のファイルを指すように、
+<guimenuitem>EFI Boot Manager</guimenuitem> メニューを修正します。
+<command>elilo</command> ブートローダは実際には 2 つの部分からなります。
+<filename>/usr/sbin/elilo</filename> コマンドは、
+パーティションの管理をし、そこへファイルをコピーします。
+<filename>elilo.efi</filename> プログラムは EFI パーティションにコピーされ、
+実際に Linux カーネルをロード・起動するよう <quote>EFI Boot Manager</quote>
+に実行されます。
+
+</para><para>
+
+<!--
+The <quote>elilo</quote> configuration and installation is done as the
+last step of installing the packages of the base installation.
+&d-i; will present you with a list of potential disk partitions that it
+has found suitable for an EFI partition.
+Select the partition you set up earlier in the installation, typically
+a partition on the same disk that contains your
+<emphasis>root</emphasis> filesystem.
+-->
+<quote>elilo</quote> の設定とインストールは、
+基本パッケージのインストールの最終ステップで行われます。
+&d-i; は、
+EFI パーティションに適する潜在的なディスクパーティションのリストを提示します。
+インストールの前の方でセットアップしたパーティションを選択してください。
+一般的には、
+<emphasis>root</emphasis> ファイルシステムがあるディスクのパーティションを、
+選択します。
+
+</para>
+
+ <warning><title>正しいパーティションを選択してください!</title>
+
+<para>
+
+<!--
+The criteria for selecting a partition is that it is FAT format
+filesystem with its <emphasis>boot</emphasis> flag set.
+&d-i; may show multiple choices depending on what it finds from scanning
+all of the disks of the system including EFI partitions of other system
+disks and EFI diagnostic partitions.
+Remember, the <command>elilo</command> may format the partition during
+the installation, erasing any previous contents!
+-->
+パーティションを選択する基準は、
+<emphasis>boot</emphasis> フラグがセットされている
+ FAT フォーマットファイルシステムであるということです。
+&d-i; は、
+他のシステムディスクの EFI パーティションや EFI 診断パーティションを含む、
+システムのディスクすべてを走査し、
+見つかったものによって複数の選択肢を示す可能性があります。
+<command>elilo</command> はインストール中にパーティションをフォーマットして、
+以前の内容をすべて消去するかもしれないことを覚えておいてください!
+
+</para></warning>
+
+ </sect3>
+
+ <sect3 arch="ia64">
+ <title>EFI パーティションの内容</title>
+
+<para>
+
+<!--
+The EFI partition is a FAT filesystem format partition on one of the
+hard disks of the system, usually the same disk that contains the
+<emphasis>root</emphasis> filesystem.
+It is normally not mounted on a running system as it is only needed
+by the <quote>EFI Boot Manager</quote> to load the system and the
+installer part of the <command>elilo</command> writes to the filesystem
+directly.
+The <command>/usr/sbin/elilo</command> utility writes the following files
+into the <filename>efi/debian</filename> directory of the EFI
+partition during the installation.
+Note that the <quote>EFI Boot Manager</quote> would find these files
+using the path <filename>fs<replaceable>n</replaceable>:\efi\debian</filename>.
+There may be other files in this filesystem as well over time as
+the system is updated or re-configured.
+-->
+EFI パーティションは、システムのハードディスクにある、
+FAT ファイルシステムでフォーマットしてあるパーティションです。
+通常 <emphasis>root</emphasis> ファイルシステムを含んでいるパーティションと
+同じディスクにあります。
+システムをロードするのに <quote>EFI Boot Manager</quote> が使用したり、
+<command>elilo</command> のインストーラ部がこのファイルシステムに
+直接書き込むためだけに必要で、実行中のシステムでは通常マウントされません。
+インストール中に <command>/usr/sbin/elilo</command> ユーティリティは、
+EFI パーティションの <filename>efi/debian</filename> ディレクトリへ
+以下のファイルを書き込みます。
+<quote>EFI Boot Manager</quote> は、
+<filename>fs<replaceable>n</replaceable>:\efi\debian</filename>
+というパスを使用して
+それらのファイルを見つけることに注意してください。
+時間とともに、システムをアップデートしたり再設定すると、
+このファイルシステムにその他のファイルがあるかもしれません。
+
+</para>
+
+<variablelist>
+
+<varlistentry>
+<term><filename>elilo.conf</filename></term>
+<listitem><para>
+
+<!--
+This is the configuration file read by the boot loader when it starts.
+It is a copy of the <filename>/etc/elilo.conf</filename> with
+the filenames re-written to refer to files in the EFI partition.
+-->
+ブートローダが起動時に読み込む設定ファイル。
+EFI パーティションのファイルを参照するようファイル名を書き換えた
+<filename>/etc/elilo.conf</filename> のコピーである。
+
+</para></listitem></varlistentry>
+
+<varlistentry>
+<term><filename>elilo.efi</filename></term>
+<listitem><para>
+
+<!--
+This is the boot loader program that the <quote>EFI Boot Manager</quote>
+runs to boot the system.
+It is the program behind the <guimenuitem>Debian GNU/Linux</guimenuitem>
+menu item of the <quote>EFI Boot Manager</quote> command menu.
+-->
+システム起動時に <quote>EFI Boot Manager</quote> が実行するブートローダプログラム。
+<quote>EFI Boot Manager</quote> コマンドメニューの
+<guimenuitem>Debian GNU/Linux</guimenuitem> を選択するとこれが起動する。
+
+</para></listitem></varlistentry>
+
+<varlistentry>
+<term><filename>initrd.img</filename></term>
+<listitem><para>
+
+<!--
+This is the initial root filesystem used to boot the kernel.
+It is a copy of the file referenced in the
+<filename>/etc/elilo.conf</filename>.
+In a standard Debian installation it would be the file in
+<filename>/boot</filename> pointed to by the symbolic link
+<filename>/initrd.img</filename>.
+-->
+カーネルを起動するときに使用する initial root ファイルシステム。
+<filename>/etc/elilo.conf</filename> で参照されているファイルのコピーである。
+標準的な Debian のインストールでは、
+シンボリックリンク <filename>/initrd.img</filename> で指される
+<filename>/boot</filename> にあるファイルである。
+
+</para></listitem></varlistentry>
+
+<varlistentry>
+<term><filename>readme.txt</filename></term>
+<listitem><para>
+
+<!--
+This is a small text file warning you that the contents of the
+directory are managed by the <command>elilo</command> and that
+any local changes would be lost at the next time
+<filename>/usr/sbin/elilo</filename> is run.
+-->
+<command>elilo</command> にディレクトリの内容が管理されており、
+次に <filename>/usr/sbin/elilo</filename> を実行すると、
+どんな変更も失われると警告する小さなテキストファイルである。
+
+</para></listitem></varlistentry>
+
+<varlistentry>
+<term><filename>vmlinuz</filename></term>
+<listitem><para>
+
+<!--
+This is the compressed kernel itself.
+It is a copy of the file referenced in the
+<filename>/etc/elilo.conf</filename>.
+In a standard Debian installation it would be the file in
+<filename>/boot</filename> pointed to by the symbolic link
+<filename>/vmlinuz</filename>.
+-->
+圧縮したカーネルそのもの。
+<filename>/etc/elilo.conf</filename> で参照されているファイルのコピーである。
+標準的な Debian のインストールでは、
+シンボリックリンク <filename>/vmlinuz</filename> で指される
+<filename>/boot</filename> にあるファイルである。
+
+</para></listitem></varlistentry>
+
+</variablelist>
+
+ </sect3>