2 | | 1. Download and unpack [https://technet.microsoft.com/en-us/sysinternals/debugview DebugView]; |
3 | | 2. Run DebugView.exe as Administrator, make sure 'Capture Kernel' and 'Enable Verbose Kernel Output' are checked; |
4 | | 3. Go to "Network Connections" and disable "Broadcom NetLink (TM) Gigabit Ethernet" adapter; |
5 | | 4. Re-enable it back (you should see a message starting with vboxNetLwfWinAttach in DebugView); |
6 | | 5. Start VM that fails with VERR_INTNET_FLT_IF_NOT_FOUND (you should see several messages starting with vboxNetFltOsInitInstance); |
7 | | 6. Post the lines that I mentioned above here. |
| 2 | 1. Uninstall build 104592; |
| 3 | 2. Download and unpack [https://technet.microsoft.com/en-us/sysinternals/debugview DebugView]; |
| 4 | 3. Run DebugView.exe as Administrator, make sure 'Capture Kernel' and 'Enable Verbose Kernel Output' are checked; |
| 5 | 4. Install [https://www.virtualbox.org/download/testcase/VirtualBox-5.0.51-104620-Win.exe build 104620] (you should see messages starting with '''vboxNetLwfWinAttach''' in DebugView); |
| 6 | 5. Start VM that fails with VERR_INTNET_FLT_IF_NOT_FOUND (you should see messages starting with '''vboxNetFltOsInitInstance'''); |
| 7 | 6. Please post all lines that start with '''vboxNet'''''Something'' here. |
| 8 | |