Cause
- When you install Windows after installing Linux. Because grub installed at MBR is overwritten by the Windows MBR ( without considering the other OS)
- Some time grub file get corrupted
- You add the new hard disk then mounting point might change
- Boot From Linux Live CD (Ubuntu or some other distro)
- Go to Applications -> Accessories -> Terminal
- Type sudo grub you will prompted to grub prompt
- Type "find /boot/grub/stage1" at grub prompt it will return hd?,? where '?' = 0 - 9
- Now type root (hd?,?)
- Then type setup (hd?)
- Finally quit and then reboot
1 comment:
What if the find command doesn't find where the GRUB is located?
Post a Comment