[GH-ISSUE #118] How to override the default boot.cfg/menu.ipxe? #34

Closed
opened 2026-02-27 14:47:31 +03:00 by kerem · 0 comments
Owner

Originally created by @diktamxx on GitHub (Jan 14, 2026).
Original GitHub issue: https://github.com/netbootxyz/docker-netbootxyz/issues/118

I'm not very familiar with IPXE, but I would like to use the simplest menu for installing Proxmox (without any other content).

It was found that the system failed to start normally after mounting the boot.cfg file.

docker-compose.yaml

  volumes:
    - ./config/boot.cfg:/config/menus/boot.cfg:ro
pxe-server  | dnsmasq-tftp[67]: TFTP root is /config/menus secure mode single port mode
pxe-server  | 2026-01-14 06:53:59,597 WARN exited: webapp (exit status 1; not expected)
pxe-server  | 2026-01-14 06:54:00,599 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
pxe-server  | 2026-01-14 06:54:00,599 INFO success: dnsmasq entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
pxe-server  | 2026-01-14 06:54:00,603 INFO spawned: 'webapp' with pid 79
pxe-server  | 2026-01-14 06:54:00,992 WARN exited: webapp (exit status 1; not expected)
pxe-server  | 2026-01-14 06:54:03,000 INFO spawned: 'webapp' with pid 86
pxe-server  | 2026-01-14 06:54:03,346 WARN exited: webapp (exit status 1; not expected)
pxe-server  | 2026-01-14 06:54:06,353 INFO spawned: 'webapp' with pid 100
pxe-server  | 2026-01-14 06:54:06,762 WARN exited: webapp (exit status 1; not expected)
pxe-server  | 2026-01-14 06:54:07,765 INFO gave up: webapp entered FATAL state, too many start retries too quickly
Originally created by @diktamxx on GitHub (Jan 14, 2026). Original GitHub issue: https://github.com/netbootxyz/docker-netbootxyz/issues/118 I'm not very familiar with IPXE, but I would like to use the simplest menu for installing Proxmox (without any other content). It was found that the system failed to start normally after mounting the boot.cfg file. docker-compose.yaml ``` volumes: - ./config/boot.cfg:/config/menus/boot.cfg:ro ``` ``` pxe-server | dnsmasq-tftp[67]: TFTP root is /config/menus secure mode single port mode pxe-server | 2026-01-14 06:53:59,597 WARN exited: webapp (exit status 1; not expected) pxe-server | 2026-01-14 06:54:00,599 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) pxe-server | 2026-01-14 06:54:00,599 INFO success: dnsmasq entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) pxe-server | 2026-01-14 06:54:00,603 INFO spawned: 'webapp' with pid 79 pxe-server | 2026-01-14 06:54:00,992 WARN exited: webapp (exit status 1; not expected) pxe-server | 2026-01-14 06:54:03,000 INFO spawned: 'webapp' with pid 86 pxe-server | 2026-01-14 06:54:03,346 WARN exited: webapp (exit status 1; not expected) pxe-server | 2026-01-14 06:54:06,353 INFO spawned: 'webapp' with pid 100 pxe-server | 2026-01-14 06:54:06,762 WARN exited: webapp (exit status 1; not expected) pxe-server | 2026-01-14 06:54:07,765 INFO gave up: webapp entered FATAL state, too many start retries too quickly ```
kerem closed this issue 2026-02-27 14:47:31 +03:00
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#34
No description provided.