Info I successfully imaged a customer's old PC's Windows installation and presented it as a virtual machine on new PC

mikeymikec

Lifer
May 19, 2011
20,528
15,352
136
My previous little project here:

... gave me an idea. A customer's old PC essentially died, so I used sysinternals' disk2vhd, which created a vhdx file that Virtualbox claims to handle but apparently can't, so I followed this guide here with this command:

Code:
"C:\Program Files\Oracle\Virtualbox\VBoxManage.exe" clonemedium disk D:\path\to\image.vhdx D:\path\to\newimage.vdi --format vdi

I converted it to vdi format which VB can handle, then set up a basic Win10 VM and now I can boot the old PC's install of Windows on the new PC. Yay!
 

Ken g6

Programming Moderator, Elite Member
Moderator
Dec 11, 1999
16,647
4,589
75
I'm actually surprised that worked. I thought most OEM Windows installs had a license tied to the motherboard. Maybe that's changed?