0
After upgrading virtualbox from 4.3 to 5.1 using VB page
Trying to start a virtual machine gets 2 messages, that is clear about a driver version mismatch (VERR_VM_DRIVER_VERSION_MISMATCH
) and inviting you to execute /sbin/vboxconfig
.
The loaded drivers are not the same version as VirtualBox
$ for i in `lsmod | grep box | cut -f1 -d' '`; do modinfo $i ; echo ; done
filename: /lib/modules/3.16.0-4-amd64/updates/dkms/vboxpci.ko
version: 4.3.36_Debian <-- should be 5.1.*
[...]
(I encountered this problem and didn't find the solution on the internet so I'm posting it here, hoping it helps.)