Would someone be so kind to test the attached patch on a machine with: - CCISS storage - GPT partition table layout in main partition
and report if d-i properly switches to grub2 because of the gpt? TIA -- Robert Millan My spam trap is [EMAIL PROTECTED] Note: this address is only intended for spam harvesters. Writing to it will get you added to my black list.
Index: grub-installer =================================================================== --- grub-installer (revision 46926) +++ grub-installer (working copy) @@ -238,6 +238,9 @@ /dev/[hs]d[a-z]) disc_offered_devfs="$prefix" ;; + /dev/cciss) + disc_offered_devfs=$(find $prefix -follow ! -name \*p[0-9] | head -n 1) + ;; *) disc_offered_devfs=$(find $prefix -follow -name disc | head -n 1) ;;

