staging.inyokaproject.org

Zulucrypt öffnet ext. HD nicht mehr nach ubuntu Neuinstallation

Status: Ungelöst | Ubuntu-Version: Ubuntu 24.10 (Oracular Oriole)
Antworten |

LinJoe

Anmeldungsdatum:
14. Juni 2018

Beiträge: 109

Meine alte ubuntu-Installation hatte einige Macken, so habe ich ein Backup der Partition erstellt mit meinen wichtigen Daten und einigen System-Dateien(so als Infoquelle).

Die ext. HD dient als ständiges Backup im Wechsel mit einer 2. HD ausgelagert! Daher sind sie mit veracrypt verschlüsselt. Mit zulucrypt konnte ich immer die HD öffnen Die Schlüssel sind mit allen anderen Paswörtern in Keepass auf mehreren Medien gespeichert - für alle Fälle.

Habe danach vom Stick ubuntu neu installiert und will nun alle relevanten Daten von der HD zurückspielen, komme aber nicht mehr auf die HD. Fehler:

Konnte kein Dateisytem einhängen: ungültige/nicht unterstützte Einhängeoption oder nicht unterstütztes Dateisystem entdeckt.

Zulucrypt 6.2.0 (und auf Laptop 5.7.1 öffnet auch nicht)

Einhängepunkt: SDx1

VolumeTyp: VeraCrypt

PIM: leer

Passwort: aus keepass kopiert!

Wie komme ich nun an meine Daten? Hat jemand eine Idee? Bin jetzt am Ende....

Nachtrag: Habe nun auch Veracrypt installiert, welches auch nicht die HD entschlüsseln kann ☹

Fehler: mount: /media/veracrypt1: kann nicht einbinden, möglicherweise ein fehlerhaftes Dateisystem auf /dev/mapper/veracrypt1. dmesg(1) may have more information after failed mount system call.

Meldungen mit dmesg kann ich nicht bewerten, n ichts was auf die sda1 oder veracrypt hindeutet.

Berlin_1946 Team-Icon

Supporter, Wikiteam

Anmeldungsdatum:
18. September 2009

Beiträge: 10477

LinJoe schrieb:

Konnte kein Dateisytem einhängen: ungültige/nicht unterstützte Einhängeoption

Um welches Dateisystem handelt es sich?

ungültige/nicht unterstützte Einhängeoption

Wie lautet deine Einhängeoption ?
Bitte die Terminalausgaben im Codeblock (mit 1. Befehl – 2. Ausgabe – 3. Prompt/Endezeichen) von:

sudo blkid | grep -v "/dev/loop" | sort

posten.

LinJoe

(Themenstarter)

Anmeldungsdatum:
14. Juni 2018

Beiträge: 109

Die HD hat eine Partition mit ext4 und wird von zulucrypt als sda1 erkannt. Was mit Einhängeoption gemeint ist, kann ich nicht sagen....

Hier die Ausgabe von blkid:

joe@surfer12:~$ sudo blkid | grep -v "/dev/loop" | sort
[sudo] Passwort für joe: 
/dev/nvme0n1p1: UUID="3A80-B20D" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="4868f449-e6d0-4b0c-85e6-df33958121ac"
/dev/nvme0n1p2: PARTLABEL="Microsoft reserved partition" PARTUUID="116436e2-fe04-4835-9d74-a99c209393a1"
/dev/nvme0n1p3: BLOCK_SIZE="512" UUID="E450818450815E64" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="d3b9f2fc-dd73-4212-9398-bab4823e2f69"
/dev/nvme0n1p4: UUID="2fd0c368-dce7-4543-a6d0-87dad837d7aa" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="3fd84eb9-9e05-4439-9ffc-971604d93706"
/dev/nvme0n1p5: BLOCK_SIZE="512" UUID="CC6A8B4A6A8B2FEE" TYPE="ntfs" PARTUUID="79f0ee31-b113-4bea-bb4f-98c4eb8b6aff"
/dev/nvme0n1p6: BLOCK_SIZE="512" UUID="CEDE8883DE886615" TYPE="ntfs" PARTUUID="f026d2b4-2bbe-4172-9693-faf5e92c290a"
/dev/sda1: PARTUUID="00023f15-01"
joe@surfer12:~$ 

Die UUID kommt mir seltsam vor, habe normal immer 5 Blocks, die durch "-" getrennt sind.

Berlin_1946 Team-Icon

Supporter, Wikiteam

Anmeldungsdatum:
18. September 2009

Beiträge: 10477

LinJoe schrieb:

Was mit Einhängeoption gemeint ist, kann ich nicht sagen....

aber die Suchmaschine benutzen (site:wiki.ubuntuusers.de Einhängeoption) und dann kommt Laufwerksverwaltung (Abschnitt „Einhaengeoptionen-bearbeiten“).

Daraus kann abgeleitet werden, was "gemeint" ist.
Bitte im Codeblock:

 mount -l| grep -E "sda|nvme"

Die UUID kommt mir seltsam vor, ...

Es gibt in dieser Nachricht für /dev/sda1 keine UUID, da steht nur eine PARTUUID.

Bitte mal lesen: zuluCrypt (Abschnitt „zuluMount“)

LinJoe

(Themenstarter)

Anmeldungsdatum:
14. Juni 2018

Beiträge: 109

Danke für deine Unterstützung.

Der Punkt Einhängeoption ist eingegraut, also nicht nutzbar ☹

Hier das Ergebnis von mount.....

Das ist nur die ubuntu-Partition drin und die boot-Partition (hab noch Win auf der internen Platte)

joe@surfer12:~$ mount -l| grep -E "sda|nvme"
/dev/nvme0n1p4 on / type ext4 (rw,relatime)
/dev/nvme0n1p1 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
joe@surfer12:~$ 

Mit ZuluMount hatte ich es schon versucht, gleiche Effekte.

Habe mal die Backup-HD für einen Server rausgekramt, die wird sofort ohne großes Zutun mit ZuluCrypt eingehängt.

Kann ja sein, dass die Partitionstabelle auf der fehlerhaften HD kaputt ist, sda bzw sdb fehlt ja. Vielleicht beim Abstöpseln gestern am PC verreckt oder beim Anstöpseln nach der Neu-Installation ??

Berlin_1946 Team-Icon

Supporter, Wikiteam

Anmeldungsdatum:
18. September 2009

Beiträge: 10477

LinJoe schrieb:

Der Punkt Einhängeoption ist eingegraut, also nicht nutzbar ☹

Wo?
LinJoe schrieb:

Was mit Einhängeoption gemeint ist, kann ich nicht sagen....

Gemeint sagt mir du kennst den Begriff nicht.

Das Laufwerksverwaltung (Abschnitt „Einhaengeoptionen-bearbeiten“) habe ich bereitzs verlinkt und kann dir helfen es zu verstehen:

LinJoe

(Themenstarter)

Anmeldungsdatum:
14. Juni 2018

Beiträge: 109

Hier der Screenshot von Laufwerke: https://www.amazon.de/photos/share/cG1mQyHT9nu8XnDrqUbNMXXNqdzelUrXPL3bW6RtYC0

Die ext. HD kann nicht konfiguriert werden 😉

Gerade hab ich ubuntu vom Stick gestartet, Veracrypt installiert und die HD einbinden wollen.Veracrypt hat einen Fehler gemeldet. im dmesg sind ettliche Fehler der HD angegeben, denke es ist ein Hardware-Defekt oder falsches Handling gewesen.

