I try to run an embedded linux on a vm. It is necessary for me to access the vm via broadcasts, therefore I need that it is connected to the local network as bridged guest.
I use the latest version 4.3.16 on a Windows 8.1 (latest patch). As far as I can see, is the Virtual Network Adapter missing? But if it is missing, I've no idea how to enable/install it: Is it a problem that I've installed VMWare parallel to VirtualBox?
After changing to "NAT" mode the guest starts.
Failed to open a session for the virtual machine XPenology.
Failed to open/create the internal network 'HostInterfaceNetworking-Realtek PCIe GBE Family Controller' (VERR_INTNET_FLT_IF_NOT_FOUND).
Failed to attach the network LUN (VERR_INTNET_FLT_IF_NOT_FOUND).
Fehlercode:E_FAIL (0x80004005)
Komponente:Console
Interface:IConsole {8ab7c520-2442-4b66-8d74-4ff1e195d2b6}
The most results I found at Google to that problem were regarding linux hosts. The solution were to upgrade to 4.3.x and/or a link to bug report ticket. But my host sys is neither a linux nor I run an old 4.1 or 4.2 version of VB.
I hope my post is clear and comprehensible. Does somebody have an idea? Thanks.
Update 1:
I found a older similar thread: viewtopic.php?f=6&t=59116&start=15#p284600 . I will check this. -> Ok it is impossible to delete the mentioned reg key, because on my host is no key called HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\Config
Update 2:
In the meanwhile, I uninstalled VB and VMware, rebooted, installed VB again (as Admin), Problem stays the same. My log of my last try:
Code: Select all
00:00:02.545608 IntNet#0: szNetwork={HostInterfaceNetworking-Realtek PCIe GBE Family Controller} enmTrunkType=3 szTrunk={\DEVICE\{8293FC09-3540-415F-BDED-91881224BEB5}} fFlags=0x8000 cbRecv=325632 cbSend=196608 fIgnoreConnectFailure=false
00:00:02.545675 VMSetError: D:\tinderbox\win-4.3\src\VBox\Devices\Network\DrvIntNet.cpp(1752) int __cdecl drvR3IntNetConstruct(struct PDMDRVINS *,struct CFGMNODE *,unsigned int); rc=VERR_INTNET_FLT_IF_NOT_FOUND
00:00:02.545850 VMSetError: Failed to open/create the internal network 'HostInterfaceNetworking-Realtek PCIe GBE Family Controller'
00:00:02.545891 VMSetError: D:\tinderbox\win-4.3\src\VBox\Devices\Network\DevE1000.cpp(7693) int __cdecl e1kR3Construct(struct PDMDEVINS *,int,struct CFGMNODE *); rc=VERR_INTNET_FLT_IF_NOT_FOUND
00:00:02.545895 VMSetError: Failed to attach the network LUN
00:00:02.545905 PDM: Failed to construct 'e1000'/0! VERR_INTNET_FLT_IF_NOT_FOUND (-3600) - The networking interface to filter was not found.
00:00:02.548265 AIOMgr: Preparing flush failed with VERR_NOT_SUPPORTED, disabling async flushes
00:00:02.573841 ERROR [COM]: aRC=E_FAIL (0x80004005) aIID={8ab7c520-2442-4b66-8d74-4ff1e195d2b6} aComponent={Console} aText={Failed to open/create the internal network 'HostInterfaceNetworking-Realtek PCIe GBE Family Controller' (VERR_INTNET_FLT_IF_NOT_FOUND).
00:00:02.573896 Failed to attach the network LUN (VERR_INTNET_FLT_IF_NOT_FOUND)}, preserve=false
00:00:02.581523 Power up failed (vrc=VERR_INTNET_FLT_IF_NOT_FOUND, rc=E_FAIL (0X80004005))
00:00:02.956350 UIMachineView::storeGuestSizeHint: Storing guest size-hint for screen 0 as 640x480In another thread I read that I coud try to boot the vm with disbaled netowrk adapter, shutdown, enable network adapter and start again - but no change.