mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[GH-ISSUE #1468] QEMU Virtualization: Network Not Automatically Detected #466
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#466
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 @novaTopFlex on GitHub (May 25, 2024).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1468
[]: This bug persists when memory is increased beyond 8GB.
I am unable to increase my memory beyond the suggested 8GB on my system as 8GB is already the size of system memory on my system.
Describe the bug
On QEMU virtual machines (QEMU version 9.0.0 for i386, x86_64), the system is unable to detect the appropriate network interface(s) after a while. Eventually, the system will fail to boot
netboot.xyz v2.xand be forced to boot the main disk image (as in-boot c).To Reproduce
Steps to reproduce the behavior:
qemu-system-x86_64 -drive file=netboot.xyz.iso,format=raw,media=cdrom -drive file=AlpineTest.img,format=raw,media=disk -boot d.Expected behavior
The virtual machine is not detecting my host's network connection even though my QEMU setup successfully accesses my Internet connection between my Linux host and my Linux guests.
Screenshots
Additional context
I have previously been successful with booting my virtual machine to
netboot.xyz v2.xbut that was under QEMU version 6.2. I have since installed version 9.0 and now with this said version of QEMU am unable to boot this specific ISO (I have still been successful with other ISOs).@antonym commented on GitHub (May 26, 2024):
I tried on my Mac (M2) with QEMU 9.0 and the kernel and pulled it up without any issues:
It may be environmental, might also try different vnics.