MBRFIX.exe - 143Ko - is a good solution
(mbrfix.exe, not fixmbr which comes from Microsoft!)
If you can hook up your hard drive to your computer with an external usb SATA hard drive reader (as in
),
you can:
- check if your partitions are still there 'MbrFix /drive 1 listpartitions' (this is the most important)
if not... see previous solutions
if they are, SAVE YOUR MBR! (MbrFix /drive 1 savembr c:\MyMbr), that way the all 512 octects of your MBR are saved included the last 76 containing the partition table
- reset your bootlader written in this MBR
for instance: MbrFix /drive 1 fixmbr /vista /yes
You should even be able to reinstall Windows on that partition if you want
Note: '/drive 1' refers to your second disk (the one plugged in through USB), the disk '0' is the one within your computer. If you have more than one drive in your computer, adjust this number accordingly
Note2: Whatever goes wrong, you can still revert to the present state with:
MbrFix /drive 1 restorembr c:\MyMbr
Note3: While you are at it, save the MBR of your current functioning drive!
On a USB stick!