Saturday, April 27, 2024
 Popular · Latest · Hot · Upcoming
44
rated 0 times [  44] [ 0]  / answers: 1 / hits: 62291  / 3 Years ago, sun, june 6, 2021, 7:06:22

The VirtualBox 4.2.12 on Ubuntu 12.04 was running fine till I needed to install guest additon. After its installation:



 Failed to open a session for the VM Win 7 exit code 1;

RTR3Init failed with rc=-1912(rc=1912)


After running dpkg --list | grep virtualbox:



ii  virtualbox                             4.1.12-dfsg-2ubuntu0.2                  x86 virtualization solution - base binaries
rc virtualbox-4.2 4.2.6-82870~Ubuntu~precise Oracle VM VirtualBox
ii virtualbox-dkms 4.1.12-dfsg-2ubuntu0.2 x86 virtualization solution - kernel module sources for dkms
ii virtualbox-guest-additions 4.1.12-1 transitional package for virtualbox-guest-additions-iso
ii virtualbox-guest-additions-iso 4.1.12-1 guest additions iso image for VirtualBox
ii virtualbox-qt 4.1.12-dfsg-2ubuntu0.2 x86 virtualization solution - Qt based user interface


Any help is appreciated...



Thanks...


More From » 12.04

 Answers
4

You seem to have two separate versions of VirtualBox installed!



I would recommend that you fully uninstall all versions of VirtualBox:



sudo apt-get autoremove 'virtualbox*'


Then reinstall directly from Oracle. Go to the VB download page, scroll down to "Debian-based Linux distributions", and follow the instructions.



Then try again.



By the way, you don't need to use grep with dpkg. Here is a nicer alternative to your command:



dpkg --list 'virtualbox*'

[#32874] Monday, June 7, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ligdesig

Total Points: 164
Total Questions: 106
Total Answers: 114

Location: Japan
Member since Sat, Jun 6, 2020
4 Years ago
;