Pixel <[EMAIL PROTECTED]> writes: > Han <[EMAIL PROTECTED]> writes: > >> The new grub installed itself when I upgraded to the latest cooker. And >> I really don't use grub. > > quite weird. the %post does: > > if [ -f /boot/grub/install.sh ]; then > if [ -x /usr/sbin/detectloader ]; then > LOADER=$(/usr/sbin/detectloader) > if [ "$LOADER" = "GRUB" ]; then > sh /boot/grub/install.sh > /dev/null > fi > fi > fi > > it means detectloader think grub is installed on your box... Can you find out > what's wrong with detectloader?
By the ouput of detectloader first.... -- http://www.chmouel.org/
