MacOS Monterey error on VirtualBox with AMD

Discussions related to using VirtualBox on Windows hosts.
Locked
GustavoLiu
Posts: 1
Joined: 13. Jun 2022, 19:53

MacOS Monterey error on VirtualBox with AMD

Post by GustavoLiu »

I'm trying to run MacOS Monterey on VirtualBox with AMD processor, but I'm getting the following error:

Code: Select all

Failed to query SMC value from the host (VERR_INVALID_HANDLE).

Código de Resultado: E_FAIL (0x80004005)
Componente: ConsoleWrap
Interface: IConsole {872da645-4a9b-1727-bee2-5585105b9eed}
These are the commands I've executed:

Code: Select all

VBoxManage.exe modifyvm "Monterey" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage setextradata "Monterey" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
VBoxManage setextradata "Monterey" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "Monterey" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
[...]
VBoxManage setextradata "Monterey" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
VBoxManage modifyvm "Monterey" --cpu-profile "Intel Core i7-6700K"
I also tried the "GetKeyFromRealSMC" with 0 value.

How can I solve this?

My specs:

Code: Select all

Windows 11
CPU: AMD Ryzen 5 3600XT
Motherboard: ASUS TUF B450-Plus
Last edited by klaus on 23. Feb 2024, 21:36, edited 1 time in total.
Reason: no secrets in posts, please
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows, Linux

Re: MacOS Monterey error on VirtualBox with AMD

Post by scottgus1 »

A Mac guest is only allowed if the physical computer is real Apple hardware.
OSX guests on non-Apple hardware
Your PC is not an Apple computer, so regrettably, we cannot help.
Locked