Ubuntu安装virtualBox无法启动

Ubuntu安装virtualBox无法启动_第1张图片

不多说,问题如上图:

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.


解决步骤:

1.

命令: dpkg - l | grep virtualbox  

  

2.


sudo apt-get remove virtualbox-dkms  卸载dkms

Ubuntu安装virtualBox无法启动_第2张图片

3.   等dkms卸载完成, 执行sudo apt-get install dkms (不知道有没有用)


Ubuntu安装virtualBox无法启动_第3张图片

4. 执行 sudo /sbin/vboxconfig  也就是最上面报错的图里的提示。

5. 试着打开virtualbox , 正常启动 oracle vm virtualbox.

你可能感兴趣的:(Ubuntu)