CentOS 6 hangs while trying to start X

General support questions
Post Reply
Antoant
Posts: 7
Joined: 2011/10/13 16:48:36

CentOS 6 hangs while trying to start X

Post by Antoant » 2015/08/19 15:18:35

Hello,

I have a fully update CentOS 6 VM running on ESXi on a HP DL385 host.
The machine was fine until I restarted the host a couple of days ago and noticed that I was not getting the GUI login screen (It hangs at the bar screen or when doing an interactive boot after you go past the rc.local load step), nor was I able to Remote Desktop to it. I can however switch to another console and login via the text interface and I can also ssh in.

My Xorg.0.log file has the following errors in it

Code: Select all

[   367.631] (EE) open /dev/dri/card0: No such file or directory
[   367.694] (EE) open /dev/fb0: No such device
[   368.783] (EE) AIGLX: reverting to software rendering
[   422.993] (EE) Server terminated successfully (0). Closing log file.
which are common except the last one.

Also in the messages log file I get the following

Code: Select all

prefdm main process ended, respawning
prefdm respawning too fast, stopped
which, from what I read, is associated with graphics drivers and/or X configuration files. However, I did not upgrade before the problem appeared nor did I make any changes to the X configuration.

So can someone point me in the right direction to figure out what went wrong?

User avatar
TrevorH
Site Admin
Posts: 33218
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: CentOS 6 hangs while trying to start X

Post by TrevorH » 2015/08/19 16:36:23

This is inside a virtual machine? If so then did you have the VMWare guest additions or whatever they are called installed? With the upgrade you will have a new kernel and they will need reinstalling (if they were installed before).
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Antoant
Posts: 7
Joined: 2011/10/13 16:48:36

Re: CentOS 6 hangs while trying to start X

Post by Antoant » 2015/08/19 17:52:24

Yes this is inside the virtual machine.
VMWare Tools were reinstalled after the last update.

Post Reply