I have an issue with VirtualBox on Ubuntu 18.04 . It won't boot my windows VM.
When I try to boot the VM, this shows up:
The virtual machine 'Windows 10' has terminated unexpectedly during startup with exit code 1 (0x1).
Fehlercode:
NS_ERROR_FAILURE (0x80004005)
Komponente:
MachineWrap
Interface:
IMachine {85cd948e-a71f-4289-281e-0ca7ad48cd89}
and in another window:
Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall virtualbox-dkms package and load the kernel module by executing
'modprobe vboxdrv'
as root.
where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.
After the installation, I noticed this:
● virtualbox.service - LSB: VirtualBox Linux kernel module
Loaded: loaded (/etc/init.d/virtualbox; generated)
Active: failed (Result: exit-code) since Thu 2018-10-18 18:09:31 CEST; 4ms ago
Docs: man:systemd-sysv-generator(8)
Process: 9827 ExecStart=/etc/init.d/virtualbox start (code=exited, status=1/FAILURE)
Okt 18 18:09:31 ubuntu systemd[1]: Starting LSB: VirtualBox Linux kernel module...
Okt 18 18:09:31 ubuntu virtualbox[9827]: * Loading VirtualBox kernel modules...
Okt 18 18:09:31 ubuntu virtualbox[9827]: * No suitable module for running kernel found
Okt 18 18:09:31 ubuntu virtualbox[9827]: ...fail!
Okt 18 18:09:31 ubuntu systemd[1]: virtualbox.service: Control process exited, code=exited status=1
Okt 18 18:09:31 ubuntu systemd[1]: virtualbox.service: Failed with result 'exit-code'.
Okt 18 18:09:31 ubuntu systemd[1]: Failed to start LSB: VirtualBox Linux kernel module.
I've already tried reinstalling everything, and almost everything I found on the internet, but nothing is working.
I would really appreciate if somebody can help me. :)
lsmod | grep vbox
and post it! – George Udosen Oct 18 '18 at 16:33