Actually I did find how to do this.... edit /etc/systemd/system/autologin@.service find [Service] edit ExecStart=-/sbin/agetty --autologin pi --noclear %I $TERM change to ExecStart=-/sbin/agetty %I $TERM Reboot Now your PI 3 will boot and have a secure console login. NOTE: The screen doesn't clear l...