clr-boot-manager
clr-boot-manager copied to clipboard
Kernel & Boot Loader Management
**Describe the bug** ```cryptsetup luksOpen /dev/drive drive``` ```mount /dev/mapper/drive /mnt``` ```swupd repair --picky --root=/mnt``` gives ``` Calling post-update helper scripts [ERROR] cbm (../src/lib/files.c:L165): Invalid block device: /mnt [ERROR] cbm (../src/lib/system_stub.c:L31):...
Right now, if there are multiple partitions on a hard drive, it's hard to know which one is Clear Linux or some other OS. It would be nice if CBM...
I have install clesrlinux from org.clearlinx and find bootloaderx64.efi and loaderx64.efi in uefi shell. I try to build loaderx64.efi on clearlinux/clr-boot-manager but can not find efi file after building. I...
In Clear Linux OS, the `linux-extra` subpackage of `linux` installs `/usr/lib/kernel/vmlinux-KVER`, so clr-boot-manager should probably clean these up, too.
Steps to reproduce this issue: 1. Install Clear Linux (I'm currently on 27320) 2. `sudo swupd bundle-add kernel-iot-lts2018` 3. Check kernels available (note: my system was recently updated so I...
I'd like to figure out a way to make the code support `rebootmgr` and signal it in case it's available. Essentially, somewhere in the code path after a succesfull installation,...
After mounting my ESP partition and editing ESP/loader/entries/Solus-*.conf to change rd.luks.uuid=yyy to rd.luks.name=yyy=SolusCrypto and running clr-boot-manager update the entries revert back to rd.luks.uuid. Running clor-boot-manager list-kernels also throws the following:...
To delete every kernel that not the one being used (or not the default of a given type).
Currently tests for uninstallation only look at the EFI dir, improve tests to account for the rootfs as well.
It should be possible to retain settings other than `default` and `timeout` in the `loader.conf`. Specifically, the 4 following options should be retained at all times: * `editor` * `auto-entries`...