I have another situation. I'm still in the process of triple-booting my pc, and I am having trouble with grub4dos.
I created a 100mb fat16 partition on which I installed freeDOS. I then copied grub4dos to that same partition. Using gParted, I then set the fat 16 partition ( dev/sda0 ) as the active partition.
My intention is for it to work like this. I power on my pc, it boots into freedos. From there I load grub4dos. And from there I launch the o/s of my choice.
Now I've scoured the grub4dos website trying to find exactly what I need. I figure there is some sort of config file which I edit or something like that? Anyway, I could not find what I was looking for, so I figured I'd once again turn to superuser.
Any help is great!
Thanks.
Edit: I finally figured out that the "config file" I'm supposed to edit is menu.lst.
I've configured it for my Windows7 partition with this: title Windows7_x64 root (hd0,0) chainloader +1 It boots fine.
I think I'm on the right track...