You are here: Home Linux Ubuntu Upgrade to Ubuntu 11.10 problem: Waiting for network configuration then black screen solution
Search
Advanced Search…
E-Mail

Webmail: webmail.wyden.com

E-Mail Preferences: postfix.wyden.com/users

E-Mail Administration: postfix.wyden.com

Statistics
Total: 473
Total Pages: 286
Total Folders: 87
Total Files: 18
Total Links: 26
Last modification: 19.04.2012 15:21
 

Upgrade to Ubuntu 11.10 problem: Waiting for network configuration then black screen solution

by Wyden Silvan last modified 14.10.2011 19:52

Have you just upgraded to Ubuntu 11.10 Oneiric Ocelot and now getting the “Waiting for network configuration” message followed by “Waiting up to 60 seconds more for network”? This then might be accompanied by a black blank screen.

The fix is here: https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/811441/comments/24 which states:

You need to
(i) create directories /run and /run/lock,
(ii) move contents of /var/run into /run and /var/lock into /run/lock,
(iii) delete directories /var/run and /var/lock
(iv) create replacement simlinks; e.g. ‘ln -s /run /var/run’ and ‘ln -s /run/lock /var/lock’

So hit Ctrl+Alt+F1 at the blank screen, enter your username and password.
“sudo -i” to get a root login and follow the steps above.
Reboot and you have 11.10 back again.

Source: http://uksysadmin.wordpress.com/2011/10/14/upgrade-to-ubuntu-11-10-problem-waiting-for-network-configuration-then-black-screen-solution/