I really hate dnsmasq. every once in a while I have a problem and some Linux guy tells me "just use PXE bro" and then I spend a hour configuring PXE that doesn't fucking work without displaying a single debug print and all of this is a complete waste of time.

the UI of dnsmasq is atrocious; if I wanted to be able to tweak every DHCP option I would use my TCP/IP stack to answer DHCP queries. just give me something that can boot a machine without four hours of twiddling with options that are required for correct operation yet nobody bothers to give them names better than "66"

I don't think there's been a single time in my life when I successfully PXE-booted something outside of a perfectly-controlled, utility-free environment with a crossover Ethernet cable

this time I can't even get it to boot in a completely artificial environment. the PXE boot ROM doesn't log anything to the display and when it errors out it shows the error for like 100 milliseconds before switching to the next boot option

fucking useless technology

anyway if you ever recommend anybody use PXE for anything who isn't being paid a salary or a consulting rate for setting this up: don't.
@whitequark as someone who's paid a salary to do this: it's just as awful. It really is this buggy and you constantly fight against insane software/firmware bugs...
@manawyrm @whitequark Reminds me that one day where I tried to boot a laptop from PXE, but it couldn't connect to the server. After rmuch digging around and wiresharking, I found out that the DHCP client in the PXE ROM had an "off by one" bug, that caused it to read an extra nul character from the "next server" address, thus trying to resolve an invalid domain. Fun times!