我的主机是 Windows 10,我安装了 virtualbox,并在虚拟机中运行 Ubuntu 14.04,然后尝试在虚拟机中使用 vagrant(需要 virtualbox)。因此,实际上我在 virtualbox 中运行 virtualbox。
当我运行 vagrant up 时,出现此错误:
VT-x/AMD-V hardware acceleration is not available on your system. Your 64-bit guest will fail to detect a 64-bit CPU and will not be able to boot.
当我转到我的 vm virtualbox 设置时,加速选项卡被禁用。
是不是因为主机 VirtualBox 已经在使用硬件加速,因此虚拟机无法使用?
有没有办法可以在虚拟机内部使用它?