Advertisement
Guest User

MacOS Montery 12 VirtualBox Configuration V2

a guest
Apr 15th, 2022
5,103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.52 KB | None | 0 0
  1.  
  2. Replace
  3. macOS Montery 12
  4. with the Name of your Virtual Machine (use find and replace in your editor)
  5.  
  6. It should work with nearly every MacOS Verion
  7.  
  8. On Windows and not sure which CPU you've got?
  9. Download CPU-Z
  10.  
  11. === Copy this is for AMD Processor users ===
  12. cd "C:\Program Files\Oracle\VirtualBox\"
  13. VBoxManage.exe modifyvm "macOS Montery 12" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
  14. VBoxManage modifyvm "macOS Montery 12" --cpu-profile "Intel Xeon X5482 3.20GHz"
  15. VBoxManage setextradata "macOS Montery 12" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac19,1"
  16. VBoxManage setextradata "macOS Montery 12" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
  17. VBoxManage setextradata "macOS Montery 12" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Mac-2BD1B31983FE1663"
  18. VBoxManage setextradata "macOS Montery 12" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
  19. VBoxManage setextradata "macOS Montery 12" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 0
  20.  
  21.  
  22. === Option 2 (not checked) ===
  23. cd "C:\Program Files\Oracle\VirtualBox\"
  24. VBoxManage.exe modifyvm "macOS Montery 12" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
  25. VBoxManage setextradata "macOS Montery 12" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac19,1"
  26. VBoxManage setextradata "macOS Montery 12" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
  27. VBoxManage setextradata "macOS Montery 12" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Mac-2BD1B31983FE1663"
  28. VBoxManage setextradata "macOS Montery 12" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
  29. VBoxManage setextradata "macOS Montery 12" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 0
  30.  
  31.  
  32. === Option 3 (not checked) ===
  33. Maybe try without
  34. Copy >
  35. in the fourth line
  36.  
  37.  
  38. cd "C:\Program Files\Oracle\VirtualBox\"
  39. VBoxManage.exe modifyvm "mac OS Montery 12" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
  40. VBoxManage setextradata "mac OS Montery 12" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "MacBookPro15,1"
  41. Copy > VBoxManage setextradata "mac OS Montery 12" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Mac-551B86E5744E2388"
  42. VBoxManage setextradata "mac OS Montery 12" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
  43. VBoxManage setextradata "mac OS Montery 12" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
  44.  
  45.  
  46.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement