Virtualbox error E_FAIL (0x80004005)
Virtualbox error E_FAIL (0x80004005)
Failed to open a session for the virtual machine Ubuntu.
Failed to open/create the internal network ‘HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter’ (VERR_INTNET_FLT_IF_NOT_FOUND).
Failed to attach the network LUN (VERR_INTNET_FLT_IF_NOT_FOUND).
Result Code: E_FAIL (0x80004005)
Component: ConsoleWrap
Interface: IConsole {872da645-4a9b-1727-bee2-5585105b9eed}
hiberstackers Edited question February 26, 2021
You need to create a host-only adapter and attach it to the VM. Follow the below steps,
- In VirtualBox, click on File
- Host Network Manager
- Create
- Check Enable and Close
- Open VM settings
- Network
- Enable Adapter 2,
- Attached to: Host-only Adapter
- Name: VirtualBox Host-Only Ethernet Adapter
- Advance > Promiscuous Mode: Allow All
- OK
Start the VM now.
hiberstackers Answered question February 24, 2021