Skip to content

Commit

Permalink
complete post
Browse files Browse the repository at this point in the history
  • Loading branch information
perzarys committed Jun 22, 2024
1 parent dae59be commit 6c85a8d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion _posts/2024-06-21-TW-SB.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@ tags: opensuse tumbleweed secure-boot
categories: opensuse
---

Having secure boot enabled yields nice reports in system settings. Oh, and it might be useful privacy-wise. But it comes at a cost.
Having secure boot enabled yields nice reports in system settings. Oh, and it might be useful privacy-wise. But it comes at a cost.

The convinience of automated BIOS updates on openSUSE is limited by Secure Boot. Software manager will propose to reboot to install BIOS/firmware updates, and after reboot will indicate that the updates were successful. However, when Secure Boot is on, the updates won't actually install. They will reappear in the Software manager as if they were never downloaded or installed.

To solve this issue, disable Secure Boot temporarily in the BIOS, boot the system, install the firmware updates, reboot and let the BIOS flasher do its thing. Then, check if the update was applied by comparing the BIOS version with the most recent currently available version for your device, and if everything is fine, you can re-enable Secure Boot in the BIOS and boot your system as usual. Repeat the process each time a new BIOS update is available.

This problem is also addressed here, if you want to get into more detail: https://blog.paranoidpenguin.net/2024/03/opensuse-tumbleweed-needs-to-fix-secure-boot/

0 comments on commit 6c85a8d

Please sign in to comment.