0838.html 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Update OpenCore with HackinDROM</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="OpenCore,Update OpenCore,Hackintosh,HackinDROM,MacOS,MacOS VM,Apple MacOS,OpenCore Simple Update,Proxmox OpenCore Update,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Update OpenCore with HackinDROM">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="10/28/2023 01:02:16 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>Update OpenCore with HackinDROM</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <h2>What is HackinDROM?</h2>
  26. <blockquote><em>[HackinDROM is an] </em>OpenCore bootloader EFI updater [that] works on macOS Catalina and newer<em>. -<a href="https://github.com/Inqnuam/HackinDROM" target="_blank">https://github.com/Inqnuam/HackinDROM</a></em></blockquote>
  27. <h2>Things You Will Need</h2>
  28. <ul>
  29. <li class="noCheckbox">A USB flash drive at least 512 MB <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>
  30. </ul>
  31. <ol>
  32. <li>Download HackinDROM <a href="https://hackindrom.zapto.org/app/public/HackinDROM.zip" target="_blank">Download</a></li>
  33. <li>Open Downloads in Finder</li>
  34. <li>Right click HackinDROM &gt; Open &gt; Click OK to confirm opening the application</li>
  35. <li>Click on HackinDROM in the menu bar</li>
  36. <li>Click Skip to skip setting up the motherboard settings</li>
  37. <li>Click Mount across from the current startup disk</li>
  38. <li>Authenticate to allow mounting the EFI partition</li>
  39. <li>Copy the EFI folder from the EFI partition to a USB flash drive as a backup in the event MacOS won&#39;t boot after updating OpenCore</li>
  40. <li>Back in HackinDROM, right click the current startup disk &gt; Update</li>
  41. <li>After the update completes, double click Unmount across from the current startup disk</li>
  42. <li>Reboot MacOS to verify the system still boots successfully</li>
  43. </ol>
  44. <p>Source: <a href="https://www.tonymacx86.com/threads/hackindrom-app-for-opencore-efi-creation-and-update.312176/" target="_blank">https://www.tonymacx86.com/threads/hackindrom-app-for-opencore-efi-creation-and-update.312176/</a></p> </div>
  45. </div>
  46. </body>
  47. </html>