Accessing Single User Mode in BSDI

Draco

Golden Member
Oct 10, 1999
1,899
0
76
I have a x86 machine running BSDI 4.1, and I need to access single user mode because i've lost root access. What is the procedure to putting the machine in single user mode and resetting the root password? Is a boot disk needed for single user access? :(
 

Sunner

Elite Member
Oct 9, 1999
11,641
0
76
Tried "boot -s" ?
Shot in the dark, but that's how you do it under OpenBSD, and IIRC under FreeBSD as well.
 

Draco

Golden Member
Oct 10, 1999
1,899
0
76
your right, it's boot -s

then

/bin/sh to mount a shell
then
mount -t ufs -a
then
passwd root