try the following Kernel Parameter to disable faulty APCMI

nvme_core.default_ps_max_latency_us=0 pcie_aspm=off

to use edit: /etc/default/grub

add to

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nvme_core.default_ps_max_latency_us=0 pcie_aspm=off"

and activate:

sudo update-grub