我想虚拟化一台物理机,我使用 Disk2Vhd 将硬盘驱动器转换为 .vhd 文件。
我的问题是,当我在 Hyper-V 中附加此 vhd 并尝试安装时
"Integration Services", I get the message "HAL Upgrade Required",
过了一段时间,
"You must restart your system before Hyper-V Integration services can be installed. Do you want to restart now"
问题是这些步骤一遍又一遍地重复,我永远无法安装集成服务。
添加信息:
Server: Windows 2008 R2
Guest Machine: Windows 2003 Server with SP2
Run Code Online (Sandbox Code Playgroud)
有什么建议??
谢谢
我有一个只分配了一个内核的 Windows Server 2012 VM;在请求将更多内核添加到 VM 之前,我想知道机器的 HAL 是否支持多核。
是否有一些 WMIC 命令、regedit 值或其他一些指标?
我知道在以前的 Windows 版本中,我可以通过查看 %SystemRoot%\System32\hal.dll 的“原始文件名”属性来判断 -> Windows Server 2012 仅显示“hal.dll”。
我查看了 MACHINE 注册表配置单元,但找不到任何接近有意义的内容。我也在谷歌上搜索过“site:microsoft.com windows server hal multiprocessor”,但没有一个结果有帮助。