ACPI Errors pre and post installation

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Dekaida
Level 1
Level 1
Posts: 4
Joined: Fri May 27, 2022 12:40 pm

ACPI Errors pre and post installation

Post by Dekaida »

Hello,

I have tried a couple of your Mint operating systems (Linux Mint - LMDE 5 & Linux Mint 20.3 recently) with my custom PC and I get the same set of errors each time. The errors that are generated display this info:

Code: Select all

[      6.665182] ACPI Error: Aborting method \_SB.PC10.GPP2.PTXH.RHUB.POT5._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (2020095/psparse-529)

[      6.665266] ACPI Error: Aborting method \_SB.PC10.GPP2.PTXH.RHUB.POT6._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (2020095/psparse-529)

[      6.665341] ACPI Error: Aborting method \_SB.PC10.GPP2.PTXH.RHUB.POT7._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (2020095/psparse-529)

[      6.665415] ACPI Error: Aborting method \_SB.PC10.GPP2.PTXH.RHUB.POT8._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (2020095/psparse-529)

[      6.665488] ACPI Error: Aborting method \_SB.PC10.GPP2.PTXH.RHUB.POT9._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (2020095/psparse-529)

[      6.665559] ACPI Error: Aborting method \_SB.PC10.GPP2.PTXH.RHUB.PO10._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (2020095/psparse-529)

[      6.665631] ACPI Error: Aborting method \_SB.PC10.GPP2.PTXH.RHUB.PO11._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (2020095/psparse-529)

[      6.665703] ACPI Error: Aborting method \_SB.PC10.GPP2.PTXH.RHUB.PO12._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (2020095/psparse-529)

[      6.665775] ACPI Error: Aborting method \_SB.PC10.GPP2.PTXH.RHUB.PO13._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (2020095/psparse-529)

[      6.665846] ACPI Error: Aborting method \_SB.PC10.GPP2.PTXH.RHUB.PO14._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (2020095/psparse-529)

[      6.665196] ACPI Error: Aborting method \_SB.PC10.GPP2.PTXH.RHUB.POT1._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (2020095/psparse-529)

[      6.665274] ACPI Error: Aborting method \_SB.PC10.GPP2.PTXH.RHUB.POT2._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (2020095/psparse-529)

[      6.665350] ACPI Error: Aborting method \_SB.PC10.GPP2.PTXH.RHUB.POT3._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (2020095/psparse-529)

[      6.665429] ACPI Error: Aborting method \_SB.PC10.GPP2.PTXH.RHUB.POT4._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (2020095/psparse-529)


Let me also give you a list of the hardware I'm working with and then I'll get into some details on error occurrence. The hardware that comprises my PC is:

- ASUS ROG Strix B450-F Gaming Motherboard (ATX) AMD Ryzen 2 AM4 DDR4 DP HDMI M.2 USB 3.1 Gen2 B450

- Corsair Vengeance LPX 32GB (2X16GB) DDR4 3200 (PC4-25600) C16 1.35V Desktop Memory - Black

- AMD Ryzen 5 2600 Processor with Wraith Stealth Cooler - YD2600BBAFBOX

- PowerColor AMD Radeon RED DRAGON RX 580 8GB GDDR5 1 x DL DVI-D / 1 x HDMI / 3 x DisplayPort Graphics Card (AXRX 580 8GBD5-3DHDV2/OC )

