Created
February 6, 2019 01:44
-
-
Save lhazlewood/24134e708248b8a651ed9dd43df15cad to your computer and use it in GitHub Desktop.
macos sierra on virtualbox addendum
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
$ 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