0617.html 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Addendum - Running a MacOS Big Sur VM in ProxMox VE</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="How To,Tutorial,i12bretro,Proxmox,Hypervisor,MacOS,Apple,Big Sur,Mac OS 11,VM,Virtual Machine,Virtualization,OpenCore">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Addendum - Running a MacOS Big Sur VM in ProxMox VE">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  12. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  13. <script type="text/javascript" src="includes/js/steps.js"></script>
  14. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="gridContainer">
  18. <div class="topMargin"></div>
  19. <div id="listName" class="topMargin">
  20. <h1>Addendum - Running a MacOS Big Sur VM in ProxMox VE</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <p><em>This is an addendum to the tutorial on installing a <a href="https://youtu.be/uvXH1fRq1Eg" target="_blank">MacOS Big Sur VM on Proxmox VE</a>. The steps below will allow the VM to boot without having the OpenCore .iso mounted, as we&#39;ll be copying the EFI boot files onto the virtual hard disk.</em></p>
  25. <h2>Configuring Booting Without OpenCore Mounted</h2>
  26. <ol>
  27. <li>Log into the MacOSBigSur VM</li>
  28. <li>Launch a web browser and download the KVM OpenCore EFI folder <a href="https://github.com/thenickdude/KVM-Opencore/releases" target="_blank">Download</a></li>
  29. <li>Start LaunchPad from the dock</li>
  30. <li>Search terminal &gt; Click Terminal to launch it</li>
  31. <li>Run the following commands in the terminal window
  32. <div class="codeBlock CMD">git clone https://github.com/corpnewt/MountEFI<br />
  33. cd MountEFI<br />
  34. chmod +x MountEFI.command<br />
  35. ./MountEFI.command</div>
  36. </li>
  37. <li>Enter the number that corresponds to the OS11 drive created during the installation &gt; Press Enter</li>
  38. <li>Open a Finder window</li>
  39. <li>Navigate to the mounted EFI location</li>
  40. <li>If an existing EFI folder exists, rename the it to EFI.orig</li>
  41. <li>Copy the KVM OpenCoreEFI folder downloaded earlier to the mounted EFI partition</li>
  42. <li>Once the EFI folder is copied, shutdown the VM</li>
  43. <li>Click the MacOSBigSur VM &gt; Select Hardware from the left sub-navigation menu</li>
  44. <li>Click the OpenCore Hard Disk to select it &gt; Click Detach</li>
  45. <li>Click the detached OpenCore Hard Disk to select it again &gt; Click Remove</li>
  46. <li>Right click the MacOSBigSur VM in the left navigation pane &gt; Start</li>
  47. <li>Click console in the left sub-navigation menu to verify the VM still boots into Big Sur without the OpenCore disc image mounted</li>
  48. </ol>
  49. </div>
  50. </div>
  51. </body>
  52. </html>