Tell me more ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

I've been upgrading my eee laptop from Fedora 17 to 18. After a reboot the system shows up the boot message

[  OK  ] Started GNOME Display Manager.

and does not go on any further.

The system is alive, I can logon via ssh.

Any suggestions how to fix or debug this issue any further?

Thank you

Chris

[xxx@eee X11]$  lspci |grep VGA
00:02.0 VGA compatible controller: Intel Corporation Atom Processor D4xx/D5xx/N4xx/
share|improve this question

3 Answers

I had the same problem after upgrading from F17 to F18. The last message of the system is:

[ OK ] Started Manage, Install and Generate Color Profiles.

Then the monitor blinks three times, probably trying to start GDM and stays still.

share|improve this answer
up vote 4 down vote accepted

Well, in my case the start of the polkit service failed.

A reinstall of this service made my system work:

yum reinstall polkit

Found it on http://ekuric.wordpress.com/2012/11/10/upgrade-to-fedora-18-aka-spherical-cow/#comment-135

share|improve this answer

Try as root user (or use sudo):

yum distro-sync
share|improve this answer
hm, did not help in my case :( – Christian Graf Jan 18 at 18:42

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.