123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Running a MacOS 13 Ventura VM in VMware</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <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">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Running a MacOS 13 Ventura VM in VMware">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="revised" content="07/03/2023 08:52:00 PM" />
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>Running a MacOS 13 Ventura VM in VMware</h1>
- </div>
- <div></div>
- <div id="content">
- <h2>Installing and Configuring VMware</h2>
- <p>💡 <em>NOTE: MacOS higher than version 12 requires a CPU with AVX2 instruction support</em></p>
- <ol>
- <li>Download a MacOS Ventura .iso <a href="https://archive.org/search.php?query=MacOS%20Collection&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>
- <li>Download VMware Workstation Player <a href="https://www.vmware.com/products/workstation-player.html" target="_blank">Download</a></li>
- <li>Download MacOS Unlocker for VMware Workstation <a href="https://github.com/paolo-projects/auto-unlocker/releases" target="_blank">Download</a></li>
- <li>Install VMware Workstation Player, accepting the defaults</li>
- <li>Extract the downloaded MacOS Unlocker for VMware Workstation</li>
- <li>Inside the extracted file, right click Unlocker.exe > Run as administrator</li>
- <li>Click the Patch button</li>
- <li>Wait for patching to complete before continuing</li>
- </ol>
- <h2>Creating the Ventura VM</h2>
- <ol>
- <li>Launch VMware Workstation Player</li>
- <li>Click Continue to use Workstation Player for free for non-commercial use</li>
- <li>Click Finish</li>
- <li>Click Create a New Virtual Machine on the right side of the application</li>
- <li>Select Installer disc image file (iso) > Browse to and select the downloaded MacOS Ventura .iso > Click Next</li>
- <li>Select Apple Mac OS X and macOS 13 > Click Next</li>
- <li>Name the VM MacOS13 and set the path to store the VM files > Click Next</li>
- <li>Adjust the disk size if necessary > Click Next</li>
- <li>Click Finish</li>
- <li>Open File Explorer and navigate to the VM files</li>
- <li>Edit the .vmx file in a text editor</li>
- <li>Search for board-id.reflectHost and set the value to "FALSE"
- <p>board-id.reflectHost = "FALSE"</p>
- </li>
- <li>Search for ethernet0.virtualDev and set the value to "vmxnet3"
- <p>ethernet0.virtualDev = "vmxnet3"</p>
- </li>
- <li>Then paste the following options at the bottom of the file
- <p>board-id = "Mac-AA95B1DDAB278B95"<br />
- hw.model.reflectHost = "FALSE"<br />
- hw.model = "MacBookPro19,1"<br />
- serialNumber.reflectHost = "FALSE"<br />
- serialNumber = "C01234567890"</p>
- </li>
- <li>Right click on the MacOS13 VM > Power On</li>
- </ol>
- <h2>Installing MacOS Ventura</h2>
- <ol>
- <li>After an initialization sequence the MAC OS Setup should start</li>
- <li>Select a Language > Click the next arrow</li>
- <li>Select Disk Utility</li>
- <li>Select the VMware Virtual SATA Hard Drive Media > Click Erase</li>
- <li>Name the drive MacOS > Set the Format to APFS > Click Erase</li>
- <li>Click Done > Close Disk Utility</li>
- <li>Click Install macOS Ventura (13 beta)</li>
- <li>Click Continue > Click Agree > Click Agree again</li>
- <li>Select the MacOS disk > Click Install</li>
- <li>Wait while Mac OS installs files, the VM will reboot several times</li>
- <li>Select your Country > Click Continue</li>
- <li>Confirm your languages and keyboard layout > Click Continue</li>
- <li>Click Not Now on the Accessibility screen</li>
- <li>Click Continue on the Data & Privacy screen</li>
- <li>Select Not Now on the Migration Assistant screen</li>
- <li>Select Set Up Later and then Skip on the Apple ID screen</li>
- <li>Click Agree > Agree again</li>
- <li>Enter a name, user name, password > Click Continue</li>
- <li>Click Customize Settings</li>
- <li>Click Continue > Select Use or Don't Use for Location Services</li>
- <li>Pick a time zone > Click Continue</li>
- <li>Choose whether to share analytics with Apple > Click Continue</li>
- <li>Click Set Up Later on the Screen Time screen</li>
- <li>Pick a theme > Click Continue</li>
- <li>Welcome to MacOS 13 Ventura</li>
- </ol>
- <h2>Install VMware Tools (optional, but recommended)</h2>
- <ol>
- <li>Right click the Install MacOS disc on the desktop > Eject</li>
- <li>On the VMware toolbar click Player > Removable Devices > CD/DVD > Settings</li>
- <li>Click Browse next to ISO Image File > Browse to the extracted Unlocker files \tools > Select darwin.iso</li>
- <li>Click the Connected checkbox</li>
- <li>Click OK</li>
- <li>Inside the VM, double click the mounted VMware tools and run the installer</li>
- <li>When prompted, go into the Security settings and scroll to the bottom > Click Allow next to VMware > Reboot</li>
- <li>After rebooting double click the mounted VMware tools and run the installer again</li>
- <li>After the install succeeds, reboot again</li>
- </ol> </div>
- </div>
- </body>
- </html>
-
|