@jerryfudd It's a raspi-config configuration error. Modify the
/etc/systemd/system/getty@tty1.service.d/autologin.conf
file and replace its contents with
[Service]
ExecStart=
ExecStart=-/sbin/agetty --autologin pi --noclear %I $TERM
then restart your system.