Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

After Migration from old Mac to new Mac Stderr:VBoxManage: error: The virtual machine 'homestead' has terminated unexpectedly.. because of signal 9

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
like image 572
Muhammad Nauman Yousaf Avatar asked Nov 02 '25 16:11

Muhammad Nauman Yousaf


2 Answers

I just updated VirtualBox to the latest version (7.0.12) and It worked!

like image 142
Shehan Tis Avatar answered Nov 04 '25 18:11

Shehan Tis


I have just updated my Mac OS to 14.2.1 (23C71). After the update, I was facing the same issue.

    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 have just updated my Virtual Box to 7.0.12, and it work cheers :)

like image 41
Muhammad Nauman Yousaf Avatar answered Nov 04 '25 20:11

Muhammad Nauman Yousaf