Translations of this page:
- 日本語 (ja)
- English (en)
最近の更新
Tag Cloud
このページへのアクセス
今日: 1 / 昨日: 3
総計: 191
- DokuWiki(103)
- Dokuwiki.fl8.jp(79)
- 17 WSL2 + Docker(26)
- サカつく初代(17)
- counter(13)
- code2(8)
最近の更新
このページへのアクセス
今日: 1 / 昨日: 3
総計: 191
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).
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/.
By setting GRUB_ENABLE_BLSCFG=false, GRUB reverts to the traditional method
and directly edits and manages /boot/grub2/grub.cfg.