I would recommend GAG for its simplicity and ease of setup. You have to make sure that LILO or GRUB is installed on the linux partition (i.e. hda2), NOT in the MBR (i.e. hda).
For NTLDR, dump the boot sector to a file (i.e. grub.bin) using dd (i think dd if=/dev/hda2 of=/tmp/grub.bin count=512) and copy it to your NTLDR partition. Edit boot.ini and add c:\grub.bin="Linux" to the end.
Comments
For NTLDR, dump the boot sector to a file (i.e. grub.bin) using dd (i think dd if=/dev/hda2 of=/tmp/grub.bin count=512) and copy it to your NTLDR partition. Edit boot.ini and add c:\grub.bin="Linux" to the end.