[GH-ISSUE #97] Stuck at autoexec.ipxe... not found #145

Open
opened 2026-03-01 18:33:30 +03:00 by kerem · 2 comments
Owner

Originally created by @nodiaque on GitHub (Jun 22, 2025).
Original GitHub issue: https://github.com/netbootxyz/docker-netbootxyz/issues/97

Hello,

I'm trying to pxe boot with this docker and my computer is stuck at

IPXE initialising devices...
autoexec.ipxe... not found (https://ipxe.org/2d12618e)

I'm reading that this file isn't important, but it is stuck there.

The log file are empty but my docker output show this:

[start] Starting supervisord (programs will run as nbxyz)
2025-06-22 13:44:08,413 INFO Set uid to user 0 succeeded
2025-06-22 13:44:08,415 INFO supervisord started with pid 1
2025-06-22 13:44:09,418 INFO spawned: 'nginx' with pid 45
2025-06-22 13:44:09,420 INFO spawned: 'dnsmasq' with pid 46
2025-06-22 13:44:09,421 INFO spawned: 'webapp' with pid 47
[dnsmasq] Starting TFTP server on port 69
[dnsmasq] TFTP root: /config/menus
[dnsmasq] TFTP security: enabled
[dnsmasq] Logging: enabled (dhcp and queries)
dnsmasq[46]: started, version 2.91 DNS disabled
dnsmasq[46]: compile time options: IPv6 GNU-getopt no-DBus no-UBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP no-conntrack ipset no-nftset auth no-DNSSEC loop-detect inotify dumpfile
dnsmasq-tftp[46]: TFTP root is /config/menus secure mode
2025-06-22 13:44:10,687 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-06-22 13:44:10,688 INFO success: dnsmasq entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-06-22 13:44:10,688 INFO success: webapp entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
dnsmasq-tftp[46]: error 8 User aborted the transfer received from 192.168.0.128
dnsmasq-tftp[46]: sent /config/menus/netboot.xyz.efi to 192.168.0.128
dnsmasq-tftp[46]: sent /config/menus/netboot.xyz.efi to 192.168.0.128
dnsmasq-tftp[46]: file /config/menus/autoexec.ipxe not found for 192.168.0.128

Originally created by @nodiaque on GitHub (Jun 22, 2025). Original GitHub issue: https://github.com/netbootxyz/docker-netbootxyz/issues/97 Hello, I'm trying to pxe boot with this docker and my computer is stuck at ``` IPXE initialising devices... autoexec.ipxe... not found (https://ipxe.org/2d12618e) ``` I'm reading that this file isn't important, but it is stuck there. The log file are empty but my docker output show this: > [start] Starting supervisord (programs will run as nbxyz) > 2025-06-22 13:44:08,413 INFO Set uid to user 0 succeeded > 2025-06-22 13:44:08,415 INFO supervisord started with pid 1 > 2025-06-22 13:44:09,418 INFO spawned: 'nginx' with pid 45 > 2025-06-22 13:44:09,420 INFO spawned: 'dnsmasq' with pid 46 > 2025-06-22 13:44:09,421 INFO spawned: 'webapp' with pid 47 > [dnsmasq] Starting TFTP server on port 69 > [dnsmasq] TFTP root: /config/menus > [dnsmasq] TFTP security: enabled > [dnsmasq] Logging: enabled (dhcp and queries) > dnsmasq[46]: started, version 2.91 DNS disabled > dnsmasq[46]: compile time options: IPv6 GNU-getopt no-DBus no-UBus no-i18n no-IDN DHCP DHCPv6 no-Lua TFTP no-conntrack ipset no-nftset auth no-DNSSEC loop-detect inotify dumpfile > dnsmasq-tftp[46]: TFTP root is /config/menus secure mode > 2025-06-22 13:44:10,687 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) > 2025-06-22 13:44:10,688 INFO success: dnsmasq entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) > 2025-06-22 13:44:10,688 INFO success: webapp entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) > dnsmasq-tftp[46]: error 8 User aborted the transfer received from 192.168.0.128 > dnsmasq-tftp[46]: sent /config/menus/netboot.xyz.efi to 192.168.0.128 > dnsmasq-tftp[46]: sent /config/menus/netboot.xyz.efi to 192.168.0.128 > dnsmasq-tftp[46]: file /config/menus/autoexec.ipxe not found for 192.168.0.128
Author
Owner

@johndo100 commented on GitHub (Sep 21, 2025):

Same problem

<!-- gh-comment-id:3315527588 --> @johndo100 commented on GitHub (Sep 21, 2025): Same problem
Author
Owner

@MrNanoHard commented on GitHub (Oct 8, 2025):

cd /var/www/html/ipxe
sudo mv netboot.xyz-snp.efi netboot.xyz.efi
sudo chown nobody:nogroup netboot.xyz.efi
sudo chmod 644 netboot.xyz.efi

#ChatGPT

<!-- gh-comment-id:3382071538 --> @MrNanoHard commented on GitHub (Oct 8, 2025): cd /var/www/html/ipxe sudo mv netboot.xyz-snp.efi netboot.xyz.efi sudo chown nobody:nogroup netboot.xyz.efi sudo chmod 644 netboot.xyz.efi #ChatGPT
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/docker-netbootxyz#145
No description provided.