9

I purchased a new machine with an i7-7820X, a MSI X299 Raider and 64 GB of memory. Unfortunately I have problems booting the machine. It ends in emergency mode with the following error messages:

kernel: Error parsing PCC subspaces from PCCT
kernel: ACPI Error: [SDS0] Namespace lookup failure, AE_NOT_FOUND (20160930/psargs-359)
kernel: ACPI Error: Method parse/execution failed [\SHAD._STA] (Node ffff8f559e548050), AE_NOT_FOUND (20160930/psparse-543)

After some research I found 2 other people with similar hardware and the same problem here and here. They have a board from Asus.

I tried different kernel version up to 4.12 (Ubuntu 17.10, 17.04, Fedora 26) and different Firmware version for my Motherboard (including Beta versions). Nothing helped all gave the same error. At the moment I can boot and use my system with the acpi=off boot option, but this disables Hyperthreading.

So my question is now, is this a bug related to the kernel or to the firmware? If the kernel is the problem, which version would help?

pa4080
  • 30,621

2 Answers2

1

There was a new Beta-Bios yesterday (1.42). This solves the problem. I can now boot a standard Ubuntu 17.04 normally and with ACPI turned on. So far it also looks stable.

0

There is no such errors with the latest available kernel. I updated it and the errors gone. You should skip system update for that - update only kernel! But Ubuntu works only few seconds (with NVidia graphics card driver) or several minutes (without it) until it hangs and reboots.

If you update the whole system then you should remain acpi=off boot option because of another issue...

Dmitry
  • 124