### embedded configuration # load minimal necessary partition and fs drivers set pager=1 insmod part_msdos insmod part_gpt insmod iso9660 insmod ext2 insmod ntfs insmod configfile # set root search.file /grubfont.pf2 root # load gfxterm if [ -e /grubfont.pf2 ]; then insmod efi_gop insmod efi_uga insmod font insmod gfxterm loadfont /grubfont.pf2 set gfxmode=auto set gfxpayload=keep terminal_output gfxterm fi # load external configfile, if defined if [ -e /grub.cfg ]; then configfile /grub.cfg elif [ -e /boot/grub.cfg ]; then configfile /boot/grub.cfg elif [ -e /boot/grub/grub.cfg ]; then configfile /boot/grub/grub.cfg fi