#bootchain — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #bootchain, aggregated by home.social.
-
A Reverse Engineer's Anatomy of the macOS Boot Chain and Security Architecture
https://stack.int.mov/a-reverse-engineers-anatomy-of-the-macos-boot-chain-security-architecture/
#HackerNews #ReverseEngineering #macOS #BootChain #SecurityArchitecture #TechInsights #CyberSecurity
-
If you plan to use Grub 2.06 with LUKS2 note that:
> - Argon2id (cryptsetup default) and Argon2i PBKDFs are not supported (GRUB bug #59409), only PBKDF2 is.
> - grub-install does not support creating a core image that could be used for unlocking LUKS2.
(https://wiki.archlinux.org/title/GRUB#LUKS2)Just had a hard long time debugging because I assumed full support which is not the case yet.
Also `grub-mkconfig` or `grub-install` do not bother to warn you about any incompatibility. The crypto commands are just silently omitted. 😑