mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[GH-ISSUE #379] Improve booting from tftp instructions #1687
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#1687
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 @danboid on GitHub (Oct 28, 2019).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/379
The instructions for booting netboot.xyz via tftp ( https://netboot.xyz/booting/tftp/ ) could be improved by including the dnsmasq configuration required to configure the
next-serveraddress for those who are using dnsmasq as their DHCP server as well as their TFTP server. Doing so is as simple as adding the line:to
/etc/dnsmasq.confwhere 0.0.0.0 means 'the address of the server running dnsmasq'. It would make sense to include at least this because the same page has instructions for configuring dnsmasq as a TFTP server.It may also be a good idea to link to some instructions for configuring dnsmasq as a DHCP server, such as https://wiki.archlinux.org/index.php/dnsmasq#DHCP_server
@danboid commented on GitHub (Oct 28, 2019):
I configured dnsmasq under Debian 10 where there is a bug in the configuration of
/lib/systemd/system/dnsmasq.servicewhich means I had to edit it and change:to
In the [Unit] section to get dnsmasq to start at boot correctly. That could well only apply to Debian and Ubuntu users but I thought it worth mentioning here at least.
@antonym commented on GitHub (Oct 28, 2019):
Good info, if you want to make a PR to the docs directly for the change, you can find that doc here:
https://github.com/antonym/netboot.xyz-docs/blob/master/content/booting/tftp/_index.md
Thanks!
@danboid commented on GitHub (Oct 28, 2019):
Done
https://github.com/antonym/netboot.xyz-docs/pull/3
@antonym commented on GitHub (Oct 28, 2019):
Merged