menuentry 'custom.cfg: /boot/grub/grub.cfg on /dev/sda5 [ a66894b3-dc45-48fc-82c8-04dfdc8d9ff3 ]' { insmod part_gpt insmod ext2 search --no-floppy --fs-uuid --set=root a66894b3-dc45-48fc-82c8-04dfdc8d9ff3 configfile /boot/grub/grub.cfg } menuentry 'custom.cfg: /boot/grub/grub.cfg on /dev/sda5 [ --label 'MyLabel' --hint hd0,gpt5 ]' { insmod part_gpt insmod ext2 search --no-floppy --set=root --label 'MyLabel' --hint hd0,gpt5 configfile /boot/grub/grub.cfg } menuentry 'custom.cfg: /boot/grub/grub.cfg on /dev/sda5 [ set root=(hd0,gpt5) ]' { insmod part_gpt insmod ext2 set root=(hd0,gpt5) configfile /boot/grub/grub.cfg }