- Corsair RMX Series, RM750x, 750 Watt, 80+ Gold Certified, Fully Modular Power Supply (Low Noise, Zero RPM Fan Mode, 105°C Capacitors, Fully Modular C

- Samsung SSD 860 EVO 4TB 2.5 Inch SATA III Internal SSD (MZ-76E4T0B/AM)

- Corsair Force Series MP510 960GB NVMe PCIe Gen3 x4 M.2 SSD

- Also, the appropriate case and cables



Now, to get into some details. These errors occurred before and after I updated the firmware on my motherboard. I updated my RAM speed in the BIOS to 3200 MHz because, by default, the motherboard set the RAM to a lower MHz value. These errors don't occur when I install Pop!_OS or Manjaro. Is there some way to fix this on my end? I could really use some help. Thank you for your time.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
kato181
Level 9
Level 9
Posts: 2564
Joined: Fri Mar 24, 2017 12:33 am
Location: Frederickton NSW

Re: ACPI Errors pre and post installation

Post by kato181 »

Boot into your live session usb and in terminal copy & paste the following command and post the results back here in between the code display brackets </>

Code: Select all

inxi -Fxz
rene
Level 20
Level 20
Posts: 12240
Joined: Sun Mar 27, 2016 6:58 pm

Re: ACPI Errors pre and post installation

Post by rene »

Dekaida
Level 1
Level 1
Posts: 4
Joined: Fri May 27, 2022 12:40 pm

Re: ACPI Errors pre and post installation

Post by Dekaida »

kato181 wrote: Sun May 29, 2022 5:56 am Boot into your live session usb and in terminal copy & paste the following command and post the results back here in between the code display brackets </>

Code: Select all

inxi -Fxz
I'll do that and post the info as soon as I can.
Dekaida
Level 1
Level 1
Posts: 4
Joined: Fri May 27, 2022 12:40 pm

Re: ACPI Errors pre and post installation

Post by Dekaida »

To kato181

I did as you asked and the only items that appear in brackets are:

Graphics:
Device-1: AMD Ellesmere [Radeon RX 470/480/570/570X/580/580X/590]

Audio:
Device-1: AMD Ellesmere HDMI Audio [Radeon RX 470/480 / 570/580/590]

For reference, here is all the information that came back after I issued the command:

Code: Select all

mint@mint:~$ inxi -Fxz
System:
  Kernel: 5.10.0-12-amd64 x86_64 bits: 64 compiler: gcc v: 10.2.1 
  Desktop: Cinnamon 5.2.7 Distro: LMDE 5 Elsie base: Debian 11.2 bullseye 
Machine:
  Type: Desktop Mobo: ASUSTeK model: ROG STRIX B450-F GAMING v: Rev 1.xx 
  serial: <filter> UEFI: American Megatrends v: 4702 date: 02/08/2022 
CPU:
  Info: 6-Core model: AMD Ryzen 5 2600 bits: 64 type: MT MCP arch: Zen+ 
  rev: 2 L2 cache: 3 MiB 
  flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm 
  bogomips: 81601 
  Speed: 1517 MHz min/max: 1550/3400 MHz boost: enabled Core speeds (MHz): 
  1: 1517 2: 1453 3: 1488 4: 1549 5: 1550 6: 1381 7: 1381 8: 1549 9: 1467 
  10: 1467 11: 1550 12: 1486 
Graphics:
  Device-1: AMD Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] 
  vendor: Tul driver: amdgpu v: kernel bus ID: 09:00.0 
  Display: x11 server: X.Org 1.20.11 driver: loaded: amdgpu,ati 
  unloaded: fbdev,modesetting,vesa resolution: 3840x2160~30Hz 
  OpenGL: renderer: Radeon RX 580 Series (POLARIS10 DRM 3.40.0 
  5.10.0-12-amd64 LLVM 11.0.1) 
  v: 4.6 Mesa 20.3.5 direct render: Yes 
Audio:
  Device-1: AMD Ellesmere HDMI Audio [Radeon RX 470/480 / 570/580/590] 
  vendor: Tul driver: snd_hda_intel v: kernel bus ID: 09:00.1 
  Device-2: AMD Family 17h HD Audio vendor: ASUSTeK driver: snd_hda_intel 
  v: kernel bus ID: 0b:00.3 
  Sound Server: ALSA v: k5.10.0-12-amd64 
Network:
  Device-1: Intel I211 Gigabit Network vendor: ASUSTeK driver: igb v: kernel 
  port: e000 bus ID: 04:00.0 
  IF: enp4s0 state: down mac: <filter> 
  Device-2: Ralink RT5572 Wireless Adapter type: USB driver: rt2800usb 
  bus ID: 1-2:10 
  IF: wlx9cefd5fa9af0 state: up mac: <filter> 
