0764.html 6.1 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</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 VMware,OS 13,VMware Player,Ventura Virtual Machine,Apple,Apple MacOS,.vmdk,VMs,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Running a MacOS 13 Ventura VM in VMware">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="07/03/2023 08:52:00 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</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <h2>Installing and Configuring VMware</h2>
  26. <p>💡 <em>NOTE: MacOS higher than version 12 requires a CPU with AVX2 instruction support</em></p>
  27. <ol>
  28. <li>Download a MacOS Ventura .iso <a href="https://archive.org/search.php?query=MacOS%20Collection&amp;and[]=mediatype%3A%22software%22" target="_blank">Download</a> OR create your own <a href="https://youtu.be/JFMvUpdCMwo" target="_blank">https://youtu.be/JFMvUpdCMwo</a></li>
  29. <li>Download VMware Workstation Player <a href="https://www.vmware.com/products/workstation-player.html" target="_blank">Download</a></li>
  30. <li>Download MacOS Unlocker for VMware Workstation <a href="https://github.com/paolo-projects/auto-unlocker/releases" target="_blank">Download</a></li>
  31. <li>Install VMware Workstation Player, accepting the defaults</li>
  32. <li>Extract the downloaded MacOS Unlocker for VMware Workstation</li>
  33. <li>Inside the extracted file, right click Unlocker.exe &gt; Run as administrator</li>
  34. <li>Click the Patch button</li>
  35. <li>Wait for patching to complete before continuing</li>
  36. </ol>
  37. <h2>Creating the Ventura VM</h2>
  38. <ol>
  39. <li>Launch VMware Workstation Player</li>
  40. <li>Click Continue to use Workstation Player for free for non-commercial use</li>
  41. <li>Click Finish</li>
  42. <li>Click Create a New Virtual Machine on the right side of the application</li>
  43. <li>Select Installer disc image file (iso) &gt; Browse to and select the downloaded MacOS Ventura .iso &gt; Click Next</li>
  44. <li>Select Apple Mac OS X and macOS 13 &gt; Click Next</li>
  45. <li>Name the VM MacOS13 and set the path to store the VM files &gt; Click Next</li>
  46. <li>Adjust the disk size if necessary &gt; Click Next</li>
  47. <li>Click Finish</li>
  48. <li>Open File Explorer and navigate to the VM files</li>
  49. <li>Edit the .vmx file in a text editor</li>
  50. <li>Search for board-id.reflectHost and set the value to &quot;FALSE&quot;
  51. <p>board-id.reflectHost = &quot;FALSE&quot;</p>
  52. </li>
  53. <li>Search for ethernet0.virtualDev and set the value to &quot;vmxnet3&quot;
  54. <p>ethernet0.virtualDev = &quot;vmxnet3&quot;</p>
  55. </li>
  56. <li>Then paste the following options at the bottom of the file
  57. <p>board-id = &quot;Mac-AA95B1DDAB278B95&quot;<br />
  58. hw.model.reflectHost = &quot;FALSE&quot;<br />
  59. hw.model = &quot;MacBookPro19,1&quot;<br />
  60. serialNumber.reflectHost = &quot;FALSE&quot;<br />
  61. serialNumber = &quot;C01234567890&quot;</p>
  62. </li>
  63. <li>Right click on the MacOS13 VM &gt; Power On</li>
  64. </ol>
  65. <h2>Installing MacOS Ventura</h2>
  66. <ol>
  67. <li>After an initialization sequence the MAC OS Setup should start</li>
  68. <li>Select a Language &gt; Click the next arrow</li>
  69. <li>Select Disk Utility</li>
  70. <li>Select the VMware Virtual SATA Hard Drive Media &gt; Click Erase</li>
  71. <li>Name the drive MacOS &gt; Set the Format to APFS &gt; Click Erase</li>
  72. <li>Click Done &gt; Close Disk Utility</li>
  73. <li>Click Install macOS Ventura (13 beta)</li>
  74. <li>Click Continue &gt; Click Agree &gt; Click Agree again</li>
  75. <li>Select the MacOS disk &gt; Click Install</li>
  76. <li>Wait while Mac OS installs files, the VM will reboot several times</li>
  77. <li>Select your Country &gt; Click Continue</li>
  78. <li>Confirm your languages and keyboard layout &gt; Click Continue</li>
  79. <li>Click Not Now on the Accessibility screen</li>
  80. <li>Click Continue on the Data &amp; Privacy screen</li>
  81. <li>Select Not Now on the Migration Assistant screen</li>
  82. <li>Select Set Up Later and then Skip on the Apple ID screen</li>
  83. <li>Click Agree &gt; Agree again</li>
  84. <li>Enter a name, user name, password &gt; Click Continue</li>
  85. <li>Click Customize Settings</li>
  86. <li>Click Continue &gt; Select Use or Don&#39;t Use for Location Services</li>
  87. <li>Pick a time zone &gt; Click Continue</li>
  88. <li>Choose whether to share analytics with Apple &gt; Click Continue</li>
  89. <li>Click Set Up Later on the Screen Time screen</li>
  90. <li>Pick a theme &gt; Click Continue</li>
  91. <li>Welcome to MacOS 13 Ventura</li>
  92. </ol>
  93. <h2>Install VMware Tools (optional, but recommended)</h2>
  94. <ol>
  95. <li>Right click the Install MacOS disc on the desktop &gt; Eject</li>
  96. <li>On the VMware toolbar click Player &gt; Removable Devices &gt; CD/DVD &gt; Settings</li>
  97. <li>Click Browse next to ISO Image File &gt; Browse to the extracted Unlocker files \tools &gt; Select darwin.iso</li>
  98. <li>Click the Connected checkbox</li>
  99. <li>Click OK</li>
  100. <li>Inside the VM, double click the mounted VMware tools and run the installer</li>
  101. <li>When prompted, go into the Security settings and scroll to the bottom &gt; Click Allow next to VMware &gt; Reboot</li>
  102. <li>After rebooting double click the mounted VMware tools and run the installer again</li>
  103. <li>After the install succeeds, reboot again</li>
  104. </ol> </div>
  105. </div>
  106. </body>
  107. </html>