19 # first look for a separate /boot
20 search.file /grub/grub.cfg root
21 if [ "$root" != "memdisk" ]; then
25 # try /boot/grub on the root
26 search.file /boot/grub/grub.cfg root
27 if [ "$root" != "memdisk" ]; then
28 normal /boot/grub/grub.cfg
31 # we didn't find anything. give up and let grub show a prompt.