Reputation: 9
I am having some issues setting up my dev environment. My setup:
Windows 10 Host
Running Ubuntu 14 in a VirtualBox instance
Install Homestead
vagrant up
This error
There was an error while executing VboxManage, a CLI used by Vagrant for controlling Virtualbox. The command and stderr is shown below. Command: [hostonlyif", "create"] Stderr: 0%... Progress State: NS_ERROR_FAILURE VBoxManage: error: Failed to create the host-only adapter VboxManage: error: VboxNetAdpCtl: Error while adding new interface: VBoxNetAdpCtl: ioctl failed for > devboxnetctl: Inappropriate ioctl for devic VboxManage error: Details: code NS_ERROR_FAILURE (0x80004005), component HostNetworkInterfaceWrap, interface IHostNetworkInterface VBoxManage: error: Context: "RTEXCODE handleCreate(HandlerArg*)" at line 71 of file VBoxManageHostonly.cpp
I would greatly appreciate any insight into this issue, as my google-fu has failed me on this one (and some errors with dependencies concerning the right version of virtual box -- 5.1 doesn't work here, had to uninstall and downgrade to 5-- have depleted my energies).
Is it possible that this is an "inception" kind of issue regarding the fact that I'm setting up a virtual machine inside a virtual machine?
The (first) VBox Storage settings: 50GB partitioned, 14 current size
Granted the machine 1 cpu
The network settings is here
Thankyou in advance
Upvotes: 0
Views: 110
Reputation: 419
Try to downgrade linux kernel version. Its most probably about your hardware and linux kernel mismatch problem. Also Its not normal situation why are you using virtual machine inside virtual machine?.
Upvotes: 0
Reputation: 2483
I have had a similar problem updating from Windows 7 to Windows 10. You can see the solution in my blog (in Spanish) and automatically translated with Google translator. It is not spam ;)
Upvotes: 0