search for: blscfg

Displaying 5 results from an estimated 5 matches for "blscfg".

2020 Apr 06
2
C8.1 Grub problem
Il 06/04/20 15:21, Simon Matter via CentOS ha scritto: >> Il 06/04/20 11:54, Georgios ha scritto: >>> Hi there! >>> I had a similar problem recently with grub. No idea why it doesnt work. >>> Try using grubby instead of grub2-mkconfig if you want the system to >>> keep your kernel parameters between boots. >>> >>> Something like:
2020 Apr 06
0
C8.1 Grub problem
...I don't know where it make update. > > I never got a problem using grub2-mkconfig -o file on C7 (last used was 7.5) > It always worked as expected to me (for example when I installed nvidia > driver using NVIDIA package to blacklist nouveau manually). In CentOS 8, GRUB2 uses 'blscfg' to store bootloader-independent boot entries in /boot/loader/entries (by default). grub2-mkconfig generates an initial configuration but grubby modifies the individual bootloader spec files in the entries directory. After It's updated the kernel arguments, it overrides the kernelopts in...
2020 Apr 07
2
C8.1 Grub problem
...here it make update. >> >> I never got a problem using grub2-mkconfig -o file on C7 (last used was 7.5) >> It always worked as expected to me (for example when I installed nvidia >> driver using NVIDIA package to blacklist nouveau manually). > In CentOS 8, GRUB2 uses 'blscfg' to store bootloader-independent boot > entries in /boot/loader/entries (by default). grub2-mkconfig > generates an initial configuration but grubby modifies the individual > bootloader spec files in the entries directory. After It's updated > the kernel arguments, it override...
2020 Apr 08
5
C8.1 Grub problem
Il 08/04/20 01:46, Jonathan Billings ha scritto: > On Apr 7, 2020, at 04:14, Alessandro Baggi <alessandro.baggi at gmail.com> wrote: >> thank you for your explanation. So in el8 grubby should be used to update kernel opts and grub2-mkconfig is used to generate an initial config. >> >> If I'm not wrong, grubby updates every single (sperated) entries on
2020 Apr 08
0
C8.1 Grub problem
...ntry using grubby. At this point what grub.cfg is used for if directives are not loaded by it and need grubby to modify entries? > > I'm missing something.... Don?t use grub2-mkconfig, it is really only for initial grub configuration. It has a problematic past in CentOS 7 too. Disabling blscfg is possible but it isn?t the default setup and not the recommended way of updating kernel entries. If you need to update kernel parameters, use grubby. That?s what is run in the kernel package install scripts (via new-kernel-package). That?s what is run in packages like the nvidia 3rd party packa...