[GH-ISSUE #654] Change 'Boot from local hdd' countdown length / timer #1736

Closed
opened 2026-03-01 18:35:54 +03:00 by kerem · 4 comments
Owner

Originally created by @trentnbauer on GitHub (Jun 17, 2020).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/654

Is your feature request related to a problem? Please describe.
Yes - I want to enable my VMs to boot to DHCP first, but due to the 295 second delay, this significantly increases my VM boot times and as such, increases my downtime between reboots and DR.

Describe the solution you'd like
The ability to adjust the 'boot from local hdd' option.
I'm sure this is already an option, I just cannot locate the command / file to edit.

Describe alternatives you've considered
I've attempted to add the below commands to the boot.cfg file without luck
timeout 1500
set timeout 1500

Additional context
N/A

Originally created by @trentnbauer on GitHub (Jun 17, 2020). Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/654 **Is your feature request related to a problem? Please describe.** Yes - I want to enable my VMs to boot to DHCP first, but due to the 295 second delay, this significantly increases my VM boot times and as such, increases my downtime between reboots and DR. **Describe the solution you'd like** The ability to adjust the 'boot from local hdd' option. I'm sure this is already an option, I just cannot locate the command / file to edit. **Describe alternatives you've considered** I've attempted to add the below commands to the boot.cfg file without luck timeout 1500 set timeout 1500 **Additional context** N/A
kerem closed this issue 2026-03-01 18:35:54 +03:00
Author
Owner

@trentnbauer commented on GitHub (Jun 17, 2020):

https://pasteboard.co/Jds2wCa.png

<!-- gh-comment-id:645138638 --> @trentnbauer commented on GitHub (Jun 17, 2020): https://pasteboard.co/Jds2wCa.png
Author
Owner

@trentnbauer commented on GitHub (Jun 17, 2020):

I have found the option!!
I was originally editing the boot.cfg
I needed to edit the 'menu.ipxe' file, in particular line 49.

I changed timeout 300000 to timeout 15000

<!-- gh-comment-id:645139976 --> @trentnbauer commented on GitHub (Jun 17, 2020): I have found the option!! I was originally editing the boot.cfg I needed to edit the 'menu.ipxe' file, in particular line 49. I changed timeout 300000 to timeout 15000
Author
Owner

@antonym commented on GitHub (Jun 17, 2020):

I can probably move that default boot config time to the boot.cfg, would that work?

<!-- gh-comment-id:645464108 --> @antonym commented on GitHub (Jun 17, 2020): I can probably move that default boot config time to the boot.cfg, would that work?
Author
Owner

@trentnbauer commented on GitHub (Jun 17, 2020):

I think it would be a good idea to have it easier to access, whether that meats having it in the boot.cfg or somewhere else. The line that I edited had a bunch of other stuff in it but in saying that, the people using netboot.xyz would be more confident than myself!

<!-- gh-comment-id:645685197 --> @trentnbauer commented on GitHub (Jun 17, 2020): I think it would be a good idea to have it easier to access, whether that meats having it in the boot.cfg or somewhere else. The line that I edited had a bunch of other stuff in it but in saying that, the people using netboot.xyz would be more confident than myself!
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/netboot.xyz#1736
No description provided.