Sunday, April 20, 2014

Installing Boot Repair in Ubutu 14.04 Trusty

I had a problem that my system was not booting after installing Ubuntu 14.04, thus I needed to install the boot-reapir,
So I used the USB from which i installed the Ubuntu.
I opened the terminal and ran following commands, (I pressed enter when asked for)

sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo sh -c "sed -i 's/trusty/saucy/g' /etc/apt/sources.list.d/yannubuntu-boot-repair-trusty.list"
sudo apt-get update
sudo apt-get install -y boot-repair 
 
Now in order to launch the boot repair execute the following command
boot-repair
 
For the option selection, try with "recommended repair" first 

1 comment:

  1. Worked perfectly for me on a fresh installation of Mint 17! Thank you :)

    ReplyDelete