有没有办法在 Ubuntu 21.10 上安装启动修复?我检查了官方网站,他们的 PPA 方法没有这个版本的 Ubuntu 的任何发布文件,那么如何下载它呢?
答案1
我目前的解决方法是改用focal
版本。
您可以手动编辑/etc/apt/sources.list.d/yannubuntu-ubuntu-boot-repair-impish.list
以使其看起来像以下内容:
deb http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu/ focal main
# Enable again when PPA gets updated.
# deb http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu/ impish main
# deb-src http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu/ impish main
或者您可以使用Software & Updates
,切换到Other Software
选项卡,找到http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu/
条目,单击Edit...
并更改Distribution
为focal
。
sudo apt install boot-repair
现在就可以工作了。