I have installed VirtualBox 5.2 from official download site.
But it does not work.
It shows the next 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.
I have spent some days in looking for solution: I have tried completely remove all virtualbox software and install new one. But nothing helps.
What I can see that I have vboxdrv 5.0 and suppose it mismatches with Virtualbox5.2.
But I don't know how to upgrade it.
Ubuntu 16.04.
I'm newbie with Ubuntu
But it does not work.
It shows the next error:
Quote:
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 I can see that I have vboxdrv 5.0 and suppose it mismatches with Virtualbox5.2.
Code:
ruslan@RuslanLaptop:~$ modinfo vboxdrv
filename: /lib/modules/4.10.0-40-generic/updates/dkms/vboxdrv.ko
version: 5.0.40_Ubuntu r115130 (0x00240000)
license: GPL
description: Oracle VM VirtualBox Support Driver
author: Oracle Corporation
srcversion: 82C46C8652E09674C56E7F1
depends:
vermagic: 4.10.0-40-generic SMP mod_unload
parm: force_async_tsc:force the asynchronous TSC mode (int)
Ubuntu 16.04.
I'm newbie with Ubuntu