Hello,
Getting a horific VBoxManage error while at Booting VM
stage.
Wondering where to find help for this situation.
Do not know where to look for help.
Is this a Vagrant or VirtualBox ?
Which forum should this question be sent too?
My goal is to setup Varying Vagrant Vagrants (VVV) Wordpress Local Developmet server.
Meanwhile, successfully installed another random vagrant box and was able to run both vagrant up
and vagrant ssh
commands on that box,
It seems like vagrant is setup properly.
Any clues appreciated.
Thank you.
antho@DESKTOP-LHRUNLM MINGW64 ~/Documents/vagrant/vvv (master)
$ vagrant up
__ __ __ __
\ V\ V\ V / Varying Vagrant Vagrants
\_/\_/\_/ v3.2.0-git::master
Platform: platform-mingw32 windows vagrant-hostsupdater NoColour shared_db_folder_disabled , VVV Path: "C:/Users/antho/Documents/vagrant/vvv"
Vagrant: v2.2.6, VirtualBox: vN/A
Docs: https://varyingvagrantvagrants.org/
Contribute: https://github.com/varying-vagrant-vagrants/vvv
Dashboard: http://vvv.test
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Checking if box 'ubuntu/bionic64' version '20191125.0.0' is up to date...
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
default: Adapter 2: hostonly
==> default: Forwarding ports...
default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["startvm", "d8aa572a-8e94-4e0c-80af-8bc51a667875", "--type", "headless"]
Stderr: VBoxManage.exe: error: Failed to open/create the internal network 'HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #2' (VERR_INTNET_FLT_IF_NOT_FOUND).
VBoxManage.exe: error: Failed to attach the network LUN (VERR_INTNET_FLT_IF_NOT_FOUND)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole