美文网首页
Win10 更新之后VirtualBox安装ubuntu启动报

Win10 更新之后VirtualBox安装ubuntu启动报

作者: 等等ChEnH | 来源:发表于2019-11-17 11:17 被阅读0次

Win10自动更新之后 VirtualBox安装ubuntu系统启动报错
不能为虚拟电脑CH _ubuntu打开一个新任务.
明细:
(VERR_NEM_MISSING_KERNEL_API). VT-x is not available(VERR_VMX_NO_VMX).

返回 代码:
E_FAIL (0x80004005)
组件:
ConsoleWrap
界面:
IConsole {872da645-4a9b-1727-bee2-5585105b9eed}

启动报错

VirtualBox社区找到解决方案

步骤1:以管理员身份打开命令提示符。


步骤1

步骤2:运行不带参数的命令:bcdedit
运行以上命令后,您将看到属性hypervisorlaunchtype默认设置为Auto。


步骤2

步骤3:通过运行命令bcdedit /set hypervisorlaunchtype off 禁用hypervisorlaunchtype


步骤3

步骤4:重新启动PC系统以使用VirtualBox。
完美解决成功启动!

相关文章

网友评论

      本文标题:Win10 更新之后VirtualBox安装ubuntu启动报

      本文链接:https://www.haomeiwen.com/subject/iqhpictx.html