Code: Select all
Can't access tty: job control turned offI've tried a couple of different SDCards/NOOB versions but without success.
My RPI is a 2011.12
Any help appreciated?
Thanks.
Code: Select all
Can't access tty: job control turned offCode: Select all
ignore_safe_mode=1
Code: Select all
mount -t vfat /dev/mmcblk0p1 /mnt
ls /mnt/config.txt # Make sure this shows something before continuing!
echo "ignore_safe_mode=1" >> /mnt/config.txt
umount /mnt
reboot