logoalt Hacker News

ThePowerOfFuet07/31/20252 repliesview on HN

That's not how it works; Secure Boot kicks in once EFI hands over control.


Replies

mjg5907/31/2025

The driver that initialises your plug-in GPU is shipped in flash on the card, is signed by Microsoft, and won't run unless that signature validates.

show 2 replies
tux308/01/2025

The GPU is initialized earlier, so that the screen turns on. The GPU driver can access main memory through the bus.

If you let arbitrary code run before you start checking, you don't have a secure boot chain.