mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-26 07:35:57 +03:00
[GH-ISSUE #1636] netbootxyz booting on Proxmox VM / Broken menu items #554
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#554
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 @n3gwg on GitHub (Jun 8, 2025).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1636
Anthony, et alia:
Problem 1: Using a Proxmox VM I was unable to get netbootxyz to boot with OVFM firmware, it simply did not work and stated that UEFI QEMU HARD DISK was not found.
Solution 1: A fellow Proxmox user indicated that adding a "vrtio rng device" would fix the issue (it did), but more issues became apparent as follow hereupon.
NOTE: It is imperative to assure that the boot order has the network device listed first and is selected to be booted from in "Boot order" under "Options".
I do not know if it is relevant or not, but the network device I was using was a VirtIO network "card".
Both of these issues are coming from within the "Live CDs" menu.
Issue 1 - Booting Kali Linux
After a lengthly download process (I did not have Kali as a local asset), it errored out. A screenshot has been attached to this message.
Issue 2 - Fedora Linux
I tried to select either Fedora 41 or Fedora 42, neither of which ever even started to boot from the menu. It just stayed right on the menu selection doing nothing.
Stuart