0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

OSインストール時のエラー「Setting up standard PCI resources」への解決方法

Posted at

OSをインストールする際に発生するエラー

OSをインストールする際、コンソールに以下の文が出力されてから全く進まなくなりました。

Setting up standard PCI resources

私の場合はXPの解析ツールのインストール時でしたが、解決策を模索しているとCentOS等でも発生しているようなので、広義の「OS」と書きました。

結論として、
インストーラを起動する際にオプションを指定できる場合は、次を入力してください。

boot: linux acpi=off

原因の考察

ACPI(Advanced Configuration and Power Interface)とは、OS側から電源制御を行うための規格のことです。
おそらく、原因はコンピュータとOSのバージョンの互換性がないからではないかと考えています。
(私の盛大な推測ですので、原因究明できたら追記します)

WindowsなんかでACPIをoffにした状態で起動すると破損する可能性があるらしいので、使用には注意が必要です。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?