You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
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 its
kernel, or the user invokes clr-boot-manager update.
To Reproduce
Mount the boot partition at, say, /mnt/boot
Edit /mnt/boot/loader/loader.conf. For exampling appending a line console-mode max
Call clr-boot-manager update
cat /mnt/boot/loader/loader.conf and you will find the options you just added disappeared.
Additional Information
According to man 5 loader.conf, most default options seems to be reasonable. But I found console-mode defaults to keep, which keep the resolution selected by the firmware. This causes some annoyances when I'm working in a rescue.target for example.
To fix the resolution, I need to set console-mode to max. So at least I think clr-boot-manager
either make max as default for console-modd, or respect the choices of users.