我的 vagrant instant 不起作用
My vagrant instant is not working
在 运行 vagrant up
:
时出现此错误
There was an error while executing VBoxManage
, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["startvm", "df5a654c-fa01-499a-ac48-e4161821edc7", "--type", "headless"]
Stderr: VBoxManage: error: VT-x is disabled in the BIOS for all CPU modes (VERR_VMX_MSR_ALL_VMX_DISABLED)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ConsoleWrap, interface IConsole
有人可以帮我解决这个问题吗? Vagrantfile 已经准备好了。
这里好像已经回答了这个问题:
这里还有一个用于修复的 youtube link:https://youtu.be/ERnKeUMEFXU
转到 cmd--->键入命令-->Systeminfo.exe-->Hyper-V 要求:VM 监控模式扩展:是
固件中启用虚拟化:否
二级地址转换:是
数据执行保护可用:是
如果这不是
转到设置-->更新和安全-->恢复-->高级重启-->疑难解答-->高级
-->UEFI固件--->系统配置---启用虚拟化---保存退出。
在 运行 vagrant up
:
There was an error while executing
VBoxManage
, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below. Command: ["startvm", "df5a654c-fa01-499a-ac48-e4161821edc7", "--type", "headless"] Stderr: VBoxManage: error: VT-x is disabled in the BIOS for all CPU modes (VERR_VMX_MSR_ALL_VMX_DISABLED) VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ConsoleWrap, interface IConsole
有人可以帮我解决这个问题吗? Vagrantfile 已经准备好了。
这里好像已经回答了这个问题:
这里还有一个用于修复的 youtube link:https://youtu.be/ERnKeUMEFXU
转到 cmd--->键入命令-->Systeminfo.exe-->Hyper-V 要求:VM 监控模式扩展:是 固件中启用虚拟化:否 二级地址转换:是 数据执行保护可用:是
如果这不是
转到设置-->更新和安全-->恢复-->高级重启-->疑难解答-->高级 -->UEFI固件--->系统配置---启用虚拟化---保存退出。