I mounted hdb9 in /fedora and when I opened the grub configuration of fedora I found the configuration for fedora is as the following
default=1
timeout=5
splashimage=(hd1,

/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.18-1.2798.fc6)
root (hd1,

kernel /vmlinuz-2.6.18-1.2798.fc6 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.18-1.2798.fc6.img
so I mounted
/dev/VolGroup00/LogVol00 in /fedoraLVM0
and /dev/VolGroup00/LogVol01 in /fedoraLVM1
and added the following configuration to grub of suse
title Fedora Core (2.6.18-1.2798.fc6)
rootnoverify (hd1,

kernel /fedora/vmlinuz-2.6.18-1.2798.fc6 ro root=/fedoraLVM0/dev/VolGroup00/LogVol00 rhgb quiet
initrd /fedora/initrd-2.6.18-1.2798.fc6.img
and already these files exists in these paths but after booting the grub gives me
error 15 : file not found and when I edited the grub in the command line while booting
I wrote Kernel / (then pressed tab) and it found /fedora but when I enter to /fedora and pressed tab it finds nothing although when I enter /boot it founds all the files including vmlinuz of suse, so what should I do?
I tried also to use the bootloader of suse and identified the paths of vmlinuz and initrd of fedora but also it fails
any advice please
Thanks in advance