0

Possible Duplicate:
Repair grub mbr and /boot using ubuntu 9.04 live CD

Hello,

Ubuntu 9.10

I have Ubuntu 9.10 installed on one of my partitions. However, I needed to install Redhat 5.3 on a separate partition. However, doing this broke my GRUB for Ubuntu.

However, I can't boot into my Ubuntu. And I don't have my Live CD.

Is there another way I can restore my GRUB for Ubuntu?

Many thanks,

ant2009
  • 3,235

1 Answers1

1

Since you have the LiveCD, follow the process documented at Recovering Ubuntu After Installing Windows.

Make sure you're using a LiveCD that matches the version of Ubuntu installed on the computer. Especially do not use an Ubuntu 9.10 LiveCD to recover an older version of Ubuntu installed on the drive.

Essentially, the instructions boil down to the comand grub-install --root-directory=/path/to/boot /dev/sdX. They go into good detail about preparing the system for that command, what options to use, and how to verify that you got it right, so I won't reproduce any more of the process here.

quack quixote
  • 43,504