mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 15:15:56 +03:00
[GH-ISSUE #268] EFI image doesn't work over libvirt + kvm/qemu #119
Labels
No labels
Hacktoberfest
Hacktoberfest
bootloader
bsd
bug
confirmed
documentation
duplicate
enhancement
enhancement
enhancement
eol
experimental-merged
freebsd
help wanted
invalid
investigate
ipxe
linux
live-os
memdisk
menu
no-issue-activity
no-issue-activity
pull-request
released
todo
upstream
windows
windows
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/netboot.xyz#119
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @renich on GitHub (Sep 27, 2018).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/268
I'm using Fedora 28 as a host. I tried using UEFI (TianoCore) and it doens't work with your image; it drops to a shell (efilinux).
On the other hand, I try the Fedora 29 Beta ISO image and it works fine.
Might there be something missing in the EFI iso image?
@patrakov commented on GitHub (Jul 7, 2019):
The EFI iso image is just wrong. It does not contain any El Torito records. Instead, it contains BOOT/EFI/BOOTX64.EFI file, which UEFI does not even look at on optical media.
For now, you can create your own EFI iso by running these commands (assuming that you have dosfstools, cdrecord and mtools installed):
I will create a pull request later.
@antonym commented on GitHub (Jul 20, 2019):
Closing this as @patrakov was kind enough to fix. Please reopen if it's still an issue.