insmod part_gpt
insmod ext2
set iso_root='hd2,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=iso_root --hint-bios=hd1,gpt2 --hint-efi=hd2,gpt2 --hint-baremetal=ahci2,gpt2 76f197ef-a1b3-4edf-baeb-347f09e91b8a
else
search --no-floppy --fs-uuid --set=iso_root 76f197ef-a1b3-4edf-baeb-347f09e91b8a
fi