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 并回车。下载 boot-repair 命令:sudo apt-get remove boot-repair
感谢分享,有空看看:)