powershell - Building bootable iso using mksisofs -
i'm trying build bootable linux iso under windows using mkisofs
this 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, cant find boot image 'isolinux\isolinux.bin' inside target tree.
the structure of d:\modified\iso\
folder is:
[boot]\ efi\ images\ isolinux\ packages\ repodata\ sbin\ .discinfo .treeinfo comps.xml ks.cfg
Comments
Post a Comment