I'm trying to build bootable linux ISO under windows using mkisofs
this is the command I'm executing:
mkisofs -r -V “Modified Iso” -o D:\MOR.iso -cache-inodes -J -l -b isolinux\isolinux.bin -c isolinux\boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table D:\modified\iso
the output is:
Uh oh, I cant find the boot image 'isolinux\isolinux.bin' inside the target
tree.
the structure of the D:\modified\iso\ folder is:
[BOOT]\
EFI\
images\
isolinux\
Packages\
repodata\
sbin\
.discinfo
.treeinfo
comps.xml
ks.cfg
the content of isolinux folder
boot.cat
boot.msg
grub.conf
initrd.img
isolinux.bin
isolinux.cfg
memtest
splash.jpg
vesamenu.c32
vmlinuz
Thanks