Created
May 8, 2013 14:18
-
-
Save DamnedFacts/5540752 to your computer and use it in GitHub Desktop.
Internal VirtualBox commands that assist in installing OS X under VirtualBox
This file contains 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
# https://www.virtualbox.org/manual/ch03.html | |
VBoxManage setextradata "Mountain Lion Cage" VBoxInternal2/EfiGopMode 3 | |
VBoxManage modifyvm "Mountain Lion Cage" --firmware efi | |
VBoxManage setextradata "Mountain Lion Cage" VBoxInternal2/SmcDeviceKey "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" | |
# https://www.virtualbox.org/manual/ch14.html | |
VBoxManage setextradata "Mountain Lion Cage" "VBoxInternal2/EfiBootArgs" "-v" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment