Boot Repair
我的笔记本电脑上安装了 Ubuntu 13.10。升级 Windows 后,我尝试通过上述命令恢复 grub这里:
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.
有什么问题?
答案1
当您实时启动并尝试在连接到互联网之前添加 ppa 时,就会出现此特定问题。
只需先连接到互联网,然后像以前一样尝试再次添加 ppa。
答案2
我建议你在终端中执行以下操作:
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
并写下:
德布http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu俏皮的主菜
然后保存并更新:
sudo apt-get update