Accidentally uninstalled default theme on Pi Zero
-
@backstander For some reason it wont let me write raspbian on the USB drive, so later I might just take out the SD card of my Pi, and trying not to break it in the process, would I be able just to install a theme to the SD card it self? The reason I haven't tried doing this in the first place is that my casing it very tight and it might be difficult taking out the SD card without breaking anything since everything is so close.
-
@BennySpaceCore
I'm not sure why you're installing Raspbian on the USB drive.
You need to install Raspbian on the USB drive. RetroPie should be able to read a Windows/FAT formatted USB drive. Also (I've never tried it but) I believe it can read Windows/NTFS formatted drives as well. -
@backstander i just read that is a way to mount a USB drive for raspberry pi
is there a better way i can mount it that you know of?
-
@BennySpaceCore
I'm pretty sure that RetroPie/raspbian auto-mounts USB flash drives right after you plug them in. -
@backstander thats strange, because if retropie does auto-mount then i have run into a problem, it says it cant find the directory when i put it in the commands.
-
@BennySpaceCore
I'm not at my RPi so I'm just going off memory here again lol
Okay so to mount the USB drive try this:
sudo mount /dev/sda1 /mnt/usb1
-
@backstander ok ill go try!
-
@backstander the message I got was mount: mount point /mnt/usb1 does not exist. I typed the whole thing in at once, was I not supposed to do that?
-
@BennySpaceCore
Okay type this first:
sudo mkdir /mnt/usb1
-
@backstander Ok let me do that
-
@BennySpaceCore ok, after i typed it nothing popped up after, should i do the rest of the commands you gave me earlier?
-
@backstander right now i have to go, i will come back in a bit and try the next thing, just wanted to say thanks for helping me out!
-
ok, after i typed it nothing popped up after, should i do the rest of the commands you gave me earlier?
Yes
This command mounts your USB drive
sudo mount /dev/sda1 /mnt/usb1
This creates a home "themes" directory (only do this once)
mkdir /home/pi/.emulationstation/themes
(if this directory is not already there)This copies the "pixel" theme from your USB drive to your "themes" directory
cp -R /mnt/usb1/pixel /home/pi/.emulationstation/themes/
-
@backstander so close yet so far http://m.imgur.com/y4mrdek
-
@BennySpaceCore
Can you read that USB drive in Windows? (are you using Windows or Mac OS X?)BTW, I just plugged in a USB drive into my RPi and it auto-mounted it at
/media/usb0
-
@backstander yeah i have windows, should i use the name that it has in windows?
-
@BennySpaceCore
Yeah try that instead. You can also typels /media/usb0
just to see if "pixel" shows up on the list. -
@backstander alright ill try different things
-
@backstander oh my god it worked, thank you so much, I have one last question, can you help me replace the splash screen with the pixel one that's in the pixel theme folder? If not that's fine, it just would be nice for everything to match.
-
@BennySpaceCore
HerbFargus has a collection of different splashscreens locate here:
https://github.com/HerbFargus/retropie-splashscreens-extraFind the ones you like and put them on your USB flash drive. Then after you plug your USB drive into your Pi Zero, type something like
cp /media/usb0/<NAME-OF-IMAGE-FILE> ~/RetroPie/splashscreens
Next go into the RetroPie menu -> Splash Screens menu and pick the splashscreen you like:
https://github.com/RetroPie/RetroPie-Setup/wiki/splashscreen
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.