P to V conversions of Window server
Yes, we are still doing the occasional P to V conversion from hardware Windows Server to Hyper-V VM!
You can still use Mark Russinovich's PtoV converter to do this, Sysinternals Disk2VHD.
After you have done the P-toV the hardware, create a new VM in Hyper-V using Generation 1 machines.
When booting, you need to create a BCD / Boot partition. Boot into recovery mode using the same Windows Server ISO, and boot to the CD/DVD. Select Recover and Command Prompt.
Then type:
bootrec /fixmbr
bootrec /fixboot
bootrec /rebuildbcd
After that, you can boot again to the C drive.
Comments
Post a Comment