Fix GRUB loader (if your GRUB is corrupted)
Do you ever experience the grub loader is corrupted? Don't know what to do and simply ended installing fresh copy of Ubuntu?Well, there's a way to fix grub loader...i will show how
1. Load Ubuntu from CD (live CD).
2. Open Terminal.
3. Type in
4. Then type in. Your destination (hd?,?) will appears. Take note on that.
5. After that type this ...(replace (hd?,?) with your destination eg :(hd0,1))
6. Install grub
7. Quit grub
8. Restart your computer. That's all
1. Load Ubuntu from CD (live CD).
2. Open Terminal.
3. Type in
sudo grub
4. Then type in. Your destination (hd?,?) will appears. Take note on that.
find /boot/grub/stage1
5. After that type this ...(replace (hd?,?) with your destination eg :(hd0,1))
root (hd?,?)
6. Install grub
setup (hd0)
7. Quit grub
quit
8. Restart your computer. That's all