You are not logged in.
Hey i am unsure how to add amd-pstate=active to systemd-boot.
I know how to do it for grub and on what line to put it in from a video i saw with
sudo nano /etc/default/grub
But i am unsure and confused about where/how to do it when i chose systemd-boot as my bootloader for my current arch installation.
I am using
Gnome 46.2 Wayland
MSI B450M Mortar Max
Ryzen 7 5800X3D
MSI RX 5700 Gaming X
Corsair Vengeance LPX 32GB AMD RAM
Offline
I just post my arch.conf here, as it is pretty straightforward...
title Arch Linux
linux /vmlinuz-linux-cachyos
initrd /initramfs-linux-cachyos.img
options root=UUID=${UUID} rw quiet loglevel=3 rd.systemd.show_status=auto rd.udev.log_priority=3 pcie_aspm=force amd_pstate=guided mitigations=off nowatchdog tsc=reliable clocksource=tsc preempt=fullOffline
I just post my arch.conf here, as it is pretty straightforward...
title Arch Linux linux /vmlinuz-linux-cachyos initrd /initramfs-linux-cachyos.img options root=UUID=${UUID} rw quiet loglevel=3 rd.systemd.show_status=auto rd.udev.log_priority=3 pcie_aspm=force amd_pstate=guided mitigations=off nowatchdog tsc=reliable clocksource=tsc preempt=full
ah thanks, so i just add amd-pstate=active into the options line in
/boot/loader/entries/2024-06-16_07-28-56_linux.conf file?
Offline
Bzzz_56 wrote:I just post my arch.conf here, as it is pretty straightforward...
title Arch Linux linux /vmlinuz-linux-cachyos initrd /initramfs-linux-cachyos.img options root=UUID=${UUID} rw quiet loglevel=3 rd.systemd.show_status=auto rd.udev.log_priority=3 pcie_aspm=force amd_pstate=guided mitigations=off nowatchdog tsc=reliable clocksource=tsc preempt=fullah thanks, so i just add amd-pstate=active into the options line in
/boot/loader/entries/2024-06-16_07-28-56_linux.conf file?
I'm not sure whether amd-pstate or amd_pstate, but u can check via
sudo cpupower frequency-infoif the governor is enabled or not...
Offline
wkewinw wrote:Bzzz_56 wrote:I just post my arch.conf here, as it is pretty straightforward...
title Arch Linux linux /vmlinuz-linux-cachyos initrd /initramfs-linux-cachyos.img options root=UUID=${UUID} rw quiet loglevel=3 rd.systemd.show_status=auto rd.udev.log_priority=3 pcie_aspm=force amd_pstate=guided mitigations=off nowatchdog tsc=reliable clocksource=tsc preempt=fullah thanks, so i just add amd-pstate=active into the options line in
/boot/loader/entries/2024-06-16_07-28-56_linux.conf file?I'm not sure whether amd-pstate or amd_pstate, but u can check via
sudo cpupower frequency-infoif the governor is enabled or not...
it worked!
thank you very much!
Offline