我在Windows7上运行Vagrant1.8.1+ VirtualBox (5.0.12),并试图引导Windows7映像(现代化I/w7-IE8)。但是,我得到了以下错误:
---------------------------
VirtualBox - Error In supR3HardenedWinReSpawn
---------------------------
<html><b>NtCreateFile(\Device\VBoxDrvStub) failed: 0xc0000034 STATUS_OBJECT_NAME_NOT_FOUND (0 retries) (rc=-101)</b><br/><br/>Make sure the kernel module has been loaded successfully.<br><br><!--EOM-->where: supR3HardenedWinReSpawn
what: 3
VERR_OPEN_FAILED (-101) - File/Device open failed.
Driver is probably stuck stopping/starting. Try 'sc.exe query vboxdrv' to get more information about its state. Rebooting may actually help.</html>
---------------------------
OK
---------------------------
我运行了查询命令,但是服务“找不到”。
> sc.exe query vboxdrv
[SC] EnumQueryServicesStatus:OpenService FAILED 1060:
The specified service does not exist as an installed service.
我也试过重新启动。没什么。
发布于 2022-10-02 07:31:18
正如已经指出的,升级后似乎存在文件路径问题,特别是当VBox打开时。这个问题的关键字在这里没有给出任何工作结果,因为我甚至找不到目录/xboxdrv/,甚至文件VBoxDrv.inf,所以我更改为缺失xboxdrv,并在这里找到了快速的https://stackoverflow.com/a/32077300/5922263。它简单地说,直接到程序列表,右键单击Oracle ,然后单击修复,这一次,确保它首先关闭:
ControlPanel > Programs > Programs and Features > Oracle VM VirtualBox
我希望这能帮到你。
https://stackoverflow.com/questions/34778147
复制相似问题