Bladeren bron

0764: Running a MacOS 13 Ventura VM in VMware

i12bretro 3 jaren geleden
bovenliggende
commit
4665081e22
1 gewijzigde bestanden met toevoegingen van 126 en 0 verwijderingen
  1. 126 0
      0764.html

+ 126 - 0
0764.html

@@ -0,0 +1,126 @@
+    <!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/26/2022 08:38:02 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>
+
+<ol>
+	<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></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 &gt; 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) &gt; Browse to and select the downloaded MacOS Ventura .iso &gt; Click Next</li>
+	<li>Select Apple Mac OS X and macOS 13 &gt; Click Next</li>
+	<li>Name the VM MacOS13 and set the path to store the VM files &gt; Click Next</li>
+	<li>Adjust the disk size if necessary &gt; 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 &quot;FALSE&quot;
+	<p>board-id.reflectHost = &quot;FALSE&quot;</p>
+	</li>
+	<li>Search for ethernet0.virtualDev and set the value to &quot;vmxnet3&quot;
+	<p>ethernet0.virtualDev = &quot;vmxnet3&quot;</p>
+	</li>
+	<li>Then paste the following options at the bottom of the file
+	<p>board-id = &quot;Mac-AA95B1DDAB278B95&quot;<br />
+	hw.model.reflectHost = &quot;FALSE&quot;<br />
+	hw.model = &quot;MacBookPro19,1&quot;<br />
+	serialNumber.reflectHost = &quot;FALSE&quot;<br />
+	serialNumber = &quot;C01234567890&quot;</p>
+	<em>NOTE: If running an AMD processor, add the following additional options to the bottom of the file</em>
+
+	<p>mc.version = &quot;0&quot;<br />
+	cpuid.0.eax = &quot;0000:0000:0000:0000:0000:0000:0000:1011&quot;<br />
+	cpuid.0.ebx = &quot;0111:0101:0110:1110:0110:0101:0100:0111&quot;<br />
+	cpuid.0.ecx = &quot;0110:1100:0110:0101:0111:0100:0110:1110&quot;<br />
+	cpuid.0.edx = &quot;0100:1001:0110:0101:0110:1110:0110:1001&quot;<br />
+	cpuid.1.eax = &quot;0000:0000:0000:0001:0000:0110:0111:0001&quot;<br />
+	cpuid.1.ebx = &quot;0000:0010:0000:0001:0000:1000:0000:0000&quot;<br />
+	cpuid.1.ecx = &quot;1000:0010:1001:1000:0010:0010:0000:0011&quot;<br />
+	cpuid.1.edx = &quot;0000:0111:1000:1011:1111:1011:1111:1111&quot;<br />
+	smbios.reflectHost = &quot;TRUE&quot;</p>
+	</li>
+	<li>Right click on the MacOS13 VM &gt; 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 &gt; Click the next arrow</li>
+	<li>Select Disk Utility</li>
+	<li>Select the VMware Virtual SATA Hard Drive Media &gt; Click Erase</li>
+	<li>Name the drive MacOS &gt; Set the Format to APFS &gt; Click Erase</li>
+	<li>Click Done &gt; Close Disk Utility</li>
+	<li>Click Install macOS Ventura (13 beta)</li>
+	<li>Click Continue &gt; Click Agree &gt; Click Agree again</li>
+	<li>Select the MacOS disk &gt; Click Install</li>
+	<li>Wait while Mac OS installs files, the VM will reboot several times</li>
+	<li>Select your Country &gt; Click Continue</li>
+	<li>Confirm your languages and keyboard layout &gt; Click Continue</li>
+	<li>Click Not Now on the Accessibility screen</li>
+	<li>Click Continue on the Data &amp; 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 &gt; Agree again</li>
+	<li>Enter a name, user name, password &gt; Click Continue</li>
+	<li>Click Customize Settings</li>
+	<li>Click Continue &gt; Select Use or Don&#39;t Use for Location Services</li>
+	<li>Pick a time zone &gt; Click Continue</li>
+	<li>Choose whether to share analytics with Apple &gt; Click Continue</li>
+	<li>Click Set Up Later on the Screen Time screen</li>
+	<li>Pick a theme &gt; 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 &gt; Eject</li>
+	<li>On the VMware toolbar click Player &gt; Removable Devices &gt; CD/DVD &gt; Settings</li>
+	<li>Click Browse next to ISO Image File &gt; Browse to the extracted Unlocker files \tools &gt; 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 &gt; Click Allow next to VMware &gt; 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>
+