Hi,

I am trying to install fedora 14 from live CD (USB boot) in my system which already has Windows 7. The installation goes fine however when I reboot the system I get 'No bootble device found' error. Some of the solutions found suggest to install fedora on the entire hard disk which I cannot do right now.

In Bios there are 'Native' and 'Legacy' options for 'ATA/IDE Mode' and if I select 'Native', 'Configure SATA as' option is enabled with options 'AHCI' and 'IDE'. I reinstalled fedora with all possible configuration, Legacy mode, Native + AHCI, Native + IDE but got the same error when booting. I have also tried options; MBR on /dev/sda and first boot record on /dev/sda5.

fdisk -l :
Device Boot Start End Blocks Id System
/dev/sda1 2048 78782463 39390208 5 Extended
/dev/sda2 78782760 211897349 66557295 7 HPFS/NTFS
/dev/sda3 211897350 345011939 66557295 7 HPFS/NTFS
/dev/sda4 345011940 488375999 71682030 7 HPFS/NTFS
/dev/sda5 * 4096 413695 204800 83 Linux
/dev/sda6 415744 78782463 39183360 8e Linux LVM

parted -l :
Number Start End Size Type File system Flags
1 1049kB 40.3GB 40.3GB extended
5 2097kB 212MB 210MB logical ext3 boot
6 213MB 40.3GB 40.1GB logical lvm
2 40.3GB 108GB 68.2GB primary ntfs
3 108GB 177GB 68.2GB primary ntfs
4 177GB 250GB 73.4GB primary ntfs

lvdisplay:
--- Logical volume ---
LV Name /dev/VolGroup/LogVol01
VG Name VolGroup
LV UUID vHyhJp-6aAN-zPDf-5tTk-A9ij-XCYo-u4HD03
LV Write Access read/write
LV Status available
# open 0
LV Size 31.47 GiB
Current LE 1007
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:0

--- Logical volume ---
LV Name /dev/VolGroup/LogVol00
VG Name VolGroup
LV UUID nTbi3c-IiX0-66Zh-VFe3-kTXb-5Cqp-s8xb95
LV Write Access read/write
LV Status available
# open 1
LV Size 5.88 GiB
Current LE 188
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:1



BIOS Information
Vendor: Intel Corp.
Version: ECG3510M.86A.0106.2008.0730.1746
Release Date: 07/30/2008
Address: 0xF0000
Runtime Size: 64 kB
ROM Size: 1024 kB
Characteristics:
PCI is supported
BIOS is upgradeable
BIOS shadowing is allowed
Boot from CD is supported
Selectable boot is supported
EDD is supported
8042 keyboard services are supported (int 9h)
Serial services are supported (int 14h)
Printer services are supported (int 17h)
CGA/mono video services are supported (int 10h)
ACPI is supported
USB legacy is supported
ATAPI Zip drive boot is supported
BIOS boot specification is supported
Function key-initiated network boot is supported
Targeted content distribution is supported
BIOS Revision: 0.0
Firmware Revision: 0.0

Base Board Information
Manufacturer: Intel Corporation
Product Name: DG35EC
Version: AAE29266-206
Serial Number: BTEC8380021W
Asset Tag: Base Board Asset Tag
Features:
Board is a hosting board
Board is replaceable
Location In Chassis: Base Board Chassis Location
Chassis Handle: 0x0007
Type: Unknown
Contained Object Handles: 0

grub.conf:
# 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 (hd0,4)
# kernel /vmlinuz-version ro root=/dev/mapper/VolGroup-LogVol01
# initrd /initrd-[generic-]version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,4)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.35.6-45.fc14.i686)
root (hd0,4)
kernel /vmlinuz-2.6.35.6-45.fc14.i686 ro root=/dev/mapper/VolGroup-LogVol01 rd_LVM_LV=VolGroup/LogVol01 rd_LVM_LV=VolGroup/LogVol00 rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet
initrd /initramfs-2.6.35.6-45.fc14.i686.img
title Windows
rootnoverify (hd0,1)
chainloader +1

Am I doing something wrong or is this some sort of bug?

Thanks in advance.