노트북에 Ubuntu 13.10을 설치했습니다. 창을 업그레이드 한 후 여기에Boot Repair
언급 된 이러한 명령 을 통해 다시 시작하려고했습니다 .
sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair
그러나 첫 번째 명령을 실행하면 다음 오류가 발생합니다.
Cannot add PPA: 'ppa:yannubuntu/boot-repair'.
Please check that the PPA name or format is correct.
뭐가 문제 야?
답변
나는 당신이 터미널에서 할 것을 제안합니다 :
sudo add-apt-repository ppa:yannubuntu/boot-repair
그리고 나서 :
sudo apt-get update
작동하지 않으면 apt-get에 수동으로 추가하는 것이 좋습니다.
nano /etc/apt/source.list.d/yannubuntu-boot-repair-saucy.list
이것을 작성하십시오 :
deb http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu saucy main
그런 다음 저장하고 업데이트하십시오.
sudo apt-get update
나는 그것이 당신을 위해 작동하기를 바랍니다!
답변
이 특정 문제는 라이브 부팅 할 때 인터넷에 연결하기 전에 ppa를 추가하려고 할 때 발생합니다.
인터넷에 먼저 연결 한 다음 이전과 마찬가지로 ppa를 다시 추가하십시오.