Recently I installed virtualbox 5.1.8 on Ubuntu 16.04.1 LTS. I installed also the extension packs. When I try to start a VM headless I get this error:
vboxmanage startvm VM1 --type headless
Waiting for VM "VM1" to power on...
VBoxManage: error: The virtual machine 'VM1' has terminated unexpectedly during startup with exit code 1 (0x1)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine
The VM did run fine on virtualbox 5.0. I am connecting by ssh to a remote server so I have no GUI.
Can anyone help me get this work?
Thnx