Results 1 to 3 of 3
hey, im new to all this, but im hoping someone will help. i installed ubuntu 8.1 and when i get to the login screen i cant be logged in cause ...
- 02-05-2009 #1Just Joined!
- Join Date
- Feb 2009
- Location
- cambridge ontario
- Posts
- 6
Username and password
hey, im new to all this, but im hoping someone will help. i installed ubuntu 8.1 and when i get to the login screen i cant be logged in cause of invalid name or password.. any help would be appreciated
- 02-05-2009 #2
This is because of you dont know the username or password.
1. You cant login as root on GUI.
2. May be you have mistyped username while installation.
3. or you have forgot the password, mistyping it or CAPS is on?
press
It will lead you to CLI tty1Ctrl+Alt+F1
then Login as root.
see the last entry. most probably your username.# tail /etc/passwd
to change the password.# passwd username
if you want to add new user, type
to new user# useradd username
- 02-05-2009 #3Just Joined!
- Join Date
- Jan 2009
- Location
- colachel
- Posts
- 27
Hi
Reboot the system, In the boot menu select the ubuntu recovery mode. It will boot and stop in three options
1)fix the x sever
2)log into the root termina
3)resume to boot
There you select 2nd option. If you dont know the user name type
#cd /home
#ls
There you can see the username. Then change the password using the command
#passwd username
Regards
Sahab


Reply With Quote