Virtualbox error STATUS_OBJECT_NAME_NOT_FOUND
I am trying to explore virtualbox, while creating a virtual machine using VirtualBox on Windows 8.1 -the got these errors which stopped me many hours I have to say-:
NtCreateFile(\Device\VBoxDrvStub) failed: 0xc0000034
STATUS_OBJECT_NAME_NOT_FOUND (0 retries)
Driver is probably stuck stopping/starting. Try 'sc.exe query vboxdrv' to get more information about its state. Rebooting may actually help. (rc=-101)
Solution:
I tried to run the cmd administrator-like sc.exe query vboxdrv and effectively appeared as 'stopped' or Stopped, I tried to start it with sc.exe start and that vboxdrv It worked:
C: \ Windows \ system32> sc start vboxdrv
-Name: vboxdrv
TYPE: 1 KERNEL_DRIVER
STATE: 4 RUNNING
(Stoppable, NOT_PAUSABLE, IGNORES_SHUTDOWN)
CÓD_SALIDA_WIN32: 0 (0x0)
CÓD_SALIDA_SERVICIO: 0 (0x0)
PUNTO_COMPROB. : 0x0
INDICACIÓN_INICIO: 0x0
PID: 0
BRANDS:
Then I proceeded and everything was working perfectly.
I am trying to explore virtualbox, while creating a virtual machine using VirtualBox on Windows 8.1 -the got these errors which stopped me many hours I have to say-:
NtCreateFile(\Device\VBoxDrvStub) failed: 0xc0000034
STATUS_OBJECT_NAME_NOT_FOUND (0 retries)
Driver is probably stuck stopping/starting. Try 'sc.exe query vboxdrv' to get more information about its state. Rebooting may actually help. (rc=-101)
Solution:
I tried to run the cmd administrator-like sc.exe query vboxdrv and effectively appeared as 'stopped' or Stopped, I tried to start it with sc.exe start and that vboxdrv It worked:
C: \ Windows \ system32> sc start vboxdrv
-Name: vboxdrv
TYPE: 1 KERNEL_DRIVER
STATE: 4 RUNNING
(Stoppable, NOT_PAUSABLE, IGNORES_SHUTDOWN)
CÓD_SALIDA_WIN32: 0 (0x0)
CÓD_SALIDA_SERVICIO: 0 (0x0)
PUNTO_COMPROB. : 0x0
INDICACIÓN_INICIO: 0x0
PID: 0
BRANDS:
Then I proceeded and everything was working perfectly.
No comments:
Post a Comment