-
Notifications
You must be signed in to change notification settings - Fork 91
Description
Unable to complete quickstart for Vagrant & Virtualbox. Failing at step 2
Local env
MacOS 15.3 M1 ARM
VBoxManage --version 7.1.10r169112
vagrant --version
Vagrant 2.4.8
vagrant box list
generic/ubuntu2204 (virtualbox, 4.3.2)
Current Behaviour
`vagrant up
Bringing machine 'stack' up with 'virtualbox' provider...
==> stack: Checking if box 'generic/ubuntu2204' version '4.3.2' is up to date...
==> stack: Clearing any previously set forwarded ports...
==> stack: Clearing any previously set network interfaces...
==> stack: Preparing network interfaces based on configuration...
stack: Adapter 1: nat
stack: Adapter 2: hostonly
==> stack: Forwarding ports...
stack: 22 (guest) => 2222 (host) (adapter 1)
==> stack: Running 'pre-boot' VM customizations...
==> stack: 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", "a5d9c049-eb5c-465a-b792-eca5c8f884a7", "--type", "headless"]
Stderr: VBoxManage: error: The VM session was aborted
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component SessionMachine, interface ISession
`
Is this problem caused by the compatibility issues between the M1 chip, Vagrant, and VirtualBox?