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