ubuntu@ubuntu:~$ dmesg
dmesg: read kernel buffer failed: Operation not permitted
ubuntu@ubuntu:~$ sudo dmesg
[    0.000000] Linux version 6.8.0-41-generic (buildd@lcy02-amd64-100) (x86_64-linux-gnu-gcc-13 (Ubuntu 13.2.0-23ubuntu4) 13.2.0, GNU ld (GNU Binutils for Ubuntu) 2.42) #41-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug  2 20:41:06 UTC 2024 (Ubuntu 6.8.0-41.41-generic 6.8.12)
[    0.000000] Command line: BOOT_IMAGE=/casper/vmlinuz --- quiet splash
[    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-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009e01fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009e02000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20e000-0x000000000affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000db115fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000db116000-0x00000000db495fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000db496000-0x00000000db4f9fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000db4fa000-0x00000000dcbf8fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000dcbf9000-0x00000000ddbfefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ddbff000-0x00000000deffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000df000000-0x00000000dfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd600000-0x00000000fd7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000081f37ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000081f380000-0x000000081fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] e820: update [mem 0xd7a84018-0xd7a92057] usable ==> usable
[    0.000000] e820: update [mem 0xd7a84018-0xd7a92057] usable ==> usable
[    0.000000] e820: update [mem 0xd7a17018-0xd7a24857] usable ==> usable
[    0.000000] e820: update [mem 0xd7a17018-0xd7a24857] usable ==> usable
[    0.000000] e820: update [mem 0xd79f0018-0xd7a16857] usable ==> usable
[    0.000000] e820: update [mem 0xd79f0018-0xd7a16857] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009e01fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009e02000-0x0000000009ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000a20e000-0x000000000affffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000b020000-0x00000000d79f0017] usable
[    0.000000] reserve setup_data: [mem 0x00000000d79f0018-0x00000000d7a16857] usable
[    0.000000] reserve setup_data: [mem 0x00000000d7a16858-0x00000000d7a17017] usable
[    0.000000] reserve setup_data: [mem 0x00000000d7a17018-0x00000000d7a24857] usable
[    0.000000] reserve setup_data: [mem 0x00000000d7a24858-0x00000000d7a84017] usable
[    0.000000] reserve setup_data: [mem 0x00000000d7a84018-0x00000000d7a92057] usable
[    0.000000] reserve setup_data: [mem 0x00000000d7a92058-0x00000000db115fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000db116000-0x00000000db495fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000db496000-0x00000000db4f9fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000db4fa000-0x00000000dcbf8fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000dcbf9000-0x00000000ddbfefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ddbff000-0x00000000deffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000df000000-0x00000000dfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd600000-0x00000000fd7fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000081f37ffff] usable
[    0.000000] reserve setup_data: [mem 0x000000081f380000-0x000000081fffffff] reserved
[    0.000000] efi: EFI v2.7 by American Megatrends
[    0.000000] efi: ACPI=0xdcbe2000 ACPI 2.0=0xdcbe2014 TPMFinalLog=0xdcbac000 SMBIOS=0xdd9c8000 MEMATTR=0xd89f0218 MOKvar=0xdd9f5000 INITRD=0xd7adef98 RNG=0xdb4e5018 TPMEventLog=0xd7a93018 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem326: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
[    0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved
[    0.000000] efi: Remove mem327: MMIO range=[0xfd200000-0xfd2fffff] (1MB) from e820 map
[    0.000000] e820: remove [mem 0xfd200000-0xfd2fffff] reserved
[    0.000000] efi: Remove mem328: MMIO range=[0xfd600000-0xfd7fffff] (2MB) from e820 map
[    0.000000] e820: remove [mem 0xfd600000-0xfd7fffff] reserved
[    0.000000] efi: Not removing mem329: MMIO range=[0xfea00000-0xfea0ffff] (64KB) from e820 map
[    0.000000] efi: Remove mem330: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
[    0.000000] e820: remove [mem 0xfeb80000-0xfec01fff] reserved
[    0.000000] efi: Not removing mem331: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem332: MMIO range=[0xfec30000-0xfec30fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem333: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem334: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
[    0.000000] efi: Not removing mem335: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
[    0.000000] efi: Not removing mem336: MMIO range=[0xfedc2000-0xfedcffff] (56KB) from e820 map
[    0.000000] efi: Not removing mem337: MMIO range=[0xfedd4000-0xfedd5fff] (8KB) from e820 map
[    0.000000] efi: Remove mem338: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[    0.000000] secureboot: Secure boot enabled
[    0.000000] Kernel is locked down from EFI Secure Boot mode; see man kernel_lockdown.7
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: Micro-Star International Co., Ltd. MS-7C91/MAG B550 TOMAHAWK (MS-7C91), BIOS A.I1 09/02/2024
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3000.176 MHz processor
[    0.000114] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000116] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000123] last_pfn = 0x81f380 max_arch_pfn = 0x400000000
[    0.000129] total RAM covered: 3583M
[    0.000231] Found optimal setting for mtrr clean up
[    0.000232]  gran_size: 64K 	chunk_size: 64M 	num_reg: 4  	lose cover RAM: 0G
[    0.000235] MTRR map: 8 entries (4 fixed + 4 variable; max 21), built from 9 variable MTRRs
[    0.000236] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000638] e820: update [mem 0xdc980000-0xdc98ffff] usable ==> reserved
[    0.000643] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[    0.000646] last_pfn = 0xdf000 max_arch_pfn = 0x400000000
[    0.003673] Using GB pages for direct mapping
[    0.004063] secureboot: Secure boot enabled
[    0.004063] RAMDISK: [mem 0xc7b63000-0xcc303fff]
[    0.004355] ACPI: Early table checksum verification disabled
[    0.004358] ACPI: RSDP 0x00000000DCBE2014 000024 (v02 ALASKA)
[    0.004361] ACPI: XSDT 0x00000000DCBE1728 0000D4 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.004365] ACPI: FACP 0x00000000DB4EB000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.004369] ACPI: DSDT 0x00000000DB4C6000 0071A1 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.004371] ACPI: FACS 0x00000000DCBDC000 000040
[    0.004373] ACPI: SSDT 0x00000000DB4F1000 008CE9 (v02 AMD    AmdTable 00000002 MSFT 04000000)
[    0.004375] ACPI: SSDT 0x00000000DB4ED000 003B86 (v02 AMD    AMD AOD  00000001 INTL 20120913)
[    0.004376] ACPI: SSDT 0x00000000DB4EC000 000221 (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
[    0.004378] ACPI: FIDT 0x00000000DB4E3000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.004380] ACPI: MCFG 0x00000000DB4E2000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.004382] ACPI: HPET 0x00000000DB4E1000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.004384] ACPI: IVRS 0x00000000DB4E0000 0000D0 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.004386] ACPI: FPDT 0x00000000DB4DF000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.004387] ACPI: TPM2 0x00000000DB4DE000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
[    0.004389] ACPI: PCCT 0x00000000DB4DD000 00006E (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.004391] ACPI: SSDT 0x00000000DB4D8000 004133 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.004393] ACPI: CRAT 0x00000000DB4D7000 000F10 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.004395] ACPI: CDIT 0x00000000DB4D6000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.004396] ACPI: BGRT 0x00000000DB4D5000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.004398] ACPI: SSDT 0x00000000DB4D0000 0037DC (v02 AMD    ArticN   00000001 INTL 20120913)
[    0.004400] ACPI: WSMT 0x00000000DB4CF000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.004402] ACPI: APIC 0x00000000DB4CE000 00015E (v04 ALASKA A M I    01072009 AMI  00010013)
[    0.004404] ACPI: SSDT 0x00000000DB4EA000 00007D (v02 AMD    ArticDIS 00000001 INTL 20120913)
[    0.004405] ACPI: SSDT 0x00000000DB4E8000 0010AF (v02 AMD    ArticC   00000001 INTL 20120913)
[    0.004407] ACPI: SSDT 0x00000000DB4E7000 0000BF (v01 AMD    AmdTable 00001000 INTL 20120913)
[    0.004409] ACPI: BGRT 0x00000000DB4E6000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.004410] ACPI: Reserving FACP table memory at [mem 0xdb4eb000-0xdb4eb113]
[    0.004412] ACPI: Reserving DSDT table memory at [mem 0xdb4c6000-0xdb4cd1a0]
[    0.004412] ACPI: Reserving FACS table memory at [mem 0xdcbdc000-0xdcbdc03f]
[    0.004413] ACPI: Reserving SSDT table memory at [mem 0xdb4f1000-0xdb4f9ce8]
[    0.004413] ACPI: Reserving SSDT table memory at [mem 0xdb4ed000-0xdb4f0b85]
[    0.004414] ACPI: Reserving SSDT table memory at [mem 0xdb4ec000-0xdb4ec220]
[    0.004414] ACPI: Reserving FIDT table memory at [mem 0xdb4e3000-0xdb4e309b]
[    0.004415] ACPI: Reserving MCFG table memory at [mem 0xdb4e2000-0xdb4e203b]
[    0.004416] ACPI: Reserving HPET table memory at [mem 0xdb4e1000-0xdb4e1037]
[    0.004416] ACPI: Reserving IVRS table memory at [mem 0xdb4e0000-0xdb4e00cf]
[    0.004417] ACPI: Reserving FPDT table memory at [mem 0xdb4df000-0xdb4df043]
[    0.004417] ACPI: Reserving TPM2 table memory at [mem 0xdb4de000-0xdb4de04b]
[    0.004418] ACPI: Reserving PCCT table memory at [mem 0xdb4dd000-0xdb4dd06d]
[    0.004418] ACPI: Reserving SSDT table memory at [mem 0xdb4d8000-0xdb4dc132]
[    0.004419] ACPI: Reserving CRAT table memory at [mem 0xdb4d7000-0xdb4d7f0f]
[    0.004419] ACPI: Reserving CDIT table memory at [mem 0xdb4d6000-0xdb4d6028]
[    0.004420] ACPI: Reserving BGRT table memory at [mem 0xdb4d5000-0xdb4d5037]
[    0.004420] ACPI: Reserving SSDT table memory at [mem 0xdb4d0000-0xdb4d37db]
[    0.004421] ACPI: Reserving WSMT table memory at [mem 0xdb4cf000-0xdb4cf027]
[    0.004422] ACPI: Reserving APIC table memory at [mem 0xdb4ce000-0xdb4ce15d]
[    0.004422] ACPI: Reserving SSDT table memory at [mem 0xdb4ea000-0xdb4ea07c]
[    0.004423] ACPI: Reserving SSDT table memory at [mem 0xdb4e8000-0xdb4e90ae]
[    0.004423] ACPI: Reserving SSDT table memory at [mem 0xdb4e7000-0xdb4e70be]
[    0.004424] ACPI: Reserving BGRT table memory at [mem 0xdb4e6000-0xdb4e6037]
[    0.004515] No NUMA configuration found
[    0.004515] Faking a node at [mem 0x0000000000000000-0x000000081f37ffff]
[    0.004521] NODE_DATA(0) allocated [mem 0x81f355000-0x81f37ffff]
[    0.004661] Zone ranges:
[    0.004661]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.004663]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.004664]   Normal   [mem 0x0000000100000000-0x000000081f37ffff]
[    0.004664]   Device   empty
[    0.004665] Movable zone start for each node
[    0.004666] Early memory node ranges
[    0.004667]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.004668]   node   0: [mem 0x0000000000100000-0x0000000009e01fff]
[    0.004668]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.004669]   node   0: [mem 0x000000000a20e000-0x000000000affffff]
[    0.004670]   node   0: [mem 0x000000000b020000-0x00000000db115fff]
[    0.004670]   node   0: [mem 0x00000000ddbff000-0x00000000deffffff]
[    0.004671]   node   0: [mem 0x0000000100000000-0x000000081f37ffff]
[    0.004673] Initmem setup node 0 [mem 0x0000000000001000-0x000000081f37ffff]
[    0.004676] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.004686] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.004766] On node 0, zone DMA32: 510 pages in unavailable ranges
[    0.004774] On node 0, zone DMA32: 14 pages in unavailable ranges
[    0.006544] On node 0, zone DMA32: 32 pages in unavailable ranges
[    0.006601] On node 0, zone DMA32: 10985 pages in unavailable ranges
[    0.032274] On node 0, zone Normal: 4096 pages in unavailable ranges
[    0.032291] On node 0, zone Normal: 3200 pages in unavailable ranges
[    0.032440] ACPI: PM-Timer IO Port: 0x808
[    0.032447] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.032456] IOAPIC[0]: apic_id 17, version 33, address 0xfec00000, GSI 0-23
[    0.032460] IOAPIC[1]: apic_id 18, version 33, address 0xfec01000, GSI 24-55
[    0.032462] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.032463] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.032466] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.032467] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.032474] e820: update [mem 0xd7d08000-0xd7d64fff] usable ==> reserved
[    0.032484] smpboot: Allowing 32 CPUs, 16 hotplug CPUs
[    0.032500] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.032502] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.032503] PM: hibernation: Registered nosave memory: [mem 0x09e02000-0x09ffffff]
[    0.032504] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20dfff]
[    0.032505] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[    0.032506] PM: hibernation: Registered nosave memory: [mem 0xd79f0000-0xd79f0fff]
[    0.032507] PM: hibernation: Registered nosave memory: [mem 0xd7a16000-0xd7a16fff]
[    0.032508] PM: hibernation: Registered nosave memory: [mem 0xd7a17000-0xd7a17fff]
[    0.032509] PM: hibernation: Registered nosave memory: [mem 0xd7a24000-0xd7a24fff]
[    0.032510] PM: hibernation: Registered nosave memory: [mem 0xd7a84000-0xd7a84fff]
[    0.032511] PM: hibernation: Registered nosave memory: [mem 0xd7a92000-0xd7a92fff]
[    0.032512] PM: hibernation: Registered nosave memory: [mem 0xd7d08000-0xd7d64fff]
[    0.032513] PM: hibernation: Registered nosave memory: [mem 0xdb116000-0xdb495fff]
[    0.032514] PM: hibernation: Registered nosave memory: [mem 0xdb496000-0xdb4f9fff]
[    0.032514] PM: hibernation: Registered nosave memory: [mem 0xdb4fa000-0xdcbf8fff]
[    0.032515] PM: hibernation: Registered nosave memory: [mem 0xdcbf9000-0xddbfefff]
[    0.032516] PM: hibernation: Registered nosave memory: [mem 0xdf000000-0xdfffffff]
[    0.032516] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xfe9fffff]
[    0.032517] PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[    0.032517] PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfec0ffff]
[    0.032518] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.032518] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
[    0.032519] PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
[    0.032519] PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
[    0.032520] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.032520] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.032521] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.032521] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.032522] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.032522] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[    0.032523] PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[    0.032523] PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[    0.032524] PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[    0.032524] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xffffffff]
[    0.032525] [mem 0xe0000000-0xfe9fffff] available for PCI devices
[    0.032526] Booting paravirtualized kernel on bare hardware
[    0.032528] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.032533] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
[    0.033876] percpu: Embedded 86 pages/cpu s229376 r8192 d114688 u524288
[    0.033881] pcpu-alloc: s229376 r8192 d114688 u524288 alloc=1*2097152
[    0.033883] pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 
[    0.033887] pcpu-alloc: [0] 08 09 10 11 [0] 12 13 14 15 
[    0.033890] pcpu-alloc: [0] 16 17 18 19 [0] 20 21 22 23 
[    0.033893] pcpu-alloc: [0] 24 25 26 27 [0] 28 29 30 31 
[    0.033911] Kernel command line: BOOT_IMAGE=/casper/vmlinuz --- quiet splash
[    0.033966] Unknown kernel command line parameters "--- splash BOOT_IMAGE=/casper/vmlinuz", will be passed to user space.
[    0.035784] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.036686] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.036831] Fallback order for Node 0: 0 
[    0.036836] Built 1 zonelists, mobility grouping on.  Total pages: 8238737
[    0.036837] Policy zone: Normal
[    0.036841] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.036867] software IO TLB: area num 32.
[    0.084574] Memory: 32587180K/33478696K available (22528K kernel code, 4441K rwdata, 14308K rodata, 4972K init, 4736K bss, 891256K reserved, 0K cma-reserved)
[    0.085251] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[    0.085270] ftrace: allocating 57864 entries in 227 pages
[    0.094516] ftrace: allocated 227 pages with 5 groups
[    0.095180] Dynamic Preempt: voluntary
[    0.095262] rcu: Preemptible hierarchical RCU implementation.
[    0.095263] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=32.
[    0.095264] 	Trampoline variant of Tasks RCU enabled.
[    0.095264] 	Rude variant of Tasks RCU enabled.
[    0.095264] 	Tracing variant of Tasks RCU enabled.
[    0.095265] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.095266] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
[    0.097031] NR_IRQS: 524544, nr_irqs: 1224, preallocated irqs: 16
[    0.097213] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.097293] Console: colour dummy device 80x25
[    0.097295] printk: legacy console [tty0] enabled
[    0.097332] ACPI: Core revision 20230628
[    0.097434] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.097449] APIC: Switch to symmetric I/O mode setup
[    0.098198] AMD-Vi: Using global IVHD EFR:0x0, EFR2:0x0
[    0.264839] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.264858] APIC: Switched APIC routing to: physical flat
[    0.265363] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.269437] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2b3eebcc770, max_idle_ns: 440795277129 ns
[    0.269440] Calibrating delay loop (skipped), value calculated using timer frequency.. 6000.35 BogoMIPS (lpj=3000176)
[    0.269451] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.269497] LVT offset 1 assigned for vector 0xf9
[    0.269645] LVT offset 2 assigned for vector 0xf4
[    0.269676] process: using mwait in idle threads
[    0.269678] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    0.269678] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.269680] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.269682] Spectre V2 : Mitigation: Retpolines
[    0.269682] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.269683] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.269684] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.269685] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.269686] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    0.269687] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.269687] Speculative Return Stack Overflow: Mitigation: Safe RET
[    0.269691] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.269692] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.269693] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.269693] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.269694] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    0.269695] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.269696] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.269697] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    0.269698] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    0.293611] Freeing SMP alternatives memory: 48K
[    0.293614] pid_max: default: 32768 minimum: 301
[    0.298489] LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,integrity
[    0.298510] landlock: Up and running.
[    0.298511] Yama: becoming mindful.
[    0.298540] AppArmor: AppArmor initialized
[    0.298618] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.298648] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.402113] smpboot: CPU0: AMD Ryzen 7 5700X3D 8-Core Processor (family: 0x19, model: 0x21, stepping: 0x2)
[    0.402286] RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
[    0.402302] RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
[    0.402318] RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
[    0.402332] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.402337] ... version:                0
[    0.402338] ... bit width:              48
[    0.402339] ... generic registers:      6
[    0.402341] ... value mask:             0000ffffffffffff
[    0.402342] ... max period:             00007fffffffffff
[    0.402343] ... fixed-purpose events:   0
[    0.402344] ... event mask:             000000000000003f
[    0.402427] signal: max sigframe size: 3376
[    0.402439] rcu: Hierarchical SRCU implementation.
[    0.402439] rcu: 	Max phase no-delay instances is 400.
[    0.404763] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.405002] smp: Bringing up secondary CPUs ...
[    0.405109] smpboot: x86: Booting SMP configuration:
[    0.405111] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.419554] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    0.427484] smp: Brought up 1 node, 16 CPUs
[    0.427484] smpboot: Max logical packages: 2
[    0.427484] smpboot: Total of 16 processors activated (96005.63 BogoMIPS)
[    0.430138] devtmpfs: initialized
[    0.430138] x86/mm: Memory block size: 128MB
[    0.434293] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20dfff] (57344 bytes)
[    0.434293] ACPI: PM: Registering ACPI NVS region [mem 0xdb4fa000-0xdcbf8fff] (24113152 bytes)
[    0.434832] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.434854] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.434942] pinctrl core: initialized pinctrl subsystem
[    0.435038] PM: RTC time: 07:04:13, date: 2024-12-13
[    0.435478] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.435764] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.435906] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.436048] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.436057] audit: initializing netlink subsys (disabled)
[    0.436063] audit: type=2000 audit(1734073452.172:1): state=initialized audit_enabled=0 res=1
[    0.436063] thermal_sys: Registered thermal governor 'fair_share'
[    0.436063] thermal_sys: Registered thermal governor 'bang_bang'
[    0.436063] thermal_sys: Registered thermal governor 'step_wise'
[    0.436063] thermal_sys: Registered thermal governor 'user_space'
[    0.436063] thermal_sys: Registered thermal governor 'power_allocator'
[    0.436063] EISA bus registered
[    0.436063] cpuidle: using governor ladder
[    0.436063] cpuidle: using governor menu
[    0.436063] Detected 1 PCC Subspaces
[    0.436063] Registering PCC driver as Mailbox controller
[    0.436475] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.436595] PCI: ECAM [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) for domain 0000 [bus 00-7f]
[    0.436599] PCI: not using ECAM ([mem 0xf0000000-0xf7ffffff] not reserved)
[    0.436601] PCI: Using configuration type 1 for base access
[    0.436603] PCI: Using configuration type 1 for extended access
[    0.436742] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.436749] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.436749] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.436749] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.436749] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.437607] ACPI: Added _OSI(Module Device)
[    0.437609] ACPI: Added _OSI(Processor Device)
[    0.437611] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.437613] ACPI: Added _OSI(Processor Aggregator Device)
[    0.462664] ACPI: 9 ACPI AML tables successfully acquired and loaded
[    0.465655] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.472498] ACPI: _OSC evaluation for CPUs failed, trying _PDC
[    0.474441] ACPI: Interpreter enabled
[    0.474441] ACPI: PM: (supports S0 S3 S4 S5)
[    0.474441] ACPI: Using IOAPIC for interrupt routing
[    0.476445] PCI: ECAM [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) for domain 0000 [bus 00-7f]
[    0.476445] PCI: ECAM [mem 0xf0000000-0xf7ffffff] reserved as ACPI motherboard resource
[    0.476445] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.476445] PCI: Ignoring E820 reservations for host bridge windows
[    0.476792] ACPI: Enabled 8 GPEs in block 00 to 1F
[    0.496249] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.496255] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.496404] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
[    0.496680] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.496692] acpi PNP0A08:00: [Firmware Info]: ECAM [mem 0xf0000000-0xf7ffffff] for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.497424] PCI host bridge to bus 0000:00
[    0.497427] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.497430] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.497432] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.497434] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.497435] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.497437] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfcffffff window]
[    0.497441] pci_bus 0000:00: root bus resource [mem 0x820000000-0x7fffffffff window]
[    0.497443] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.497463] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    0.497580] pci 0000:00:00.2: [1022:1481] type 00 class 0x080600 conventional PCI endpoint
[    0.497688] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.497758] pci 0000:00:01.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    0.497777] pci 0000:00:01.2: PCI bridge to [bus 02-2a]
[    0.497783] pci 0000:00:01.2:   bridge window [io  0xd000-0xefff]
[    0.497786] pci 0000:00:01.2:   bridge window [mem 0xfc200000-0xfc6fffff]
[    0.497851] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.498042] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.498107] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.498171] pci 0000:00:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    0.498188] pci 0000:00:03.1: PCI bridge to [bus 2b]
[    0.498193] pci 0000:00:03.1:   bridge window [io  0xf000-0xffff]
[    0.498196] pci 0000:00:03.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.498202] pci 0000:00:03.1:   bridge window [mem 0x7c00000000-0x7e01ffffff 64bit pref]
[    0.498252] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[    0.498392] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.498463] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.498531] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.498592] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    0.498607] pci 0000:00:07.1: PCI bridge to [bus 2c]
[    0.498655] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.498782] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.498846] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    0.498862] pci 0000:00:08.1: PCI bridge to [bus 2d]
[    0.498867] pci 0000:00:08.1:   bridge window [mem 0xfc700000-0xfc9fffff]
[    0.498916] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.499073] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[    0.499201] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[    0.499354] pci 0000:00:18.0: [1022:1440] type 00 class 0x060000 conventional PCI endpoint
[    0.499401] pci 0000:00:18.1: [1022:1441] type 00 class 0x060000 conventional PCI endpoint
[    0.499457] pci 0000:00:18.2: [1022:1442] type 00 class 0x060000 conventional PCI endpoint
[    0.499503] pci 0000:00:18.3: [1022:1443] type 00 class 0x060000 conventional PCI endpoint
[    0.499547] pci 0000:00:18.4: [1022:1444] type 00 class 0x060000 conventional PCI endpoint
[    0.499592] pci 0000:00:18.5: [1022:1445] type 00 class 0x060000 conventional PCI endpoint
[    0.499636] pci 0000:00:18.6: [1022:1446] type 00 class 0x060000 conventional PCI endpoint
[    0.499681] pci 0000:00:18.7: [1022:1447] type 00 class 0x060000 conventional PCI endpoint
[    0.499808] pci 0000:02:00.0: [1022:43ee] type 00 class 0x0c0330 PCIe Legacy Endpoint
[    0.499827] pci 0000:02:00.0: BAR 0 [mem 0xfc6a0000-0xfc6a7fff 64bit]
[    0.499925] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.500088] pci 0000:02:00.1: [1022:43eb] type 00 class 0x010601 PCIe Legacy Endpoint
[    0.500137] pci 0000:02:00.1: BAR 5 [mem 0xfc680000-0xfc69ffff]
[    0.500145] pci 0000:02:00.1: ROM [mem 0xfc600000-0xfc67ffff pref]
[    0.500195] pci 0000:02:00.1: PME# supported from D3hot D3cold
[    0.500302] pci 0000:02:00.2: [1022:43e9] type 01 class 0x060400 PCIe Switch Upstream Port
[    0.500331] pci 0000:02:00.2: PCI bridge to [bus 03-2a]
[    0.500338] pci 0000:02:00.2:   bridge window [io  0xd000-0xefff]
[    0.500342] pci 0000:02:00.2:   bridge window [mem 0xfc200000-0xfc5fffff]
[    0.500410] pci 0000:02:00.2: PME# supported from D3hot D3cold
[    0.500552] pci 0000:00:01.2: PCI bridge to [bus 02-2a]
[    0.500716] pci 0000:03:00.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.500747] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.500756] pci 0000:03:00.0:   bridge window [mem 0xfc500000-0xfc5fffff]
[    0.500838] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.500983] pci 0000:03:06.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.501014] pci 0000:03:06.0: PCI bridge to [bus 05]
[    0.501023] pci 0000:03:06.0:   bridge window [mem 0xfc400000-0xfc4fffff]
[    0.501105] pci 0000:03:06.0: PME# supported from D3hot D3cold
[    0.501242] pci 0000:03:07.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.501273] pci 0000:03:07.0: PCI bridge to [bus 06]
[    0.501279] pci 0000:03:07.0:   bridge window [io  0xe000-0xefff]
[    0.501283] pci 0000:03:07.0:   bridge window [mem 0xfc300000-0xfc3fffff]
[    0.501365] pci 0000:03:07.0: PME# supported from D3hot D3cold
[    0.501506] pci 0000:03:09.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.501537] pci 0000:03:09.0: PCI bridge to [bus 2a]
[    0.501544] pci 0000:03:09.0:   bridge window [io  0xd000-0xdfff]
[    0.501547] pci 0000:03:09.0:   bridge window [mem 0xfc200000-0xfc2fffff]
[    0.501629] pci 0000:03:09.0: PME# supported from D3hot D3cold
[    0.501776] pci 0000:02:00.2: PCI bridge to [bus 03-2a]
[    0.501864] pci 0000:04:00.0: [c0a9:540a] type 00 class 0x010802 PCIe Endpoint
[    0.501923] pci 0000:04:00.0: BAR 0 [mem 0xfc500000-0xfc503fff 64bit]
[    0.502568] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.502651] pci 0000:05:00.0: [8086:2725] type 00 class 0x028000 PCIe Endpoint
[    0.502683] pci 0000:05:00.0: BAR 0 [mem 0xfc400000-0xfc403fff 64bit]
[    0.502854] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    0.503045] pci 0000:03:06.0: PCI bridge to [bus 05]
[    0.503125] pci 0000:06:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
[    0.503150] pci 0000:06:00.0: BAR 0 [io  0xe000-0xe0ff]
[    0.503180] pci 0000:06:00.0: BAR 2 [mem 0xfc304000-0xfc304fff 64bit]
[    0.503201] pci 0000:06:00.0: BAR 4 [mem 0xfc300000-0xfc303fff 64bit]
[    0.503362] pci 0000:06:00.0: supports D1 D2
[    0.503363] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.503614] pci 0000:03:07.0: PCI bridge to [bus 06]
[    0.503703] pci 0000:2a:00.0: [10ec:8125] type 00 class 0x020000 PCIe Endpoint
[    0.503725] pci 0000:2a:00.0: BAR 0 [io  0xd000-0xd0ff]
[    0.503751] pci 0000:2a:00.0: BAR 2 [mem 0xfc200000-0xfc20ffff 64bit]
[    0.503769] pci 0000:2a:00.0: BAR 4 [mem 0xfc210000-0xfc213fff 64bit]
[    0.503924] pci 0000:2a:00.0: supports D1 D2
[    0.503926] pci 0000:2a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.504229] pci 0000:03:09.0: PCI bridge to [bus 2a]
[    0.504315] pci 0000:2b:00.0: [10de:2482] type 00 class 0x030000 PCIe Legacy Endpoint
[    0.504325] pci 0000:2b:00.0: BAR 0 [mem 0xfb000000-0xfbffffff]
[    0.504334] pci 0000:2b:00.0: BAR 1 [mem 0x7c00000000-0x7dffffffff 64bit pref]
[    0.504343] pci 0000:2b:00.0: BAR 3 [mem 0x7e00000000-0x7e01ffffff 64bit pref]
[    0.504349] pci 0000:2b:00.0: BAR 5 [io  0xf000-0xf07f]
[    0.504355] pci 0000:2b:00.0: ROM [mem 0xfc000000-0xfc07ffff pref]
[    0.504406] pci 0000:2b:00.0: PME# supported from D0 D3hot
[    0.504549] pci 0000:2b:00.1: [10de:228b] type 00 class 0x040300 PCIe Endpoint
[    0.504558] pci 0000:2b:00.1: BAR 0 [mem 0xfc080000-0xfc083fff]
[    0.504686] pci 0000:00:03.1: PCI bridge to [bus 2b]
[    0.504739] pci 0000:2c:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    0.504908] pci 0000:00:07.1: PCI bridge to [bus 2c]
[    0.504977] pci 0000:2d:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    0.505131] pci 0000:2d:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[    0.505145] pci 0000:2d:00.1: BAR 2 [mem 0xfc800000-0xfc8fffff]
[    0.505155] pci 0000:2d:00.1: BAR 5 [mem 0xfc908000-0xfc909fff]
[    0.505272] pci 0000:2d:00.3: [1022:149c] type 00 class 0x0c0330 PCIe Endpoint
[    0.505283] pci 0000:2d:00.3: BAR 0 [mem 0xfc700000-0xfc7fffff 64bit]
[    0.505345] pci 0000:2d:00.3: PME# supported from D0 D3hot D3cold
[    0.505466] pci 0000:2d:00.4: [1022:1487] type 00 class 0x040300 PCIe Endpoint
[    0.505475] pci 0000:2d:00.4: BAR 0 [mem 0xfc900000-0xfc907fff]
[    0.505531] pci 0000:2d:00.4: PME# supported from D0 D3hot D3cold
[    0.505650] pci 0000:00:08.1: PCI bridge to [bus 2d]
[    0.506221] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.506302] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.506373] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.506460] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.506538] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.506603] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.506668] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.506735] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.508449] iommu: Default domain type: Translated
[    0.508449] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.508642] SCSI subsystem initialized
[    0.508655] libata version 3.00 loaded.
[    0.508655] ACPI: bus type USB registered
[    0.508655] usbcore: registered new interface driver usbfs
[    0.508655] usbcore: registered new interface driver hub
[    0.508655] usbcore: registered new device driver usb
[    0.508655] pps_core: LinuxPPS API ver. 1 registered
[    0.508655] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.508655] PTP clock support registered
[    0.508655] EDAC MC: Ver: 3.0.0
[    0.508655] efivars: Registered efivars operations
[    0.509683] NetLabel: Initializing
[    0.509684] NetLabel:  domain hash size = 128
[    0.509685] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.509709] NetLabel:  unlabeled traffic allowed by default
[    0.509726] mctp: management component transport protocol core
[    0.509726] NET: Registered PF_MCTP protocol family
[    0.509726] PCI: Using ACPI for IRQ routing
[    0.512576] PCI: pci_cache_line_size set to 64 bytes
[    0.512646] e820: reserve RAM buffer [mem 0x09e02000-0x0bffffff]
[    0.512648] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.512650] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.512651] e820: reserve RAM buffer [mem 0xd79f0018-0xd7ffffff]
[    0.512653] e820: reserve RAM buffer [mem 0xd7a17018-0xd7ffffff]
[    0.512654] e820: reserve RAM buffer [mem 0xd7a84018-0xd7ffffff]
[    0.512656] e820: reserve RAM buffer [mem 0xd7d08000-0xd7ffffff]
[    0.512657] e820: reserve RAM buffer [mem 0xdb116000-0xdbffffff]
[    0.512658] e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
[    0.512660] e820: reserve RAM buffer [mem 0x81f380000-0x81fffffff]
[    0.512731] pci 0000:2b:00.0: vgaarb: setting as boot VGA device
[    0.512731] pci 0000:2b:00.0: vgaarb: bridge control possible
[    0.512731] pci 0000:2b:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.512731] vgaarb: loaded
[    0.512731] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.512731] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.515499] clocksource: Switched to clocksource tsc-early
[    0.516339] VFS: Disk quotas dquot_6.6.0
[    0.516357] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.516514] AppArmor: AppArmor Filesystem Enabled
[    0.516548] pnp: PnP ACPI init
[    0.516661] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.516767] system 00:01: [mem 0xfd200000-0xfd2fffff] has been reserved
[    0.517068] system 00:03: [io  0x0a00-0x0a0f] has been reserved
[    0.517071] system 00:03: [io  0x0a10-0x0a1f] has been reserved
[    0.517073] system 00:03: [io  0x0a20-0x0a2f] has been reserved
[    0.517489] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.517492] system 00:04: [io  0x040b] has been reserved
[    0.517494] system 00:04: [io  0x04d6] has been reserved
[    0.517496] system 00:04: [io  0x0c00-0x0c01] has been reserved
[    0.517498] system 00:04: [io  0x0c14] has been reserved
[    0.517500] system 00:04: [io  0x0c50-0x0c51] has been reserved
[    0.517502] system 00:04: [io  0x0c52] has been reserved
[    0.517504] system 00:04: [io  0x0c6c] has been reserved
[    0.517505] system 00:04: [io  0x0c6f] has been reserved
[    0.517507] system 00:04: [io  0x0cd8-0x0cdf] has been reserved
[    0.517509] system 00:04: [io  0x0800-0x089f] has been reserved
[    0.517511] system 00:04: [io  0x0b00-0x0b0f] has been reserved
[    0.517513] system 00:04: [io  0x0b20-0x0b3f] has been reserved
[    0.517515] system 00:04: [io  0x0900-0x090f] has been reserved
[    0.517517] system 00:04: [io  0x0910-0x091f] has been reserved
[    0.517520] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.517522] system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.517524] system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.517526] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.517528] system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.517530] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.517533] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[    0.518474] pnp: PnP ACPI: found 5 devices
[    0.524588] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.524668] NET: Registered PF_INET protocol family
[    0.524767] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.538371] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.538395] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.538470] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.538678] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.538772] TCP: Hash tables configured (established 262144 bind 65536)
[    0.538882] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[    0.538924] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.538977] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.539086] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.539092] NET: Registered PF_XDP protocol family
[    0.539106] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.539112] pci 0000:03:00.0:   bridge window [mem 0xfc500000-0xfc5fffff]
[    0.539120] pci 0000:03:06.0: PCI bridge to [bus 05]
[    0.539125] pci 0000:03:06.0:   bridge window [mem 0xfc400000-0xfc4fffff]
[    0.539133] pci 0000:03:07.0: PCI bridge to [bus 06]
[    0.539136] pci 0000:03:07.0:   bridge window [io  0xe000-0xefff]
[    0.539141] pci 0000:03:07.0:   bridge window [mem 0xfc300000-0xfc3fffff]
[    0.539149] pci 0000:03:09.0: PCI bridge to [bus 2a]
[    0.539152] pci 0000:03:09.0:   bridge window [io  0xd000-0xdfff]
[    0.539157] pci 0000:03:09.0:   bridge window [mem 0xfc200000-0xfc2fffff]
[    0.539165] pci 0000:02:00.2: PCI bridge to [bus 03-2a]
[    0.539168] pci 0000:02:00.2:   bridge window [io  0xd000-0xefff]
[    0.539172] pci 0000:02:00.2:   bridge window [mem 0xfc200000-0xfc5fffff]
[    0.539180] pci 0000:00:01.2: PCI bridge to [bus 02-2a]
[    0.539183] pci 0000:00:01.2:   bridge window [io  0xd000-0xefff]
[    0.539186] pci 0000:00:01.2:   bridge window [mem 0xfc200000-0xfc6fffff]
[    0.539192] pci 0000:00:03.1: PCI bridge to [bus 2b]
[    0.539194] pci 0000:00:03.1:   bridge window [io  0xf000-0xffff]
[    0.539198] pci 0000:00:03.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.539201] pci 0000:00:03.1:   bridge window [mem 0x7c00000000-0x7e01ffffff 64bit pref]
[    0.539205] pci 0000:00:07.1: PCI bridge to [bus 2c]
[    0.539212] pci 0000:00:08.1: PCI bridge to [bus 2d]
[    0.539215] pci 0000:00:08.1:   bridge window [mem 0xfc700000-0xfc9fffff]
[    0.539220] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.539222] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.539224] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.539226] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.539228] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    0.539230] pci_bus 0000:00: resource 9 [mem 0xe0000000-0xfcffffff window]
[    0.539232] pci_bus 0000:00: resource 10 [mem 0x820000000-0x7fffffffff window]
[    0.539234] pci_bus 0000:02: resource 0 [io  0xd000-0xefff]
[    0.539235] pci_bus 0000:02: resource 1 [mem 0xfc200000-0xfc6fffff]
[    0.539237] pci_bus 0000:03: resource 0 [io  0xd000-0xefff]
[    0.539239] pci_bus 0000:03: resource 1 [mem 0xfc200000-0xfc5fffff]
[    0.539241] pci_bus 0000:04: resource 1 [mem 0xfc500000-0xfc5fffff]
[    0.539243] pci_bus 0000:05: resource 1 [mem 0xfc400000-0xfc4fffff]
[    0.539245] pci_bus 0000:06: resource 0 [io  0xe000-0xefff]
[    0.539246] pci_bus 0000:06: resource 1 [mem 0xfc300000-0xfc3fffff]
[    0.539248] pci_bus 0000:2a: resource 0 [io  0xd000-0xdfff]
[    0.539250] pci_bus 0000:2a: resource 1 [mem 0xfc200000-0xfc2fffff]
[    0.539252] pci_bus 0000:2b: resource 0 [io  0xf000-0xffff]
[    0.539254] pci_bus 0000:2b: resource 1 [mem 0xfb000000-0xfc0fffff]
[    0.539255] pci_bus 0000:2b: resource 2 [mem 0x7c00000000-0x7e01ffffff 64bit pref]
[    0.539257] pci_bus 0000:2d: resource 1 [mem 0xfc700000-0xfc9fffff]
[    0.539515] pci 0000:2b:00.1: extending delay after power-on from D3hot to 20 msec
[    0.539542] pci 0000:2b:00.1: D0 power state depends on 0000:2b:00.0
[    0.539725] PCI: CLS 64 bytes, default 64
[    0.539734] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.539784] pci 0000:00:01.0: Adding to iommu group 0
[    0.539788] Trying to unpack rootfs image as initramfs...
[    0.539802] pci 0000:00:01.2: Adding to iommu group 1
[    0.539827] pci 0000:00:02.0: Adding to iommu group 2
[    0.539852] pci 0000:00:03.0: Adding to iommu group 3
[    0.539868] pci 0000:00:03.1: Adding to iommu group 4
[    0.539892] pci 0000:00:04.0: Adding to iommu group 5
[    0.539917] pci 0000:00:05.0: Adding to iommu group 6
[    0.539945] pci 0000:00:07.0: Adding to iommu group 7
[    0.539962] pci 0000:00:07.1: Adding to iommu group 8
[    0.539990] pci 0000:00:08.0: Adding to iommu group 9
[    0.540007] pci 0000:00:08.1: Adding to iommu group 10
[    0.540040] pci 0000:00:14.0: Adding to iommu group 11
[    0.540056] pci 0000:00:14.3: Adding to iommu group 11
[    0.540141] pci 0000:00:18.0: Adding to iommu group 12
[    0.540157] pci 0000:00:18.1: Adding to iommu group 12
[    0.540174] pci 0000:00:18.2: Adding to iommu group 12
[    0.540191] pci 0000:00:18.3: Adding to iommu group 12
[    0.540207] pci 0000:00:18.4: Adding to iommu group 12
[    0.540225] pci 0000:00:18.5: Adding to iommu group 12
[    0.540242] pci 0000:00:18.6: Adding to iommu group 12
[    0.540259] pci 0000:00:18.7: Adding to iommu group 12
[    0.540301] pci 0000:02:00.0: Adding to iommu group 13
[    0.540320] pci 0000:02:00.1: Adding to iommu group 13
[    0.540339] pci 0000:02:00.2: Adding to iommu group 13
[    0.540347] pci 0000:03:00.0: Adding to iommu group 13
[    0.540352] pci 0000:03:06.0: Adding to iommu group 13
[    0.540357] pci 0000:03:07.0: Adding to iommu group 13
[    0.540362] pci 0000:03:09.0: Adding to iommu group 13
[    0.540367] pci 0000:04:00.0: Adding to iommu group 13
[    0.540372] pci 0000:05:00.0: Adding to iommu group 13
[    0.540377] pci 0000:06:00.0: Adding to iommu group 13
[    0.540382] pci 0000:2a:00.0: Adding to iommu group 13
[    0.540416] pci 0000:2b:00.0: Adding to iommu group 14
[    0.540437] pci 0000:2b:00.1: Adding to iommu group 14
[    0.540453] pci 0000:2c:00.0: Adding to iommu group 15
[    0.540471] pci 0000:2d:00.0: Adding to iommu group 16
[    0.540489] pci 0000:2d:00.1: Adding to iommu group 17
[    0.540506] pci 0000:2d:00.3: Adding to iommu group 18
[    0.540523] pci 0000:2d:00.4: Adding to iommu group 19
[    0.542866] AMD-Vi: Extended features (0x58f77ef22294a5a, 0x0): PPR NX GT IA PC GA_vAPIC
[    0.542874] AMD-Vi: Interrupt remapping enabled
[    0.542939] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.542940] software IO TLB: mapped [mem 0x00000000d11fc000-0x00000000d51fc000] (64MB)
[    0.542974] LVT offset 0 assigned for vector 0x400
[    0.546852] perf: AMD IBS detected (0x000003ff)
[    0.546860] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.547720] Initialise system trusted keyrings
[    0.547728] Key type blacklist registered
[    0.547761] workingset: timestamp_bits=36 max_order=23 bucket_order=0
[    0.547772] zbud: loaded
[    0.548067] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.548152] fuse: init (API version 7.39)
[    0.548261] integrity: Platform Keyring initialized
[    0.548267] integrity: Machine keyring initialized
[    0.557451] Key type asymmetric registered
[    0.557453] Asymmetric key parser 'x509' registered
[    0.557464] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.557500] io scheduler mq-deadline registered
[    0.558484] pcieport 0000:00:01.2: PME: Signaling with IRQ 27
[    0.558615] pcieport 0000:00:03.1: PME: Signaling with IRQ 28
[    0.558803] pcieport 0000:00:07.1: PME: Signaling with IRQ 30
[    0.558858] pcieport 0000:00:07.1: AER: enabled with IRQ 30
[    0.558969] pcieport 0000:00:08.1: PME: Signaling with IRQ 31
[    0.559037] pcieport 0000:00:08.1: AER: enabled with IRQ 31
[    0.559794] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.559936] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.559959] ACPI: button: Power Button [PWRB]
[    0.560004] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.560046] ACPI: button: Power Button [PWRF]
[    0.561007] Estimated ratio of average max frequency by base frequency (times 1024): 1220
[    0.561021] Monitor-Mwait will be used to enter C-1 state
[    0.561028] ACPI: \_SB_.PLTF.C000: Found 2 idle states
[    0.561168] ACPI: \_SB_.PLTF.C002: Found 2 idle states
[    0.561288] ACPI: \_SB_.PLTF.C004: Found 2 idle states
[    0.561413] ACPI: \_SB_.PLTF.C006: Found 2 idle states
[    0.561507] ACPI: \_SB_.PLTF.C008: Found 2 idle states
[    0.561630] ACPI: \_SB_.PLTF.C00A: Found 2 idle states
[    0.561721] ACPI: \_SB_.PLTF.C00C: Found 2 idle states
[    0.561841] ACPI: \_SB_.PLTF.C00E: Found 2 idle states
[    0.561933] ACPI: \_SB_.PLTF.C001: Found 2 idle states
[    0.562059] ACPI: \_SB_.PLTF.C003: Found 2 idle states
[    0.562177] ACPI: \_SB_.PLTF.C005: Found 2 idle states
[    0.562297] ACPI: \_SB_.PLTF.C007: Found 2 idle states
[    0.562424] ACPI: \_SB_.PLTF.C009: Found 2 idle states
[    0.562546] ACPI: \_SB_.PLTF.C00B: Found 2 idle states
[    0.562663] ACPI: \_SB_.PLTF.C00D: Found 2 idle states
[    0.562810] ACPI: \_SB_.PLTF.C00F: Found 2 idle states
[    0.563089] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.583790] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.586305] Linux agpgart interface v0.103
[    0.618044] tpm_crb MSFT0101:00: Disabling hwrng
[    0.622225] loop: module loaded
[    0.622460] ACPI: bus type drm_connector registered
[    0.623324] tun: Universal TUN/TAP device driver, 1.6
[    0.623364] PPP generic driver version 2.4.2
[    0.623504] i8042: PNP: No PS/2 controller found.
[    0.623555] mousedev: PS/2 mouse device common for all mice
[    0.623648] rtc_cmos 00:02: RTC can wake from S4
[    0.623856] rtc_cmos 00:02: registered as rtc0
[    0.623881] rtc_cmos 00:02: setting system clock to 2024-12-13T07:04:13 UTC (1734073453)
[    0.623909] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    0.623918] i2c_dev: i2c /dev entries driver
[    0.623942] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    0.623951] device-mapper: uevent: version 1.0.3
[    0.624001] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[    0.624023] platform eisa.0: Probing EISA bus 0
[    0.624025] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    0.624028] platform eisa.0: Cannot allocate resource for EISA slot 1
[    0.624029] platform eisa.0: Cannot allocate resource for EISA slot 2
[    0.624031] platform eisa.0: Cannot allocate resource for EISA slot 3
[    0.624033] platform eisa.0: Cannot allocate resource for EISA slot 4
[    0.624034] platform eisa.0: Cannot allocate resource for EISA slot 5
[    0.624036] platform eisa.0: Cannot allocate resource for EISA slot 6
[    0.624037] platform eisa.0: Cannot allocate resource for EISA slot 7
[    0.624039] platform eisa.0: Cannot allocate resource for EISA slot 8
[    0.624040] platform eisa.0: EISA: Detected 0 cards
[    0.624043] amd_pstate: driver load is disabled, boot with specific mode to enable this
[    0.624160] ledtrig-cpu: registered to indicate activity on CPUs
[    0.624310] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
[    0.624992] fbcon: Deferring console take-over
[    0.624994] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    0.625062] drop_monitor: Initializing network drop monitor service
[    0.625155] NET: Registered PF_INET6 protocol family
[    0.654925] Freeing initrd memory: 73348K
[    0.660510] Segment Routing with IPv6
[    0.660520] In-situ OAM (IOAM) with IPv6
[    0.660546] NET: Registered PF_PACKET protocol family
[    0.660585] Key type dns_resolver registered
[    0.662037] microcode: Current revision: 0x0a201210
[    0.662316] resctrl: L3 allocation detected
[    0.662318] resctrl: MB allocation detected
[    0.662320] resctrl: L3 monitoring detected
[    0.662371] IPI shorthand broadcast: enabled
[    0.664703] sched_clock: Marking stable (497789123, 166203247)->(680756702, -16764332)
[    0.664812] registered taskstats version 1
[    0.665377] Loading compiled-in X.509 certificates
[    0.665774] Loaded X.509 cert 'Build time autogenerated kernel key: d20b288af354b2a30a8094f4881ca576c390e95f'
[    0.666106] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[    0.666427] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[    0.666429] blacklist: Loading compiled-in revocation X.509 certificates
[    0.666443] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[    0.666455] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2017): 242ade75ac4a15e50d50c84b0d45ff3eae707a03'
[    0.666468] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (ESM 2018): 365188c1d374d6b07c3c8f240f8ef722433d6a8b'
[    0.666480] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2019): c0746fd6c5da3ae827864651ad66ae47fe24b3e8'
[    0.666492] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v1): a8d54bbb3825cfb94fa13c9f8a594a195c107b8d'
[    0.666506] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v2): 4cf046892d6fd3c9a5b03f98d845f90851dc6a8c'
[    0.666518] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v3): 100437bb6de6e469b581e61cd66bce3ef4ed53af'
[    0.666531] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (Ubuntu Core 2019): c1d57b8f6b743f23ee41f4f7ee292f06eecadfb9'
[    0.671358] Key type .fscrypt registered
[    0.671360] Key type fscrypt-provisioning registered
[    0.671408] Key type trusted registered
[    0.676170] cryptd: max_cpu_qlen set to 1000
[    0.678931] AVX2 version of gcm_enc/dec engaged.
[    0.678969] AES CTR mode by8 optimization enabled
[    0.690748] Key type encrypted registered
[    0.690753] AppArmor: AppArmor sha256 policy hashing enabled
[    0.690822] integrity: Loading X.509 certificate: UEFI:db
[    0.690847] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.690849] integrity: Loading X.509 certificate: UEFI:db
[    0.690869] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.690871] integrity: Loading X.509 certificate: UEFI:db
[    0.690888] integrity: Loaded X.509 cert 'Microsoft Corporation: Windows UEFI CA 2023: aefc5fbbbe055d8f8daa585473499417ab5a5272'
[    0.690890] integrity: Loading X.509 certificate: UEFI:db
[    0.690906] integrity: Loaded X.509 cert 'Microsoft UEFI CA 2023: 81aa6b3244c935bce0d6628af39827421e32497d'
[    0.690907] integrity: Loading X.509 certificate: UEFI:db
[    0.690919] integrity: Loaded X.509 cert 'MSI SHIP DB: ebc30d5be5f35f8041c1c2d9e613eee2'
[    0.692219] integrity: Loading X.509 certificate: UEFI:MokListRT (MOKvar table)
[    0.692376] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    0.692381] Loading compiled-in module X.509 certificates
[    0.692705] Loaded X.509 cert 'Build time autogenerated kernel key: d20b288af354b2a30a8094f4881ca576c390e95f'
[    0.692707] ima: Allocated hash algorithm: sha256
[    0.726053] audit: type=1807 audit(1734073453.600:2): action=measure func=KEXEC_KERNEL_CHECK res=1
[    0.726056] audit: type=1807 audit(1734073453.600:3): action=measure func=MODULE_CHECK res=1
[    0.726065] evm: Initialising EVM extended attributes:
[    0.726067] evm: security.selinux
[    0.726068] evm: security.SMACK64
[    0.726069] evm: security.SMACK64EXEC
[    0.726071] evm: security.SMACK64TRANSMUTE
[    0.726072] evm: security.SMACK64MMAP
[    0.726073] evm: security.apparmor
[    0.726074] evm: security.ima
[    0.726076] evm: security.capability
[    0.726077] evm: HMAC attrs: 0x1
[    0.726395] PM:   Magic number: 4:268:66
[    0.726456] memory memory227: hash matches
[    0.726471] memory memory94: hash matches
[    0.751753] RAS: Correctable Errors collector initialized.
[    0.751831] Lockdown: swapper/0: hibernation is restricted; see man kernel_lockdown.7
[    0.751976] clk: Disabling unused clocks
[    0.754017] Freeing unused decrypted memory: 2028K
[    0.754731] Freeing unused kernel image (initmem) memory: 4972K
[    0.754734] Write protecting the kernel read-only data: 36864k
[    0.755026] Freeing unused kernel image (rodata/data gap) memory: 28K
[    0.809012] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.809016] Run /init as init process
[    0.809017]   with arguments:
[    0.809019]     /init
[    0.809020]     ---
[    0.809021]     splash
[    0.809022]   with environment:
[    0.809023]     HOME=/
[    0.809025]     TERM=linux
[    0.809026]     BOOT_IMAGE=/casper/vmlinuz
[    0.972179] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    0.972187] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
[    0.977229] ahci 0000:02:00.1: version 3.0
[    0.977376] ahci 0000:02:00.1: SSS flag set, parallel bus scan disabled
[    0.977431] ahci 0000:02:00.1: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[    0.977434] ahci 0000:02:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
[    0.978010] scsi host0: ahci
[    0.978164] scsi host1: ahci
[    0.978330] scsi host2: ahci
[    0.978449] scsi host3: ahci
[    0.978563] scsi host4: ahci
[    0.978679] scsi host5: ahci
[    0.978734] ata1: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680100 irq 40 lpm-pol 0
[    0.978738] ata2: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680180 irq 40 lpm-pol 0
[    0.978740] ata3: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680200 irq 40 lpm-pol 0
[    0.978743] ata4: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680280 irq 40 lpm-pol 0
[    0.978746] ata5: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680300 irq 40 lpm-pol 0
[    0.978748] ata6: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680380 irq 40 lpm-pol 0
[    0.983846] r8169 0000:06:00.0: enabling device (0000 -> 0003)
[    0.991578] r8169 0000:06:00.0 eth0: RTL8168h/8111h, d8:bb:c1:39:64:71, XID 541, IRQ 41
[    0.991584] r8169 0000:06:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    0.991608] r8169 0000:2a:00.0: enabling device (0000 -> 0003)
[    0.999721] r8169 0000:2a:00.0 eth1: RTL8125B, d8:bb:c1:39:64:70, XID 641, IRQ 42
[    0.999725] r8169 0000:2a:00.0 eth1: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    1.027637] xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
[    1.027994] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    1.028000] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[    1.028004] xhci_hcd 0000:02:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    1.028078] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.08
[    1.028081] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.028083] usb usb1: Product: xHCI Host Controller
[    1.028084] usb usb1: Manufacturer: Linux 6.8.0-41-generic xhci-hcd
[    1.028086] usb usb1: SerialNumber: 0000:02:00.0
[    1.028242] hub 1-0:1.0: USB hub found
[    1.028267] hub 1-0:1.0: 10 ports detected
[    1.028729] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.028754] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.08
[    1.028757] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.028759] usb usb2: Product: xHCI Host Controller
[    1.028760] usb usb2: Manufacturer: Linux 6.8.0-41-generic xhci-hcd
[    1.028762] usb usb2: SerialNumber: 0000:02:00.0
[    1.028869] hub 2-0:1.0: USB hub found
[    1.028882] hub 2-0:1.0: 4 ports detected
[    1.029182] xhci_hcd 0000:2d:00.3: xHCI Host Controller
[    1.029187] xhci_hcd 0000:2d:00.3: new USB bus registered, assigned bus number 3
[    1.029306] xhci_hcd 0000:2d:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
[    1.029608] xhci_hcd 0000:2d:00.3: xHCI Host Controller
[    1.029613] xhci_hcd 0000:2d:00.3: new USB bus registered, assigned bus number 4
[    1.029617] xhci_hcd 0000:2d:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    1.029653] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.08
[    1.029655] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.029657] usb usb3: Product: xHCI Host Controller
[    1.029659] usb usb3: Manufacturer: Linux 6.8.0-41-generic xhci-hcd
[    1.029660] usb usb3: SerialNumber: 0000:2d:00.3
[    1.029765] hub 3-0:1.0: USB hub found
[    1.029774] hub 3-0:1.0: 4 ports detected
[    1.030029] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.030053] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.08
[    1.030055] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.030057] usb usb4: Product: xHCI Host Controller
[    1.030059] usb usb4: Manufacturer: Linux 6.8.0-41-generic xhci-hcd
[    1.030060] usb usb4: SerialNumber: 0000:2d:00.3
[    1.030156] hub 4-0:1.0: USB hub found
[    1.030165] hub 4-0:1.0: 4 ports detected
[    1.287209] ata1: SATA link down (SStatus 0 SControl 330)
[    1.329317] usb 1-2: new high-speed USB device number 2 using xhci_hcd
[    1.377555] usb 4-3: new SuperSpeed USB device number 2 using xhci_hcd
[    1.391025] usb 4-3: New USB device found, idVendor=0781, idProduct=5583, bcdDevice= 1.00
[    1.391031] usb 4-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.391033] usb 4-3: Product:  SanDisk 3.2Gen1
[    1.391035] usb 4-3: Manufacturer:  USB
[    1.391037] usb 4-3: SerialNumber: 04011b9736ab2dd9f0699b6d2fba477a14689aef43c1ef88ba310dcecad926e56f90000000000000000000007b614c6500046c1883558107432d560e
[    1.541830] usb 1-2: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.70
[    1.541836] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.541839] usb 1-2: Product: USB2.0 Hub
[    1.548827] hub 1-2:1.0: USB hub found
[    1.552968] hub 1-2:1.0: 4 ports detected
[    1.575228] tsc: Refined TSC clocksource calibration: 2999.998 MHz
[    1.575241] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b3e43c8763, max_idle_ns: 440795360101 ns
[    1.575272] clocksource: Switched to clocksource tsc
[    1.600757] ata2: SATA link down (SStatus 0 SControl 330)
[    1.749553] usb 1-4: new full-speed USB device number 3 using xhci_hcd
[    1.909217] ata3: SATA link down (SStatus 0 SControl 330)
[    2.095550] usb 1-2.1: new full-speed USB device number 4 using xhci_hcd
[    2.122529] usb 1-4: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=24.11
[    2.122538] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.122543] usb 1-4: Product: USB Receiver
[    2.122546] usb 1-4: Manufacturer: Logitech
[    2.224237] ata4: SATA link down (SStatus 0 SControl 330)
[    2.429069] usb 1-2.1: New USB device found, idVendor=8087, idProduct=0032, bcdDevice= 0.00
[    2.429078] usb 1-2.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.484555] usb 1-8: new full-speed USB device number 5 using xhci_hcd
[    2.533016] ata5: SATA link down (SStatus 0 SControl 330)
[    2.774504] usb 1-8: New USB device found, idVendor=1462, idProduct=7c91, bcdDevice= 0.01
[    2.774513] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.774517] usb 1-8: Product: MYSTIC LIGHT 
[    2.774521] usb 1-8: Manufacturer: MSI
[    2.774524] usb 1-8: SerialNumber: A020200409A4
[    2.849254] ata6: SATA link down (SStatus 0 SControl 330)
[    2.851861] r8169 0000:06:00.0 enp6s0: renamed from eth0
[    2.856217] nvme nvme0: pci function 0000:04:00.0
[    2.863372] hid: raw HID events driver (C) Jiri Kosina
[    2.864526] r8169 0000:2a:00.0 enp42s0: renamed from eth1
[    2.867395] usb-storage 4-3:1.0: USB Mass Storage device detected
[    2.867591] scsi host6: usb-storage 4-3:1.0
[    2.867773] usbcore: registered new interface driver usb-storage
[    2.973315] nvme nvme0: missing or invalid SUBNQN field.
[    3.034118] nvme nvme0: allocated 128 MiB host memory buffer.
[    3.290498] nvme nvme0: 8/0/0 default/read/poll queues
[    3.297278] nvme nvme0: Ignoring bogus Namespace Identifiers
[    3.300602]  nvme0n1: p1 p2 p3 p4 p5 p6
[    3.308332] usbcore: registered new interface driver uas
[    3.343297] usbcore: registered new interface driver usbhid
[    3.343300] usbhid: USB HID core driver
[    3.349134] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-4/1-4:1.0/0003:046D:C52B.0001/input/input2
[    3.400721] hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:02:00.0-4/input0
[    3.400936] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-4/1-4:1.1/0003:046D:C52B.0002/input/input3
[    3.401073] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-4/1-4:1.1/0003:046D:C52B.0002/input/input4
[    3.452703] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-4/1-4:1.1/0003:046D:C52B.0002/input/input5
[    3.452836] hid-generic 0003:046D:C52B.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:02:00.0-4/input1
[    3.453028] hid-generic 0003:046D:C52B.0003: hiddev1,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:02:00.0-4/input2
[    3.453187] input: MSI MYSTIC LIGHT  as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-8/1-8:1.0/0003:1462:7C91.0004/input/input7
[    3.453336] hid-generic 0003:1462:7C91.0004: input,hiddev2,hidraw3: USB HID v1.10 Device [MSI MYSTIC LIGHT ] on usb-0000:02:00.0-8/input0
[    3.521625] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:02:00.0-4/input2
[    3.631023] input: Logitech Wireless Device PID:408a Keyboard as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-4/1-4:1.2/0003:046D:C52B.0003/0003:046D:408A.0005/input/input8
[    3.631215] input: Logitech Wireless Device PID:408a Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-4/1-4:1.2/0003:046D:C52B.0003/0003:046D:408A.0005/input/input9
[    3.631405] hid-generic 0003:046D:408A.0005: input,hidraw1: USB HID v1.11 Keyboard [Logitech Wireless Device PID:408a] on usb-0000:02:00.0-4/input2:1
[    3.632595] input: Logitech Wireless Device PID:407b Keyboard as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-4/1-4:1.2/0003:046D:C52B.0003/0003:046D:407B.0006/input/input13
[    3.632705] input: Logitech Wireless Device PID:407b Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-4/1-4:1.2/0003:046D:C52B.0003/0003:046D:407B.0006/input/input14
[    3.632846] hid-generic 0003:046D:407B.0006: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Device PID:407b] on usb-0000:02:00.0-4/input2:2
[    3.680455] input: Logitech MX Keys as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-4/1-4:1.2/0003:046D:C52B.0003/0003:046D:408A.0005/input/input18
[    3.680609] logitech-hidpp-device 0003:046D:408A.0005: input,hidraw1: USB HID v1.11 Keyboard [Logitech MX Keys] on usb-0000:02:00.0-4/input2:1
[    3.722442] input: Logitech MX Vertical as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-4/1-4:1.2/0003:046D:C52B.0003/0003:046D:407B.0006/input/input19
[    3.722594] logitech-hidpp-device 0003:046D:407B.0006: input,hidraw2: USB HID v1.11 Keyboard [Logitech MX Vertical] on usb-0000:02:00.0-4/input2:2
[    3.834205] raid6: avx2x4   gen() 36279 MB/s
[    3.851205] raid6: avx2x2   gen() 35296 MB/s
[    3.868205] raid6: avx2x1   gen() 25929 MB/s
[    3.868206] raid6: using algorithm avx2x4 gen() 36279 MB/s
[    3.880521] scsi 6:0:0:0: Direct-Access      USB      SanDisk 3.2Gen1 1.00 PQ: 0 ANSI: 6
[    3.880704] sd 6:0:0:0: Attached scsi generic sg0 type 0
[    3.885205] raid6: .... xor() 6975 MB/s, rmw enabled
[    3.885206] raid6: using avx2x2 recovery algorithm
[    3.885369] sd 6:0:0:0: [sda] 60125184 512-byte logical blocks: (30.8 GB/28.7 GiB)
[    3.886113] sd 6:0:0:0: [sda] Write Protect is off
[    3.886117] sd 6:0:0:0: [sda] Mode Sense: 43 00 00 00
[    3.886382] sd 6:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    3.897904]  sda: sda1 sda2 sda3 sda4
[    3.898125] sd 6:0:0:0: [sda] Attached SCSI removable disk
[    3.901923] xor: automatically using best checksumming function   avx       
[    3.904859] async_tx: api initialized (async)
[    4.143997] EXT4-fs (nvme0n1p4): mounted filesystem 2fd0c368-dce7-4543-a6d0-87dad837d7aa ro with ordered data mode. Quota mode: none.
[    4.144562] EXT4-fs (nvme0n1p4): unmounting filesystem 2fd0c368-dce7-4543-a6d0-87dad837d7aa.
[    4.299344] ISO 9660 Extensions: Microsoft Joliet Level 3
[    4.300216] ISO 9660 Extensions: RRIP_1991A
[    4.310866] ISO 9660 Extensions: Microsoft Joliet Level 3
[    4.311725] ISO 9660 Extensions: RRIP_1991A
[    4.338572] loop0: detected capacity change from 0 to 3423344
[    4.353544] loop1: detected capacity change from 0 to 964624
[    4.368191] loop2: detected capacity change from 0 to 1790704
[    4.383050] overlayfs: null uuid detected in lower fs '/', falling back to xino=off,index=off,nfs_export=off.
[    4.408438] EXT4-fs (sda4): mounted filesystem 6321bc23-7b26-4d3d-be92-b7ca3196154f r/w with ordered data mode. Quota mode: none.
[    4.556430] evm: overlay not supported
[    9.012527] systemd[1]: Inserted module 'autofs4'
[    9.112304] systemd[1]: systemd 255.4-1ubuntu8.4 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 +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    9.112316] systemd[1]: Detected architecture x86-64.
[    9.114778] systemd[1]: Hostname set to <ubuntu>.
[    9.126448] systemd[1]: Initializing machine ID from random generator.
[    9.631321] 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.
[    9.700850] systemd[1]: Queued start job for default target graphical.target.
[    9.737158] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[    9.737436] systemd[1]: Created slice user.slice - User and Session Slice.
[    9.737492] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[    9.737630] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[    9.737650] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[    9.737667] systemd[1]: Reached target remote-fs.target - Remote File Systems.
[    9.737675] systemd[1]: Reached target slices.target - Slice Units.
[    9.737686] systemd[1]: Reached target swap.target - Swaps.
[    9.737695] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[    9.737770] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
[    9.738821] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
[    9.739776] systemd[1]: Listening on syslog.socket - Syslog Socket.
[    9.739829] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[    9.740334] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    9.740435] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[    9.740801] systemd[1]: Listening on systemd-oomd.socket - Userspace Out-Of-Memory (OOM) Killer Socket.
[    9.740832] systemd[1]: systemd-pcrextend.socket - TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    9.742241] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    9.742336] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    9.746835] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[    9.747431] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[    9.748077] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[    9.748625] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[    9.749892] systemd[1]: Starting systemd-journald.service - Journal Service...
[    9.749960] systemd[1]: Finished blk-availability.service - Availability of block devices.
[    9.750653] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[    9.751750] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    9.752348] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    9.753180] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[    9.754032] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[    9.754861] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[    9.755676] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[    9.756415] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[    9.757270] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[    9.781289] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    9.781301] systemd[1]: systemd-pcrmachine.service - TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    9.781879] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[    9.781908] systemd[1]: systemd-tpm2-setup-early.service - TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    9.782528] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[    9.782856] pstore: Using crash dump compression: deflate
[    9.784028] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[    9.784111] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[    9.784189] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[    9.784275] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[    9.784395] pstore: Registered efi_pstore as persistent store backend
[    9.784439] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    9.784648] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    9.784759] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[    9.784965] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[    9.785088] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[    9.785302] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    9.785411] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[    9.785614] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[    9.785721] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[    9.785948] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    9.786058] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[    9.786295] systemd[1]: modprobe@loop.service: Deactivated successfully.
[    9.786406] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
[    9.787214] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[    9.787734] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[    9.806203] systemd-journald[1100]: Collecting audit messages is disabled.
[    9.808383] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[    9.809116] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[    9.810143] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[    9.810258] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[    9.810351] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[    9.811041] systemd[1]: Starting cloud-init-local.service - Initial cloud-init job (pre-networking)...
[    9.837144] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because no trigger condition checks were met.
[    9.837179] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[    9.837882] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed...
[    9.837897] systemd[1]: systemd-tpm2-setup.service - TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    9.857051] systemd[1]: Started systemd-journald.service - Journal Service.
[    9.897679] lp: driver loaded but no devices found
[    9.911021] ppdev: user-space parallel port driver
[    9.911185] systemd-journald[1100]: Received client request to flush runtime journal.
[   10.429636] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[   10.429639] RAPL PMU: hw unit of domain package 2^-16 Joules
[   10.494209] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   10.494213] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[   10.494371] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[   10.520342] ccp 0000:2d:00.1: enabling device (0000 -> 0002)
[   10.520858] ccp 0000:2d:00.1: ccp: unable to access the device: you might be running a broken BIOS.
[   10.520881] ccp 0000:2d:00.1: psp enabled
[   10.641979] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   10.642119] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   10.642250] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[   10.685304] kvm_amd: TSC scaling supported
[   10.685306] kvm_amd: Nested Virtualization enabled
[   10.685308] kvm_amd: Nested Paging enabled
[   10.685320] kvm_amd: Virtual VMLOAD VMSAVE supported
[   10.685321] kvm_amd: Virtual GIF supported
[   10.685322] kvm_amd: LBR virtualization supported
[   10.742522] Bluetooth: Core ver 2.22
[   10.742539] NET: Registered PF_BLUETOOTH protocol family
[   10.742541] Bluetooth: HCI device and connection manager initialized
[   10.742545] Bluetooth: HCI socket layer initialized
[   10.742547] Bluetooth: L2CAP socket layer initialized
[   10.742552] Bluetooth: SCO socket layer initialized
[   10.759060] MCE: In-kernel MCE decoding enabled.
[   10.785129] Intel(R) Wireless WiFi driver for Linux
[   10.785162] iwlwifi 0000:05:00.0: enabling device (0000 -> 0002)
[   10.786432] iwlwifi 0000:05:00.0: Detected crf-id 0x400410, cnv-id 0x400410 wfpm id 0x80000000
[   10.786440] iwlwifi 0000:05:00.0: PCI dev 2725/0024, rev=0x420, rfid=0x10d000
[   10.807247] iwlwifi 0000:05:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.41
[   10.814016] usbcore: registered new interface driver btusb
[   10.816025] Bluetooth: hci0: Firmware timestamp 2023.48 buildtype 1 build 75324
[   10.816028] Bluetooth: hci0: Firmware SHA1: 0x23bac558
[   10.819166] iwlwifi 0000:05:00.0: loaded firmware version 86.fb5c9aeb.0 ty-a0-gf-a0-86.ucode op_mode iwlmvm
[   10.905790] Bluetooth: hci0: Found device firmware: intel/ibt-0041-0041.sfi
[   10.905806] Bluetooth: hci0: Boot Address: 0x100800
[   10.905808] Bluetooth: hci0: Firmware Version: 60-48.23
[   10.905810] Bluetooth: hci0: Firmware already loaded
[   10.910188] intel_rapl_common: Found RAPL domain package
[   10.910190] intel_rapl_common: Found RAPL domain core
[   11.112812] nouveau 0000:2b:00.0: vgaarb: deactivate vga console
[   11.112892] nouveau 0000:2b:00.0: NVIDIA GA104 (b74000a1)
[   11.147948] iwlwifi 0000:05:00.0: Detected Intel(R) Wi-Fi 6 AX210 160MHz, REV=0x420
[   11.148009] thermal thermal_zone0: failed to read out thermal zone (-61)
[   11.156771] iwlwifi 0000:05:00.0: WRT: Invalid buffer destination
[   11.161040] snd_hda_intel 0000:2b:00.1: enabling device (0000 -> 0002)
[   11.161104] snd_hda_intel 0000:2b:00.1: Disabling MSI
[   11.161115] snd_hda_intel 0000:2b:00.1: Handle vga_switcheroo audio client
[   11.161157] snd_hda_intel 0000:2d:00.4: enabling device (0000 -> 0002)
[   11.188594] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.1/sound/card0/input20
[   11.188671] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.1/sound/card0/input21
[   11.188736] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.1/sound/card0/input22
[   11.188797] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.1/sound/card0/input23
[   11.189146] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC1220: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
[   11.189150] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   11.189153] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   11.189155] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[   11.189156] snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x1e/0x0
[   11.189158] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[   11.189160] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
[   11.189162] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
[   11.189163] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
[   11.202095] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:2d:00.4/sound/card1/input24
[   11.202189] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:2d:00.4/sound/card1/input25
[   11.202255] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:2d:00.4/sound/card1/input26
[   11.202304] input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:2d:00.4/sound/card1/input27
[   11.202350] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:2d:00.4/sound/card1/input28
[   11.202397] input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:2d:00.4/sound/card1/input29
[   11.202444] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:2d:00.4/sound/card1/input30
[   11.224014] nouveau 0000:2b:00.0: bios: version 94.04.5b.00.02
[   11.254360] nouveau 0000:2b:00.0: bios: M0203E type 0a
[   11.254365] nouveau 0000:2b:00.0: fb: 8192 MiB of unknown memory type
[   11.289452] nouveau 0000:2b:00.0: DRM: VRAM: 8192 MiB
[   11.289455] nouveau 0000:2b:00.0: DRM: GART: 536870912 MiB
[   11.289458] nouveau 0000:2b:00.0: DRM: BIT table 'A' not found
[   11.289460] nouveau 0000:2b:00.0: DRM: BIT table 'L' not found
[   11.289461] nouveau 0000:2b:00.0: DRM: TMDS table version 2.0
[   11.290040] nouveau 0000:2b:00.0: DRM: MM: using COPY for buffer copies
[   11.291347] snd_hda_intel 0000:2b:00.1: bound 0000:2b:00.0 (ops nv50_audio_component_bind_ops [nouveau])
[   11.293135] [drm] Initialized nouveau 1.4.0 20120801 for 0000:2b:00.0 on minor 0
[   11.313235] iwlwifi 0000:05:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x20
[   11.313255] iwlwifi 0000:05:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
[   11.313269] iwlwifi 0000:05:00.0: WFPM_AUTH_KEY_0: 0x90
[   11.313287] iwlwifi 0000:05:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x0
[   11.316113] iwlwifi 0000:05:00.0: loaded PNVM version e28bb9d7
[   11.331231] iwlwifi 0000:05:00.0: Detected RF GF, rfid=0x10d000
[   11.380500] fbcon: nouveaudrmfb (fb0) is primary device
[   11.380502] fbcon: Deferring console take-over
[   11.380505] nouveau 0000:2b:00.0: [drm] fb0: nouveaudrmfb frame buffer device
[   11.400552] iwlwifi 0000:05:00.0: base HW address: 50:28:4a:72:c1:b2
[   11.423395] iwlwifi 0000:05:00.0 wlp5s0: renamed from wlan0
[   11.547609] spl: loading out-of-tree module taints kernel.
[   11.668102] zfs: module license 'CDDL' taints kernel.
[   11.668104] Disabling lock debugging due to kernel taint
[   11.668123] zfs: module license taints kernel.
[   13.232811] ZFS: Loaded module v2.2.2-0ubuntu9, ZFS pool version 5000, ZFS filesystem version 5
[   13.419180] loop3: detected capacity change from 0 to 8
[   13.425340] loop4: detected capacity change from 0 to 152112
[   13.427655] loop5: detected capacity change from 0 to 552488
[   13.451533] loop6: detected capacity change from 0 to 1034424
[   13.451611] loop7: detected capacity change from 0 to 21952
[   13.452142] loop8: detected capacity change from 0 to 187776
[   13.452427] loop9: detected capacity change from 0 to 21584
[   13.463619] loop10: detected capacity change from 0 to 79520
[   13.466940] loop11: detected capacity change from 0 to 1000
[   13.468900] loop12: detected capacity change from 0 to 306448
[   13.470900] loop13: detected capacity change from 0 to 239160
[   14.819943] audit: type=1400 audit(1734073467.694:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap-update-ns.ubuntu-desktop-bootstrap" pid=1896 comm="apparmor_parser"
[   14.882223] audit: type=1400 audit(1734073467.756:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/snapd/21759/usr/lib/snapd/snap-confine" pid=1890 comm="apparmor_parser"
[   14.883344] audit: type=1400 audit(1734073467.757:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/snapd/21759/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=1890 comm="apparmor_parser"
[   14.954589] audit: type=1400 audit(1734073467.829:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.firefox.hook.disconnect-plug-host-hunspell" pid=1900 comm="apparmor_parser"
[   14.954712] audit: type=1400 audit(1734073467.829:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.firefox.hook.post-refresh" pid=1901 comm="apparmor_parser"
[   15.006264] audit: type=1400 audit(1734073467.881:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.firmware-updater.hook.configure" pid=1905 comm="apparmor_parser"
[   15.007398] audit: type=1400 audit(1734073467.882:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.firefox.hook.configure" pid=1899 comm="apparmor_parser"
[   15.022353] audit: type=1400 audit(1734073467.897:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.snap-store.hook.configure" pid=1906 comm="apparmor_parser"
[   15.073739] audit: type=1400 audit(1734073467.948:12): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap-update-ns.thunderbird" pid=1895 comm="apparmor_parser"
[   15.081774] audit: type=1400 audit(1734073467.956:13): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.ubuntu-desktop-bootstrap.os-prober" pid=1913 comm="apparmor_parser"
[   20.393566] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   20.393570] Bluetooth: BNEP filters: protocol multicast
[   20.393575] Bluetooth: BNEP socket layer initialized
[   20.394740] Bluetooth: MGMT ver 1.22
[   20.433323] NET: Registered PF_ALG protocol family
[   21.232823] NET: Registered PF_QIPCRTR protocol family
[   21.288663] loop14: detected capacity change from 0 to 8
[   21.483351] kauditd_printk_skb: 20 callbacks suppressed
[   21.483354] audit: type=1400 audit(1734073474.358:34): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=2271 comm="apparmor_parser"
[   21.483671] audit: type=1400 audit(1734073474.358:35): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=2271 comm="apparmor_parser"
[   21.600115] audit: type=1400 audit(1734073474.474:36): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/snap/snapd/21759/usr/lib/snapd/snap-confine" pid=2284 comm="apparmor_parser"
[   21.613564] audit: type=1400 audit(1734073474.488:37): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/snap/snapd/21759/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=2284 comm="apparmor_parser"
[   21.632227] RTL8226B_RTL8221B 2.5Gbps PHY r8169-0-2a00:00: attached PHY driver (mii_bus:phy_addr=r8169-0-2a00:00, irq=MAC)
[   21.716870] audit: type=1400 audit(1734073474.591:38): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap-update-ns.ubuntu-desktop-bootstrap" pid=2299 comm="apparmor_parser"
[   21.798449] r8169 0000:2a:00.0 enp42s0: Link is Down
[   21.833240] Generic FE-GE Realtek PHY r8169-0-600:00: attached PHY driver (mii_bus:phy_addr=r8169-0-600:00, irq=MAC)
[   21.860565] audit: type=1400 audit(1734073474.735:39): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.firefox.hook.configure" pid=2303 comm="apparmor_parser"
[   21.871624] audit: type=1400 audit(1734073474.746:40): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.thunderbird.hook.configure" pid=2290 comm="apparmor_parser"
[   21.884981] audit: type=1400 audit(1734073474.759:41): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.snap-store.hook.configure" pid=2293 comm="apparmor_parser"
[   21.898709] audit: type=1400 audit(1734073474.773:42): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.snapd-desktop-integration.hook.configure" pid=2297 comm="apparmor_parser"
[   21.939170] audit: type=1400 audit(1734073474.813:43): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.firefox.hook.disconnect-plug-host-hunspell" pid=2306 comm="apparmor_parser"
[   21.997352] r8169 0000:06:00.0 enp6s0: Link is Down
[   22.010304] iwlwifi 0000:05:00.0: WRT: Invalid buffer destination
[   22.162251] iwlwifi 0000:05:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x20
[   22.162271] iwlwifi 0000:05:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
[   22.162286] iwlwifi 0000:05:00.0: WFPM_AUTH_KEY_0: 0x90
[   22.162306] iwlwifi 0000:05:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x0
[   22.248158] ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
[   22.248164] ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
[   22.248167] ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
[   22.248170] ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
[   22.248172] ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
[   22.248175] ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
[   22.248178] ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
[   22.248181] ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
[   22.251065] iwlwifi 0000:05:00.0: Registered PHC clock: iwlwifi-PTP, with index: 0
[   24.517251] r8169 0000:2a:00.0 enp42s0: Link is Up - 1Gbps/Full - flow control rx/tx
[   30.557291] Bluetooth: RFCOMM TTY layer initialized
[   30.557298] Bluetooth: RFCOMM socket layer initialized
[   30.557304] Bluetooth: RFCOMM ver 1.11
[   36.103633] kauditd_printk_skb: 22 callbacks suppressed
[   36.103636] audit: type=1400 audit(1734073488.978:66): apparmor="DENIED" operation="capable" class="cap" profile="/usr/lib/snapd/snap-confine" pid=2831 comm="snap-confine" capability=12  capname="net_admin"
[   36.103646] audit: type=1400 audit(1734073488.978:67): apparmor="DENIED" operation="capable" class="cap" profile="/usr/lib/snapd/snap-confine" pid=2831 comm="snap-confine" capability=38  capname="perfmon"
[   36.107827] audit: type=1400 audit(1734073488.982:68): apparmor="DENIED" operation="open" class="file" profile="snap-update-ns.snapd-desktop-integration" name="/proc/2894/maps" pid=2894 comm="5" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[   38.003915] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[   38.996228] rfkill: input handler disabled
[   44.656648] audit: type=1326 audit(1734073497.531:69): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snapd-desktop-integration.snapd-desktop-integration pid=3342 comm="snapd-desktop-i" exe="/snap/snapd-desktop-integration/178/usr/bin/snapd-desktop-integration" sig=0 arch=c000003e syscall=203 compat=0 ip=0x71cdf8777531 code=0x50000
[   44.656656] audit: type=1326 audit(1734073497.531:70): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snapd-desktop-integration.snapd-desktop-integration pid=3342 comm="snapd-desktop-i" exe="/snap/snapd-desktop-integration/178/usr/bin/snapd-desktop-integration" sig=0 arch=c000003e syscall=203 compat=0 ip=0x71cdf8777531 code=0x50000
[   44.656660] audit: type=1326 audit(1734073497.531:71): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snapd-desktop-integration.snapd-desktop-integration pid=3342 comm="snapd-desktop-i" exe="/snap/snapd-desktop-integration/178/usr/bin/snapd-desktop-integration" sig=0 arch=c000003e syscall=203 compat=0 ip=0x71cdf8777531 code=0x50000
[   44.656663] audit: type=1326 audit(1734073497.531:72): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snapd-desktop-integration.snapd-desktop-integration pid=3342 comm="snapd-desktop-i" exe="/snap/snapd-desktop-integration/178/usr/bin/snapd-desktop-integration" sig=0 arch=c000003e syscall=203 compat=0 ip=0x71cdf8777531 code=0x50000
[   44.656665] audit: type=1326 audit(1734073497.531:73): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snapd-desktop-integration.snapd-desktop-integration pid=3342 comm="snapd-desktop-i" exe="/snap/snapd-desktop-integration/178/usr/bin/snapd-desktop-integration" sig=0 arch=c000003e syscall=203 compat=0 ip=0x71cdf8777531 code=0x50000
[   44.656668] audit: type=1326 audit(1734073497.531:74): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snapd-desktop-integration.snapd-desktop-integration pid=3342 comm="snapd-desktop-i" exe="/snap/snapd-desktop-integration/178/usr/bin/snapd-desktop-integration" sig=0 arch=c000003e syscall=203 compat=0 ip=0x71cdf8777531 code=0x50000
[   44.656677] audit: type=1326 audit(1734073497.531:75): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snapd-desktop-integration.snapd-desktop-integration pid=3342 comm="snapd-desktop-i" exe="/snap/snapd-desktop-integration/178/usr/bin/snapd-desktop-integration" sig=0 arch=c000003e syscall=203 compat=0 ip=0x71cdf8777531 code=0x50000
[   44.656681] audit: type=1326 audit(1734073497.531:76): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snapd-desktop-integration.snapd-desktop-integration pid=3342 comm="snapd-desktop-i" exe="/snap/snapd-desktop-integration/178/usr/bin/snapd-desktop-integration" sig=0 arch=c000003e syscall=203 compat=0 ip=0x71cdf8777531 code=0x50000
[   44.656685] audit: type=1326 audit(1734073497.531:77): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snapd-desktop-integration.snapd-desktop-integration pid=3342 comm="snapd-desktop-i" exe="/snap/snapd-desktop-integration/178/usr/bin/snapd-desktop-integration" sig=0 arch=c000003e syscall=203 compat=0 ip=0x71cdf8777531 code=0x50000
[   44.656693] audit: type=1326 audit(1734073497.531:78): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snapd-desktop-integration.snapd-desktop-integration pid=3342 comm="snapd-desktop-i" exe="/snap/snapd-desktop-integration/178/usr/bin/snapd-desktop-integration" sig=0 arch=c000003e syscall=203 compat=0 ip=0x71cdf8777531 code=0x50000
[   44.809815] systemd-journald[1100]: Time jumped backwards, rotating.
[   49.627921] logitech-hidpp-device 0003:046D:407B.0006: HID++ 4.5 device connected.
[   56.488659] block nvme0n1: the capability attribute has been deprecated.
[   57.167803] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled
[   57.223238] JFS: nTxBlock = 8192, nTxLock = 65536
[   57.286680] ntfs: driver 2.1.32 [Flags: R/O MODULE].
[   57.332107] QNX4 filesystem 0.2.3 registered.
[   57.521036] Btrfs loaded, zoned=yes, fsverity=yes
[  151.347083] usb 4-4: new SuperSpeed USB device number 3 using xhci_hcd
[  151.359495] usb 4-4: New USB device found, idVendor=1058, idProduct=10a2, bcdDevice=10.33
[  151.359501] usb 4-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  151.359505] usb 4-4: Product: Elements 10A2
[  151.359508] usb 4-4: Manufacturer: Western Digital
[  151.359511] usb 4-4: SerialNumber: 575833314539325346323432
[  151.359991] usb-storage 4-4:1.0: USB Mass Storage device detected
[  151.360241] scsi host7: usb-storage 4-4:1.0
[  152.425525] scsi 7:0:0:0: Direct-Access     WD       Elements 10A2    1033 PQ: 0 ANSI: 6
[  152.425820] sd 7:0:0:0: Attached scsi generic sg1 type 0
[  152.426753] sd 7:0:0:0: [sdb] Spinning up disk...
[  153.448173] .ready
[  153.821204] sd 7:0:0:0: [sdb] 1953458176 512-byte logical blocks: (1.00 TB/931 GiB)
[  153.821450] sd 7:0:0:0: [sdb] Write Protect is off
[  153.821456] sd 7:0:0:0: [sdb] Mode Sense: 53 00 10 08
[  153.821694] sd 7:0:0:0: [sdb] No Caching mode page found
[  153.821700] sd 7:0:0:0: [sdb] Assuming drive cache: write through
[  153.823331]  sdb: sdb1
[  153.823455] sd 7:0:0:0: [sdb] Attached SCSI disk
[  171.634457] EXT4-fs (nvme0n1p4): mounted filesystem 2fd0c368-dce7-4543-a6d0-87dad837d7aa r/w with ordered data mode. Quota mode: none.
[  185.787302] loop2: Can't mount, would change RO state
[  225.485355] kauditd_printk_skb: 26 callbacks suppressed
[  225.485358] audit: type=1400 audit(1734073677.863:105): apparmor="DENIED" operation="capable" class="cap" profile="/usr/lib/snapd/snap-confine" pid=5910 comm="snap-confine" capability=12  capname="net_admin"
[  225.485371] audit: type=1400 audit(1734073677.863:106): apparmor="DENIED" operation="capable" class="cap" profile="/usr/lib/snapd/snap-confine" pid=5910 comm="snap-confine" capability=38  capname="perfmon"
[  225.491129] audit: type=1400 audit(1734073677.869:107): apparmor="DENIED" operation="open" class="file" profile="snap-update-ns.snap-store" name="/proc/5932/maps" pid=5932 comm="5" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  226.140773] audit: type=1326 audit(1734073678.519:108): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snap-store.snap-store pid=5910 comm="snap-store" exe="/snap/snap-store/1173/bin/snap-store" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7d91b5eae531 code=0x50000
[  226.140779] audit: type=1326 audit(1734073678.519:109): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snap-store.snap-store pid=5910 comm="snap-store" exe="/snap/snap-store/1173/bin/snap-store" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7d91b5eae531 code=0x50000
[  226.140782] audit: type=1326 audit(1734073678.519:110): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snap-store.snap-store pid=5910 comm="snap-store" exe="/snap/snap-store/1173/bin/snap-store" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7d91b5eae531 code=0x50000
[  226.140784] audit: type=1326 audit(1734073678.519:111): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snap-store.snap-store pid=5910 comm="snap-store" exe="/snap/snap-store/1173/bin/snap-store" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7d91b5eae531 code=0x50000
[  226.140791] audit: type=1326 audit(1734073678.519:112): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snap-store.snap-store pid=5910 comm="snap-store" exe="/snap/snap-store/1173/bin/snap-store" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7d91b5eae531 code=0x50000
[  226.140797] audit: type=1326 audit(1734073678.519:113): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snap-store.snap-store pid=5910 comm="snap-store" exe="/snap/snap-store/1173/bin/snap-store" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7d91b5eae531 code=0x50000
[  226.140802] audit: type=1326 audit(1734073678.519:114): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snap-store.snap-store pid=5910 comm="snap-store" exe="/snap/snap-store/1173/bin/snap-store" sig=0 arch=c000003e syscall=203 compat=0 ip=0x7d91b5eae531 code=0x50000
[  232.140713] logitech-hidpp-device 0003:046D:408A.0005: HID++ 4.5 device connected.
[  247.538501] kauditd_printk_skb: 17 callbacks suppressed
[  247.538512] audit: type=1400 audit(1734073699.915:132): apparmor="DENIED" operation="capable" class="cap" profile="/usr/lib/snapd/snap-confine" pid=6137 comm="snap-confine" capability=12  capname="net_admin"
[  247.538524] audit: type=1400 audit(1734073699.916:133): apparmor="DENIED" operation="capable" class="cap" profile="/usr/lib/snapd/snap-confine" pid=6137 comm="snap-confine" capability=38  capname="perfmon"
[  247.543273] audit: type=1400 audit(1734073699.920:134): apparmor="DENIED" operation="open" class="file" profile="snap-update-ns.firefox" name="/proc/6157/maps" pid=6157 comm="5" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  250.591813] audit: type=1107 audit(1734073702.969:135): pid=1928 uid=101 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/timedate1" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.108" pid=6137 label="snap.firefox.firefox" peer_pid=6325 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=101 hostname=? addr=? terminal=?'
[  250.592144] audit: type=1107 audit(1734073702.969:136): pid=1928 uid=101 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/timedate1" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.108" pid=6137 label="snap.firefox.firefox" peer_pid=6325 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=101 hostname=? addr=? terminal=?'
[  331.513634] audit: type=1400 audit(1734073783.890:137): apparmor="DENIED" operation="capable" class="cap" profile="/usr/lib/snapd/snap-confine" pid=7250 comm="snap-confine" capability=12  capname="net_admin"
[  331.513653] audit: type=1400 audit(1734073783.890:138): apparmor="DENIED" operation="capable" class="cap" profile="/usr/lib/snapd/snap-confine" pid=7250 comm="snap-confine" capability=38  capname="perfmon"
[  331.518443] audit: type=1400 audit(1734073783.895:139): apparmor="DENIED" operation="open" class="file" profile="snap-update-ns.snap-store" name="/proc/7271/maps" pid=7271 comm="5" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  331.659333] audit: type=1326 audit(1734073784.036:140): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snap-store.snap-store pid=7250 comm="snap-store" exe="/snap/snap-store/1173/bin/snap-store" sig=0 arch=c000003e syscall=203 compat=0 ip=0x727e92133531 code=0x50000
[  331.659340] audit: type=1326 audit(1734073784.036:141): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snap-store.snap-store pid=7250 comm="snap-store" exe="/snap/snap-store/1173/bin/snap-store" sig=0 arch=c000003e syscall=203 compat=0 ip=0x727e92133531 code=0x50000
[  331.659344] audit: type=1326 audit(1734073784.036:142): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snap-store.snap-store pid=7250 comm="snap-store" exe="/snap/snap-store/1173/bin/snap-store" sig=0 arch=c000003e syscall=203 compat=0 ip=0x727e92133531 code=0x50000
[  331.659356] audit: type=1326 audit(1734073784.036:143): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snap-store.snap-store pid=7250 comm="snap-store" exe="/snap/snap-store/1173/bin/snap-store" sig=0 arch=c000003e syscall=203 compat=0 ip=0x727e92133531 code=0x50000
[  331.659363] audit: type=1326 audit(1734073784.036:144): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snap-store.snap-store pid=7250 comm="snap-store" exe="/snap/snap-store/1173/bin/snap-store" sig=0 arch=c000003e syscall=203 compat=0 ip=0x727e92133531 code=0x50000
[  331.659371] audit: type=1326 audit(1734073784.036:145): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snap-store.snap-store pid=7250 comm="snap-store" exe="/snap/snap-store/1173/bin/snap-store" sig=0 arch=c000003e syscall=203 compat=0 ip=0x727e92133531 code=0x50000
[  331.659379] audit: type=1326 audit(1734073784.036:146): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snap-store.snap-store pid=7250 comm="snap-store" exe="/snap/snap-store/1173/bin/snap-store" sig=0 arch=c000003e syscall=203 compat=0 ip=0x727e92133531 code=0x50000
[  587.052212] loop14: detected capacity change from 0 to 47208
[  587.120994] kauditd_printk_skb: 15 callbacks suppressed
[  587.120996] audit: type=1400 audit(1734074039.497:162): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap-update-ns.keepassxc" pid=8279 comm="apparmor_parser"
[  587.184836] audit: type=1400 audit(1734074039.561:163): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.keepassxc.proxy" pid=8283 comm="apparmor_parser"
[  587.187964] audit: type=1400 audit(1734074039.564:164): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.keepassxc.hook.configure" pid=8281 comm="apparmor_parser"
[  587.189478] audit: type=1400 audit(1734074039.566:165): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.keepassxc.keepassxc" pid=8282 comm="apparmor_parser"
[  587.190082] audit: type=1400 audit(1734074039.566:166): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.keepassxc.cli" pid=8280 comm="apparmor_parser"
[  615.898428] audit: type=1326 audit(1734074068.275:167): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snap-store.snap-store pid=7250 comm="snap-store" exe="/snap/snap-store/1173/bin/snap-store" sig=0 arch=c000003e syscall=203 compat=0 ip=0x727e92133531 code=0x50000
[  615.898436] audit: type=1326 audit(1734074068.275:168): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snap-store.snap-store pid=7250 comm="snap-store" exe="/snap/snap-store/1173/bin/snap-store" sig=0 arch=c000003e syscall=141 compat=0 ip=0x727e921b278b code=0x50000
[  653.968254] loop15: detected capacity change from 0 to 909296
[  678.005534] audit: type=1400 audit(1734074130.383:169): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/snap/snapd/21759/usr/lib/snapd/snap-confine" pid=8935 comm="apparmor_parser"
[  678.011093] audit: type=1400 audit(1734074130.389:170): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/snap/snapd/21759/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=8935 comm="apparmor_parser"
[  678.098126] audit: type=1400 audit(1734074130.476:171): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap-update-ns.keepassxc" pid=8938 comm="apparmor_parser"
[  678.118411] audit: type=1400 audit(1734074130.496:172): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.keepassxc.hook.configure" pid=8940 comm="apparmor_parser"
[  678.193042] audit: type=1400 audit(1734074130.570:173): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.keepassxc.cli" pid=8939 comm="apparmor_parser"
[  678.194661] audit: type=1400 audit(1734074130.572:174): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.keepassxc.proxy" pid=8942 comm="apparmor_parser"
[  678.246134] audit: type=1400 audit(1734074130.624:175): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.keepassxc.keepassxc" pid=8941 comm="apparmor_parser"
[  678.457018] audit: type=1400 audit(1734074130.834:176): apparmor="DENIED" operation="open" class="file" profile="snap.keepassxc.hook.configure" name="/snap/core22/1564/usr/lib/x86_64-linux-gnu/libc.so.6" pid=9088 comm="fc-cache" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[  678.457464] audit: type=1400 audit(1734074130.835:177): apparmor="DENIED" operation="open" class="file" profile="snap.keepassxc.hook.configure" name="/snap/core22/1564/usr/lib/x86_64-linux-gnu/libfreetype.so.6.18.1" pid=9088 comm="fc-cache" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[  678.457585] audit: type=1400 audit(1734074130.835:178): apparmor="DENIED" operation="open" class="file" profile="snap.keepassxc.hook.configure" name="/snap/core22/1564/usr/lib/x86_64-linux-gnu/libfreetype.so.6.18.1" pid=9088 comm="fc-cache" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[  686.199573] kauditd_printk_skb: 18 callbacks suppressed
[  686.199576] audit: type=1400 audit(1734074138.577:197): apparmor="DENIED" operation="capable" class="cap" profile="/usr/lib/snapd/snap-confine" pid=9098 comm="snap-confine" capability=12  capname="net_admin"
[  686.199586] audit: type=1400 audit(1734074138.577:198): apparmor="DENIED" operation="capable" class="cap" profile="/usr/lib/snapd/snap-confine" pid=9098 comm="snap-confine" capability=38  capname="perfmon"
[  686.202836] audit: type=1400 audit(1734074138.580:199): apparmor="DENIED" operation="open" class="file" profile="snap-update-ns.keepassxc" name="/proc/9119/maps" pid=9119 comm="5" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  686.273643] audit: type=1400 audit(1734074138.651:200): apparmor="DENIED" operation="open" class="file" profile="snap.keepassxc.keepassxc" name="/snap/core22/1564/usr/lib/x86_64-linux-gnu/libc.so.6" pid=9170 comm="update-mime-dat" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  686.274183] audit: type=1400 audit(1734074138.652:201): apparmor="DENIED" operation="open" class="file" profile="snap.keepassxc.keepassxc" name="/snap/core22/1564/usr/lib/x86_64-linux-gnu/libpcre.so.3.13.3" pid=9170 comm="update-mime-dat" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  686.274286] audit: type=1400 audit(1734074138.652:202): apparmor="DENIED" operation="open" class="file" profile="snap.keepassxc.keepassxc" name="/snap/core22/1564/usr/lib/x86_64-linux-gnu/libpcre.so.3.13.3" pid=9170 comm="update-mime-dat" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  686.274563] audit: type=1400 audit(1734074138.652:203): apparmor="DENIED" operation="open" class="file" profile="snap.keepassxc.keepassxc" name="/snap/core22/1564/usr/lib/x86_64-linux-gnu/libm.so.6" pid=9170 comm="update-mime-dat" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  686.274575] audit: type=1400 audit(1734074138.652:204): apparmor="DENIED" operation="open" class="file" profile="snap.keepassxc.keepassxc" name="/snap/core22/1564/usr/lib/x86_64-linux-gnu/libm.so.6" pid=9170 comm="update-mime-dat" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  686.275391] audit: type=1400 audit(1734074138.653:205): apparmor="DENIED" operation="open" class="file" profile="snap.keepassxc.keepassxc" name="/snap/core22/1564/usr/lib/x86_64-linux-gnu/libz.so.1.2.11" pid=9170 comm="update-mime-dat" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  686.275602] audit: type=1400 audit(1734074138.653:206): apparmor="DENIED" operation="open" class="file" profile="snap.keepassxc.keepassxc" name="/snap/core22/1564/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" pid=9170 comm="update-mime-dat" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  695.511712] loop2: Can't mount, would change RO state
[  708.689960] kauditd_printk_skb: 190 callbacks suppressed
[  708.689963] audit: type=1400 audit(1734074161.067:397): apparmor="DENIED" operation="open" class="file" profile="snap.keepassxc.keepassxc" name="/sys/bus/usb/devices/" pid=9098 comm="keepassxc" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  749.059245] JBD2: Invalid checksum recovering data block 186646536 in journal block 40790
[  749.059255] JBD2: Invalid checksum recovering data block 90 in journal block 40791
[  749.059260] JBD2: Invalid checksum recovering data block 121635390 in journal block 40792
[  749.059265] JBD2: Invalid checksum recovering data block 121667286 in journal block 40793
[  749.059270] JBD2: Invalid checksum recovering data block 92274910 in journal block 40794
[  749.059274] JBD2: Invalid checksum recovering data block 45088770 in journal block 40795
[  749.059279] JBD2: Invalid checksum recovering data block 22 in journal block 40796
[  749.059285] JBD2: Invalid checksum recovering data block 132644879 in journal block 40798
[  749.059289] JBD2: Invalid checksum recovering data block 110780414 in journal block 40799
[  749.059294] JBD2: Invalid checksum recovering data block 110780415 in journal block 40800
[  749.059298] JBD2: Invalid checksum recovering data block 120715258 in journal block 40801
[  749.059303] JBD2: Invalid checksum recovering data block 64 in journal block 40802
[  749.059307] JBD2: Invalid checksum recovering data block 121635389 in journal block 40803
[  749.059312] JBD2: Invalid checksum recovering data block 120715259 in journal block 40804
[  749.059317] JBD2: Invalid checksum recovering data block 120715260 in journal block 40805
[  749.059322] JBD2: Invalid checksum recovering data block 120715262 in journal block 40807
[  749.059327] JBD2: Invalid checksum recovering data block 120715263 in journal block 40808
[  749.059332] JBD2: Invalid checksum recovering data block 118786037 in journal block 40809
[  749.059337] JBD2: Invalid checksum recovering data block 118810591 in journal block 40810
[  749.059341] JBD2: Invalid checksum recovering data block 118786038 in journal block 40811
[  749.059346] JBD2: Invalid checksum recovering data block 118786039 in journal block 40812
[  749.059350] JBD2: Invalid checksum recovering data block 118814719 in journal block 40813
[  749.059355] JBD2: Invalid checksum recovering data block 119521279 in journal block 40814
[  749.059360] JBD2: Invalid checksum recovering data block 119531479 in journal block 40815
[  749.059365] JBD2: Invalid checksum recovering data block 119520246 in journal block 40816
[  749.059369] JBD2: Invalid checksum recovering data block 119520247 in journal block 40817
[  749.062362] JBD2: Invalid checksum recovering data block 119521226 in journal block 40818
[  749.062368] JBD2: Invalid checksum recovering data block 119521227 in journal block 40819
[  749.062373] JBD2: Invalid checksum recovering data block 121635388 in journal block 40820
[  749.062377] JBD2: Invalid checksum recovering data block 121635384 in journal block 40821
[  749.062382] JBD2: Invalid checksum recovering data block 121634833 in journal block 40822
[  749.062385] JBD2: Invalid checksum recovering data block 59 in journal block 40823
[  749.062388] JBD2: Invalid checksum recovering data block 121635315 in journal block 40824
[  749.062391] JBD2: Invalid checksum recovering data block 121635387 in journal block 40825
[  749.062394] JBD2: Invalid checksum recovering data block 121667285 in journal block 40826
[  749.062397] JBD2: Invalid checksum recovering data block 132644878 in journal block 40827
[  749.062400] JBD2: Invalid checksum recovering data block 227716052 in journal block 40828
[  749.062403] JBD2: Invalid checksum recovering data block 114982910 in journal block 40829
[  749.062406] JBD2: Invalid checksum recovering data block 115329023 in journal block 40830
[  749.062410] JBD2: Invalid checksum recovering data block 92 in journal block 40831
[  749.062413] JBD2: Invalid checksum recovering data block 192413708 in journal block 40832
[  749.473843] JBD2: Invalid checksum recovering data block 126877708 in journal block 49612
[  749.473850] JBD2: Invalid checksum recovering data block 192356350 in journal block 49613
[  749.473855] JBD2: Invalid checksum recovering data block 192356351 in journal block 49614
[  749.473860] JBD2: Invalid checksum recovering data block 42991622 in journal block 49615
[  749.473864] JBD2: Invalid checksum recovering data block 21 in journal block 49616
[  749.473869] JBD2: Invalid checksum recovering data block 43200475 in journal block 49617
[  749.473873] JBD2: Invalid checksum recovering data block 126877709 in journal block 49618
[  749.473877] JBD2: Invalid checksum recovering data block 126877710 in journal block 49619
[  749.473881] JBD2: Invalid checksum recovering data block 126877711 in journal block 49620
[  749.473886] JBD2: Invalid checksum recovering data block 127401985 in journal block 49621
[  749.473890] JBD2: Invalid checksum recovering data block 127401986 in journal block 49622
[  749.473894] JBD2: Invalid checksum recovering data block 127401987 in journal block 49623
[  749.473907] JBD2: Invalid checksum recovering data block 127401988 in journal block 49624
[  749.473912] JBD2: Invalid checksum recovering data block 127401989 in journal block 49625
[  749.473916] JBD2: Invalid checksum recovering data block 127401991 in journal block 49626
[  749.473921] JBD2: Invalid checksum recovering data block 127401992 in journal block 49627
[  749.473925] JBD2: Invalid checksum recovering data block 127401994 in journal block 49628
[  749.473930] JBD2: Invalid checksum recovering data block 127401995 in journal block 49629
[  749.473934] JBD2: Invalid checksum recovering data block 127401997 in journal block 49630
[  749.473938] JBD2: Invalid checksum recovering data block 127401999 in journal block 49631
[  749.474192] JBD2: Invalid checksum recovering data block 127926274 in journal block 49632
[  749.474492] JBD2: Invalid checksum recovering data block 62 in journal block 49633
[  749.474497] JBD2: Invalid checksum recovering data block 127926275 in journal block 49634
[  749.474501] JBD2: Invalid checksum recovering data block 127926276 in journal block 49635
[  749.474505] JBD2: Invalid checksum recovering data block 127926277 in journal block 49636
[  749.474510] JBD2: Invalid checksum recovering data block 127926278 in journal block 49637
[  749.474514] JBD2: Invalid checksum recovering data block 127926279 in journal block 49638
[  749.474518] JBD2: Invalid checksum recovering data block 127926280 in journal block 49639
[  754.371896] r8169 0000:2a:00.0: invalid VPD tag 0x00 (size 0) at offset 0; assume missing optional EEPROM
[  758.520083] JBD2: journal recovery failed
[  758.520087] EXT4-fs (dm-0): error loading journal
ubuntu@ubuntu:~$ 

Könnte testweise eine Formatierung durchführen, aber dann sind die Daten futsch.

Eine Datenrettung wird vermutlich auch nicht funktionieren, da verschlüsselt ?

Berlin_1946 Team-Icon

Supporter, Wikiteam

Anmeldungsdatum:
18. September 2009

Beiträge: 10477

LinJoe schrieb:

Hier der Screenshot von Laufwerke: https://www.amazon.de...

Bilder bitte nicht auf fremde Server ablegen, dafür gibt es die Anhänge. Siehe Dateianhänge hochladen. Es ist die Dateigröße zu beachten.

Die ext. HD kann nicht konfiguriert werden

Wie willst du konfiguriert?
Was ist dein Ziel?

Du schreibst:

Die ext. HD dient als ständiges Backup im Wechsel mit einer 2. HD ausgelagert!

Was bedeutet "ausgelagert"?
Funktioniert nur die ext. HD nicht und die 2. HD ist okay?

LinJoe

(Themenstarter)

Anmeldungsdatum:
14. Juni 2018

Beiträge: 109

Sorry, das "Anhängen" habe ich übersehen und den Umweg über externen Link genommen.

Die HD, die die Probleme macht, wird unter Laufwerke erkannt, jedoch ist der Menüpunkt "Einhängeoption" eingegraut, sprich nicht anwählbar.

