clr-boot-manager
clr-boot-manager copied to clipboard
Kernel & Boot Loader Management
Make another cleanup step in clr-boot-manager which will look at all the names in the target and try to find those files' matching sources. If the matching sources of those...
In Solus we're trying to ensure all aspects of the users system is up to date, to that extent we: - Early-load microcode updates for the CPU - Ship recent...
Main ticket items: - Support full XDG bootloader specification (`machine-id` `version` fields, etc) - Further refine ESP namespacing by encoding the `machine-id` into the filenames too - Add migration paths...
This patch attempts to unify both image and native mode. As a result of that we have a single code path for both modes, reduce code complexity and maintenance effort...
When I updated my Clear AWS instance to a newer kernel, the kernel file was installed fine, but got a CBM error and /boot/syslinux.cfg was still configured for the older...
Main ticket items: - Write the `version` string for systemd-boot - Write the `machine-id` string for systemd-boot - Encode `machine-id` into target filenames on all systems For natively booted systems,...
This PR adds a `mount-boot` command and corresponding service. The service can then be depended upon by services that require `/boot` to be mounted (like `fwupd`). This allows for integration...
When running `get-timeout` without root, it will fail with an error ('failed to create a new libblkid probe'). Require root permissions for the `get-timeout` subcommand to clarify this.
Hello! Installed ClearLinux after Windows 11. Found ClearLinux not loading on its own. Solved the problem using the ["Dual-boot Clear Linux* OS and Windows* 10 OS" documentation, method 2.](https://clearlinux.github.io/clear-linux-documentation/tutorials/multi-boot/dual-boot-win.html#advanced-use-systemd-boot-to-boot-windows-10-os-and-cl) I...