Skip to content

Instantly share code, notes, and snippets.

@sagi
Created August 5, 2017 10:25
Show Gist options
  • Save sagi/f81a26d5ad2c455ff85526baaa1f21e7 to your computer and use it in GitHub Desktop.
Save sagi/f81a26d5ad2c455ff85526baaa1f21e7 to your computer and use it in GitHub Desktop.
OSX on VirtualBox vboxmanage
#!/bin/bash
vboxmanage modifyvm "osx" --cpuidset 00000001 000306a9 04100800 7fbae3ff bfebfbff
vboxmanage setextradata "osx" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "MacBookPro11,3"
vboxmanage setextradata "osx" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
vboxmanage setextradata "osx" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
vboxmanage setextradata "osx" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
vboxmanage setextradata "osx" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
vboxmanage setextradata "osx" VBoxInternal2/EfiGopMode 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment