by Alex » Tue Mar 15, 2011 11:23 am
This Winload error is usually because the disk signature on the disk does not match the one reported in the Boot area.
HDClone has to change the disk signature of the cloned disk, otherwise Windows XP would crash, and new Windows versions would assign a random one, but without changing the signature in the registry, too, this is futile.
A Windows Vista and Windows 7 has a directory called Boot, with a file called BCD. This file is a registry hive (you can load it with reg load HKU boot, which will make the registry accessible in the registry editor (regedit.exe) unter HKEY_CURRENT_USER\boot. In there, you'll have to find the entires for the different boot options, and you'll find a long binary number, containing the disk signature and the start offset of the boot partition (in bytes) all mixed together. This string has to be changed accordingly, which HDClone does. If for some reason this file is not in a compliant format, HDClone will fail at doing this.