After last Ubuntu update, when I try to start a VM, I've got this error:
Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver is either not loaded or not set up correctly. Please reinstall virtualbox-dkms package and load the kernel module by executing 'modprobe vboxdrv' as root.
If I execute sudo modprobe vboxdrv
, then I get this:
FATAL: Module vboxdrv not found in directory /lib/modules/6.5.0-14-generic
If I reinstall the package, then I get this:
Building initial module for 6.5.0-14-generic
ERROR: Cannot create report: [Errno 17] File exists: '/var/crash/virtualbox-dkms.0.crash'
Error! Bad return status for module build on kernel: 6.5.0-14-generic (x86_64)
Consult /var/lib/dkms/virtualbox/6.1.38/build/make.log for more information.
dpkg: error al procesar el paquete virtualbox-dkms (--configure)
Any ideas, please?
/var/log/apt/history.log
to see if a Kernel update was among your last updates. – Thomas Ward Jan 11 '24 at 19:55