Virtualbox虚拟机启动失败 错误提示 VT-x is not available (VERR_VMX_NO_VMX) 解决方法
错误:
Failed to open a session for the virtual machine vm1.
WHvCapabilityCodeHypervisorPresent is FALSE! Make sure you have enabled the 'Windows Hypervisor Platform' feature. (VERR_NEM_NOT_AVAILABLE).
VT-x is not available (VERR_VMX_NO_VMX).
Result Code: E_FAIL (0x80004005)
Component: ConsoleWrap
Interface: IConsole {872da645-4a9b-1727-bee2-5585105b9eed}
参考解决方法:
原因:
电脑安装了Hyper-V导致冲突
用管理员身份运行 cmd命令:
bcdedit /set hypervisorlauchtype off
dism.exe /Online /Disable-Feature:Microsoft-Hyper-V
于是打开控制面板->程序卸载->点击启用或关闭windows功能 Hyper-V不要打勾。 设置好重启电脑