UNDO
Move SD Card to windows machine
Open the boot partition, and the file cmdline.txtAdd init=/bin/sh to the end of the line and save the fileThere IS a space before initsudo mv -v /media/usb0/* /home/pi/RetroPie/
TODO: I don't like FSTab to UUID. I do Like FSTAb to label. We need to try that and make multiple external label drives that can be used.
UUID="XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX" /home/pi/RetroPie ext4 nofail,defaults 0 0
LABEL="usbdisk1" /home/pi/RetroPie ext4 nofail,defaults 0 0