求助大佬 grub
Tofloor
poster avatar
wuyunrui08
deepin
2019-01-07 04:27
Author
我想去掉grub中的两项,advancedeepin和boot setup这两项,只留下windows manager和deepin选项,我该怎么修改。此外,我想添加grub e密码,应该怎么修改啊?求助大佬!
Reply Favorite View the author
All Replies
avatar
dao-root
deepin
2019-01-07 04:46
#1
你好,关于这个问题,可以通过编辑/boot/grub/grub.cfg文件进行修改。
Reply View the author
avatar
dao-root
deepin
2019-01-07 04:56
#2
例如
### BEGIN /etc/grub.d/30_uefi-firmware ###
menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
        fwsetup
}
### END /etc/grub.d/30_uefi-firmware ###

这段字符中System setup为grub中看到的启动项名称,要删除他只需要删除### BEGIN /etc/grub.d/30_uefi-firmware ###和### END /etc/grub.d/30_uefi-firmware ###中间的字段就可以了
Reply View the author
avatar
wuyunrui08
deepin
2019-01-07 07:58
#3
不明白什么意思。
Reply View the author
avatar
wuyunrui08
deepin
2019-01-07 08:00
#4
还想问一下,显卡驱动切换失败咋整啊,我是n卡,1050
Reply View the author