Hyper-V:#2 VirtualBoxとの共存

2020年6月13日土曜日

仮想化 技術メモ

t f B! P L
Hyper-Vを有効とした環境でVirtualBox(VirtualBox上の仮想マシン)は起動できない。
参考) https://www.virtualbox.org/ticket/19550

Windowsの機能の有効化と無効化で"Hyper-V"のチェックを外すか、
コマンドプロンプト(管理者)で以下コマンドを実行
bcdedit /set {current} hypervisorlaunchtype off

どちらにせよWindowsの再起動が必要

ちなみにHyper-Vを有効にするコマンドは
bcdedit /set {current} hypervisorlaunchtype Auto



技術メモ, Hyper-V, VirtualBox

その他の記事

QooQ