Hi, I had a similar problem and solved as next: I used another micro SD card to boot and then having access to the other one by using a USB port of the RPi. Once the other micro SD card was mounted, I just had to change the permissions of the "/etc" folder: sudo chmod 755 /media/root/etc/ I hope thi...