Nach den Einstellungen hattest du gefragt.

Habe 2 HDs für Backup, von denen immer eine außer Haus gelagert wird und fast immer regelmäßig getauscht wird.

Leider hab ich ein wenig geschlampt - die ausgelagerte HD hat ein Backup vom Anfang des Jahres.

Vor der Neuinstallation von ubuntu hab ich ja die 2. Backup-HD aktualisiert - nur leider ist die nun defekt, jetzt fehlen mir trotz aller Vorsicht doch Daten ☹

Denke, die letzten Einträge in der dmesg mit Fehlern sehen eher hoffnungslos aus, Schicksal !!

frostschutz

Avatar von frostschutz

Anmeldungsdatum:
18. November 2010

Beiträge: 7795

Da scheint ein ext4 Dateisystem erkannt zu werden, das jedoch falsche Daten sieht.

Ich kenne mich mit Zulu/Vera/Truecrypt nicht gut aus. Bleibt das dm-0 Gerät denn bestehen? Taucht es dann nicht in blkid mit Dateisystemheader, UUID, usw. auf?

Ansonsten könnte man auch noch debugfs -c drauf probieren oder gleich photorec. Wenn da sinnvolle Dateien rausspringen, dann wäre die Entschlüsselung wenigstens halbwegs richtig. Bei falscher Entschlüsselung müsste man sich die Parameter anschauen, aber eigentlich normalerweise sollte das ja nicht passieren können. (Eher ein Problem bei dm-crypt plain wenn man die falschen Einstellungen verwendet, z.B. falsche Sektorgröße o.ä.)

