我在Ubuntu 16.04 LTS上將VirtualBox升級到版本5.1.18 r114002(Qt5.5.1)。虛擬化一切(Kali,Windows 10)。 我遇到以下錯誤:Virtualbox - 更新後啓動虛擬機失敗
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.
我已經excuted sudo '/sbin/vboxconfig'
,並得到:
vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
vboxdrv.sh: Starting VirtualBox services.
所以,我重新安裝VirtualBox的幾次嘗試了很多解決方案。但問題沒有解決!
你重新啓動了你的機器嗎?您可能已經安裝了新版本的內核,但由於安裝後沒有啓動,因此未運行它。 –
@JimD。是的,我重新啓動了我的機器。 –