boot into windows recovery environment "repair your computer" and select command prompt.
Code:
diskpart
list vol
sel disk 0
list part
exit
All partitions are still there?
you saw volumes and drive letters. Ignore the dvd drive letters. Assume you have C,D,E (and F dvd)
Code:
chkdsk/f c:
chkdsk/f d:
chkdsk/f e:
no errors? if errors... run it again. All errors gone and repaired?
Code:
bootrec/fixmbr
bootrec/fixboot
Both command succesfully?