Wichtig ist read-only zu bleiben. fsck und ähnliches nur, wenn du eine Vollkopie oder Copy-On-Write Snapshot hast. Jeder Schreibzugriff/Reparaturversuch kann sonst nur noch mehr zerstören.

Berlin_1946 Team-Icon

Supporter, Wikiteam

Anmeldungsdatum:
18. September 2009

Beiträge: 10477

LinJoe schrieb:

Die HD hat eine Partition mit ext4 und wird von zulucrypt als sda1 erkannt.

Kannst du einen Post im Codeblock von zulucrypt erstellen?

joe@surfer12:~$ sudo blkid | grep -v "/dev/loop" | sort
...
/dev/sda1: PARTUUID="00023f15-01"
joe@surfer12:~$  

da ist eine sda1 Partitionen.

Beim mount wird die nicht erkannt.

joe@surfer12:~$ mount -l| grep -E "sda|nvme"
/dev/nvme0n1p4 on / type ext4 (rw,relatime)
/dev/nvme0n1p1 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
joe@surfer12:~$ 

erkannt, jedoch ist der Menüpunkt "Einhängeoption" eingegraut

Also zeigt das GUI Laufwerke das richtig an.

Vor der Neuinstallation von ubuntu hab ich ja die 2. Backup-HD aktualisiert - nur leider ist die nun defekt,

