3

What could the problem be? How do I find out what's going on?

EDIT: Hitting f2 when the progress bar is going across the screen shows that booting stops at "Starting atd: [OK]". After it reaches that point, the screen flickers a little bit and it just hangs.

jonderry
  • 2,089

2 Answers2

5

Sounds very much like there is a problem starting X, especially if you were messing around with xorg.conf.

Deleting xorg.conf should solve the problem, also you should check /var/log/Xorg.0.log for errors.

nico
  • 568
0

Since people may not be familiar with the grub boot. The below routine would help.

  1. At boot up screen press and hold SHIFT key until boot selection menu appears.
  2. Press a to change the kernel arguments.
  3. Remove quiet splash if any and add single. Keep everything else intact.
  4. Press enter to boot. Now you should be able to log in to the machine

  5. Locate the xorg.conf file and delete it. rm -f /etc/X11/xorg.conf

  6. reboot

Since you didn't save the last boot option, no need to modify at boot menu again.

Han
  • 101