ブートプロセスの最中にカーネルがハングしたり、搭載されている周辺機器やドライブが正確に認識されないなどの問題が起こったら、まず 「起動パラメータ」 の説明に従って起動パラメータを確認してください。
ブートシーケンスの途中で、can't find
(〜が見つからない), something
(〜が存在しない), something
not presentcan't initialize
(〜を初期化できない), something
this driver release depends on
(このドライバには〜が必要だ) などのメッセージがたくさん出力されることがあります。これらのメッセージのほとんどは無害です。これらが出力される理由は、インストールシステムのカーネルが、いろいろな周辺デバイスのできるだけ多くに対応しようとしているからです。そのため、OS が実際には存在しない周辺機器を探すことになるので、文句を吐くわけです。システムがしばらく止まったように見えることもあります。これはデバイスが反応するのを待っているために起こるものです (実際にはそのデバイスは存在しないので、止まってみえるわけです)。システムの起動に要する時間が堪えがたいほど長い場合は、後で自前のカーネルを作ることもできます (「新しいカーネルのコンパイル」 参照)。 something
If you get through the initial boot phase but cannot complete the install, the menu option
may be helpful. It lets you store system error logs and configuration information from the installer on a storage medium, or download them using a web browser. This information may provide clues as to what went wrong and how to fix it. If you are submitting a bug report, you may want to attach this information to the bug report.その他のインストールメッセージは、インストール中では /var/log/
で、インストールしたシステムが起動した後では /var/log/installer/
にあるはずです。
まだ問題がある場合には、インストールレポートをお送りください。また、インストールが成功したときのインストールレポートもお送りください。そうすると、たくさんのハードウェア設定情報を手に入れることができます。
あなたのインストールレポートは、Debian バグ追跡システム (BTS) で公開され、公開メーリングリストに転送されることに留意してください。必ず、公開されても問題ない e-mail アドレスを使用してください。
動作する Debian システムがある場合、インストールレポートを送る最も簡単な方法は以下のようになります。installation-report
と reportbug
パッケージをインストール (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 <submit@bugs.debian.org>
.
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.>
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.