You are not logged in.

#1 2024-06-18 13:09:12

wkewinw
Member
Registered: 2024-06-18
Posts: 9

How do i add amd-pstate=active to systemd-boot

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

#2 2024-06-18 13:14:15

Bzzz_56
Member
Registered: 2021-05-14
Posts: 43

Re: How do i add amd-pstate=active to systemd-boot

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

Offline

#3 2024-06-18 13:26:30

wkewinw
Member
Registered: 2024-06-18
Posts: 9

Re: How do i add amd-pstate=active to systemd-boot

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=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

#4 2024-06-18 13:54:08

Bzzz_56
Member
Registered: 2021-05-14
Posts: 43

Re: How do i add amd-pstate=active to systemd-boot

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=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?

I'm not sure whether amd-pstate or amd_pstate, but u can check via

sudo cpupower frequency-info

if the governor is enabled or not...

Offline

#5 2024-06-19 22:22:16

wkewinw
Member
Registered: 2024-06-18
Posts: 9

Re: How do i add amd-pstate=active to systemd-boot

Bzzz_56 wrote:
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=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?

I'm not sure whether amd-pstate or amd_pstate, but u can check via

sudo cpupower frequency-info

if the governor is enabled or not...

it worked! big_smile thank you very much!

Offline

Board footer

Powered by FluxBB