Hallo
After upgrading from 11.2 to 13,I am unable to login as root either than as user. I tried this:
https://forums.freebsd.org/threads/root-can-not-login-after-update-and-reboot.11607/ but this brings me no way further. I bootet in
single-user mode
schwedenmann
Now change root's shell back to /bin/tcsh with the # chsh command.
After upgrading from 11.2 to 13,I am unable to login as root either than as user. I tried this:
https://forums.freebsd.org/threads/root-can-not-login-after-update-and-reboot.11607/ but this brings me no way further. I bootet in
single-user mode
but I don't know what to do next, to get root-login oder user-login back.Boot to single user mode. Then:
Code:
fsck -y
mount -u /
mount -a -t ufs
swapon -a
schwedenmann
Now change root's shell back to /bin/tcsh with the # chsh command.