> If it's hardware or something that's not so easy to try out over the internet, find a different way to show how it actually works—a video, for example, or a detailed post with photos.
Hopefully I did that?
Additionally, I've put code and a detailed guide for the netboot computer management setup on GitHub:
https://github.com/kentonv/lanparty
Anyway, if this shouldn't have been Show HN, I apologize!
But I am going to try switching the game machines to Linux at some point. I can't tell you how many times I've run into what were almost showstopper problems with the whole iSCSI netboot thing with Windows, only to get really lucky with some registry hack that worked around it. I'm sure it's going to just stop working at some point. Whereas with Linux I can dig into the stack and make things work however I want.
In fact, in the old Palo Alto house, when I first completed it in 2011, the game stations were Linux for the first six months. In theory it was a better setup because the machines were able to use their local disks for the copy-on-write overlay (this was easy to set up with an initrd script and Device Mapper). With Windows, I haven't figured out how to utilize the local disk at all -- so all the copy-on-write overlays are on the server side, which of course wastes server resources.
Of course, the problem with Linux is game support. We got a long way with WINE in 2011 but there were just a few too many issues. Here in 2024, Linux is ostensibly a much more capable gaming platform, with Steam support, Proton, etc. So maybe it'll work better this time?
Anyway, just another project on the todo list...
There have been a decent number of times when I actually did this during a party to fix an issue, or between parties just to keep the machines maintained for the family to play with, etc. It'd be hard to do that if I have to spend hours transferring a large image every time.
Aside from the stability issues at boot time, there isn't really a down side. I don't have any problems with load times. So I'm pretty happy with the setup.
Also, maybe having a steam cache server and using the local disks as a game store might help with installation of games?
Definitely can see the benefits of the netboot setup, though!