2 months ago I installed Ubuntu 14.04., but today the Update manager showed me some recommended updates, one of these upgrade to 14.04.1 LTS. After installations the pc restarted, but cannot run Ubuntu GUI. Only show the command line black screen and ask me my login and password. I do not know what to do to fix this problem, I tried to reinstall nvidia drivers, but it did not work. Thanks for your time and support.
Asked
Active
Viewed 836 times
1
-
I tried to enter to the GUI through recovery mode, but appeared the next message: /usr/bin/X: error while loading shared libraries: libimf.so – Juan Sebastián Acero Triana Sep 03 '14 at 11:12
1 Answers
0
Have you installed Ubuntu Server edition? If so try doing
sudo apt-get update
sudo apt-get install ubuntu-desktop
You should get the GUI.

Prathik Rajendran M
- 288
- 2
- 9
-
No, I have Ubuntu 64 bits Desktop Edition. I already tried it, but did not work. Thanks! – Juan Sebastián Acero Triana Sep 03 '14 at 12:42
-
-
xauth timeout in loking authority file /home/juan/.Xauthority xauth timeout in loking authority file /home/juan/.Xauthority
/usr/bin/X: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory xinit: giving up xinit: unable to connect to X server: Conection refused xinit: server error xauth timeout in loking authority file /home/juan/.Xauthority
– Juan Sebastián Acero Triana Sep 03 '14 at 13:26 -
Try this to resolve the .Xauthority error http://askubuntu.com/a/166115 – Prathik Rajendran M Sep 03 '14 at 13:35
-
-
-
-
What is the output of
echo $LD_LIBRARY_PATH
? Take a look at this http://stackoverflow.com/questions/11393495/icc-compiled-code-unable-to-load-shared-object-libimf-so – Prathik Rajendran M Sep 05 '14 at 17:47 -
I decided to install again the OS, thanks for your support and time. – Juan Sebastián Acero Triana Sep 06 '14 at 10:38