Network bridge causing virtual guest to crash on boot

Discussions related to using VirtualBox on Windows hosts.
Post Reply
Anakunda
Posts: 45
Joined: 25. Dec 2010, 13:33
Primary OS: MS Windows 7
VBox Version: OSE self-compiled
Guest OSses: Windows XP

Network bridge causing virtual guest to crash on boot

Post by Anakunda »

Hi, I was using network bridge mode for virtual adapter in all my virtual guests to access internet, but it doesn't work now. Whichever guest I try to boot, raises this error on boot attempt
Nepodařilo se otevřít sezení k virtuálnímu počítači Windows 10.

Failed to open/create the internal network 'HostInterfaceNetworking-Qualcomm Atheros AR8171/8175 PCI-E Gigabit Ethernet Controller (NDIS 6.30)' (VERR_INTNET_FLT_IF_NOT_FOUND).

Failed to attach the network LUN (VERR_INTNET_FLT_IF_NOT_FOUND).

Návratový kód: E_FAIL (0x80004005)
Komponenta: ConsoleWrap
Rozhraní: IConsole {872da645-4a9b-1727-bee2-5585105b9eed}
If I change the mode from network bridge to NAT, guests do boot and have internet access as well. I reviewed that the virtual adapter is attached to existing hardware card and found nothing invalid. The bridge mode did work for me previously with most probably the exactly same setting, so I would ask what went wrong, or how do I resolve the issue. Other than that, I notice there's a virtual hosted network at 192.168.56.1 maintained by VBox. Do I need to grant a firewall permission to this network?
scottgus1
Site Moderator
Posts: 20965
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: Network bridge causing virtual guest to crash on boot

Post by scottgus1 »

See Virtualbox Networks: In Pictures

The 192.168.56.1 network is the default Host-Only network. It is not used to grant internet access to the VM.

If your Windows host OS has gone through a major update, Virtualbox might need an uninstall a reboot and a reinstall via right-click-Run-As-Administrator.
Anakunda
Posts: 45
Joined: 25. Dec 2010, 13:33
Primary OS: MS Windows 7
VBox Version: OSE self-compiled
Guest OSses: Windows XP

Re: Network bridge causing virtual guest to crash on boot

Post by Anakunda »

There's no major OS update. Though I fully uninstalled VirtualBox Host Only Ethernet Adapter + VirtualBox software and as expected the error from OP still occurs with Network Bridge regardless to which physical card I attach it. Is there a way to fully reset network settings on virtual machine and setup from scratch?
scottgus1
Site Moderator
Posts: 20965
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: Network bridge causing virtual guest to crash on boot

Post by scottgus1 »

Something has damaged Virtualbox's ability to Bridge. The uninstall & reinstall process shown above may fix Virtualbox.
BillG
Volunteer
Posts: 5102
Joined: 19. Sep 2009, 04:44
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows 10,7 and earlier
Location: Sydney, Australia

Re: Network bridge causing virtual guest to crash on boot

Post by BillG »

If you are doing a reinstall of VirtualBox, there is an option in the installer to not install the host only adapter if you don't need it.
Bill
Simple07
Posts: 133
Joined: 5. Nov 2014, 16:05

Re: Network bridge causing virtual guest to crash on boot

Post by Simple07 »

At Windows start menu, type Virtual Network Editor (it needs to be run as Admin) and see if there is something messed up! Also check if all is well in the Turn Windows features on or off.
You could also perform repair to your Windows:
Run in Admin CMD

C:\WINDOWS\system32>chkdsk c: /b /f /v /x /scan
Also: DISM may not able to fix files even with the path resolved without using these commands before it.
C:\WINDOWS\system32>DISM /Online /Cleanup-Image /StartComponentCleanup
C:\WINDOWS\system32>DISM /Online /Cleanup-Image /AnalyzeComponentStore
C:\WINDOWS\system32>DISM /Online /Cleanup-Image /RestoreHealth
C:\WINDOWS\system32>SFC /SCANNOW
Post Reply