在将Ubuntu13.10升级到14.04之后,grub未能加载Ubuntu并抛出错误symbol 'grub_term_highlight_color' not found。我遵循了错误报告中提供的解决方案,但这对我来说失败了,抛出了错误failed to get canonical path of /cow。
现在,我试图安装引导修复,以解决这个问题在一个活动的钢笔驱动器,使用这些命令。
sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair && (boot-repair &)但是在添加和更新存储库之后,它显示了ppa:yannubuntu/boot-repair 404未找到错误。
W: Failed to fetch http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu/dists/trusty/main/binary-amd64/Packages 404 Not Found这个问题是可以解决的还是有一个替代的PPA启动修复?
发布于 2014-04-18 15:08:03
更新: lp - https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1289977上有错误报告。
从上面的bug报告来看,
-Boot (14.04)来自一个悬而未决的-Mount我的根文件系统( /boot在这里)
sudo mount /dev/sdaX /mnt/dev/sdaX是/boot目录的位置
-run:“boot-目录=/mnt//boot /dev/sdX”
确切的命令取决于是否有单独的引导分区。
独立/boot分区
sudo grub-install --boot-directory=/mnt /dev/sda没有单独的/boot分区
grub-install --boot-directory=/mnt/boot /dev/sda然后用HDD重新启动
三种选择:
我想有第四个选项-手动调试grub,您得到了什么错误消息,并告诉我们您的安装。
发布于 2014-04-18 15:28:27
这个bug报告中提到的第一个解决方法对我有效:
https://bugs.launchpad.net/boot-repair/+bug/1267702
基本上,您必须手动安装三个.deb包: glade2script、boot-sav然后启动修复(按这个顺序)。用最近的(那些用来调味的)。
发布于 2014-04-20 03:17:59
有同样的错误“符号‘'grub_term_highlight_color’找不到”,卡在格鲁布救援。尝试过启动-修复(推荐选项),但没有工作!
解决方案:下载了可引导的启动-修复. disk (http://sourceforge.net/projects/boot-repair-cd/)并制作了一个可引导的usb磁盘.从它引导和连接到互联网,并启动“推荐修复”,然后按照指示在几个步骤(手动删除/卸载grub,然后重新安装一个新版本),这是有效的!
https://askubuntu.com/questions/449818
复制相似问题