Vagrant up error: Stderr: VBoxManage: error: The virtual machine has terminated unexpectedly during startup with exit code

-1

I am trying to create a virtual machine with vagrand, I am using manjaro xfce system operation.

I use the Vagrant files from here: https://github.com/Leohige/vagrant-rails5

But I always got this 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", "d4682eb1-179a-4dc1-bb9e-fe872e118242", "--type", "headless"]

Stderr: VBoxManage: error: The virtual machine 'projects_default_1546543250708_75290' has terminated unexpectedly during startup with exit code 1 (0x1)

VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine

Some one can help?

vagrant
virtual-machine
virtualbox
asked on Stack Overflow Jan 4, 2019 by Lucas Andrade • edited Jan 4, 2019 by anothermh

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0