Help Needed: Kernel Panic on Ubuntu 22.04.5 LTS

Hi everyone,

I’m new to Ubuntu and Linux in general, so please bear with me as I try to explain my issue. I’ve encountered what I believe is a kernel panic on my laptop, which is running Ubuntu 22.04.5 LTS.

Here’s what’s been happening:

  1. Everything starts out fine, but after some time, my laptop begins to act up.
  2. Applications start shutting down on their own.
  3. Icons and UI elements disappear completely.
  4. Finally, the screen goes black, and white text appears.

This problem started 3 days ago and has already happened three times. It seems to occur randomly, and I’m unsure of what’s triggering it.

I’ve attached two screenshots for reference:

  1. The black screen that appears after the session crashes.
  2. The last kernel logs just before the crash, recorded at 8:00 PM.

My Questions:

  • What could be the cause of this issue?
  • Is this related to hardware, software, or something else entirely?
  • Could someone point me to beginner-friendly guides or steps to troubleshoot and fix kernel panics?

Any help or guidance would be greatly appreciated! I’m trying to learn more about Ubuntu, but I’m still quite new, so detailed explanations or resources would be incredibly helpful.

Thank you in advance for your time and assistance!

Cheers,


Looks like your system switched the disk to read only mode, this usually happens when any filesystem errors occur…

@spitlight Welcome to Ubuntu Discourse :slight_smile:

Do you have a live USB with a recent version of Ubuntu installed on it?

If yes, you can boot the computer and run a filesystem check on the unmounted filesystem.

sudo e2fsck -C0 -p -f -v /dev/sdXX

Automatically repair without user intervention courtesy of @oldfred

Replace XX with your drive and partition info e.g. sda5

This might help resolve some, if not all, issues.

From your first screenshot, something is filling up your log files and they are not being rotated. This means your disk is quickly filling up and that can also cause issues.

I would first try running a filesystem check and then address the log problem.

Let us know if you need more guidance.

Hey @rubi1200 , thank you for your quick reply.

I have two drives:

  1. The main SSD, which contains the operating system.
  2. A secondary HDD, which mostly stores files.

I unmounted the secondary drive and ran the command you suggested:

sudo e2fsck -C0 -p -f -v /dev/sdXX

However, I encountered an error (screenshot below). From your explanation, I believe I need to run this command while booting from a USB key.

Should I run the command on both drives, or just the secondary one?



Screenshot from 2025-01-13 13-44-25

Thank you for your help!

Hey @ogra , indeed it looks like a filesystem error, thank you for your quick response.

My bad, I should have asked for disk info first.

Always best to do this from a USB so that all filesystems are unmounted.

The SSD would be the one you need to check and the command would then be not sda2 but using your drive /dev/nvme0n1p2

Just curious but why is sda2 formatted as NTFS? Are you sharing files with Windows?

FWIW, you should actually be able to run the filesystem check while it is mounted, since it is mounted read-only this will work but you indeed can not do any auto-repair functions … but it might give you some indication how severe the damage is

No I’m not sharing files with Windows, but I migrated from Windows to Ubuntu, I’m not running any dual boot, so I wanted to keep my data on that sda2 disk, I kept it as NTFS because I was worried I would lose the data.

“Always best to do this from a USB so that all filesystems are unmounted.”
okay so run Ubuntu from the USB, so that the only filesystem mounted is the USB, and then process the command on the nvme0n1p2 disk.

You’re right, these are the results, no clear indication, maybe I’m using the wrong command:
Screenshot from 2025-01-13 14-03-08

Well, this looks actually fine, no errors found, yet the disk got switched to read-only mode …

Take a look at the kernel log with sudo dmesg, perhaps that reveals something more interesting …

result of “sudo dmesg”
I cut a bit where logs kept repeating themselves.





It might make more sense if you run it directly after a fresh boot so we get the mount errors on boot before it gets overwritten with all that app spam … The first 1000 lines or so might be best …

