Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
I've been following some of the tutorials / articles on this site but I cannot make an eltorito boot image with mkisofs or genisoimage (http://wiki.osdev.org/Bootable_El-Torit ... RUB_Legacy), whenever I try it returns 'Uh, oh I can't find the boot image'.
It must be something I'm doing wrong because I get the same message on Windows and Linux, I cant find any problem with the file permissions either.
The problem is that you've given it "isoimage/boot/grub/stage2_eltorito". The wiki article you linked to actually just has "boot/grub/stage2_eltorito" - mkisofs will take the parameter to -b as a descendant of the ISO image directory (in your case, isoimage).