Boot your debian in a live CD, mount the main patition and then run passwd root...
mkdir /mnt/hda3 (or sda3 depending ..) mount /dev/hda3 /mnt/hda3 chroot /mnt/hda3 passwd root If it's a raid, this can do ... mdadm --assemble --run /dev/md0 mdadm --assemble --run /dev/md1 mount /dev/md1 /mnt mount /dev/md0 /mnt/boot cd /mnt passwd root >Hey guys, > >It sounds fake and ridiculous but real....I went for long leave coming >back....I don't remember my Production box (Debian Root pwd) , can any one >remind how i can reset it with-out fresh installation/losing anything.... > >rgds _______________________________________________ The Uganda Linux User Group: http://linux.or.ug Send messages to this mailing list by addressing e-mails to: [email protected] Mailing list archives: http://www.mail-archive.com/[email protected]/ Mailing list settings: http://kym.net/mailman/listinfo/lug To unsubscribe: http://kym.net/mailman/options/lug The Uganda LUG mailing list is generously hosted by INFOCOM: http://www.infocom.co.ug/ The above comments and data are owned by whoever posted them (including attachments if any). The mailing list host is not responsible for them in any way.
