Skip to content

Instantly share code, notes, and snippets.

@DamnedFacts
Created May 8, 2013 14:18
Show Gist options
  • Save DamnedFacts/5540752 to your computer and use it in GitHub Desktop.
Save DamnedFacts/5540752 to your computer and use it in GitHub Desktop.
Internal VirtualBox commands that assist in installing OS X under VirtualBox
# 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