0

I have a newly assembled desktop that I use as a server it has the following hardware

  • Gigabyte x570 Aorus pro
  • Ryzen 7 3700x
  • Corsair DDR4 Vengeance LPX 2x8GB 3200 C16 Geheugen
  • 1TB intel SSD

I'm on the latest 20b bios of Gigabyte and have the stable latest kernel. The server as of late freezes, sometimes it takes 2 days, sometimes a couple of hours. I have read many different forum posts in which people play with memory timings, other settings, which haven't worked for me. So far it's not solved for me yet.

I'm just wondering where I can find the real issue whether it's a hardware problem or the ubuntu kernel not fully cooperating with the x570 chipset or the cpu.

Just now I have implemented this answer and seems to be working for now, but I'm still monitoring it. For me the linked solution has worked. I also have an Aorus Elite board, where it's not required. But it works, so I'm not questioning it so far.

Added this line to /etc/default/grub

GRUB_CMDLINE_LINUX_DEFAULT="pci=assign-busses apicmaintimer idle=poll reboot=cold,hard"

Hope that helps someone, see the original post for more options

2 Answers2

0

At my config (x570 AORUS ELITE, Ryzen 7500x) I've completely got rid of sporadic freezes by upgrading kernel to x86_64-linux-5.6.0-050600-generic which believed to treat Zen2 right.

0

Eventually, I replaced the processor with a new Ryzen 7 5800x and the freezes have stopped, not more segfaults. I'm also on the latest firmware atm which F33A.

GRUB_CMDLINE_LINUX_DEFAULT="pci=assign-busses apicmaintimer idle=poll reboot=cold,hard"

The above that I posted in the initial post is not a sustainable solution, or changing kernels.