Network Driver Installation Issues - SOLVED

Discussions related to using VirtualBox on Windows hosts.
Post Reply
bryanc
Posts: 12
Joined: 1. Jun 2010, 01:36
Primary OS: MS Windows Vista
VBox Version: OSE other
Guest OSses: Debian

Network Driver Installation Issues - SOLVED

Post by bryanc »

For some months I have not been able to successfully install bridged networking on Vista SP 2. I now have a solution to the problem.

1. Uninstall VirtualBox

2. Delete the directory C:\Program Files\Oracle\VirtualBox
I am not sure why the uninstall didnt do this (VirtualBox 3.2.12r68302)

3. Reboot Windows

4. Run regedit.exe (as administrator)

5. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network

6. Delete the key Config

7. Exit regedit and reboot Windows

8. Install VirtualBox

9. Reboot Windows

10. Run VirtualBox

This process worked for me. It may not work if you dont have the same symptoms that I had.

I found this solution in a forum at http://serverfault.com/questions/1421/s ... ork-driver

Regards
Bryan Christianson
jonnybravo
Posts: 7
Joined: 13. Dec 2010, 20:05
Primary OS: MS Windows 7
VBox Version: PUEL
Guest OSses: Ubuntu 10.10

Re: Network Driver Installation Issues - SOLVED

Post by jonnybravo »

Hey Bryan,

Your post helped me find where to look; however, deleting the config key did not work (at least it didn't in my Win7Pro x64 host). Although, what did work is in the same area, there is a key called MaxNumFilters. On my end, that was set to 8. I changed that value to 20 (which is 14 hex). Reboot and bingo. Problem solved... bridged adapter now installed properly when running vb installer.
Latibro
Posts: 1
Joined: 29. Jun 2014, 15:10

Re: Network Driver Installation Issues - SOLVED

Post by Latibro »

THANKS!!!

The trick with MaxNumFilters helped me install 4.3.12-93733
Took me hell of a time (and lots of install combination and googling) to figure out that it was "Bridged networking support" which gave the problem.
vigilian
Posts: 36
Joined: 11. Dec 2013, 02:13

Re: Network Driver Installation Issues - SOLVED

Post by vigilian »

Have the same problem but i ve modified the key and nothing changed after reboot so iguess i need to uninstall and resintall and modify the key
cd@bertsch
Posts: 1
Joined: 17. Apr 2015, 10:45

Re: Network Driver Installation Issues - SOLVED

Post by cd@bertsch »

I also had this problem - for everyone getting the same issues - here is what my problem looked like:
Windows Event Log said:
Produktname: Oracle VM VirtualBox 4.3.20. Produktversion: 4.3.20. Produktsprache: 1033. Hersteller: Oracle Corporation. Erfolg- bzw. Fehlerstatus der Installation: 1603.
I activated the logging via VirtualBox-<your-version>-Win.exe -l
InstallNetFlt: Installing NetFlt
vboxNetFltQueryInfArray: INF 1: C:\Program Files\Oracle\VirtualBox\drivers\network\netflt\VBoxNetFlt.inf
vboxNetFltQueryInfArray: INF 2: C:\Program Files\Oracle\VirtualBox\drivers\network\netflt\VBoxNetFltM.inf
NetFlt is not installed currently

NetFlt will be installed ...

Installing 2 INF files ...

Installing INF file "C:\Program Files\Oracle\VirtualBox\drivers\network\netflt\VBoxNetFlt.inf" ...

Installing INF file "C:\Program Files\Oracle\VirtualBox\drivers\network\netflt\VBoxNetFltM.inf" ...

Install failed, hr (0x8004a029)

VBoxNetCfgWinInstallComponent failed, hr (0x8004a029)

Installation failed, rolling back installation set ...
...
The trick with MaxNumFilters helped me install VirtualBox-4.3.26-98988-Win
Post Reply