Hello all,
I am having issues when I build the ISO for my multi-boot DVD.
1. If I do this: mkisofs -N -J -joliet-long -r -o mycd2.iso -b boot/loader.bin -no-emul-boot -boot-load-size 4 . I get an error saying that it can't find one of my linux kernels (using isolinux)- everything else works fine.
2. If I do this: mkisofs -iso-level 3 -r -o mycd2.iso -b boot/loader.bin -no-emul-boot -boot-load-size 4 . This solves the above problem and allows me to boot that kernel image but I can no longer boot my PE part (using chain) it says the NTLDR cannot be found or something to that nature.
I want a solution that will allow me to boot all my componenets - all linux stuff as in 2. and the PE stuff like in 1. any ideas? I did try -iso-level 4 but got an error stating I needed a value btween 1-3. FYI: using the CD Shell that comes with UBCD as my Multi-boot DVD is based off that.
Thanks in advance.