Drives:
  Local Storage: total: 4.52 TiB used: 80.6 MiB (0.0%) 
  ID-1: /dev/nvme0n1 vendor: Corsair model: Force MP510 size: 894.25 GiB 
  temp: 33.9 C 
  ID-2: /dev/sda vendor: Samsung model: SSD 860 EVO 4TB size: 3.64 TiB 
  ID-3: /dev/sdb type: USB vendor: Lexar model: USB Flash Drive 
  size: 7.47 GiB 
Partition:
  ID-1: / size: 15.67 GiB used: 80.6 MiB (0.5%) fs: overlay source: ERR-102 
Swap:
  Alert: No Swap data was found. 
Sensors:
  System Temperatures: cpu: 50.1 C mobo: N/A gpu: amdgpu temp: 33.0 C 
  Fan Speeds (RPM): N/A gpu: amdgpu fan: 1172 
Info:
  Processes: 316 Uptime: 8m Memory: 31.34 GiB used: 2.01 GiB (6.4%) 
  Init: systemd runlevel: 5 Compilers: gcc: 10.2.1 Packages: 2005 
  Shell: Bash v: 5.1.4 inxi: 3.3.01
Last edited by Dekaida on Thu Jun 02, 2022 2:19 pm, edited 2 times in total.
User avatar
kato181
Level 9
Level 9
Posts: 2564
Joined: Fri Mar 24, 2017 12:33 am
Location: Frederickton NSW

Re: ACPI Errors pre and post installation

Post by kato181 »

This is what I meant by putting the results between the code display brackets 5th icon above the text box.

Code: Select all

