0% found this document useful (0 votes)
58 views

VBoxManage Commands

The document provides commands to modify a VirtualBox virtual machine named "Mac" to spoof it as an iMac and optimize its CPU profile. It sets extra data fields to customize the DMI, SMC controller, and enable real TPM offset support which may fix black screen issues.

Uploaded by

Putin Zhang
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
58 views

VBoxManage Commands

The document provides commands to modify a VirtualBox virtual machine named "Mac" to spoof it as an iMac and optimize its CPU profile. It sets extra data fields to customize the DMI, SMC controller, and enable real TPM offset support which may fix black screen issues.

Uploaded by

Putin Zhang
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

cd "%programfiles%\Oracle\VirtualBox\"

VBoxManage modifyvm "Mac" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff


VBoxManage setextradata "Mac" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct"
"iMac11,3"
VBoxManage setextradata "Mac" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion"
"1.0"
VBoxManage setextradata "Mac" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct"
"Iloveapple"
VBoxManage setextradata "Mac" "VBoxInternal/Devices/smc/0/Config/DeviceKey"
"ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "Mac" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC"
1
VBoxManage modifyvm "Mac" --cpu-profile "Intel TM i7 2.40GHz"

Additional Command only if you get Blackscreen for very long time:
VBoxManage setextradata "Mac" "VBoxInternal/TM/TSCMode" "RealTSCOffset"

You might also like