0
2

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.

ESXiでゲストOSが起動しないときの対処方法

Last updated at Posted at 2018-07-07

前置き

Arch Linux導入中にゲストOSが起動しなくなった時に実施した対処方法を記載しています。

実施した際の環境は以下の通りです。
VMware Workstation 14 Player上にESXi6.5をネステッド環境として構築しています。
ゲストOSとしてArch Linuxをインストール。
Arch Linuxは2018.07.01版を使用しました。

現象

ゲストOS起動時に以下のような画面が表示される。
ブートローダーが認識されていない為、ESXiのブートメニューが出ている状態。
image.png

原因

EFIシステムパーティションで/bootを作成しているにもかかわらず、起動設定をBIOSブートにしていたことが原因でした。

対応

ゲストOSの設定を編集する。

設定の編集-仮想マシンオプション-起動オプション-ファームウェアの「仮想マシンの起動に使用するファームウェアを選択」で「EFI」に変更する。
image.png

設定を保存後、ゲストOSを起動する。
無事、ブートローダーが認識できるようになりました。
image.png

普段、CentOSなどのウィザードでOSを構築していると考慮から漏れやすい観点ですので、参考にして頂ければ幸いです。

以上

0
2
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
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?