Restoration of Grub is very easy. All you need is the Ubuntu Live CD<http://www.ubuntu.com/GetUbuntu/download> (you should already have it if you install Ubuntu).
Boot up your live CD In the desktop, open terminal (*Applications -> Accessories -> Terminal*). sudo grub This will set it to grub mode find /boot/grub/stage1 This will locate your boot partition. If you already know the location, you can ignore this step. root (hd0,0) Replace the (hd0,0) by your boot partition number. If your Ubuntu is installed in the second partition, then change it to (hd0,1) setup (hd0) quit Reboot your system. You should be able to access the Grub bootloader now. or https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows I hope they work well 2011/6/21 ns2-manaik <[email protected]> > Hi All, > > I have Ubuntu 8.10 Desktop version installed on my machine, Recently i > have reinstalled windows xp on my machine. > > I need to reload grub using Ubuntu 10.04 LTS. As Ubuntu 10.04 LTS has > GRUB2 than that of legacy GRUB. > > Can any help me out how do I recover grub using UBUNTU 10.04 LTS.. > > Thanks in Advance > > Sanjeev > > -- > Mailing list guidelines and other related articles: > http://lug-iitd.org/Footer > -- Mailing list guidelines and other related articles: http://lug-iitd.org/Footer
