Hi,
with the help of the Redhat documentation I found out that my Lenovo Yoga 6 13ALC6 is using simultaneous multithreading, which might be the cause for reducing the battery capacity too fast.
Unfortunately, this Lenovo offers no option of disabling it in the BIOS.
Can someone assist me with outlining the meaning of the following paragraph for CentOS Stream 10 with kernel 6.12.0.-233?
Regardless of release, in the event that the
grub2-mkconfigcommand is used, the parameter will be overwritten. To ensure that the parameter will carry over agrub2-mkconfig, thenosmtparameter would need to be applied to theGRUB_CMDLINE_LINUXentry within the/etc/sysconfig/grubconfiguration file.
In my understanding, this recommends not to apply # grubby --args=nosmt --update-kernel=DEFAULT, which, however, is the only outlined command of that section.
Am I right, and what should I do to permanently disable smt?