clr-boot-manager icon indicating copy to clipboard operation
clr-boot-manager copied to clipboard

Kernel & Boot Loader Management

Results 53 clr-boot-manager issues
Sort by recently updated
recently updated
newest added

**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):...

enhancement

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...

enhancement

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...

question

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.

enhancement

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...

bug

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,...

enhancement

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:...

bug

To delete every kernel that not the one being used (or not the default of a given type).

enhancement

Currently tests for uninstallation only look at the EFI dir, improve tests to account for the rootfs as well.

enhancement

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`...

enhancement