I had Fedora 17 in a primary partition. Yesterday I installed Ubuntu in an extended partition, and I can't see Fedora in grub, so I tried update-grub2 but it doesn't recognise Fedora being present, even if the Fedora partition is mounted. So I tried to re-install grub from live USB but it did not work either.
How to bring back my Fedora? I don't want to re-install Fedora in the other partition.
Output of fdisk -l
root@phanindra-VPCCW25FN:/home/phanindra# fdisk -l
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000afaf9
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 46139391 23068672 83 Linux
/dev/sda2 46141438 83888127 18873345 5 Extended
/dev/sda3 83888128 207808511 61960192 83 Linux
/dev/sda4 207808512 625141759 208666624 83 Linux
/dev/sda5 46141440 52432895 3145728 82 Linux swap / Solaris
/dev/sda6 52434944 83888127 15726592 83 Linux
root@phanindra-VPCCW25FN:/home/phanindra#
/dev/sda6 has the current Ubuntu and /dev/sda1 has Fedora. Is there any other option without installing super grub?

sudo fdisk -l. – jokerdino Oct 14 '12 at 7:56