VirtualBox error on Monterey BETA

For discussions related to using VirtualBox on Mac OS X pre-releases
Locked
Adriana
Posts: 1
Joined: 21. Jul 2021, 10:48

VirtualBox error on Monterey BETA

Post by Adriana »

Hello all,

As I managed to get passed the blocking on the kernel installation by MACOS Monterey Beta, I even deleted related virtualbox entries into the kext_policy table
and upon reinstalling VirtualBox 6.1.16, I am getting this error when trying to vagrant up --provision a new VM:

vagrant up --provision
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'bento/ubuntu-16.04'...
==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'bento/ubuntu-16.04' version '202103.19.0' is up to date...
==> default: Setting the name of the VM: machine_name
==> default: Clearing any previously set network interfaces...
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: failed to open /dev/vboxnetctl: No such file or directory
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component HostNetworkInterfaceWrap, interface IHostNetworkInterface
VBoxManage: error: Context: "RTEXITCODE handleCreate(HandlerArg *)" at line 95 of file VBoxManageHostonly.cpp

Can you help me on that issue ?

When I start the VM from VirtualBox GUI it is starting but I cannot vagrant ssh as it is asking for a password.

I need to be able to provision the VM per Vagrantfile instructions.

Thanks anticipated.
mpack
Site Moderator
Posts: 39156
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: VirtualBox error on Monterey BETA

Post by mpack »

Please see existing Monterey discussions.
Locked