0

When I go into recovery mode to get to the command line, I enter "telinit 3" to drop out of root. This works on my desktop, but on my laptop it asks for my username and password, then I hit enter and the first letter of my password appears and it doesn't log me in. It then proceeds to ask me for my username and password again, and the issue continues. Am I doing something wrong? Is this a known issue with a solution?

EDIT: Worked around this by going into /etc/default/grub and setting it to boot in text mode. Still would like a solution for this though.

  • On your laptop, did you by chance set a root password ? If so, log in as root with the root password you set. – Panther Jan 19 '12 at 17:44
  • bodhi.zazen, it seems that the issue may be that the output of telinit is being entered into the original root console, though I'm not sure if this is the case. Also, in recovery mode you already start as root. – Mike Lentini Jan 19 '12 at 17:50
  • Do you have special characters in your password? Do you have a special keyboard layout? I had also a close problem: http://askubuntu.com/questions/60504/how-to-change-the-keyboard-layout-in-the-console-with-special-characters – Agmenor Jan 19 '12 at 19:21
  • Agmenor, no special characters and no special keyboard layout. – Mike Lentini Jan 19 '12 at 21:02

2 Answers2

2

(OP solved problem)

Worked around this by going into /etc/default/grub and setting it to boot in text mode. Still would like a solution for this though.

Ringtail
  • 16,127
Amith KK
  • 13,412
0

In Ubuntu, you don't start telinit 3 to work normally. Watch out for hints on starting up. AFAIK, if you have done as root what you needed to do, you just enter

exit

and then get asked how to proceed with a small menue of about 5 options.

user unknown
  • 6,507