# grub2-theme-winly **Repository Path**: teasiu/grub2-theme-winly ## Basic Information - **Project Name**: grub2-theme-winly - **Description**: grub2启动菜单风格界面 - **Primary Language**: Shell - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-18 - **Last Updated**: 2024-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 使用方法: ubuntu: sudo unzip -x winlytheme.zip -d /boot/grub sudo chmod 777 /etc/default/grub sudo echo 'GRUB_THEME="/boot/grub/themes/winly/theme.txt"' >> /etc/default/grub sudo echo 'GRUB_GFXMODE="1920x1080"' >> /etc/default/grub rm winlytheme.zip sudo chmod 644 /etc/default/grub sudo update-grub centos: sudo unzip -x winlytheme.zip -d /boot/grub2 sudo vi /etc/default/grub GRUB_THEME="/boot/grub2/themes/winly/theme.txt" ##GRUB_TERMINAL_OUTPUT="console" sudo grub2-mkconfig -o /boot/grub2/grub.cfg