Not here... using BCDeasy 2.0 beta, Windows 7 and Fedora 10
Easybcd will try to find /boot/grub/menu.lst but fedora puts /boot in a separate partition so you should change it to only /grub/menu.lst or /grub/grub.conf since menu.lst is just a link to grub.conf
(There's no /boot/ directory because the whole partition is mounted as /boot)
I have another problem, though, with windows 7
I get a message like
Try (hd0,0) :NTFS5 : No neogrub
After sometime it finds neogrub on (hd0,1) and then it can load Fedora
This is probably related to windows 7 creating a partition for its boot files. Windows bootmgr stays on that partition at hd(0,0) but neogrub is in windows normal partition at (hd0,1).
How do I make the bootmgr open neogrub.mbr directly in hd(0,1)?
Am I making sense?