Advertisement
Aclegg2011

mac os

Oct 17th, 2023
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. cd "C:\Program Files\Oracle\VirtualBox\"
  2.  
  3.  
  4. VBoxManage.exe modifyvm "macOS12" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
  5. VBoxManage setextradata "macOS12" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
  6. VBoxManage setextradata "macOS12" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
  7. VBoxManage setextradata "macOS12" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
  8. VBoxManage setextradata "macOS12" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
  9. VBoxManage setextradata "macOS12" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
  10.  
  11.  
  12. cd "%programfiles%\Oracle\VirtualBox\"
  13. VBoxManage.exe modifyvm "Mac OS 12" --cpuid-set 00000001 000106e5 00100800 0098e3fd bfebfbff
  14. VBoxManage setextradata "Mac OS 12" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "MacBookPro15,1"
  15. VBoxManage setextradata "Mac OS 12" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
  16. VBoxManage setextradata "Mac OS 12" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Mac-551B86E5744E2388"
  17. VBoxManage setextradata "Mac OS 12" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
  18. VBoxManage setextradata "Mac OS 12" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
  19. VBoxManage setextradata "Mac OS 12" "VBoxInternal/TM/TSCMode" "RealTSCOffset"
  20.  
  21. If you are running an AMD processor also run the following command:
  22. VBoxManage modifyvm "Mac OS 12" --cpu-profile "Intel Core i7-6700K"
  23.  
  24. VBoxManage setextradata "macOS12" VBoxInternal2/EfiGraphicsResolution "1920x1080"
  25.  
  26. cd "C:\Program Files\Oracle\VirtualBox\"
  27.  
  28. VBoxManage setextradata "VM Name" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 0
  29.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement