Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pycdlib.pycdlibexception.PyCdlibInvalidInput: Must be a path starting with / when using genisoimage.py #120

Open
j-deng opened this issue Nov 21, 2023 · 1 comment

Comments

@j-deng
Copy link

j-deng commented Nov 21, 2023

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
@j-deng
Copy link
Author

j-deng commented Nov 24, 2023

Use -b efiboot.img is working but -b images/efiboot.img will print the error pycdlib.pycdlibexception.PyCdlibInvalidInput: Must be a path starting with /.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant