Talon Mooring
Talon Mooring

Reputation: 9

Homestead in a Ubuntu 14 VBox - Setup Errors

I am having some issues setting up my dev environment. My setup:

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?

Thankyou in advance

Upvotes: 0

Views: 110

Answers (2)

kemalatila
kemalatila

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

Jesús Amieiro
Jesús Amieiro

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

Related Questions