无法在 14.04 中找到软件包引导修复

无法在 14.04 中找到软件包引导修复

我尝试安装启动修复但失败了

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

错误是:

$ sudo apt-get install -y boot-repair
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package boot-repair

不过,我在其他版本的 Ubuntu 或 Mint 上从未遇到过此错误。

答案1

您可以使用以下命令在 Ubuntu 14-04 中安装启动修复:-

sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo sh -c "sed -i 's/trusty/saucy/g' /etc/apt/sources.list.d/yannubuntu-boot-repair-trusty.list"
sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair

答案2

我遇到了同样的问题。

启动修复尚不支持 14.04https://bugs.launchpad.net/boot-repair/+bug/1267702

我的解决方案是使用boot-repair disk iso,它适用于 14.04http://sourceforge.net/projects/boot-repair-cd/files/

相关内容