pycdlib.pycdlibexception.PyCdlibInvalidInput: Must be a path starting with / when using genisoimage.py #120
Open
Description
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:
genisoimage.py
onedir
| boot
| EFI/BOOT/BOOTAA64.EFI
| images/efiboot.img
Metadata
Assignees
Labels
No labels