Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
10
rated 0 times [  10] [ 0]  / answers: 1 / hits: 71091  / 1 Year ago, tue, november 15, 2022, 6:15:34

I had Ubuntu 13.10 installed on my laptop. After I upgraded windows, I tried to get grub back through Boot Repair via these commands mentioned here:



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


But when I run first command I get this error:



Cannot add PPA: 'ppa:yannubuntu/boot-repair'.
Please check that the PPA name or format is correct.


what's the problem?


More From » boot

 Answers
0

I would suggest you to do in terminal:


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

and then do:


 sudo apt-get update

if it doesn't work I would suggest you to add it manually in apt-get


nano /etc/apt/source.list.d/yannubuntu-boot-repair-saucy.list

and write this:


deb http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu saucy main


then save it and update:


sudo apt-get update

[#27038] Tuesday, November 15, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
heaco

Total Points: 479
Total Questions: 124
Total Answers: 114

Location: Lesotho
Member since Sat, Oct 1, 2022
2 Years ago
;