It would also be a lot more readable if you could actually copy/paste the text (add three backticks ``` in the line before and after the pasted text to keep the formatting intact) instead of providing screenshots or use a pastebin service …

2 Likes

Thanks @ogra for the rectifications, here it is, I did a fresh boot and took the result of the sudo dmesg.

[    0.000000] Linux version 6.8.0-51-generic (buildd@lcy02-amd64-057) (x86_64-linux-gnu-gcc-12 (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #52~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Dec  9 15:00:52 UTC 2 (Ubuntu 6.8.0-51.52~22.04.1-generic 6.8.12)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.8.0-51-generic root=UUID=a5bf0169-ecaf-4a52-ab44-6ea1530bda57 ro quiet splash vt.handoff=7
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000062d3cfff] usable
[    0.000000] BIOS-e820: [mem 0x0000000062d3d000-0x0000000062d3dfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000062d3e000-0x0000000062d3efff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000062d3f000-0x000000007a48dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000007a48e000-0x000000007ae7dfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007ae7e000-0x000000007ce7dfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007ce7e000-0x000000007cefdfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007cefe000-0x000000007cefefff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ceff000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000fe7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000087effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] e820: update [mem 0x625e2018-0x6260b057] usable ==> usable
[    0.000000] e820: update [mem 0x625e2018-0x6260b057] usable ==> usable
[    0.000000] e820: update [mem 0x625d1018-0x625e1057] usable ==> usable
[    0.000000] e820: update [mem 0x625d1018-0x625e1057] usable ==> usable
[    0.000000] e820: update [mem 0x625c2018-0x625d0057] usable ==> usable
[    0.000000] e820: update [mem 0x625c2018-0x625d0057] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000625c2017] usable
[    0.000000] reserve setup_data: [mem 0x00000000625c2018-0x00000000625d0057] usable
[    0.000000] reserve setup_data: [mem 0x00000000625d0058-0x00000000625d1017] usable
[    0.000000] reserve setup_data: [mem 0x00000000625d1018-0x00000000625e1057] usable
[    0.000000] reserve setup_data: [mem 0x00000000625e1058-0x00000000625e2017] usable
[    0.000000] reserve setup_data: [mem 0x00000000625e2018-0x000000006260b057] usable
[    0.000000] reserve setup_data: [mem 0x000000006260b058-0x0000000062d3cfff] usable
[    0.000000] reserve setup_data: [mem 0x0000000062d3d000-0x0000000062d3dfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000062d3e000-0x0000000062d3efff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000062d3f000-0x000000007a48dfff] usable
[    0.000000] reserve setup_data: [mem 0x000000007a48e000-0x000000007ae7dfff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007ae7e000-0x000000007ce7dfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000007ce7e000-0x000000007cefdfff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000007cefe000-0x000000007cefefff] usable
[    0.000000] reserve setup_data: [mem 0x000000007ceff000-0x000000007fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000fe7fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000087effffff] usable
[    0.000000] efi: EFI v2.5 by INSYDE Corp.
[    0.000000] efi: ACPI 2.0=0x7cefd014 SMBIOS=0x7a702000 SMBIOS 3.0=0x7a700000 ESRT=0x7a6fe558 MEMATTR=0x6ad2b018 MOKvar=0x7a6f6000 RNG=0x7cebe018 TPMEventLog=0x64281018 
[    0.000000] random: crng init done
[    0.000000] TPM Final Events table not present
[    0.000000] efi: Remove mem42: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
[    0.000000] e820: remove [mem 0xe0000000-0xefffffff] reserved
[    0.000000] efi: Remove mem43: MMIO range=[0xfd000000-0xfe7fffff] (24MB) from e820 map
[    0.000000] e820: remove [mem 0xfd000000-0xfe7fffff] reserved
[    0.000000] efi: Not removing mem44: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem45: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem46: MMIO range=[0xfed10000-0xfed19fff] (40KB) from e820 map
[    0.000000] efi: Not removing mem47: MMIO range=[0xfed84000-0xfed84fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem48: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[    0.000000] efi: Remove mem49: MMIO range=[0xffa00000-0xffffffff] (6MB) from e820 map
[    0.000000] e820: remove [mem 0xffa00000-0xffffffff] reserved
[    0.000000] secureboot: Secure boot disabled
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: LENOVO 80WK/LNVNB161216, BIOS 4KCN45WW 01/11/2019
[    0.000000] tsc: Detected 2800.000 MHz processor
[    0.000000] tsc: Detected 2799.927 MHz TSC
[    0.000612] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000616] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000628] last_pfn = 0x87f000 max_arch_pfn = 0x400000000
[    0.000633] MTRR map: 4 entries (3 fixed + 1 variable; max 23), built from 10 variable MTRRs
[    0.000635] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001217] last_pfn = 0x7ceff max_arch_pfn = 0x400000000
[    0.009619] esrt: Reserving ESRT space from 0x000000007a6fe558 to 0x000000007a6fe608.
[    0.009628] Using GB pages for direct mapping
[    0.010091] secureboot: Secure boot disabled
[    0.010092] RAMDISK: [mem 0x52a9f000-0x56f58fff]
[    0.010099] ACPI: Early table checksum verification disabled
[    0.010102] ACPI: RSDP 0x000000007CEFD014 000024 (v02 LENOVO)
[    0.010107] ACPI: XSDT 0x000000007CECC188 00010C (v01 LENOVO CB-01    00000001      01000013)
[    0.010114] ACPI: FACP 0x000000007CEEE000 00010C (v05 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010121] ACPI: DSDT 0x000000007CED5000 015C01 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010125] ACPI: FACS 0x000000007CE4D000 000040
[    0.010128] ACPI: UEFI 0x000000007CEFC000 000236 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010132] ACPI: UEFI 0x000000007CEFB000 000042 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010136] ACPI: MSDM 0x000000007CEFA000 000055 (v03 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010140] ACPI: SSDT 0x000000007CEF9000 0004C3 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010144] ACPI: SSDT 0x000000007CEF8000 000046 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010148] ACPI: TPM2 0x000000007CEF7000 000034 (v03 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010151] ACPI: SSDT 0x000000007CEF3000 0030A0 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010155] ACPI: ASF! 0x000000007CEF2000 0000A5 (v32 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010159] ACPI: ASPT 0x000000007CEF1000 000034 (v07 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010163] ACPI: BOOT 0x000000007CEF0000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010167] ACPI: DBGP 0x000000007CEEF000 000034 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010171] ACPI: HPET 0x000000007CEED000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010174] ACPI: APIC 0x000000007CEEC000 0000BC (v03 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010178] ACPI: MCFG 0x000000007CEEB000 00003C (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010182] ACPI: LPIT 0x000000007CED4000 000094 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010186] ACPI: WSMT 0x000000007CED3000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010190] ACPI: SSDT 0x000000007CED2000 00029F (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010193] ACPI: SSDT 0x000000007CED1000 000346 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010197] ACPI: SSDT 0x000000007CECD000 003002 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010201] ACPI: SSDT 0x000000007CECB000 00051E (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010205] ACPI: DBGP 0x000000007CECA000 000034 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010209] ACPI: DBG2 0x000000007CEC9000 000054 (v00 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010213] ACPI: SSDT 0x000000007CEC8000 0002F5 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010216] ACPI: SSDT 0x000000007CEC7000 000EDE (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010220] ACPI: SSDT 0x000000007CEC2000 0049A2 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010224] ACPI: DMAR 0x000000007CEC1000 0000A8 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010228] ACPI: FPDT 0x000000007CEC0000 000044 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010232] ACPI: BGRT 0x000000007CEBF000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010235] ACPI: Reserving FACP table memory at [mem 0x7ceee000-0x7ceee10b]
[    0.010237] ACPI: Reserving DSDT table memory at [mem 0x7ced5000-0x7ceeac00]
[    0.010238] ACPI: Reserving FACS table memory at [mem 0x7ce4d000-0x7ce4d03f]
[    0.010239] ACPI: Reserving UEFI table memory at [mem 0x7cefc000-0x7cefc235]
[    0.010240] ACPI: Reserving UEFI table memory at [mem 0x7cefb000-0x7cefb041]
[    0.010241] ACPI: Reserving MSDM table memory at [mem 0x7cefa000-0x7cefa054]
[    0.010242] ACPI: Reserving SSDT table memory at [mem 0x7cef9000-0x7cef94c2]
[    0.010243] ACPI: Reserving SSDT table memory at [mem 0x7cef8000-0x7cef8045]
[    0.010244] ACPI: Reserving TPM2 table memory at [mem 0x7cef7000-0x7cef7033]
[    0.010245] ACPI: Reserving SSDT table memory at [mem 0x7cef3000-0x7cef609f]
[    0.010246] ACPI: Reserving ASF! table memory at [mem 0x7cef2000-0x7cef20a4]
[    0.010247] ACPI: Reserving ASPT table memory at [mem 0x7cef1000-0x7cef1033]
[    0.010248] ACPI: Reserving BOOT table memory at [mem 0x7cef0000-0x7cef0027]
[    0.010249] ACPI: Reserving DBGP table memory at [mem 0x7ceef000-0x7ceef033]
[    0.010250] ACPI: Reserving HPET table memory at [mem 0x7ceed000-0x7ceed037]
[    0.010251] ACPI: Reserving APIC table memory at [mem 0x7ceec000-0x7ceec0bb]
[    0.010252] ACPI: Reserving MCFG table memory at [mem 0x7ceeb000-0x7ceeb03b]
[    0.010253] ACPI: Reserving LPIT table memory at [mem 0x7ced4000-0x7ced4093]
[    0.010254] ACPI: Reserving WSMT table memory at [mem 0x7ced3000-0x7ced3027]
[    0.010255] ACPI: Reserving SSDT table memory at [mem 0x7ced2000-0x7ced229e]
[    0.010256] ACPI: Reserving SSDT table memory at [mem 0x7ced1000-0x7ced1345]
[    0.010258] ACPI: Reserving SSDT table memory at [mem 0x7cecd000-0x7ced0001]
[    0.010259] ACPI: Reserving SSDT table memory at [mem 0x7cecb000-0x7cecb51d]
[    0.010260] ACPI: Reserving DBGP table memory at [mem 0x7ceca000-0x7ceca033]
[    0.010261] ACPI: Reserving DBG2 table memory at [mem 0x7cec9000-0x7cec9053]
[    0.010262] ACPI: Reserving SSDT table memory at [mem 0x7cec8000-0x7cec82f4]
[    0.010263] ACPI: Reserving SSDT table memory at [mem 0x7cec7000-0x7cec7edd]
[    0.010264] ACPI: Reserving SSDT table memory at [mem 0x7cec2000-0x7cec69a1]
[    0.010265] ACPI: Reserving DMAR table memory at [mem 0x7cec1000-0x7cec10a7]
[    0.010266] ACPI: Reserving FPDT table memory at [mem 0x7cec0000-0x7cec0043]
[    0.010267] ACPI: Reserving BGRT table memory at [mem 0x7cebf000-0x7cebf037]
[    0.010522] No NUMA configuration found
[    0.010523] Faking a node at [mem 0x0000000000000000-0x000000087effffff]
[    0.010535] NODE_DATA(0) allocated [mem 0x87efd5000-0x87effffff]
[    0.010725] Zone ranges:
[    0.010726]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.010729]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.010731]   Normal   [mem 0x0000000100000000-0x000000087effffff]
[    0.010732]   Device   empty
[    0.010734] Movable zone start for each node
[    0.010737] Early memory node ranges
[    0.010737]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.010739]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.010740]   node   0: [mem 0x0000000000100000-0x0000000062d3cfff]
[    0.010742]   node   0: [mem 0x0000000062d3f000-0x000000007a48dfff]
[    0.010743]   node   0: [mem 0x000000007cefe000-0x000000007cefefff]
[    0.010744]   node   0: [mem 0x0000000100000000-0x000000087effffff]
[    0.010748] Initmem setup node 0 [mem 0x0000000000001000-0x000000087effffff]
[    0.010752] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.010754] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.010775] On node 0, zone DMA: 98 pages in unavailable ranges
[    0.013367] On node 0, zone DMA32: 2 pages in unavailable ranges
[    0.013496] On node 0, zone DMA32: 10864 pages in unavailable ranges
[    0.055003] On node 0, zone Normal: 12545 pages in unavailable ranges
[    0.055054] On node 0, zone Normal: 4096 pages in unavailable ranges
[    0.055076] Reserving Intel graphics memory at [mem 0x7e000000-0x7fffffff]
[    0.057008] ACPI: PM-Timer IO Port: 0x1808
[    0.057017] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.057019] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.057020] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.057021] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.057022] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.057023] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.057024] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.057025] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.057052] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.057056] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.057058] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.057063] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.057065] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.057072] e820: update [mem 0x6ac2e000-0x6ad21fff] usable ==> reserved
[    0.057088] TSC deadline timer available
[    0.057089] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.057109] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.057111] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.057113] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.057115] PM: hibernation: Registered nosave memory: [mem 0x625c2000-0x625c2fff]
[    0.057117] PM: hibernation: Registered nosave memory: [mem 0x625d0000-0x625d0fff]
[    0.057118] PM: hibernation: Registered nosave memory: [mem 0x625d1000-0x625d1fff]
[    0.057120] PM: hibernation: Registered nosave memory: [mem 0x625e1000-0x625e1fff]
[    0.057121] PM: hibernation: Registered nosave memory: [mem 0x625e2000-0x625e2fff]
[    0.057123] PM: hibernation: Registered nosave memory: [mem 0x6260b000-0x6260bfff]
[    0.057125] PM: hibernation: Registered nosave memory: [mem 0x62d3d000-0x62d3dfff]
[    0.057126] PM: hibernation: Registered nosave memory: [mem 0x62d3e000-0x62d3efff]
[    0.057128] PM: hibernation: Registered nosave memory: [mem 0x6ac2e000-0x6ad21fff]
[    0.057130] PM: hibernation: Registered nosave memory: [mem 0x7a48e000-0x7ae7dfff]
[    0.057131] PM: hibernation: Registered nosave memory: [mem 0x7ae7e000-0x7ce7dfff]
[    0.057132] PM: hibernation: Registered nosave memory: [mem 0x7ce7e000-0x7cefdfff]
[    0.057134] PM: hibernation: Registered nosave memory: [mem 0x7ceff000-0x7fffffff]
[    0.057135] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xfebfffff]
[    0.057136] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.057137] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.057138] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.057139] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed0ffff]
[    0.057140] PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[    0.057141] PM: hibernation: Registered nosave memory: [mem 0xfed1a000-0xfed83fff]
[    0.057142] PM: hibernation: Registered nosave memory: [mem 0xfed84000-0xfed84fff]
[    0.057143] PM: hibernation: Registered nosave memory: [mem 0xfed85000-0xfedfffff]
[    0.057144] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.057145] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
[    0.057147] [mem 0x80000000-0xfebfffff] available for PCI devices
[    0.057148] Booting paravirtualized kernel on bare hardware
[    0.057150] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.057158] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.057668] percpu: Embedded 86 pages/cpu s229376 r8192 d114688 u524288
[    0.057676] pcpu-alloc: s229376 r8192 d114688 u524288 alloc=1*2097152
[    0.057678] pcpu-alloc: [0] 0 1 2 3 [0] 4 5 6 7 
[    0.057704] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.8.0-51-generic root=UUID=a5bf0169-ecaf-4a52-ab44-6ea1530bda57 ro quiet splash vt.handoff=7
[    0.057798] Unknown kernel command line parameters "splash BOOT_IMAGE=/boot/vmlinuz-6.8.0-51-generic", will be passed to user space.
[    0.060444] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.061761] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.061914] Fallback order for Node 0: 0 
[    0.061917] Built 1 zonelists, mobility grouping on.  Total pages: 8230202
[    0.061919] Policy zone: Normal
[    0.061925] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.061933] software IO TLB: area num 8.
[    0.145412] Memory: 32647456K/33444004K available (22528K kernel code, 4439K rwdata, 13908K rodata, 4972K init, 4740K bss, 796288K reserved, 0K cma-reserved)
[    0.146548] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.146562] Kernel/User page tables isolation: enabled
[    0.146597] ftrace: allocating 57956 entries in 227 pages
[    0.157344] ftrace: allocated 227 pages with 5 groups
[    0.158208] Dynamic Preempt: voluntary
[    0.158288] rcu: Preemptible hierarchical RCU implementation.
[    0.158289] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[    0.158291] 	Trampoline variant of Tasks RCU enabled.
[    0.158292] 	Rude variant of Tasks RCU enabled.
[    0.158292] 	Tracing variant of Tasks RCU enabled.
[    0.158293] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.158294] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.161568] NR_IRQS: 524544, nr_irqs: 2048, preallocated irqs: 16
[    0.161813] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.162013] Console: colour dummy device 80x25
[    0.162016] printk: legacy console [tty0] enabled
[    0.162075] ACPI: Core revision 20230628
[    0.162361] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.162434] APIC: Switch to symmetric I/O mode setup
[    0.162436] DMAR: Host address width 39
[    0.162438] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.162450] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.162453] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.162457] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.162459] DMAR: RMRR base: 0x0000007ad52000 end: 0x0000007ad71fff
[    0.162463] DMAR: RMRR base: 0x0000007d800000 end: 0x0000007fffffff
[    0.162465] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.162467] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.162468] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.164061] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.164063] x2apic enabled
[    0.164136] APIC: Switched APIC routing to: cluster x2apic
[    0.168071] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.172432] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x285bfbafad2, max_idle_ns: 440795215530 ns
[    0.172438] Calibrating delay loop (skipped), value calculated using timer frequency.. 5599.85 BogoMIPS (lpj=2799927)
[    0.172462] x86/cpu: SGX disabled by BIOS.
[    0.172468] CPU0: Thermal monitoring enabled (TM1)
[    0.172522] process: using mwait in idle threads
[    0.172526] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.172528] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.172534] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.172537] Spectre V2 : Mitigation: IBRS
[    0.172538] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.172539] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.172540] RETBleed: Mitigation: IBRS
[    0.172543] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.172544] Spectre V2 : User space: Mitigation: STIBP via prctl
[    0.172546] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.172553] MDS: Mitigation: Clear CPU buffers
[    0.172554] MMIO Stale Data: Mitigation: Clear CPU buffers
[    0.172559] SRBDS: Mitigation: Microcode
[    0.172568] GDS: Mitigation: Microcode
[    0.172573] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.172575] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.172577] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.172579] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.172580] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.172582] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.172585] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.172587] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.172588] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.216792] Freeing SMP alternatives memory: 48K
[    0.216796] pid_max: default: 32768 minimum: 301
[    0.219497] LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,integrity
[    0.220458] landlock: Up and running.
[    0.220459] Yama: becoming mindful.
[    0.220501] AppArmor: AppArmor initialized
[    0.220581] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.220613] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.221521] smpboot: CPU0: Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (family: 0x6, model: 0x9e, stepping: 0x9)
[    0.221717] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[    0.221736] RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[    0.221752] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[    0.221769] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.221815] ... version:                4
[    0.221817] ... bit width:              48
[    0.221818] ... generic registers:      4
[    0.221819] ... value mask:             0000ffffffffffff
[    0.221821] ... max period:             00007fffffffffff
[    0.221822] ... fixed-purpose events:   3
[    0.221823] ... event mask:             000000070000000f
[    0.221958] signal: max sigframe size: 2032
[    0.221977] Estimated ratio of average max frequency by base frequency (times 1024): 1243
[    0.223288] rcu: Hierarchical SRCU implementation.
[    0.223289] rcu: 	Max phase no-delay instances is 400.
[    0.224125] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.224213] smp: Bringing up secondary CPUs ...
[    0.224328] smpboot: x86: Booting SMP configuration:
[    0.224329] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.227965] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.227965] MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
[    0.228472] smp: Brought up 1 node, 8 CPUs
[    0.228472] smpboot: Max logical packages: 1
[    0.228472] smpboot: Total of 8 processors activated (44798.83 BogoMIPS)
[    0.230449] devtmpfs: initialized
[    0.230485] x86/mm: Memory block size: 128MB
[    0.234150] ACPI: PM: Registering ACPI NVS region [mem 0x62d3d000-0x62d3dfff] (4096 bytes)
[    0.234150] ACPI: PM: Registering ACPI NVS region [mem 0x7ae7e000-0x7ce7dfff] (33554432 bytes)
[    0.234767] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.234779] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.234855] pinctrl core: initialized pinctrl subsystem
[    0.235044] PM: RTC time: 14:01:17, date: 2025-01-13
[    0.235687] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.236147] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.236400] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.236657] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.236681] audit: initializing netlink subsys (disabled)
[    0.236698] audit: type=2000 audit(1736776877.071:1): state=initialized audit_enabled=0 res=1
[    0.236698] thermal_sys: Registered thermal governor 'fair_share'
[    0.236698] thermal_sys: Registered thermal governor 'bang_bang'
[    0.236698] thermal_sys: Registered thermal governor 'step_wise'
[    0.236698] thermal_sys: Registered thermal governor 'user_space'
[    0.236698] thermal_sys: Registered thermal governor 'power_allocator'
[    0.236698] EISA bus registered
[    0.236698] cpuidle: using governor ladder
[    0.236698] cpuidle: using governor menu
[    0.236698] Simple Boot Flag at 0x44 set to 0x1
[    0.236698] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.236698] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.236698] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[    0.236710] PCI: Using configuration type 1 for base access
[    0.237493] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.237500] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.237500] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.237500] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.237500] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.237598] ACPI: Added _OSI(Module Device)
[    0.237601] ACPI: Added _OSI(Processor Device)
[    0.237603] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.237605] ACPI: Added _OSI(Processor Aggregator Device)
[    0.276169] ACPI: 11 ACPI AML tables successfully acquired and loaded
[    0.279209] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.285797] ACPI: Dynamic OEM Table Load:
[    0.285809] ACPI: SSDT 0xFFFF88CD8107B400 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
[    0.287550] ACPI: Dynamic OEM Table Load:
[    0.287560] ACPI: SSDT 0xFFFF88CD81080800 000651 (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
[    0.290829] ACPI: Dynamic OEM Table Load:
[    0.290839] ACPI: SSDT 0xFFFF88CD81080000 00065C (v02 PmRef  ApIst    00003000 INTL 20160527)
[    0.293006] ACPI: Dynamic OEM Table Load:
[    0.293015] ACPI: SSDT 0xFFFF88CD8224B200 00018A (v02 PmRef  ApCst    00003000 INTL 20160527)
[    0.301462] ACPI: _OSC evaluated successfully for all CPUs
[    0.301668] ACPI: EC: EC started
[    0.301670] ACPI: EC: interrupt blocked
[    0.303013] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.303016] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
[    0.303018] ACPI: Interpreter enabled
[    0.303071] ACPI: PM: (supports S0 S3 S4 S5)
[    0.303072] ACPI: Using IOAPIC for interrupt routing
[    0.305266] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.305269] PCI: Using E820 reservations for host bridge windows
[    0.306045] ACPI: Enabled 6 GPEs in block 00 to 7F
[    0.307531] ACPI: \_SB_.PCI0.PEG0.PG00: New power resource
[    0.341170] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.341178] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.345143] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[    0.345146] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.348227] PCI host bridge to bus 0000:00
[    0.348232] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.348235] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.348238] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.348241] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    0.348243] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.348246] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.348278] pci 0000:00:00.0: [8086:5910] type 00 class 0x060000 conventional PCI endpoint
[    0.348394] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400 PCIe Root Port
[    0.348432] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.348435] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.348439] pci 0000:00:01.0:   bridge window [mem 0xa3000000-0xa3ffffff]
[    0.348449] pci 0000:00:01.0:   bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
[    0.348482] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.348611] pci 0000:00:02.0: [8086:591b] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
[    0.348634] pci 0000:00:02.0: BAR 0 [mem 0xa2000000-0xa2ffffff 64bit]
[    0.348651] pci 0000:00:02.0: BAR 2 [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.348662] pci 0000:00:02.0: BAR 4 [io  0x5000-0x503f]
[    0.348699] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.349013] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330 conventional PCI endpoint
[    0.349055] pci 0000:00:14.0: BAR 0 [mem 0xa4410000-0xa441ffff 64bit]
[    0.349189] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.350077] pci 0000:00:14.2: [8086:a131] type 00 class 0x118000 conventional PCI endpoint
[    0.350119] pci 0000:00:14.2: BAR 0 [mem 0xa442a000-0xa442afff 64bit]
[    0.350338] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000 conventional PCI endpoint
[    0.350373] pci 0000:00:16.0: BAR 0 [mem 0xa442b000-0xa442bfff 64bit]
[    0.350477] pci 0000:00:16.0: PME# supported from D3hot
[    0.350828] pci 0000:00:17.0: [8086:a103] type 00 class 0x010601 conventional PCI endpoint
[    0.350861] pci 0000:00:17.0: BAR 0 [mem 0xa4428000-0xa4429fff]
[    0.350880] pci 0000:00:17.0: BAR 1 [mem 0xa442e000-0xa442e0ff]
[    0.350899] pci 0000:00:17.0: BAR 2 [io  0x5080-0x5087]
[    0.350918] pci 0000:00:17.0: BAR 3 [io  0x5088-0x508b]
[    0.350937] pci 0000:00:17.0: BAR 4 [io  0x5060-0x507f]
[    0.350955] pci 0000:00:17.0: BAR 5 [mem 0xa442c000-0xa442c7ff]
[    0.351027] pci 0000:00:17.0: PME# supported from D3hot
[    0.351420] pci 0000:00:1c.0: [8086:a111] type 01 class 0x060400 PCIe Root Port
[    0.351489] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.351499] pci 0000:00:1c.0:   bridge window [mem 0xa4300000-0xa43fffff]
[    0.351615] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.351648] pci 0000:00:1c.0: Intel SPT PCH root port ACS workaround enabled
[    0.352454] pci 0000:00:1c.2: [8086:a112] type 01 class 0x060400 PCIe Root Port
[    0.352523] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.352532] pci 0000:00:1c.2:   bridge window [mem 0xa4200000-0xa42fffff]
[    0.352650] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.352683] pci 0000:00:1c.2: Intel SPT PCH root port ACS workaround enabled
[    0.353458] pci 0000:00:1c.3: [8086:a113] type 01 class 0x060400 PCIe Root Port
[    0.353526] pci 0000:00:1c.3: PCI bridge to [bus 04]
[    0.353533] pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
[    0.353538] pci 0000:00:1c.3:   bridge window [mem 0xa4100000-0xa41fffff]
[    0.353652] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.353679] pci 0000:00:1c.3: Intel SPT PCH root port ACS workaround enabled
[    0.354458] pci 0000:00:1d.0: [8086:a118] type 01 class 0x060400 PCIe Root Port
[    0.354526] pci 0000:00:1d.0: PCI bridge to [bus 05]
[    0.354536] pci 0000:00:1d.0:   bridge window [mem 0xa4000000-0xa40fffff]
[    0.354654] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.354686] pci 0000:00:1d.0: Intel SPT PCH root port ACS workaround enabled
[    0.355487] pci 0000:00:1f.0: [8086:a152] type 00 class 0x060100 conventional PCI endpoint
[    0.355965] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000 conventional PCI endpoint
[    0.355996] pci 0000:00:1f.2: BAR 0 [mem 0xa4424000-0xa4427fff]
[    0.356418] pci 0000:00:1f.3: [8086:a171] type 00 class 0x040300 conventional PCI endpoint
[    0.356460] pci 0000:00:1f.3: BAR 0 [mem 0xa4420000-0xa4423fff 64bit]
[    0.356522] pci 0000:00:1f.3: BAR 4 [mem 0xa4400000-0xa440ffff 64bit]
[    0.356588] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.357323] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500 conventional PCI endpoint
[    0.357395] pci 0000:00:1f.4: BAR 0 [mem 0xa442d000-0xa442d0ff 64bit]
[    0.357485] pci 0000:00:1f.4: BAR 4 [io  0x5040-0x505f]
[    0.357921] pci 0000:01:00.0: [10de:1c8c] type 00 class 0x030200 PCIe Endpoint
[    0.357942] pci 0000:01:00.0: BAR 0 [mem 0xa3000000-0xa3ffffff]
[    0.357961] pci 0000:01:00.0: BAR 1 [mem 0x90000000-0x9fffffff 64bit pref]
[    0.357979] pci 0000:01:00.0: BAR 3 [mem 0xa0000000-0xa1ffffff 64bit pref]
[    0.357992] pci 0000:01:00.0: BAR 5 [io  0x4000-0x407f]
[    0.358005] pci 0000:01:00.0: ROM [mem 0xfff80000-0xffffffff pref]
[    0.358023] pci 0000:01:00.0: Enabling HDA controller
[    0.358086] pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[    0.358484] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.359464] pci 0000:02:00.0: [1217:8621] type 00 class 0x080501 PCIe Endpoint
[    0.359496] pci 0000:02:00.0: BAR 0 [mem 0xa4301000-0xa4301fff]
[    0.359516] pci 0000:02:00.0: BAR 1 [mem 0xa4300000-0xa43007ff]
[    0.359710] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.360041] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.360633] pci 0000:03:00.0: [8086:24fd] type 00 class 0x028000 PCIe Endpoint
[    0.361387] pci 0000:03:00.0: BAR 0 [mem 0xa4200000-0xa4201fff 64bit]
[    0.364705] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.366311] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.366415] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
[    0.366446] pci 0000:04:00.0: BAR 0 [io  0x3000-0x30ff]
[    0.366491] pci 0000:04:00.0: BAR 2 [mem 0xa4104000-0xa4104fff 64bit]
[    0.366519] pci 0000:04:00.0: BAR 4 [mem 0xa4100000-0xa4103fff 64bit]
[    0.366667] pci 0000:04:00.0: supports D1 D2
[    0.366669] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.366957] pci 0000:00:1c.3: PCI bridge to [bus 04]
[    0.367059] pci 0000:05:00.0: [144d:a804] type 00 class 0x010802 PCIe Endpoint
[    0.367100] pci 0000:05:00.0: BAR 0 [mem 0xa4000000-0xa4003fff 64bit]
[    0.367629] pci 0000:00:1d.0: PCI bridge to [bus 05]
[    0.370046] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[    0.370133] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[    0.370217] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[    0.370301] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[    0.370385] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[    0.370471] ACPI: PCI: Interrupt link LNKF configured for IRQ 11
[    0.370556] ACPI: PCI: Interrupt link LNKG configured for IRQ 11
[    0.370640] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[    0.371344] ACPI: EC: interrupt unblocked
[    0.371346] ACPI: EC: event unblocked
[    0.371436] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.371436] ACPI: EC: GPE=0x2
[    0.371436] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
[    0.371436] ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
[    0.371457] iommu: Default domain type: Translated
[    0.371457] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.371667] SCSI subsystem initialized
[    0.371676] libata version 3.00 loaded.
[    0.371676] ACPI: bus type USB registered
[    0.371676] usbcore: registered new interface driver usbfs
[    0.371676] usbcore: registered new interface driver hub
[    0.371676] usbcore: registered new device driver usb
[    0.371676] pps_core: LinuxPPS API ver. 1 registered
[    0.371676] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.371676] PTP clock support registered
[    0.371676] EDAC MC: Ver: 3.0.0
[    0.372772] efivars: Registered efivars operations
[    0.372772] NetLabel: Initializing
[    0.372772] NetLabel:  domain hash size = 128
[    0.372772] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.372777] NetLabel:  unlabeled traffic allowed by default
[    0.372795] mctp: management component transport protocol core
[    0.372795] NET: Registered PF_MCTP protocol family
[    0.372795] PCI: Using ACPI for IRQ routing
[    0.401346] PCI: pci_cache_line_size set to 64 bytes
[    0.402108] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.402111] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.402112] e820: reserve RAM buffer [mem 0x625c2018-0x63ffffff]
[    0.402114] e820: reserve RAM buffer [mem 0x625d1018-0x63ffffff]
[    0.402116] e820: reserve RAM buffer [mem 0x625e2018-0x63ffffff]
[    0.402118] e820: reserve RAM buffer [mem 0x62d3d000-0x63ffffff]
[    0.402119] e820: reserve RAM buffer [mem 0x6ac2e000-0x6bffffff]
[    0.402121] e820: reserve RAM buffer [mem 0x7a48e000-0x7bffffff]
[    0.402122] e820: reserve RAM buffer [mem 0x7ceff000-0x7fffffff]
[    0.402124] e820: reserve RAM buffer [mem 0x87f000000-0x87fffffff]
[    0.402177] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.402177] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.402177] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.402177] vgaarb: loaded
[    0.402504] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.402514] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.404468] clocksource: Switched to clocksource tsc-early
[    0.405322] VFS: Disk quotas dquot_6.6.0
[    0.405339] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.405469] AppArmor: AppArmor Filesystem Enabled
[    0.405513] pnp: PnP ACPI init
[    0.405665] system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.405669] system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.405672] system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.405674] system 00:00: [mem 0xfe000000-0xfe01ffff] has been reserved
[    0.405676] system 00:00: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.405678] system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.405680] system 00:00: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.406063] system 00:01: [io  0x2000-0x20fe] has been reserved
[    0.406305] system 00:02: [io  0x0680-0x069f] has been reserved
[    0.406308] system 00:02: [io  0xffff] has been reserved
[    0.406310] system 00:02: [io  0xffff] has been reserved
[    0.406313] system 00:02: [io  0xffff] has been reserved
[    0.406315] system 00:02: [io  0x1800-0x18fe] has been reserved
[    0.406317] system 00:02: [io  0x164e-0x164f] has been reserved
[    0.406431] system 00:03: [io  0x0800-0x087f] has been reserved
[    0.406518] system 00:05: [io  0x1854-0x1857] has been reserved
[    0.408858] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.408862] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.408864] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.408868] system 00:09: [mem 0xe0000000-0xefffffff] has been reserved
[    0.408870] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.408872] system 00:09: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.408875] system 00:09: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.408877] system 00:09: [mem 0xff000000-0xffffffff] has been reserved
[    0.408879] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.408882] system 00:09: [mem 0x80000000-0x8001ffff] has been reserved
[    0.409273] pnp: PnP ACPI: found 10 devices
[    0.415374] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.415458] NET: Registered PF_INET protocol family
[    0.415600] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.437124] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.437169] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.437291] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.437617] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.437863] TCP: Hash tables configured (established 262144 bind 65536)
[    0.437995] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[    0.438083] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.438161] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.438265] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.438272] NET: Registered PF_XDP protocol family
[    0.438277] pci 0000:01:00.0: ROM [mem 0xfff80000-0xffffffff pref]: can't claim; no compatible bridge window
[    0.438293] pci 0000:01:00.0: ROM [mem size 0x00080000 pref]: can't assign; no space
[    0.438296] pci 0000:01:00.0: ROM [mem size 0x00080000 pref]: failed to assign
[    0.438299] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.438302] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.438311] pci 0000:00:01.0:   bridge window [mem 0xa3000000-0xa3ffffff]
[    0.438317] pci 0000:00:01.0:   bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
[    0.438329] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.438340] pci 0000:00:1c.0:   bridge window [mem 0xa4300000-0xa43fffff]
[    0.438361] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.438373] pci 0000:00:1c.2:   bridge window [mem 0xa4200000-0xa42fffff]
[    0.438394] pci 0000:00:1c.3: PCI bridge to [bus 04]
[    0.438397] pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
[    0.438409] pci 0000:00:1c.3:   bridge window [mem 0xa4100000-0xa41fffff]
[    0.438430] pci 0000:00:1d.0: PCI bridge to [bus 05]
[    0.438441] pci 0000:00:1d.0:   bridge window [mem 0xa4000000-0xa40fffff]
[    0.438462] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.438465] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.438467] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000dffff window]
[    0.438469] pci_bus 0000:00: resource 7 [mem 0x80000000-0xdfffffff window]
[    0.438471] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[    0.438473] pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
[    0.438475] pci_bus 0000:01: resource 1 [mem 0xa3000000-0xa3ffffff]
[    0.438477] pci_bus 0000:01: resource 2 [mem 0x90000000-0xa1ffffff 64bit pref]
[    0.438479] pci_bus 0000:02: resource 1 [mem 0xa4300000-0xa43fffff]
[    0.438481] pci_bus 0000:03: resource 1 [mem 0xa4200000-0xa42fffff]
[    0.438483] pci_bus 0000:04: resource 0 [io  0x3000-0x3fff]
[    0.438485] pci_bus 0000:04: resource 1 [mem 0xa4100000-0xa41fffff]
[    0.438487] pci_bus 0000:05: resource 1 [mem 0xa4000000-0xa40fffff]
[    0.441063] PCI: CLS 64 bytes, default 64
[    0.441114] pci 0000:00:1f.1: [8086:a120] type 00 class 0x058000 conventional PCI endpoint
[    0.441186] pci 0000:00:1f.1: BAR 0 [mem 0xfd000000-0xfdffffff 64bit]
[    0.441478] DMAR: No ATSR found
[    0.441479] DMAR: No SATC found
[    0.441481] DMAR: IOMMU feature fl1gp_support inconsistent
[    0.441482] DMAR: IOMMU feature pgsel_inv inconsistent
[    0.441484] DMAR: IOMMU feature nwfs inconsistent
[    0.441485] DMAR: IOMMU feature pasid inconsistent
[    0.441486] DMAR: IOMMU feature eafs inconsistent
[    0.441487] DMAR: IOMMU feature prs inconsistent
[    0.441488] DMAR: IOMMU feature nest inconsistent
[    0.441489] DMAR: IOMMU feature mts inconsistent
[    0.441490] DMAR: IOMMU feature sc_support inconsistent
[    0.441491] DMAR: IOMMU feature dev_iotlb_support inconsistent
[    0.441493] DMAR: dmar0: Using Queued invalidation
[    0.441496] DMAR: dmar1: Using Queued invalidation
[    0.441531] Trying to unpack rootfs image as initramfs...
[    0.441961] pci 0000:00:02.0: Adding to iommu group 0
[    0.442463] pci 0000:00:00.0: Adding to iommu group 1
[    0.442480] pci 0000:00:01.0: Adding to iommu group 2
[    0.442507] pci 0000:00:14.0: Adding to iommu group 3
[    0.442518] pci 0000:00:14.2: Adding to iommu group 3
[    0.442533] pci 0000:00:16.0: Adding to iommu group 4
[    0.442544] pci 0000:00:17.0: Adding to iommu group 5
[    0.442557] pci 0000:00:1c.0: Adding to iommu group 6
[    0.442570] pci 0000:00:1c.2: Adding to iommu group 7
[    0.442583] pci 0000:00:1c.3: Adding to iommu group 8
[    0.442596] pci 0000:00:1d.0: Adding to iommu group 9
[    0.442622] pci 0000:00:1f.0: Adding to iommu group 10
[    0.442634] pci 0000:00:1f.2: Adding to iommu group 10
[    0.442645] pci 0000:00:1f.3: Adding to iommu group 10
[    0.442656] pci 0000:00:1f.4: Adding to iommu group 10
[    0.442661] pci 0000:01:00.0: Adding to iommu group 2
[    0.442674] pci 0000:02:00.0: Adding to iommu group 11
[    0.442687] pci 0000:03:00.0: Adding to iommu group 12
[    0.442700] pci 0000:04:00.0: Adding to iommu group 13
[    0.442712] pci 0000:05:00.0: Adding to iommu group 14
[    0.444153] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    0.444157] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.444158] software IO TLB: mapped [mem 0x0000000075f15000-0x0000000079f15000] (64MB)
[    0.445184] Initialise system trusted keyrings
[    0.445195] Key type blacklist registered
[    0.445252] workingset: timestamp_bits=36 max_order=23 bucket_order=0
[    0.445264] zbud: loaded
[    0.445559] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.445658] fuse: init (API version 7.39)
[    0.445804] integrity: Platform Keyring initialized
[    0.445808] integrity: Machine keyring initialized
[    0.460458] Key type asymmetric registered
[    0.460461] Asymmetric key parser 'x509' registered
[    0.460483] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.460549] io scheduler mq-deadline registered
[    0.461155] pcieport 0000:00:01.0: PME: Signaling with IRQ 122
[    0.461438] pcieport 0000:00:1c.0: PME: Signaling with IRQ 123
[    0.461510] pcieport 0000:00:1c.0: AER: enabled with IRQ 123
[    0.461804] pcieport 0000:00:1c.2: PME: Signaling with IRQ 124
[    0.462100] pcieport 0000:00:1c.3: PME: Signaling with IRQ 125
[    0.462381] pcieport 0000:00:1d.0: PME: Signaling with IRQ 126
[    0.462446] pcieport 0000:00:1d.0: AER: enabled with IRQ 126
[    0.462562] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.463682] ACPI: AC: AC Adapter [ADP0] (on-line)
[    0.463758] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.463780] ACPI: button: Lid Switch [LID0]
[    0.463813] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.463835] ACPI: button: Power Button [PWRB]
[    0.463868] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.463928] ACPI: button: Power Button [PWRF]
[    0.465163] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.468108] Linux agpgart interface v0.103
[    0.478162] loop: module loaded
[    0.478572] ACPI: bus type drm_connector registered
[    0.478858] tun: Universal TUN/TAP device driver, 1.6
[    0.478904] PPP generic driver version 2.4.2
[    0.479052] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    0.482564] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.482571] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.482735] mousedev: PS/2 mouse device common for all mice
[    0.483025] rtc_cmos 00:04: RTC can wake from S4
[    0.483821] rtc_cmos 00:04: registered as rtc0
[    0.483951] rtc_cmos 00:04: setting system clock to 2025-01-13T14:01:17 UTC (1736776877)
[    0.483987] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
[    0.484001] i2c_dev: i2c /dev entries driver
[    0.484355] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    0.484378] device-mapper: uevent: version 1.0.3
[    0.484446] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[    0.484485] platform eisa.0: Probing EISA bus 0
[    0.484492] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    0.484494] platform eisa.0: Cannot allocate resource for EISA slot 1
[    0.484496] platform eisa.0: Cannot allocate resource for EISA slot 2
[    0.484504] platform eisa.0: Cannot allocate resource for EISA slot 3
[    0.484505] platform eisa.0: Cannot allocate resource for EISA slot 4
[    0.484507] platform eisa.0: Cannot allocate resource for EISA slot 5
[    0.484509] platform eisa.0: Cannot allocate resource for EISA slot 6
[    0.484510] platform eisa.0: Cannot allocate resource for EISA slot 7
[    0.484512] platform eisa.0: Cannot allocate resource for EISA slot 8
[    0.484514] platform eisa.0: EISA: Detected 0 cards
[    0.484517] intel_pstate: Intel P-state driver initializing
[    0.484893] intel_pstate: Disabling energy efficiency optimization
[    0.484894] intel_pstate: HWP enabled
[    0.485003] ledtrig-cpu: registered to indicate activity on CPUs
[    0.485243] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
[    0.485372] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    0.485941] fbcon: Deferring console take-over
[    0.485945] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    0.486065] drop_monitor: Initializing network drop monitor service
[    0.486170] NET: Registered PF_INET6 protocol family
[    0.537875] ACPI: battery: Slot [BAT0] (battery present)
[    0.790830] Freeing initrd memory: 70376K
[    0.796714] Segment Routing with IPv6
[    0.796729] In-situ OAM (IOAM) with IPv6
[    0.796759] NET: Registered PF_PACKET protocol family
[    0.796929] Key type dns_resolver registered
[    0.797768] microcode: Current revision: 0x000000f8
[    0.797770] microcode: Updated early from: 0x0000008e
[    0.798205] IPI shorthand broadcast: enabled
[    0.799950] sched_clock: Marking stable (796001463, 3497239)->(821251593, -21752891)
[    0.800144] registered taskstats version 1
[    0.800667] Loading compiled-in X.509 certificates
[    0.801237] Loaded X.509 cert 'Build time autogenerated kernel key: 9e009042580516cb2eeee03d1feba9bce9f24f7d'
[    0.801717] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[    0.802107] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[    0.802109] blacklist: Loading compiled-in revocation X.509 certificates
[    0.802127] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[    0.802139] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2017): 242ade75ac4a15e50d50c84b0d45ff3eae707a03'
[    0.802150] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (ESM 2018): 365188c1d374d6b07c3c8f240f8ef722433d6a8b'
[    0.802162] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2019): c0746fd6c5da3ae827864651ad66ae47fe24b3e8'
[    0.802174] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v1): a8d54bbb3825cfb94fa13c9f8a594a195c107b8d'
[    0.802185] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v2): 4cf046892d6fd3c9a5b03f98d845f90851dc6a8c'
[    0.802197] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v3): 100437bb6de6e469b581e61cd66bce3ef4ed53af'
[    0.802209] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (Ubuntu Core 2019): c1d57b8f6b743f23ee41f4f7ee292f06eecadfb9'
[    0.806079] Key type .fscrypt registered
[    0.806081] Key type fscrypt-provisioning registered
[    0.806143] Key type trusted registered
[    0.820923] Key type encrypted registered
[    0.820935] AppArmor: AppArmor sha256 policy hashing enabled
[    0.823390] integrity: Loading X.509 certificate: UEFI:db
[    0.823434] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.823436] integrity: Loading X.509 certificate: UEFI:db
[    0.823453] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.823454] integrity: Loading X.509 certificate: UEFI:db
[    0.823457] integrity: Problem loading X.509 certificate -65
[    0.823458] integrity: Error adding keys to platform keyring UEFI:db
[    0.823459] integrity: Loading X.509 certificate: UEFI:db
[    0.823886] integrity: Loaded X.509 cert 'MEDION Certificate: 8742f4c8e657b4a44f303df3728573a7'
[    0.829558] Loading compiled-in module X.509 certificates
[    0.830033] Loaded X.509 cert 'Build time autogenerated kernel key: 9e009042580516cb2eeee03d1feba9bce9f24f7d'
[    0.830036] ima: Allocated hash algorithm: sha256
[    0.843220] ima: No architecture policies found
[    0.843237] evm: Initialising EVM extended attributes:
[    0.843239] evm: security.selinux
[    0.843240] evm: security.SMACK64
[    0.843241] evm: security.SMACK64EXEC
[    0.843242] evm: security.SMACK64TRANSMUTE
[    0.843243] evm: security.SMACK64MMAP
[    0.843244] evm: security.apparmor
[    0.843245] evm: security.ima
[    0.843246] evm: security.capability
[    0.843247] evm: HMAC attrs: 0x1
[    0.843574] PM:   Magic number: 9:391:30
[    0.850452] RAS: Correctable Errors collector initialized.
[    0.850545] clk: Disabling unused clocks
[    0.852339] Freeing unused decrypted memory: 2028K
[    0.853239] Freeing unused kernel image (initmem) memory: 4972K
[    0.853368] Write protecting the kernel read-only data: 36864k
[    0.853927] Freeing unused kernel image (rodata/data gap) memory: 428K
[    0.907783] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.907785] x86/mm: Checking user space page tables
[    0.948459] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.948463] Run /init as init process
[    0.948464]   with arguments:
[    0.948465]     /init
[    0.948467]     splash
[    0.948467]   with environment:
[    0.948468]     HOME=/
[    0.948469]     TERM=linux
[    0.948470]     BOOT_IMAGE=/boot/vmlinuz-6.8.0-51-generic
[    1.042514] wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: 00000000-0000-0000-0000-000000000000 has zero instances
[    1.042519] wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: 00000000-0000-0000-0000-000000000000 has zero instances
[    1.042522] wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: 00000000-0000-0000-0000-000000000000 has zero instances
[    1.042524] wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: 00000000-0000-0000-0000-000000000000 has zero instances
[    1.070828] sdhci: Secure Digital Host Controller Interface driver
[    1.070832] sdhci: Copyright(c) Pierre Ossman
[    1.072769] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.072776] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.074008] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
[    1.075173] ahci 0000:00:17.0: version 3.0
[    1.076138] r8169 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
[    1.077733] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.077741] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.077747] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    1.077803] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.08
[    1.077807] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.077809] usb usb1: Product: xHCI Host Controller
[    1.077813] usb usb1: Manufacturer: Linux 6.8.0-51-generic xhci-hcd
[    1.077816] usb usb1: SerialNumber: 0000:00:14.0
[    1.078233] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    1.078267] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    1.079945] sdhci-pci 0000:02:00.0: SDHCI controller found [1217:8621] (rev 1)
[    1.080026] hub 1-0:1.0: USB hub found
[    1.080094] hub 1-0:1.0: 16 ports detected
[    1.082007] i2c i2c-0: 2/2 memory slots populated (from DMI)
[    1.082616] i2c i2c-0: Successfully instantiated SPD at 0x50
[    1.084110] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.08
[    1.084114] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.084116] usb usb2: Product: xHCI Host Controller
[    1.084118] usb usb2: Manufacturer: Linux 6.8.0-51-generic xhci-hcd
[    1.084120] usb usb2: SerialNumber: 0000:00:14.0
[    1.087537] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x4 impl SATA mode
[    1.087544] ahci 0000:00:17.0: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds apst 
[    1.088514] hub 2-0:1.0: USB hub found
[    1.088546] hub 2-0:1.0: 8 ports detected
[    1.088706] scsi host0: ahci
[    1.089257] scsi host1: ahci
[    1.092233] scsi host2: ahci
[    1.093087] ata1: DUMMY
[    1.093089] ata2: DUMMY
[    1.093092] ata3: SATA max UDMA/133 abar m2048@0xa442c000 port 0xa442c200 irq 135 lpm-pol 3
[    1.097658] mmc0: SDHCI controller on PCI [0000:02:00.0] using ADMA
[    1.097946] r8169 0000:04:00.0 eth0: RTL8168gu/8111gu, 54:e1:ad:9e:eb:c1, XID 509, IRQ 137
[    1.097954] r8169 0000:04:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    1.318588] usb 1-1: new full-speed USB device number 2 using xhci_hcd
[    1.402603] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.432289] ata3.00: ATA-10: ST1000LM035-1RK172, LCM2, max UDMA/133
[    1.448211] usb 1-1: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.11
[    1.448223] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.448229] usb 1-1: Product: USB Receiver
[    1.448233] usb 1-1: Manufacturer: Logitech
[    1.476543] tsc: Refined TSC clocksource calibration: 2807.999 MHz
[    1.476560] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2879c523a63, max_idle_ns: 440795252908 ns
[    1.477259] clocksource: Switched to clocksource tsc
[    1.537445] ata3.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.564579] usb 1-6: new high-speed USB device number 3 using xhci_hcd
[    1.586919] ata3.00: configured for UDMA/133
[    1.596572] scsi 2:0:0:0: Direct-Access     ATA      ST1000LM035-1RK1 LCM2 PQ: 0 ANSI: 5
[    1.597539] sd 2:0:0:0: Attached scsi generic sg0 type 0
[    1.597620] sd 2:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.597640] sd 2:0:0:0: [sda] 4096-byte physical blocks
[    1.597717] sd 2:0:0:0: [sda] Write Protect is off
[    1.597728] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.597838] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.597899] sd 2:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[    1.654561]  sda: sda1 sda2
[    1.654934] sd 2:0:0:0: [sda] Attached SCSI disk
[    1.661775] nvme nvme0: pci function 0000:05:00.0
[    1.671592] r8169 0000:04:00.0 enp4s0: renamed from eth0
[    1.674010] nvme nvme0: 8/0/0 default/read/poll queues
[    1.697169]  nvme0n1: p1 p2
[    1.701937] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x6d4f00)
[    1.705182] usb 1-6: New USB device found, idVendor=174f, idProduct=2414, bcdDevice= 0.06
[    1.705198] usb 1-6: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    1.705207] usb 1-6: Product: EasyCamera
[    1.705213] usb 1-6: Manufacturer: T170908C1154
[    1.717799] psmouse serio1: elantech: Synaptics capabilities query result 0x70, 0x15, 0x0c.
[    1.733526] psmouse serio1: elantech: Elan sample query result 02, 2d, a8
[    1.816922] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input5
[    1.820604] usb 1-11: new full-speed USB device number 4 using xhci_hcd
[    1.948520] usb 1-11: New USB device found, idVendor=8087, idProduct=0a2b, bcdDevice= 0.10
[    1.948536] usb 1-11: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.972435] hid: raw HID events driver (C) Jiri Kosina
[    1.981668] usbcore: registered new interface driver usbhid
[    1.981675] usbhid: USB HID core driver
[    1.988267] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:046D:C52B.0001/input/input6
[    2.039977] hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-1/input0
[    2.040674] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C52B.0002/input/input7
[    2.041224] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C52B.0002/input/input8
[    2.092920] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C52B.0002/input/input9
[    2.093565] hid-generic 0003:046D:C52B.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-1/input1
[    2.094368] hid-generic 0003:046D:C52B.0003: hiddev1,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-1/input2
[    2.166587] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-1/input2
[    2.279835] input: Logitech Wireless Device PID:407b Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:407B.0004/input/input11
[    2.280231] input: Logitech Wireless Device PID:407b Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:407B.0004/input/input12
[    2.281247] hid-generic 0003:046D:407B.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech Wireless Device PID:407b] on usb-0000:00:14.0-1/input2:1
[    2.331402] input: Logitech MX Vertical as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:407B.0004/input/input16
[    2.331992] logitech-hidpp-device 0003:046D:407B.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech MX Vertical] on usb-0000:00:14.0-1/input2:1
[    2.424432] fbcon: Taking over console
[    2.431974] Console: switching to colour frame buffer device 240x67
[    2.442442] EXT4-fs (nvme0n1p2): mounted filesystem a5bf0169-ecaf-4a52-ab44-6ea1530bda57 ro with ordered data mode. Quota mode: none.
[    2.578169] systemd[1]: Inserted module 'autofs4'
[    2.664171] systemd[1]: systemd 249.11-0ubuntu3.12 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    2.664277] systemd[1]: Detected architecture x86-64.
[    2.664499] systemd[1]: Hostname set to <bontalexel>.
[    2.696883] block nvme0n1: the capability attribute has been deprecated.
[    2.730992] systemd[1]: Configuration file /run/systemd/system/netplan-ovs-cleanup.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
[    2.737603] systemd[1]: /etc/systemd/system/teamviewerd.service:9: PIDFile= references a path below legacy directory /var/run/, updating /var/run/teamviewerd.pid → /run/teamviewerd.pid; please update the unit file accordingly.
[    2.747915] systemd[1]: /lib/systemd/system/snapd.service:23: Unknown key name 'RestartMode' in section 'Service', ignoring.
[    2.789719] systemd[1]: Queued start job for default target Graphical Interface.
[    2.801919] systemd[1]: Created slice Slice /system/modprobe.
[    2.802928] systemd[1]: Created slice Slice /system/postgresql.
[    2.803681] systemd[1]: Created slice Slice /system/systemd-fsck.
[    2.804239] systemd[1]: Created slice User and Session Slice.
[    2.804465] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    2.805000] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.805160] systemd[1]: Reached target User and Group Name Lookups.
[    2.805208] systemd[1]: Reached target Remote File Systems.
[    2.805244] systemd[1]: Reached target Slice Units.
[    2.805293] systemd[1]: Reached target Mounting snaps.
[    2.805358] systemd[1]: Reached target Local Verity Protected Volumes.
[    2.805743] systemd[1]: Listening on Syslog Socket.
[    2.806002] systemd[1]: Listening on fsck to fsckd communication Socket.
[    2.806167] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    2.806717] systemd[1]: Listening on Journal Audit Socket.
[    2.806985] systemd[1]: Listening on Journal Socket (/dev/log).
[    2.807314] systemd[1]: Listening on Journal Socket.
[    2.807722] systemd[1]: Listening on udev Control Socket.
[    2.807968] systemd[1]: Listening on udev Kernel Socket.
[    2.810022] systemd[1]: Mounting Huge Pages File System...
[    2.812185] systemd[1]: Mounting POSIX Message Queue File System...
[    2.814156] systemd[1]: Mounting Kernel Debug File System...
[    2.815859] systemd[1]: Mounting Kernel Trace File System...
[    2.818983] systemd[1]: Starting Journal Service...
[    2.820520] systemd[1]: Starting Set the console keyboard layout...
[    2.821928] systemd[1]: Starting Create List of Static Device Nodes...
[    2.823347] systemd[1]: Starting Load Kernel Module configfs...
[    2.825289] systemd[1]: Starting Load Kernel Module drm...
[    2.827235] systemd[1]: Starting Load Kernel Module efi_pstore...
[    2.828634] systemd[1]: Starting Load Kernel Module fuse...
[    2.828868] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    2.830449] systemd[1]: Starting Load Kernel Modules...
[    2.831523] systemd[1]: Starting Remount Root and Kernel File Systems...
[    2.832534] pstore: Using crash dump compression: deflate
[    2.833203] systemd[1]: Starting Coldplug All udev Devices...
[    2.835861] systemd[1]: Mounted Huge Pages File System.
[    2.835973] systemd[1]: Mounted POSIX Message Queue File System.
[    2.836067] systemd[1]: Mounted Kernel Debug File System.
[    2.836226] systemd[1]: Mounted Kernel Trace File System.
[    2.836681] systemd[1]: Finished Create List of Static Device Nodes.
[    2.837074] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    2.837407] systemd[1]: Finished Load Kernel Module configfs.
[    2.837835] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    2.838185] systemd[1]: Finished Load Kernel Module drm.
[    2.838615] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    2.838899] systemd[1]: Finished Load Kernel Module fuse.
[    2.840297] systemd[1]: Mounting FUSE Control File System...
[    2.842577] systemd[1]: Mounting Kernel Configuration File System...
[    2.844339] systemd[1]: Mounted FUSE Control File System.
[    2.845963] systemd[1]: Mounted Kernel Configuration File System.
[    2.852594] EXT4-fs (nvme0n1p2): re-mounted a5bf0169-ecaf-4a52-ab44-6ea1530bda57 r/w. Quota mode: none.
[    2.854443] systemd[1]: Finished Remount Root and Kernel File Systems.
[    2.856114] systemd[1]: Activating swap /swapfile...
[    2.857644] systemd[1]: Starting Load/Save Random Seed...
[    2.858142] lp: driver loaded but no devices found
[    2.859685] systemd[1]: Starting Create System Users...
[    2.862117] Adding 2097148k swap on /swapfile.  Priority:-2 extents:16 across:251789312k SS
[    2.862191] systemd[1]: Activated swap /swapfile.
[    2.862261] systemd[1]: Reached target Swaps.
[    2.871830] ppdev: user-space parallel port driver
[    2.872608] systemd[1]: Finished Load/Save Random Seed.
[    2.872897] systemd[1]: Condition check resulted in First Boot Complete being skipped.
[    2.877831] pstore: Registered efi_pstore as persistent store backend
[    2.878532] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[    2.878891] systemd[1]: Finished Load Kernel Module efi_pstore.
[    2.879155] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    2.880641] systemd[1]: Finished Create System Users.
[    2.891783] systemd[1]: Starting Create Static Device Nodes in /dev...
[    2.892570] systemd[1]: Finished Load Kernel Modules.
[    2.894029] systemd[1]: Starting Apply Kernel Variables...
[    2.897674] systemd[1]: Started Journal Service.
[    2.903070] systemd-journald[296]: Received client request to flush runtime journal.
[    2.910281] loop0: detected capacity change from 0 to 8
[    2.912231] loop1: detected capacity change from 0 to 212976
[    2.914527] loop2: detected capacity change from 0 to 213384
[    2.916661] loop3: detected capacity change from 0 to 113992
[    2.918624] loop4: detected capacity change from 0 to 113384
[    2.920371] loop5: detected capacity change from 0 to 131016
[    2.922578] loop6: detected capacity change from 0 to 130448
[    2.924154] loop7: detected capacity change from 0 to 151296
[    2.926569] loop8: detected capacity change from 0 to 151288
[    2.928131] loop9: detected capacity change from 0 to 560488
[    2.929962] loop10: detected capacity change from 0 to 562880
[    2.931961] loop11: detected capacity change from 0 to 716176
[    2.933657] loop12: detected capacity change from 0 to 1032504
[    2.935913] loop13: detected capacity change from 0 to 1034424
[    2.937452] loop14: detected capacity change from 0 to 280
[    2.939945] loop15: detected capacity change from 0 to 187776
[    2.941375] loop16: detected capacity change from 0 to 26472
[    2.943513] loop17: detected capacity change from 0 to 24984
[    2.945124] loop18: detected capacity change from 0 to 90720
[    2.947618] loop19: detected capacity change from 0 to 91008
[    2.949478] loop20: detected capacity change from 0 to 1128
[    2.950586] loop21: detected capacity change from 0 to 1136
[    2.952600] loop22: detected capacity change from 0 to 657576
[    2.954123] loop23: detected capacity change from 0 to 657616
[    3.180857] input: Ideapad extra buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input17
[    3.185173] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    3.207189] ideapad_acpi VPC2004:00: DYTC interface is not available
[    3.244656] ee1004 0-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[    3.263917] Bluetooth: Core ver 2.22
[    3.263941] NET: Registered PF_BLUETOOTH protocol family
[    3.263943] Bluetooth: HCI device and connection manager initialized
[    3.263947] Bluetooth: HCI socket layer initialized
[    3.263950] Bluetooth: L2CAP socket layer initialized
[    3.263955] Bluetooth: SCO socket layer initialized
[    3.310597] mc: Linux media interface: v0.10
[    3.314753] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    3.314970] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    3.315203] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[    3.326992] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    3.326997] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    3.327000] RAPL PMU: hw unit of domain package 2^-14 Joules
[    3.327001] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    3.327003] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    3.336048] videodev: Linux video capture interface: v2.00
[    3.337535] cryptd: max_cpu_qlen set to 1000
[    3.347551] Intel(R) Wireless WiFi driver for Linux
[    3.347949] AVX2 version of gcm_enc/dec engaged.
[    3.347991] AES CTR mode by8 optimization enabled
[    3.356616] iwlwifi 0000:03:00.0: Detected crf-id 0xbadcafe, cnv-id 0x10 wfpm id 0x80000000
[    3.356795] iwlwifi 0000:03:00.0: PCI dev 24fd/1010, rev=0x230, rfid=0xd55555d5
[    3.375803] iwlwifi 0000:03:00.0: loaded firmware version 36.ca7b901d.0 8265-36.ucode op_mode iwlmvm
[    3.386932] Bluetooth: hci0: Bootloader revision 0.0 build 26 week 38 2015
[    3.387023] usbcore: registered new interface driver btusb
[    3.387983] Bluetooth: hci0: Device revision is 16
[    3.387987] Bluetooth: hci0: Secure boot is enabled
[    3.387988] Bluetooth: hci0: OTP lock is enabled
[    3.387990] Bluetooth: hci0: API lock is enabled
[    3.387991] Bluetooth: hci0: Debug lock is disabled
[    3.387993] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    3.388004] usb 1-6: Found UVC 1.00 device EasyCamera (174f:2414)
[    3.392184] Bluetooth: hci0: Found device firmware: intel/ibt-12-16.sfi
[    3.404246] usbcore: registered new interface driver uvcvideo
[    4.085316] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20230628/nsarguments-61)
[    4.085796] pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power, 
[    4.085802] VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.PEG0.PEGP handle
[    4.085804] nouveau: detected PR support, will not use DSM
[    4.085832] nouveau 0000:01:00.0: enabling device (0006 -> 0007)
[    4.086350] nouveau 0000:01:00.0: NVIDIA GP107 (137000a1)
[    4.089430] i915 0000:00:02.0: [drm] VT-d active for gfx access
[    4.094690] Console: switching to colour dummy device 80x25
[    4.111476] i915 0000:00:02.0: vgaarb: deactivate vga console
[    4.111555] i915 0000:00:02.0: [drm] Using Transparent Hugepages
[    4.130718] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    4.131796] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[    4.134741] audit: type=1400 audit(1736776881.150:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=537 comm="apparmor_parser"
[    4.135291] audit: type=1400 audit(1736776881.150:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=538 comm="apparmor_parser"
[    4.136183] audit: type=1400 audit(1736776881.150:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=538 comm="apparmor_parser"
[    4.136191] audit: type=1400 audit(1736776881.151:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=544 comm="apparmor_parser"
[    4.136195] audit: type=1400 audit(1736776881.151:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=544 comm="apparmor_parser"
[    4.136198] audit: type=1400 audit(1736776881.151:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=544 comm="apparmor_parser"
[    4.138310] audit: type=1400 audit(1736776881.153:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ubuntu_pro_apt_news" pid=541 comm="apparmor_parser"
[    4.140109] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[    4.140390] audit: type=1400 audit(1736776881.155:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="tcpdump" pid=545 comm="apparmor_parser"
[    4.141697] audit: type=1400 audit(1736776881.157:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=551 comm="apparmor_parser"
[    4.168368] nouveau 0000:01:00.0: bios: version 86.07.3a.00.27
[    4.171001] nouveau 0000:01:00.0: pmu: firmware unavailable
[    4.186287] i915 0000:00:02.0: [drm] [ENCODER:102:DDI B/PHY B] is disabled/in DSI mode with an ungated DDI clock, gate it
[    4.186307] i915 0000:00:02.0: [drm] [ENCODER:111:DDI C/PHY C] is disabled/in DSI mode with an ungated DDI clock, gate it
[    4.230135] nouveau 0000:01:00.0: fb: 4096 MiB GDDR5
[    4.284917] iwlwifi 0000:03:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
[    4.285025] thermal thermal_zone1: failed to read out thermal zone (-61)
[    4.350040] iwlwifi 0000:03:00.0: base HW address: 44:03:2c:bf:d1:af, OTP minor version: 0x0
[    4.433600] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    4.444537] iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
[    4.559003] [drm] Initialized i915 1.6.0 20230929 for 0000:00:02.0 on minor 1
[    4.560832] ACPI: video: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[    4.560852] ACPI: video: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
[    4.560912] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input18
[    4.563219] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    4.563430] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input19
[    4.563643] i915 display info: display version: 9
[    4.563647] i915 display info: cursor_needs_physical: no
[    4.563649] i915 display info: has_cdclk_crawl: no
[    4.563651] i915 display info: has_cdclk_squash: no
[    4.563652] i915 display info: has_ddi: yes
[    4.563654] i915 display info: has_dp_mst: yes
[    4.563656] i915 display info: has_dsb: no
[    4.563657] i915 display info: has_fpga_dbg: yes
[    4.563659] i915 display info: has_gmch: no
[    4.563661] i915 display info: has_hotplug: yes
[    4.563662] i915 display info: has_hti: no
[    4.563664] i915 display info: has_ipc: yes
[    4.563665] i915 display info: has_overlay: no
[    4.563667] i915 display info: has_psr: yes
[    4.563669] i915 display info: has_psr_hw_tracking: yes
[    4.563670] i915 display info: overlay_needs_physical: no
[    4.563672] i915 display info: supports_tv: no
[    4.563674] i915 display info: has_hdcp: yes
[    4.563675] i915 display info: has_dmc: yes
[    4.563677] i915 display info: has_dsc: no
[    4.563728] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    4.565738] vga_switcheroo: enabled
[    4.566249] nouveau 0000:01:00.0: DRM: VRAM: 4096 MiB
[    4.566253] nouveau 0000:01:00.0: DRM: GART: 536870912 MiB
[    4.566257] nouveau 0000:01:00.0: DRM: BIT table 'A' not found
[    4.566259] nouveau 0000:01:00.0: DRM: BIT table 'L' not found
[    4.566261] nouveau 0000:01:00.0: DRM: Pointer to TMDS table not found
[    4.568408] nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
[    4.568990] [drm] Initialized nouveau 1.4.0 20120801 for 0000:01:00.0 on minor 2
[    4.569076] nouveau 0000:01:00.0: [drm] No compatible format found
[    4.569080] nouveau 0000:01:00.0: [drm] Cannot find any crtc or sizes
[    4.569087] nouveau 0000:01:00.0: DRM: Disabling PCI power management to avoid bug
[    4.657005] fbcon: i915drmfb (fb0) is primary device
[    4.657049] Console: switching to colour frame buffer device 240x67
[    4.657058] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    4.719399] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC233: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    4.719407] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    4.719410] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    4.719414] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    4.719416] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    4.719418] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x19
[    4.719420] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[    4.744677] intel_tcc_cooling: Programmable TCC Offset detected
[    4.760777] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    4.760784] Bluetooth: BNEP filters: protocol multicast
[    4.760789] Bluetooth: BNEP socket layer initialized
[    4.793062] resource: resource sanity check: requesting [mem 0x00000000fdffe800-0x00000000fe0007ff], which spans more than pnp 00:00 [mem 0xfdb00000-0xfdffffff]
[    4.793069] caller get_primary_reg_base+0x4f/0xb0 [intel_pmc_core] mapping multiple BARs
[    4.793098] intel_pmc_core intel_pmc_core.0:  initialized
[    4.830572] intel_rapl_common: Found RAPL domain package
[    4.830577] intel_rapl_common: Found RAPL domain core
[    4.830579] intel_rapl_common: Found RAPL domain uncore
[    4.830581] intel_rapl_common: Found RAPL domain dram
[    4.830964] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[    4.831100] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
[    4.831205] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
[    4.831309] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
[    4.831433] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
[    4.952190] Bluetooth: hci0: Waiting for firmware download to complete
[    4.952926] Bluetooth: hci0: Firmware loaded in 1524157 usecs
[    4.953021] Bluetooth: hci0: Waiting for device to boot
[    4.965945] Bluetooth: hci0: Device booted in 12688 usecs
[    4.966018] Bluetooth: hci0: Malformed MSFT vendor event: 0x02
[    4.966206] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-12-16.ddc
[    4.969167] Bluetooth: hci0: Applying Intel DDC parameters completed
[    4.969936] Bluetooth: hci0: Firmware revision 0.1 build 19 week 44 2021
[    4.972113] Bluetooth: hci0: Reading supported features failed (-16)
[    4.972120] Bluetooth: hci0: Error reading debug features
[    4.972124] Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
[    5.007965] Generic FE-GE Realtek PHY r8169-0-400:00: attached PHY driver (mii_bus:phy_addr=r8169-0-400:00, irq=MAC)
[    5.033181] Bluetooth: MGMT ver 1.22
[    5.037087] NET: Registered PF_ALG protocol family
[    5.139690] r8169 0000:04:00.0 enp4s0: Link is Down
[    5.370833] iwlwifi 0000:03:00.0: Registered PHC clock: iwlwifi-PTP, with index: 0
[    6.021852] loop24: detected capacity change from 0 to 8
[    8.862966] wlp3s0: 80 MHz not supported, disabling VHT
[    8.873964] wlp3s0: authenticate with 5c:8c:30:24:14:a9 (local address=44:03:2c:bf:d1:af)
[    8.875560] wlp3s0: send auth to 5c:8c:30:24:14:a9 (try 1/3)
[    8.883927] wlp3s0: authenticated
[    8.884570] wlp3s0: associate with 5c:8c:30:24:14:a9 (try 1/3)
[    8.893459] wlp3s0: RX AssocResp from 5c:8c:30:24:14:a9 (capab=0x1c11 status=0 aid=1)
[    8.897664] wlp3s0: associated
[    8.950157] wlp3s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 5c:8c:30:24:14:a9
[   12.484984] nouveau 0000:01:00.0: Enabling HDA controller
[   15.364926] kauditd_printk_skb: 54 callbacks suppressed
[   15.364929] audit: type=1400 audit(1736776892.380:65): apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/23545/usr/lib/snapd/snap-confine" pid=1166 comm="snap-confine" capability=12  capname="net_admin"
[   15.364934] audit: type=1400 audit(1736776892.380:66): apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/23545/usr/lib/snapd/snap-confine" pid=1166 comm="snap-confine" capability=38  capname="perfmon"
[   15.366643] audit: type=1400 audit(1736776892.382:67): apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/23545/usr/lib/snapd/snap-confine" pid=1166 comm="snap-confine" capability=4  capname="fsetid"
[   16.741246] rfkill: input handler disabled
[   43.754678] audit: type=1400 audit(1736776920.860:68): apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/23545/usr/lib/snapd/snap-confine" pid=1569 comm="snap-confine" capability=12  capname="net_admin"
[   43.754686] audit: type=1400 audit(1736776920.860:69): apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/23545/usr/lib/snapd/snap-confine" pid=1569 comm="snap-confine" capability=38  capname="perfmon"
[   43.854494] Bluetooth: RFCOMM TTY layer initialized
[   43.854503] Bluetooth: RFCOMM socket layer initialized
[   43.854508] Bluetooth: RFCOMM ver 1.11
[   43.939705] rfkill: input handler enabled
[   45.538031] nouveau 0000:01:00.0: Enabling HDA controller
[   47.458910] audit: type=1400 audit(1736776924.579:70): apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/23545/usr/lib/snapd/snap-confine" pid=2024 comm="snap-confine" capability=4  capname="fsetid"
[   47.478909] rfkill: input handler disabled
[   48.105566] audit: type=1400 audit(1736776925.227:71): apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/23545/usr/lib/snapd/snap-confine" pid=2143 comm="snap-confine" capability=12  capname="net_admin"
[   48.105576] audit: type=1400 audit(1736776925.227:72): apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/23545/usr/lib/snapd/snap-confine" pid=2143 comm="snap-confine" capability=38  capname="perfmon"
[   50.708030] audit: type=1107 audit(1736776927.837:73): pid=621 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.8" pid=2024 label="snap.snap-store.ubuntu-software" peer_pid=635 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
[   50.708875] audit: type=1107 audit(1736776927.838:74): pid=621 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.PolicyKit1.Authority" member="CheckAuthorization" mask="send" name=":1.8" pid=2024 label="snap.snap-store.ubuntu-software" peer_pid=635 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
[   50.716484] audit: type=1107 audit(1736776927.846:75): pid=621 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.8" pid=2024 label="snap.snap-store.ubuntu-software" peer_pid=635 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
[   50.717066] audit: type=1107 audit(1736776927.846:76): pid=621 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.PolicyKit1.Authority" member="CheckAuthorization" mask="send" name=":1.8" pid=2024 label="snap.snap-store.ubuntu-software" peer_pid=635 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
[   50.990056] audit: type=1400 audit(1736776928.121:77): apparmor="DENIED" operation="open" class="file" profile="snap.snap-store.ubuntu-software" name="/etc/appstream.conf" pid=2024 comm="snap-store" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0

Hmm, that looks all fine, the disk is mounted R/W on boot and there are no actual errors…

I shut down the laptop and booted again, and bizarrely, the sudo dmesg command brought out something different now.

[   15.801696] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.801710] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.801725] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.801739] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.801754] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.801770] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.801784] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.801799] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.801813] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.801827] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.801841] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.801855] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.801869] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.801884] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.801898] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.801912] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.801926] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.801940] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.801954] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.801968] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.801983] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.801997] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.802011] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.802025] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.802039] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.802054] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.802070] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.802086] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.802101] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.802115] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.802129] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.802143] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.802157] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.829378] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.829384] systemd-journald[295]: /dev/kmsg buffer overrun, some messages lost.
[   15.829392] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.829407] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.829421] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.829435] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.829448] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.829462] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.829476] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.829490] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.829505] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.829544] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.829559] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.829587] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.829614] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.829629] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.829644] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.829673] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.829691] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.829719] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.829735] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.829751] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.829788] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.829818] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.829834] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.829851] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.829865] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.829879] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.829893] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.829907] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.829921] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.829935] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.829949] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.829963] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.829977] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.829991] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830005] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830019] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830033] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830047] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830061] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830075] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830089] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830103] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830117] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830131] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830145] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830159] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830173] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830187] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830193] systemd-journald[295]: /dev/kmsg buffer overrun, some messages lost.
[   15.830201] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830215] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830229] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830243] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830257] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830271] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830285] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830299] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830313] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830326] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830340] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830354] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830368] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830382] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830396] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830410] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830424] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830438] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830452] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830466] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830480] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830494] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830512] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830548] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830563] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830590] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830616] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830632] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830649] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830678] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830707] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830723] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830740] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830756] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830773] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830789] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830803] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830818] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830832] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830846] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830860] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830874] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830888] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830902] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830916] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830930] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830944] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830958] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830963] systemd-journald[295]: /dev/kmsg buffer overrun, some messages lost.
[   15.830972] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.830986] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831000] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831014] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831028] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831041] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831055] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831069] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831083] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831097] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831111] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831125] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831139] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831153] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831167] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831181] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831195] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831209] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831223] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831237] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831251] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831265] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831279] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831293] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831307] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831322] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831336] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831350] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831364] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831378] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831383] systemd-journald[295]: /dev/kmsg buffer overrun, some messages lost.
[   15.831392] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831407] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831420] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831434] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831448] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831463] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831477] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831491] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831527] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831571] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831598] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831625] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831639] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831655] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831684] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831701] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831717] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831745] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831762] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831779] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831795] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831812] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831829] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831843] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831857] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831871] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831885] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831899] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831913] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831927] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831941] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831955] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831969] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831983] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.831997] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832011] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832026] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832039] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832053] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832067] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832072] systemd-journald[295]: /dev/kmsg buffer overrun, some messages lost.
[   15.832081] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832095] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832109] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832123] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832137] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832151] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832164] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832178] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832192] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832206] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832220] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832234] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832248] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832262] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832276] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832290] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832304] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832317] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832331] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832345] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832359] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832373] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832387] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832402] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832416] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832429] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832443] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832448] systemd-journald[295]: /dev/kmsg buffer overrun, some messages lost.
[   15.832457] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832472] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832485] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832499] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832551] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832578] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832605] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832619] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832635] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832651] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832668] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832696] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832712] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832729] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832746] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832763] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832779] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832793] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832808] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832822] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832836] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832850] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832864] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832878] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832892] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832906] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832920] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832934] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832949] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832963] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832977] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.832991] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833005] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833019] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833033] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833047] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833061] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833075] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833089] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833094] systemd-journald[295]: /dev/kmsg buffer overrun, some messages lost.
[   15.833103] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833117] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833131] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833145] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833159] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833172] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833186] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833200] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833214] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833228] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833242] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833256] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833270] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833284] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833298] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833312] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833326] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833340] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833354] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833368] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833373] systemd-journald[295]: /dev/kmsg buffer overrun, some messages lost.
[   15.833382] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833396] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833410] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833424] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833437] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833451] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833465] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833479] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833493] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833536] nouveau 0000:01:00.0: fifo: PBDMA0: 01000000 [] ch 3 [00ffa5e000 gnome-shell[1222]] subc 0 mthd 0008 data 00000000
[   15.833755] systemd-journald[295]: /dev/kmsg buffer overrun, some messages lost.
[   16.802362] rfkill: input handler disabled
[  142.462862] Bluetooth: RFCOMM TTY layer initialized
[  142.462871] Bluetooth: RFCOMM socket layer initialized
[  142.462876] Bluetooth: RFCOMM ver 1.11
[  142.571455] rfkill: input handler enabled
[  144.193799] nouveau 0000:01:00.0: Enabling HDA controller
[  146.062094] audit: type=1400 audit(1736778098.017:68): apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/23545/usr/lib/snapd/snap-confine" pid=2044 comm="snap-confine" capability=12  capname="net_admin"
[  146.062327] audit: type=1400 audit(1736778098.017:69): apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/23545/usr/lib/snapd/snap-confine" pid=2044 comm="snap-confine" capability=38  capname="perfmon"
[  146.072995] audit: type=1400 audit(1736778098.028:70): apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/23545/usr/lib/snapd/snap-confine" pid=2044 comm="snap-confine" capability=4  capname="fsetid"
[  146.104064] rfkill: input handler disabled
[  146.787293] audit: type=1400 audit(1736778098.743:71): apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/23545/usr/lib/snapd/snap-confine" pid=2156 comm="snap-confine" capability=12  capname="net_admin"
[  146.787451] audit: type=1400 audit(1736778098.743:72): apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/23545/usr/lib/snapd/snap-confine" pid=2156 comm="snap-confine" capability=38  capname="perfmon"
[  149.203582] audit: type=1107 audit(1736778101.158:73): pid=782 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.5" pid=2044 label="snap.snap-store.ubuntu-software" peer_pid=796 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
[  149.203931] audit: type=1107 audit(1736778101.158:74): pid=782 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.PolicyKit1.Authority" member="CheckAuthorization" mask="send" name=":1.5" pid=2044 label="snap.snap-store.ubuntu-software" peer_pid=796 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
[  149.208938] audit: type=1107 audit(1736778101.163:75): pid=782 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.5" pid=2044 label="snap.snap-store.ubuntu-software" peer_pid=796 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
[  149.209301] audit: type=1107 audit(1736778101.164:76): pid=782 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.PolicyKit1.Authority" member="CheckAuthorization" mask="send" name=":1.5" pid=2044 label="snap.snap-store.ubuntu-software" peer_pid=796 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
[  149.512208] audit: type=1400 audit(1736778101.466:77): apparmor="DENIED" operation="open" class="file" profile="snap.snap-store.ubuntu-software" name="/etc/appstream.conf" pid=2044 comm="snap-store" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0

The nouveau driver is the open source driver for nVidia cards/chips. It should work for old nVidia devices. But if newer nVidia, you should have the correct nVidia driver installed.

#What is installed
dkms status
What does this show.
ubuntu-drivers devices | grep recommended

If you have a driver installed, but wrong one, or are installing a different one, you must purge first.

Also converting from NTFS to ext4 would erase your data. But you cannot fix NTFS from Linux. The Linux ntfsfix command really just turns on the chkdsk flag, so when you boot Windows it will repair it. If no Windows, make sure your backup is current & convert to ext4 or another Linux format.

thank you @oldfred ,
Here are the results from the command lines you shared:

ubuntu-drivers devices 
== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
modalias : pci:v000010DEd00001C8Csv000017AAsd000039D0bc03sc02i00
vendor   : NVIDIA Corporation
model    : GP107M [GeForce GTX 1050 Ti Mobile]
driver   : nvidia-driver-545 - distro non-free
driver   : nvidia-driver-390 - distro non-free
driver   : nvidia-driver-470 - distro non-free
driver   : nvidia-driver-550 - distro non-free recommended
driver   : nvidia-driver-535-server - distro non-free
driver   : nvidia-driver-418-server - distro non-free
driver   : nvidia-driver-450-server - distro non-free
driver   : nvidia-driver-535 - distro non-free
driver   : nvidia-driver-470-server - distro non-free
driver   : xserver-xorg-video-nouveau - distro free builtin

ubuntu-drivers devices | grep recommended
driver   : nvidia-driver-550 - distro non-free recommended

As others have mentioned, the issue seems to stem from a filesystem error related to my disk. Would purging and reinstalling the NVIDIA driver be necessary to resolve this?

Additionally, is it problematic to keep NTFS as the format for my secondary HDD (the SSD is the one who runs Ubuntu)? Could it be contributing to the kernel panic? My laptop has been running Ubuntu without crashes for over a year, but these problems have appeared in the last three days.

I apologize if I’m asking too much—it’s just that I have 600GB of data to back up, which makes the process a bit tedious. I’d like to be sure about the steps before proceeding

Thanks again!

All we know up to now is that your disk went into read-only mode at some point, it doesn’t necessarily need to be an actual filesystem issue, this could be fallout…

There is obviously a problem between the nouveau driver and gnome-shell (your desktop) that spams your logs enough that the kernel doesn’t know how to deal with it anymore, shown by:

/dev/kmsg buffer overrun, some messages lost.

It would not be unreasonable to fix the nouveau issue by using the proper graphics card driver here as a start.

Regarding the NTFS, it is surely not wrong to use NTFS if you plan to potentially access the data from Windows in the future, just keep in mind that NTFS is a foreigner in Linux, if you need to do any filesystem level maintenance work you should better do this from a Windows machine…

@ogra you’re absolutely right,
But I’m a bit confused, It looks like nouveau is used as a fallback for the intel graphic card.

lspci -k | grep -EA3 'VGA|3D'
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 630 (rev 04)
	Subsystem: Lenovo HD Graphics 630
	Kernel driver in use: i915
	Kernel modules: i915
--
01:00.0 3D controller: NVIDIA Corporation GP107M [GeForce GTX 1050 Ti Mobile] (rev a1)
	Subsystem: Lenovo GP107M [GeForce GTX 1050 Ti Mobile]
	Kernel driver in use: nouveau
	Kernel modules: nvidiafb, nouveau

Would purging the nouveau package result in a blank screen or broken GUI? I really want to avoid that, because I need to purge and then install the recommended nvidea package.

Also thank you for the insight on the NFTS disk, I will work on backing up the disk and proceeding with a reformat into ext4, later after resolving the nouveau package problem.

I had an older nVidia card and newer Intel chip & found Intel’s video to be better per specs. I do not game so do not buy systems with separate video. You may have settings in UEFI to specify which video is default. On one of my systems it did not specifically say video, but something else and you had to read manual to know which setting to use.

If booted or recovery mode terminal with Internet on:
sudo apt-get purge nvidia-*
Should install recommended:
sudo ubuntu-drivers autoinstall
May need to update all kernels to use nvidia driver:
sudo update-initramfs -k all -c

1 Like