I assume the problem is with partition sda1 since you said you only had one partition on the drive. If the problem is with a different partition then you will need to change the parameters in the capture commands.
Next we will need copies of the Master Boot Record and the NTFS Partition Boot Record.
You can capture the Master Boot Record in a file with the following command:
NOTE: Be extra careful to type this command in properly, otherwise loss of data could result.
dd if=/dev/sda of=sda-richardwyke.mbr bs=512 count=1
where sda-richardwyke.mbr is the name of the file that will need to be uploaded.
You can capture the NTFS Partition Boot Record in a file with the following command:
NOTE: Be extra careful to type this command in properly, otherwise loss of data could result.
dd if=/dev/sda of=sda1-richardwyke.pbr bs=512 count=1 skip=63
where sda1-richardwyke.pbr is the name of the file that will need to be uploaded.
Then upload these files to a media sharing site, such as mediafire, and post the link to these files in this forum post.