Glam Prestige Journal

Bright entertainment trends with youth appeal.

I have downloaded the latest Lubuntu 14.04.5 ISO image on my Samsung NC10 netbook running an old Atom CPU with integrated Intel graphics today and try to boot it, but it keeps hangig at a acreen saying "*Restoring resolver state", and nothing else happens. So I guess it fails to initialize the graphics, because I can change to a console using Alt+F4.

How can this be fixed?

1 Answer

This misbehaviour does not appear in Lubuntu 16.04, so you should upgrade to that version.

Press ALT+F2 to get to the command line interface and type the following:

sudo-do-release-upgrade

You will be asked for your user name and password.

Before the release upgrade, I did the following, but I am not sure if it is really needed:

sudo apt-get autoremove
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt-get autoclean

And to restart the system:

sudo shutdown now -r
2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy