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-upgradeYou 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 autocleanAnd to restart the system:
sudo shutdown now -r 2