I have created a new iso file that has the boot GRUB4DOS
and within this iso file I put the iso file of tiny (isolinux)
I put these in the menu.lst file:
title microcore
map /tiny.iso (0xff)
map --hook
chainloader (0xff)
Tiny is loaded perfectly, but do not load cde extensions, which are called by isolinux.cfg of tiny.iso
the reason is that isolinux sees as the root of the GRUB4DOS, and not that of isolinux,
1) How can I change the menu.lst to specify that the root becomes one of isolinux?
2) How can I modify the menu.lst or isolinux.cfg so that the root remains one of GRUB4DOS, managing to load cde in tiny.iso (isolinux)?
thanks