Skip to content

mengguyi/HONOR-HUNTER-grub-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HONOR HUNTER笔记本电脑grub主题

安装教程:

首先将仓库克隆下来
git clone https://github.com/mgy-qyqf/HONOR-HUNTER-grub-theme.git

将“HONOR”文件夹复制到/boot/grub2/themes/boot/grub/themes

对于UEFI的电脑:

复制zh_CN.mo/boot/efi/EFI/"你操作系统的名字"/locale
修改/etc/grub
GRUB_TERMINAL_OUTPUT="console"注释掉(在前面添加#修改为:#GRUB_TERMINAL_OUTPUT="console"
添加GRUB_THEME="/boot/grub2/themes/HONOR/theme.txt"
GRUB_THEME="/boot/grub/themes/HONOR/theme.txt"(与你放置HONOR文件夹的位置有关)
修改GRUB_TIMEOUT=0GRUB_TIMEOUT=5或任何大于等于0的数
执行
sudo grub2-mkconfig -o /boot/efi/EFI/"你操作系统的名字,与上面一致"/grub.cfg

对于BIOS的电脑:

复制zh_CN.mo/boot/grub/locale/boot/grub2/locale
修改/etc/grub
GRUB_TERMINAL_OUTPUT="console"注释掉(在前面添加#修改为:#GRUB_TERMINAL_OUTPUT="console"
添加GRUB_THEME="/boot/grub2/themes/HONOR/theme.txt"
GRUB_THEME="/boot/grub/themes/HONOR/theme.txt"(与你放置HONOR文件夹的位置有关)
修改GRUB_TIMEOUT=0GRUB_TIMEOUT=5或任何大于等于0的数
执行
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
sudo grub2-mkconfig -o /boot/grub/grub.cfg(与你上面放置HONOR文件夹的位置有关)

About

HONOR HUNTER笔记本电脑grub主题

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages