[Bug Report] 系统更新后, 启动菜单错乱
Tofloor
poster avatar
于新海
deepin
2026-08-03 23:33
Author

如图:

image.png

image.png

建议: 提供启动菜单,删除,修改的功能。 (主启动菜单不能删除)

Reply Favorite View the author
All Replies
avatar
huaqi
deepin
2026-08-04 00:56
#1

还能这样,我记得多余的启动项是可以通过diskgenus这个软件删除的

Reply View the author
avatar
𰻞𰻝面
deepin
2026-08-04 02:06
#2

你需要grub-customizer

Reply View the author
avatar
心若磐石不修仙
deepin
2026-08-04 11:03
#3

efibootmgr

Reply View the author
avatar
electricface
deepin
2026-08-04 11:28
#4

这个菜单是 /boot/grub/grub.cfg 配置文件控制的,请把这个文件发过来看看。

Reply View the author
avatar
于新海
deepin
2026-08-04 14:55
#5

修复多余的GRUB引导:
sudo apt-get purge grub-customize
sudo update-grub

sudo apt-get reinstall deepin-immutable-boot
sudo apt-get reinstall -o Dpkg::Options::="--force-confmiss" deepin-immutable-boot
dpkg -V deepin-immutable-boot

sudo chmod -x /etc/grub.d/*_proxy
sudo update-grub

完成。

修复 多余的系统设置:
sudo chmod -x /etc/grub.d/42_uefi-firmware
sudo update-grub

Reply View the author
avatar
于新海
deepin
2026-08-04 14:56
#6
𰻞𰻝面

你需要grub-customizer

商店里,安装不了这个东西。

而且DeepIn的工程师让我把这个东西删掉

Reply View the author
avatar
𰻞𰻝面
deepin
2026-08-04 15:44
#7
于新海

商店里,安装不了这个东西。

而且DeepIn的工程师让我把这个东西删掉

命令安装 sudo apt install -y grub-customizer,然后就能随意修改了

image.png

Reply View the author