Using this article: https://medium.com/@twister.mr/installing-macos-to-virtualbox-1fcc5cf22801, download MacOs Sierra from here: https://drive.google.com/drive/folders/0Bx7BAMlD-ZOQSTc2NmpDU2g2WDA. Create a VM following instructions, and to run a commands just run the bat file in this gist
Created
December 8, 2018 16:17
-
-
Save pmunin/87067ebde817ce61424fd7a3dbd57c4a to your computer and use it in GitHub Desktop.
Installing macOs on VirtualBox for Windows
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
cd C:\Program Files\Oracle\VirtualBox | |
VBoxManage modifyvm "MacOS" --cpuid-set 00000001 000106e5 00100800 0098e3fd bfebfbff | |
VBoxManage setextradata "MacOS" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3" | |
VBoxManage setextradata "MacOS" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0" | |
VBoxManage setextradata "MacOS" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple" | |
VBoxManage setextradata "MacOS" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" | |
VBoxManage setextradata "MacOS" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1 | |
VBoxManage setextradata "MacOS" VBoxInternal2/EfiGopMode 4 | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment