[ 0.515312] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.SAT0.PRT0.PWRG], AE_ALREADY_EXISTS (20210730/dswload2-326)

Bug #1978398 reported by Teh Kok How
126
This bug affects 25 people
Affects Status Importance Assigned to Milestone
Linux
New
Undecided
Unassigned
acpi
Confirmed
Undecided
Unassigned
Ubuntu
Confirmed
Undecided
Unassigned

Bug Description

Ubuntu 22.04
Saw this on console during bootup and in dmesg output:

[ 0.515312] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.SAT0.PRT0.PWRG], AE_ALREADY_EXISTS (20210730/dswload2-326)
[ 0.515322] fbcon: Taking over console
[ 0.515333] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
<snip>
[ 0.892723] pci 0000:00:07.0: DPC: RP PIO log size 0 is invalid
[ 0.897078] pci 0000:00:07.1: [8086:9a2d] type 01 class 0x060400
[ 0.897168] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[ 0.897193] pci 0000:00:07.1: DPC: RP PIO log size 0 is invalid

Teh Kok How (khteh)
description: updated
description: updated
Revision history for this message
Ubuntu Foundations Team Bug Bot (crichton) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. It seems that your bug report is not filed about a specific source package though, rather it is just filed against Ubuntu in general. It is important that bug reports be filed about source packages so that people interested in the package can find the bugs about it. You can find some hints about determining what package your bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage. You might also ask for help in the #ubuntu-bugs irc channel on Libera.chat.

To change the source package that this bug is filed about visit https://bugs.launchpad.net/ubuntu/+bug/1978398/+editstatus and add the package name in the text box next to the word Package.

[This is an automated message. I apologize if it reached you inappropriately; please just reply to this message indicating so.]

tags: added: bot-comment
Revision history for this message
Chris Guiver (guiverc) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better.

Unfortunately, we cannot work on this bug because your description didn't include enough information. You may find it helpful to read "How to report bugs effectively" http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at http://wiki.ubuntu.com/DebuggingProcedures.

At a minimum, we need:

1. The specific steps or actions you took that caused you to encounter the problem.
2. The behavior you expected.
3. The behavior you actually encountered (in as much detail as possible).

Please also ensure that you include the release and flavour of Ubuntu that you are using.

Bug reporting is about finding & fixing problems thus preventing future users from hitting the same bug.

I suspect a Support site would be more appropriate, eg. https://answers.launchpad.net/ubuntu. You can also find help with your problem in the support forum of your local Ubuntu community http://loco.ubuntu.com/ or asking at https://askubuntu.com or https://ubuntuforums.org, or for more support options please look at https://discourse.ubuntu.com/t/community-support/709

Changed in ubuntu:
status: New → Incomplete
Revision history for this message
Teh Kok How (khteh) wrote :

Hello! It is ubuntu 22.04 and the bug message is seen during boot up!

description: updated
Revision history for this message
Rob Frawley 2nd (robfrawley) wrote (last edit ):

Per the direction provided by https://bugs.launchpad.net/ubuntu/+bug/1978398/comments/1, I added "acpi" and "linux" project associations (the former being my best guess as to the source of this error, the latter being specifically requested by https://wiki.ubuntu.com/DebuggingACPI#Filing_a_Bug_Report).

affects: ubuntu → acpi
Revision history for this message
Rob Frawley 2nd (robfrawley) wrote (last edit ):

I received the same sequence of ACPI errors. While I have no idea as to whether the ACPI errors are due to a bug in the ACPI package or if the errors are due to bad programming by my motherboard manufacturer (Lenovo or its subcontractor), nor do I know if this particular error is of any importance (I've found many ACPI errors do not result in any noticeable adverse effects), what I do know is that these errors are shown during quiet kernel bootup, and I'd prefer they weren't. :-)

Basic information about my system:
- Device: Lenovo Thinkpad P17
- Model: 20YU0066US
- BIOS: N37ET39W (1.20 ) [Released 04/15/2022]
- Device URL: https://www.lenovo.com/us/en/p/laptops/thinkpad/thinkpadp/thinkpad-p17-gen-2-(17-inch-intel)-mobile-workstation/20yu0066us

More specifically, the following kernel ring buffer messages break through the "quiet" and "splash" kernel CLI options (as defined by GRUB_CMDLINE_LINUX variable in /etc/defaults/grub) and show up prior to kernel modesetting and the plymouth splash:

[ 0.733848] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.SAT0.PRT0.PWRG], AE_ALREADY_EXISTS (20210730/dswload2-326)
[ 0.733868] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[ 1.094250] pci 0000:00:07.0: DPC: RP PIO log size 0 is invalid
[ 1.098637] pci 0000:00:07.1: DPC: RP PIO log size 0 is invalid

