Installing 5.1.14 and Virtalbox GUI freezes at startup
Posted: 26. Jan 2017, 11:58
Hi,
on my host I have got Ubuntu 14.04.5 LTS (Ubuntu Trusty) 64-bit and so far I was running VirtualBox 4.3.38 64-bit with VirtualBox GUI without a problem.
Today I have decided to upgrade VirtualBox to the latest version VirtualBox 5.1.14 64-bit, but I got into a trouble not able to start VirtualBox GUI after successful install.
I did the following:
1. I have uninstalled VirtualBox 4.3.38
2. I have autoremove all unneeded files
3. I have restarted host machine (just in case)
4. I have tried to install VirtualBox 5.1.14
5. Install failed because of dependencies. I installed dependencies
6. Install VirtualBox 5.1.14, by repeating step 4. Full output:
7. I tried to start VirtualBox GUI
Now a problem: Nothing happens. Shell window just stays black and no error or anything else. Just looks like something is going to be started, but it is not. I waited like 10 minutes and still nothing.
Now I have removed VirtualBox 5.1.14 and installed back VirtualBox 4.3.38 and running virtualbox from shell window and VirtualBox GUI starts up instantly.
Any idea what may be wrong with VirtualBox 5.1.14 on my computer?
on my host I have got Ubuntu 14.04.5 LTS (Ubuntu Trusty) 64-bit and so far I was running VirtualBox 4.3.38 64-bit with VirtualBox GUI without a problem.
Today I have decided to upgrade VirtualBox to the latest version VirtualBox 5.1.14 64-bit, but I got into a trouble not able to start VirtualBox GUI after successful install.
I did the following:
1. I have uninstalled VirtualBox 4.3.38
Code: Select all
sudo dpkg -P virtualbox-4.3Code: Select all
sudo apt-get autoremoveCode: Select all
sudo rebootCode: Select all
sudo dpkg -i virtualbox-5.1_5.1.14-112924~Ubuntu~trusty_amd64.debCode: Select all
sudo apt-get -f installIt looks everything fine to me so far.sudo dpkg -i virtualbox-5.1_5.1.14-112924~Ubuntu~trusty_amd64.deb
(Reading database ... 131151 files and directories currently installed.)
Preparing to unpack virtualbox-5.1_5.1.14-112924~Ubuntu~trusty_amd64.deb ...
Unpacking virtualbox-5.1 (5.1.14-112924~Ubuntu~trusty) over (5.1.14-112924~Ubuntu~trusty) ...
Setting up virtualbox-5.1 (5.1.14-112924~Ubuntu~trusty) ...
addgroup: The group `vboxusers' already exists as a system group. Exiting.
Processing triggers for ureadahead (0.100.0-16) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Processing triggers for shared-mime-info (1.2-0ubuntu3) ...
Processing triggers for mime-support (3.54ubuntu1.1) ...
Processing triggers for libc-bin (2.19-0ubuntu6.9) ...
7. I tried to start VirtualBox GUI
Code: Select all
virtualboxNow I have removed VirtualBox 5.1.14 and installed back VirtualBox 4.3.38 and running virtualbox from shell window and VirtualBox GUI starts up instantly.
Any idea what may be wrong with VirtualBox 5.1.14 on my computer?