Today, I am Sharing Some Solutions Of Common Grub Loader Error Mostly Founded In Linux Platform.
First of all, Start linux using live cd,
Then, Open Your Console And Type;
sudo fdisk –l
and Note Your Partition Disk
sudo update-grub
Broken Boot Loader? or Any Other Error
if Your Problem not solved Yet After Trying All Above Commands ,Then
sudo grub-install /dev/sdX
Execute those two commands, replacing X with the partition your linux is installed on. For me, it was ‘a’. Voila! You’ve fixed your broken ‘auto-updated’ MBR records.
sudo fdisk /dev/hda
hda as in the whole hard disk, not hda1 or stuff like that.
choose option x (extra functionality (experts only)) and enter.
then select f (fix partition order) and enter.
then select option w (write table to disk and exit), and enter. You can exit now.
Now, you need finalize this in grub.
$ sudo grub
grub > root (hd0,1)
grub > setup (hd0)
grub > quit
Obviously, you need to know which HDD houses your OS and replace the 0,1 and hd0 accordingly.
Congratulations, you’ve just fixed Grub Error 17. Grub error 15 can be fixed in the same way as well.
Not Solved:
hmm, try This one also:
Enter All Commands One By One in Terminal
Congratulation! Your Problem Is Solved......