1

I have migrated from MacPro 2017 to MacPro 2019 when I run vagrant up I stuck in the following error:

There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["startvm", "492bedf4-2a89-455e-9900-97ba2acf456a", "--type", "headless"]

Stderr: VBoxManage: error: The virtual machine 'homestead' has terminated unexpectedly during startup because of signal 9
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine
  • I voted to close because both vagrant and virtualbox questions are off topic and this is not a programming question. – Rob Dec 03 '22 at 11:06

1 Answers1

0

After doing some R&D I have fixed the issue by reinstalling VirtualBox and Vagrant. My versions were 7.0.4 and 2.3.3 respectively

Cheers......