我在一台现代机器上运行着 64 位版本的 Windows 8.1 Pro。虚拟化已在 BIOS 中启用。
我无法安装 Hyper-V。Windows 会执行众所周知的
1)"adding features";
2)"cannot add features"
3)"undoing changes".
这似乎是一个常见问题,但由于这是 Windows 系统问题,因此只有让 Windows NT 团队的某个人亲自检查您的机器才能得到准确的诊断... 唉。您所能做的就是将各种垃圾扔到上面,看看它是否能坚持下去。以下是我尝试过的方法:
1) use the DISM.exe tool to verify image itegrity, or whatever.
2) investigate the max filter [drivers issue][1].
Turns out windows 8 puts no effective limits on filter drivers.
3) uninstall antivirus (the potential solution to every problem)
4) I do not have a working recovery patition on my system
(reinstalled from usb, and naturally windows did not bother create its
magic partition"). Can that be a problem here?
As far as I can tell it is impossible to create a system recovery partition.
Windows 更新日志中的第一个警告和第一个错误:
WARNING: Failed to get Wu Exemption info from NLM, assuming not exempt, error = 0x80070490
Handler FATAL: UH: 0x8007045b: EnumeratePackages failed in CCbs::CalculateCUL
我也尝试查看 CBS 日志,但那里有太多错误。以下错误引起了我的注意:
2015-01-13 02:59:54, Error CSI 000000ce (F) Done with generic command 2; CreateProcess
returned 0, CPAW returned S_OK
Process exit code 5 resulted in success? FALSE
Process output: [l:73 [73]"Trying to install VMS_PP ...
... failed. Error code: 0x80070005.
还有人遇到过这个问题吗?我还能尝试其他方法吗?提前致谢。
答案1
是的,我是个白痴。我安装了 VirtualBox。删除 virtualbox 可以安装 Hyper-V。解决了。