欢迎来到尧图网

客户服务 关于我们

您的位置:首页 > 新闻 > 国际 > Ubuntu boot-repair安装过程

Ubuntu boot-repair安装过程

2024/12/22 1:57:12 来源:https://blog.csdn.net/xiaoxiao133/article/details/144378570  浏览:    关键词:Ubuntu boot-repair安装过程

本教程只是在UBuntu系统无法引导才使用的方法,有可能需要提前使用U盘刻录UBuntu镜像去引导。

假如win+UBuntu双系统,找不到紫色的UBuntu界面了,请参考:windows10+ubuntu双系统开机引导界面不见的解决办法_双系统不出现引导界面-CSDN博客

参考:更改发行版关键字Ubuntu boot-repair系统修复引导,通过安装grub-repair和boot-repair,执行更新命令并点击推荐修复,可以解决移动固态硬盘引导问题。https://blog.csdn.net/mxf1227/article/details/143197296

Ubuntu 更新源失败[GPG error] - WebClerk - 博客园对于错误 GPG error: http://ppa.launchpad.net precise Release: The following signatures couldn't be verified because the public key is not available: Nicon-default.png?t=O83Ahttps://www.cnblogs.com/WebClerk/p/4481030.html

步骤1:手动删除 /etc/apt/sources.list.d/路径下所有包涵“boot-repair”的文件,

例如:yannubuntu-ubuntu-boot-repair-cosmic.list等等

然后执行:

sudo apt-get clean
sudo mv /var/lib/apt/lists /tmp
sudo mkdir -p /var/lib/apt/lists/partial
sudo apt-get clean
sudo apt-get update

清空apt

步骤2:更改发行版关键字

cd /etc/apt/sources.list.d/
sudo gedit yannubuntu-ubuntu-boot-repair-bionic.list

更改为:

deb https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu focal main
deb-src https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu focal main

然后
sudo cp yannubuntu-ubuntu-boot-repair-bionic.list yannubuntu-ubuntu-boot-repair-cosmic.list
sudo chmod 777 /etc/apt/sources.list.d/yannubuntu-ubuntu-boot-repair-cosmic.list

最后:

sudo rm yannubuntu-ubuntu-boot-repair-bionic.list
sudo apt-get update
sudo apt-get install boot-repair
boot-repair

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com