All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

UEFI HTTP(S) Boot with QEMU/OVMF: A Modern Alternative to PXE

By

jtlebigot

16h ago· 15 min readen

Summary

This article discusses UEFI HTTP(S) boot as a modern alternative to the traditional PXE network booting protocol. It explains how PXE relies on DHCP and TFTP, which are difficult to configure, hard to make highly available, and lack security due to clear-text unsigned protocols. The article highlights that HTTPS with TLS certificates provides server authentication, integrity, and confidentiality, making it a superior solution for network booting, especially over the Internet where man-in-the-middle attacks are a concern.

Key quotes

· 4 pulled
The historic go-to solution for network booting is PXE.
It is tricky to correctly configure, even trickier to make it highly available and good luck with the security with this clear-text unsigned protocol.
The modern web has long standardized on HTTPS with TLS certificates for server authentication, integrity and confidentiality.
Even better, the encryption layer makes it practical to boot over the Internet without immediately facing the threat of a man-in-the-middle attack.
Snippet from the RSS feed
The historic go-to solution for network booting is PXE. PXE is based on DHCP and TFTP. It is tricky to correctly configure, even trickier to make it highly available and good luck with the security with this clear-text unsigned protocol.

You might also wanna read