Current status starting Virtualbox - latest verstion after
Code: Select all
sudo apt-get remove virtualbox* --purge Error:
Code: Select all
RTR3InitEx failed with rc=-1912 (rc=-1912)
The VirtualBox kernel modules do not match this version of VirtualBox. The installation of VirtualBox was apparently not successful. Executing
'/sbin/vboxconfig'
may correct this. Make sure that you do not mix the OSE version and the PUEL version of VirtualBox.
where: supR3HardenedMainInitRuntime what: 4 VERR_VM_DRIVER_VERSION_MISMATCH (-1912) - The installed support driver doesn't match the version of the user.
Code: Select all
sudo /sbin/vboxconfig:
vboxdrv.sh: Starting VirtualBox services.
vboxdrv.sh: failed: modprobe vboxnetflt failed. Please use 'dmesg' to find out why.
There were problems setting up VirtualBox. To re-start the set-up process, run
/sbin/vboxconfig
as root.
Code: Select all
dmesg | grep vboxdrv
[ 3.660373] vboxdrv: Found 4 processor cores
[ 3.680011] vboxdrv: TSC mode is Invariant, tentative frequency 2893292463 Hz
[ 3.680014] vboxdrv: Successfully loaded version 5.0.24_Ubuntu (interface 0x00240000)
Any suggestion how to solve this?
Edit: also included vbox.log file