ho cercato nel db ma niente che faccia al caso mio...

ho due dischi, su hda c'è win mentre su hdb ci sono due pinguini o meglio ci sono 4 partizioni:

/boot
/ (fedora)
swap
/ (a breve suse)

ora io ho installato fedora in hdb2 e ho montato /boot in hdb1 ; adesso voglio installare suse 9.1 in hdb4 montando sempre /boot in hdb1

e fin qui volevo sapere: avrò problemi? i kernel si danno noia in /boot?

poi non volendo installare di nuovo il boot loader volevo sapere come modificare l'attuale grub.conf per far partire anche suse...

quello attuale è
codice:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd1,0)
#          kernel /vmlinuz-version ro root=/dev/hdb2
#          initrd /initrd-version.img
#boot=/dev/hda
default=1
timeout=10
splashimage=(hd1,0)/grub/splash.xpm.gz
title Fedora Core 2 (2.6.5-1.358)
	root (hd1,0)
	kernel /vmlinuz-2.6.5-1.358 ro root=LABEL=/1 rhgb quiet
	initrd /initrd-2.6.5-1.358.img
title Windows 2000
	rootnoverify (hd0,0)
	chainloader +1
grazie per l'aiuto