I have installed VirtualBox Version 5.1.18 r114002 (Qt5.5.1) on Ubuntu 16.04 LTS. To virtualize everything (Kali, Windows 10).
I encounter the following error:
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.
- What causes this problem?
- How can this problem be solved?
When i run dpkg --list virtualbox-* in terminal, I get:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============-============-============-=================================
rc virtualbox-5.0 5.0.32-11293 i386 Oracle VM VirtualBox
rc virtualbox-5.1 5.1.18-11400 i386 Oracle VM VirtualBox
un virtualbox-gue <none> <none> (no description available)
un virtualbox-gue <none> <none> (no description available)
un virtualbox-ose <none> <none> (no description available)


/sbin/vboxconfigmy correct this. last version of virtualbox in repository is:5.0.32, I suggest installing the vbox from offical repository. – Ravexina Apr 06 '17 at 13:285.1.18and installed5.0.32but get previous Error. – Ali Hesari Apr 06 '17 at 19:00dpkg --list virtualbox-*and updated my question. – Ali Hesari Apr 06 '17 at 19:34dpkg --list virtualbox-*and updated my question. – Ali Hesari Apr 06 '17 at 19:35sudo apt-get autoremove --purge virtualbox-5.1, then remove the unofficial repositories, and install virtualbox. – Ravexina Apr 06 '17 at 19:41dpkg --list virtualbox-*result:+++-==============-============-============-================================= ii virtualbox-5.0 5.0.32-11293 i386 Oracle VM VirtualBox un virtualbox-gue <none> <none> (no description available) un virtualbox-gue <none> <none> (no description available) un virtualbox-ose <none> <none> (no description available)– Ali Hesari Apr 06 '17 at 19:58uname -m– Ravexina Apr 06 '17 at 21:08x86_64– Ali Hesari Apr 07 '17 at 03:31apt-cache madison virtualbox | grep -iv source– Ravexina Apr 07 '17 at 08:54apt-cache madison virtualbox, and after opening virtualbox fromhelpmenu chooseabout, check what version you are running. – Ravexina Apr 07 '17 at 09:06whereis virtualboxsee what versions are available, try the right one ;) – Ravexina Apr 07 '17 at 12:02whereis virtualboxto locate the right version? – Ravexina Apr 09 '17 at 16:15virtualbox: /usr/bin/virtualbox /usr/lib/virtualbox /usr/share/virtualbox– Ali Hesari Apr 09 '17 at 19:36