Can’t enable the options to undervolt my gpu because lact says :“Could not determine initramfs type, manual initramfs regeneration may be required.”
But when i try to do that it says dracut[F]: Can't write to /boot/ff9d86720f2c49aeab9c0e42ccb7ad09/6.12.8-201.bazzite.fc41.x86_64: Directory /boot/ff9d86720f2c49aeab9c0e42ccb7ad09/6.12.8-201.bazzite.fc41.x86_64 does not exist or is not accessible.
Then out of frustration for no solution i thought i’d install and configure corectrl following a comment on this post here
To add to my frustration corectrl does not wanna work as intended as well and won’t let me undervolt my gpu. When i try to run the commands again i get hit with No changes.
Yes i have tried uninstalling and reinstalling both of them.
I would really appreciate if anyone here has a solution to either of my problems.
you need the amdgpu ppfeaturemask for overclocking controls to be available (including volt controls) if your gpu is an amd card rpm-ostree kargs --append-if-missing=$(printf 'amdgpu.ppfeaturemask=0x%x\n' "$(($(cat /sys/module/amdgpu/parameters/ppfeaturemask) | 0x4000))")
if you have a different gpu i dont know what those require