Linux
configurationoperating_systemslinux

Kernel log message

kernel: ACPI BIOS Error (bug): Could not resolve symbol [_SB.PCI0.SAT0.SPT5._GTF.DSSP], AE_NOT_FOUND (20190703/psargs-330)

kernel: ACPI Error: Aborting method _SB.PCI0.SAT0.SPT5._GTF due to previous error (AE_NOT_FOUND) (20190703/psparse-529)

Get rid of that by adding this to your kernel command line:

acpi_osi=! 

Systemd specific stuff

journalctl -p err -b  # show errors from the last boot process
top