[SOLVED] Cannot start VMs anymore after upgrade from Debian Stretch to Buster
Posted: 2. Jan 2020, 15:54
Hey,
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:
Now when I try to start any of them, I get this:
Why reason could this have? I absolutely have no clue, yet I need these VMs to run for several services in my house and network. 
Thanks for any help!!!
Patrick
EDIT: SOLVED!
I was SO STUPID to forget the "--type headless"
Command is:
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