I just upgraded my Debian Stretch to Buster on my Intel NUC.
Now I cannot start my VMs anymore - which unfortunately is very important to my house...
Therefore I need your help urgently.
I can correctly list my VMs with:
Code: Select all
VBoxManage list vmsCode: Select all
Waiting for VM "PiHole" to power on...
VBoxManage: error: The virtual machine 'PiHole' has terminated unexpectedly during startup because of signal 6
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachineThanks for any help!!!
Patrick
EDIT: SOLVED!
I was SO STUPID to forget the "--type headless"
Command is:
Code: Select all
VBoxManage startvm PiHole --type headless