Maybe i didn’t explained well.
Windows 7 (and all new OS maybe) use the 2048, not the 63 so, maybe put at 2048 is the solution.
To try this, you also need to make a backup to keep your system ready for the upload but now also need to get a live CD, USB or even PXE distribution with parted.
I used Gparted put in FOG pxe menu.
Boot on it then run “parted” in a terminal then use “print” to display the partition.
If it display “[SIZE=3]32,3kB” as starting sector, it’s the 63th sector.[/SIZE]
write “rm #” where you replace # by the number of the partition to remove, in your case it should be 1.
Then recreate a partition starting at 2048 using the all drive size with the command “mkpart primary ntfs 2048s 100%” and add boot label to with “toggle 1 boot”.
Check your partition with “print”.
Reboot and restore data on the new partition.
If you did well and if i explained well too (haha), you shouldn’t even need to boot windows and break your fogprep.
But as the first try, maybe it will help to check if windows is well loading then restore again the data that have been fogprep.
Maybe there is easier way like a using a gparted with an interface but i prefered used command line with easy and clear data to read.