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

Scripts

This document provides instructions for configuring a VirtualBox virtual machine to emulate different hardware profiles for macOS. It includes commands to set CPU identification values, DMI system information, graphics resolution and CPU profiles for Intel and AMD CPUs. Settings are applied using VBoxManage to the specified virtual machine name.

Uploaded by

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

Scripts

This document provides instructions for configuring a VirtualBox virtual machine to emulate different hardware profiles for macOS. It includes commands to set CPU identification values, DMI system information, graphics resolution and CPU profiles for Intel and AMD CPUs. Settings are applied using VBoxManage to the specified virtual machine name.

Uploaded by

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

Ruta Normal de Intalación

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

Lineas para Intel + AMD


VBoxManage.exe modifyvm "-----" --cpuidset 00000001 000106e5 00100800 0098e3fd
bfebfbff
VBoxManage setextradata "-----"
"VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac19,1"
VBoxManage setextradata "-----"
"VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "-----" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct"
"Mac-AA95B1DDAB278B95"
VBoxManage setextradata "-----" "VBoxInternal/Devices/smc/0/Config/DeviceKey"
"ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "-----"
"VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
VBoxManage setextradata "-----" VBoxInternal2/EfiGraphicsResolution 1280x720

Sólo para AMD


VBoxManage modifyvm "-----" --cpu-profile "Intel Xeon X5482 3.20GHz"
VBoxManage modifyvm "-----" --cpu-profile "Intel Core i7-2635QM"
VBoxManage modifyvm "-----" --cpu-profile "Intel Core i7-3960X"
VBoxManage modifyvm "-----" --cpu-profile "Intel Core i5-3570"
VBoxManage modifyvm "-----" --cpu-profile "Intel Core i7-5600U"
VBoxManage modifyvm "-----" --cpu-profile "Intel Core i7-6700K"

You might also like