Download from https://github.com/myspaghetti/macos-virtualbox Use cygwin to install the script's required packages
Created
January 30, 2023 22:34
-
-
Save notsidney/50a211527567962a5dc93b8a765fa6fc to your computer and use it in GitHub Desktop.
macOS Catalina VirtualBox VM on Windows 11 with AMD Ryzen 5 2600
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./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