0617.html 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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="Proxmox,Hypervisor,MacOS,Apple,Big Sur,Mac OS 11,VM,Virtual Machine,Virtualization,OpenCore,How To,Tutorial,i12bretro">
  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. <meta name="revised" content="06/23/2022 06:01:28 AM" />
  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>Addendum - Running a MacOS Big Sur VM in ProxMox VE</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <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>
  26. <h2>Configuring Booting Without OpenCore Mounted</h2>
  27. <ol>
  28. <li>Log into the MacOSBigSur VM</li>
  29. <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>
  30. <li>Start LaunchPad from the dock</li>
  31. <li>Search terminal &gt; Click Terminal to launch it</li>
  32. <li>Run the following commands in the terminal window
  33. <div class="codeBlock CMD">git clone https://github.com/corpnewt/MountEFI<br />
  34. cd MountEFI<br />
  35. chmod +x MountEFI.command<br />
  36. ./MountEFI.command</div>
  37. </li>
  38. <li>Enter the number that corresponds to the OS11 drive created during the installation &gt; Press Enter</li>
  39. <li>Open a Finder window</li>
  40. <li>Navigate to the mounted EFI location</li>
  41. <li>If an existing EFI folder exists, rename the it to EFI.orig</li>
  42. <li>Copy the KVM OpenCoreEFI folder downloaded earlier to the mounted EFI partition</li>
  43. <li>Once the EFI folder is copied, shutdown the VM</li>
  44. <li>Click the MacOSBigSur VM &gt; Select Hardware from the left sub-navigation menu</li>
  45. <li>Click the OpenCore Hard Disk to select it &gt; Click Detach</li>
  46. <li>Click the detached OpenCore Hard Disk to select it again &gt; Click Remove</li>
  47. <li>Right click the MacOSBigSur VM in the left navigation pane &gt; Start</li>
  48. <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>
  49. </ol>
  50. </div>
  51. </div>
  52. </body>
  53. </html>