mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-26 07:35:57 +03:00
[GH-ISSUE #805] USB UEFI image not working #221
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#221
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 @fidelix on GitHub (Dec 29, 2020).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/805
Downloaded https://boot.netboot.xyz/ipxe/netboot.xyz-efi.usb
Burned it to USB with Rufus.
Nothing shows up in the boot menu of my motherboard.
I can boot other Windows, Linux etc UEFI usb images just fine
@antonym commented on GitHub (Dec 29, 2020):
I was able to burn the same file to a USB key and boot it without any issues so I don't think its a bad image.
@fidelix commented on GitHub (Dec 29, 2020):
Well I tried on 2 different PCs with different motherboards, 2 different usb devices on my side. Perhaps you can provide some instructions on how one might be able to boot it?
Also, did you burn it with rufus?
@antonym commented on GitHub (Dec 29, 2020):
No, I just did dd to the USB key from MacOS.
@fidelix commented on GitHub (Jan 3, 2021):
Tried from Linux:
Doesn't show up in boot list. If I turn CSM on, it shows up in legacy mode, but says the media is not bootable (naturally as it is trying to do legacy bios booting).
@fidelix commented on GitHub (Jan 3, 2021):
I just tried the non-uefi usb image and it boots fine (with CSM), although it doesn't recognise my network interface (Intel® 2.5GbE LAN chip).
My motherboard is the Gigabyte Z490 VISION G.
@github-actions[bot] commented on GitHub (Feb 3, 2021):
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@fidelix commented on GitHub (Feb 3, 2021):
This shouldn't be closed. I am sure there is a problem with the UEFI USB image, unless I am doing something wrong to boot it, have to enable something on the motherboard to boot it, etc.
But all other UEFI-only linux images I try to boot work just fine. Again, I tried in 2 different motherboards.
@thelamer commented on GitHub (Apr 29, 2021):
Did you disable secureboot in your bios ? IPXE images will never have a valid UEFI sig. I am going to close this issue, feel free to reply though I will get pinged and will respond. I cannot replicate this on any of my 3 test machines.
@nzbart commented on GitHub (Nov 6, 2021):
I know that this issue is closed, but I'd just like to mention that I'm having the same problem as the OP. Other OSes work fine, but writing netboot.xyz to USB using
ddresults in a USB that appears to have the EFI partition when mounted but will not boot on two different PCs I've tried.