Skip to content

Instantly share code, notes, and snippets.

@ibLeDy
Created May 21, 2020 05:44
Show Gist options
  • Save ibLeDy/6358c41561ccbdb5e12493c633ad04b5 to your computer and use it in GitHub Desktop.
Save ibLeDy/6358c41561ccbdb5e12493c633ad04b5 to your computer and use it in GitHub Desktop.
Mojave code for VirtualBox
#!/bin/sh
VM_NAME="Mojave-10.14.4"
VBoxManage modifyvm $VM_NAME --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage setextradata $VM_NAME "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
VBoxManage setextradata $VM_NAME "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata $VM_NAME "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Mac-F2238BAE"
VBoxManage setextradata $VM_NAME "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata $VM_NAME "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment