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

symfony - InvalidConfigurationException in SecurityExtension.php line 429: No authentication listener registered for firewall "secured_area" -

angular ui router - 10 digest iterations reached in angularjs when using $state.go -

javascript - Can Piwik report referrer in real time? -