VB doesn‘t start after update 6.0

Discussions related to using VirtualBox on Linux hosts.
Post Reply
Bob_Bob
Posts: 3
Joined: 2. Jan 2019, 11:58

VB doesn‘t start after update 6.0

Post by Bob_Bob »

Hello,
I have a Windows 10 VB on a Linux Host and updated to virtualbox 6.0. The follows error occurs when I try to start the VB:
Für die virtuelle Maschine Win konnte keine neue Sitzung eröffnet werden.

The virtual machine 'Win' has terminated unexpectedly during startup with exit code 1 (0x1).

Fehlercode:NS_ERROR_FAILURE (0x80004005)
Komponente:MachineWrap
Interface:IMachine {5047460a-265d-4538-b23e-ddba5fb84976}
Has anyone an idea what to do?

Thanks
Bob
Attachments
Win.vbox.txt
(11.54 KiB) Downloaded 30 times
Last edited by socratis on 2. Jan 2019, 12:54, edited 1 time in total.
Reason: Enclosed the information in [quote] tag for better readability
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: VB doesn‘t start after update 6.0

Post by socratis »

We need to see a complete VBox.log, from a complete VM run, where the problem occurs:
  • Start the VM from cold-boot (not from a paused or saved state) / Observe problem / Shutdown the VM (force close it if you have to).
  • With the VM completely shut down (not paused or saved), right-click on the VM in the VirtualBox Manager and select "Show Log".
  • Save only the first "VBox.log", ZIP it and attach it to your response. See the "Upload attachment" tab below the reply form.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Bob_Bob
Posts: 3
Joined: 2. Jan 2019, 11:58

Re: VB doesn‘t start after update 6.0

Post by Bob_Bob »

Unfortunately no log is created.
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Mostly XP

Re: VB doesn‘t start after update 6.0

Post by mpack »

Bob_Bob wrote:Unfortunately no log is created.
It couldn't get as far as the reported error message if it didn't produce a log. Look in the "Logs" subfolder of the VM folder.
Bob_Bob
Posts: 3
Joined: 2. Jan 2019, 11:58

Re: VB doesn‘t start after update 6.0

Post by Bob_Bob »

It creates really no logs in the subfolder of my VM. The only thing I cloud create was a BugReport.

I also uninstalled with apt purge and reinstalled VB 6.
Attachments
screen.png
screen.png (118.05 KiB) Viewed 2544 times
2019-01-03-10-35-39-bugreport.tgz
(6.62 KiB) Downloaded 20 times
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: VB doesn‘t start after update 6.0

Post by socratis »

Can you completely remove/uninstall/delete/purge what you have already as far as VirtualBox goes? Not your VMs of course, just the program. And then do a clean install of the official version from the Linux Downloads section of VirtualBox.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Sarke
Posts: 13
Joined: 4. Jan 2019, 06:03

Re: VB doesn‘t start after update 6.0

Post by Sarke »

Try

Code: Select all

sudo apt autoremove
or

Code: Select all

sudo apt remove virtualbox-dkms
For me the virtualbox-dkms was left from version 5, and it was interfering with version 6.
Post Reply