mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[GH-ISSUE #127] Please provide .efi builds #60
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#60
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 @stove-panini on GitHub (Jan 26, 2017).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/127
I'd love it if you would provide a pre-built netboot.xyz.efi! You already provide a .lkrn file, so why not something for us with an EFI bootloader? :)
When compiling your project myself (using your prep-release.sh), I always run into cert not found issues during the build which causes the menu entries in the resulting .efi to not function.
@antonym commented on GitHub (Jan 26, 2017):
I have one built, but not linked to the main page yet as I have not tested it.
https://boot.netboot.xyz/ipxe/netboot.xyz.efi
SHA256: https://boot.netboot.xyz/ipxe/netboot.xyz-sha256-checksums.txt
You are free to test it if you want.
@stove-panini commented on GitHub (Jan 26, 2017):
Unfortunately your build runs into the same issues that mine did.
I can get to the main menu, but selecting any entry returns:
http://boot.netboot.xyz/sigs/security.ipxe.sig... okCould not verify: Permission denied (http://ipxe.org/0216eb8f)Error occured, press any key to return to menu...If I disable signature and image checking via the two bottom options on the main menu, I can access submenus. However, any entry returns the same message:
http://boot.netboot.xyz/memdisk... okCould not select: Exec format error (http://ipxe.org/2e008081)Could not boot: Exec format error (http://ipxe.org/2e008081)Error occured, press any key to return to menu...@antonym commented on GitHub (Jan 26, 2017):
memdisk won't work with EFI unfortunately so there's probably a bunch of logic to write to remove those options in those scenarios. A lot of the images rely on being able to use memdisk and the original location of the ISO to boot, so I'd probably need to reduce the amount of options available when running EFI.
@stove-panini commented on GitHub (Jan 30, 2017):
Hey, even though it didn't work out, I just wanted to say thanks for being so accommodating and providing me with your own build!