[Exchange and share] 启动菜单错误,系统恢复排在windows之前
Tofloor
poster avatar
明天会更好
deepin
2023-06-19 15:53
Author

导致每次都进入系统恢复菜单,修改/boot/grub/grub.cfg,每次更新都会变回来,看了看,系统恢复是在 /etc/grub.d/15_deepin-boot-kit生成的,windows是在30_os-prober生成的,系统恢复15是按照序号是排在windows的30之前的,我可不可以对调它们一下?不会崩溃吧?

cgi-bin_mmwebwx-bin_webwxgetmsgimg_&MsgID=2623911947273691118&skey=@crypt_37947b4b_cb3a1fa30f6fdbd88f10bcad343d5022&mmweb_appid=wx_webfilehelper.jpeg

Reply Favorite View the author
All Replies
阿尼樱奈奈
deepin
2023-06-19 15:58
#1

可以用Grub Customizer调整。

因为是V23,应用商店没有上架,不过可以用命令行安装:sudo apt install grub-customizer

Reply View the author
明天会更好
deepin
2023-06-19 16:08
#2
阿尼樱奈奈

可以用Grub Customizer调整。

因为是V23,应用商店没有上架,不过可以用命令行安装:sudo apt install grub-customizer

感谢!这个软件不错,适合我们菜鸟。

Reply View the author
wcs4221
deepin
2023-06-19 16:10
#3
阿尼樱奈奈

可以用Grub Customizer调整。

因为是V23,应用商店没有上架,不过可以用命令行安装:sudo apt install grub-customizer

好分享要支持啰!

Reply View the author
坐井观天下
deepin
2023-06-19 16:38
#4

多少有点强迫症了。在你的系统完全正常的前提下,如果不想看到系统恢复,可以把/boot下面带"rescu"的文件删掉(或移走),执行update-grub2就可以了。

Reply View the author
明天会更好
deepin
2023-06-19 23:51
#5
坐井观天下

多少有点强迫症了。在你的系统完全正常的前提下,如果不想看到系统恢复,可以把/boot下面带"rescu"的文件删掉(或移走),执行update-grub2就可以了。

不是显示问题,主要是启动时会不注意就进恢复去了,多耽搁事。

Reply View the author
babyfengfjx
Super Moderator
CQA
2023-10-13 00:53
#6

这个在进入deepin系统后,在控制中心》通用界面中,调整设置是不生效么?
image.png

也可以在bios中看看启动项的顺序是否可以调整。

Reply View the author
hotime
deepin
2023-10-13 01:57
#7

你可以看一下/etc/default/grub中,GRUB_DEFAULT那一行是不是写着GRUB_DEFAULT=2

如果是的话,你可以把它改成GRUB_DEFAULT=3

保存后执行sudo update-grub,等待执行结束后重启。

这样就将默认启动项变回“Widnwos boot manager”了。

图片.png

Reply View the author