VirtualBox won't start on Centos 7 host
Posted: 31. Jan 2018, 13:26
Hi . I'm strugling with this for some time . Im trying to start with vagrant virtual machine in headless mode, and I'm receiving this message from virtualbox service:
maybe someone saw this before
~ piotrs
Code: Select all
Command: ["startvm", "a4bcdaad-d488-4d46-a9cd-b7d2f2ad3e55", "--type", "headless"]
Stderr: VBoxManage: error: The virtual machine 'tmp_piotrs_default_1517388279408_89552' has terminated unexpectedly during startup with exit code 1 (0x1)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["startvm", "a4bcdaad-d488-4d46-a9cd-b7d2f2ad3e55", "--type", "headless"]
Stderr: VBoxManage: error: The virtual machine 'tmp_piotrs_default_1517388279408_89552' has terminated unexpectedly during startup with exit code 1 (0x1)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine
~ piotrs