积极答复者
hyper-v和vmware workstation同时安装r2上,在host os上会有什么问题吗?

问题
答案
-
根據本人經驗,這是一定會藍併的 (Blue Screen)
因為 intel 或 AMD 的虛擬技術只支援單一軟件
但根據其他地區的 MSDN forum ,
有網友提出,
可以在啟動時,停止 "Hypervisor"
http://social.msdn.microsoft.com/Forums/en/servervirtualization/thread/e9c72bc8-c48d-453b-9f33-143114adecee
For all these problems I found a simple solution of booting Windows Server 2008 without the hypervisor by creating an extra entry in the boot loader. Here's how:
- At the command prompt, type the following:
bcdedit /copy {default} /d "No Hypervisor" - The above command should say: The entry was successfully copied to {guid}.
Copy that guid to the clipboard including the curly braces. - Now, type the following command:
bcdedit /set {guid} hypervisorlaunchtype off
In the above command, replace {guid} with what you copied in step 2. The
above command just sets a property in the boot entry that will not load
the hypervisor on boot.
Credit goes to http://blog.baeke.info/blog/_archives/2007/12/18/3416738.html
http://blog.baeke.info/blog/_archives/2007/12/18/3416738.html
come from Hong Kong, 如果问题得到解决,请标记为答复;如果问题没有解决,请继续跟帖讨论。- 已标记为答案 许珈毓Moderator 2009年12月1日 5:31
- At the command prompt, type the following:
全部回复
-
根據本人經驗,這是一定會藍併的 (Blue Screen)
因為 intel 或 AMD 的虛擬技術只支援單一軟件
但根據其他地區的 MSDN forum ,
有網友提出,
可以在啟動時,停止 "Hypervisor"
http://social.msdn.microsoft.com/Forums/en/servervirtualization/thread/e9c72bc8-c48d-453b-9f33-143114adecee
For all these problems I found a simple solution of booting Windows Server 2008 without the hypervisor by creating an extra entry in the boot loader. Here's how:
- At the command prompt, type the following:
bcdedit /copy {default} /d "No Hypervisor" - The above command should say: The entry was successfully copied to {guid}.
Copy that guid to the clipboard including the curly braces. - Now, type the following command:
bcdedit /set {guid} hypervisorlaunchtype off
In the above command, replace {guid} with what you copied in step 2. The
above command just sets a property in the boot entry that will not load
the hypervisor on boot.
Credit goes to http://blog.baeke.info/blog/_archives/2007/12/18/3416738.html
http://blog.baeke.info/blog/_archives/2007/12/18/3416738.html
come from Hong Kong, 如果问题得到解决,请标记为答复;如果问题没有解决,请继续跟帖讨论。- 已标记为答案 许珈毓Moderator 2009年12月1日 5:31
- At the command prompt, type the following: