Windows server 2012 R2 Datacenter : How to create Hyper-V which will be the replica of host OS
hello everyone,
recently purchased brand-new ibm server , installed windows 2012 r2 datacentre, sql server 2012, tfs server 2013, etc.
we generate hyper-v (vhd) file replica of above os , run guest os above server. can advise me how develop hyper-v, vhd file of windows 2012 r2 datacentre host os?
if in case required installation again on new hyper-v machine can i generate c:\ , d:\ partitions same did on host operating system?
any appreciated.
thanks, ankit shah
inkey solutions, india.
microsoft certified business management solutions professionals
http://www.inkeysolutions.com/microsoftdynamicscrm.html
hi ankit ,
sorry , test on physical machine , update .
update: (i test it )
i deleted partition except system drive c:
(diskpart --> select disk 0 --> list partition --> select partition 3 --> delete partition override )
diskpart>create partition msr size=128
diskpart>create partition efi size=260
select efi volume format :
diskpart>format quick fs=fat32 label="system"
diskpart>assign letter=b
diskpart>exit
>bootrec /fixboot
c:\windows>bcdboot c:\windows /s b: /f all
after still can not boot up .
i found vm gen1 , create new gen2 vm , attach vhdx file , works .
best regards
elton ji
Windows Server > Hyper-V
Comments
Post a Comment