User Tools

Site Tools


Sidebar

Translations of this page:



最近の更新



Tag Cloud

en:50_dialy:2025:01:16

2025.01.16 BLS (Boot Loader Specification)

This one was a bit tricky.

In RHEL-based distributions like Rocky Linux 9, when GRUB_ENABLE_BLSCFG=true is set,
GRUB manages kernel boot entries using the Boot Loader Specification (BLS) instead of the traditional method
(where kernel options are directly written to /boot/grub2/grub.cfg).

When BLS is Enabled

Instead of reading the GRUB configuration file (/boot/grub2/grub.cfg),
GRUB directly loads configuration files from /boot/loader/entries/*.conf.
As a result, running grub2-mkconfig does not automatically update the configurations in /boot/loader/entries/.

When BLS is Disabled

By setting GRUB_ENABLE_BLSCFG=false, GRUB reverts to the traditional method
and directly edits and manages /boot/grub2/grub.cfg.

en/50_dialy/2025/01/16.txt · Last modified: 2025/01/17 21:34 by matsui