VirtualBox Fails After Windows 11 Upgrade (NtCreateFile failed)

Read Time:41 Sec

After upgrading from Windows 10 to Windows 11, VirtualBox fails to start your Virtual Machine. You receive this error:

NtCreateFile (\Device\VBoxDrvStub) failed: 0xc0000034
STATUS_OBJECT_NAME_NOT_FOUND (0 retries) (rc=-101)

Make sure the kernel module has been loaded successfully.

where: supR3HardenedWinReSpawn what: 3 VERR_OPEN_FAILED (-101) – File/Device open failed. Driver is probably stuck stopping/starting. Try ‘sc.exe query vboxsup’ to get more information about its state. Rebooting may actually help.

To resolve this issue:

  1. Locate the VBoxSup.inf file. Usually found here: C:\Program Files\Oracle\VirtualBox\drivers\vboxsup
  2. Right-Click the VBoxSup.inf file and select [Install]
  3. Open a command prompt as Administrator and run the following command:
    sc start vboxsup
  4. Start your VM

Hopefully, this helps. If you have another way of resolving the issue, let me know.

Author

Stewart Schatz

Career: Principal CNC Consultant for Syntax Systems Limited specializing Oracle JD Edwards EnterpriseOne and the technology that supports it. Side Hustle: Owner/Operator of E1Tips.com Location: Lancaster, PA USA  What I like to do: Invest in Family, Explore Technology, Lead Teams, Share Knowledge/Experience, Hunt, Hike, etc.

Average Rating

5 Star
100%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

4 thoughts on “VirtualBox Fails After Windows 11 Upgrade (NtCreateFile failed)

  1. This was the first article that appeared on my search and solved the problem.
    I had just updated Virtual Box (it was one update in a batch) and when I rebooted the computer, it failed to load my boxes.
    Apparently, Oracle failed to update their install procedures.
    Had they done that, such simple problem wouldn’t have occurred.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

E1Tips Qucik Tip Previous post Quick Tip: WebLogic NodeManager Fails To Start As Windows Service
E1Tips Qucik Tip Next post How to Print a Directory Structure Using PowerShell: Step-by-Step Guide