-
Notifications
You must be signed in to change notification settings - Fork 115
grub美化
shorinkiwata edited this page Jun 19, 2026
·
6 revisions
-
网上下载 GRUB 主题放到
/efi/grub/themes。其他可能会用到的路径有
/usr/share/grub/themes/和/boot/grub/themes。 -
编辑 GRUB 源文件
vim /etc/default/grub
-
主题路径
GRUB_THEME="/path/to/theme.txt" -
分辨率
GRUB_GFXMODE=2560x1440,1920x1080,auto
-
-
生成 GRUB 的配置文件
grub-mkconfig -o /efi/grub/grub.cfg
我喜欢的主题:
这个 repo 有一些别人收集的主题:
https://github.com/Jacksaur/Gorgeous-GRUB