mint@mint:~$ inxi -Fxz
System:
Kernel: 5.10.0-12-amd64 x86_64 bits: 64 compiler: gcc v: 10.2.1
Desktop: Cinnamon 5.2.7 Distro: LMDE 5 Elsie base: Debian 11.2 bullseye
Machine:
Type: Desktop Mobo: ASUSTeK model: ROG STRIX B450-F GAMING v: Rev 1.xx
serial: <filter> UEFI: American Megatrends v: 4702 date: 02/08/2022
CPU:
Info: 6-Core model: AMD Ryzen 5 2600 bits: 64 type: MT MCP arch: Zen+
rev: 2 L2 cache: 3 MiB
flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm
bogomips: 81601
Speed: 1517 MHz min/max: 1550/3400 MHz boost: enabled Core speeds (MHz):
1: 1517 2: 1453 3: 1488 4: 1549 5: 1550 6: 1381 7: 1381 8: 1549 9: 1467
10: 1467 11: 1550 12: 1486
Graphics:
Device-1: AMD Ellesmere [Radeon RX 470/480/570/570X/580/580X/590]
vendor: Tul driver: amdgpu v: kernel bus ID: 09:00.0
Display: x11 server: X.Org 1.20.11 driver: loaded: amdgpu,ati
unloaded: fbdev,modesetting,vesa resolution: 3840x2160~30Hz
OpenGL: renderer: Radeon RX 580 Series (POLARIS10 DRM 3.40.0
5.10.0-12-amd64 LLVM 11.0.1)
v: 4.6 Mesa 20.3.5 direct render: Yes
Audio:
Device-1: AMD Ellesmere HDMI Audio [Radeon RX 470/480 / 570/580/590]
vendor: Tul driver: snd_hda_intel v: kernel bus ID: 09:00.1
Device-2: AMD Family 17h HD Audio vendor: ASUSTeK driver: snd_hda_intel
v: kernel bus ID: 0b:00.3
Sound Server: ALSA v: k5.10.0-12-amd64
Network:
Device-1: Intel I211 Gigabit Network vendor: ASUSTeK driver: igb v: kernel
port: e000 bus ID: 04:00.0
IF: enp4s0 state: down mac: <filter>
Device-2: Ralink RT5572 Wireless Adapter type: USB driver: rt2800usb
bus ID: 1-2:10
IF: wlx9cefd5fa9af0 state: up mac: <filter>
Drives:
Local Storage: total: 4.52 TiB used: 80.6 MiB (0.0%)
ID-1: /dev/nvme0n1 vendor: Corsair model: Force MP510 size: 894.25 GiB
temp: 33.9 C
ID-2: /dev/sda vendor: Samsung model: SSD 860 EVO 4TB size: 3.64 TiB
ID-3: /dev/sdb type: USB vendor: Lexar model: USB Flash Drive
size: 7.47 GiB
Partition:
ID-1: / size: 15.67 GiB used: 80.6 MiB (0.5%) fs: overlay source: ERR-102
Swap:
Alert: No Swap data was found.mint@mint:~$ inxi -Fxz
System:
Kernel: 5.10.0-12-amd64 x86_64 bits: 64 compiler: gcc v: 10.2.1
Desktop: Cinnamon 5.2.7 Distro: LMDE 5 Elsie base: Debian 11.2 bullseye
Machine:
Type: Desktop Mobo: ASUSTeK model: ROG STRIX B450-F GAMING v: Rev 1.xx
serial: <filter> UEFI: American Megatrends v: 4702 date: 02/08/2022
CPU:
Info: 6-Core model: AMD Ryzen 5 2600 bits: 64 type: MT MCP arch: Zen+
rev: 2 L2 cache: 3 MiB
flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm
bogomips: 81601
Speed: 1517 MHz min/max: 1550/3400 MHz boost: enabled Core speeds (MHz):
1: 1517 2: 1453 3: 1488 4: 1549 5: 1550 6: 1381 7: 1381 8: 1549 9: 1467
10: 1467 11: 1550 12: 1486
Graphics:
Device-1: AMD Ellesmere [Radeon RX 470/480/570/570X/580/580X/590]
vendor: Tul driver: amdgpu v: kernel bus ID: 09:00.0
Display: x11 server: X.Org 1.20.11 driver: loaded: amdgpu,ati
unloaded: fbdev,modesetting,vesa resolution: 3840x2160~30Hz
OpenGL: renderer: Radeon RX 580 Series (POLARIS10 DRM 3.40.0
5.10.0-12-amd64 LLVM 11.0.1)
v: 4.6 Mesa 20.3.5 direct render: Yes
Audio:
Device-1: AMD Ellesmere HDMI Audio [Radeon RX 470/480 / 570/580/590]
vendor: Tul driver: snd_hda_intel v: kernel bus ID: 09:00.1
Device-2: AMD Family 17h HD Audio vendor: ASUSTeK driver: snd_hda_intel
v: kernel bus ID: 0b:00.3
Sound Server: ALSA v: k5.10.0-12-amd64
Network:
Device-1: Intel I211 Gigabit Network vendor: ASUSTeK driver: igb v: kernel
port: e000 bus ID: 04:00.0
IF: enp4s0 state: down mac: <filter>
Device-2: Ralink RT5572 Wireless Adapter type: USB driver: rt2800usb
bus ID: 1-2:10
IF: wlx9cefd5fa9af0 state: up mac: <filter>
Drives:
Local Storage: total: 4.52 TiB used: 80.6 MiB (0.0%)
ID-1: /dev/nvme0n1 vendor: Corsair model: Force MP510 size: 894.25 GiB
temp: 33.9 C
ID-2: /dev/sda vendor: Samsung model: SSD 860 EVO 4TB size: 3.64 TiB
ID-3: /dev/sdb type: USB vendor: Lexar model: USB Flash Drive
size: 7.47 GiB
Partition:
ID-1: / size: 15.67 GiB used: 80.6 MiB (0.5%) fs: overlay source: ERR-102
Swap:
Alert: No Swap data was found.
Sensors:
System Temperatures: cpu: 50.1 C mobo: N/A gpu: amdgpu temp: 33.0 C
Fan Speeds (RPM): N/A gpu: amdgpu fan: 1172
Info:
Processes: 316 Uptime: 8m Memory: 31.34 GiB used: 2.01 GiB (6.4%)
Init: systemd runlevel: 5 Compilers: gcc: 10.2.1 Packages: 2005
Shell: Bash v: 5.1.4 inxi: 3.3.01
Top

Sensors:mint@mint:~$ inxi -Fxz
System:
Kernel: 5.10.0-12-amd64 x86_64 bits: 64 compiler: gcc v: 10.2.1
Desktop: Cinnamon 5.2.7 Distro: LMDE 5 Elsie base: Debian 11.2 bullseye
Machine:
Type: Desktop Mobo: ASUSTeK model: ROG STRIX B450-F GAMING v: Rev 1.xx
serial: <filter> UEFI: American Megatrends v: 4702 date: 02/08/2022
CPU:
Info: 6-Core model: AMD Ryzen 5 2600 bits: 64 type: MT MCP arch: Zen+
rev: 2 L2 cache: 3 MiB
flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm
bogomips: 81601
Speed: 1517 MHz min/max: 1550/3400 MHz boost: enabled Core speeds (MHz):
1: 1517 2: 1453 3: 1488 4: 1549 5: 1550 6: 1381 7: 1381 8: 1549 9: 1467
10: 1467 11: 1550 12: 1486
Graphics:
Device-1: AMD Ellesmere [Radeon RX 470/480/570/570X/580/580X/590]
vendor: Tul driver: amdgpu v: kernel bus ID: 09:00.0
Display: x11 server: X.Org 1.20.11 driver: loaded: amdgpu,ati
unloaded: fbdev,modesetting,vesa resolution: 3840x2160~30Hz
OpenGL: renderer: Radeon RX 580 Series (POLARIS10 DRM 3.40.0
5.10.0-12-amd64 LLVM 11.0.1)
v: 4.6 Mesa 20.3.5 direct render: Yes
Audio:
Device-1: AMD Ellesmere HDMI Audio [Radeon RX 470/480 / 570/580/590]
vendor: Tul driver: snd_hda_intel v: kernel bus ID: 09:00.1
Device-2: AMD Family 17h HD Audio vendor: ASUSTeK driver: snd_hda_intel
v: kernel bus ID: 0b:00.3
Sound Server: ALSA v: k5.10.0-12-amd64
Network:
Device-1: Intel I211 Gigabit Network vendor: ASUSTeK driver: igb v: kernel
port: e000 bus ID: 04:00.0
IF: enp4s0 state: down mac: <filter>
Device-2: Ralink RT5572 Wireless Adapter type: USB driver: rt2800usb
bus ID: 1-2:10
IF: wlx9cefd5fa9af0 state: up mac: <filter>
Drives:
Local Storage: total: 4.52 TiB used: 80.6 MiB (0.0%)
ID-1: /dev/nvme0n1 vendor: Corsair model: Force MP510 size: 894.25 GiB
temp: 33.9 C
ID-2: /dev/sda vendor: Samsung model: SSD 860 EVO 4TB size: 3.64 TiB
ID-3: /dev/sdb type: USB vendor: Lexar model: USB Flash Drive
size: 7.47 GiB
Partition:
ID-1: / size: 15.67 GiB used: 80.6 MiB (0.5%) fs: overlay source: ERR-102
Swap:
Alert: No Swap data was found.
Sensors:
System Temperatures: cpu: 50.1 C mobo: N/A gpu: amdgpu temp: 33.0 C
Fan Speeds (RPM): N/A gpu: amdgpu fan: 1172
Info:
Processes: 316 Uptime: 8m Memory: 31.34 GiB used: 2.01 GiB (6.4%)
Init: systemd runlevel: 5 Compilers: gcc: 10.2.1 Packages: 2005
Shell: Bash v: 5.1.4 inxi: 3.3.01
Top

System Temperatures: cpu: 50.1 C mobo: N/A gpu: amdgpu temp: 33.0 C
Fan Speeds (RPM): N/A gpu: amdgpu fan: 1172
Info:
Processes: 316 Uptime: 8m Memory: 31.34 GiB used: 2.01 GiB (6.4%)
Init: systemd runlevel: 5 Compilers: gcc: 10.2.1 Packages: 2005
Shell: Bash v: 5.1.4 inxi: 3.3.01
Top
You need to read the post with the 2 links that rene put up, it will help you with the acpi errors it shows you how edit the file to tone them down.
Dekaida
Level 1
Level 1
Posts: 4
Joined: Fri May 27, 2022 12:40 pm

Re: ACPI Errors pre and post installation

Post by Dekaida »

Okay. Thanks for the help. Have a good one.
Locked

Return to “Installation & Boot”