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
In "imgcreate/live.py" mkefiboot tries to create efiboot.img (and macboot.img) in a directory that does not exist (/images under the iso-root) and fails. Looking at live image for CentOS 7, it seems that these files should go in /isolinux, not /images.
Also the code that builds options to use with xorrisofs, looks for these files under /images. The result is that the image is not bootable (missing boot.cat).
I have created a branch where I have replaced /images with /isolinux. Let me know if you think this is the correct fix. If so, I can provide a PR.
The text was updated successfully, but these errors were encountered:
In "imgcreate/live.py" mkefiboot tries to create efiboot.img (and macboot.img) in a directory that does not exist (/images under the iso-root) and fails. Looking at live image for CentOS 7, it seems that these files should go in /isolinux, not /images.
Also the code that builds options to use with xorrisofs, looks for these files under /images. The result is that the image is not bootable (missing boot.cat).
I have created a branch where I have replaced /images with /isolinux. Let me know if you think this is the correct fix. If so, I can provide a PR.
The text was updated successfully, but these errors were encountered: