Someone on here will know how to fix this.. I have tried a few different HD settings but can't get it working...
I just installed Fedora 11 (I installed over the Fedora 10 installation I had already installed)..
-Before I would have Grub give the choice of Fedora 10 or Windows (Where Windows would load the Win Boot loader for my options of Windows 7 and Windows Vista)
-NOW: I have the same options.. But when i select Windows (It loads the Recovery partition) instead of the Windows Boot Loader...
Here is my fdisk -l
Device Boot Start End Blocks Id System
/dev/sda1 1 192 1536000 27 Unknown
Partition 1 does not end on cylinder boundary.
/dev/sda2 192 5414 41943040 7 HPFS/NTFS
Partition 2 does not end on cylinder boundary.
/dev/sda3 5414 38914 269089792 f W95 Ext'd (LBA)
Partition 3 does not end on cylinder boundary.
/dev/sda5 5414 10513 40960000 7 HPFS/NTFS
/dev/sda6 10513 29635 153600000 7 HPFS/NTFS
/dev/sda7 * 29635 29661 204799+ 83 Linux
/dev/sda8 29661 38914 74321919+ 8e Linux LVM
Here is my current grub.conf which is booting into windows recovery
#boot=/dev/sda
default=0
splashimage=(hd0,6)/grub/splash.xpm.gz
hiddenmenu
title Fedora 11
root (hd0,6)
kernel /vmlinuz-2.6.29.4-167.fc11.i686.PAE ro root=/dev/mapper/vg_infamousmobile-lv_root rhgb quiet vga=792
initrd /initrd-2.6.29.4-167.fc11.i686.PAE.img
title Windows 7/Vista
rootnoverify (hd0,0)
chainloader (hd0,0)+1
Any help would be greatly appreciated! Thanks