So, I'be managed to migrate my Windows 7 data over from /dev/sdb3 to a new partition on /dev/sdc1 using ntfsclone. I managed to resize the volume size to match the new partition size. I also used ms-sys to add a Windows 7 MBR to /dev/sdc.
Windows won't boot. It will if I have /dev/sdb3 still enabled, but the ultimate goal here is to remove that partition. Besides, under this condition my new drive is only seen as D and not as the boot drive. I've googled all over.... Help?
The ntfsclone command was ntfsclone -O /dev/sdc1 /dev/sdb3
diskpart'slist partitioncommand for both discs, and the output of itslist discandlist volumecommands; or show the output ofgdisk -l. – JdeBP Jan 5 at 20:32