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

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -