I need to add file to windows 10 installation ISO.
I’ve mounted ISO, copyed everything with cp to another directory, added file to this directory , turned it back into ISO with mkisofs, but i cant boot with this changed ISO from ventoy(original ISO works fine).
I’ve tried many fixes on forums, but nothing seems to work and i cant understand why. I used something like that to turn it into the ISO:
sudo mkisofs -b boot/etfsboot.com -no-emul-boot -boot-load-seg 1984 -boot-load-size 8 -iso-level 3 -J -l -D -N -joliet-long -relaxed-filenames -V "WINSP" -o Windows10Debloated.iso win
pls help