在VirtualBox上配置macOS虚拟机时未知的配置值'/ DmisystemVersion'

问题描述

我目前正在尝试通过Windows 10笔记本电脑上的VirtualBox运行macOS Catalina。在VirtualBox中设置虚拟机后,我将此代码输入命令提示

VBoxManage.exe modifyvm "macOS" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage setexTradata "macOS" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
VBoxManage setexTradata "macOS" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setexTradata "macOS" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setexTradata "macOS" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setexTradata "macOS" "VBoxInternal/Devices/smc/0/Config/GetKeyFromrealSMC" 1```

**Then when I try to run the virtual machine,I get this error**:

Failed to open a session for the virtual machine macOS.

UnkNown configuration value '/DmisystemVersion' found in the configuration of efi instance #0 (VERR_CFGM_CONfig_UNKNowN_VALUE).

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

**It seems there's an error with my /DmisystemVersion input. I've tried the same command from multiple sources so it wouldn't make much sense if it were a typo. Is there a different configuration value I should be using?
Any links or ideas are appreciated,thanks!

here are the website's I've been using:
https://www.makeuSEOf.com/tag/macos-windows-10-virtual-machine/
https://www.saintlad.com/install-macos-sierra-in-virtualBox-on-windows-10/
https://gist.github.com/rob-smallshire/0c4403afb0523dd57c9f4b3693344f14
https://www.wikigain.com/complete-guide-fix-virtualBox-errors-installing-mac-os-x/

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)