0789.html 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Running a MacOS 13 Ventura VM in 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="Home Lab,Home Lab Ideas,Hypervisor,Install Guide,Virtualization,Mac OS 13,MacOS,VMware,VM,Virtual Machines,Ventura VM,Ventura,How To Install MacOS Ventura On ESXi,OS 13,VMware Player,Ventura Virtual Machine,Apple,Apple MacOS,.vmdk,VMs,ESXi,VSphere,VMware ESXi,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Running a MacOS 13 Ventura VM in VMware ESXi">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="11/09/2022 01:46:40 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 13 Ventura VM in 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 Ventura .iso <a href="https://archive.org/search.php?query=MacOS%20Iso%20Collection&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 Ventura 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 13 &gt; Set the Guest OS family to Mac OS and Guest OS Version to Apple MacOS 12 (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 Network &gt; Set the Adapter Type to VMXNET 3</li>
  58. <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>
  59. <li>Click Upload &gt; Browse to and select the Mac OS installation ISO</li>
  60. <li>Once the upload completes, click the Mac OS ISO to highlight it &gt; Click Select</li>
  61. <li>Back on the Hardware customization screen click Next</li>
  62. <li>Review the summary provided and click Finish Click the new MacOS 13 VM Click Power on at the top of the page</li>
  63. </ol>
  64. <h2>Installing MacOS Ventura</h2>
  65. <ol>
  66. <li>After an initialization sequence the MAC OS Setup should start</li>
  67. <li>Select a Language &gt; Click the next arrow</li>
  68. <li>Select Disk Utility</li>
  69. <li>Select the VMware Virtual SATA Hard Drive Media &gt; Click Erase</li>
  70. <li>Name the drive MacOS &gt; Set the Format to APFS &gt; Click Erase</li>
  71. <li>Click Done &gt; Close Disk Utility</li>
  72. <li>Click Install macOS Ventura</li>
  73. <li>Click Continue &gt; Click Agree &gt; Click Agree again</li>
  74. <li>Select the MacOS disk &gt; Click Install</li>
  75. <li>Wait while Mac OS installs files, the VM will reboot several times</li>
  76. <li>Select your Country &gt; Click Continue</li>
  77. <li>Confirm your languages and keyboard layout &gt; Click Continue</li>
  78. <li>Click Not Now on the Accessibility screen</li>
  79. <li>Click Continue on the Data &amp; Privacy screen</li>
  80. <li>Select Not Now on the Migration Assistant screen</li>
  81. <li>Select Set Up Later and then Skip on the Apple ID screen</li>
  82. <li>Click Agree &gt; Agree again</li>
  83. <li>Enter a name, user name, password &gt; Click Continue</li>
  84. <li>Click Customize Settings</li>
  85. <li>Click Continue &gt; Select Use or Don&#39;t Use for Location Services</li>
  86. <li>Pick a time zone &gt; Click Continue</li>
  87. <li>Choose whether to share analytics with Apple &gt; Click Continue</li>
  88. <li>Click Set Up Later on the Screen Time screen</li>
  89. <li>Pick a theme &gt; Click Continue</li>
  90. <li>Welcome to MacOS 13 Ventura</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>Run Unlocker.exe</li>
  97. <li>Click the Download button under the Tools section</li>
  98. <li>Back in the ESXi web UI select Storage from the left navigation menu</li>
  99. <li>Click the Datastore browser icon at the top of the main content pane</li>
  100. <li>Click Upload &gt; Browse to and select the darwin.iso downloaded by MacOS Unlocker</li>
  101. <li>Once the upload completes click Close to close out of the Datastore browser</li>
  102. <li>Select the MacOS 13 VM &gt; Actions &gt; Edit settings</li>
  103. <li>Attach darwin.iso to CD/DVD drive 1</li>
  104. <li>Inside the VM, double click the mounted VMware tools and run the installer</li>
  105. </ol> </div>
  106. </div>
  107. </body>
  108. </html>