Migrating a Windows 10 VM to11
1) If the drive is in VHD format, use Disk2vhd to create a VHDX 2) Convert the Disk to GPT from the host OS a) Mount the VHDX from the host by running this PowerShell: Mount-VHD -Path “D:\VMs\Win10.vhdx” -ReadOnly:$false b) Find the Disk number (x) in Disk Management, then run this CMD: mbr2gpt /convert /disk:X /allowFullOS 3) Create… Read More »