Skip to content

Instantly share code, notes, and snippets.

Created February 15, 2014 12:40
Show Gist options
  • Save anonymous/9018818 to your computer and use it in GitHub Desktop.
Save anonymous/9018818 to your computer and use it in GitHub Desktop.
debian's grub theme with picture
### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod ext2
set root='(hd0,msdos5)'
search --no-floppy --fs-uuid --set cd4b8d8b-3265-4fa6-b8a6-9b3b74d9f849
insmod png
if background_image /share/images/desktop-base/spacefun-grub.png; then
set color_normal=light-gray/black
set color_highlight=white/black
else
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment