OK, trying to finish my latest cd/usb and I'm making it so you can make either a grub-bootable iso or a isolinux-bootable iso using scripts
Now, I am trying to get the grub4dos menu.lst to return to the isolinux/syslinux menu and no mattere what I try it either freks out or doesn't work.
here is grub4dos menu.lst
Code:
Pretty colours
color black/red white/blue
title ------------------------- ( BootHD ) -------------------------
root (cd)
title <<<<-------Back to Main Menu
root (cd)
configfile /boot/grub/menu.lst
title Boot Windows NT/2K/XP NTLDR on partition #1 of first hard drive!
chainloader --edx=0x0080 (hd0,0)/ntldr
The only entry that matters is the "Back to Main Menu" entry,
I didn't include the rest,
I can get it to go back to menu.lst, but need it to go to isolinux.cfg!
here is isolinux.cfg entry
Code:
LABEL Boot GRUB4DOS
menu label Boot GRUB bootloader!
KERNEL /boot/grub4dos/grub.exe
APPEND --config-file=(cd)/boot/grub4dos/menu.lst
so, I can get to the grub4dos menu.lst, but can't return to isolinux.cfg!
I tried a number of things

any ideas?