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

I was running org.clearlinux.native.5.17.3-1139 on 36220. I installed org.clearlinux.preempt_rt.5.10.59-83 and quickly ran into issues. I attempted to use clr-boot-manager to switch back to the native kernel and had many odd...

**Describe the bug** Segmentation fault due to missing `/dev/(root|boot)` devices, not sure if intended, i would expect a tool like clr-boot-manager to still work in this case, neither do i...

When running Clear on WSL (Windows Subsystem for Linux), Swupd updates print cbm error messages. It looks like cbm_parse_system_kernel is confused by the kernel naming scheme. More information and error...

bug

This PR builds on #238 with support for having the root filesystem on a Btrfs subvolume. ~~Note: this is only actually [this commit](https://github.com/clearlinux/clr-boot-manager/commit/e0506fe3f294254d3f017ae4bb56273083712695), as #238 is included. I will rebase...

Can clearlinux be used on USB with persistent storage like most Linux distributions? https://www.ventoy.net/en/plugin_persistence.html Would clearlinux work with casper-rw and what kernel flags should be applied for persistent storage to...

When `clr-boot-manager update` is called (manually or as part of `swupd update`) while the machine is running a custom kernel (not the ones provided by Clear), it seems to exit...

bug
content collection

#174 restored support for partitionless /boot. However, this introduced issues when (for whatever reason) there is content in the /boot directory (instead of being empty) (see #175). As partitionless boot...

I am trying to install Clear on a Samsung Ultrabook I just recently got working again. It has a weird 'UEFI support' mode that provides EFI vars, but it doesn't...

## Description Suppose `/mnt/boot` is the mount point of the boot partition, and `/mnt/boot/loader/loader.conf` is the loader configuration file. Manually adding any options to `loader.conf` won't persist after system auto-updates...

As noted in #134, I believe the order is the wrong way round. I have tested this on Solus with Btrfs on LUKS, and Btrfs on LVM on LUKS. I...