I know that grub for ntldr (i.e., grldr) is set in boot.ini by default as:
c:\grldr="Start Grub"
After this grub is started, it searches for (hd0,0)/boot/grub/menu.lst as the default boot menu. But suppose my NT system is installed in (hd0,1) and menu.lst is in the (hd0,1)/boot/grub directory. Then how should I set boot.ini so that grldr can start the menu.lst I specified?
I imagined it should be set like this:
c:\grldr="start Grub" configfile=(hd0,1)/boot/grub/menu.lst
But unfortunately, it doesn't work.
Also, please ask the grub experts not to be stingy with their advice!
c:\grldr="Start Grub"
After this grub is started, it searches for (hd0,0)/boot/grub/menu.lst as the default boot menu. But suppose my NT system is installed in (hd0,1) and menu.lst is in the (hd0,1)/boot/grub directory. Then how should I set boot.ini so that grldr can start the menu.lst I specified?
I imagined it should be set like this:
c:\grldr="start Grub" configfile=(hd0,1)/boot/grub/menu.lst
But unfortunately, it doesn't work.
Also, please ask the grub experts not to be stingy with their advice!

