0

After update to 14.04 I can't boot in Windows 8 and in GRUB I have only 3 options instead of 7 I had previously. Also I tried to repair boot but I can't. Running: sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update returns me:

 W: Failed to fetch http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu/dists/trusty/main/binary-amd64/Packages  404  Not Found

 W: Failed to fetch http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu/dists/trusty/main/binary-i386/Packages  404  Not Found

 E: Some index files failed to download. They have been ignored, or old ones used instead.
Mlinko
  • 85

1 Answers1

0

What happens when you try to boot into windows? Do you have a Ubuntu live cd previous to the 14.04? You can run boot-repair from there.

It seems to me only grub is affected.

Also, there is a program called grub-customizer that allows you to edit manually the grub entries ( haven't tried it in 14.04, only 13.10 ).

You can also download the boot-repair cd and boot from it, but if you have a previous Ubuntu live cd it would be faster to use what you already have.

fpinto
  • 96