50% found this document useful (2 votes)
2K views1 page

VirtualBox 5.0.x Mac OS Sierra Setup

This document provides VirtualBox configuration code to modify a "Mac Os sierra" virtual machine to spoof its system information to match a Mac hardware profile. The code sets CPUID values, changes the reported DMI system product to iMac11,3, sets the DMI system version to 1.0, changes the DMI board product, sets spoofed device keys, and enables getting keys from the real SMC.

Uploaded by

rizky
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
50% found this document useful (2 votes)
2K views1 page

VirtualBox 5.0.x Mac OS Sierra Setup

This document provides VirtualBox configuration code to modify a "Mac Os sierra" virtual machine to spoof its system information to match a Mac hardware profile. The code sets CPUID values, changes the reported DMI system product to iMac11,3, sets the DMI system version to 1.0, changes the DMI board product, sets spoofed device keys, and enables getting keys from the real SMC.

Uploaded by

rizky
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

Code for Virtualbox 5.0.

x:
cd "C:\Program Files\Oracle\VirtualBox\"
[Link] modifyvm "Mac Os sierra" --cpuidset 00000001 000106e5 00100800 00
98e3fd bfebfbff
VBoxManage setextradata "Mac Os sierra" "VBoxInternal/Devices/efi/0/Config/DmiSy
stemProduct" "iMac11,3"
VBoxManage setextradata "Mac Os sierra" "VBoxInternal/Devices/efi/0/Config/DmiSy
stemVersion" "1.0"
VBoxManage setextradata "Mac Os sierra" "VBoxInternal/Devices/efi/0/Config/DmiBo
ardProduct" "Iloveapple"
VBoxManage setextradata "Mac Os sierra" "VBoxInternal/Devices/smc/0/Config/Devic
eKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "Mac Os sierra" "VBoxInternal/Devices/smc/0/Config/GetKe
yFromRealSMC" 1

You might also like