That's okay CG. I got good news and bad news.
The good news is that thanks to wonderful EasyBCD I am now chainloading GRUB from Vista's bootloader on my laptop to my external drive! I often forget to boot from the external drive my Linux OSes reside on and it is nice to be able to boot to it if I do w/out having to restart the system.
By the way, linux entries w/out the No Grub option selected use the file NST_Grub.mbr and entries that are use the file NeoGrub.mbr. Like most users, the only usable option is to select the No Grub installed on boot sector option. I noticed as well (possibly doable for newer version?) that any Linux entry added using EasyBCD only allowed you to boot the first available Linux install on the disk. If possible, i'm sure Linux user's (Esp. Linux dual-booters like me) would love the flexibility to picking exactly which Linux bootsector to load.
For example, I was using Ubuntu's menu.lst when booting from the external drive, but when chainloading it it uses Fedoras'. I installed Fedora before I installed Ubuntu. In order to get everything working, Ubuntu's entries in menu.lst had to be copied over to Fedora's menu.lst file and root (hdx,y) had to be changed in GRUB til I could find the right parameters; but rest assured, everything is now working as far as Vista goes.
Now on to the bad news and orginal reason for the thread. NTLDR and boot.ini seem to be particually picky about what is being loaded. Addding an entry to the boot.ini for the exact file referenced from EasyBCD well not do the trick. Heres an example of my boot.ini configuration:
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\Windows="Microsoft Windows XP Home Edition"
multi(0)disk(0)rdisk(0)partition(1)\NST\NeoGrub.mbr="Linux GRUB Bootloader"
After checking EasyBCD and Windows Explorer, I am absoutely certain that this is the file (NeoGrub.mbr) being loaded. It seems to me that there is no other option, but its okay since Vista's bootloader is the first thing that loads anyway when I boot my laptop and I can chainload from there. Thanks for the feedback. With programming and all of the aspects of a person's life, it is a pleasant thing to see the director directly involved in user support.