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

Code

The document provides instructions for configuring VirtualBox virtual machines for both Intel and AMD processors. It includes commands to set CPU ID, system product, board product, and device key for macOS compatibility. Specific commands are given for modifying VM settings using VBoxManage for both processor types.

Uploaded by

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

Code

The document provides instructions for configuring VirtualBox virtual machines for both Intel and AMD processors. It includes commands to set CPU ID, system product, board product, and device key for macOS compatibility. Specific commands are given for modifying VM settings using VBoxManage for both processor types.

Uploaded by

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

Pour les processeur Intel

cd "C:\Program Files\Oracle\VirtualBox\"
VBoxManage.exe modifyvm "Mac" –-cpuidset 00000001 000106e5 00100800 0098e3fd
bfebfbff
VBoxManage setextradata "Mac" VBoxInternal/Devices/efi/0/Config/DmiSystemProduct
“MacBookPro15,1”
VBoxManage setextradata "Mac" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct"
"Mac-551B86E5744E2388"
VBoxManage setextradata "Mac" "VBoxInternal/Devices/smc/0/Config/DeviceKey"
"ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "Mac" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC"
1

Pour les processeurs AMD


cd "C:\Program Files\Oracle\VirtualBox\"
VBoxManage.exe modifyvm "VM Name" --cpuidset 00000001 000106e5 00100800 0098e3fd
bfebfbff
VBoxManage setextradata "VM Name"
"VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
VBoxManage setextradata "VM Name"
"VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "VM Name"
"VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata "VM Name" "VBoxInternal/Devices/smc/0/Config/DeviceKey"
"ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "VM Name"
"VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
VBoxManage modifyvm "VM Name" --cpu-profile "Intel Core i7-6700K"

You might also like