
Hello first understand YOUR partns by invoking 'fdisk -l' command from your working Fedora installation.you cannot rescue Linux install from wingoose OS..after that mount the partition as he said.ie for eg;
As root(careful!),
make a dir in your /mnt as suse from fedora; as you can boot into fedora.get the partn number from fdisk -l(hint suse mostly defaults in reiserfs file system)so get the partition number (something like hda1,2,3..or sda1..)and mount from CLI(terminal):'mount /dev/sdax /mnt/suse'.go to /mnt/suse folder and open with gedit or any editor like kate,kwrite.. into /mnt/suse/boot/grub/grub.conf or menu.list browse to the entry of suse in the file like (title suse..etc) right click and copy the full entry
like ...
......
title suse..
root(hd0,x)
kernel /boot/vmlinuz..
initrd /boot/initrd-...
savedefault
boot
.....
Now open your fedora's /boot/grub/grub.conf and paste the suse entry at the last of the file.also check for partn number being the same as you reinstalled windows OS after suse..so sometimes partition number may have shifted by +1..check for that..reboot for suse option in Grub menu of Fedora..dont expect the same as in Windows in Linux....believe U understood wat i explained.. best of Lux
If suse uses LILO bootloader,
use the format
title Suse Linux
root(hd0,x)
kernel /boot/(the path of vmlinuz)
initrd /boot/(path of initrd)
savedefault
boot
---------
copy this format into fedora's grub.conf last line ..and reboot