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

Script

The document provides commands to modify virtual machine settings like CPUID, system product name, and board product for a virtual machine named 'mac os' using VBoxManage to enable it to boot macOS.

Uploaded by

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

Script

The document provides commands to modify virtual machine settings like CPUID, system product name, and board product for a virtual machine named 'mac os' using VBoxManage to enable it to boot macOS.

Uploaded by

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

cd "C:\Program Files\Oracle\VirtualBox\"

VBoxManage.exe modifyvm "mac os" –-cpuidset 00000001 000106e5 00100800 0098e3fd


bfebfbff
VBoxManage setextradata "mac os" VBoxInternal/Devices/efi/0/Config/DmiSystemProduct
“MacBookPro15,1”
VBoxManage setextradata "mac os"
"VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Mac-551B86E5744E2388"
VBoxManage setextradata "mac os" "VBoxInternal/Devices/smc/0/Config/DeviceKey"
"ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "mac os"
"VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1

You might also like