if [ -e (md/md-boot) ]; then # The search command might pick a RAID component rather than the RAID, # since the /boot RAID currently uses superblock 1.0. See the comment in # the main grub.cfg. set prefix=md/md-boot else if [ -f ${config_directory}/bootuuid.cfg ]; then source ${config_directory}/bootuuid.cfg fi if [ -n "${BOOT_UUID}" ]; then search --fs-uuid "${BOOT_UUID}" --set prefix --no-floppy else search --label boot --set prefix --no-floppy fi fi if [ -d ($prefix)/grub2 ]; then set prefix=($prefix)/grub2 configfile $prefix/grub.cfg else set prefix=($prefix)/boot/grub2 configfile $prefix/grub.cfg fi boot