I know the default password= raspberry
So i googled: how to change password pi and this came up everywhere.
Edit cmdline.txt to include (at the end) init=/bin/sh.
Then enter the following code
Code: Select all
mount -o remount,rw /
passwd pi
(enter a new password)
sync
exec /sbin/initAt the top it says Can't access tty: job control turned off, i have no clue what that means.
Ive also tried to change it with my root account
Code: Select all
sudo passwd piAny help? sorry for my noobish questions
Cheers!