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
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 中国大陆许可协议进行许可。