### BEGIN /etc/grub.d/05_debian_theme ### insmod part_gpt insmod ext2 if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root 02681a05-cbb1-4a2f-ac3a-dbfbeebb97be else search --no-floppy --fs-uuid --set=root 02681a05-cbb1-4a2f-ac3a-dbfbeebb97be fi insmod jpeg if background_image /boot/grub/Linux_Windows.jpeg; then true else set menu_color_normal=white/black set menu_color_highlight=black/light-gray fi ### END /etc/grub.d/05_debian_theme ###