Pixel ([EMAIL PROTECTED]) wrote: > 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?
LOADER=$(/usr/sbin/detectloader) && echo $LOADER replies: No bootloader on MBR, trying partitions! On stderr. if [ "$LOADER" = "GRUB" ]; is not true so what the hell was that. Anyway I just removed grub --nodeps. Just making sure :) It's rather nasty debugging atm since the usbmouse don't work and urpmi doesn't work either. And I find no other messages what so ever on these problems. I don't get it. What kind of crazy train is this? Groetjes, Han. -- http://www.xs4all.nl/~hanb/software
