livecd-tools / livecd-tools

Tools for building live CDs using DNF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

efiboot.img created in wrong path - image not bootable

sobjerke opened this issue · comments

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.

Resolved by #189