12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Create a Portable Emulation Setup with a Batocera USB Flash Drive</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="Linux,Batocera,Emulation,Frontend,Portable,USB,Flash Drive,Gaming,Retro Gaming,How To,Tutorial,i12bretro">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Create a Portable Emulation Setup with a Batocera USB Flash Drive">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="revised" content="03/20/2022 12:13:27 PM" />
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>Create a Portable Emulation Setup with a Batocera USB Flash Drive</h1>
- </div>
- <div></div>
- <div id="content">
- <h2>Things You Will Need</h2>
- <ul>
- <li>A USB flash drive at least 16 GB, larger recommended <a href="https://amzn.to/3wkR5ju" target="_blank">https://amzn.to/3wkR5ju</a> | <a href="https://amzn.to/3qkrJ1p" target="_blank">https://amzn.to/3qkrJ1p</a> | <a href="https://amzn.to/3Nhu9b9" target="_blank">https://amzn.to/3Nhu9b9</a></li>
- </ul>
- <h2>Downloads and Flashing to MicroSD</h2>
- <ol>
- <li>Download Batocera <a href="https://batocera.org/download" target="_blank">Download</a></li>
- <li>Download Balena Etcher <a href="https://www.balena.io/etcher/" target="_blank">Download</a></li>
- <li>Run Balena Etcher</li>
- <li>Write the Batocera image to the USB flash drive</li>
- <li><span id="li_379119_6"><label for="cb_li_379119_6">Safely remove USB flash drive</label></span></li>
- </ol>
- <h2>Booting to Batocera for the First Time</h2>
- <ol>
- <li>Power off the PC</li>
- <li>Plug in the Batocera USB flash drive</li>
- <li>Power on the host computer, this time choosing to boot to the USB flash drive<br />
- <em><span style="font-size:12px;">The steps required to do this will vary based on motherboard, typically pressing F2, F12, DEL or ESC during boot will bring up a menu to set the boot device</span></em></li>
- <li>You should see the Batocera splash screen</li>
- <li>Setup Your Controller</li>
- <li>Game</li>
- </ol>
- <p>Special thanks to the developers of <a href="https://batocera.org/" target="_blank">Batocera</a> for making this amazing software</p>
- </div>
- </div>
- </body>
- </html>
-
|