[Control Center] 通用 启动菜单 希望增加 “记住上次” 选项
Tofloor
poster avatar
Barry-okx
Junior Packager
2021-02-25 06:45
Author

我是多系统的   希望能支持启动菜单记住上次功能,也就是说 当我启动的时候选择了 ubuntu 下次启动的时候还是ubuntu  ,直到我手动选择deepin  再启动deepin,而不是使用省缺值。

Reply Favorite View the author
All Replies
忘记、过去
deepin
2021-02-25 07:50
#1

grub 应该没有这个功能吧......真想这样估计只能用 rEFInd 或者 Clover 了......

Reply View the author
lcw0268
deepin
2021-02-25 16:52
#2

楼主操作不对。

多系统选择一次,没有改动,下次还是。

Reply View the author
cwbs
deepin
2021-02-25 17:19
#3

可以的

安装grub-customizer

有优秀的图形界面可以对grub进行一定程度的修改

sudo apt update

sudo apt install grub-customizer

sudo grub-customizer

常规设置>>>默认项>>>上一个启动项

 

编辑grub前一定要备份/boot分区

 

Reply View the author
Barry-okx
Junior Packager
2021-02-26 07:41
#4
cwbs

可以的

安装grub-customizer

有优秀的图形界面可以对grub进行一定程度的修改

sudo apt update

sudo apt install grub-customizer

sudo grub-customizer

常规设置>>>默认项>>>上一个启动项

 

编辑grub前一定要备份/boot分区

 

我大概明白如果操作grub  但是感觉这个如果做成功能 用户更友好。

Reply View the author