[SOLVED] Cannot start VMs anymore after upgrade from Debian Stretch to Buster

Discussions related to using VirtualBox on Linux hosts.
Post Reply
PatiB87
Posts: 3
Joined: 2. Jan 2020, 15:51

[SOLVED] Cannot start VMs anymore after upgrade from Debian Stretch to Buster

Post by PatiB87 »

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:

Code: Select all

VBoxManage list vms
Now when I try to start any of them, I get this:

Code: 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 IMachine
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:

Code: Select all

VBoxManage startvm PiHole --type headless
Last edited by PatiB87 on 2. Jan 2020, 16:18, edited 2 times in total.
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows, Linux

Re: Cannot start VMs anymore after upgrade from Debian Stretch to Buster

Post by scottgus1 »

Try this web-search:

"signal 6" site:virtualbox.org

There's a few different causes.

Also consider a reinstall of Virtualbox.
PatiB87
Posts: 3
Joined: 2. Jan 2020, 15:51

Re: Cannot start VMs anymore after upgrade from Debian Stretch to Buster

Post by PatiB87 »

Hey,
first: thanks for helping!!

Reinstall is just:

Code: Select all

sudo apt remove --purge virtualbox
sudo apt install virtualbox
sudo apt install virtualbox-dkms
Right?

But currently there should not be any issues with regular virtualbox under debian buster?
PatiB87
Posts: 3
Joined: 2. Jan 2020, 15:51

Re: Cannot start VMs anymore after upgrade from Debian Stretch to Buster

Post by PatiB87 »

Oh mother of....

I think, I just f-ed it up:

Code: Select all

 VBoxManage startvm PiHole --type headless
fixed it! I fotgot the headless!

Reason for this maximum studpidness is:
Before the upgrade to buster, I used "PHPVirtualBox" for managing, which currently does not work.
This is not so critical but then I just did

Code: Select all

 VBoxManage startvm PiHole
via SSH and got the error.

Headless it works.

Goddamn!

Sorry for swearing!
Thanks a whole lot for helping!
Happy 2020! :)

Patrick
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows, Linux

Re: [SOLVED] Cannot start VMs anymore after upgrade from Debian Stretch to Buster

Post by scottgus1 »

Glad you got your guests going!
That NUC looks sweet...
Post Reply