I have Windows and Ubuntu both installed in my laptop. Recently, during Windows installation when the computer took an update, the whole computer broke down. I had to fix the boot loader with Boot-Repair from a live Ubuntu USB. I have Ubuntu back, but after repair it is no longer possible to login into Windows. I checked my HDD with GParted
, and it was showing errors in the Windows partition and also other NTFS partition. I am trying to fix the partition with the following commands but still having this error.
rashed@rashed:~$ sudo ntfsfix /dev/sda2
Mounting volume... OK
Processing of $MFT and $MFTMirr completed successfully.
Checking file system overflow... FAILED
Error: Failed to fix the alternate boot sector
Is there a way to fixed the problem?