

How To Reproduce Can Not Select Disk To Install macOS Error Window. UPDATE: Fixed in VirtualBox version 6.1.30 the version 6.1. The latest 6.1 test build has the fix, but the usual "not notarized" caveat applies which is documented there, with the "disable SIP" workaround. The issue seems to be addressed in ticket number 20636 titled, “ VBoxHeadless does not run in macOS Monterey 12.0.1 => fixed in SVN/next maintenance.” And according to a comment by the user “klaus”: UPDATE: It seems to be an issue in VirtualBox itself, and not Vagrant. So this all might boil down to this being fixed in Vagrant 2.2.19? Or maybe VirtualBox is misbehaving as well?Ĭonfusing and annoying, but hopefully this helps in some way. That said, another user in that issue thread states that config.vm.network networking commands might not work. So just find the config.vm.provider "virtualbox" do block in your Vagrantfile and set that v.gui = true and it should work now albeit with a GUI popping up which might be a wee bit annoying. You can easily tell the VirtualBox provider to boot with a GUI: config.vm.provider "virtualbox" do |v| Common use cases include wanting to see a browser that may be running in the machine, or debugging a strange boot issue. Headlessīy default, VirtualBox machines are started in headless mode, meaning there is no UI for the machines visible on the host machine. And the only work-around for now is to set the startup option to gui instead of headless.Īs explained in the official Vagrant docs: GUI vs. The command that is failing is the default headless option for staring VMs via Vagrant.

Note the specific error you have posted: There was an error while executing `VBoxManage`, a CLI used by Vagrant

The issue seems 100% unrelated to VirtualBox 6.1.28 or even the earlier 6.1.26 since people report the same overall behavior. There is a healthy and detailed thread in the official HashiCorp repo for Vagrant about this: “ Vagrant up issues in Mac OS Monterey #12557” The issue has been solved with the release of VirtualBox version 6.1.30.

This is a known issue and seems to be related to VirtualBox version 6.1.28. I tried reinstalling both Vagrant and Virtualbox but no luck.
VIRTUALBOX FOR MAC OS MONTEREY CODE
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine Stderr: VBoxManage: error: The virtual machine 'vm_default_1635193007482_74329' has terminated unexpectedly during startup because of signal 10 The command and stderr is shown below.Ĭommand: There was an error while executing `VBoxManage`, a CLI used by Vagrantįor controlling VirtualBox. => default: Running 'pre-boot' VM customizations. => default: Preparing network interfaces based on configuration.ĭefault: 80 (guest) => 3000 (host) (adapter 1)ĭefault: 22 (guest) => 2222 (host) (adapter 1) => default: Clearing any previously set network interfaces. => default: Clearing any previously set forwarded ports. => default: Checking if box 'tynesolutions/ruby-node-redis-mysql-ubuntu' version '2.0.0' is up to date. I upgraded my Mac to Monterey today, and now I get the following error when I run vagrant up Bringing machine 'default' up with 'virtualbox' provider.
