26 Nov
2002
26 Nov
'02
20:06
1)lilo: linux init=/bin/sh should give you the rootshell,
2) mount / -n -o remount,rw to mount / writeable, than passwd and set a new password 3) mount / -n -o remount,ro after that and you should be able after reboot to login with your new password.
Ok that worked thanks ...