Repair Lost GRUB
Someone still use Dual Boot Linux and Windows maybe accidentally remove Linux Boot Loader (GRUB) or repair the MBR with XP Cd. How to repair it?
1. Just prepare a System Rescue CD
2. Go to terminal and get in to grub with command
3. After you'r in, get information from your disk
You'll get result about partition contains stage1 file.
4. Select one you want to reinstall grub into and then type this
example my grub in hda4 (maybe the result named hd0,4)
then
if it's over, then quit
Finish!
1. Just prepare a System Rescue CD
2. Go to terminal and get in to grub with command
grub
3. After you'r in, get information from your disk
grub> find /boot/grub/stage1
You'll get result about partition contains stage1 file.
4. Select one you want to reinstall grub into and then type this
example my grub in hda4 (maybe the result named hd0,4)
grub> root (hd0,4)
then
grub> setup (hd0,4)
if it's over, then quit
grub> quit
Finish!