|
-
Boot your PC,
-
at the lilo prompt entering
linux init=/bin/sh
should give you the rootshell.
-
Now issue the command
mount / -n -o remount,rw
to mount / writeable,
-
issue passwd command and set a new
password
-
mount / -n -o remount,ro
-
after that you should be able after reboot, to login with
your new password.
|