[Solved] virtualbox 5.2 (upgrade error) RTR3InitEx failed with rc=-1912 (rc=-1912)
Posted: 13. Feb 2018, 22:57
On ubuntu 16.04,
I met RTR3InitEx failed with rc=-1912 (rc=-1912) when I upgrade virtualbox 5.2.4 to 5.2.6: I downloaded the virtualbox 5.2.6 from official link and I found the official deb is NOT installing virtualbox-qt or virtualbox-dkms anymore though the first time I installed virtualbox it apparently did..
While installing the fork 5.0 verstion from command line installs virtualbox-qt and virtualbox-dkms automatically:
this strategy sudo apt install virtualbox works well comparatively with support of virtualbox-qt and virtualbox-dkms while I still wants to install 5.2.6 which is the latest version. So basically I prefer not to follow suggestions in the post https://askubuntu.com/questions/900794/ ... 12-rc-1912(which installs the virtualbox 5.0)
It seems this RTR3InitEx failed with rc=-1912 (rc=-1912) error is typical. Any ideas on how to fix this?
I met RTR3InitEx failed with rc=-1912 (rc=-1912) when I upgrade virtualbox 5.2.4 to 5.2.6: I downloaded the virtualbox 5.2.6 from official link and I found the official deb is NOT installing virtualbox-qt or virtualbox-dkms anymore though the first time I installed virtualbox it apparently did..
Code: Select all
# Following command installs 5.2.6 while does not install virtualbox-qt or virtualbox-dkms
sudo apt install ./virtualbox-5.2_5.2.6-120293_Ubuntu_xenial_amd64.debCode: Select all
# Following command installs virtualbox 5.0
$ sudo apt install virtualbox
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
libsdl-ttf2.0-0
Use 'sudo apt autoremove' to remove it.
The following additional packages will be installed:
virtualbox-dkms virtualbox-qt
Suggested packages:
vde2 virtualbox-guest-additions-iso
The following packages will be REMOVED:
virtualbox-5.2
The following NEW packages will be installed:
virtualbox virtualbox-dkms virtualbox-qtIt seems this RTR3InitEx failed with rc=-1912 (rc=-1912) error is typical. Any ideas on how to fix this?