|
@@ -8,7 +8,7 @@
|
|
|
<meta name="author" content="i12bretro">
|
|
|
<meta name="description" content="Running a Mac OS 12 Monterey VM in Virtualbox">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
- <meta name="revised" content="05/18/2022 09:50:59 AM" />
|
|
|
+ <meta name="revised" content="05/20/2022 12:51:33 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>
|
|
@@ -52,12 +52,13 @@
|
|
|
<li>Click OK</li>
|
|
|
<li>Right Click the Start Button > Command Prompt (Admin) > Paste in the following commands
|
|
|
<div class="codeBlock masked">cd "%programfiles%\Oracle\VirtualBox\"<br />
|
|
|
- VBoxManage.exe modifyvm "Mac OS 12" –-cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff<br />
|
|
|
+ VBoxManage.exe modifyvm "Mac OS 12" --cpuid-set 00000001 000106e5 00100800 0098e3fd bfebfbff<br />
|
|
|
VBoxManage setextradata "Mac OS 12" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "MacBookPro15,1"<br />
|
|
|
VBoxManage setextradata "Mac OS 12" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"<br />
|
|
|
VBoxManage setextradata "Mac OS 12" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Mac-551B86E5744E2388"<br />
|
|
|
VBoxManage setextradata "Mac OS 12" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"<br />
|
|
|
- VBoxManage setextradata "Mac OS 12" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1</div>
|
|
|
+ VBoxManage setextradata "Mac OS 12" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1<br />
|
|
|
+ VBoxManage setextradata "Mac OS 12" "VBoxInternal/TM/TSCMode" "RealTSCOffset"</div>
|
|
|
</li>
|
|
|
<li>If you are running an AMD processor also run the following command:
|
|
|
<div class="codeBlock">VBoxManage modifyvm "Mac OS 12" --cpu-profile "Intel Core i7-6700K"</div>
|