Originally Posted by boscopecker
# 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/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/sda5
default=1
timeout=5
splashimage=(hd0,4)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.27.5-117.fc10.x86_64)
root (hd0,4)
kernel /vmlinuz-2.6.27.5-117.fc10.x86_64 ro root=UUID=1414991f-a37b-42c8-a929-1b362ef4de40 rhgb quiet
initrd /initrd-2.6.27.5-117.fc10.x86_64.img
title Other
rootnoverify (hd0,1)
chainloader +1
|
Ok, that's a messed-up menu.lst you got there. Basically, the way you have it setup now is to default to entry 1 (which is the second entry, called "Other", since the count begins at 0), which is pointing at (hd0,1). And though the timeout value is 5 (meaning you would have 5 seconds to choose the enrtry to boot into), the "hiddenmenu" line messes that up too, because it hides the menu. That means you will boot into entry "Other" by default everytime unless you happen to press Esc to get to the menu, and then select your Fedora entry.
And according to your Disk Management, (hd0,1), which is the first hard drive in the boot sequence in the BIOS, and the second partition in the MBR partition table of that hard drive, is your "RECOVERY (D)" partition, which doesn't contain BOOTMGR and BCD, which would explain why you were getting the message "BOOTMGR is missing" when you attempted to boot into Linux.
Since I'm not sure exactly where your Fedora partition is located on your system, you can try changing the "default" line in your menu.lst to 0 instead, so that way it will default to your Fedora entry instead of the "Other" entry. There's a chance (hd0,4) is correct and that's where your Fedora partition is on your system.
If it still doesn't boot after that, though, you will need to post a screenshot of what the "Device" menu under the Linux tab in EasyBCD 2.0 shows, as well as the output of the following command run from EasyBCD's Power Console on the "Useful Utilities" page: