Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

loaded ubuntu 12.10 but during boot gets stuck at checking battery state [ok]. It appears its some kind of loop where this message keeps repeating. Any idea on how to fix?

share|improve this question

1 Answer

Some reported it as corrupted .Xauthority file/ .Xauthority file owned by root. Removing it does the trick.

  1. Press Ctrl+Alt+F2 when you are stuck.

  2. Log in using your username and password.

  3. Execute: sudo mv /var/lib/lightdm/.Xauthority /var/lib/lightdm/.Xauthority-bak

  4. Now reboot: sudo reboot

share|improve this answer

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.