summaryrefslogtreecommitdiff
path: root/ja/install-methods
diff options
context:
space:
mode:
Diffstat (limited to 'ja/install-methods')
-rw-r--r--ja/install-methods/automatic-install.xml198
-rw-r--r--ja/install-methods/boot-drive-files.xml284
-rw-r--r--ja/install-methods/boot-usb-files.xml208
-rw-r--r--ja/install-methods/create-floppy.xml200
-rw-r--r--ja/install-methods/download/alpha.xml67
-rw-r--r--ja/install-methods/download/arm.xml56
-rw-r--r--ja/install-methods/download/m68k.xml36
-rw-r--r--ja/install-methods/download/powerpc.xml48
-rw-r--r--ja/install-methods/downloading-files.xml57
-rw-r--r--ja/install-methods/floppy/i386.xml57
-rw-r--r--ja/install-methods/floppy/m68k.xml45
-rw-r--r--ja/install-methods/floppy/powerpc.xml205
-rw-r--r--ja/install-methods/install-methods.xml17
-rw-r--r--ja/install-methods/install-tftp.xml734
-rw-r--r--ja/install-methods/ipl-tape.xml39
-rw-r--r--ja/install-methods/official-cdrom.xml128
-rw-r--r--ja/install-methods/tftp/bootp.xml121
-rw-r--r--ja/install-methods/tftp/dhcp.xml130
-rw-r--r--ja/install-methods/tftp/rarp.xml107
-rw-r--r--ja/install-methods/usb-setup/i386.xml165
-rw-r--r--ja/install-methods/usb-setup/powerpc.xml166
21 files changed, 3068 insertions, 0 deletions
diff --git a/ja/install-methods/automatic-install.xml b/ja/install-methods/automatic-install.xml
new file mode 100644
index 000000000..e591c09c9
--- /dev/null
+++ b/ja/install-methods/automatic-install.xml
@@ -0,0 +1,198 @@
+<?xml version="1.0" encoding="EUC-JP"?>
+<!-- retain these comments for translator revision tracking -->
+<!-- original version: 28672 -->
+
+ <sect1 id="automatic-install">
+ <title>自動インストール</title>
+<para>
+
+<!--
+For installing on multiple computers it's possible to do fully
+automatic installations. Debian packages intended for this include
+<classname>fai</classname> (which uses an install server),
+<classname>replicator</classname>,
+<classname>systemimager</classname>,
+<classname>autoinstall</classname>, and
+the Debian Installer itself.
+-->
+複数のコンピュータにインストールするため、完全自動インストールが可能です。
+このための Debian パッケージは、
+<classname>fai</classname> (インストールサーバを使う場合),
+<classname>replicator</classname>,
+<classname>systemimager</classname>,
+<classname>autoinstall</classname>,
+それに Debian インストーラそのものです。
+
+</para>
+
+ <sect2 id="preseed">
+ <title>Debian インストーラを用いた自動インストール</title>
+<para>
+
+<!--
+The Debian Installer supports automating installs via preconfiguration
+files. A preconfiguration file can be loaded from the network or from
+removable media, and used to fill in answers to question asked during the
+installation process.
+-->
+Debian インストーラは、
+preconfiguration ファイルによる自動インストールをサポートしています。
+preconfiguration ファイルは、ネットワークやリムーバブルメディアから読み込まれ、
+インストール中の質問に対する回答を、埋めていくのに使われます。
+</para><para>
+
+<!--
+Although most dialogs used by &d-i; can be preseeded using this method,
+there are some notable exceptions. You can (re)partition an entire disk
+or use available free space on a disk; it is not possible to use existing
+partitions. You currently cannot use preseeding to set up RAID and LVM.
+<phrase condition="sarge">Also, with the exception of network driver modules,
+it is not possible to preconfigure kernel module parameters.</phrase>
+-->
+&d-i; で使用するほとんどの質問は、この方法であらかじめ設定できますが、
+いくつかの例外があります。
+ディスク全体のパーティション (再) 分割や、ディスクの空き領域は利用できますが、
+すでにあるパーティションの利用はできません。
+現在、RAID や LVM のセットアップは、あらかじめ設定できません。
+<phrase condition="sarge">また、ネットワークドライバモジュール以外の
+カーネルモジュールパラメータをあらかじめ設定できません。</phrase>
+
+</para><para>
+
+<!--
+The preconfiguration file is in the format used by the
+debconf-set-selections command. A well documented and working example that
+you can edit is in <xref linkend="example-preseed"/>.
+-->
+preconfiguration ファイルは、
+debconf-set-selections コマンドで使用される形式のファイルです。
+編集できるよく説明されていて動作するサンプルは、
+<xref linkend="example-preseed"/> にあります。
+
+</para><para>
+
+<!--
+Alternatively, one way to get a complete file listing
+all the values that can be preseeded is to do a manual install,
+and then use <filename>debconf-get-selections</filename>,
+from the <classname>debconf-utils</classname> package,
+to dump both the debconf database and the cdebconf
+database in /var/log/debian-installer/cdebconf to a single file:
+-->
+また、あらかじめ設定するすべての値を記述した完全なファイルを得るには、
+マニュアルインストールを行ったあとに、
+<filename>debconf-get-selections</filename>
+(<classname>debconf-utils</classname> パッケージ)
+を使用して debconf データベースと
+ cdebconf データベース (/var/log/debian-installer/cdebconf にある) を、
+以下のようにひとつのファイルにダンプします。
+
+<informalexample><screen>
+$ debconf-get-selections --installer &gt; <replaceable>file</replaceable>
+$ debconf-get-selections &gt;&gt; <replaceable>file</replaceable>
+</screen></informalexample>
+
+<!--
+However, a file generated in this manner will have some items that should
+not be preseeded, and the file in <xref linkend="example-preseed"/> is a
+better starting place for most users.
+-->
+しかしこの方法で生成したファイルでは、
+いくつかの項目が設定されない可能性があります。
+そのためほとんどのユーザにとっては、取っかかりとして、
+<xref linkend="example-preseed"/> にあるファイルの方がよいでしょう。
+
+</para><para>
+
+<!--
+Once you have a preconfiguration file, you can edit it if necessary, and
+place it on a web server, or copy it onto the installer's boot media. Wherever
+you place the file, you need to pass a parameter to the installer at boot
+time to tell it to use the file.
+-->
+preconfiguration ファイルがあれば、これをお好みに編集したうえで、
+web サーバに配置したり、インストーラの起動メディアにコピーできます。
+配置した場所ならどこでも、このファイルを起動時にインストーラに読み込ませるよう
+パラメータに渡す必要があります。
+
+</para><para>
+
+<!--
+To make the installer use a preconfiguration file downloaded from the
+network, add preseed/url=http://url/to/preseed.cfg to the kernel boot
+parameters. Of course the preconfiguration will not take effect until the
+installer manages to set up the network to download the file, so this is
+most useful if the installer can set up the network via DHCP without asking
+any questions. You may want to set the installation priority to critical to
+avoid any questions while the network is being configured. See
+<xref linkend="installer-args"/>.
+-->
+ネットワークからダウンロードした preconfiguration ファイルを、
+インストーラに使うようにさせるには、
+カーネルの起動パラメータに preseed/url=http://url/to/preseed.cfg と追加します。
+もちろん、
+インストーラがネットワークをセットアップし preconfiguration ファイルを
+ダウンロードするまで、preconfiguration は効果を現しません。
+そのため、インストーラが全く質問せずに、
+DHCP でネットワークをセットアップできるときに最も有用になります。
+ネットワーク設定中にまったく質問が出なくなるように、
+インストール優先度を「重要」に設定したいと思うかもしれません。
+<xref linkend="installer-args"/> をご覧ください。
+
+</para><para>
+
+<!--
+To place a preconfiguration file on a CD, you would need to remaster the
+ISO image to include your preconfiguration file. See the manual page for
+mkisofs for details. Alternatively, put the preseed file on a floppy, and
+use preseed/file=/floppy/preseed.cfg
+-->
+CD に preconfiguration ファイルを置くために、
+preconfiguration ファイルを含む ISO イメージのマスターを、
+新たに作る必要があるでしょう。
+詳細は mkisofs のマニュアルを参照してください。
+また、フロッピーに preseed ファイルを置いて、
+preseed/file=/floppy/preseed.cfg とすることもできます。
+</para><para arch="i386">
+
+<!--
+If you'll be booting from a USB memory stick, then you can simply copy your
+preconfiguration file onto the memory stick's filesystem, and edit the
+syslinux.cfg file to add preseed/file=/hd-media/preseed.cfg to the kernel boot
+parameters.
+-->
+USB メモリスティックから起動するのであれば、
+単にメモリスティックのファイルシステムに preconfiguration ファイルをコピーし、
+カーネル起動パラメータに preseed/file=/hd-media/preseed.cfg を加えるよう、
+syslinux.cfg ファイルを編集できます。
+
+</para>
+
+ <sect3 condition="etch">
+<!--
+ <title>Using Preseeding to Change Default Values</title>
+-->
+ <title>デフォルト値の変更に preseed を利用する</title>
+<para>
+
+<!--
+It is also possible to use preseeding to change the default answer for a
+question, but still have the question asked. To do this the
+<firstterm>seen</firstterm> flag must be reset to <quote>false</quote> after
+setting the value for a template.
+-->
+質問に対するデフォルトの回答を変更するのに、preseed を利用できますが、
+依然として質問が表示されます。
+これに対処するためには、テンプレートの値を設定したあとに
+<firstterm>seen</firstterm> フラグを <quote>false</quote>
+としてリセットしてください。
+
+<informalexample><screen>
+d-i foo/bar string value
+d-i foo/bar seen false
+</screen></informalexample>
+
+</para>
+ </sect3>
+ </sect2>
+ </sect1>
diff --git a/ja/install-methods/boot-drive-files.xml b/ja/install-methods/boot-drive-files.xml
new file mode 100644
index 000000000..cd3cebadb
--- /dev/null
+++ b/ja/install-methods/boot-drive-files.xml
@@ -0,0 +1,284 @@
+<?xml version="1.0" encoding="EUC-JP"?>
+<!-- retain these comments for translator revision tracking -->
+<!-- original version: 28997 -->
+
+ <sect1 condition="bootable-disk" id="boot-drive-files">
+ <title>ハードディスク起動ファイルの準備</title>
+<para>
+
+<!--
+The installer may be booted using boot files placed on an
+existing hard drive partition, either launched from another operating
+system or by invoking a boot loader directly from the BIOS.
+-->
+このインストーラは、
+ハードディスクパーティションに配置したファイルから起動できます。
+別の OS から起動することもできますし、
+BIOS から直接ブートローダを起動することもできます。
+
+</para><para>
+
+<!--
+A full, <quote>pure network</quote> installation can be achieved using this
+technique. This avoids all hassles of removable media, like finding
+and burning CD images or struggling with too numerous and
+unreliable floppy disks.
+-->
+この方法を使えば、
+完全な <quote>ピュアネットワーク</quote> インストールを行うことができます。
+これは、CD メディアを探して焼いたり、
+たくさんの信頼できないフロッピーディスクを相手に苦闘したり、
+といったリムーバブルメディアのすべての激論を避けることができます。
+
+
+</para><para arch="i386">
+
+<!--
+The installer cannot boot from files on an NTFS file system.
+-->
+インストーラは NTFS ファイルシステムからは起動できません。
+
+</para><para arch="powerpc">
+
+<!--
+The installer cannot boot from files on an HFS+ file system. MacOS
+System 8.1 and above may use HFS+ file systems; NewWorld PowerMacs all
+use HFS+. To determine whether your existing file system is HFS+,
+select <userinput>Get Info</userinput> for the volume in question. HFS
+file systems appear as <userinput>Mac OS Standard</userinput>, while
+HFS+ file systems say <userinput>Mac OS Extended</userinput>. You must
+have an HFS partition in order to exchange files between MacOS and
+Linux, in particular the installation files you download.
+-->
+インストーラは、HFS+ ファイルシステムにあるファイルから起動できます。
+MacOS System 8.1 以上ならば HFS+ ファイルシステムが使えます。
+NewWorld PowerMac はすべて HFS+ を使っています。
+現在のファイルシステムが HFS+ かどうかを調べるには、
+調べたいボリュームに対して <userinput>情報をみる (Get Info)</userinput>
+を実行してください。
+HFS ファイルシステムなら <userinput>Mac OS Standard</userinput>、
+HFS+ ファイルシステムなら <userinput>Mac OS Extended</userinput> となります。
+MacOS と Linux の間でファイル
+(特にインストール用にダウンロードしたファイル)
+をやりとりするためには、HFS パーティションが必要です。
+
+</para><para arch="powerpc">
+
+<!--
+Different programs are used for hard disk installation system booting,
+depending on whether the system is a <quote>NewWorld</quote> or an
+<quote>OldWorld</quote> model.
+-->
+ハードディスクからのインストールシステムの起動には、
+システムが <quote>NewWorld</quote> モデルか <quote>OldWorld</quote> モデルかによって、
+別々のプログラムを使います。
+
+</para>
+
+ <sect2 arch="i386" id="files-lilo">
+ <title><command>LILO</command> や
+ <command>GRUB</command>を使用したハードディスクからのインストーラの起動</title>
+<para>
+
+<!--
+This section explains how to add to or even replace an existing linux
+installation using either <command>LILO</command> or
+<command>GRUB</command>.
+-->
+本節では、<command>LILO</command> や <command>GRUB</command>
+のどちらかを使用して、linux を追加したり、
+既存の linux を交換する方法について説明します。
+
+</para><para>
+
+<!--
+At boot time, both bootloaders support loading in memory not
+only the kernel, but also a disk image. This RAM disk can be used as
+the root file-system by the kernel.
+-->
+起動時に、カーネルだけでなくディスクイメージをメモリに読み込むのを、
+どちらのブートローダでもサポートしています。
+この RAM ディスクは カーネルが root ファイルシステムとして使うことができます。
+
+</para><para>
+
+<!--
+Copy the following files from the Debian archives to a
+convenient location on your hard drive, for instance to
+<filename>/boot/newinstall/</filename>.
+-->
+以下のファイルを、
+Debian アーカイブからあなたのハードディスクの適当な場所
+ (例 <filename>/boot/newinstall/</filename>) にコピーしてください。
+
+
+<itemizedlist>
+<listitem><para>
+
+<filename>vmlinuz</filename> (カーネルバイナリ)
+
+</para></listitem>
+<listitem><para>
+
+<filename>initrd.gz</filename> (RAM ディスクイメージ)
+
+</para></listitem>
+</itemizedlist>
+
+</para><para>
+
+<!--
+Finally, to configure the bootloader proceed to
+<xref linkend="boot-initrd"/>.
+-->
+最後に、ブートローダを設定するため、
+<xref linkend="boot-initrd"/> に進んでください。
+
+</para>
+ </sect2>
+
+
+ <sect2 arch="powerpc" id="files-oldworld">
+ <title>OldWorld Mac におけるハードディスクからのインストーラの起動</title>
+<para>
+
+<!--
+The <filename>boot-floppy-hfs</filename> floppy uses
+<application>miBoot</application> to launch Linux installation, but
+<application>miBoot</application> cannot easily be used for hard disk
+booting. <application>BootX</application>, launched from MacOS,
+supports booting from files placed on the hard
+disk. <application>BootX</application> can also be used to dual-boot
+MacOS and Linux after your Debian installation is complete. For the
+Performa 6360, it appears that <command>quik</command> cannot make the
+hard disk bootable. So <application>BootX</application> is required
+on that model.
+-->
+<filename>boot-floppy-hfs</filename> フロッピーは、Linux インストールシステムの
+起動に <application>miBoot</application> を使います。
+しかし <application>miBoot</application> をハードディスクからの起動に使うのは簡単ではありません。
+MacOS から起動する <application>BootX</application> は、
+ハードディスクに置かれたファイルからの起動をサポートしています。
+<application>BootX</application> は、Debian のインストールが完了した後に、
+MacOS と Linux をデュアルブートさせるのにも使えます。
+Performa 6360 では、<command>quik</command> はハードディスクを起動できるようにはできません。
+そのためこのモデルでは <application>BootX</application> が必要です。
+
+</para><para>
+
+<!--
+Download and unstuff the <application>BootX</application>
+distribution, available from <ulink url="&url-powerpc-bootx;"></ulink>,
+or in the
+<filename>dists/woody/main/disks-powerpc/current/powermac</filename>
+directory on Debian http/ftp mirrors and official Debian CDs. Use
+<application>Stuffit Expander</application> to extract it from its
+archive. Within the package, there is an empty folder called
+<filename>Linux Kernels</filename>. Download
+<filename>linux.bin</filename> and
+<filename>ramdisk.image.gz</filename> from the
+<filename>disks-powerpc/current/powermac</filename> folder, and place
+them in the <filename>Linux Kernels</filename> folder. Then place the
+<filename>Linux Kernels</filename> folder in the active System Folder.
+-->
+<application>BootX</application> の配布パッケージを <ulink url="&url-powerpc-bootx;"></ulink> から、
+または Debian http/ftp ミラーや 公式 Debian CD の
+<filename>dists/woody/main/disks-powerpc/current/powermac</filename>
+ディレクトリから入手して、unstuff してください。
+アーカイブから取り出すには <application>Stuffit Expander</application> を使ってください。
+パッケージの中には、<filename>Linux Kernels</filename> という名前の空のフォルダがあります。
+<filename>linux.bin</filename> と <filename>ramdisk.image.gz</filename> を
+<filename>disks-powerpc/current/powermac</filename> フォルダからダウンロードし、
+これらを <filename>Linux Kernels</filename> フォルダに置いてください。
+その後、<filename>Linux Kernels</filename> フォルダをアクティブな
+System Folder に置いてください。
+
+</para>
+ </sect2>
+
+ <sect2 arch="powerpc" id="files-newworld">
+ <title>NewWorld Mac におけるハードディスクからのインストーラの起動</title>
+<para>
+
+<!--
+NewWorld PowerMacs support booting from a network or an ISO9660
+CD-ROM, as well as loading ELF binaries directly from the hard
+disk. These machines will boot Linux directly via
+<command>yaboot</command>, which supports loading a kernel and RAMdisk
+directly from an ext2 partition, as well as dual-booting with
+MacOS. Hard disk booting of the installer is particularly appropriate
+for newer machines without floppy drives. <command>BootX</command> is
+not supported and must not be used on NewWorld PowerMacs.
+-->
+NewWorld PowerMac は、ネットワークや
+ISO9660 CD-ROM からの起動をサポートしており、
+またハードディスクに置かれた ELF バイナリを直接ロードして起動することも可能です。
+これらのマシンでは <command>yaboot</command> を使って直接 Linux を起動できます。
+<command>yaboot</command> はカーネルと RAM ディスクを直接 ext2 パーティションから
+ロードでき、MacOS とのデュアルブートにすることもできます。
+ハードディスクからのインストーラの起動は、
+特にフロッピードライブのない最近のマシンには向いているでしょう。
+<command>BootX</command> は NewWorld PowerMac をサポートしておらず、
+使うべきではありません。
+
+</para><para>
+
+<!--
+<emphasis>Copy</emphasis> (not move) the following four files which
+you downloaded earlier from the Debian archives, onto the root level
+of your hard drive (this can be accomplished by
+<keycap>option</keycap>-dragging each file to the hard drive icon).
+-->
+前に Debian アーカイブからダウンロードした次に示すファイルを、
+ハードドライブの root 階層に <emphasis>コピー</emphasis> (移動では駄目)
+してください (各ファイルを、
+<keycap>option</keycap> を押しながらハードドライブアイコンにドラッグします)。
+
+<itemizedlist>
+<listitem><para>
+
+<filename>vmlinux</filename>
+
+</para></listitem>
+<listitem><para>
+
+<filename>initrd.gz</filename>
+
+</para></listitem>
+<listitem><para>
+
+<filename>yaboot</filename>
+
+</para></listitem>
+<listitem><para>
+
+<filename>yaboot.conf</filename>
+
+</para></listitem>
+</itemizedlist>
+
+</para><para>
+
+<!--
+Make a note of the partition number of the MacOS partition where you
+place these files. If you have the MacOS <command>pdisk</command>
+program, you can use the L command to check for the partition
+number. You will need this partition number for the command you type
+at the Open Firmware prompt when you boot the installer.
+-->
+これらのファイルを置いた MacOS パーティションの
+パーティション番号を記録しておきましょう。
+MacOS の <command>pdisk</command> プログラムがあれば、
+L コマンドでパーティション番号を確認できます。
+このパーティション番号は、インストーラを起動させたときに
+Open Firmware プロンプトから入力するコマンドで必要となります。
+
+</para><para>
+
+To boot the installer, proceed to <xref linkend="boot-newworld"/>.
+インストーラを起動させるには、
+<xref linkend="boot-newworld"/> に進んでください。
+
+</para>
+ </sect2>
+ </sect1>
diff --git a/ja/install-methods/boot-usb-files.xml b/ja/install-methods/boot-usb-files.xml
new file mode 100644
index 000000000..1df22b250
--- /dev/null
+++ b/ja/install-methods/boot-usb-files.xml
@@ -0,0 +1,208 @@
+<?xml version="1.0" encoding="EUC-JP"?>
+<!-- retain these comments for translator revision tracking -->
+<!-- original version: 25496 -->
+
+ <sect1 condition="bootable-usb" id="boot-usb-files">
+ <title>USB メモリスティックでの起動用ファイルの準備</title>
+
+<para>
+
+<!--
+For preparing the USB stick you will need a system where GNU/Linux is
+already running and where USB is supported. You should ensure that the
+usb-storage kernel module is loaded (<userinput>modprobe
+usb-storage</userinput>) and try to find out which SCSI device the USB
+stick has been mapped to (in this example
+<filename>/dev/sda</filename> is used). To write to your stick, you
+will probably have to turn off its write protection switch.
+-->
+USB スティックの準備のため、
+GNU/Linux が既に動いていて、USB をサポートしているシステムが必要になります。
+usb-storage カーネルモジュールをロードするのを保証し
+(<userinput>modprobe usb-storage</userinput>)、
+USB スティックをマッピングしているのがどの SCSI デバイスかを検出してみるべきです。
+(この例では <filename>/dev/sda</filename> を使用します)
+おそらく USB スティックに書き込むために、
+ライトプロテクトスイッチを切らなければなりません。
+
+</para><para>
+
+<!--
+Note, that the USB stick should be at least 128 MB in size (smaller
+setups are possible if you follow <xref linkend="usb-copy-flexible"/>).
+-->
+USB スティックは少なくとも 128 MB のサイズがなければなりません
+(<xref linkend="usb-copy-flexible"/> のようにすれば、
+より小さなセットアップが可能です)。
+
+</para>
+
+ <sect2 id="usb-copy-easy">
+ <title>ファイルのコピー &mdash; 簡単な方法</title>
+<para arch="i386">
+
+<!--
+There is an all-in-one file <filename>hd-media/boot.img.gz</filename>
+which contains all the installer files (including the kernel) as well
+as <command>SYSLINUX</command> and its configuration file. You only
+have to extract it directly to to your USB stick:
+-->
+<command>SYSLINUX</command> や その設定ファイルと同様に、
+(カーネルを含む) インストーラの全ファイルが入った
+<filename>hd-media/boot.img.gz</filename> という
+オールインワンファイルがあります。
+以下のように USB スティックに直接展開してください。
+
+<informalexample><screen>
+# gzip -dc boot.img.gz &gt; /dev/<replaceable>sda</replaceable>
+</screen></informalexample>
+
+<!--
+Of course this will destroy anything already on the device, so take
+care that you use the correct device name for your USB stick.
+-->
+もちろんこれはデバイス上の既存データを破壊しますので、
+正しい USB スティックのデバイス名を使用するよう注意してください。
+
+</para><para arch="powerpc">
+
+<!--
+There is an all-in-one file <filename>hd-media/boot.img.gz</filename>
+which contains all the installer files (including the kernel) as well
+as <command>yaboot</command> and its configuration file. Create a
+partition of type "Apple_Bootstrap" on your USB stick using
+<command>mac-fdisk</command>'s <userinput>C</userinput> command and
+extract the image directly to that:
+-->
+<command>yaboot</command> や その設定ファイルと同様に、
+(カーネルを含む) インストーラの全ファイルが入った
+<filename>hd-media/boot.img.gz</filename> という
+オールインワンファイルがあります。
+<command>mac-fdisk</command> の <userinput>C</userinput> コマンドで
+USB スティックに "Apple_Bootstrap" タイプパーティションを作成し、
+以下のように USB スティックに直接展開してください。
+
+<informalexample><screen>
+# gzip -dc boot.img.gz &gt; /dev/<replaceable>sda2</replaceable>
+</screen></informalexample>
+
+<!--
+Of course this will destroy anything already on the device, so take
+care that you use the correct device name for your USB stick.
+-->
+もちろんこれはデバイス上の既存データを破壊しますので、
+正しい USB スティックのデバイス名を使用するよう注意してください。
+
+</para><para>
+
+<!--
+After that, mount the USB memory stick (<userinput>mount
+<replaceable arch="i386">/dev/sda</replaceable>
+<replaceable arch="powerpc">/dev/sda2</replaceable>
+/mnt</userinput>), which will now have
+<phrase arch="i386">a FAT filesystem</phrase>
+<phrase arch="powerpc">an HFS filesystem</phrase>
+on it, and copy a Debian netinst or businesscard ISO image to it.
+Please note that the file name must end in <filename>.iso</filename>.
+Unmount the stick (<userinput>umount /mnt</userinput>) and you are done.
+-->
+その後、USB メモリスティック
+(<phrase arch="i386">FAT ファイルシステム</phrase>
+<phrase arch="powerpc">HFS ファイルシステム</phrase>になっている) をマウントし
+(<userinput>mount <replaceable arch="i386">/dev/sda</replaceable>
+<replaceable arch="powerpc">/dev/sda2</replaceable>
+/mnt</userinput>)、
+そこに Debian netinst か、名刺型 ISO イメージをコピーしてください。
+ファイル名は <filename>.iso</filename> で終わっていなければならないことに
+注意してください。
+終わったら、USB スティックをアンマウントしてください
+(<userinput>umount /mnt</userinput>)。
+
+</para>
+ </sect2>
+
+ <sect2 id="usb-copy-flexible">
+ <title>ファイルのコピー &mdash; 柔軟な方法</title>
+<para>
+
+<!--
+If you like more flexibility or just want to know what's going on, you
+should use the following method to put the files on your stick.
+-->
+もっと柔軟なものがよかったり、何が起きているか知りたいのなら、
+以下に説明する USB スティックにファイルを置く方法を使用すべきです。
+
+</para>
+
+&usb-setup-i386.xml;
+&usb-setup-powerpc.xml;
+
+ <sect3>
+ <title>ISO イメージの追加</title>
+<para>
+
+<!--
+Now you should put any Debian ISO image (businesscard, netinst or even
+a full one) onto your stick (if it fits). The file name of such an
+image must end in <filename>.iso</filename>.
+-->
+今度は、Debian ISO イメージ (名刺、netinst、完全版) を、
+USB スティックに (入るならば) 入れましょう。
+ISO イメージのファイル名は <filename>.iso</filename>
+で終わっていなければなりません。
+
+</para><para>
+
+<!--
+If you want to install over the network, without using an ISO image,
+you will of course skip the previous step. Moreover you will have to
+use the initial ramdisk from the <filename>netboot</filename>
+directory instead of the one from <filename>hd-media</filename>,
+because <filename>hd-media/initrd.gz</filename> does not have network
+support.
+-->
+ISO イメージを使わずネットワーク越しにインストールしたければ、
+もちろん前の手順をスキップしてください。
+さらに、<filename>hd-media/initrd.gz</filename>
+はネットワークをサポートしないので、
+<filename>hd-media</filename> のものの代わりに、
+<filename>netboot</filename> ディレクトリにある
+初期 RAM ディスクを使わなければならないでしょう。
+
+</para><para>
+
+<!--
+When you are done, unmount the USB memory stick (<userinput>umount
+/mnt</userinput>) and activate its write protection switch.
+-->
+終わったら、USB メモリスティックをアンマウントし
+(<userinput>umount /mnt</userinput>)、
+ライトプロテクトスイッチを有効にしてください。
+
+</para>
+ </sect3>
+
+ <!-- TODO: doesn't this section belong later? -->
+ <sect3 arch="i386">
+ <title>USB スティックからの起動</title>
+<warning><para>
+
+<!--
+If your system refuses to boot from the memory stick, the stick may
+contain an invalid master boot record (MBR). To fix this, use the
+<command>install-mbr</command> command from the package
+<classname>mbr</classname>:
+-->
+システムがメモリスティックから起動できなければ、
+このスティックには無効なマスターブートレコード (MBR) があります。
+これを修正するために、<classname>mbr</classname> パッケージの
+<command>install-mbr</command> コマンドを次のように使用してください。
+
+<informalexample><screen>
+# install-mbr /dev/<replaceable>sda</replaceable>
+</screen></informalexample>
+
+</para></warning>
+ </sect3>
+ </sect2>
+ </sect1>
diff --git a/ja/install-methods/create-floppy.xml b/ja/install-methods/create-floppy.xml
new file mode 100644
index 000000000..d38978ad3
--- /dev/null
+++ b/ja/install-methods/create-floppy.xml
@@ -0,0 +1,200 @@
+<?xml version="1.0" encoding="EUC-JP"?>
+<!-- retain these comments for translator revision tracking -->
+<!-- original version: 28672 -->
+
+ <sect1 condition="supports-floppy-boot" id="create-floppy">
+ <title>ディスクイメージからのフロッピーの作成</title>
+<para>
+
+<!--
+Bootable floppy disks are generally used as a last resort to boot the
+installer on hardware that cannot boot from CD or by other means.
+-->
+CD から起動できないハードウェアやその他の理由の時に
+通常最後の手段として、インストーラを起動するのに
+起動可能なフロッピーディスクを用います。
+
+</para><para arch="powerpc">
+
+<!--
+Floppy disk booting reportedly fails on Mac USB floppy drives.
+-->
+Mac USB フロッピードライブでは
+フロッピーディスクからの起動はできないそうです。
+
+</para><para arch="m68k">
+
+<!--
+Floppy disk booting is not supported on Amigas or
+68k Macs.
+-->
+Amiga や 68k Mac では、
+フロッピーからの起動はサポートされていません。
+
+</para><para>
+
+<!--
+Disk images are files containing the complete contents of a floppy
+disk in <emphasis>raw</emphasis> form. Disk images, such as
+<filename>boot.img</filename>, cannot simply be copied to floppy
+drives. A special program is used to write the image files to floppy
+disk in <emphasis>raw</emphasis> mode. This is required because these
+images are raw representations of the disk; it is required to do a
+<emphasis>sector copy</emphasis> of the data from the file onto the
+floppy.
+-->
+ディスクイメージは、フロッピーディスクの完全な内容を
+<emphasis>そのまま</emphasis> の形式で含むファイルです。
+<filename>boot.img</filename> のようなディスクイメージは、
+フロッピーディスクに単純にコピーすることはできません。
+イメージファイルをフロッピーディスクに
+<emphasis>そのまま</emphasis> の形式で書き込むには、
+特別なプログラムを用います。
+これらのイメージがディスクの内容の raw イメージであるためです。
+これらのファイルからフロッピーへは、
+データの <emphasis>セクタコピー</emphasis> が必要になります。
+
+</para><para>
+
+<!--
+There are different techniques for creating floppies from disk images,
+which depend on your platform. This section describes how to create
+floppies from disk images on different platforms.
+-->
+プラットフォームによって、
+ディスクイメージからフロッピーを作成する方法は異なります。
+この節では、それぞれのプラットフォームにおいて、
+ディスクイメージからフロッピーを作成する方法を説明します。
+
+</para><para>
+
+<!--
+No matter which method you use to create your floppies, you should
+remember to flip the write-protect tab on the floppies once you have
+written them, to ensure they are not damaged unintentionally.
+-->
+どの方法でフロッピーを作成するにせよ、
+一旦イメージを書き込んだら、
+忘れずにフロッピーの書き込み禁止タブをずらして書き込み禁止にし、
+不注意で壊すことがないようにしましょう。
+
+</para>
+
+ <sect2><title>Linux や Unix システムでのディスクイメージの書き込み</title>
+<para>
+
+<!--
+To write the floppy disk image files to the floppy disks, you will
+probably need root access to the system. Place a good, blank floppy
+in the floppy drive. Next, use the command
+-->
+フロッピーディスクイメージをフロッピーディスクに書き込むためには、
+おそらくシステムの root 権限が必要になるでしょう。
+質の良い、空のフロッピーディスクをフロッピードライブに挿入し、
+次のコマンドを使ってください。
+
+<informalexample><screen>
+$ dd if=<replaceable>filename</replaceable> of=/dev/fd0 bs=1024 conv=sync ; sync
+</screen></informalexample>
+
+<!--
+where <replaceable>filename</replaceable> is one of the floppy disk image
+files (see <xref linkend="downloading-files"/> for what
+<replaceable>filename</replaceable> should be).
+<filename>/dev/fd0</filename> is a commonly used name of the floppy
+disk device, it may be different on your workstation
+<phrase arch="sparc">(on Solaris, it is
+<filename>/dev/fd/0</filename>)</phrase>.
+The command may return to the
+prompt before Unix has finished writing the floppy disk, so look for
+the disk-in-use light on the floppy drive and be sure that the light
+is out and the disk has stopped revolving before you remove it from
+the drive. On some systems, you'll have to run a command to eject the
+floppy from the drive
+<phrase arch="sparc">(on Solaris, use <command>eject</command>, see
+the manual page)</phrase>.
+-->
+<replaceable>filename</replaceable> のところには、
+フロッピーディスクイメージのどれかの名前を書きます。
+(<replaceable>filename</replaceable> をどうするかは、
+<xref linkend="downloading-files"/> を参照してください)
+<filename>/dev/fd0</filename> はフロッピーディスク装置に
+よく使われている名前ですが、
+あなたのワークステーションでは異なるかもしれません
+<phrase arch="sparc">(Solaris では
+<filename>/dev/fd/0</filename> になります)</phrase>。
+このコマンドは、Unix がフロッピーディスクへの書き込みを終える前に
+終了してプロンプトを返すかもしれません。
+そのため、フロッピードライブのディスク使用中のランプを見て、
+ランプが消えていること、
+およびディスクの回転が止まっていることを確認した後に、
+フロッピーディスクをドライブから取り出してください。
+システムによっては、
+ドライブからフロッピーディスクを取り出すには、
+なんらかのコマンド実行が必要となることもあります
+<phrase arch="sparc">
+(Solaris 上では <command>eject</command> を使ってください。
+詳しくはマニュアルページを見てください)</phrase>。
+
+</para><para>
+<!--
+Some systems attempt to automatically mount a floppy disk when you
+place it in the drive. You might have to disable this feature before
+the workstation will allow you to write a floppy in <emphasis>raw
+mode</emphasis>. Unfortunately, how to accomplish this will vary
+based on your operating system.
+<phrase arch="sparc">
+On Solaris, you can work around
+volume management to get raw access to the floppy. First, make sure
+that the floppy is auto-mounted (using <command>volcheck</command> or
+the equivalent command in the file manager). Then use a
+<command>dd</command> command of the form given above, just replace
+<filename>/dev/fd0</filename> with
+<filename>/vol/rdsk/<replaceable>floppy_name</replaceable></filename>,
+where <replaceable>floppy_name</replaceable> is the name the floppy
+disk was given when it was formatted (unnamed floppies default to the
+name <filename>unnamed_floppy</filename>). On other systems, ask your
+system administrator.
+</phrase>
+-->
+システムによっては、
+ドライブに挿入されたフロッピーディスクを自動的にマウントしようとします。
+そのようなワークステーションで、フロッピーディスクにイメージを
+<emphasis>raw mode</emphasis> 形式で書き込むには、
+この自動マウント機能を無効にしなければならないかもしれません。
+残念ながら、これをどのように行うかは OS によって異なります。
+<phrase arch="sparc">Solaris では、ボリューム管理を使わないようにすれば、
+フロッピーに raw mode でアクセスできます。
+まずフロッピーが自動マウントされていることを確認します
+(ファイルマネージャの <command>volcheck</command> などのプログラムを使ってください)。
+つぎに <command>dd</command> コマンドを前述の形式で使います。
+ただし <filename>/dev/fd0</filename> は
+<filename>/vol/rdsk/<replaceable>floppy_name</replaceable></filename>
+に置き換えます。ここで <replaceable>floppy_name</replaceable> は、
+フロッピーディスクのフォーマット時に与えた名前です
+(名前をつけない場合のデフォルトは <filename>unnamed_floppy</filename> です)。
+その他のシステムでは、システム管理者にお尋ねください。
+</phrase>
+
+</para><para arch="powerpc">
+
+<!--
+If writing a floppy on powerpc Linux, you will need to eject it. The
+<command>eject</command> program handles this nicely; you might need
+to install it.
+-->
+powerpc Linux 上でフロッピーを書き込む場合、
+フロッピーの取り出しが必要です。
+<command>eject</command> プログラムはこれをうまく扱いますが、
+インストールしなければならないでしょう。
+
+</para>
+
+ </sect2>
+
+&floppy-i386.xml; <!-- can be used for other arches -->
+&floppy-m68k.xml;
+&floppy-powerpc.xml;
+
+ </sect1>
+
diff --git a/ja/install-methods/download/alpha.xml b/ja/install-methods/download/alpha.xml
new file mode 100644
index 000000000..6f5398001
--- /dev/null
+++ b/ja/install-methods/download/alpha.xml
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="EUC-JP"?>
+<!-- retain these comments for translator revision tracking -->
+<!-- original version: 28997 -->
+
+
+ <sect3 arch="alpha"><title>Alpha のインストールファイル</title>
+<para>
+
+<!--
+If you choose to boot from ARC console firmware using
+<command>MILO</command>, you will also need to prepare a disk
+containing <command>MILO</command> and <command>LINLOAD.EXE</command>
+from the provided disk images. See <xref linkend="alpha-firmware"/>
+for more information on Alpha
+firmware and boot loaders. The floppy images can be found in the
+<filename>MILO</filename> directory as
+<filename>milo_<replaceable>subarchitecture</replaceable>.bin</filename>.
+-->
+<command>MILO</command> を使って ARC コンソールファームウェアから
+起動する方法を選んだ場合、提供されているディスクイメージの中から、
+<command>MILO</command> と
+<command>LINLOAD.EXE</command> の入っているものを選ぶ必要があります。
+Alpha ファームウェアとブートローダに関するより詳細な情報については、
+<xref linkend="alpha-firmware"/> をご覧ください。フロッピーイメージは
+<filename>MILO</filename> ディレクトリにある
+<filename>milo_<replaceable>サブアーキテクチャ</replaceable>.bin</filename>
+です。
+
+</para><para>
+
+<!--
+Unfortunately, these <command>MILO</command> images could not be
+tested and might not work for all subarchitectures. If you find it
+doesn't work for you, try copying the appropriate
+<command>MILO</command> binary onto the floppy
+(<ulink url="&disturlftp;main/disks-alpha/current/MILO/"></ulink>).
+Note that those <command>MILO</command>s don't support ext2 <quote>sparse
+superblocks</quote>, so you can't use them to load kernels from newly
+generated ext2 file systems. As a workaround, you can put your kernel
+onto the FAT partition next to the <command>MILO</command>.
+-->
+残念ながら、これらの <command>MILO</command> イメージはあまりテストできていません。
+そのため、すべてのサブアーキテクチャで動作するとは限りません。
+もし動かなかった場合は、適切な <command>MILO</command> のバイナリを
+フロッピーにコピーしてみてください
+(<ulink url="&disturlftp;main/disks-alpha/current/MILO/"></ulink>)。
+なおこれらの <command>MILO</command> は ext2 の <quote>sparse
+superblocks</quote> をサポートしていません。
+従ってこれらの <command>MILO</command> バイナリを使って、
+新しくつくった ext2 ファイルシステムからカーネルをロードすることはできません。
+この問題を回避するには、<command>MILO</command> の次にある
+FAT パーティションにカーネルを置いてください。
+
+</para><para>
+
+<!--
+<command>MILO</command> binaries are platform-specific. See
+<xref linkend="alpha-cpus"/> to determine the appropriate
+<command>MILO</command> image for your Alpha platform.
+-->
+<command>MILO</command> のバイナリはプラットフォームに依存します。
+お使いの Alpha プラットフォームで、
+どの <command>MILO</command> イメージを使うのが適切かは、
+<xref linkend="alpha-cpus"/> を見てください。
+
+</para>
+ </sect3>
diff --git a/ja/install-methods/download/arm.xml b/ja/install-methods/download/arm.xml
new file mode 100644
index 000000000..7b6035f35
--- /dev/null
+++ b/ja/install-methods/download/arm.xml
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="EUC-JP"?>
+<!-- retain these comments for translator revision tracking -->
+<!-- original version: 28672 -->
+
+
+ <sect3 arch="arm" id="riscpc-install-files">
+ <title>RiscPC インストールファイル</title>
+<para>
+
+<!--
+The RiscPC installer is booted initially from RISC OS. All the
+necessary files are provided in one Zip archive, &rpc-install-kit;.
+Download this file onto the RISC OS machine, copy the
+<filename>linloader.!Boot</filename> components into place, and run
+<filename>!dInstall</filename>.
+-->
+RiscPC のインストーラは、最初 RISC OS から起動します。
+必要なファイルはすべて、&rpc-install-kit; という 1 つの
+Zip アーカイブに納められたかたちで提供されています。
+このファイルを RISC OS マシンにダウンロードして、
+中に入っている <filename>linloader.!Boot</filename> を適切な場所にコピーし、
+<filename>!dInstall</filename> を実行してください。
+
+</para>
+ </sect3>
+
+ <sect3 arch="arm" id="netwinder-install-files">
+ <title>NetWinder のインストールファイル</title>
+<para>
+
+<!--
+The easiest way to boot a NetWinder is over the network, using the
+supplied TFTP image &netwinder-boot-img;.
+-->
+NetWinder をネットワークブートする一番簡単なやり方は、
+提供されている TFTP イメージ &netwinder-boot-img; を使う方法です。
+
+</para>
+ </sect3>
+
+ <sect3 arch="arm" id="cats-install-files">
+ <title>CATS のインストールファイル</title>
+<para>
+
+<!--
+The only supported boot method for CATS is to use the combined image
+&cats-boot-img;. This can be loaded from any device accessible to the
+Cyclone bootloader.
+-->
+CATS でサポートされている唯一の起動方法は、
+複合イメージ &cats-boot-img; を使うやり方です。
+このイメージは Cyclone ブートローダがアクセスできるデバイスなら、
+どこからでもロードできます。
+
+</para>
+ </sect3>
diff --git a/ja/install-methods/download/m68k.xml b/ja/install-methods/download/m68k.xml
new file mode 100644
index 000000000..e2876ae25
--- /dev/null
+++ b/ja/install-methods/download/m68k.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="EUC-JP"?>
+<!-- retain these comments for translator revision tracking -->
+<!-- original version: 28672 -->
+
+
+ <sect3 arch="m68k" id="kernel-22">
+ <title>カーネルの選択</title>
+
+<para>
+
+<!--
+Some m68k subarchs have a choice of kernels to install. In general we
+recommend trying the most recent version first. If your subarch or
+machine needs to use a 2.2.x kernel, make sure you choose one of the
+images that supports 2.2.x kernels (see the <ulink
+url="&disturl;/main/installer-&architecture;/current/images/MANIFEST">MANIFEST</ulink>).
+-->
+m68k サブアーキテクチャの中には、
+インストールするのにカーネルを選択するものがあります。
+たいていは、まず最新のカーネルを試すのをお奨めします。
+サブアーキテクチャやそのマシンが 2.2.x カーネルを使う必要があるなら、
+2.2.x カーネルをサポートしているイメージを使用してください
+(<ulink url="&disturl;/main/installer-&architecture;/current/images/MANIFEST">MANIFEST</ulink> を参照してください)。
+
+</para>
+<para>
+
+<!--
+All of the m68k images for use with 2.2.x kernels, require the kernel
+parameter &ramdisksize;.
+-->
+2.2.x カーネルで使用する m68k のイメージはすべて、
+カーネルパラメータに &ramdisksize; が必要です。
+
+</para>
+ </sect3>
diff --git a/ja/install-methods/download/powerpc.xml b/ja/install-methods/download/powerpc.xml
new file mode 100644
index 000000000..c74f90bd0
--- /dev/null
+++ b/ja/install-methods/download/powerpc.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="EUC-JP"?>
+<!-- retain these comments for translator revision tracking -->
+<!-- original version: 28672 -->
+
+<!-- commented out as it seems out of date and the links are broken
+
+ <sect3 arch="powerpc" id="newworld-install-files">
+ <title>NewWorld MacOS のインストールファイル</title>
+<para>
+
+<!-\-
+For floppy-less installation on NewWorld Macs, it may be most
+convenient to obtain all the necessary files packaged into one Stuffit
+archive from
+<ulink url="&url-powerpc-of;"></ulink> (separate instructions are
+included in the archive). Otherwise, obtain the normal installation
+files listed above. Retrieve the files to an HFS (not HFS+) partition
+on your system. You will also need the <filename>yaboot</filename> and
+<filename>yaboot.conf</filename> files from the
+<ulink url="&downloadable-file;new-powermac/">new-powermac</ulink> or
+<ulink url="&downloadable-file;powermac/">powermac</ulink> archive folder.
+However, the newest G4 PowerMacs, and those that work without MacOS 9,
+need the newest version of <command>yaboot</command>; the one in the
+archive will not work. Obtain the newest version from
+<ulink url="http://penguinppc.org/projects/yaboot/"></ulink>.
+-\->
+NewWorld Mac でフロッピーを使わずにインストールするには、
+必要なファイルがすべて入った Stuffit アーカイブを
+<ulink url="&url-powerpc-of;"></ulink> から入手するのが最も便利でしょう
+(アーカイブには別に説明も入っています)。
+あるいは、上述のリストにある
+通常のインストールファイルを取得してもかまいません。
+取得したファイルは、システムの HFS パーティション (HFS+ は駄目)
+に置いてください。
+<filename>yaboot</filename> と <filename>yaboot.conf</filename> の 2 つのファイルも必要です。
+<ulink url="&downloadable-file;new-powermac/">new-powermac</ulink> あるいは
+<ulink url="&downloadable-file;powermac/">powermac</ulink>
+というアーカイブフォルダから入手してください。
+しかし、MacOS 9 が必要ない最新の G4 PowerMac には、
+<command>yaboot</command> の最新版が必要です。
+アーカイブが動作しない場合は、
+<ulink url="http://penguinppc.org/projects/yaboot/"></ulink>
+から最新版を取得してください。
+
+</para>
+ </sect3>
+
+--> \ No newline at end of file
diff --git a/ja/install-methods/downloading-files.xml b/ja/install-methods/downloading-files.xml
new file mode 100644
index 000000000..fca155244
--- /dev/null
+++ b/ja/install-methods/downloading-files.xml
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="EUC-JP"?>
+<!-- retain these comments for translator revision tracking -->
+<!-- original version: 25148 -->
+
+ <sect1 id="downloading-files">
+ <title>Debian ミラーサイトからのファイルのダウンロード</title>
+
+<para>
+
+<!--
+To find the nearest (and thus probably the fastest) mirror, see the
+<ulink url="&url-debian-mirrors;">list of Debian mirrors</ulink>.
+-->
+もっとも近い (そしておそらくもっとも速い) ミラーサイトを探すには、
+<ulink url="&url-debian-mirrors;">Debian ミラーサイト一覧</ulink>
+を参照してください。
+</para><para>
+
+<!--
+When downloading files from a Debian mirror, be sure to download the
+files in <emphasis>binary</emphasis> mode, not text or automatic
+mode.
+-->
+Debian ミラーサイトからファイルをダウンロードするとき、
+<emphasis>バイナリ(binary)</emphasis>
+モードでファイルをダウンロードするよう確認してください。
+テキスト (text) モードや自動選択モードではだめです。
+
+</para>
+
+ <sect2 id="where-files">
+ <title>どこで インストールイメージを探すか</title>
+
+<para>
+<!--
+The installation images are located on each Debian mirror in the directory
+<ulink url="&url-debian-installer;/images">debian/dists/&releasename;/main/inst
+aller-&architecture;/current/images/</ulink>
+&mdash; the <ulink url="&url-debian-installer;/images/MANIFEST">MANIFEST</ulink>
+lists each image and its purpose.
+-->
+インストールイメージは、各 Debian ミラーサーバの
+<ulink url="&url-debian-installer;/images">debian/dists/&releasename;/main/installer-&architecture;/current/images/</ulink> にあります。
+&mdash; 各イメージとその用途が、
+<ulink url="&url-debian-installer;/images/MANIFEST">MANIFEST</ulink>
+に記載されています。
+
+</para>
+
+&download-alpha.xml;
+&download-arm.xml;
+&download-powerpc.xml;
+&download-m68k.xml;
+
+ </sect2>
+
+ </sect1>
diff --git a/ja/install-methods/floppy/i386.xml b/ja/install-methods/floppy/i386.xml
new file mode 100644
index 000000000..ece0b4db6
--- /dev/null
+++ b/ja/install-methods/floppy/i386.xml
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="EUC-JP"?>
+<!-- retain these comments for translator revision tracking -->
+<!-- original version: 28672 -->
+
+
+<!-- This is not set off for i386 only, because many people will have -->
+<!-- access to a PC in order to make a floppy for other arches. -->
+
+ <sect2><title>DOS, Windows, OS/2 でのディスクイメージの書き込み</title>
+
+<para>
+
+<!--
+If you have access to an i386 machine, you can use one of the
+following programs to copy images to floppies.
+-->
+i386 マシンが利用できるときは、
+フロッピーへのイメージのコピーには以下のプログラムのどれかが使えます。
+
+</para><para>
+
+<!--
+The <command>rawrite1</command> and <command>rawrite2</command> programs
+can be used under MS-DOS. To use these programs, first make sure that you
+are booted into DOS. Trying to use these programs from within a DOS box in
+Windows, or double-clicking on these programs from the Windows Explorer is
+<emphasis>not</emphasis> expected to work.
+-->
+MS-DOS では <command>rawrite1</command>・<command>rawrite2</command>
+プログラムを使用できます。
+このプログラムを使用するには、まず DOS で起動しているかどうか確認してください。
+このプログラムを Windows 上の DOS ボックスで使用しようとしたり、
+Windows の エクスプローラでダブルクリックしても、
+<emphasis>動作しない</emphasis>ことが予想されます。
+
+</para><para>
+
+<!--
+The <command>rwwrtwin</command> program runs on Windows 95, NT, 98, 2000,
+ME, XP and probably later versions. To use it you will need to unpack
+diskio.dll in the same directory.
+-->
+Windows 95, NT, 98, 2000, Me, XP そしておそらくそれ以降のバージョンでは、
+<command>rwwrtwin</command> プログラムが動作します。
+これを使用するには、同じディレクトリに diskio.dll を展開する必要があります。
+
+</para><para>
+
+<!--
+These tools can be found on the Official Debian CD-ROMs under the
+<filename>/tools</filename> directory.
+-->
+以上のツールは、
+公式 Debian CD-ROM の <filename>/tools</filename> にあります。
+
+</para>
+ </sect2>
diff --git a/ja/install-methods/floppy/m68k.xml b/ja/install-methods/floppy/m68k.xml
new file mode 100644
index 000000000..01216d3d0
--- /dev/null
+++ b/ja/install-methods/floppy/m68k.xml
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="EUC-JP"?>
+<!-- retain these comments for translator revision tracking -->
+<!-- original version: 18672 -->
+
+
+ <sect2 arch="m68k"><title>Atari システムでのディスクイメージの書き込み</title>
+<para>
+
+<!--
+You'll find the &rawwrite.ttp; program in the same directory as the
+floppy disk images. Start the program by double clicking on the
+program icon, and type in the name of the floppy image file you want
+written to the floppy at the TOS program command line dialog box.
+-->
+フロッピーディスクイメージと同じディレクトリに
+&rawwrite.ttp; プログラムがあります。
+そのアイコンをダブルクリックしてプログラムを起動し、
+TOS プログラムコマンドラインのダイアログボックスで、
+フロッピーに書き込みたいフロッピーイメージのファイル名を入力してください。
+
+</para>
+
+ </sect2>
+
+ <sect2 arch="m68k"><title>Macintosh システムでのディスクイメージの書き込み</title>
+<para>
+
+<!--
+There is no MacOS application to write images to floppy disks
+(and there would be no point in doing this as you can't use these
+floppies to boot the installation system or install kernel and modules
+from on Macintosh). However, these files are needed for the
+installation of the operating system and modules, later in the
+process.
+-->
+イメージをフロッピーに書き込む MacOS 用アプリケーションはありません
+(これらのフロッピーでインストーラを起動することも、
+Macintosh 上からカーネルやモジュールをインストールすることもできないので、
+フロッピーに書き込んでも意味がないのです)。
+しかしこれらのファイルは、
+後ほど OS やモジュールのインストールに必要となります。
+
+</para>
+
+ </sect2>
diff --git a/ja/install-methods/floppy/powerpc.xml b/ja/install-methods/floppy/powerpc.xml
new file mode 100644
index 000000000..6bb13cbb7
--- /dev/null
+++ b/ja/install-methods/floppy/powerpc.xml
@@ -0,0 +1,205 @@
+<?xml version="1.0" encoding="EUC-JP"?>
+<!-- retain these comments for translator revision tracking -->
+<!-- original version: 28997 -->
+
+
+ <sect2 arch="powerpc"><title>MacOS からのディスクイメージの書き込み</title>
+<para>
+
+<!--
+An AppleScript, <application>Make Debian Floppy</application>, is
+available for burning floppies from the provided disk image files. It
+can be downloaded from
+<ulink url="ftp://ftp2.sourceforge.net/pub/sourceforge/d/de/debian-imac/MakeDebianFloppy.sit"></ulink>. To
+use it, just unstuff it on your desktop, and then drag any floppy
+image file to it. You must have Applescript installed and enabled in
+your extensions manager. Disk Copy will ask you to confirm that you
+wish to erase the floppy and proceed to write the file image to it.
+-->
+<application>Make Debian Floppy</application> という AppleScript を使えば、
+提供されているディスクイメージファイルをフロッピーに書き込むことが出来ます。
+この AppleScript は
+<ulink url="ftp://ftp2.sourceforge.net/pub/sourceforge/d/de/debian-imac/MakeDebianFloppy.sit"></ulink>
+からダウンロードできます。デスクトップに unstuff して、
+フロッピーイメージファイルをその上にドラッグするだけです。
+AppleScript をインストールし、
+extensions manager で有効にしておく必要があります。
+フロッピーの内容を消去してファイルイメージの書き込みを進めて良いかを
+Disk Copy から尋ねられます。
+
+</para><para>
+
+<!--
+You can also use the MacOS utility <command>Disk Copy</command>
+directly, or the freeware utility <command>suntar</command>. The
+<filename>root.bin</filename> file is an example of a floppy
+image. Use one of the following methods to create a floppy from the
+floppy image with these utilities.
+-->
+MacOS のユーティリティ <command>Disk Copy</command> を直接使ったり、
+フリーウェアのユーティリティ <command>suntar</command> を使うこともできます。
+<filename>root.bin</filename> ファイルをフロッピーイメージの例として、
+これらのユーティリティでフロッピーイメージから
+フロッピーディスクを作製する方法を以下にいくつか紹介します。
+
+</para>
+
+ <sect3>
+ <title><command>Disk Copy</command> を用いたディスクイメージの書き込み</title>
+<para>
+
+<!--
+If you are creating the floppy image from files which were originally
+on the official &debian; CD, then the Type and Creator are already set
+correctly. The following <command>Creator-Changer</command> steps are
+only necessary if you downloaded the image files from a Debian mirror.
+-->
+公式 &debian; CD にあったファイルからフロッピーイメージを作る場合は、
+Type と Creator は既に適切な値になっています。
+ここに示す <command>Creator-Changer</command> の作業は、イメージファイルを
+Debian ミラーからダウンロードした場合でのみ必要となります。
+
+</para>
+<orderedlist>
+<listitem><para>
+
+<!--
+Obtain
+<ulink url="&url-powerpc-creator-changer;">Creator-Changer</ulink>
+and use it to open the <filename>root.bin</filename> file.
+-->
+<ulink url="&url-powerpc-creator-changer;">Creator-Changer</ulink>
+を取得し、これを用いて <filename>root.bin</filename> ファイルをオープンします。
+
+</para></listitem>
+<listitem><para>
+
+<!--
+Change the Creator to <userinput>ddsk</userinput> (Disk Copy), and the
+Type to <userinput>DDim</userinput> (binary floppy image). The case is
+sensitive for these fields.
+-->
+Creator を <userinput>ddsk</userinput> (Disk Copy) に変更し、
+Type を <userinput>DDim</userinput> (バイナリフロッピーイメージ) に変更します。
+これらのフィールドでは大文字小文字が区別されますので注意してください。
+
+</para></listitem>
+<listitem><para>
+
+<!--
+<emphasis>Important:</emphasis> In the Finder, use <userinput>Get
+Info</userinput> to display the Finder information about the floppy
+image, and <quote>X</quote> the <userinput>File Locked</userinput> check box so
+that MacOS will be unable to remove the boot blocks if the image is
+accidentally mounted.
+-->
+<emphasis>重要:</emphasis>
+Finder から <userinput>Get Info</userinput> を用いて、
+フロッピーイメージの Finder 情報を表示させてください。
+ここで <userinput>File Locked</userinput> チェックボックスに <quote>X</quote> を入れ、
+イメージを間違ってマウントしてしまった場合でも
+MacOS がブートブロックを消してしまわないようにしてください。
+
+
+</para></listitem>
+ <listitem><para>
+
+<!--
+Obtain <command>Disk Copy</command>; if you have a MacOS system or CD it
+will very likely be there already, otherwise try
+<ulink url="&url-powerpc-diskcopy;"></ulink>.
+-->
+<command>Disk Copy</command> を入手します。
+MacOS システムや CD をお持ちなら、既にその中にあるでしょう。
+持っていなければ
+<ulink url="&url-powerpc-diskcopy;"></ulink> を試してみてください。
+
+</para></listitem>
+<listitem><para>
+
+<!--
+Run <command>Disk Copy</command>, and select <menuchoice>
+<guimenu>Utilities</guimenu> <guimenuitem>Make a Floppy</guimenuitem>
+</menuchoice>, then select the
+<emphasis>locked</emphasis> image file from the resulting dialog. It
+will ask you to insert a floppy, then ask if you really want to erase
+it. When done it should eject the floppy.
+-->
+<command>Disk Copy</command> を実行します。<menuchoice>
+<guimenu>Utilities</guimenu> <guimenuitem>Make a Floppy</guimenuitem>
+</menuchoice> を選び、
+現われたダイアログで <emphasis>locked</emphasis> イメージファイルを選んでください。
+フロッピーを挿入するよう求められ、
+続いてその内容を本当に消していいかどうかを訊かれます。
+書き込みが終わったらフロッピーはイジェクトされます。
+
+</para></listitem>
+</orderedlist>
+
+ </sect3>
+
+ <sect3>
+ <title><command>suntar</command> を用いたディスクイメージの書き込み</title>
+<para>
+
+<orderedlist>
+<listitem><para>
+
+<!--
+Obtain <command>suntar</command> from <ulink url="&url-powerpc-suntar;">
+</ulink>. Start the <command>suntar</command> program and select
+<quote>Overwrite Sectors...</quote> from the <userinput>Special</userinput>
+menu.
+-->
+<command>suntar</command> を <ulink url="&url-powerpc-suntar;"></ulink>
+から入手します。<command>suntar</command> プログラムを起動し、
+<userinput>Special</userinput> メニューから <quote>Overwrite Sectors...</quote> を選びます。
+
+</para></listitem>
+<listitem><para>
+
+<!--
+Insert the floppy disk as requested, then hit &enterkey; (start at
+sector 0).
+-->
+求められたところでフロッピーディスクを挿入し、
+&enterkey; を押します (セクタ 0 から始めます)。
+
+</para></listitem>
+<listitem><para>
+
+<!--
+Select the <filename>root.bin</filename> file in the file-opening dialog.
+-->
+file-opening ダイアログから <filename>root.bin</filename> ファイルを選びます。
+
+</para></listitem>
+<listitem><para>
+
+<!--
+After the floppy has been created successfully, select <menuchoice>
+<guimenu>File</guimenu> <guimenuitem>Eject</guimenuitem> </menuchoice>.
+If there are any errors writing the floppy, simply toss that floppy and
+try another.
+-->
+フロッピーがうまく作成されたら、<menuchoice>
+<guimenu>File</guimenu> <guimenuitem>Eject</guimenuitem> </menuchoice>
+を選びます。フロッピーの書き込みでエラーが起こったら、
+そのフロッピーは捨てて別のフロッピーを試してください。
+
+</para></listitem>
+</orderedlist>
+
+<!--
+Before using the floppy you created, <emphasis>set the write protect
+tab</emphasis>! Otherwise if you accidentally mount it in MacOS,
+MacOS will helpfully ruin it.
+-->
+作成したフロッピーを使う前に、
+<emphasis>ツメを動かして書き込み防止にしてください</emphasis>
+こうしておかないと、間違って MacOS にマウントされてしまった場合、
+MacOS がフロッピーを壊してしまいます。
+
+</para>
+ </sect3>
+ </sect2>
diff --git a/ja/install-methods/install-methods.xml b/ja/install-methods/install-methods.xml
new file mode 100644
index 000000000..5cc9304bd
--- /dev/null
+++ b/ja/install-methods/install-methods.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="EUC-JP"?>
+<!-- retain these comments for translator revision tracking -->
+<!-- original version: 11648 -->
+
+<chapter id="install-methods">
+ <title>システムインストールメディアの入手</title>
+
+&official-cdrom.xml;
+&downloading-files.xml;
+&ipl-tape.xml;
+&create-floppy.xml;
+&boot-usb-files.xml;
+&boot-drive-files.xml;
+&install-tftp.xml;
+&automatic-install.xml;
+
+</chapter>
diff --git a/ja/install-methods/install-tftp.xml b/ja/install-methods/install-tftp.xml
new file mode 100644
index 000000000..579ded7f2
--- /dev/null
+++ b/ja/install-methods/install-tftp.xml
@@ -0,0 +1,734 @@
+<?xml version="1.0" encoding="EUC-JP"?>
+<!-- retain these comments for translator revision tracking -->
+<!-- original version: 29334 -->
+
+ <sect1 condition="supports-tftp" id="install-tftp">
+ <title>TFTP ネットブート用ファイルの準備</title>
+<para>
+
+<!--
+If your machine is connected to a local area network, you may be able
+to boot it over the network from another machine, using TFTP. If you
+intend to boot the installation system from another machine, the
+boot files will need to be placed in specific locations on that machine,
+and the machine configured to support booting of your specific machine.
+-->
+インストール対象のマシンが LAN に接続されている場合、
+TFTP を用いると、そのマシンをネットワーク越しに他のマシンから起動できます。
+インストールシステムを別のマシンから起動するには、
+その「別のマシン」の特定の場所に起動ファイルを置き、
+またインストール対象のマシンの起動をサポートするよう
+設定しなければなりません。
+
+</para><para>
+
+<!--
+You need to setup a TFTP server, and for many machines, a BOOTP server
+<phrase condition="supports-rarp">, or RARP server</phrase>
+<phrase condition="supports-dhcp">, or DHCP server</phrase>.
+-->
+設定が必要なのは TFTP サーバです。
+また多くのマシンでは BOOTP サーバ
+<phrase condition="supports-rarp">、RARP サーバ</phrase>
+<phrase condition="supports-dhcp">、DHCP サーバ</phrase>
+のいずれかの設定が必要です。
+
+</para><para>
+
+<!--
+<phrase condition="supports-rarp">The Reverse Address Resolution Protocol (RARP) is
+one way to tell your client what IP address to use for itself. Another
+way is to use the BOOTP protocol. </phrase>
+-->
+<phrase condition="supports-rarp">Reverse Address Resolution Protocol (RARP) は、
+どの IP を用いるべきかをクライアントに伝える方法のひとつです。
+同種の方法には BOOTP プロトコルがあります。</phrase>
+
+<!--
+<phrase condition="supports-bootp">BOOTP is an IP protocol that
+informs a computer of its IP address and where on the network to obtain
+a boot image. </phrase>
+-->
+<phrase condition="supports-bootp">BOOTP は IP プロトコルのひとつです。
+クライアントに対して、使うべき IP アドレスと、
+ブートイメージをネットワークのどこから取得するかを伝えます。</phrase>
+
+<!--
+<phrase arch="m68k"> Yet another alternative exists on VMEbus
+systems: the IP address can be manually configured in boot ROM. </phrase>
+-->
+<phrase arch="m68k">VMEbus システムではまた違った選択肢も存在します。
+IP アドレスはブート ROM から手動で設定できます。</phrase>
+
+<!--
+<phrase condition="supports-dhcp">The DHCP (Dynamic Host Configuration
+Protocol) is a more flexible, backwards-compatible extension of BOOTP.
+Some systems can only be configured via DHCP. </phrase>
+-->
+<phrase condition="supports-dhcp">
+DHCP (Dynamic Host Configuration Protocol) は、
+BOOTP との後方互換性を保ちつつ、より柔軟に拡張させたものです。
+システムによっては DHCP でしか設定できないこともあります。</phrase>
+
+</para><para arch="powerpc">
+
+<!--
+For PowerPC, if you have a NewWorld Power Macintosh machine, it is a
+good idea to use DHCP instead of BOOTP. Some of the latest machines
+are unable to boot using BOOTP.
+-->
+PowerPC では、NewWorld Power Macintosh マシンを使っている場合は、
+BOOTP ではなく DHCP を使う方が良いです。
+最近のマシンには、BOOTP では起動できないものがあります。
+
+</para><para arch="alpha">
+
+<!--
+Unlike the Open Firmware found on Sparc and PowerPC machines, the SRM
+console will <emphasis>not</emphasis> use RARP to obtain its IP
+address, and therefore you must use BOOTP for net booting your
+Alpha<footnote>
+-->
+Sparc や PowerPC マシンの Open Firmware とは異なり、
+SRM コンソールは IP アドレスの取得に RARP を使い<emphasis>ません</emphasis>。
+従って Alpha をネットワークブートするには BOOTP を使う必要があります<footnote>
+<para>
+<!--
+Alpha systems can also be net-booted using the DECNet MOP (Maintenance
+Operations Protocol), but this is not covered here. Presumably, your
+local OpenVMS operator will be happy to assist you should you have
+some burning need to use MOP to boot Linux on your Alpha.
+-->
+Alpha システムは DECNet MOP (Maintenance Operations Protocol)
+を使ってもネットワークブートできます。
+しかしここでは詳細については扱いません。
+MOP を使って Alpha で Linux を起動する差し迫った必要が生じたら、
+おそらくあなたの部門の OpenVMS 管理者が助けてくれるでしょう。
+</para>
+<!--
+</footnote>. You can also enter the IP configuration for network
+interfaces directly in the SRM console.
+-->
+</footnote>。
+ネットワークインターフェースの IP の設定は、
+直接 SRM コンソールから入力することもできます。
+
+</para><para arch="hppa">
+
+<!--
+Some older HPPA machines (e.g. 715/75) use RBOOTD rather than BOOTP.
+An RBOOTD package is available on the parisc-linux web site.
+-->
+古い HPPA マシンのいくつか (例えば 715/75) は、BOOTP ではなく RBOOTD
+を使います。RBOOTD パッケージは parisc-linux の web サイトから入手できます。
+
+</para><para>
+
+<!--
+The Trivial File Transfer Protocol (TFTP) is used to serve the boot
+image to the client. Theoretically, any server, on any platform,
+which implements these protocols, may be used. In the examples in
+this section, we shall provide commands for SunOS 4.x, SunOS 5.x
+(a.k.a. Solaris), and GNU/Linux.
+-->
+Trivial File Transfer Protocol (TFTP) は、
+ブートイメージをクライアントに提供するために用います。
+理論的には、どんなサーバでも、どんなプラットフォームでも、
+これらのプロトコルを実装してさえいれば利用できます。
+この節では、SunOS 4.x, SunOS 5.x (Solaris),
+GNU/Linux での例を示します。
+
+<note arch="i386"><para>
+
+<!--
+To use the Pre-boot Execution Environment (PXE) method of TFTP
+booting, you will need a TFTP server with <userinput>tsize</userinput>
+support. On a &debian; server, the <classname>atftpd</classname> and
+<classname>tftpd-hpa</classname> packages qualify; we recommend
+<classname>tftpd-hpa</classname>.
+</para><note arch="i386"><para>
+-->
+TFTP ブートで Pre-boot Execution Environment (PXE) 法を使用するには、
+<userinput>tsize</userinput>をサポートする TFTP サーバが必要になります。
+&debian; サーバでは、<classname>atftpd</classname> と
+<classname>tftpd-hpa</classname> がその資格があります。
+<classname>tftpd-hpa</classname> をお奨めします。
+
+
+</para></note>
+
+</para>
+
+&tftp-rarp.xml;
+&tftp-bootp.xml;
+&tftp-dhcp.xml;
+
+ <sect2 id="tftpd">
+ <title>TFTP サーバの立ち上げ</title>
+<para>
+
+<!--
+To get the TFTP server ready to go, you should first make sure that
+<command>tftpd</command> is enabled. This is usually enabled by having
+something like the following line in <filename>/etc/inetd.conf</filename>:
+-->
+TFTP サーバを立ち上げるには、
+まず <command>tftpd</command> が有効になっているか確認します。
+<filename>/etc/inetd.conf</filename> に次のような行があればおそらく大丈夫です。
+
+<informalexample><screen>
+tftp dgram udp wait nobody /usr/sbin/tcpd in.tftpd /tftpboot
+</screen></informalexample>
+
+<!--
+Debian packages will in general set this up correctly by default when they
+are installed.
+-->
+Debian パッケージは一般的にインストールする際、
+デフォルトで正しくセットアップできます。
+
+</para><para>
+
+<!--
+Look in that file and remember the directory which is used as the
+argument of <command>in.tftpd</command>; you'll need that below. The
+<userinput>-l</userinput> argument enables some versions of
+<command>in.tftpd</command> to log all requests to the system logs;
+this is useful for diagnosing boot errors. If you've had to change
+<filename>/etc/inetd.conf</filename>, you'll have to notify the
+running <command>inetd</command> process that the file has changed.
+On a Debian machine, run <userinput>/etc/init.d/inetd
+reload</userinput>; on other machines,
+find out the process ID for <command>inetd</command>, and run
+<userinput>kill -HUP <replaceable>inetd-pid</replaceable></userinput>.
+-->
+<filename>/etc/inetd.conf</filename> を見て、<command>in.tftpd</command>
+の引数に与えられているディレクトリを覚えてください。
+後でこのディレクトリを使います。
+<command>in.tftpd</command> のバージョンによっては、
+<userinput>-l</userinput> 引数をつけると、
+すべての要求をシステムログに記録できます。
+これは起動エラーの診断に有用です。
+<filename>/etc/inetd.conf</filename> を変更したら、
+変更したことを <command>inetd</command> に伝えなければなりません。
+Debian マシンでは <userinput>/etc/init.d/inetd reload</userinput>
+を実行します。
+他のマシンでは、<command>inetd</command> のプロセス ID を見つけて、
+<userinput>kill -HUP <replaceable>inetd-pid</replaceable></userinput> を実行します。
+
+</para><para arch="mips">
+
+<!--
+If you intend to install Debian on an SGI machine and your TFTP server is a
+GNU/Linux box running Linux 2.4, you'll need to set the following on your
+server:
+-->
+SGI マシンに Debian をインストールする際、
+TFTP サーバが Linux 2.4 で動作している GNU/Linux の場合は、
+次の設定を行う必要があります。
+
+<informalexample><screen>
+# echo 1 &gt; /proc/sys/net/ipv4/ip_no_pmtu_disc
+</screen></informalexample>
+
+<!--
+to turn off Path MTU discovery, otherwise the Indy's PROM can't
+download the kernel. Furthermore, make sure TFTP packets are sent from
+a source port no greater than 32767, or the download will stall after
+the first packet. Again, it's Linux 2.4.X tripping this bug in the
+PROM, and you can avoid it by setting
+-->
+これを行わないと、Indy の PROM はカーネルをダウンロードできません。
+さらに、TFTP パケットのソースポートは 32767 以上であってはいけません。
+さもないと最初のパケットを受信しただけでダウンロードが停止します。
+この PROM のバグに引っかかるのも Linux 2.4.X です。
+これを避けるには
+
+<informalexample><screen>
+# echo "2048 32767" &gt; /proc/sys/net/ipv4/ip_local_port_range
+</screen></informalexample>
+
+<!--
+to adjust the range of source ports the Linux TFTP server uses.
+-->
+を実行し、Linux TFTP サーバが用いるポートの範囲を調整してください。
+
+</para>
+ </sect2>
+
+ <sect2 id="tftp-images">
+ <title>TFTP イメージを適切な場所に配置する</title>
+<para>
+
+<!--
+Next, place the TFTP boot image you need, as found in
+<xref linkend="where-files"/>, in the <command>tftpd</command>
+boot image directory. Generally, this directory will be
+<filename>/tftpboot</filename>. You'll have to make a link from that
+file to the file which <command>tftpd</command> will use for booting a
+particular client. Unfortunately, the file name is determined by the
+TFTP client, and there are no strong standards.
+-->
+次に行うことは、
+<xref linkend="where-files"/> の記述にある、必要な TFTP ブートイメージを、
+<command>tftpd</command> のブートイメージディレクトリに置く作業です。
+このディレクトリは普通 <filename>/tftpboot</filename> です。
+<command>tftpd</command> が特定のクライアントの起動に用いるファイルへのリンクを、
+ここに作らなければなりません。
+残念ながら、ファイルの名前は TFTP クライアントによって決まり、
+強制力のある標準は存在しません。
+
+</para><para arch="powerpc">
+
+<!--
+On NewWorld Power Macintosh machines, you will need to set up the
+<command>yaboot</command> boot loader as the TFTP boot image.
+<command>Yaboot</command> will then retrieve the kernel and RAMdisk
+images via TFTP itself. For net booting, use the
+<filename>yaboot-netboot.conf</filename>. Just rename this to
+<filename>yaboot.conf</filename> in the TFTP directory.
+-->
+NewWorld Power Macintosh マシンでは、
+<command>yaboot</command> ブートローダを TFTP ブートイメージに設定します。
+<command>yaboot</command> は次にカーネルと RAM ディスクイメージを、
+同じく TFTP によって取得します。
+ネットワークブートには、<filename>yaboot-netboot.conf</filename> を使います。
+これを <filename>yaboot.conf</filename> という名前に変えて、
+TFTP のディレクトリに置いてください。
+
+</para><para arch="i386">
+
+<!--
+For PXE booting, everything you should need is set up in the
+<filename>netboot/netboot.tar.gz</filename> tarball. Simply extract this
+tarball into the <command>tftpd</command> boot image directory. Make sure
+your dhcp server is configured to pass <filename>/pxelinux.0</filename>
+to <command>tftpd</command> as the filename to boot.
+-->
+PXE 起動では、必要なことがすべて <filename>netboot/netboot.tar.gz</filename>
+tarball の中にセットアップされています。
+単にこの tarball を、
+<command>tftpd</command> ブートイメージディレクトリに展開してください。
+<filename>/pxelinux.0</filename> を、
+起動するファイル名として <command>tftpd</command> へ渡すよう、
+dhcp サーバが設定されていることを確認してください。
+
+</para><para arch="ia64">
+
+<!--
+For PXE booting, everything you should need is set up in the
+<filename>netboot/netboot.tar.gz</filename> tarball. Simply extract this
+tarball into the <command>tftpd</command> boot image directory. Make sure
+your dhcp server is configured to pass
+<filename>/debian-installer/ia64/elilo.efi</filename>
+to <command>tftpd</command> as the filename to boot.
+-->
+PXE 起動では、必要なことがすべて <filename>netboot/netboot.tar.gz</filename>
+tarball の中にセットアップされています。
+単にこの tarball を、
+<command>tftpd</command> ブートイメージディレクトリに展開してください。
+<filename>/debian-installer/ia64/elilo.efi</filename> を、
+起動するファイル名として <command>tftpd</command> へ渡すよう、
+dhcp サーバが設定されていることを確認してください。
+
+</para>
+
+ <sect3 arch="mipsel">
+ <title>DECstation TFTP イメージ</title>
+<para>
+
+<!--
+For DECstations, there are tftpimage files for each subarchitecture,
+which contain both kernel and installer in one file. The naming
+convention is <replaceable>subarchitecture</replaceable>/netboot-boot.img.
+Copy the tftpimage file you would like to use to
+<userinput>/tftpboot/tftpboot.img</userinput> if you work with the
+example BOOTP/DHCP setups described above.
+-->
+DECstation には、各サブアーキテクチャごとに tftp イメージがあり、
+カーネルとインストーラがひとつのイメージに収められています。
+命名規則は <replaceable>subarchitecture</replaceable>/netboot-boot.img です。
+上述の例のように BOOTP/DHCP を設定したのでしたら、
+使いたい tftp イメージを <userinput>/tftpboot/tftpboot.img</userinput>
+にコピーします。
+
+</para><para>
+
+<!--
+The DECstation firmware boots by TFTP with the command <userinput>boot
+<replaceable>#</replaceable>/tftp</userinput>, where
+<replaceable>#</replaceable> is the number of the TurboChannel device
+from which to boot. On most DECstations this is <quote>3</quote>. If the
+BOOTP/DHCP server does not supply the filename or you need to pass
+additional parameters, they can optionally be appended with the
+following syntax:
+-->
+DECstation ファームウェアから TFTP ブートするには、
+<userinput>boot <replaceable>#</replaceable>/tftp</userinput>
+というコマンドを使います。ここで <replaceable>#</replaceable> は起動元の
+TurboChannel デバイスの番号です。
+ほとんどの DECstation では、これは <quote>3</quote> です。
+BOOTP/DHCP サーバがファイル名を与えない場合や、
+パラメータを追加して渡したい場合は、
+次の書式に従ってこれらを追加できます。
+
+</para><para>
+
+<userinput>boot #/tftp/filename param1=value1 param2=value2 ...</userinput>
+
+</para><para>
+
+<!--
+Several DECstation firmware revisions show a problem with regard to
+net booting: the transfer starts, but after some time it stops with
+an <computeroutput>a.out err</computeroutput>. This can have several reasons:
+-->
+DECstation ファームウェアのリビジョンに寄っては、
+ネットワークブートに問題があることがあります。
+転送は開始するのですが、しばらく経つと
+<computeroutput>a.out err</computeroutput> で停止してしまうのです。
+これにはいくつかの理由が考えられます。
+
+<orderedlist>
+<listitem><para>
+
+<!--
+The firmware does not respond to ARP requests during a TFTP
+transfer. This leads to an ARP timeout and the transfer stops. The
+solution is to add the MAC address of the Ethernet card in the
+DECstation statically to the ARP table of the TFTP server. This is
+done by running <userinput>arp -s
+<replaceable>IP-address</replaceable>
+<replaceable>MAC-address</replaceable></userinput> as root on the
+machine acting as TFTP server. The MAC-address of the DECstation can
+be read out by entering <command>cnfg</command> at the DECstation
+firmware prompt.
+-->
+ファームウェアが TFTP 転送の最中に ARP リクエストに反応しない。
+すると ARP タイムアウトが起こり、転送が停止します。
+これを解決するには、DEC station のイーサネットカードの MAC アドレスを、
+TFTP サーバの ARP テーブルに静的に追加することです。
+これを行うには TFTP サーバマシンの root 権限で
+<userinput>arp -s
+<replaceable>IP-address</replaceable>
+<replaceable>MAC-address</replaceable></userinput> とします。
+DECstation の MAC-address は、DECstation ファームウェアのプロンプトで
+<command>cnfg</command> と入力すればわかります。
+
+</para></listitem>
+<listitem><para>
+
+<!--
+The firmware has a size limit on the files that can be booted
+by TFTP.
+-->
+TFTP から起動できるファイルサイズの制限がファームウェアにある。
+
+</para></listitem>
+</orderedlist>
+
+<!--
+There are also firmware revisions that cannot boot via TFTP at all. An
+overview about the different firmware revisions can be found at the
+NetBSD web pages:
+<ulink url="http://www.netbsd.org/Ports/pmax/board-list.html#proms"></ulink>.
+-->
+そもそも全く TFTP からは起動できないファームウェアリビジョンもあります。
+ファームウェアリビジョンごとの違いについての概説は、
+NetBSD web ページ:
+<ulink url="http://www.netbsd.org/Ports/pmax/board-list.html#proms"></ulink>.
+にあります。
+
+</para>
+ </sect3>
+
+ <sect3 arch="alpha">
+ <title>Alpha TFTP ブート</title>
+<para>
+<!--
+On Alpha, you must specify the filename (as a relative path to the
+boot image directory) using the <userinput>-file</userinput> argument
+to the SRM <userinput>boot</userinput> command, or by setting the
+<userinput>BOOT_FILE</userinput> environment variable. Alternatively,
+the filename can be given via BOOTP (in ISC <command>dhcpd</command>,
+use the <userinput>filename</userinput> directive). Unlike Open
+Firmware, there is <emphasis>no default filename</emphasis> on SRM, so
+you <emphasis>must</emphasis> specify a filename by either one of
+these methods.
+-->
+Alpha では、SRM の <userinput>boot</userinput> コマンドの
+<userinput>-file</userinput> 引数を使うか、
+<userinput>BOOT_FILE</userinput> 環境変数を使うかして、
+ファイル名を (ブートイメージディレクトリからの相対パスとして)
+与える必要があります。
+あるいはファイル名は、BOOTP から (ISC <command>dhcpd</command> なら
+<userinput>filename</userinput> ディレクティブによって)
+与えることもできます。 Open Firmware とは異なり、SRM には
+<emphasis>デフォルトのファイル名はありません</emphasis>。
+従って、これらの方法のいずれかでファイル名を与えなければなりません。
+
+</para>
+ </sect3>
+
+ <sect3 arch="sparc">
+ <title>SPARC TFTP ブート</title>
+<para>
+
+<!--
+SPARC architectures for instance use the subarchitecture names, such
+as <quote>SUN4M</quote> or <quote>SUN4C</quote>; in some cases, the
+architecture is left blank, so the file the client looks for is just
+<filename>client-ip-in-hex</filename>. Thus, if your system
+subarchitecture is a SUN4C, and its IP is 192.168.1.3, the filename
+would be <filename>C0A80103.SUN4C</filename>. An easy way to determine
+this is to pull up a shell on another Unix machine and:
+
+this is to enter the following command in a shell (assuming the
+machine's intended IP is 10.0.0.4).
+-->
+<!--nabetaro 訳注残しました -->
+SPARC アーキテクチャは (訳注: <replaceable>client-architecture</replaceable> に)
+<quote>SUN4M</quote> や <quote>SUN4C</quote> のような
+サブアーキテクチャの名前を使います。
+場合によってはアーキテクチャが空のこともあり、
+この場合クライアントが探すファイルは
+<filename>client-ip-in-hex</filename> だけになります。
+例えば、システムのサブアーキテクチャが SUN4C で
+IP が 192.168.1.3 の場合は、ファイル名は
+<filename>C0A80103.SUN4C</filename> となります。
+これを決定する簡単な方法は、以下のコマンドをシェルに入力します。
+(予定している IP アドレスは 10.0.0.4 とする)
+
+<informalexample><screen>
+$ printf '%.2x%.2x%.2x%.2x\n' 10 0 0 4
+</screen></informalexample>
+
+<!--
+This will spit out the IP in hexadecimal; to get to the correct
+filename, you will need to change all letters to uppercase and
+if necessary append the subarchitecture name.
+-->
+予定しているマシンの IP アドレスが 10.0.0.4 の場合、
+こうして IP アドレスを 16 進数で出力します。
+正しいファイル名を取得するには、文字をすべて大文字に変更し、
+(必要なら) サブアーキテクチャ名を追加しなければなりません。
+
+
+</para><para>
+
+<!--
+You can also force some sparc systems to look for a specific file name
+by adding it to the end of the OpenPROM boot command, such as
+<userinput>boot net my-sparc.image</userinput>. This must still reside
+in the directory that the TFTP server looks in.
+-->
+OpenPROM の boot コマンドの末尾にファイル名を追加して、
+sparc システムにその名前のファイルを探すよう指定することもできます
+(<userinput>boot net my-sparc.image</userinput> のようになります)。
+ただしこのファイルを置くのは、いずれにしても
+TFTP サーバが見るディレクトリの内部でなければいけません。
+
+</para>
+ </sect3>
+
+ <sect3 arch="m68k">
+ <title>BVM/Motorola TFTP ブート</title>
+<para>
+
+<!--
+For BVM and Motorola VMEbus systems copy the files
+&bvme6000-tftp-files; to <filename>/tftpboot/</filename>.
+-->
+BVM システムや Motorola VMEbus システムでは、
+&bvme6000-tftp-files; を <filename>/tftpboot/</filename>
+にコピーしてください。
+
+</para><para>
+
+<!--
+Next, configure your boot ROMs or BOOTP server to initially load the
+<filename>tftplilo.bvme</filename> or
+<filename>tftplilo.mvme</filename> files from the TFTP server. Refer
+to the <filename>tftplilo.txt</filename> file for your subarchitecture
+for additional system-specific configuration information.
+-->
+次に boot ROM や BOOTP サーバを設定して、
+<filename>tftplilo.bvme</filename> または
+<filename>tftplilo.mvme</filename> といったファイルを
+TFTP サーバから最初にロードするようにしてください。
+お使いのサブアーキテクチャについてや、
+システム特有の設定情報に関しては、
+<filename>tftplilo.txt</filename> を参照してください。
+
+</para>
+ </sect3>
+
+ <sect3 arch="mips">
+ <title>SGI Indys TFTP ブート</title>
+<para>
+
+<!--
+On SGI Indys you can rely on the <command>bootpd</command> to supply
+the name of the TFTP file. It is given either as the
+<userinput>bf=</userinput> in <filename>/etc/bootptab</filename> or as
+the <userinput>filename=</userinput> option in
+<filename>/etc/dhcpd.conf</filename>.
+-->
+SGI Indy では、TFTP ファイルの名前の指定を
+<command>bootpd</command> に行わせることができます。
+これは
+<filename>/etc/bootptab</filename> の <userinput>bf=</userinput> に指定するか、
+<filename>/etc/dhcpd.conf</filename> の <userinput>filename=</userinput>
+オプションに指定します。
+
+</para>
+ </sect3>
+
+ <sect3 arch="mips">
+ <title>Broadcom BCM91250A TFTP ブート</title>
+<para>
+
+<!--
+You don't have to configure DHCP in a special way because you'll pass the
+full path of the file to the loaded to CFE.
+-->
+CFE にロードするファイルのフルパスを渡しているため、
+特殊な DHCP の設定をする必要はありません。
+
+</para>
+ </sect3>
+
+ </sect2>
+
+<!-- FIXME: commented out since it seems too old to be usable and a current
+ way is not known
+ 訳注 訳文をそのままにコメントアウトします。
+
+ <sect2 id="tftp-low-memory">
+ <title>メモリの少ないシステムでの TFTP インストール</title>
+<para>
+
+On some systems, the standard installation RAMdisk, combined with the
+memory requirements of the TFTP boot image, cannot fit in memory. In
+this case, you can still install using TFTP, you'll just have to go
+through the additional step of NFS mounting your root directory over
+the network as well. This type of setup is also appropriate for
+diskless or dataless clients.
+システムによっては、標準のインストール RAM ディスクと、
+TFTP ブートイメージに必要なメモリとをあわせると、
+メモリが足りないことがあります。
+この場合でも TFTP を用いたインストールは可能で、
+ルートディレクトリを同様にネットワークから
+NFS でマウントするようにすればいいのです。
+このタイプの設定は、
+ディスクレスクライアントやデータレスクライアントにも適しています。
+
+</para><para>
+
+First, follow all the steps above in <xref linkend="install-tftp"/>.
+まず、<xref linkend="install-tftp"/> に説明されている全ての手順を踏んでください。
+
+<orderedlist>
+<listitem><para>
+
+Copy the Linux kernel image on your TFTP server using the
+<userinput>a.out</userinput> image for the architecture you are
+booting.
+Linux カーネルイメージを TFTP サーバにコピーします。
+起動させようとしているアーキテクチャの
+<userinput>a.out</userinput> イメージにしてください。
+
+</para></listitem>
+<listitem><para>
+
+Untar the root archive on your NFS server (can be the same system as
+your TFTP server):
+root アーカイブを NFS サーバで untar します
+(NFS サーバは TFTP サーバと同じマシンでも構いません)。
+
+<informalexample><screen>
+# cd /tftpboot
+# tar xvzf root.tar.gz
+</screen></informalexample>
+
+Be sure to use the GNU <command>tar</command> (other tar programs, like the
+SunOS one, badly handle devices as plain files).
+GNU <command>tar</command> を使ってください。
+(SunOS のものなど、他の tar プログラムでは、
+デバイスを通常のファイルとして扱ってしまいます)
+
+</para></listitem>
+<listitem><para>
+
+Export your <filename>/tftpboot/debian-sparc-root</filename> directory
+with root access to your client. E.g., add the following line to
+<filename>/etc/exports</filename> (GNU/Linux syntax, should be similar
+for SunOS):
+<filename>/tftpboot/debian-sparc-root</filename> ディレクトリを、
+クライアントから root でアクセスできるようにします。
+つまり次の行を <filename>/etc/exports</filename> に追加します
+(GNU/Linux の書式ですが、SunOS でも同じようなもののはず):
+
+<informalexample><screen>
+/tftpboot/debian-sparc-root <replaceable>client</replaceable>(rw,no_root_squash
+</screen></informalexample>
+
+NOTE: <replaceable>client</replaceable> is the host name or IP address recognized
+by the server for the system you are booting.
+注意: <replaceable>client</replaceable> は、起動しようとしているシステムの
+(このサーバから見た) ホスト名または IP アドレスにします。
+
+</para></listitem>
+<listitem><para>
+
+Create a symbolic link from your client IP address in dotted notation
+to <filename>debian-sparc-root</filename> in the
+<filename>/tftpboot</filename> directory. For example, if the client
+IP address is 192.168.1.3, do
+<filename>/tftpboot</filename> ディレクトリに、
+<filename>debian-sparc-root</filename> に対するシンボリックリンクを、
+IP アドレスの名前 (ドット区切り表記) で作ります。
+例えばクライアントの IP アドレスが 192.168.1.3 なら次のようにします。
+
+<informalexample><screen>
+# ln -s debian-sparc-root 192.168.1.3
+</screen></informalexample>
+
+</para></listitem>
+</orderedlist>
+
+</para>
+
+ </sect2>
+
+ <sect2 condition="supports-nfsroot">
+ <title>TFTP と NFS Root でのインストール</title>
+<para>
+
+Installing with TFTP and NFS Root is similar to
+<xref linkend="tftp-low-memory"/> because you don't want to
+load the RAMdisk anymore but boot from the newly created NFS-root file
+system. You then need to replace the symlink to the tftpboot image by
+a symlink to the kernel image (for example,
+<filename>linux-a.out</filename>).
+<xref linkend="tftp-low-memory"/> の場合と似ています。
+RAM ディスクをロードせず、
+新しく作った NFS-root ファイルシステムから起動させたいわけですから。
+tftpboot イメージへのシンボリックリンクは、
+カーネルイメージへのシンボリック
+(例えば <filename>linux-a.out</filename>) に置き換える必要があります。
+
+</para><para>
+
+RARP/TFTP requires all daemons to be running on the same server (the
+workstation is sending a TFTP request back to the server that replied
+to its previous RARP request).
+RARP/TFTP は、すべてのデーモンが同じサーバで動作している必要がありました
+(sparc ワークステーションは TFTP リクエストを以前の RARP リクエストに
+返答したサーバに送ります)。
+</para>
+
+
+ </sect2>
+END FIXME -->
+ </sect1>
diff --git a/ja/install-methods/ipl-tape.xml b/ja/install-methods/ipl-tape.xml
new file mode 100644
index 000000000..7f840423a
--- /dev/null
+++ b/ja/install-methods/ipl-tape.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="EUC-JP"?>
+<!-- retain these comments for translator revision tracking -->
+<!-- original version: 28672 -->
+
+ <sect1 arch="s390" id="ipl-tape">
+ <title>IPL テープの作成</title>
+
+<para>
+
+<!--
+If you can't boot (IPL) from the CD-ROM and you are not using VM
+you need to create an IPL tape first. This is described in section
+3.4.3 in the
+<ulink url="http://www.redbooks.ibm.com/pubs/pdfs/redbooks/sg246264.pdf">
+Linux for IBM eServer zSeries and S/390: Distributions</ulink>
+Redbook. The files you
+need to write to the tape are (in this order):
+<filename>kernel.debian</filename>,
+<filename>parmfile.debian</filename> and
+<filename>initrd.debian</filename>. The files can be downloaded
+from the <filename>tape</filename> sub-directory, see
+<xref linkend="where-files"/>,
+-->
+CD-ROM から起動 (IPL) できず、かつ VM を使っていないときは、
+まず最初に IPL テープを作成する必要があります。
+これは
+<ulink url="http://www.redbooks.ibm.com/pubs/pdfs/redbooks/sg246264.pdf">
+Linux for IBM eServer zSeries and S/390: Distributions</ulink> Redbook
+の 3.4.3 で説明されています。
+テープに書き込むファイルは、順番に
+<filename>kernel.debian</filename>,
+<filename>parmfile.debian</filename>,
+<filename>initrd.debian</filename> です。
+このファイルは <filename>tape</filename> サブディレクトリにあります。
+<xref linkend="where-files"/> を参照してください。
+
+</para>
+ </sect1>
+
diff --git a/ja/install-methods/official-cdrom.xml b/ja/install-methods/official-cdrom.xml
new file mode 100644
index 000000000..bde84ba39
--- /dev/null
+++ b/ja/install-methods/official-cdrom.xml
@@ -0,0 +1,128 @@
+<?xml version="1.0" encoding="EUC-JP"?>
+<!-- retain these comments for translator revision tracking -->
+<!-- original version: 28672 -->
+
+ <sect1 id="official-cdrom">
+ <title>公式 &debian; CD-ROM セット</title>
+<para>
+
+<!--
+By far the easiest way to install &debian; is from an Official
+Debian CD-ROM Set. You can buy a set from a vendor (see the
+<ulink url="&url-debian-cd-vendors;">CD vendors page</ulink>).
+You may also download the CD-ROM images from a Debian mirror and make
+your own set, if you have a fast network connection and a CD burner
+(see the <ulink url="&url-debian-cd;">Debian CD page</ulink> for
+detailed instructions). If you have a Debian CD set and CDs are
+bootable on your machine, you can skip right to
+<xref linkend="boot-installer"/>; much effort has been expended to ensure
+the files most people need are there on the CD. Although a full set of
+binary packages requires several CDs, it is unlikely you will need
+packages on the third CD and above. You may also consider using the
+DVD version, which saves a lot of space on your shelf and you avoid
+the CD shuffling marathon.
+-->
+現在、&debian; をインストールする最も簡単な方法は、
+公式 Debian CD-ROM セットを使うことです。
+ベンダからこのセットを購入できます。
+(<ulink url="&url-debian-cd-vendors;">CD ベンダページ</ulink>をご覧ください)
+高速なネットワーク接続と CD 書き込み装置があれば、
+Debian ミラーから CD-ROM イメージをダウンロードしてもかまいません
+(詳細説明は <ulink url="&url-debian-cd;">Debian CD ページ</ulink> をご覧ください)。
+Debian CD セットを持っていて、マシンをこの CD から起動できるなら、
+<xref linkend="boot-installer"/> の項目までスキップできます。
+多くの人が、それぞれの環境で必要とするであろうファイルを
+CD に収めるようにするには、たくさんの労力が費やされています。
+それでも、バイナリパッケージのフルセットには、CD が数枚必要です。
+3 枚以上 CD を使うのが嫌なら、
+棚の節約になって CD 交換マラソンをしなくてすむ DVD 版を考えてもいいでしょう。
+
+</para><para>
+
+<!--
+If your machine doesn't support CD booting, but you do have a CD set,
+you can use an alternative strategy such as
+
+<phrase condition="supports-floppy-boot">floppy disk,</phrase>
+
+<phrase arch="s390">tape, emulated tape,</phrase>
+
+<phrase condition="bootable-disk">hard disk,</phrase>
+
+<phrase condition="bootable-usb">usb stick,</phrase>
+
+<phrase condition="supports-tftp">net boot,</phrase>
+
+or manually loading the kernel from the CD to initially boot the
+system installer. The files you need for booting by another means are
+also on the CD; the Debian network archive and CD folder organization
+are identical. So when archive file paths are given below for
+particular files you need for booting, look for those files in the
+same directories and subdirectories on your CD.
+-->
+あなたのマシンが CD からの起動をサポートしていなくても、
+CD セットを持っているのでしたら、
+最初のシステムインストーラの起動に
+
+<phrase condition="supports-floppy-boot">フロッピーディスク、</phrase>
+
+<phrase arch="s390">テープ、テープエミュレーション、</phrase>
+
+<phrase condition="bootable-disk">ハードディスク、</phrase>
+
+<phrase condition="bootable-usb">usb スティック、</phrase>
+
+<phrase condition="supports-tftp">ネットブート、</phrase>
+
+カーネルを CD から手動起動といった別の方法が使えます。
+これらの別法による起動に必要なファイルも CD にあります。
+Debian ネットワークアーカイブと CD のフォルダ構成は同じです。
+よって、起動に必要となる何らかのファイルの、
+アーカイブ中でのファイルパスが (後述するように) わかっていれば、
+CD の同じディレクトリやサブディレクトリからファイルを探せます。
+
+</para><para>
+
+<!--
+Once the installer is booted, it will be able to obtain all the other
+files it needs from the CD.
+-->
+いったんインストーラが起動すれば、
+ほかの必要なファイルはすべて CD から取得できます。
+
+</para><para>
+
+<!--
+If you don't have a CD set, then you will need to download the
+installer system files and place them on the
+
+<phrase arch="s390">installation tape</phrase>
+
+<phrase condition="supports-floppy-boot">floppy disk or</phrase>
+
+<phrase condition="bootable-disk">hard disk or</phrase>
+
+<phrase condition="bootable-usb">usb stick or</phrase>
+
+<phrase condition="supports-tftp">a connected computer</phrase>
+
+so they can be used to boot the installer.
+-->
+CD セットを持っていない場合は、インストーラのシステムファイルを
+ダウンロードして、
+
+<phrase arch="s390">インストール用テープ</phrase>
+
+<phrase condition="supports-floppy-boot">フロッピーディスク、</phrase>
+
+<phrase condition="bootable-disk">ハードディスク、</phrase>
+
+<phrase condition="bootable-usb">usb スティック、</phrase>
+
+<phrase condition="supports-tftp">接続されたコンピュータ</phrase>
+
+のいずれかに保存します。そしてそこからインストーラを起動します。
+
+</para>
+
+ </sect1>
diff --git a/ja/install-methods/tftp/bootp.xml b/ja/install-methods/tftp/bootp.xml
new file mode 100644
index 000000000..ad5b02f37
--- /dev/null
+++ b/ja/install-methods/tftp/bootp.xml
@@ -0,0 +1,121 @@
+<?xml version="1.0" encoding="EUC-JP"?>
+<!-- retain these comments for translator revision tracking -->
+<!-- original version: 28997 -->
+
+
+ <sect2 condition="supports-bootp" id="tftp-bootp">
+ <title>BOOTP サーバの設定</title>
+<para>
+
+<!--
+There are two BOOTP servers available for GNU/Linux, the CMU
+<command>bootpd</command> and the other is actually a DHCP server, ISC
+<command>dhcpd</command>, which are contained in the
+<classname>bootp</classname> and <classname>dhcp</classname> packages
+in &debian;.
+-->
+GNU/Linux で使える BOOTP サーバは二つあります。
+CMU の <command>bootpd</command> と、もう一つは実際には DHCP サーバなのですが、
+ISC の <command>dhcpd</command> です。それぞれ &debian; では
+<classname>bootp</classname> パッケージと <classname>dhcp</classname>
+パッケージに入っています。
+
+</para><para>
+
+<!--
+To use CMU <command>bootpd</command>, you must first uncomment (or
+add) the relevant line in <filename>/etc/inetd.conf</filename>. On
+&debian;, you can run <userinput>update-inetd -\-enable
+bootps</userinput>, then <userinput>/etc/init.d/inetd
+reload</userinput> to do so. Elsewhere, the line in question should
+look like:
+-->
+CMU <command>bootpd</command> を使う場合は、まず <filename>/etc/inetd.conf</filename> ファイルの
+該当行をアンコメント (または追加) する必要があります。
+&debian; では <userinput>update-inetd --enable bootps</userinput> を実行し、
+続いて <userinput>/etc/init.d/inetd reload</userinput> とすれば OK です。
+この行は次のようなものです。
+
+<informalexample><screen>
+bootps dgram udp wait root /usr/sbin/bootpd bootpd -i -t 120
+</screen></informalexample>
+
+<!--
+Now, you must create an <filename>/etc/bootptab</filename> file. This
+has the same sort of familiar and cryptic format as the good old BSD
+<filename>printcap</filename>, <filename>termcap</filename>, and
+<filename>disktab</filename> files. See the
+<filename>bootptab</filename> manual page for more information. For
+CMU <command>bootpd</command>, you will need to know the hardware
+(MAC) address of the client. Here is an example
+<filename>/etc/bootptab</filename>:
+-->
+ここで次に <filename>/etc/bootptab</filename> を作成します。
+このファイルの書式は、
+<filename>printcap</filename>, <filename>termcap</filename>,
+<filename>disktab</filename> ファイルなどでお馴染みの、
+例のわかりにくい形式になっています。
+詳細は <filename>bootptab</filename> マニュアルページを見てください。
+CMU <command>bootpd</command> では、
+クライアントのハードウェア (MAC) アドレスを知っておかなければなりません。
+<filename>/etc/bootptab</filename> の例を示します。
+
+<informalexample><screen>
+client:\
+ hd=/tftpboot:\
+ bf=tftpboot.img:\
+ ip=192.168.1.90:\
+ sm=255.255.255.0:\
+ sa=192.168.1.1:\
+ ha=0123456789AB:
+</screen></informalexample>
+
+<!--
+You will need to change at least the <quote>ha</quote> option, which
+specifies the hardware address of the client. The <quote>bf</quote>
+option specifies the file a client should retrieve via TFTP; see
+<xref linkend="tftp-images"/> for more details.
+-->
+少なくともクライアントのハードウェアアドレスを指定している
+<quote>ha</quote> オプションは変更する必要があるでしょう。
+<quote>bf</quote> オプションはクライアントが TFTP で取得するファイルを指定しています。
+詳細は <xref linkend="tftp-images"/> を参照してください。
+
+<phrase arch="mips">
+<!--
+On SGI Indys you can just enter the command monitor and type
+<userinput>printenv</userinput>. The value of the
+<userinput>eaddr</userinput> variable is the machine's MAC address.
+-->
+SGI Indy では、コマンドモニタから <userinput>printenv</userinput> と入力してください。
+<userinput>eaddr</userinput> 変数がマシンの MAC アドレスです。
+</phrase>
+
+</para><para>
+
+<!--
+By contrast, setting up BOOTP with ISC <command>dhcpd</command> is
+really easy, because it treats BOOTP clients as a moderately special
+case of DHCP clients. Some architectures require a complex
+configuration for booting clients via BOOTP. If yours is one of
+those, read the section <xref linkend="dhcpd"/>. Otherwise, you
+will probably be able to get away with simply adding the
+<userinput>allow bootp</userinput> directive to the configuration
+block for the subnet containing the client, and restart
+<command>dhcpd</command> with <userinput>/etc/init.d/dhcpd
+restart</userinput>.
+-->
+対照的に、ISC <command>dhcpd</command> を使っての BOOTP の設定は実に簡単です。
+<command>dhcpd</command> では、BOOTP クライアントは
+やや特殊な DHCP クライアントとして取り扱われます。
+アーキテクチャによっては、BOOTP によるクライアントの起動には
+複雑な設定が必要になります。
+これに該当してしまったら、<xref linkend="dhcpd"/> の節を読んでください。
+該当しないアーキテクチャでは、
+クライアントの含まれるサブネットの設定ブロックに
+<userinput>allow bootp</userinput> というディレクティブを追加し、
+<userinput>/etc/init.d/dhcpd restart</userinput> で
+<command>dhcpd</command> を再起動するだけです。
+
+</para>
+ </sect2>
diff --git a/ja/install-methods/tftp/dhcp.xml b/ja/install-methods/tftp/dhcp.xml
new file mode 100644
index 000000000..0e3d0a635
--- /dev/null
+++ b/ja/install-methods/tftp/dhcp.xml
@@ -0,0 +1,130 @@
+<?xml version="1.0" encoding="EUC-JP"?>
+<!-- retain these comments for translator revision tracking -->
+<!-- original version: 29400 -->
+
+ <sect2 condition="supports-dhcp" id="dhcpd">
+ <title>DHCP サーバの設定</title>
+<para>
+
+<!--
+One free software DHCP server is ISC <command>dhcpd</command>.
+In &debian;, this is available in the <classname>dhcp</classname> package.
+Here is a sample configuration file for it (usually
+<filename>/etc/dhcpd.conf</filename>):
+-->
+フリーソフトウェアの DHCP サーバのひとつは、
+ISC の <command>dhcpd</command> です。
+&debian; では、これは <classname>dhcp</classname> パッケージに入っています。
+次に示すのは、<classname>dhcp</classname> の設定ファイル
+(普通は <filename>/etc/dhcpd.conf</filename>) の例です。
+
+<informalexample><screen>
+option domain-name "example.com";
+option domain-name-servers ns1.example.com;
+option subnet-mask 255.255.255.0;
+default-lease-time 600;
+max-lease-time 7200;
+server-name "servername";
+
+subnet 192.168.1.0 netmask 255.255.255.0 {
+ range 192.168.1.200 192.168.1.253;
+ option routers 192.168.1.1;
+}
+
+host clientname {
+ filename "/tftpboot/tftpboot.img";
+ server-name "servername";
+ next-server servername;
+ hardware ethernet 01:23:45:67:89:AB;
+ fixed-address 192.168.1.90;
+}
+</screen></informalexample>
+
+<!--
+Note: the new (and preferred) <classname>dhcp3</classname> package uses
+<filename>/etc/dhcp3/dhcpd.conf</filename>.
+-->
+注: 新しい(そして好ましい) <classname>dhcp3</classname> パッケージは
+<filename>/etc/dhcp3/dhcpd.conf</filename> を使用します。
+
+</para><para>
+
+<!--
+In this example, there is one server
+<replaceable>servername</replaceable> which performs all of the work
+of DHCP server, TFTP server, and network gateway. You will almost
+certainly need to change the domain-name options, as well as the
+server name and client hardware address. The
+<replaceable>filename</replaceable> option should be the name of the
+file which will be retrieved via TFTP.
+-->
+この例では、<replaceable>servername</replaceable> というサーバがひとつあり、
+DHCP サーバ, TFTP サーバ, ネットワークゲートウェイの仕事をすべて行っています。
+domain-name オプション、サーバ名、クライアントのハードウェアアドレスは、
+必ず変更する必要があります。
+<replaceable>filename</replaceable> オプションは TFTP 経由で取得するファイルの名前です。
+
+</para><para>
+
+<!--
+After you have edited the <command>dhcpd</command> configuration file,
+restart it with <userinput>/etc/init.d/dhcpd restart</userinput>.
+-->
+<command>dhcpd</command> の設定ファイルの編集を終えたら、
+<userinput>/etc/init.d/dhcpd restart</userinput> によって
+<command>dhcpd</command> を再起動してください。
+
+</para>
+
+ <sect3 arch="i386">
+ <title>DHCP 設定での PXE 起動の有効化</title>
+<para>
+<!--
+Here is another example for a <filename>dhcp.conf</filename> using the
+Pre-boot Execution Environment (PXE) method of TFTP.
+-->
+ここでは TFTP の Pre-boot Execution Environment (PXE) 法を用いた、
+<filename>dhcp.conf</filename> の例を示します。
+
+<informalexample><screen>
+option domain-name "example.com";
+
+default-lease-time 600;
+max-lease-time 7200;
+
+allow booting;
+allow bootp;
+
+# The next paragraph needs to be modified to fit your case
+subnet 192.168.1.0 netmask 255.255.255.0 {
+ range 192.168.1.200 192.168.1.253;
+ option broadcast-address 192.168.1.255;
+# the gateway address which can be different
+# (access to the internet for instance)
+ option routers 192.168.1.1;
+# indicate the dns you want to use
+ option domain-name-servers 192.168.1.3;
+}
+
+group {
+ next-server 192.168.1.3;
+ host tftpclient {
+# tftp client hardware address
+ hardware ethernet 00:10:DC:27:6C:15;
+ filename "/tftpboot/pxelinux.0";
+ }
+}
+</screen></informalexample>
+
+<!--
+Note that for PXE booting, the client filename <filename>pxelinux.0</filename>
+is a boot loader, not a kernel image (see <xref linkend="tftp-images"/>
+below).
+-->
+PXE ブートでは、クライアントのファイル名はカーネルイメージではなく、
+ブートローダであることに注意してください。
+(以下 <xref linkend="tftp-images"/> 参照)
+
+</para>
+ </sect3>
+ </sect2>
diff --git a/ja/install-methods/tftp/rarp.xml b/ja/install-methods/tftp/rarp.xml
new file mode 100644
index 000000000..d4912365d
--- /dev/null
+++ b/ja/install-methods/tftp/rarp.xml
@@ -0,0 +1,107 @@
+<?xml version="1.0" encoding="EUC-JP"?>
+<!-- retain these comments for translator revision tracking -->
+<!-- original version: 28997 -->
+
+
+ <sect2 condition="supports-rarp" id="tftp-rarp">
+ <title>RARP サーバの設定</title>
+<para>
+
+<!--
+To setup RARP, you need to know the Ethernet address (a.k.a. the MAC address)
+of the client computers to be installed.
+If you don't know this information, you can
+
+<phrase arch="sparc"> pick it off the initial OpenPROM boot messages, use the
+OpenBoot <userinput>.enet-addr</userinput> command, or </phrase>
+
+boot into <quote>Rescue</quote> mode (e.g., from the rescue floppy) and use the
+command <userinput>/sbin/ifconfig eth0</userinput>.
+-->
+RARP を設定するには、クライアントコンピュータにインストールしている
+イーサネットのアドレス (MAC アドレス) を調べておく必要があります。
+この情報が確認できていなければ、
+
+<phrase arch="sparc">
+OpenPROM の初期ブートメッセージに現われるものをメモするか、
+OpenBoot の <userinput>.enet-addr</userinput> コマンドを使うか、</phrase>
+
+(例えば rescue フロッピーなどで) <quote>Rescue</quote> モードを起動して
+<userinput>/sbin/ifconfig eth0</userinput> コマンドを使ってください。
+
+</para><para>
+
+<!--
+On a RARP server system using a Linux 2.2.x kernel,
+you need to populate the kernel's RARP table.
+To do this, run the following commands:
+-->
+Linux 2.2.x カーネルを使っている RARP サーバシステムでは、
+カーネルの RARP テーブルへの登録が必要です。
+次のコマンドを実行してください。
+
+<informalexample><screen>
+# <userinput>/sbin/rarp -s
+<replaceable>client-hostname</replaceable>
+<replaceable>client-enet-addr</replaceable></userinput>
+
+# <userinput>/usr/sbin/arp -s
+<replaceable>client-ip</replaceable>
+<replaceable>client-enet-addr</replaceable></userinput>
+</screen></informalexample>
+
+<!--
+If you get
+-->
+
+<informalexample><screen>
+SIOCSRARP: Invalid argument
+</screen></informalexample>
+
+<!--
+you probably need to load the RARP kernel module or else recompile the
+kernel to support RARP. Try <userinput>modprobe rarp</userinput> and
+then try the <command>rarp</command> command again.
+-->
+といったメッセージが出る場合は、RARP カーネルモジュールをロードするか、
+これが不可能なら RARP のサポートを組み込むよう
+カーネルを再構築する必要があります。
+<userinput>modprobe rarp</userinput> を試し、うまくいったらもう一度
+<command>rarp</command> コマンドを実行してください。
+
+</para><para>
+
+<!--
+On a RARP server system using a Linux 2.4.x kernel,
+there is no RARP module, and
+you should instead use the <command>rarpd</command> program. The
+procedure is similar to that used under SunOS in the following
+paragraph.
+-->
+Linux 2.4.x カーネルのRARP サーバシステムでは、RARP モジュールはありません。
+また使うプログラムは <command>rarpd</command> になります。
+手順は次の段落で説明する SunOS の場合と同じようになります。
+
+</para><para>
+
+<!--
+Under SunOS, you need to ensure that the Ethernet hardware address for
+the client is listed in the <quote>ethers</quote> database (either in the
+<filename>/etc/ethers</filename> file, or via NIS/NIS+) and in the
+<quote>hosts</quote> database. Then you need to start the RARP daemon.
+In SunOS 4, issue the command (as root):
+<userinput>/usr/etc/rarpd -a</userinput>; in SunOS 5, use
+<userinput>/usr/sbin/rarpd -a</userinput>.
+-->
+SunOS では、クライアントのイーサネットハードウェアアドレスを
+<quote>ethers</quote> データベースと <quote>hosts</quote> データベースに
+リストしておかなければなりません
+(これらのデータベースは <filename>/etc/(ethers,hosts)</filename> ファイルか
+NIS/NIS+ のマップにします)。
+次に RARP デーモンを起動します。
+SunOS 4 では <userinput>/usr/etc/rarpd -a</userinput> を、
+SunOS 5 では <userinput>/usr/sbin/rarpd -a</userinput> を
+(ルート権限で) 実行してください。
+
+</para>
+ </sect2>
diff --git a/ja/install-methods/usb-setup/i386.xml b/ja/install-methods/usb-setup/i386.xml
new file mode 100644
index 000000000..8377a5aae
--- /dev/null
+++ b/ja/install-methods/usb-setup/i386.xml
@@ -0,0 +1,165 @@
+<?xml version="1.0" encoding="EUC-JP"?>
+<!-- retain these comments for translator revision tracking -->
+<!-- original version: 27345-->
+
+ <sect3 arch="i386">
+ <title>&arch-title; での USB スティックのパーティション分割</title>
+<para>
+
+<!--
+We will show how to setup the memory stick to use the first partition,
+instead of the entire device.
+-->
+デバイス全体ではなく、メモリスティックの最初のパーティションを
+セットアップする方法を示します。
+
+</para><note><para>
+
+<!--
+Since most USB sticks come pre-configured with a single FAT16
+partition, you probably won't have to repartition or reformat the
+stick. If you have to do that anyway, use <command>cfdisk</command>
+or any other partitioning tool for creating a FAT16 partition and then
+create the filesystem using:
+-->
+ほとんどの USB スティックは、
+FAT16 パーティション 1 つであらかじめ設定されているので、
+おそらく USB スティックのパーティション分割のやり直しや、
+再フォーマットは必要ないでしょう。
+どうしてもしなければならない場合は、
+<command>cfdisk</command> や他のパーティション分割ツールを使って、
+FAT16 パーティションを作成して以下を入力してください。
+
+<informalexample><screen>
+# mkdosfs /dev/<replaceable>sda1</replaceable>
+</screen></informalexample>
+
+<!--
+Take care that you use the correct device name for your USB stick. The
+<command>mkdosfs</command> command is contained in the
+<classname>dosfstools</classname> Debian package.
+-->
+USB スティックの正確なデバイス名を使用する事に注意してください。
+<command>mkdosfs</command> は、
+<classname>dosfstools</classname> Debian パッケージに含まれています。
+
+</para></note><para>
+
+<!--
+In order to start the kernel after booting from the USB stick, we will
+put a boot loader on the stick. Although any boot loader
+(e.g. <command>LILO</command>) should work, it's convenient to use
+<command>SYSLINUX</command>, since it uses a FAT16 partition and can
+be reconfigured by just editing a text file. Any operating system
+which supports the FAT file system can be used to make changes to the
+configuration of the boot loader.
+-->
+USB スティックから起動してカーネルをスタートするために、
+USB スティックにブートローダを配置します。
+どのブートローダ (例: <command>LILO</command>) も動作しますが、
+FAT16 パーティションを使用し、
+テキストファイルを編集するだけで再設定できるので、
+<command>SYSLINUX</command> を使用するのが便利です。
+
+</para><para>
+
+<!--
+To put <command>SYSLINUX</command> on the FAT16 partition on your USB
+stick, install the <classname>syslinux</classname> and
+<classname>mtools</classname> packages on your system, and do:
+-->
+USB スティックの FAT16 パーティションに <command>SYSLINUX</command>
+を置くには、<classname>syslinux</classname> パッケージと
+<classname>mtools</classname> パッケージをシステムにインストールして、
+以下を実行してください。
+
+<informalexample><screen>
+# syslinux /dev/<replaceable>sda1</replaceable>
+</screen></informalexample>
+
+<!--
+Again, take care that you use the correct device name. The partition
+must not be mounted when starting <command>SYSLINUX</command>. This
+procedure writes a boot sector to the partition and creates the file
+<filename>ldlinux.sys</filename> which contains the boot loader code.
+-->
+繰り返しますが、正確なデバイス名を使用するよう注意してください。
+<command>SYSLINUX</command> の開始時には、
+このパーティションをマウントしてはなりません。
+この手順ではパーティションにブートセクタを書き込み、
+ブートローダコードを含んでいるファイル <filename>ldlinux.sys</filename>
+を作成します。
+
+</para><para>
+
+<!--
+Mount the partition (<userinput>mount /dev/sda1 /mnt</userinput>) and
+copy the following files from the Debian archives to the stick:
+-->
+このパーティションをマウントし (<userinput>mount /dev/sda1 /mnt</userinput>)、
+以下のファイルを Debian アーカイブから USB スティックへコピーしてください。
+
+<itemizedlist>
+<listitem><para>
+
+<filename>vmlinuz</filename> (カーネルバイナリ)
+
+</para></listitem>
+<listitem><para>
+
+<filename>initrd.gz</filename> (初期 RAM ディスクイメージ)
+
+</para></listitem>
+<listitem><para>
+
+<filename>syslinux.cfg</filename> (SYSLINUX 設定ファイル)
+
+</para></listitem>
+<listitem><para>
+
+<!--
+Optional kernel modules
+-->
+追加カーネルモジュール
+
+</para></listitem>
+</itemizedlist>
+
+<!--
+If you want to rename the files, please note that
+<command>SYSLINUX</command> can only process DOS (8.3) file names.
+-->
+ファイル名を変更したければ、<command>SYSLINUX</command> は
+DOS (8.3) のファイル名しか処理できないことに注意してください。
+
+</para><para>
+
+<!--
+The <filename>syslinux.cfg</filename> configuration file should
+contain the following two lines:
+-->
+<filename>syslinux.cfg</filename> 設定ファイルには、
+以下の 2 行を含まなければなりません。
+
+<informalexample><screen>
+default vmlinuz
+append initrd=initrd.gz ramdisk_size=12000 root=/dev/rd/0 init=/linuxrc rw
+</screen></informalexample>
+
+<!--
+Please note that the <userinput>ramdisk_size</userinput> parameter
+may need to be increased, depending on the image you are booting.
+<phrase condition="sarge">
+If the boot fails, you can try adding <userinput>devfs=mount,dall</userinput>
+to the <quote>append</quote> line.
+</phrase>
+-->
+起動するイメージに応じて、<userinput>ramdisk_size</userinput> パラメータを、
+増やす必要があることに注意してください。
+<phrase condition="sarge">
+起動に失敗する場合は、<quote>append</quote> 行に、
+<userinput>devfs=mount,dall</userinput> と追加してみてください。
+</phrase>
+
+</para>
+ </sect3>
diff --git a/ja/install-methods/usb-setup/powerpc.xml b/ja/install-methods/usb-setup/powerpc.xml
new file mode 100644
index 000000000..b1dd23a99
--- /dev/null
+++ b/ja/install-methods/usb-setup/powerpc.xml
@@ -0,0 +1,166 @@
+<?xml version="1.0" encoding="EUC-JP"?>
+<!-- retain these comments for translator revision tracking -->
+<!-- original version: 27345-->
+
+ <sect3 arch="powerpc">
+ <title>&arch-title; での USB スティックのパーティション分割</title>
+<para>
+
+<!--
+Most USB sticks do not come pre-configured in such a way that Open
+Firmware can boot from them, so you will need to repartition the stick.
+On Mac systems, run <userinput>mac-fdisk /dev/sda</userinput>,
+initialise a new partition map using the <userinput>i</userinput>
+command, and create a new partition of type Apple_Bootstrap using the
+<userinput>C</userinput> command. (Note that the first "partition" will
+always be the partition map itself.) Then type
+-->
+ほとんどの USB スティックは、
+Open Firmware で起動できるようにあらかじめ設定されていません。
+Mac システムでは、<userinput>mac-fdisk /dev/sda</userinput> を起動して、
+<userinput>i</userinput> コマンドで新規パーティションマップを初期化、
+<userinput>C</userinput> コマンドで Apple_Bootstrap タイプの
+パーティションを作成してください。
+(注: 先頭のパーティションはいつもパーティションマップそのものになっています)
+その後、以下を入力してください。
+
+<informalexample><screen>
+$ hformat /dev/<replaceable>sda2</replaceable>
+</screen></informalexample>
+
+<!--
+Take care that you use the correct device name for your USB stick. The
+<command>hformat</command> command is contained in the
+<classname>hfsutils</classname> Debian package.
+-->
+USB スティックの正確なデバイス名を使用する事に注意してください。
+<command>hformat</command> は、
+<classname>hfsutils</classname> Debian パッケージに含まれています。
+
+</para><para>
+
+<!--
+In order to start the kernel after booting from the USB stick, we will
+put a boot loader on the stick. The <command>yaboot</command> boot
+loader can be installed on an HFS filesystem and can be reconfigured by
+just editing a text file. Any operating system which supports the HFS
+file system can be used to make changes to the configuration of the boot
+loader.
+-->
+USB スティックから起動してカーネルをスタートするために、
+USB スティックにブートローダを配置します。
+<command>yaboot</command> ブートローダは、
+HFS ファイルシステムにインストールでき、
+編集中のテキストファイルを認識できます。
+HFS ファイルシステムをサポートする OS であれば、
+ブートローダの設定を変更できます。
+
+</para><para>
+
+<!--
+The normal <command>ybin</command> tool that comes with
+<command>yaboot</command> does not yet understand USB storage devices,
+so you will have to install <command>yaboot</command> by hand using the
+<classname>hfsutils</classname> tools. Type
+-->
+<command>yaboot</command> とともにある通常の <command>ybin</command> ツールは、
+USB ストレージデバイスを認識しません。
+そのため、<classname>hfsutils</classname> ツールを使って、
+<command>yaboot</command>を手動でインストールしなければなりません。
+以下を入力してください。
+
+<informalexample><screen>
+$ hmount /dev/sda2
+$ hcopy -r /usr/lib/yaboot/yaboot :
+$ hattrib -c UNIX -t tbxi :yaboot
+$ hattrib -b :
+$ humount
+</screen></informalexample>
+
+<!--
+Again, take care that you use the correct device name. The partition
+must not be otherwise mounted during this procedure. This procedure
+writes the boot loader to the partition, and uses the HFS utilities to
+mark it in such a way that Open Firmware will boot it. Having done this,
+the rest of the USB stick may be prepared using the normal Unix
+utilities.
+-->
+繰り返しますが、正確なデバイス名を使用するよう注意してください。
+この手順中でパーティションをマウントする必要はありません。
+この手順ではパーティションにブートローダを書き込み、
+Open Firmware が起動できるように HFS ユーティリティを使って印を付けます。
+これが終われば USB スティックは、
+通常の Unix ユーティリティを使う準備ができたことになります。
+
+</para><para>
+
+<!--
+Mount the partition (<userinput>mount /dev/sda2 /mnt</userinput>) and
+copy the following files from the Debian archives to the stick:
+-->
+このパーティションをマウントし (<userinput>mount /dev/sda2 /mnt</userinput>)、
+以下のファイルを Debian アーカイブから USB スティックへコピーしてください。
+
+<itemizedlist>
+<listitem><para>
+
+<filename>vmlinux</filename> (カーネルバイナリ)
+
+</para></listitem>
+<listitem><para>
+
+<filename>initrd.gz</filename> (初期 RAM ディスクイメージ)
+
+</para></listitem>
+<listitem><para>
+
+<filename>yaboot.conf</filename> (yaboot 設定ファイル)
+
+</para></listitem>
+<listitem><para>
+
+<filename>boot.msg</filename> (追加起動メッセージ)
+
+</para></listitem>
+<listitem><para>
+
+<!--
+Optional kernel modules
+-->
+追加カーネルモジュール
+
+</para></listitem>
+</itemizedlist>
+
+</para><para>
+
+<!--
+The <filename>yaboot.conf</filename> configuration file should
+contain the following lines:
+-->
+<filename>yaboot.conf</filename> 設定ファイルには、
+以下の行を含まなければなりません。
+
+<informalexample><screen>
+default=install
+root=/dev/ram
+
+message=/boot.msg
+
+image=/vmlinux
+ label=install
+ initrd=/initrd.gz
+ initrd-size=10000<phrase condition="sarge">
+ append="devfs=mount,dall --"</phrase>
+ read-only
+</screen></informalexample>
+
+<!--
+Please note that the <userinput>initrd-size</userinput> parameter
+may need to be increased, depending on the image you are booting.
+-->
+起動するイメージに応じて、<userinput>ramdisk_size</userinput> パラメータを、
+増やす必要があることに注意してください。
+
+</para>
+ </sect3>