1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Update OpenCore with HackinDROM</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="OpenCore,Update OpenCore,Hackintosh,HackinDROM,MacOS,MacOS VM,Apple MacOS,OpenCore Simple Update,Proxmox OpenCore Update,How To,Tutorial,i12bretro">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Update OpenCore with HackinDROM">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="revised" content="10/28/2023 01:02:16 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>Update OpenCore with HackinDROM</h1>
- </div>
- <div></div>
- <div id="content">
- <h2>What is HackinDROM?</h2>
- <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>
- <h2>Things You Will Need</h2>
- <ul>
- <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>
- </ul>
- <ol>
- <li>Download HackinDROM <a href="https://hackindrom.zapto.org/app/public/HackinDROM.zip" target="_blank">Download</a></li>
- <li>Open Downloads in Finder</li>
- <li>Right click HackinDROM > Open > Click OK to confirm opening the application</li>
- <li>Click on HackinDROM in the menu bar</li>
- <li>Click Skip to skip setting up the motherboard settings</li>
- <li>Click Mount across from the current startup disk</li>
- <li>Authenticate to allow mounting the EFI partition</li>
- <li>Copy the EFI folder from the EFI partition to a USB flash drive as a backup in the event MacOS won't boot after updating OpenCore</li>
- <li>Back in HackinDROM, right click the current startup disk > Update</li>
- <li>After the update completes, double click Unmount across from the current startup disk</li>
- <li>Reboot MacOS to verify the system still boots successfully</li>
- </ol>
- <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>
- </div>
- </body>
- </html>
-
|