1

While trying to change my computer's default boot loader, I have run into the obstacle of having the message E: unable to locate package boot-repair. I learned that this could be because Boot-Repair does not have an update for Ubuntu 15.04, but could not find any information to validate my suspicions. I've tried many different commands to attempt to fix this, but none have worked.

1 Answers1

0

You can attempt to add the Boot-Repair ppa by issuing the commands

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

If you get 404 Not Found messages and an error Some index files failed to download. They have been ignored, or old ones used instead. that tells you that the ppa does not exist for your release.

Organic Marble
  • 23,641
  • 15
  • 70
  • 122