0555.html 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Create a Portable Emulation Setup with a Batocera USB Flash Drive</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Linux,Batocera,Emulation,Frontend,Portable,USB,Flash Drive,Gaming,Retro Gaming,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Create a Portable Emulation Setup with a Batocera USB Flash Drive">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="03/20/2022 12:13:27 PM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Create a Portable Emulation Setup with a Batocera USB Flash Drive</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <h2>Things You Will Need</h2>
  26. <ul>
  27. <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>
  28. </ul>
  29. <h2>Downloads and Flashing to MicroSD</h2>
  30. <ol>
  31. <li>Download Batocera <a href="https://batocera.org/download" target="_blank">Download</a></li>
  32. <li>Download Balena Etcher <a href="https://www.balena.io/etcher/" target="_blank">Download</a></li>
  33. <li>Run Balena Etcher</li>
  34. <li>Write the Batocera image to the USB flash drive</li>
  35. <li><span id="li_379119_6"><label for="cb_li_379119_6">Safely remove USB flash drive</label></span></li>
  36. </ol>
  37. <h2>Booting to Batocera for the First Time</h2>
  38. <ol>
  39. <li>Power off the PC</li>
  40. <li>Plug in the Batocera USB flash drive</li>
  41. <li>Power on the host computer, this time choosing to boot to the USB flash drive<br />
  42. <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>
  43. <li>You should see the Batocera splash screen</li>
  44. <li>Setup Your Controller</li>
  45. <li>Game</li>
  46. </ol>
  47. <p>Special thanks to the developers of <a href="https://batocera.org/" target="_blank">Batocera</a> for making this amazing software</p>
  48. </div>
  49. </div>
  50. </body>
  51. </html>