5.2. インストールプロセスのトラブルシューティング

5.2.1. 起動設定

ブートプロセスの最中にカーネルがハングしたり、搭載されている周辺機器やドライブが正確に認識されないなどの問題が起こったら、まず 「起動パラメータ」 の説明に従って起動パラメータを確認してください。

5.2.2. カーネルの起動時メッセージの意味

ブートシーケンスの途中で、can't find something (〜が見つからない), something not present (〜が存在しない), can't initialize something (〜を初期化できない), this driver release depends on something (このドライバには〜が必要だ) などのメッセージがたくさん出力されることがあります。これらのメッセージのほとんどは無害です。これらが出力される理由は、インストールシステムのカーネルが、いろいろな周辺デバイスのできるだけ多くに対応しようとしているからです。そのため、OS が実際には存在しない周辺機器を探すことになるので、文句を吐くわけです。システムがしばらく止まったように見えることもあります。これはデバイスが反応するのを待っているために起こるものです (実際にはそのデバイスは存在しないので、止まってみえるわけです)。システムの起動に要する時間が堪えがたいほど長い場合は、後で自前のカーネルを作ることもできます (「新しいカーネルのコンパイル」 参照)

5.2.3. インストールで発生した問題の報告; インストールログの場所について

最初の起動段階は通過したのに、インストールが完了できなかった場合は、メニューから デバッグログを保存 を選択するといいかもしれません。インストーラーからのシステムのエラーログや設定情報をストレージメディアに格納したり、web ブラウザでダウンロードしたりできるようになります。この情報は、何が間違っていてどのように修正するか、といった手がかりを示しているかもしれません。バグ報告を送る際に、バグ報告にこの情報を付けることができます。

その他のインストールメッセージは、インストール中では /var/log/ で、インストールしたシステムが起動した後では /var/log/installer/ にあるはずです。

5.2.4. インストールレポートの送信

まだ問題がある場合には、インストールレポートをお送りください (可能な限り英語でお願いします) 。また、インストールが成功したときのインストールレポートもお送りください。そうすると、たくさんのハードウェア設定情報を手に入れることができます。

あなたのインストールレポートは、Debian バグ追跡システム (BTS) で公開され、公開メーリングリストに転送されることに留意してください。必ず、公開されても問題ない e-mail アドレスを使用してください。

動作する Debian システムがある場合、インストールレポートを送る最も簡単な方法は以下のようになります。installation-reportreportbug パッケージをインストール (apt install installation-report reportbug) し、「システムの外に電子メールを送る」 で説明しているように reportbug を設定して、reportbug installation-reports を実行してください。

Alternatively you can use this template when filling out installation reports, and file the report as a bug report against the installation-reports pseudo package, by sending it to .

Package: installation-reports

Boot method: <How did you boot the installer? CD/DVD? USB stick? Network?>
Image version: <Full URL to image you downloaded is best>
Date: <Date and time of the install>

Machine: <Description of machine (eg, IBM Thinkpad R32)>
Processor:
Memory:
Partitions: <df -Tl will do; the raw partition table is preferred>

Output of lspci -knn (or lspci -nn):

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:           [ ]
Detect network card:    [ ]
Configure network:      [ ]
Detect media:           [ ]
Load installer modules: [ ]
Detect hard drives:     [ ]
Partition hard drives:  [ ]
Install base system:    [ ]
Clock/timezone setup:   [ ]
User/password setup:    [ ]
Install tasks:          [ ]
Install boot loader:    [ ]
Overall install:        [ ]

Comments/Problems:

<Description of the install, in prose, and any thoughts, comments
      and ideas you had during the initial install.>

Please make sure that any installation logs that you think would
be useful are attached to this report. (You can find them in the installer
system in /var/log/ and later on the installed system under
/var/log/installer.) Please compress large files using gzip.
Mails with file attachments bigger than ~500 kB will not reach the
debian-boot mailinglist, so your report will probably get no attention.

In the bug report, describe what the problem is, including the last visible kernel messages in the event of a kernel hang. Describe the steps that you did which brought the system into the problem state.