I've just installed windows 7, and I can't access Ubuntu any more. Is there any way I can install the boot loader without reinstalling Ubuntu all over again ??

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

You can use boot-repair

Insert your Ubuntu live (desktop) CD or flash drive, reboot your computer from CD/Flash drive into a live, desktop session.

Install and run Boot-Repair

sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update 
sudo apt-get install -y boot-repair
gksu boot-repair

Click "Recommended repair" -> apply.

For other options, see https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows

link|improve this answer
Thank you so much – Muhammad Jawabreh Dec 9 '11 at 12:04
You are most welcome. – bodhi.zazen Dec 9 '11 at 15:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.