mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[GH-ISSUE #654] Change 'Boot from local hdd' countdown length / timer #1736
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#1736
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 @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
@trentnbauer commented on GitHub (Jun 17, 2020):
https://pasteboard.co/Jds2wCa.png
@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
@antonym commented on GitHub (Jun 17, 2020):
I can probably move that default boot config time to the boot.cfg, would that work?
@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!