Created
April 16, 2019 03:47
-
-
Save MewX/be049cc997af02627d0bd2c0168cb647 to your computer and use it in GitHub Desktop.
MacOS VirtualBox Configration
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 modifyvm "MacOS 10.14" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff | |
vboxmanage setextradata "MacOS 10.14" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3" | |
vboxmanage setextradata "MacOS 10.14" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0" | |
vboxmanage setextradata "MacOS 10.14" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple" | |
vboxmanage setextradata "MacOS 10.14" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" | |
vboxmanage setextradata "MacOS 10.14" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1 | |
vboxmanage setextradata "MacOS 10.14" VBoxInternal2/EfiGraphicsResolution 1280x800 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment