MAC OS system not working

Discussions related to using VirtualBox on Windows hosts.
Locked
mmostafa
Posts: 1
Joined: 15. Oct 2020, 11:27

MAC OS system not working

Post by mmostafa »

i followed all the steps and it is giving me error and ask me to see the logs

Code: Select all

cd "C:\Program Files\Oracle\VirtualBox\"
VBoxManage.exe modifyvm "MAC OS" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage setextradata "MAC OS" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac19,1"
VBoxManage setextradata "MAC OS" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "MAC OS" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Mac-AA95B1DDAB278B95"
[...]
VBoxManage setextradata "MAC OS" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
i should do this through cmd
but it was giving me this error

Code: Select all

PS C:\Program Files\Oracle\VirtualBox> cd "C:\Program Files\Oracle\VirtualBox\"
PS C:\Program Files\Oracle\VirtualBox> VBoxManage.exe modifyvm "MAC OS" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage.exe : The term 'VBoxManage.exe' is not recognized as the name of a cmdlet, function, script file, or
operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try
again.
At line:1 char:1
+ VBoxManage.exe modifyvm "MAC OS" --cpuidset 00000001 000106e5 0010080 ...
+ ~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (VBoxManage.exe:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException


Suggestion [3,General]: The command VBoxManage.exe was not found, but does exist in the current location. Windows PowerShell does not load commands from the current location by default. If you trust this command, instead type: ".\VBoxManage.exe". See "get-help about_Command_Precedence" for more details.
PS C:\Program Files\Oracle\VirtualBox> VBoxManage setextradata "MAC OS" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac19,1"
VBoxManage : The term 'VBoxManage' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ VBoxManage setextradata "MAC OS" "VBoxInternal/Devices/efi/0/Config/D ...
+ ~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (VBoxManage:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException


Suggestion [3,General]: The command VBoxManage was not found, but does exist in the current location. Windows PowerShell does not load commands from the current location by default. If you trust this command, instead type: ".\VBoxManage". See "get-help about_Command_Precedence" for more details.
PS C:\Program Files\Oracle\VirtualBox> VBoxManage setextradata "MAC OS" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage : The term 'VBoxManage' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ VBoxManage setextradata "MAC OS" "VBoxInternal/Devices/efi/0/Config/D ...
+ ~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (VBoxManage:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException


Suggestion [3,General]: The command VBoxManage was not found, but does exist in the current location. Windows PowerShell does not load commands from the current location by default. If you trust this command, instead type: ".\VBoxManage". See "get-help about_Command_Precedence" for more details.
PS C:\Program Files\Oracle\VirtualBox> VBoxManage setextradata "MAC OS" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Mac-AA95B1DDAB278B95"
VBoxManage : The term 'VBoxManage' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ VBoxManage setextradata "MAC OS" "VBoxInternal/Devices/efi/0/Config/D ...
+ ~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (VBoxManage:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException


Suggestion [3,General]: The command VBoxManage was not found, but does exist in the current location. Windows PowerShell does not load commands from the current location by default. If you trust this command, instead type: ".\VBoxManage". See "get-help about_Command_Precedence" for more details.
PS C:\Program Files\Oracle\VirtualBox> VBoxManage setextradata "MAC OS" [...]
VBoxManage : The term 'VBoxManage' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ VBoxManage setextradata "MAC OS" "VBoxInternal/Devices/smc/0/Config/D ...
+ ~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (VBoxManage:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException


Suggestion [3,General]: The command VBoxManage was not found, but does exist in the current location. Windows PowerShell does not load commands from the current location by default. If you trust this command, instead type: ".\VBoxManage". See "get-help about_Command_Precedence" for more details.
PS C:\Program Files\Oracle\VirtualBox> VBoxManage setextradata "MAC OS" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
i don't know where the error from
Last edited by klaus on 23. Feb 2024, 21:43, edited 2 times in total.
Reason: no secrets in posts, please
towo2099
Volunteer
Posts: 364
Joined: 18. Aug 2014, 21:53
Primary OS: Debian Sid
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Android, Linux

Re: MAC OS system not working

Post by towo2099 »

You will not get any help here!
MacOS is only supported on Apple hardware, period.
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Mostly XP

Re: MAC OS system not working

Post by mpack »

Locked