After the HD installation, I'm experiencing problems to start the X environment. The error message says:
Code Sample
xauth: error while loading shared libraries: libX11.so.6: cannot open shared object file: No such file or directory xinit: error while loading shared libraries: libX11.so.6: cannot open shared object file: No such file or directory
Any idea?that seems to be a file for X11R6 not xvesa that comes in the regular distro. try
sudo apt-get install x-window-system x-window-system-core
original here.