Skip to content

Instantly share code, notes, and snippets.

@Feroz-Istar
Created May 5, 2020 21:51
Show Gist options
  • Save Feroz-Istar/2e80a036507d0c65ba0502509bd3077d to your computer and use it in GitHub Desktop.
Save Feroz-Istar/2e80a036507d0c65ba0502509bd3077d to your computer and use it in GitHub Desktop.
VBoxManage.exe modifyvm "macOS Catalina" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage setextradata "macOS Catalina" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
VBoxManage setextradata "macOS Catalina" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "macOS Catalina" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata "macOS Catalina" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "macOS Catalina" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
VBoxManage setextradata "macOS Catalina" "VBoxInternal/CPUM/IsaExts/AVX" 0
VBoxManage setextradata "macOS Catalina" "VBoxInternal/CPUM/IsaExts/AVX2" 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment