this post was submitted on 11 Feb 2025
34 points (100.0% liked)

Linux

6033 readers
214 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[–] davidgro@lemmy.world 15 points 1 week ago (1 children)

I'm surprised existing systems weren't mentioned.

Booting from the network has been a thing since the 80s and is now standardized, I guess the main 'new' thing here is using https instead of tftp

[–] Badabinski@kbin.earth 9 points 1 week ago (1 children)

Speaking from personal experience, tftp is a terrible protocol so I'm here for it. A lot of tftp's terribleness is due to the simplicity of the protocol in general and it can be forgiven for that since it makes implementing a tftp server/client on marginal hardware really easy. Pre-boot environments are powerful enough now that I think we can use something a bit better.

Modern UEFI in boxes has http boot options generally, and ipxe has supported http boot a long time. though I still get the grub2 bootloader bits over tftp, then http for kernel and initrd.

[–] Scoopta@programming.dev 3 points 1 week ago

Even as a systemd user I'm starting to feel the kitchen sink creep in