Re: Configuring GURB after Fedora 12 dual boot
You should be able to use your Ubuntu Live CD to reinstall your Ubuntu GRUB to MBR.
1) First boot your Ubuntu Live CD and open GParted and check to see if your Ubuntu partition has a file system label. The file system label makes it easier to work on, since it will be mounted under that name when you mount it. If it doens't already have a label, right-click on your partition and click 'Label', and give your Ubuntu file system a user friendly name.
2) Mount your Ubuntu file system by clicking on the icon for it in your 'Places' menu.
3) Use the command 'ls /media' to check the name of your Ubuntu file system's new mount point, will probably be named the same as your file system label from now on,
4) Replace the word 'disk' in the command below with the name of the mount point for your Ubuntu file system you just verified in the above command and then run the command below,
Code:
sudo grub-setup -d /media/disk/boot/grub /dev/sda
Now you should have Ubuntu's GRUB restored to MBR in your first hard disk and you should be able to reboot, removing the Live CD and boot into Ubuntu.
Ubuntu user since 2004 (Warty Warthog)
Bookmarks