labelwhore
Participant
Post count: 526

Check the permissions on the roms themselves. Most likely they are owned by root and the pi user can’t read them.

sudo chown pi.pi -R /home/pi/RetroPie/roms

should do the trick