Index: util/i386/efi/grub-install.in =================================================================== RCS file: /sources/grub/grub2/util/i386/efi/grub-install.in,v retrieving revision 1.1 diff -u -r1.1 grub-install.in --- util/i386/efi/grub-install.in 16 May 2007 15:05:02 -0000 1.1 +++ util/i386/efi/grub-install.in 18 May 2007 06:48:02 -0000 @@ -187,7 +187,7 @@ fi # Then the partition map module. -partmap_module=`$grub_probe --target=partmap --device-map=${device_map} ${grubdir}` +partmap_module=`$grub_probe --target=partmap --device-map=${device_map} ${grubdir} || echo pc gpt` if test "x$partmap_module" = x -a "x$modules" = x; then echo "Auto-detection of a partition map module failed." 1>&2 echo "Please specify the module with the option \`--modules' explicitly." 1>&2 Index: util/i386/pc/grub-install.in =================================================================== RCS file: /sources/grub/grub2/util/i386/pc/grub-install.in,v retrieving revision 1.13 diff -u -r1.13 grub-install.in --- util/i386/pc/grub-install.in 7 May 2007 19:54:46 -0000 1.13 +++ util/i386/pc/grub-install.in 18 May 2007 06:48:02 -0000 @@ -217,7 +217,7 @@ fi # Then the partition map module. -partmap_module=`$grub_probe --target=partmap --device-map=${device_map} ${grubdir}` +partmap_module=`$grub_probe --target=partmap --device-map=${device_map} ${grubdir} || echo pc gpt` if test "x$partmap_module" = x -a "x$modules" = x; then echo "Auto-detection of a partition map module failed." 1>&2 echo "Please specify the module with the option \`--modules' explicitly." 1>&2