Lovely, with some mix and match from this wonderful forum, I have it working:
For whoever else has this problem:
1) Generate a file "userconf" in /boot, and write your in here according to this syntax: "username:encrypted- password "
generate the password like this:
source
2) Change the below if necessary:
Thanks to @TheOldPresbyope and @dajand for these
For whoever else has this problem:
1) Generate a file "userconf" in /boot, and write your in here according to this syntax: "username:encrypted- password "
generate the password like this:
Code:
echo 'mypassword' | openssl passwd -6 -stdin
2) Change the below if necessary:
Code:
in /usr/lib/systemd/system/localui.service
change the user to your default user from 1) (in my case: "pi")
Thanks to @TheOldPresbyope and @dajand for these