Monday, 3 July 2017

Retropie ROMs not loading

If you have used a Mac to transfer ROMs to Retropie via Samba (SMB), note that it will create a metadata file prefixed with "._" for each file you copy. These show up first alphabetically in Retropie and trying to play them results in them failing to load.

They can be deleted by enabling SSH on the Retropie and removing them via the command line. Likewise, enabling SSH and copying them, using SFTP should keep the ._ files from appearing in the first place.

No DHCP IP on eth0 with Ubuntu Server 26.04 (64-bit) on Raspberry Pi 4b

This week I was attempting to get up and running with Ubuntu Server 26.04 (64-bit) on a Pi 4b using Raspberry Pi Imager 1.8.5. I noticed t...