From 63b4af91dc72b85646f71b70f50fcb12e1bb97b6 Mon Sep 17 00:00:00 2001 From: _N0x Date: Mon, 12 May 2025 19:33:48 +0200 Subject: [PATCH] Draft for Secure Boot post --- content/posts/SecureBoot/index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 content/posts/SecureBoot/index.md diff --git a/content/posts/SecureBoot/index.md b/content/posts/SecureBoot/index.md new file mode 100644 index 0000000..7f3b50c --- /dev/null +++ b/content/posts/SecureBoot/index.md @@ -0,0 +1,14 @@ ++++ +draft = true +date = 2025-05-12T08:55:16+01:00 +title = "Arch Linux Secure Boot with Unified Kernel Image" +description = "A small tutorial on how I switched my LVM on LUKS Arch setup from Grub to use a Unified Kernel Image so Secure Boot can easily be enabled" +slug = "" +authors = ["_N0x"] +tags = ["Linux", "Arch", "SecureBoot", "Security", "Thinkpad T480"] +categories = [] +externalLink = "" +series = [] ++++ + +# Arch Linux Secure Boot with Unified Kernel Image