Skip to content

Instantly share code, notes, and snippets.

@lhazlewood
Created February 6, 2019 01:44
Show Gist options
  • Save lhazlewood/24134e708248b8a651ed9dd43df15cad to your computer and use it in GitHub Desktop.
Save lhazlewood/24134e708248b8a651ed9dd43df15cad to your computer and use it in GitHub Desktop.
macos sierra on virtualbox addendum
$ NAME="macOSSierra"
$ VBoxManage setextradata "$NAME" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Mac-F22589C8"
$ VBoxManage setextradata "$NAME" "VBoxInternal/Devices/efi/0/Config/DmiSystemSerial" "CK1156I6DB6"
$ VBoxManage modifyvm "$NAME" --paravirtprovider none
# after reboot:
$ VBoxManage modifyvm "$NAME" --paravirtprovider default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment