安装好启动报错
来源:2-5 虚拟机安装CentOS

weixin_慕少2076595
2020-04-19
安装好,无法启动,根据提问帖里面回复,安装驱动后重启,还是不行,不知道为什么
3回答
-
难道是因为你的路径中有中文?
那个“虚拟机”的路径。
122020-04-20 -
Oscar
2021-05-16
一般是因为 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 的版本)。
10 -
weixin_慕少2076595
提问者
2020-04-19
这是我的报错日志,请老师看下,谢谢
1cc.37fc: '\Device\HarddiskVolume4\虚拟机\VirtualBoxVM.exe' has no imports
1cc.37fc: supHardenedWinVerifyImageByHandle: -> 24202 (\Device\HarddiskVolume4\虚拟机\VirtualBoxVM.exe)
1cc.37fc: Fatal error:
1cc.37fc: supR3HardenedVerifySameFile: "D:\虚拟机\VirtualBoxVM.exe" isn't the same as "D:\虚拟机/VirtualBoxVM.exe"
10