Mit welchem Programm oder welchen Befehlen?

Ist diese 2. Backup-HD über USB angeschlossen? wenn ja dann

tail -f -n 0 /var/log/syslog 
  • starten,

  • dann anstecken,

  • wenn nichts mehr neues ausgegeben wird

  • mit Strg + C beenden und

  • dann in Codeblock posten.

dingsbums

Anmeldungsdatum:
13. November 2010

Beiträge: 3793

Ist das verschlüsselte Volume eventuell noch als Truecrypt-Volume erstellt worden und du hattest bisher eine alte Version von Veracrypt installiert?

1.26.7 (October 1st, 2023):

All OSes:

Remove TrueCrypt Mode support. Version 1.25.9 can be used to mount or convert TrueCrypt volumes.

Siehe https://veracrypt.eu/en/Release%20Notes.html

Nachtrag: Moment, lese gerade, du versuchst es mit zulucrypt. Vielleicht gilt da ja Ähnliches. Ich würde mir mal ein Live-System nehmen, die alte Veracrypt-Version 1.25.9 installieren und es damit vesuchen.

Oder ein Live-System von Ubuntu 22.04 nehmen, da wird dann zulucrypt 5.7 installiert. Bei 24.10 ist zulucrypt 6.2 in den Paketquellen.

LinJoe

(Themenstarter)

Anmeldungsdatum:
14. Juni 2018

Beiträge: 109

Danke für die vielen Tipps...

Habe gestern spät abends noch photorec laufen lassen, 3,5 Std. wurden aber nur 115 Dateien rekonstruiert, die meisten mit Endung *.swf. Da kann kein Programm in ubuntu was mit anfangen, denke es liegt an der Verschlüsselung ☹

@Berlin_1946 Das GUI also Programm Lauferke zeigt die defekte HD so an:

https://media-cdn.ubuntu-de.org/forum/attachments/temp/8e5aeb343d629ba3f135a8e13dd47b68

https://media-cdn.ubuntu-de.org/forum/attachments/temp/49600d5c5e8a5833f74016f4969973ab

mit 2. HD ist diese defekte HD gemeint. Die andere Backup-HD bekomme ich heute nicht her...

Habe jetzt den tail-Befehl mit der defekten HD gestartet:

joe@surfer12:~$ tail -f -n 0 /var/log/syslog
2024-12-14T14:46:29.206338+01:00 surfer12 kernel: usb 4-3: new SuperSpeed USB device number 6 using xhci_hcd
2024-12-14T14:46:29.218345+01:00 surfer12 kernel: usb 4-3: New USB device found, idVendor=1058, idProduct=10a2, bcdDevice=10.33
2024-12-14T14:46:29.218352+01:00 surfer12 kernel: usb 4-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
2024-12-14T14:46:29.218354+01:00 surfer12 kernel: usb 4-3: Product: Elements 10A2
2024-12-14T14:46:29.218355+01:00 surfer12 kernel: usb 4-3: Manufacturer: Western Digital
2024-12-14T14:46:29.218357+01:00 surfer12 kernel: usb 4-3: SerialNumber: 575833314539325346323432
2024-12-14T14:46:29.219343+01:00 surfer12 kernel: usb-storage 4-3:1.0: USB Mass Storage device detected
2024-12-14T14:46:29.219348+01:00 surfer12 kernel: scsi host6: usb-storage 4-3:1.0
2024-12-14T14:46:29.224689+01:00 surfer12 mtp-probe: checking bus 4, device 6: "/sys/devices/pci0000:00/0000:00:08.1/0000:2d:00.3/usb4/4-3"
2024-12-14T14:46:29.224787+01:00 surfer12 mtp-probe: bus: 4, device: 6 was not an MTP device
2024-12-14T14:46:29.240512+01:00 surfer12 mtp-probe: checking bus 4, device 6: "/sys/devices/pci0000:00/0000:00:08.1/0000:2d:00.3/usb4/4-3"
2024-12-14T14:46:29.240561+01:00 surfer12 mtp-probe: bus: 4, device: 6 was not an MTP device
2024-12-14T14:46:30.246337+01:00 surfer12 kernel: scsi 6:0:0:0: Direct-Access     WD       Elements 10A2    1033 PQ: 0 ANSI: 6
2024-12-14T14:46:30.246342+01:00 surfer12 kernel: sd 6:0:0:0: Attached scsi generic sg1 type 0
2024-12-14T14:46:30.246343+01:00 surfer12 kernel: sd 6:0:0:0: [sda] Spinning up disk...
2024-12-14T14:46:31.598337+01:00 surfer12 kernel: .ready
2024-12-14T14:46:31.606336+01:00 surfer12 kernel: sd 6:0:0:0: [sda] 1953458176 512-byte logical blocks: (1.00 TB/931 GiB)
2024-12-14T14:46:31.606342+01:00 surfer12 kernel: sd 6:0:0:0: [sda] Write Protect is off
2024-12-14T14:46:31.606343+01:00 surfer12 kernel: sd 6:0:0:0: [sda] Mode Sense: 53 00 10 08
2024-12-14T14:46:31.606343+01:00 surfer12 kernel: sd 6:0:0:0: [sda] No Caching mode page found
2024-12-14T14:46:31.606344+01:00 surfer12 kernel: sd 6:0:0:0: [sda] Assuming drive cache: write through
2024-12-14T14:46:31.607344+01:00 surfer12 kernel:  sda: sda1
2024-12-14T14:46:31.607350+01:00 surfer12 kernel: sd 6:0:0:0: [sda] Attached SCSI disk
2024-12-14T14:46:31.788742+01:00 surfer12 (udev-worker)[31746]: sda: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sda' failed with exit code 1.
2024-12-14T14:46:31.796243+01:00 surfer12 udisksd[1177]: Error probing device: Error sending ATA command IDENTIFY DEVICE to '/dev/sda': Unexpected sense data returned:#0120000: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00    ................#0120010: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00    ................#012 (g-io-error-quark, 0)
2024-12-14T14:46:31.829549+01:00 surfer12 (udev-worker)[31766]: sda1: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sda1' failed with exit code 1.
2024-12-14T14:46:56.858364+01:00 surfer12 kernel: kauditd_printk_skb: 2 callbacks suppressed
2024-12-14T14:46:56.858377+01:00 surfer12 kernel: audit: type=1400 audit(1734184016.857:1559): apparmor="DENIED" operation="open" class="file" profile="snap.brave.brave" name="/proc/pressure/cpu" pid=14314 comm="ThreadPoolForeg" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
2024-12-14T14:46:56.858379+01:00 surfer12 kernel: audit: type=1400 audit(1734184016.857:1560): apparmor="DENIED" operation="open" class="file" profile="snap.brave.brave" name="/proc/pressure/io" pid=14314 comm="ThreadPoolForeg" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
2024-12-14T14:46:56.858381+01:00 surfer12 kernel: audit: type=1400 audit(1734184016.857:1561): apparmor="DENIED" operation="open" class="file" profile="snap.brave.brave" name="/proc/pressure/memory" pid=14314 comm="ThreadPoolForeg" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
^C
joe@surfer12:~$ 

