一般是因为 Windows 里面的 hyper-V 没关闭,Virtualbox 与 hyper-V 是冲突的,所以出现了异常。
多谢 慕粉3959400 提醒。我在网上看了,也有提到 hyper-V 的。
在 Windows 中打开 cmd 命令提示符,在其中输入以下命令来关闭 hyper-V
bcdedit /set hypervisorlaunchtype off
然后重启电脑,即可。
如果以后要重新打开 hyper-V ,可以用以下命令
bcdedit /set hypervisorlaunchtype auto
------------------
如果还是不行,可以在安装 virtualbox 之前,先安装一下它的 VirtualBox Extension Pack:https://www.virtualbox.org/wiki/Downloads 里面 VirtualBox x.x.x Oracle VM VirtualBox Extension Pack(这里的 x.x.x 是对应你下载的 VirtualBox 的版本)。