Difference between revisions of "Nesting Hyper-V with VMware Fusion & Server 2008"

From Zam Wiki

(Created page with "Yo dawg, I heard you like virtualization, So I create this method so that you can have virtual inside a virtual machine.. ;D * First, edit the .vmx file inside your virtual ...")
 
 
Line 19: Line 19:
  
 
Happy hacking. :)
 
Happy hacking. :)
 +
 +
<disqus></disqus>

Latest revision as of 19:21, 26 May 2014

Yo dawg, I heard you like virtualization, So I create this method so that you can have virtual inside a virtual machine.. ;D


  • First, edit the .vmx file inside your virtual folder
  • Then, put this line;
vhv.enable = "TRUE"
hypervisor.cpuid.v0 = "FALSE"
mce.enable = "TRUE"
  • Then, go to Setting > Advance > Preferred virtualization engine
  • Select Intel VT-x with EPT
  • After finish step above, start your virtual machine (Windows Server 2008 for sure!)
  • Install your Server 2008 and add Hyper-V role

Happy hacking. :)

blog comments powered by Disqus