Skip to content

Commit d5f32ee

Browse files
authored
Add helpful note from arch wiki to secure boot setup instructions (#360)
* Add helpful note from arch wiki to secure boot setup instructions Source: https://wiki.archlinux.org/title/Unified_Extensible_Firmware_Interface/Secure_Boot#Creating_and_enrolling_keys * Always add OEM certs Updated instructions for setting up sbctl to include OEM firmware's built-in keys for certain PCs.
1 parent ebd7433 commit d5f32ee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/content/docs/configuration/secure_boot_setup.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ Created Owner UUID a9fbbdb7-a05f-48d5-b63a-08c5df45ee70
6262
Creating secure boot keys...✔
6363
Secure boot keys created!
6464

65-
sudo sbctl enroll-keys --microsoft # Enroll your keys with Microsoft's keys
65+
# Enroll your keys with Microsoft's and the OEM firmware's built-in keys
66+
sudo sbctl enroll-keys --microsoft --firmware-builtin
6667
Enrolling keys to EFI variables...✔
6768
Enrolled keys to the EFI variables!
6869

0 commit comments

Comments
 (0)