硬关闭后 VirtualBox 无法启动
NtCreateFile(\Device\VBoxDrvStub) failed: 0xc000000034 STATUS_OBJECT_NAME_NOT_FOUND)
我也面临同样的问题。只需按照以下步骤操作即可解决问题。
转到C:\Program Files\Oracle\VirtualBox\drivers\vboxdrv 文件夹。
右键单击 VBoxDrv.inf,然后单击安装。
以管理员身份运行命令提示符。
输入以下命令并按 Enter。
sc 启动 vboxdrv
打开 Virtual Box 并再次运行虚拟机。
希望能帮助到你!谢谢!
在别处找到答案:
https://forums.virtualbox.org/viewtopic.php?t=66442#p314829
: NtCreateFile(\Device\VBoxDrvStub) failed: 0xc000000034
Postby kpenrose » 6. Mar 2015, 19:15
Okay - got it working.
Here's what I did.
Went to the C:\Program Files\Oracle\VirtualBox\drivers\vboxdrv directory, right clicked on VBoxDrv.inf and selected Install. I then went back to my console and typed 'sc start vboxdrv' and got this:
SERVICE_NAME: vboxdrv
TYPE : 1 KERNEL_DRIVER
STATE : 4 RUNNING
(STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
PID : 0
FLAGS :
Went back to VirtualBox and was able to start the Ubuntu virtual machine.
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
7283 次 |
| 最近记录: |