2009-04-12 Felix Zielcke * util/i386/pc/grub-install.in (install_drive): Remove the BSD partition number. (grub_drive): Likewise. Index: util/i386/pc/grub-install.in =================================================================== --- util/i386/pc/grub-install.in (revision 2083) +++ util/i386/pc/grub-install.in (working copy) @@ -262,8 +262,8 @@ if [ "x${devabstraction_module}" = "x" ] grub_drive="`$grub_probe --target=drive --device ${grub_device}`" # Strip partition number - install_drive="`echo ${install_drive} | sed -e s/,[0-9]*//g`" - grub_drive="`echo ${grub_drive} | sed -e s/,[0-9]*//g`" + install_drive="`echo ${install_drive} | sed -e s/,[0-9]*[a-z]*//g`" + grub_drive="`echo ${grub_drive} | sed -e s/,[0-9]*[a-z]*//g`" if [ "${target_cpu}-${platform}" != "i386-pc" ] ; then # generic method (used on coreboot) uuid="`$grub_probe --target=fs_uuid --device ${grub_device}`"