Page 1 of 1

MAC OS system not working

Posted: 15. Oct 2020, 11:33
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

Re: MAC OS system not working

Posted: 15. Oct 2020, 11:48
by towo2099
You will not get any help here!
MacOS is only supported on Apple hardware, period.

Re: MAC OS system not working

Posted: 15. Oct 2020, 17:07
by mpack