1-您好,我刚刚从我的计算机上彻底卸载了 Windows。
所以问题是当我重新启动计算机时,我总是看到双启动菜单,我找到了 grub 自定义并下载了它,但它没有打开。它就是打不开。(Ubuntu 版本 21.10)
(我尝试在终端中下载,并尝试在 Ubuntu 软件中下载,但没有成功)
还有其他方法可以删除双启动菜单吗?或者我该如何解决这个问题?
2-我还发现当我输入(已解决)
sudo apt update
最后它说
Err:9 http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu impish Release 404 Not Found [IP: ]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu impish Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
答案1
Grub 定制器可在官方存储库在 Ubuntu 20.04+ 中,PPA 没有托管 Ubuntu 最新版本的软件包。
首先,删除 PPA。
sudo add-apt-reposiory -r danielrichter2007/grub-customizer
sudo apt update
现在从官方存储库安装 grub 定制器。
sudo apt install grub-customizer
您也可以运行sudo update-grub
以从 grub 菜单中删除空条目。