Unknown configuration value '/GetKeyFromRealSMdC' found

Discussions related to using VirtualBox on Linux hosts.
Locked
SirUbuntu01
Posts: 1
Joined: 5. Oct 2022, 13:22

Unknown configuration value '/GetKeyFromRealSMdC' found

Post by SirUbuntu01 »

Hello,
i've tried to install Mac OS on my Ubuntu 22.04 LTS, i followed this tutorial: with this input:

Commands for Virtualbox:
1- VBoxManage modifyvm "macOS Monterey tutorial" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff

2- VBoxManage setextradata "macOS Monterey tutorial" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"

3- VBoxManage setextradata "macOS Monterey tutorial" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"

4- VBoxManage setextradata "macOS Monterey tutorial" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"

5- [...]

6- VBoxManage setextradata "macOS Monterey tutorial" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1

7- VBoxManage setextradata "macOS Monterey tutorial" "VBoxInternal/TM/TSCMode" "RealTSCOffset"



Then after tried to start i see this error:
Unknown configuration value '/GetKeyFromRealSMdC' found in the configuration of smc instance #0 (VERR_CFGM_CONFIG_UNKNOWN_VALUE).


Result Code:
NS_ERROR_FAILURE (0x80004005)
Component:
ConsoleWrap
Interface:
IConsole {872da645-4a9b-1727-bee2-5585105b9eed}

How i can solve it?


Thank you all in advance for your help.
Last edited by klaus on 23. Feb 2024, 21:35, edited 1 time in total.
Reason: no secrets in posts, please
mpack
Site Moderator
Posts: 39156
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: Unknown configuration value '/GetKeyFromRealSMdC' found

Post by mpack »

Locked