[Solved] Win 11 VirtualBox Failed to open a session ...

Discussions related to using VirtualBox on Windows hosts.
Post Reply
Wojciech
Posts: 2
Joined: 17. Sep 2022, 11:24

[Solved] Win 11 VirtualBox Failed to open a session ...

Post by Wojciech »

Hi,
I'm running Virtual Box on win 11 and encountered wired issue which is that virtual box is not running any virtual machine when Network is set to Bridged. With Nat is working fine. Did try few tricks from forum but nothing helped.
I'm running win 11 with newest VirtualBox and extension pack.

Error:
Failed to open a session for the virtual machine machine_name.

Failed to open/create the internal network 'HostInterfaceNetworking-Killer(R) Wi-Fi 6 AX1650i 160MHz Wireless Network Adapter (201NGW)' (VERR_SUPDRV_COMPONENT_NOT_FOUND).

Failed to attach the network LUN (VERR_SUPDRV_COMPONENT_NOT_FOUND).

Result Code: E_FAIL (0x80004005)
Component: ConsoleWrap
Interface: IConsole {872da645-4a9b-1727-bee2-5585105b9eed}


Log says:
00:00:03.313776 GIM: KVM: Resetting MSRs
00:00:03.314602 NEM: Destroying partition 0000000001b02850 with its 2 VCpus...
00:00:03.466208 ERROR [COM]: aRC=E_FAIL (0x80004005) aIID={872da645-4a9b-1727-bee2-5585105b9eed} aComponent={ConsoleWrap} aText={Failed to open/create the internal network 'HostInterfaceNetworking-Killer(R) Wi-Fi 6 AX1650i 160MHz Wireless Network Adapter (201NGW)' (VERR_SUPDRV_COMPONENT_NOT_FOUND).
00:00:03.466232 Failed to attach the network LUN (VERR_SUPDRV_COMPONENT_NOT_FOUND)}, preserve=false aResultDetail=-3700
00:00:03.466417 Console: Machine state changed to 'PoweredOff'
00:00:03.469270 Power up failed (vrc=VERR_SUPDRV_COMPONENT_NOT_FOUND, rc=E_FAIL (0X80004005))
00:00:03.970101 GUI: UIMachineViewNormal::resendSizeHint: Restoring guest size-hint for screen 0 to 1707x858
00:00:03.970153 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={4680b2de-8690-11e9-b83d-5719e53cf1de} aComponent={DisplayWrap} aText={The console is not powered up (Display::setVideoModeHint)}, preserve=false aResultDetail=0
00:00:03.970261 GUI: Aborting startup due to power up progress issue detected...


Any idea how to solve it?

Thx for any help!
mpack
Site Moderator
Posts: 39156
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: Win 11 VirtualBox Failed to open a session ...

Post by mpack »

Check the adapter options for the host network card. The VirtualBox NDISx Bridged Networking Adapter needs to have been installed and enabled. And make sure that the network adapter has that exact name, which includes not having a "(2)" on the end.

Note that bridged networking does not always work with WiFi adapters, but I think you'd be getting a different error message or symptoms.
Attachments
Image1.png
Image1.png (50.01 KiB) Viewed 4515 times
Wojciech
Posts: 2
Joined: 17. Sep 2022, 11:24

Re: Win 11 VirtualBox Failed to open a session ...

Post by Wojciech »

Thank you so much! It works now! I thought I'll have to switch to Hyper -V or something but it solved now!

Have a good day :)
mpack
Site Moderator
Posts: 39156
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: Win 11 VirtualBox Failed to open a session ...

Post by mpack »

Thanks for reporting back.
Post Reply