You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use -b efiboot.img is working but -b images/efiboot.img will print the error pycdlib.pycdlibexception.PyCdlibInvalidInput: Must be a path starting with /.
python.exe genisoimage.py -v -iso-level 1 -no-pad -b boot -c boot.cat -b EFI/BOOT/BOOTAA64.EFI -b images/efiboot.img -no-emul-boot -allow-lowercase -o onedir.iso D:\tmp\onedir
I want to use genisoimage.py to replace
genisoimage.exe
but get error with some options which works on exe version.it echo errors
pycdlib.pycdlibexception.PyCdlibInvalidInput: Must be a path starting with /
with-b
option but make success without-b
OS: Windows
Folder Structure:
The text was updated successfully, but these errors were encountered: