Skip to content

Instantly share code, notes, and snippets.

@notsidney
Created January 30, 2023 22:34
Show Gist options
  • Save notsidney/50a211527567962a5dc93b8a765fa6fc to your computer and use it in GitHub Desktop.
Save notsidney/50a211527567962a5dc93b8a765fa6fc to your computer and use it in GitHub Desktop.
macOS Catalina VirtualBox VM on Windows 11 with AMD Ryzen 5 2600
./VBoxManage.exe modifyvm "macOS" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
./VBoxManage.exe setextradata "macOS" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
./VBoxManage.exe setextradata "macOS" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
./VBoxManage.exe setextradata "macOS" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
./VBoxManage.exe setextradata "macOS" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
./VBoxManage.exe setextradata "macOS" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 0
./VBoxManage.exe modifyvm "macOS" --cpu-profile "Intel Core i7-6700K"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment