Laptop does not turn off completely

hello, I face an issue with power off of my laptop, it does not turn off completely, screen becomes black most of the time, but some times I can see console as before shutdown, but it freezes and at any case I have to power it off by pressing button Off. I put these kernel parameters

 # Kernel parameters
  boot.kernelParams = [
    "quiet"
    "splash"
    "apm=power_off"
    "acpi=force"
  ];

but still it did not help.

1 Like

I’d start by checking logs from the last boot (e.g. journalctl --boot -1). Is there anything suspicious when the machine refuses to turn off?

here is my journalctl -b -1 http://0x0.st/XXVQ.txt but I do not see anything there, maybe I look at wrong places…