2023-02-06grub

turn on grub menu

if your grub menu don't show when you boot up your system , you can follow this :

edit grub config

sudo vim /etc/default/grub
# GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10

commit

sudo update-grub

get a theme

gnome grub themes store

deadsec theme

change some grub settings

edit grub config

sudo vim /etc/default/grub

find and change:

GRUB_DEFAULT=saved

add this line

GRUB_SAVEDEFAULT=true

this 2 line make grub rember your choice

commit

sudo update-grub

本文作者:kasusa

本文链接:https://www.cnblogs.com/kasusa/p/17752872.html

版权声明:本作品采用知识共享署名-非商业性使用-禁止演绎 2.5 中国大陆许可协议进行许可。

posted @ 2023-10-09 18:40  kasusa  阅读(36)  评论(0编辑  收藏  举报