Vagrant 启用虚拟机提示: VT-x is not available (VERR_VMX_NO_VMX) VBoxM
·
There was an error while executing VBoxManage, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: [“startvm”,“ae74ebaa-8f01-48cf-bdad-956c59ef1208”,“–type”,“headless”]
Stderr: VBoxManage.exe: error: VT-x is not available (VERR_VMX_NO_VMX)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole
解决方法:
1、使用管理员权限打开运行命令提示符
2、输入:bcdedit /set hypervisorlaunchtype off,执行完重启、重启、重启
3、重启之后重复1,输入:bcdedit /set hypervisorlaunchtype auto
4、去启动你的Vagrant吧,gogogo
————————————————
版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
原文链接:https://blog.csdn.net/t840053856/article/details/126964333
更多推荐
所有评论(0)