2019/02/15

My Grub2 boot menu for Ubuntu USB bootable drive (compatible with macOS machine)

insmod png
set timeout=9

if loadfont /boot/grub/font.pf2 ; then
set gfxmode=auto
insmod efi_gop
insmod efi_uga
insmod gfxterm
terminal_output gfxterm
fi

if background_image /Tokyo.png ; then
set color_normal=white/black
set menu_color_normal=white/black
set menu_color_highlight=yellow/black
else
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
fi