2:32Next, confirm that you see log level equal 3 towards the end of the line. That needs to be there. And finally for this step, make sure to add at the end of the line logo dot no logo. To save the changes we just made, hit control X, press Y to confirm, and then enter to finish saving the file. Part 1 done. Next, back up the command line, type sudo nano boot config.txt and press enter. When the text file comes up, use the arrow keys and go all the way to the bottom of the file and press enter at the end of the text to add these lines to the file. Disable underscore splash equal one, then press enter, and then put in avoid underscore warnings equal one. Note, this will stop the raspberry temperature icon showing during boot. If overheating is an issue that you want the warning to, don't put in that last line. To save the file, we'll press control and X, and then press Y to confirm, and then enter to save the file. The RetroPie boot info is now disabled. Now what we'll want to do next is enable a splash screen, if you so choose. You can add picture files to use as a splash screen by dropping them into the splash screen folder of the pie. In File Explorer, assuming your pie is on your network, just type backslash backslash the name of your RetroPie, it's RetroPie by default I changed mine to RetroLink and press enter You see four folders of which is the splash screens folder A splash screen should be 1280x1024 which is the resolution of the default stock monitor of the Arcade 1UP It can be bigger or smaller, but it may stretch the image if not the right aspect ratio. To set the splash screen at the command line, type emulation station to get back into the menu of the RetroPie. Go to the RetroPie section and go to the line that says Splash Screen and press the button you have set for selecting an emulation station. In the menu, you'll see the options that lead you to choose a splash screen on startup. Set the one you want and click OK. Once done, back out of the screen by pressing the button you set for back or cancel. This will back you out. Once done, your Pi is set for a simple splash screen on boot up. Now to the good part. This is the part where we have the RetroPie boot to a single arcade ROM. Press F4 while in emulation station to go back to the command line, or if you still have Putty up, you should be good. command line type sudo nano forward slash opt forward slash retropie forward slash configs forward slash all forward slash autostart.sh and press enter. You'll see a text file come up with a single line of code. Your cursor should be at the beginning of that line so press enter to move that line down one and then press the up arrow to go back to the beginning of the newly created line. Here's the tricky part. In the description of this video is a link to a text file that has all the steps we have covered thus far in this tutorial, and the one we're about to add. Open that text file and go toward the bottom to the section Setup booting into a single ROM. Just under 6B, you'll see three options. One for main 2003, one for main for all, and one for Final Burn Alpha. In this tutorial, I'm just going to show you the main 2003 since that's what I'm using. If you're using PuTTY, copy the line starting with the forward slash opt for the arcade version you are running and in the text file where the cursor is at, right click and it will paste the line in. For people not using PuTTY, you'll need to type the whole line in manually. The part you need to change is the ROM name at the end of the file You need the full name of the zip file of your arcade ROM In this example I using robotron for obvious reasons If your ROMs reside in a different folder, you'll need to specify the path to that ROM just before the ROM name. Mine is default, and yours probably will be too. Once done, we'll save the file again by pressing CTRL and X, and then Y to confirm, and then Enter to save the file. Now, to see if it worked, type sudo reboot, and your machine should automatically reboot. If everything is correct, you'll get your splash screen, and then it will move directly into the arcade ROM you set.