A.2. インストーラを起動する

インストールイメージへのリンクが直ちに必要な方は、 debian-installer ホームページを確認してください。 debian-cd チームが debian-installer を使用してビルドしたインストールイメージは、Debian CD/DVD ページから入手できます。どこでインストールイメージを手に入れられるかについてのより詳細に関しては、「Debian GNU/Linux 公式インストールイメージ」をご覧ください。

一部のインストール方法では、光学メディア用以外のイメージを必要とします。 debian-installer ホームページには、他のイメージへのリンクがあります。 「どこでインストールファイルを探すか」は、Debian ミラーサイトでイメージを探す方法について説明しています。

以下の小節では、インストール可能なそれぞれの手段のためにどのイメージを取得するべきかを詳しく説明します。

A.2.1. 光学ディスク

The netinst CD image is a popular image which can be used to install trixie with the debian-installer. This installation method is intended to boot from the image and install additional packages over a network; hence the name netinst. The image has the software components needed to run the installer and the base packages to provide a minimal trixie system. If you'd rather, you can get a DVD image which will not need the network to install. You only need the first image of such set.

好みのタイプをダウンロードして、光学ディスクに焼いてください。ディスクから起動するには、「BIOS/UEFI 設定メニューの起動」 で説明しているように、BIOS/UEFI 設定を変更する必要があるかもしれません。

A.2.2. USB メモリ

取り外し可能な USB 記憶装置からもインストールできます。例えば、USB メモリは、どんな場所ででも手軽に Debian をインストールできる媒体です。

USB メモリを準備する最も簡単な方法は、それに合う Debian の CD/DVD イメージのどれかをダウンロードして、直接 USB メモリにそのイメージを書き込むことです。もちろん、これによって既に USB メモリ上にあるものはすべて壊れます。これが動作するのは、Debian の CD/DVD イメージが光学ドライブからでも USB メモリからでもどちらでも起動できる iso ハイブリッド イメージだからです。

There are other, more flexible ways to set up a memory stick to use the debian-installer, and it's possible to get it to work with smaller memory sticks. For details, see our wiki.

USB 記憶装置からの起動は UEFI システムでは極めて一般的ですが、古い BIOS の世界ではやや異なります。いくつかの BIOS は、USB 記憶装置を直接起動できますが、起動できないものもあります。BIOS/UEFI で USB legacy support もしくは Legacy support を有効にする必要があるかもしれません。USB デバイスを認識してそこから起動するためには、起動デバイス選択メニューで removable drive または USB-HDD が表示されている必要があります。役に立つヒントや詳細に関しては、「USB メモリからの起動」をご覧ください。

A.2.3. ネットワークからの起動

debian-installer をネットから完全に起動することもできます。netboot のための様々な方法は、アーキテクチャや netboot の設定に依存します。netboot/ 以下のファイルは、debian-installer を netboot するために使用できます。

設定するのに最も容易なのは、おそらく PXE netbooting です。netboot/pxeboot.tar.gz ファイルを /srv/tftp の中か、tftp サーバのどこか適切なところに解凍してください。DHCP サーバを設定して、クライアントへファイル名 pxelinux.0 を渡してください。運がよければすべてがうまく動作するでしょう。詳細な説明に関しては、「TFTP ネットブート用ファイルの準備」をご覧ください。

A.2.4. ハードディスクからの起動

It's possible to boot the installer using no removable media, but just an existing hard disk, which can have a different OS on it. Download hd-media/initrd.gz, hd-media/vmlinuz, and a Debian DVD image to the top-level directory of the hard disk. Make sure that the image has a filename ending in .iso. Now it's just a matter of booting linux with the initrd. GRUB を用いた Linux からの起動」 explains one way to do it.