MacOS error in installing

Discussions related to using VirtualBox on Windows hosts.
Locked
JunekCZ
Posts: 1
Joined: 18. Sep 2022, 11:48

MacOS error in installing

Post by JunekCZ »

When installing Catalina or HighSierra, installation is stuck at this point.

Code: Select all

iMac.local com.apple.xpc.launchd[1] (com.apple.locationd.539) <Warning>: Service exited with abnormal code: 1.
In HighSierra it also throws this code after that code above:

Code: Select all

busy timeout[0], (240s): 'iMac11,3'
IOConsoleUsers: time(0) 0->0, lin 0, llk 1
IOConsoleUsers: gIOScreenLockState 3, hs 0, bs 0, now 0, sm 0x0
Configuration I made:

Code: Select all

D:
cd D:\Program Files\Oracle\VirtualBox\
VBoxManage.exe modifyvm "VMMac Catalina" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage setextradata "VMMac Catalina" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
VBoxManage setextradata "VMMac Catalina" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "VMMac Catalina" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
[...]
VBoxManage setextradata "VMMac Catalina" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 0
VBoxManage setextradata "VMMac Catalina" VBoxInternal2/EfiGraphicsResolution 1366x768
I had to set GetKeyFromRealSMC param to 0 because with 1 the virtual computer cannot even start. I just throw error:

Code: Select all

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

Code: Select all

E_FAIL (0x80004005)
Last edited by klaus on 23. Feb 2024, 21:36, edited 1 time in total.
Reason: no secrets in posts, please
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: MacOS error in installing

Post by mpack »

Locked