Recovery

Openbsd Root Password Recovery

if you ever have to recover your root password … Root PW Recovery boot> boot -s Enter pathname of shell or RETURN for sh: [ENTER] fsck -p / fsck -p /usr mount -uw / mount /usr passwd and finally: reboot FSCK need to run fsck ? fsck /dev/sd1a fsck -y /dev/sd1a FSTAB need do fix your fstab ? boot -s mount /usr mount / export TERM=vt100 /usr/bin/vi /etc/fstab fix it !