Note that the ACPI messages above (that break through the "quiet" boot option) are not sequential in the kernel ring buffer messages; as such, I've provided my complete dmesg output after boot: https://pastebin.ubuntu.com/p/GB2YKXP8mw/.

Per the ACPI bug reporting docs (https://wiki.ubuntu.com/DebuggingACPI#Filing_a_Bug_Report), the following is a collection of system details:

- lsb_release -a:
  Distributor ID: Ubuntu
  Description: Ubuntu 22.04 LTS
  Release: 22.04
  Codename: jammy

- uname -a:
  Linux ptf 5.15.0-39-generic #42-Ubuntu SMP Thu Jun 9 23:42:32 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

- sudo lspci -vvnn:
  https://pastebin.ubuntu.com/p/KVXnRjprC7/

- sudo dmidecode:
  https://pastebin.ubuntu.com/p/B4j82XNMZv/

- sudo dmesg:
  https://pastebin.ubuntu.com/p/GB2YKXP8mw/

- sudo dpkg -l:
  https://pastebin.ubuntu.com/p/2mgqzw9v86/

Please advise if any additional information would be helpful.

Revision history for this message
Rob Frawley 2nd (robfrawley) wrote :
Revision history for this message
Rob Frawley 2nd (robfrawley) wrote :
Revision history for this message
Rob Frawley 2nd (robfrawley) wrote :
Revision history for this message
Rob Frawley 2nd (robfrawley) wrote :
Revision history for this message
Rob Frawley 2nd (robfrawley) wrote :
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in ubuntu:
status: New → Confirmed
Revision history for this message
Juha Vainikka (vainikkaj) wrote :
Revision history for this message
Juha Vainikka (vainikkaj) wrote :
Revision history for this message
Juha Vainikka (vainikkaj) wrote :
Revision history for this message
Juha Vainikka (vainikkaj) wrote :
Revision history for this message
Juha Vainikka (vainikkaj) wrote :
Revision history for this message
Rob Frawley 2nd (robfrawley) wrote :

Changing status to confirmed as this bug now affects multiple users. Moreover, it now contains all debug attachments required in the "ACPI: Filing a Bug Report" documentation (https://wiki.ubuntu.com/DebuggingACPI#Filing_a_Bug_Report).

Please advise if I can provide any additional information or if there is anything I can do to test solutions. While not a kernel programmer, I am a software developer, so I will be able to test most fixes without issue, including the compilation of custom kernels, if required.

Changed in acpi:
status: Incomplete → Confirmed
Revision history for this message
Erardo Meriño Ibarra (erardomerino) wrote :

After installing ubuntu 22.04 I get the following error at startup, I add it to this post because I think it's the same (Image 1). If I try to reinstall ubuntu and boot from USB then the end of the the message is worse: ...Kernel panic - not syncing: No working init found....

Revision history for this message
Mauricio Ramos (mauriciocramos) wrote (last edit ):

I'm also having the same issue:

[ 0.312698] ACPI BIOS Error (bug): Failure creating named object [\ADBG], AE_ALREADY_EXISTS (20210730/dswload2-326)
[ 0.312705] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)

Revision history for this message
Tomas Dostal (dostal-tomas) wrote :
Download full text (14.4 KiB)

Hello I'm also having similar messages during boot:

[ 0.198455] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS01._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 0.198461] fbcon: Taking over console
[ 0.198467] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 0.198470] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.198472] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS01._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 0.198475] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 0.198477] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.198863] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS02._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 0.198867] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 0.198870] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.198871] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS02._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 0.198874] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 0.198876] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.199249] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS03._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 0.199253] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 0.199255] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.199257] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS03._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 0.199260] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 0.199262] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.199671] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS04._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 0.199675] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 0.199678] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.199679] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS04._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 0.199682] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 0.199684] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.200093] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS05._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 0.200097] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 0.200099] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.200101] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS05._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 0.200104] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 0.200106] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.200514] ACPI BIOS Error (bug): Failure...

Revision history for this message
Rob Frawley 2nd (robfrawley) wrote (last edit ):

There seems to be a related bug reported via the upstream Linux kernel Bugzilla tracker: https://bugzilla.kernel.org/show_bug.cgi?id=215101

The discussion there is not promising...

Revision history for this message
suuuunto (suuuunto) wrote :

I got the same problem

[ 0.278934] TSC synchronization [CPU#0 -> CPU#8]:
[ 0.278935] Measured 2754 cycles TSC warp between CPUs, turning off TSC clock.
[ 0.278940] #9 #10 #11 #12 #13 #14 #15
[ 0.296410] ACPI BIOS Error (bug): Failure creating named object [\SMIB], AE_ALREADY_EXISTS (20220331/dsfield-637)
[ 0.296421] ACPI Warning: NsLookup: Type mismatch on SMIB (Integer), searching for (RegionField) (20220331/nsaccess-696)
[ 0.298294] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP4.WLAN], AE_NOT_FOUND (20220331/dswload2-162)
[ 0.298299] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20220331/psobject-220)

Revision history for this message
Shree S (shreeeee) wrote :

I had the same error and it was hanging on startup.

To fix the issue, I pressed ctrl + alt + F2 to switch to TTY2. Logged in there and ran `sudo apt update` and `sudo apt upgrade`.

I'm afraid I didn't pay too much attention since I didn't expect it to work, but it looks like something related to nvidia drivers were not fully installed. On reboot I get a brief look at possibly the same message, but it no longer hangs on start up. I suspect at least some of the other users are in the same boat as me.

Revision history for this message
Cod-Cod-Colet (cod-cod-colet) wrote :

I have the same error displaying at startup of installed Ubuntu 22.04.

My system configuration :
AMD Ryzen 7 5700X + NVIDIA® GeForce® RTX 3070
Tested with Proprietary drivers (520 & 515) and open one (520).

This message also appears when starting live Ubuntu (20.04 & 22.04) on a flash drive.

Revision history for this message
Luis Alvarado (luisalvarado) wrote :
Download full text (28.4 KiB)

Confirm. Happening in 22.10.

CPU: 13900k
VID: Nvidia 4090
MOBO: Asus z790 Hero

[ 1.043833] intel-lpss 0000:00:15.1: enabling device (0004 -> 0006)
[ 1.044045] idma64 idma64.1: Found Intel integrated DMA 64-bit
[ 1.046962] i2c i2c-2: Failed to register i2c client ITE8853:00 at 0x4e (-16)
[ 1.046965] fbcon: Taking over console
[ 1.046988] Console: switching to colour frame buffer device 128x48
[ 1.066056] igc 0000:06:00.0: 4.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x1 link)

8585] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[ 8.468620] snd_hda_intel 0000:01:00.1: Disabling MSI
[ 8.468622] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[ 8.471199] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[ 8.472126] intel_tcc_cooling: Programmable TCC Offset detected
[ 8.472795] snd_hda_intel 0000:00:1f.3: no codecs found!
[ 8.473736] intel_rapl_msr: PL4 support detected.
[ 8.474739] intel_rapl_common: Found RAPL domain package
[ 8.474740] intel_rapl_common: Found RAPL domain core
[ 8.475849] iwlwifi 0000:00:14.3: Detected RF GF, rfid=0x2010d000
[ 8.501440] nvidia-nvlink: Nvlink Core is being initialized, major device number 511

[ 8.502174] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[ 8.505527] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input36
[ 8.505567] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input37
[ 8.505590] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input38
[ 8.505613] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input39
[ 8.514975] usb 2-7.4: current rate 16000 is different from the runtime rate 24000
[ 8.543042] iwlwifi 0000:00:14.3: base HW address: 70:1a:b8:ea:25:e0
[ 8.547828] usb 2-7.4: current rate 16000 is different from the runtime rate 32000
[ 8.548808] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 520.56.06 Thu Oct 6 21:38:55 UTC 2022
[ 8.557918] iwlwifi 0000:00:14.3 wlp0s20f3: renamed from wlan0
[ 8.580980] usb 2-7.4: current rate 16000 is different from the runtime rate 48000
[ 8.621665] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 520.56.06 Thu Oct 6 21:22:53 UTC 2022
[ 8.622900] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[ 8.638325] ACPI Warning: \_SB.PC00.PEG1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20220331/nsarguments-61)
[ 8.647915] usb 2-7.4: Found UVC 1.00 device Logitech BRIO (046d:085e)
[ 8.664473] input: Logitech BRIO as /devices/pci0000:00/0000:00:14.0/usb2/2-7/2-7.4/2-7.4:1.0/input/input40
[ 8.664597] usbcore: registered new interface driver uvcvideo
[ 8.826378] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20220331/dsfield-184)
[ 8.826392] ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20220331/dswload2-477)

[ 8.826401] No Loca...

Revision history for this message
Manikandan (manirk22) wrote :

i am also getting the same error

[ 0.228310] ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CA.WT1A], AE_ALREADY_EXISTS (20210730/dswload2-326)
[ 0.228316] fbcon: Taking over console
[ 0.228326] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[ 0.228334] ACPI: Skipping parse of AML opcode: Device (0x5B82)
[ 0.228339] ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CA.MT1A], AE_ALREADY_EXISTS (20210730/dswload2-326)
[ 0.228348] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[ 0.228364] ACPI: Skipping parse of AML opcode: Device (0x5B82)
[ 0.228366] ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CA.WT2A], AE_ALREADY_EXISTS (20210730/dswload2-326)
[ 0.228369] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210730/psobject-220)
[ 0.228372] ACPI: Skipping parse

Revision history for this message
Brent Fidler (brentfidler) wrote :

I am getting the same error when booting into Ubuntu 20.04 and will not boot any further:

[ 0.171243] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.P EGO.PEGP._DSD], AE_ALREADY_EXISTS (20210730/dswload2-326)
[ 0.171257] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (202107
30/psobject-220)
/dev/nvme0n1p8: recovering journal
/dev/nvme0n1p8: clean, 251376/732960 files, 2925568/2929664 blocks
[FAILED] Failed to start Snap Daemon.
[ 186.005843] snd_hda_codec_generic hdaudioCOD2: Unable to sync register 0x3f0d00. -5
[ 186.006044] snd_hda_codec_generic hdaudioCOD2: Unable to sync register 0x3f0d00. -5 [FAILED] Failed to start Wait until snapd is fully seeded.
[FAILED] Failed to start Snap Daemon.

Revision history for this message
tomas j li (tomas13) wrote :

hard: amd 7950x steping 2, MAG B650M MORTAR WIFI (MS-7D76) rev2.0 rom 10/19/2022 ver A.10
soft: ubuntu 22.04, 5.19.16-051916-generic from mainline, amdgpu from amd.com
Last stable mainline: 5.19.16 - stable, acpi bug in dmesg
Last stable ubuntu: 5.13.0.20.20 - stable, no acpi bug
First unstable ubuntu: 5.15.0.56.54 - unstable, freezes, acpi bug in dmesg

dmesg:
[ 0.273358] ACPI: Added _OSI(Module Device)
[ 0.273358] ACPI: Added _OSI(Processor Device)
[ 0.273358] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.273358] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.273358] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.273358] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.273358] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.278434] ACPI BIOS Error (bug): Failure creating named object [\_GPE._L02], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 0.280542] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 0.280542] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.280549] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP7.UP00.DP40.UP00.DP68], AE_NOT_FOUND (20220331/dswload2-162)
[ 0.280549] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20220331/psobject-220)
[ 0.280549] ACPI: Skipping parse of AML opcode: Scope (0x0010)
[ 0.280549] ACPI: 17 ACPI AML tables successfully acquired and loaded
[ 0.280549] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.289164] ACPI: Interpreter enabled
[ 0.289174] ACPI: PM: (supports S0 S4 S5)
[ 0.289175] ACPI: Using IOAPIC for interrupt routing

Revision history for this message
Chris (toefel) wrote :

Any updates on this bug or what I can do? Every day I need to reset my computer whenever my monitor goes blank after 15 minutes of inactivity due to this. It is really annoying.

Revision history for this message
Aaron (iggy12345) wrote :

I received this error immediately after installing `nvidia-driver-525` I had not seen it before then.

Chris Guiver (guiverc)
tags: added: jammy
tags: added: kinetic
Revision history for this message
Chris Guiver (guiverc) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better.

This bug report appears to have been filed online, rather than from a computer (using `ubuntu-bug linux` for example which would have populated fields such as what release, if desktop/server was being used etc, architecture, installation media etc). Some details have been uploaded as files which is very useful (so THANK YOU!); alas less useful than provided via initial reporter when using `ubuntu-bug`.

If the Original Reporter reads this, please run/action the following on the system where this issue occurs (assuming it still occurs & on the box where it occurs). This will cause the fields to be populated.
---

Please execute the following command only once, as it will automatically gather debugging information, in a terminal:

apport-collect 1978398

When reporting bugs in the future please use apport by using 'ubuntu-bug' and the name of the package affected. You can learn more about this functionality at https://wiki.ubuntu.com/ReportingBugs.

Revision history for this message
Biswamit Sarkar (biswamit) wrote :

I am getting similar ACPI Biod Error with Asus Rog Strix Scar 16 2023 with Nvidia GeForce RTX4090. See https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-535/+bug/2025512

Revision history for this message
Timur (tim128) wrote :

I had the same error, but i found solution.
When you in grub, you need to press "e", after that it will open Boot Option. You need change "quiet splash" to "nomodeset" there. Then press f10.
this method helped me.

Revision history for this message
miroslavdirk (yy3633) wrote :

After installing ubuntu 22.04.3 I get the following error at startup:
[ 1.005943] i2c i2c-2: Failed to register i2c client ITE8853:00 at 0x4e (-16)

it always show me only this error, and I can not use the system now.

hard: intel core i7-13700k, ROG MAXIMUS Z690 FORMULA BIOS 2703 ME 16.1.27.2176

soft: ubuntu 22.04.3

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.