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?
User contributions licensed under CC BY-SA 3.0