Jump to content

problem logging in


kennyleitz
 Share

Recommended Posts

If you can log in as root, login and go to a console and type

ls /home

This will list all users. Then do

su username

Type the actual username not 'username'. This gets you in without a password. To set a new password, use

passwd

If you've forgotten the root password, and you use lilo as your boot manager, reboot and use the escape button when the lilo menu appears. Type

linux single

This logs you in as root. Use 'passwd' to set a new password. Then use the preceding code to set a user password.

 

To get into KDE, Gnome or whatever, use 'init 5'.

 

Hope this helps. :)

Edited by spinynorman
Link to comment
Share on other sites

spiny norman's way will work, but I don't believe the default mdk dm will allow you to log in as root. This way might be a little easier;

 

1. Boot up and as soon as you see the lilo boot screen hit the Esc key.

 

2. This will bring you to a boot prompt at which you should type:

 

linux 3

 

3. This will cause you to boot into text mode(no X) and you will eventually get to a command line login where you should type"root" w/o quotes and enter your root password when prompted. If you don't remember your root password either, you'll have to reset it using "linux single" as spinynorman suggested.

 

4. Once your logged in as root at the command line run:

 

# startx

 

This will bring you into graphical mode as root with the ugly red background

 

5. Once there go to Mandrake Control Center>System>UserDrake. This will bring up the UserDrake screen which wil list your users. Select the username by clicking on it and then click the Edit button which will bring up another screen where you can reset your password.

 

6. Reboot and login in with your new password.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...