Da kommt ein Fehler: Error probing device: Error sending ATA command IDENTIFY DEVICE to '/dev/sda': Unexpected sense data returned:#0120000:

Ist da ein Info zur Partition sda falsch/nicht vorhanden?

@ dingsbums hab auch chon versucht, die defekte HD mit einem Lifesystem 24.10 einzubinden, hat nicht geklappt und auf meinem Laptop mit xubuntu 22.10 unter zulucrypt 5.7.1 einzubinden, ebenfalls nicht geklappt ☹

Hab gerade noch Veracrypt 1.26.14 aus dem Archiv für ubuntu 22.04 auf dem Laptop installiert, gleiches Problem, kann jetzt noch die Version 1.25.9 mit Truecrypt Unterstützung versuchen, melde mich später nochmal.

Bilder

Berlin_1946 Team-Icon

Supporter, Wikiteam

Anmeldungsdatum:
18. September 2009

Beiträge: 10477

Bitte immer Anhänge (Download HD1 Download HD2) mit Dateinamenserweiterung hochlade.

Berlin_1946 Team-Icon

Supporter, Wikiteam

Anmeldungsdatum:
18. September 2009

Beiträge: 10477

LinJoe schrieb:

... die defekte HD mit einem Lifesystem 24.10 einzubinden,
auf meinem Laptop mit xubuntu 22.10 unter zulucrypt 5.7.1 einzubinden,

Mit welchen Befehlen?

Im Live- Sytem 24.10

sudo mount /dev/sda1 /media/sda1

mal versuchen.

Die Idee beruht auf diesen Ausdruck:

(udev-worker)[31746]: sda: Process ... --mount=/dev/sda1' failed with exit code 1
Antworten |