UPDATE:I think I have narrowed ALL my problems to the fact that GRUB 0.97 is not activating the right mymenu.lst command.
I have tried the following in Grub 0.97 without luck
CODE
root (hd0,6)
kernel (hd0,6)/grub.exe --config-file=(hd0,6)/mymenu.lst
When I do this, G4D flashes a 1 second menu where it sets out to look for the menu.lst file which it could not find in the root of (hd0,6). It then finds a menu.lst file in another partition and launches that one. If I rename the mymenu.lst file to menu.lst in the root of (hd0,6), it still launches the quick menu and finds the other menu.lst first.
I also tried this in Grub 0.97:
CODE
root (hd0,6)
kernel (hd0,6)/grub.exe
configfile (hd0,6)/mymenu.lst
But this only launches mymenu.lst inside Grub 0.97 and none of the "find --set-root's" work.
I also tried the hide command:
CODE
hide (hd0,4) {where the other menu.lst is}
unhide (hd0,6)
root (hd0,6)
kernel (hd0,6)/grub.exe {menu file is called menu.lst in this partition}
While I guess this hides the partition in Grub 0.97, it does not hide it in Grub4DOS, because it boots to the wrong menu.lst file again.
Any help is greatly appreciated.....
Thanks,
Hernando