Yesterday my Virtualbox guests were still running. Today I get the following error for all guests (windows or Linux).
Failed to open a session for the virtual machine win10.
The VM session was closed before any attempt to power it on.
Result Code: NS_ERROR_FAILURE (0x80004005)
Component: SessionMachine
Interface: ISession {7844aa05-b02e-4cdd-a04f-ade4a762e6b7}
I already tried to run sudo /sbin/vboxconfig
, reinstalling from Software Manager, reinstalling following Cannot run virtual machines after upgrading virtualbox from 5.0 to 5.1 and upgrading to 5.2.12 r122591 and 5.2.14 r123301. The result was always the same.
My current kernel version is 4.15.0-24-generic #26-Ubuntu SMP.
$ VBoxManage list extpacks
Extension Packs: 1
Pack no. 0: Oracle VM VirtualBox Extension Pack
Version: 5.2.14
Revision: 123301
Edition:
Description: USB 2.0 and USB 3.0 Host Controller, Host Webcam, VirtualBox RDP, PXE ROM, Disk Encryption, NVMe.
VRDE Module: VBoxVRDP
Usable: true
dkms status
? – David Foerster Jul 08 '18 at 20:21VBoxManage list extpacks
.dkms status
said that dkms was not installed. After installing dkmsdkms status
now returns to the prompt without any output. – muclux Jul 08 '18 at 20:27vboxdrv setup
but they didn't help. – muclux Jul 11 '18 at 05:59