引导修复工具 Boot Repair 3.199
| 2014-10-31 11:03 评论: 11 分享: 6
Boot Repair 是一款开源工具,可以帮助用户更容易地修复或重新安装GRUB引导,删除内核模块而不需要启动系统。可用的最新版本是Boot Repair 3.199,今年早些时候已经发布,支持 Ubuntu 14.04 及以上版本。
安装,有PPA可用,支持 Ubuntu 14.04 及以上版本,打开终端,依次输入以下命令:
sudo sh -c 'echo "deb http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu saucy main" >> /etc/apt/sources.list' sudo sh -c 'echo "deb-src http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu saucy main " >> /etc/apt/sources.list' sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 60D8DA0B sudo apt-get update sudo apt-get install boot-repair
如何启动,打开终端,输入:
sudo boot-repair
如果希望删除,使用如下命令:
sudo apt-get remove boot-repair
- [1]ZEARK 发表于 2015-07-06 18:10 的评论:ubuntu@ubuntu:~$ sudo apt-get install boot-repair
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package boot-repair - 来自辽宁沈阳黄金工艺学院的 Firefox 69.0|Ubuntu 用户 2020-09-12 11:24 3 赞 回复
- Have you slove the problem? how?
- 来自辽宁沈阳黄金工艺学院的 Firefox 69.0|Ubuntu 用户 2020-09-12 11:22 4 赞 回复
-
ubuntu@ubuntu:~$ sudo apt-get install boot-repair
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package boot-repair
- [1]ZEARK 发表于 2015-07-06 18:10 的评论:ubuntu@ubuntu:~$ sudo apt-get install boot-repair
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package boot-repair - linux 2015-07-06 22:26 13 赞 回复
- 前面的 PPA 源你添加了么?