Hi everyone, my apologies for the disturbance. I've been getting these errors on boot. The hardware is brand new and also I've tried different linux distros. All of them had in common the same kernel version. The errors that I see upon boot are the following: <<< [ 0.004000] [Firmware Bug]: TSC ADJUST differs within socket(s), fixing all errors [ 0.057329] Error parsing PCC subspaces from PCCT [ 0.126498] ACPI Error: [SDS0] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364) [ 0.126505] ACPI Error: Method parse/execution failed \SHAD._STA, AE_NOT_FOUND (20170831/psparse-550) [ 0.126518] ACPI Error: [SDS0] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364) [ 0.126523] ACPI Error: Method parse/execution failed \SHAD._STA, AE_NOT_FOUND (20170831/psparse-550) [ 0.153748] ACPI Error: [SDS0] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364) [ 0.153755] ACPI Error: Method parse/execution failed \SHAD._STA, AE_NOT_FOUND (20170831/psparse-550) [ 0.189380] ACPI Error: [SDS0] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364) [ 0.189387] ACPI Error: Method parse/execution failed \SHAD._STA, AE_NOT_FOUND (20170831/psparse-550) [ 4.395072] RAS: Correctable Errors collector initialized. <<< Rolling back the kernel to version 4.9.x removes some of the errors but. For instance I don't see anymore the [Firmware Bug] but the errors related to ACPI they still appear at boot time. I am not sure but I think these errors might be kernel related since rolling back the kernel version does reduce the amount of errors showing upon boot but then again I'm not a kernel expert! Thank you in advance for your time and support! Kind Regards, Kirk.
Please confirm the ACPI ERROR messages are gone if you boot with kernel parameter libata.noacpi
@Zhang Rui, Thank you for the prompt reply. The only thing that has been removed is the [ 0.004000] [Firmware Bug]: TSC ADJUST differs within socket(s), fixing all errors. Everything else still remains unchanged. Here is a diff between previous errors and errors after booting with "libata.noacpi" parameter. Previous Errors: <<< [ 0.004000] [Firmware Bug]: TSC ADJUST differs within socket(s), fixing all errors [ 0.057329] Error parsing PCC subspaces from PCCT [ 0.126498] ACPI Error: [SDS0] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364) [ 0.126505] ACPI Error: Method parse/execution failed \SHAD._STA, AE_NOT_FOUND (20170831/psparse-550) [ 0.126518] ACPI Error: [SDS0] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364) [ 0.126523] ACPI Error: Method parse/execution failed \SHAD._STA, AE_NOT_FOUND (20170831/psparse-550) [ 0.153748] ACPI Error: [SDS0] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364) [ 0.153755] ACPI Error: Method parse/execution failed \SHAD._STA, AE_NOT_FOUND (20170831/psparse-550) [ 0.189380] ACPI Error: [SDS0] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364) [ 0.189387] ACPI Error: Method parse/execution failed \SHAD._STA, AE_NOT_FOUND (20170831/psparse-550) [ 4.395072] RAS: Correctable Errors collector initialized. <<< Errors after booting with libata.noacpi param: <<< [ 0.057329] Error parsing PCC subspaces from PCCT [ 0.126498] ACPI Error: [SDS0] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364) [ 0.126505] ACPI Error: Method parse/execution failed \SHAD._STA, AE_NOT_FOUND (20170831/psparse-550) [ 0.126518] ACPI Error: [SDS0] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364) [ 0.126523] ACPI Error: Method parse/execution failed \SHAD._STA, AE_NOT_FOUND (20170831/psparse-550) [ 0.153748] ACPI Error: [SDS0] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364) [ 0.153755] ACPI Error: Method parse/execution failed \SHAD._STA, AE_NOT_FOUND (20170831/psparse-550) [ 0.189380] ACPI Error: [SDS0] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364) [ 0.189387] ACPI Error: Method parse/execution failed \SHAD._STA, AE_NOT_FOUND (20170831/psparse-550) [ 4.395072] RAS: Correctable Errors collector initialized. <<<
please attach the acpidump output.
Created attachment 275809 [details] acpidump.txt Hi Zhang, thanks for getting back to me. I've attached the acpidump output as requested. Please let me know if you need anything else. Regards, K. On 08/05/18 04:28, bugzilla-daemon@bugzilla.kernel.org wrote: > https://bugzilla.kernel.org/show_bug.cgi?id=199583 > > --- Comment #3 from Zhang Rui (rui.zhang@intel.com) --- > please attach the acpidump output. >
I have checked your ACPI dump, the ACPI errors are complaining a firmware bug, but it is harmless. And I believe the TSC errors are firmware bug as well. Give that all the errors are either harmless or have already been handled in kernel, I will close this bug report. Please feel free to reopen it if you observe something malfunction.