I have disabled gdm3 automatically loading at startup.
Now from a cold boot the boot splash image (dell in this case see image) persists. The laptop is active and I can SSH in. I can enter console as normal and then login.
How do I finish booting into console awaiting login? This is stopping the laptop blanking the screen and entering display power-save mode.
Edit: Actually Ctrl + Alt+ F1 etc don't open TTY1 either, I've broken something at startup it appears, but I am still able to SSH in.
journalctl -b returns this at the end which stands out to me
Apr 19 19:54:29 alex-docker-server sudo[5359]: pam_unix(sudo:auth): Couldn't open /etc/securetty: No such file or directory
Apr 19 19:54:34 alex-docker-server systemd[5068]: tracker-extract.service: Succeeded.
Apr 19 19:54:37 alex-docker-server sudo[5359]: pam_unix(sudo:auth): Couldn't open /etc/securetty: No such file or directory
Apr 19 19:54:37 alex-docker-server sudo[5359]: alexdodd : TTY=pts/0 ; PWD=/home/alexdodd ; USER=root ; COMMAND=/usr/bin/systemctl status enable-console-blanking.service
Apr 19 19:54:37 alex-docker-server sudo[5359]: pam_unix(sudo:session): session opened for user root by alexdodd(uid=0)
Apr 19 19:54:37 alex-docker-server sudo[5359]: pam_unix(sudo:session): session closed for user root
Here is the full boot log if anyone can point me in the direction of where I should investigate: https://paste.ee/p/oiDxG
