1. Use your ubuntu live CD
2. Go to Terminal then type
sudo grub
3. Find where your grub is by typing
grub> find /boot/grub/stage1
4. Then typed
root (hd0,4)
setup (hd0)
root(hd0,4) means turn to your GRUB directory at first harddrive on fifth partition
setup (hd0) means installing GRUB on your first harddrive
5. Then typed quit
grub> quit
6. Reboot your computer
7. It's Done!
Note:
This tutorial for Linux Ubuntu Jaunty Jackalope Version
No comments:
Post a Comment