0634.html 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Running a MacOS 12 Monterey VM on VMware ESXi</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Hypervisor,MacOS,Apple,Mac OS 12,VM,Virtual Machine,Virtualization,VMware,Monterey,ESXi,VSphere,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Running a MacOS 12 Monterey VM on VMware ESXi">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="11/09/2022 01:45:52 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>Running a MacOS 12 Monterey VM on VMware ESXi</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <h2>Downloads and Configuring ESXi</h2>
  26. <ol>
  27. <li>Download a MacOS Monterey .iso <a href="https://archive.org/search.php?query=Mac%20OS%20Monterey&amp;and[]=mediatype%3A%22software%22" target="_blank">Download</a></li>
  28. <li>Download Unlocker for VMware ESXi <a href="https://drive.google.com/open?id=1vTPELaHXokz-LljB9s3rA3fM947tZxhR" target="_blank">Download</a></li>
  29. <li>Download WinSCP <a href="https://winscp.net/eng/downloads.php" target="_blank">Download</a></li>
  30. <li>Extract the downloaded Unlocker for VMware ESXi</li>
  31. <li>Rename the extracted folder unlocker</li>
  32. <li>Log into the ESXi web UI</li>
  33. <li>Enable the SSH service by selecting Actions &gt; Services &gt; Enable Secure Shell (SSH)</li>
  34. <li>Extract WinSCP and run the executable</li>
  35. <li>Connect to the ESXi host IP address via WinSCP</li>
  36. <li>Copy the extracted Unlocker folder to the ESXi host /root directory</li>
  37. <li>Connect to the ESXi host via SSH</li>
  38. <li>Run the following commands to install ESXi Unlocker
  39. <div class="codeBlock"># change directory to unlocker<br />
  40. cd /unlocker<br />
  41. # make the install script executable<br />
  42. chmod +x ./esxi-install.sh<br />
  43. # run the install script<br />
  44. ./esxi-install.sh<br />
  45. # reboot esxi host<br />
  46. reboot</div>
  47. </li>
  48. </ol>
  49. <h2>Creating the Monterey VM</h2>
  50. <ol>
  51. <li>Log into the ESXi web UI</li>
  52. <li>In the left navigation pane, right click on Virtual Machines &gt; Create/Register VM</li>
  53. <li>Select Create a new virtual machine &gt; Click Next</li>
  54. <li>Name the VM MacOS 12 &gt; Set the Guest OS family to Mac OS and Guest OS Version to Apple MacOS 10.14 (64-bit) &gt; Click Next</li>
  55. <li>Select the storage datastore to use &gt; Click Next</li>
  56. <li>Set the Memory to at least 4096, Hard disk 1 to 50 GB or more</li>
  57. <li>Expand CD/DVD Drive 1 &gt; Make sure Datastore ISO file is selected &gt; Click Browse next to the CD/DVD Media field</li>
  58. <li>Click Upload &gt; Browse to and select the Mac OS installation ISO</li>
  59. <li>Once the upload completes, click the Mac OS ISO to highlight it &gt; Click Select</li>
  60. <li>Back on the Hardware customization screen click Next</li>
  61. <li>Review the summary provided and click Finish Click the new MacOS 12 VM Click Power on at the top of the page</li>
  62. </ol>
  63. <h2>Installing MacOS Monterey</h2>
  64. <ol>
  65. <li>After an initialization sequence the MAC OS Setup should start</li>
  66. <li>Select a Language &gt; Click the next arrow</li>
  67. <li>Select Disk Utility</li>
  68. <li>Select the VMware Virtual SATA Hard Drive Media &gt; Click Erase</li>
  69. <li>Name the drive OS12 &gt; Set the Format to APFS &gt; Click Erase</li>
  70. <li>Click Done &gt; Close Disk Utility</li>
  71. <li>Click Install macOS Monterey</li>
  72. <li>Click Continue &gt; Click Agree &gt; Click Agree again</li>
  73. <li>Select the OS12 disk &gt; Click Install</li>
  74. <li>Wait while Mac OS installs files, the VM will reboot several times</li>
  75. <li>Select your Country &gt; Click Continue</li>
  76. <li>Confirm your languages and keyboard layout &gt; Click Continue</li>
  77. <li>Click Not Now on the Accessibility screen</li>
  78. <li>Click Continue on the Data &amp; Privacy screen</li>
  79. <li>Select Not Now on the Migration Assistant screen</li>
  80. <li>Select Set Up Later and then Skip on the Apple ID screen</li>
  81. <li>Click Agree &gt; Agree again</li>
  82. <li>Enter a name, user name, password &gt; Click Continue</li>
  83. <li>Click Customize Settings</li>
  84. <li>Click Continue &gt; Select Use or Don&#39;t Use for Location Services</li>
  85. <li>Pick a timezone &gt; Click Continue</li>
  86. <li>Choose whether to share analytics with Apple &gt; Click Continue</li>
  87. <li>Click Set Up Later on the Screen Time screen</li>
  88. <li>Uncheck the Enable Ask Siri box &gt; Click Continue</li>
  89. <li>Pick a theme &gt; Click Continue</li>
  90. <li>Welcome to MacOS 12 Monterey</li>
  91. </ol>
  92. <h2>Install VMware Tools (optional, but recommended)</h2>
  93. <ol>
  94. <li>Download MacOS Unlocker for VMware Workstation <a href="https://github.com/paolo-projects/auto-unlocker/releases" target="_blank">Download</a></li>
  95. <li>Extract the downloaded .zip file</li>
  96. <li>Navigate into the extracted folder</li>
  97. <li>Hold SHIFT and right click in the white space &gt; Open PowerShell window here...</li>
  98. <li>Run the following command to download VMware Tools for MacOS
  99. <div class="codeBlock PS">.\unlocker.exe --download-tools</div>
  100. </li>
  101. <li>Back in the ESXi web UI select Storage from the left navigation menu</li>
  102. <li>Click the Datastore browser icon at the top of the main content pane</li>
  103. <li>Click Upload &gt; Browse to and select the darwin.iso</li>
  104. <li>Once the upload completes click Close to close out of the Datastore browser</li>
  105. <li>Select the MacOS 12 VM &gt; Actions &gt; Edit settings</li>
  106. <li>Attach darwin.iso to CD/DVD drive 1</li>
  107. <li>Inside the VM, double click the mounted VMware tools and run the installer</li>
  108. </ol> </div>
  109. </div>
  110. </body>
  111. </html>