Ubuntu 15.10 to 16.04 upgrade results in issues with Virtualbox
Posted: 2. Aug 2016, 21:34
Hi - after upgrading Ubuntu 15.10 to 16.04 virtualbox start having issues and I couldn't start my VM (also Ubuntu) - I don't know exactly what I did to try to solve it in the beginning but probably made a mess while doing it.
Current status starting Virtualbox - latest verstion after
Then restarted, reinstalled, restarted but the error still wasn't solved.
Error:
then tried
so... it seems like there is still some remaining stuff from 5.0.24_Ubuntu that I installed after the first problems occurred and it isn't removed by sudo apt-get remove virtualbox* --purge
Any suggestion how to solve this?
Edit: also included vbox.log file
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