Jumat, 29 Maret 2019

SETTING KERNEL COMMAND LINE ARGUMENTS WITH FEDORA 30

Adding options to the kernel command line is a common task when debugging or experimenting with the kernel. The upcoming Fedora 30 release made a change to use Bootloader Spec (BLS). Depending on how you are used to modifying kernel command line options, your workflow may now change. Read on for more information.

To determine if your system is running with BLS or the older layout, look in the file

/etc/default/grub

If you see
GRUB_ENABLE_BLSCFG=true
in there, you are running with the BLS setup and you may need to change how you set kernel command line arguments.
If you only want to modify a single kernel entry (for example, to temporarily work around a display problem)... Learn More...

Tidak ada komentar:

Posting Komentar

A guide to edge computing

Put simply, edge computing is the method of processing data where it is being generated, at the edge of a network. Doing the work at the e...