0% found this document useful (0 votes)
6 views1 page

VirtualBox Mac VM Configuration Guide

The document provides commands for configuring VirtualBox virtual machines to emulate macOS on both Intel and AMD systems. It includes specific VBoxManage commands to set CPU IDs, system product and version information, and other configurations for the virtual machines named 'Mac cata' and 'Mac'. The configurations aim to mimic Apple hardware settings to facilitate running macOS in a virtual environment.

Uploaded by

deejaypj03
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
0% found this document useful (0 votes)
6 views1 page

VirtualBox Mac VM Configuration Guide

The document provides commands for configuring VirtualBox virtual machines to emulate macOS on both Intel and AMD systems. It includes specific VBoxManage commands to set CPU IDs, system product and version information, and other configurations for the virtual machines named 'Mac cata' and 'Mac'. The configurations aim to mimic Apple hardware settings to facilitate running macOS in a virtual environment.

Uploaded by

deejaypj03
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

==== INTEL ====

cd "C:\Program Files\Oracle\VirtualBox"
[Link] modifyvm "Mac cata" --cpuidset 00000001 000106e5 00100800 0098e3fd
bfebfbff
VBoxManage setextradata "Mac cata"
"VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac19,1"
VBoxManage setextradata "Mac cata"
"VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "Mac cata"
"VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Mac-AA95B1DDAB278B95"
VBoxManage setextradata "Mac cata" "VBoxInternal/Devices/smc/0/Config/DeviceKey"
"ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "Mac cata"
"VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
VBoxManage setextradata "Mac cata" VBoxInternal2/EfiGraphicsResolution 1920x1080

==== AMD ====

cd "C:\Program Files\Oracle\VirtualBox\"
[Link] 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 Core i7-6700K"

You might also like