Error on running vagrant up while booting VM

0

I have been trying to set up a homestead environment for laravel. However, when I try to run the command vagrant up --provision in my homestead folder, vagrant quits while booting VM with the following error:

==> homestead: 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", "8236b632-de5f-4b99-a85f-4389d90e7712", "--type", "headless"]

Stderr: VBoxManage.exe: error: The configuration constructor in main failed due to a COM error. Check the release log of the VM for further details. (VERR_MAIN_CONFIG_CONSTRUCTOR_COM_ERROR)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole

I have tried uninstalling then reinstalling both vagrant and virtualbox but I keep running into the same error

I am running a windows 10 machine with virtual box 6.1.12 and vagrant 2.2.9

laravel
vagrant
homestead
asked on Stack Overflow Aug 11, 2020 by ken_the_dev • edited Aug 11, 2020 by ken_the_dev

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0