1
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.

BIOSでVT-xを有効化しているのに認識されない時にやったことリスト

Posted at

BIOSでVT-xを有効化しているのに認識されない時にやったことリストです(Windows10 Pro)

VT-xが有効かどうかはVirtualCheckerで確認できます。

  1. Hyper-Vの無効化
    [アプリと機能]→[プログラムと機能]→[Windowsの機能の有効化または無効化]と進み、Hyper-V, Windowsハイパーバイザープラットフォーム, 仮想マシンプラットフォームのチェックを外して再起動

  2. vEthenetの削除
    ネットワークのプロパティを表示 or コマンドプロントからipconfigを打つとHyper-Vを削除したのにHyper-V Virtual Ethernet Adapter(既定のスイッチ)が残ることがある。該当ドライブを削除。

  3. コア分離(メモリ整合性)をOFF
    スタートメニューから「コア分離」で検索するとメモリ整合性のON/OFFを切り替えられる。ONの場合OFFにする
    ※メモリ整合性機能が仮想環境実行時に色々悪さをするらしく、私の環境(Win10Pro, Vagrant + VirtualBox)ではこれが原因でgzipが上手く機能しなくなったので基本OFFの方がいいかも・・・

1
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
1
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?