clr-boot-manager
clr-boot-manager copied to clipboard
Kernel & Boot Loader Management
5 min old fresh install of Clear Linux 37860...trying to update now /etc/kernel/cmdline.d/mitigations.conf >> mitigations=off `sudo clr-boot-manager update` `[ERROR] cbm (../src/lib/bootvar.c:L372): efi_set_variable() failed: No space left on device` `[ERROR] cbm...
The Mok Management EFI executable (generally mmx64.efi) is needed in a few cases (when secure boot is enabled): - When using a third-party shim requiring you to enroll your own...
https://github.com/clearlinux/clr-boot-manager/blob/86c739ceda5f23f951f0c74f16bfba43680d6fbd/src/bootloaders/systemd-class.c#L367-L381 https://github.com/clearlinux/clr-boot-manager/blob/86c739ceda5f23f951f0c74f16bfba43680d6fbd/src/bootman/timeout.c#L41-L53 ```bash # clr-boot-manager set-timeout 0 Timeout has been removed ``` results in the `timeout` value being completely removed from loader.conf, in which case systemd-boot will remain at the...