|
Re: Services fail to start continuously
Or better, from the grub menu append a 3 to the kernel line so it boots to multi-user, no X mode.
(in the grub menu, highlight the kernel, press (e)dit, append the 3 at the end of the line starting with "kernel",
then enter to save and (b)oot
See if the services all work (that is, this will test if the services are ok ).
Then use switchdesk to setup X:
su - ( become root user)
<root user password>
yum install switchdesk
exit (to exit root user and go back to your normal user account)
switchdesk gnome
startx --> this will start X
|