2021年9月13日 星期一

VBoxDrvStub: STATUS_OBJECT_NAME_NOT_FOUND

 

I run a VM on virtualbox 6.1.26 r145957, and got an error,

2e90.3314: Error opening VBoxDrvStub:  STATUS_OBJECT_NAME_NOT_FOUND

2e90.3314: supR3HardenedWinReadErrorInfoDevice: NtCreateFile -> 0xc0000034

2e90.3314: Error -101 in supR3HardenedWinReSpawn! (enmWhat=3)

2e90.3314: 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.

19f0.2fd8: supR3HardenedWinCheckChild: enmRequest=2 rc=-101 enmWhat=3 supR3HardenedWinReSpawn: 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.


sc.exe query vboxdrv

[SC] EnumQueryServicesStatus:OpenService 無法 1060:

指定的服務並不是已安裝的服務。 


Found 

C:\Program Files\Oracle\VirtualBox\drivers\vboxdrv\VBoxDrv.inf

On this inf file, on mouse right click, choose [Install] to install the vboxdrv


after then, you can query vboxdrv

sc.exe query vboxdrv

SERVICE_NAME: vboxdrv

        TYPE               : 1  KERNEL_DRIVER

        STATE              : 1  STOPPED

        WIN32_EXIT_CODE    : 1077  (0x435)

        SERVICE_EXIT_CODE  : 0  (0x0)

        CHECKPOINT         : 0x0

        WAIT_HINT          : 0x0


and then start vboxdrv by using administrator permission

sc start vboxdrv

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              :
















沒有留言: