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

efiboot.img created in wrong path - image not bootable #188

Closed
sobjerke opened this issue May 25, 2021 · 1 comment
Closed

efiboot.img created in wrong path - image not bootable #188

sobjerke opened this issue May 25, 2021 · 1 comment

Comments

@sobjerke
Copy link
Contributor

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.

@sobjerke
Copy link
Contributor Author

Resolved by #189

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