Control: tags -1 - moreinfo Hi David,
Thanks for providning the information, I'm forwarding it to the Debian bug, and exceptionally top-posting here. We will have a look. Regards Salvatore p.s.: please have a look at https://people.kernel.org/tglx/notes-about-netiquette On Fri, Feb 13, 2026 at 10:09:36PM +0100, Z80user wrote: > Finally I was getting the errors with netconsole, it took me some time to > make it happen and the computer where I receive the messages got flooded > with over 512 lines and it wasn't in front of the computer when the > computer crashed most of the time. > This is on the computer I have at home: > > The dmesg.txt file is the output of dmesg at boot time on the computer > The errors.txt is the messages on the other computer where I receive the > netconsole messages > > and this is what I use to enable the netconsole messages until I see "test" > on the other computer where I execute "netcat -u -l -p 6666" > > sudo modprobe netconsole netconsole=@/enp4s0,[email protected] > mkdir /sys/kernel/config/netconsole/target1 > echo enp4s0 > /sys/kernel/config/netconsole/target1/dev_name > echo 10.0.0.221 > /sys/kernel/config/netconsole/target1/remote_ip > echo 1 > /sys/kernel/config/netconsole/target1/enabled > echo "test" > /dev/kmsg > > El mar, 10 feb 2026 a las 21:22, Salvatore Bonaccorso (<[email protected]>) > escribió: > > > Control: tags -1 + moreinfo > > > > Hi David, > > > > On Mon, Feb 02, 2026 at 03:59:38PM +0100, Z80user wrote: > > > ============================================ > > > NOTES to understand the rest of the message: > > > ============================================ > > > English isn't my natural language > > > Dates are as YYYY-MM-DD > > > > > > all of the partitions I talking are NTFS partitions, is just because if > > the > > > partition is corrupted I know how to rescue it more easy > > > > > > Type of data corruptions > > > Type 1. the partition can NOT be mount with gnome-disk-utility but it can > > > be mount with the mount command or if it is added to the /mnt/ > > > Type 2. the partition can NOT be mount with gnome-disk-utility either > > with > > > mount on /mnt/ but if the partition is copy into a file with "dd" or > > > "ddrescue" and you mount it in a loop device you can read the data from > > it > > > Type 3. the partition can NOT be mount with gnome-disk-utility, mount or > > > the loop device trick and the data is lost unless you used a data rescue > > > software > > > > > > only Type 1 and 2 are present on this problems, so is possible to read it > > > back and isn't data corruption but as normal people can not access it's > > > almost like a data corruption, is needed to use some trick to can read it > > > I didn't have any Type 3 data corruption yet > > > > > > at the end of the first report I wrote a lot of extra info too but as is > > > the first time I made a report I didn't know where to place that info > > > ============================================ > > > The video show the problem, sometimes on the top left corner appear a box > > > where I enter the root password to allow changes > > > 0:40 the Operating system didn't leave me to unmount the partition > > because > > > ffmpeg was creating a miniature because "caja" was open. > > > > > > it happen the same on two of my physical computers > > > On the computer on the shop I have (the one that create the report, > > install > > > on 2025-01-09): > > > 6.12.48+deb13-amd64 *1 > > > 6.12.57+deb13-amd64 *2 > > > 6.12.63+deb13-amd64 *3 > > > 6.17.13+deb13-amd64 *4 in use > > > > > > On the computer I have at home: (I install it 2026-11-21) > > > 6.12.41+deb13-amd64 *5 > > > 6.12.57+deb13-amd64 > > > 6.12.63+deb13-amd64 in use > > > > > > I have a VM on proxmox that don't show that problem with Debian 12 (I > > > create it 2026-01-09) > > > 6.1.0-22-amd64 > > > 6.1.0-42-amd64 in use > > > > > > > > > *1 I didn't test it yet > > > *2 it have the problem > > > *3 it have the problem > > > *4 it have the problem, I manually install and this days is the one is > > use > > > > > > > > > -. It's not too easy to replicate it, only if I move a lot of data > > between > > > one disk and another, usually if the NvME drivers are used > > > -. mount and unmount any partition does not create this problems and you > > > can see on the video > > > -. if I reboot or power off the computer and a external HDD is mount, the > > > partition get "corrupted" with the Type 2 of corruption (see the start of > > > the post) > > > -. data lost when the computer is turn off by software > > > -. sometimes data lost when the computer crash is Type 1 on internal > > > devices (I don't know on external devices) > > > -. data lost when the computer have a silence crash most of the times is > > > Type 2 on internal an internal devices (when / root disappear) > > > > > > And maybe one strange thing is: > > > It happens most of the times with new NTFS partitions (created with > > > gnome-disk-utility). and I mean new partitions are partitions created > > > recently, with old partitions created way before I move from Debian 12 to > > > Debian 13 look like they are not affected by this bug > > > > > > I can keep the state of that machine frozen in time to can made more test > > > on it and I have some 40, 100, 120 and (8) 160 GB HDDs to can test almost > > > anything if will be needed if someone said me a new test > > > > If nothing get logged in time to your system logs, we might try to > > gather more information by attaching a netconsole. You need a second > > device in your lan to recieve the netconsole messages. > > > > Instructions on how to do it are documented in: > > https://docs.kernel.org/networking/netconsole.html > > > > To make things handy once it work to send messaged to the remote host, > > add (temporary, it can be dropped again after the debug session) a > > dropin file /etc/default/grub.d/netconsole.cfg containing the required > > settings: > > > > GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX netconsole=[...]" > > > > and then run update-grub2. > > > > Can you please try that and then wait to trigger the problem and > > collect the logs sent via netconsole. > > > > Regards, > > Salvatore > > > z80user@ryzen3900:~$ sudo dmesg > [ 0.000000] Linux version 6.12.63+deb13-amd64 > ([email protected]) (x86_64-linux-gnu-gcc-14 (Debian 14.2.0-19) > 14.2.0, GNU ld (GNU Binutils for Debian) 2.44) #1 SMP PREEMPT_DYNAMIC Debian > 6.12.63-1 (2025-12-30) > [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.12.63+deb13-amd64 > root=UUID=be51f861-e6e2-4674-9912-1c68f4cabdeb ro quiet amd_iommu=on iommu=pt > [ 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-0x0000000009d1efff] usable > [ 0.000000] BIOS-e820: [mem 0x0000000009d1f000-0x0000000009ffffff] reserved > [ 0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable > [ 0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a210fff] ACPI NVS > [ 0.000000] BIOS-e820: [mem 0x000000000a211000-0x00000000a9b91fff] usable > [ 0.000000] BIOS-e820: [mem 0x00000000a9b92000-0x00000000a9f48fff] reserved > [ 0.000000] BIOS-e820: [mem 0x00000000a9f49000-0x00000000aa0b5fff] ACPI > data > [ 0.000000] BIOS-e820: [mem 0x00000000aa0b6000-0x00000000aa856fff] ACPI NVS > [ 0.000000] BIOS-e820: [mem 0x00000000aa857000-0x00000000ab9fefff] reserved > [ 0.000000] BIOS-e820: [mem 0x00000000ab9ff000-0x00000000acffffff] usable > [ 0.000000] BIOS-e820: [mem 0x00000000ad000000-0x00000000afffffff] reserved > [ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved > [ 0.000000] BIOS-e820: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved > [ 0.000000] BIOS-e820: [mem 0x00000000fd400000-0x00000000fd5fffff] 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 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-0x000000104f2fffff] usable > [ 0.000000] BIOS-e820: [mem 0x000000104f300000-0x000000104fffffff] reserved > [ 0.000000] NX (Execute Disable) protection: active > [ 0.000000] APIC: Static calls initialized > [ 0.000000] e820: update [mem 0x8c2a3018-0x8c2b4067] usable ==> usable > [ 0.000000] e820: update [mem 0x8c289018-0x8c2a2457] usable ==> usable > [ 0.000000] e820: update [mem 0x8c269018-0x8c288e57] 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-0x0000000009d1efff] usable > [ 0.000000] reserve setup_data: [mem > 0x0000000009d1f000-0x0000000009ffffff] reserved > [ 0.000000] reserve setup_data: [mem > 0x000000000a000000-0x000000000a1fffff] usable > [ 0.000000] reserve setup_data: [mem > 0x000000000a200000-0x000000000a210fff] ACPI NVS > [ 0.000000] reserve setup_data: [mem > 0x000000000a211000-0x000000008c269017] usable > [ 0.000000] reserve setup_data: [mem > 0x000000008c269018-0x000000008c288e57] usable > [ 0.000000] reserve setup_data: [mem > 0x000000008c288e58-0x000000008c289017] usable > [ 0.000000] reserve setup_data: [mem > 0x000000008c289018-0x000000008c2a2457] usable > [ 0.000000] reserve setup_data: [mem > 0x000000008c2a2458-0x000000008c2a3017] usable > [ 0.000000] reserve setup_data: [mem > 0x000000008c2a3018-0x000000008c2b4067] usable > [ 0.000000] reserve setup_data: [mem > 0x000000008c2b4068-0x00000000a9b91fff] usable > [ 0.000000] reserve setup_data: [mem > 0x00000000a9b92000-0x00000000a9f48fff] reserved > [ 0.000000] reserve setup_data: [mem > 0x00000000a9f49000-0x00000000aa0b5fff] ACPI data > [ 0.000000] reserve setup_data: [mem > 0x00000000aa0b6000-0x00000000aa856fff] ACPI NVS > [ 0.000000] reserve setup_data: [mem > 0x00000000aa857000-0x00000000ab9fefff] reserved > [ 0.000000] reserve setup_data: [mem > 0x00000000ab9ff000-0x00000000acffffff] usable > [ 0.000000] reserve setup_data: [mem > 0x00000000ad000000-0x00000000afffffff] 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 > 0x00000000fd400000-0x00000000fd5fffff] 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 > 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-0x000000104f2fffff] usable > [ 0.000000] reserve setup_data: [mem > 0x000000104f300000-0x000000104fffffff] reserved > [ 0.000000] efi: EFI v2.7 by American Megatrends > [ 0.000000] efi: ACPI=0xaa0b5000 ACPI 2.0=0xaa0b5014 > TPMFinalLog=0xaa80a000 SMBIOS=0xab7e7000 SMBIOS 3.0=0xab7e6000 > MEMATTR=0xa445d018 ESRT=0xa7ecd118 MOKvar=0xab845000 INITRD=0x9fdc4718 > RNG=0xaa099c18 TPMEventLog=0xa9f95018 > [ 0.000000] random: crng init done > [ 0.000000] efi: Remove mem77: MMIO range=[0xf0000000-0xf7ffffff] (128MB) > from e820 map > [ 0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved > [ 0.000000] efi: Remove mem78: MMIO range=[0xfd200000-0xfd2fffff] (1MB) > from e820 map > [ 0.000000] e820: remove [mem 0xfd200000-0xfd2fffff] reserved > [ 0.000000] efi: Remove mem79: MMIO range=[0xfd400000-0xfd5fffff] (2MB) > from e820 map > [ 0.000000] e820: remove [mem 0xfd400000-0xfd5fffff] reserved > [ 0.000000] efi: Not removing mem80: MMIO range=[0xfea00000-0xfea0ffff] > (64KB) from e820 map > [ 0.000000] efi: Remove mem81: MMIO range=[0xfeb80000-0xfec01fff] (0MB) > from e820 map > [ 0.000000] e820: remove [mem 0xfeb80000-0xfec01fff] reserved > [ 0.000000] efi: Not removing mem82: MMIO range=[0xfec10000-0xfec10fff] > (4KB) from e820 map > [ 0.000000] efi: Not removing mem83: MMIO range=[0xfed00000-0xfed00fff] > (4KB) from e820 map > [ 0.000000] efi: Not removing mem84: MMIO range=[0xfed40000-0xfed44fff] > (20KB) from e820 map > [ 0.000000] efi: Not removing mem85: MMIO range=[0xfed80000-0xfed8ffff] > (64KB) from e820 map > [ 0.000000] efi: Not removing mem86: MMIO range=[0xfedc2000-0xfedcffff] > (56KB) from e820 map > [ 0.000000] efi: Not removing mem87: MMIO range=[0xfedd4000-0xfedd5fff] > (8KB) from e820 map > [ 0.000000] efi: Remove mem88: MMIO range=[0xff000000-0xffffffff] (16MB) > from e820 map > [ 0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved > [ 0.000000] secureboot: Secure boot disabled > [ 0.000000] SMBIOS 3.3.0 present. > [ 0.000000] DMI: System manufacturer System Product Name/PRIME X570-PRO, > BIOS 5031 01/13/2025 > [ 0.000000] DMI: Memory slots populated: 4/4 > [ 0.000000] tsc: Fast TSC calibration using PIT > [ 0.000000] tsc: Detected 4099.946 MHz processor > [ 0.000546] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved > [ 0.000547] e820: remove [mem 0x000a0000-0x000fffff] usable > [ 0.000556] last_pfn = 0x104f300 max_arch_pfn = 0x400000000 > [ 0.000561] MTRR map: 7 entries (3 fixed + 4 variable; max 20), built from > 9 variable MTRRs > [ 0.000563] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT > [ 0.000912] e820: update [mem 0xaa240000-0xaa24ffff] usable ==> reserved > [ 0.000916] e820: update [mem 0xb0000000-0xffffffff] usable ==> reserved > [ 0.000920] last_pfn = 0xad000 max_arch_pfn = 0x400000000 > [ 0.004519] esrt: Reserving ESRT space from 0x00000000a7ecd118 to > 0x00000000a7ecd150. > [ 0.004525] e820: update [mem 0xa7ecd000-0xa7ecdfff] usable ==> reserved > [ 0.004543] Using GB pages for direct mapping > [ 0.005300] RAMDISK: [mem 0x8c2b5000-0x93466fff] > [ 0.005601] ACPI: Early table checksum verification disabled > [ 0.005604] ACPI: RSDP 0x00000000AA0B5014 000024 (v02 ALASKA) > [ 0.005608] ACPI: XSDT 0x00000000AA0B4728 0000DC (v01 ALASKA A M I > 01072009 AMI 01000013) > [ 0.005612] ACPI: FACP 0x00000000AA0AD000 000114 (v06 ALASKA A M I > 01072009 AMI 00010013) > [ 0.005616] ACPI: DSDT 0x00000000AA09F000 00DC4E (v02 ALASKA A M I > 01072009 INTL 20120913) > [ 0.005619] ACPI: FACS 0x00000000AA83A000 000040 > [ 0.005620] ACPI: SSDT 0x00000000AA0B3000 00092A (v02 AMD AmdTable > 00000002 MSFT 04000000) > [ 0.005623] ACPI: SSDT 0x00000000AA0AF000 003B8E (v02 AMD AMD AOD > 00000001 INTL 20120913) > [ 0.005625] ACPI: SSDT 0x00000000AA0AE000 000164 (v02 ALASKA CPUSSDT > 01072009 AMI 01072009) > [ 0.005627] ACPI: FIDT 0x00000000AA09E000 00009C (v01 ALASKA A M I > 01072009 AMI 00010013) > [ 0.005629] ACPI: MCFG 0x00000000AA09C000 00003C (v01 ALASKA A M I > 01072009 MSFT 00010013) > [ 0.005630] ACPI: HPET 0x00000000AA09B000 000038 (v01 ALASKA A M I > 01072009 AMI 00000005) > [ 0.005632] ACPI: SSDT 0x00000000AA09A000 000024 (v01 AMD BIXBY > 00001000 INTL 20120913) > [ 0.005634] ACPI: IVRS 0x00000000AA098000 0000D0 (v02 AMD AmdTable > 00000001 AMD 00000001) > [ 0.005636] ACPI: BGRT 0x00000000AA097000 000038 (v01 ALASKA A M I > 01072009 AMI 00010013) > [ 0.005638] ACPI: WPBT 0x00000000A9FB8000 00003C (v01 ALASKA A M I > 00000001 ASUS 00000001) > [ 0.005640] ACPI: TPM2 0x00000000A9FB7000 00004C (v04 ALASKA A M I > 00000001 AMI 00000000) > [ 0.005642] ACPI: PCCT 0x00000000A9FB6000 00006E (v02 AMD AmdTable > 00000001 AMD 00000001) > [ 0.005644] ACPI: SSDT 0x00000000A9FB0000 00558B (v02 AMD AmdTable > 00000001 AMD 00000001) > [ 0.005646] ACPI: CRAT 0x00000000A9FAE000 0016D0 (v01 AMD AmdTable > 00000001 AMD 00000001) > [ 0.005648] ACPI: CDIT 0x00000000A9FAD000 000029 (v01 AMD AmdTable > 00000001 AMD 00000001) > [ 0.005650] ACPI: SSDT 0x00000000A9FAC000 0002C2 (v02 AMD QOGIRDGP > 00000001 INTL 20120913) > [ 0.005652] ACPI: SSDT 0x00000000A9FAA000 0010C9 (v02 AMD QOGIRTPX > 00000001 INTL 20120913) > [ 0.005654] ACPI: SSDT 0x00000000A9FA9000 00052C (v02 AMD QOGIRNOI > 00000001 INTL 20120913) > [ 0.005655] ACPI: SSDT 0x00000000A9FA5000 003E6E (v02 AMD QOGIRN > 00000001 INTL 20120913) > [ 0.005657] ACPI: WSMT 0x00000000A9FA4000 000028 (v01 ALASKA A M I > 01072009 AMI 00010013) > [ 0.005659] ACPI: APIC 0x00000000A9FA3000 00015E (v04 ALASKA A M I > 01072009 AMI 00010013) > [ 0.005661] ACPI: FPDT 0x00000000A9FA2000 000044 (v01 ALASKA A M I > 01072009 AMI 01000013) > [ 0.005663] ACPI: Reserving FACP table memory at [mem > 0xaa0ad000-0xaa0ad113] > [ 0.005664] ACPI: Reserving DSDT table memory at [mem > 0xaa09f000-0xaa0acc4d] > [ 0.005665] ACPI: Reserving FACS table memory at [mem > 0xaa83a000-0xaa83a03f] > [ 0.005665] ACPI: Reserving SSDT table memory at [mem > 0xaa0b3000-0xaa0b3929] > [ 0.005666] ACPI: Reserving SSDT table memory at [mem > 0xaa0af000-0xaa0b2b8d] > [ 0.005666] ACPI: Reserving SSDT table memory at [mem > 0xaa0ae000-0xaa0ae163] > [ 0.005667] ACPI: Reserving FIDT table memory at [mem > 0xaa09e000-0xaa09e09b] > [ 0.005667] ACPI: Reserving MCFG table memory at [mem > 0xaa09c000-0xaa09c03b] > [ 0.005668] ACPI: Reserving HPET table memory at [mem > 0xaa09b000-0xaa09b037] > [ 0.005669] ACPI: Reserving SSDT table memory at [mem > 0xaa09a000-0xaa09a023] > [ 0.005669] ACPI: Reserving IVRS table memory at [mem > 0xaa098000-0xaa0980cf] > [ 0.005670] ACPI: Reserving BGRT table memory at [mem > 0xaa097000-0xaa097037] > [ 0.005670] ACPI: Reserving WPBT table memory at [mem > 0xa9fb8000-0xa9fb803b] > [ 0.005671] ACPI: Reserving TPM2 table memory at [mem > 0xa9fb7000-0xa9fb704b] > [ 0.005671] ACPI: Reserving PCCT table memory at [mem > 0xa9fb6000-0xa9fb606d] > [ 0.005672] ACPI: Reserving SSDT table memory at [mem > 0xa9fb0000-0xa9fb558a] > [ 0.005672] ACPI: Reserving CRAT table memory at [mem > 0xa9fae000-0xa9faf6cf] > [ 0.005673] ACPI: Reserving CDIT table memory at [mem > 0xa9fad000-0xa9fad028] > [ 0.005674] ACPI: Reserving SSDT table memory at [mem > 0xa9fac000-0xa9fac2c1] > [ 0.005674] ACPI: Reserving SSDT table memory at [mem > 0xa9faa000-0xa9fab0c8] > [ 0.005675] ACPI: Reserving SSDT table memory at [mem > 0xa9fa9000-0xa9fa952b] > [ 0.005675] ACPI: Reserving SSDT table memory at [mem > 0xa9fa5000-0xa9fa8e6d] > [ 0.005676] ACPI: Reserving WSMT table memory at [mem > 0xa9fa4000-0xa9fa4027] > [ 0.005676] ACPI: Reserving APIC table memory at [mem > 0xa9fa3000-0xa9fa315d] > [ 0.005677] ACPI: Reserving FPDT table memory at [mem > 0xa9fa2000-0xa9fa2043] > [ 0.005727] No NUMA configuration found > [ 0.005727] Faking a node at [mem 0x0000000000000000-0x000000104f2fffff] > [ 0.005734] NODE_DATA(0) allocated [mem 0x104f2d5680-0x104f2fffff] > [ 0.005971] Zone ranges: > [ 0.005971] DMA [mem 0x0000000000001000-0x0000000000ffffff] > [ 0.005972] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] > [ 0.005973] Normal [mem 0x0000000100000000-0x000000104f2fffff] > [ 0.005974] Device empty > [ 0.005975] Movable zone start for each node > [ 0.005977] Early memory node ranges > [ 0.005977] node 0: [mem 0x0000000000001000-0x000000000009ffff] > [ 0.005978] node 0: [mem 0x0000000000100000-0x0000000009d1efff] > [ 0.005979] node 0: [mem 0x000000000a000000-0x000000000a1fffff] > [ 0.005979] node 0: [mem 0x000000000a211000-0x00000000a9b91fff] > [ 0.005980] node 0: [mem 0x00000000ab9ff000-0x00000000acffffff] > [ 0.005981] node 0: [mem 0x0000000100000000-0x000000104f2fffff] > [ 0.005988] Initmem setup node 0 [mem > 0x0000000000001000-0x000000104f2fffff] > [ 0.005992] On node 0, zone DMA: 1 pages in unavailable ranges > [ 0.006006] On node 0, zone DMA: 96 pages in unavailable ranges > [ 0.006128] On node 0, zone DMA32: 737 pages in unavailable ranges > [ 0.009160] On node 0, zone DMA32: 17 pages in unavailable ranges > [ 0.009263] On node 0, zone DMA32: 7789 pages in unavailable ranges > [ 0.009560] On node 0, zone Normal: 12288 pages in unavailable ranges > [ 0.009590] On node 0, zone Normal: 3328 pages in unavailable ranges > [ 0.009872] ACPI: PM-Timer IO Port: 0x808 > [ 0.009880] CPU topo: Ignoring hot-pluggable APIC ID 0 in present package. > [ 0.009883] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) > [ 0.009894] IOAPIC[0]: apic_id 25, version 33, address 0xfec00000, GSI 0-23 > [ 0.009899] IOAPIC[1]: apic_id 26, version 33, address 0xfec01000, GSI > 24-55 > [ 0.009902] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) > [ 0.009903] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level) > [ 0.009907] ACPI: Using ACPI (MADT) for SMP configuration information > [ 0.009907] ACPI: HPET id: 0x10228201 base: 0xfed00000 > [ 0.009916] e820: update [mem 0xa49b6000-0xa4a22fff] usable ==> reserved > [ 0.009932] CPU topo: Max. logical packages: 1 > [ 0.009932] CPU topo: Max. logical dies: 1 > [ 0.009933] CPU topo: Max. dies per package: 1 > [ 0.009936] CPU topo: Max. threads per core: 2 > [ 0.009937] CPU topo: Num. cores per package: 12 > [ 0.009937] CPU topo: Num. threads per package: 24 > [ 0.009938] CPU topo: Allowing 24 present CPUs plus 0 hotplug CPUs > [ 0.009938] CPU topo: Rejected CPUs 8 > [ 0.009960] PM: hibernation: Registered nosave memory: [mem > 0x00000000-0x00000fff] > [ 0.009961] PM: hibernation: Registered nosave memory: [mem > 0x000a0000-0x000fffff] > [ 0.009963] PM: hibernation: Registered nosave memory: [mem > 0x09d1f000-0x09ffffff] > [ 0.009964] PM: hibernation: Registered nosave memory: [mem > 0x0a200000-0x0a210fff] > [ 0.009965] PM: hibernation: Registered nosave memory: [mem > 0xa49b6000-0xa4a22fff] > [ 0.009967] PM: hibernation: Registered nosave memory: [mem > 0xa7ecd000-0xa7ecdfff] > [ 0.009968] PM: hibernation: Registered nosave memory: [mem > 0xa9b92000-0xab9fefff] > [ 0.009969] PM: hibernation: Registered nosave memory: [mem > 0xad000000-0xffffffff] > [ 0.009971] [mem 0xb0000000-0xfe9fffff] available for PCI devices > [ 0.009972] Booting paravirtualized kernel on bare hardware > [ 0.009973] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: > 0xffffffff, max_idle_ns: 7645519600211568 ns > [ 0.014001] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:24 nr_cpu_ids:24 > nr_node_ids:1 > [ 0.015255] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288 > [ 0.015261] pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152 > [ 0.015262] pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 > [ 0.015266] pcpu-alloc: [0] 08 09 10 11 [0] 12 13 14 15 > [ 0.015269] pcpu-alloc: [0] 16 17 18 19 [0] 20 21 22 23 > [ 0.015291] Kernel command line: > BOOT_IMAGE=/boot/vmlinuz-6.12.63+deb13-amd64 > root=UUID=be51f861-e6e2-4674-9912-1c68f4cabdeb ro quiet amd_iommu=on iommu=pt > [ 0.015331] AMD-Vi: Unknown option - 'on' > [ 0.015355] printk: log_buf_len individual max cpu contribution: 4096 bytes > [ 0.015355] printk: log_buf_len total cpu_extra contributions: 94208 bytes > [ 0.015356] printk: log_buf_len min size: 131072 bytes > [ 0.015509] printk: log_buf_len: 262144 bytes > [ 0.015509] printk: early log buf free: 114472(87%) > [ 0.020738] Dentry cache hash table entries: 8388608 (order: 14, 67108864 > bytes, linear) > [ 0.023367] Inode-cache hash table entries: 4194304 (order: 13, 33554432 > bytes, linear) > [ 0.023510] Fallback order for Node 0: 0 > [ 0.023515] Built 1 zonelists, mobility grouping on. Total pages: 16752960 > [ 0.023516] Policy zone: Normal > [ 0.023523] mem auto-init: stack:all(zero), heap alloc:on, heap free:off > [ 0.023556] software IO TLB: area num 32. > [ 0.045389] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=24, Nodes=1 > [ 0.045442] ftrace: allocating 45731 entries in 179 pages > [ 0.051520] ftrace: allocated 179 pages with 5 groups > [ 0.052037] Dynamic Preempt: voluntary > [ 0.052109] rcu: Preemptible hierarchical RCU implementation. > [ 0.052109] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=24. > [ 0.052110] Trampoline variant of Tasks RCU enabled. > [ 0.052111] Rude variant of Tasks RCU enabled. > [ 0.052111] Tracing variant of Tasks RCU enabled. > [ 0.052111] rcu: RCU calculated value of scheduler-enlistment delay is 25 > jiffies. > [ 0.052112] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=24 > [ 0.052125] RCU Tasks: Setting shift to 5 and lim to 1 > rcu_task_cb_adjust=1 rcu_task_cpu_ids=24. > [ 0.052128] RCU Tasks Rude: Setting shift to 5 and lim to 1 > rcu_task_cb_adjust=1 rcu_task_cpu_ids=24. > [ 0.052130] RCU Tasks Trace: Setting shift to 5 and lim to 1 > rcu_task_cb_adjust=1 rcu_task_cpu_ids=24. > [ 0.055867] NR_IRQS: 524544, nr_irqs: 1160, preallocated irqs: 16 > [ 0.056060] rcu: srcu_init: Setting srcu_struct sizes based on contention. > [ 0.056130] Console: colour dummy device 80x25 > [ 0.056131] printk: legacy console [tty0] enabled > [ 0.056169] ACPI: Core revision 20240827 > [ 0.056273] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, > max_idle_ns: 133484873504 ns > [ 0.056288] APIC: Switch to symmetric I/O mode setup > [ 0.057150] AMD-Vi: Using global IVHD EFR:0x0, EFR2:0x0 > [ 0.374848] x2apic: IRQ remapping doesn't support X2APIC mode > [ 0.375472] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 > [ 0.392290] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: > 0x3b192badef0, max_idle_ns: 440795284996 ns > [ 0.392293] Calibrating delay loop (skipped), value calculated using timer > frequency.. 8199.89 BogoMIPS (lpj=16399784) > [ 0.392307] x86/cpu: User Mode Instruction Prevention (UMIP) activated > [ 0.392354] LVT offset 1 assigned for vector 0xf9 > [ 0.392482] LVT offset 2 assigned for vector 0xf4 > [ 0.392518] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512 > [ 0.392519] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0 > [ 0.392521] process: using mwait in idle threads > [ 0.392522] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user > pointer sanitization > [ 0.392524] Spectre V2 : Mitigation: Retpolines > [ 0.392525] Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context > switch and VMEXIT > [ 0.392525] Spectre V2 : Enabling Speculation Barrier for firmware calls > [ 0.392526] active return thunk: retbleed_return_thunk > [ 0.392529] RETBleed: Mitigation: untrained return thunk > [ 0.392531] Spectre V2 : mitigation: Enabling conditional Indirect Branch > Prediction Barrier > [ 0.392532] Spectre V2 : Selecting STIBP always-on mode to complement > retbleed mitigation > [ 0.392532] Spectre V2 : User space: Mitigation: STIBP always-on protection > [ 0.392533] Speculative Store Bypass: Mitigation: Speculative Store Bypass > disabled via prctl > [ 0.392535] active return thunk: srso_return_thunk > [ 0.392536] Speculative Return Stack Overflow: Mitigation: Safe RET > [ 0.392537] VMSCAPE: Mitigation: IBPB before exit to userspace > [ 0.392540] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point > registers' > [ 0.392541] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' > [ 0.392542] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' > [ 0.392543] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 > [ 0.392544] x86/fpu: Enabled xstate features 0x7, context size is 832 > bytes, using 'compacted' format. > [ 0.415131] Freeing SMP alternatives memory: 40K > [ 0.415134] pid_max: default: 32768 minimum: 301 > [ 0.419389] LSM: initializing > lsm=lockdown,capability,landlock,yama,apparmor,tomoyo,bpf,ipe,ima,evm > [ 0.419465] landlock: Up and running. > [ 0.419467] Yama: disabled by default; enable with sysctl kernel.yama.* > [ 0.419556] AppArmor: AppArmor initialized > [ 0.419584] TOMOYO Linux initialized > [ 0.419818] LSM support for eBPF active > [ 0.419945] Mount-cache hash table entries: 131072 (order: 8, 1048576 > bytes, linear) > [ 0.420012] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 > bytes, linear) > [ 0.531820] smpboot: CPU0: AMD Ryzen 9 3900X 12-Core Processor (family: > 0x17, model: 0x71, stepping: 0x0) > [ 0.532068] Performance Events: Fam17h+ core perfctr, AMD PMU driver. > [ 0.532091] ... version: 0 > [ 0.532092] ... bit width: 48 > [ 0.532093] ... generic registers: 6 > [ 0.532095] ... value mask: 0000ffffffffffff > [ 0.532096] ... max period: 00007fffffffffff > [ 0.532097] ... fixed-purpose events: 0 > [ 0.532099] ... event mask: 000000000000003f > [ 0.532207] signal: max sigframe size: 1776 > [ 0.532245] rcu: Hierarchical SRCU implementation. > [ 0.532247] rcu: Max phase no-delay instances is 1000. > [ 0.532289] Timer migration: 2 hierarchy levels; 8 children per group; 2 > crossnode level > [ 0.533371] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. > [ 0.533553] smp: Bringing up secondary CPUs ... > [ 0.533656] smpboot: x86: Booting SMP configuration: > [ 0.533657] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 > #10 #11 #12 #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23 > [ 0.562293] Spectre V2 : Update user space SMT mitigation: STIBP always-on > [ 0.586293] smp: Brought up 1 node, 24 CPUs > [ 0.586293] smpboot: Total of 24 processors activated (196797.40 BogoMIPS) > [ 0.669086] node 0 deferred pages initialised in 80ms > [ 0.669086] Memory: 65606884K/67011840K available (16384K kernel code, > 2497K rwdata, 11800K rodata, 4148K init, 4936K bss, 1384048K reserved, 0K > cma-reserved) > [ 0.672604] devtmpfs: initialized > [ 0.672604] x86/mm: Memory block size: 2048MB > [ 0.673883] ACPI: PM: Registering ACPI NVS region [mem > 0x0a200000-0x0a210fff] (69632 bytes) > [ 0.673883] ACPI: PM: Registering ACPI NVS region [mem > 0xaa0b6000-0xaa856fff] (7999488 bytes) > [ 0.673883] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, > max_idle_ns: 7645041785100000 ns > [ 0.673883] futex hash table entries: 8192 (order: 7, 524288 bytes, linear) > [ 0.673883] pinctrl core: initialized pinctrl subsystem > [ 0.673883] NET: Registered PF_NETLINK/PF_ROUTE protocol family > [ 0.673883] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic > allocations > [ 0.674019] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic > allocations > [ 0.676331] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for > atomic allocations > [ 0.676342] audit: initializing netlink subsys (disabled) > [ 0.676351] audit: type=2000 audit(1771013838.308:1): state=initialized > audit_enabled=0 res=1 > [ 0.676429] thermal_sys: Registered thermal governor 'fair_share' > [ 0.676431] thermal_sys: Registered thermal governor 'bang_bang' > [ 0.676433] thermal_sys: Registered thermal governor 'step_wise' > [ 0.676434] thermal_sys: Registered thermal governor 'user_space' > [ 0.676436] thermal_sys: Registered thermal governor 'power_allocator' > [ 0.676454] cpuidle: using governor ladder > [ 0.676463] cpuidle: using governor menu > [ 0.676498] Detected 1 PCC Subspaces > [ 0.676500] Registering PCC driver as Mailbox controller > [ 0.676532] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 > [ 0.676532] PCI: ECAM [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) for > domain 0000 [bus 00-7f] > [ 0.676532] PCI: Using configuration type 1 for base access > [ 0.676654] kprobes: kprobe jump-optimization is enabled. All kprobes are > optimized if possible. > [ 0.676662] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages > [ 0.676662] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page > [ 0.676662] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages > [ 0.676662] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page > [ 0.676662] ACPI: Added _OSI(Module Device) > [ 0.676662] ACPI: Added _OSI(Processor Device) > [ 0.676662] ACPI: Added _OSI(Processor Aggregator Device) > [ 0.689114] ACPI: 10 ACPI AML tables successfully acquired and loaded > [ 0.693074] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored > [ 0.693345] ACPI: EC: EC started > [ 0.693345] ACPI: EC: interrupt blocked > [ 0.693378] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62 > [ 0.693381] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle > transactions > [ 0.693383] ACPI: Interpreter enabled > [ 0.693397] ACPI: PM: (supports S0 S3 S4 S5) > [ 0.693399] ACPI: Using IOAPIC for interrupt routing > [ 0.694002] PCI: Using host bridge windows from ACPI; if necessary, use > "pci=nocrs" and report a bug > [ 0.694004] PCI: Ignoring E820 reservations for host bridge windows > [ 0.696447] ACPI: Enabled 2 GPEs in block 00 to 1F > [ 0.709427] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) > [ 0.709434] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM > ClockPM Segments MSI HPX-Type3] > [ 0.709543] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug > LTR] > [ 0.709739] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER > PCIeCapability] > [ 0.709749] acpi PNP0A08:00: [Firmware Info]: ECAM [mem > 0xf0000000-0xf7ffffff] for domain 0000 [bus 00-7f] only partially covers this > bridge > [ 0.710284] PCI host bridge to bus 0000:00 > [ 0.710288] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window] > [ 0.710291] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window] > [ 0.710293] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window] > [ 0.710295] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] > [ 0.710297] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff > window] > [ 0.710299] pci_bus 0000:00: root bus resource [mem 0xb0000000-0xfec02fff > window] > [ 0.710301] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff > window] > [ 0.710304] pci_bus 0000:00: root bus resource [bus 00-ff] > [ 0.710320] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 > conventional PCI endpoint > [ 0.710433] pci 0000:00:00.2: [1022:1481] type 00 class 0x080600 > conventional PCI endpoint > [ 0.710541] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 > conventional PCI endpoint > [ 0.710618] pci 0000:00:01.2: [1022:1483] type 01 class 0x060400 PCIe Root > Port > [ 0.710637] pci 0000:00:01.2: PCI bridge to [bus 01-07] > [ 0.710642] pci 0000:00:01.2: bridge window [io 0xf000-0xffff] > [ 0.710646] pci 0000:00:01.2: bridge window [mem 0xfc200000-0xfc7fffff] > [ 0.710660] pci 0000:00:01.2: enabling Extended Tags > [ 0.710712] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold > [ 0.710903] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 > conventional PCI endpoint > [ 0.710979] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 > conventional PCI endpoint > [ 0.711055] pci 0000:00:03.1: [1022:1483] type 01 class 0x060400 PCIe Root > Port > [ 0.711074] pci 0000:00:03.1: PCI bridge to [bus 08-0a] > [ 0.711079] pci 0000:00:03.1: bridge window [io 0xe000-0xefff] > [ 0.711082] pci 0000:00:03.1: bridge window [mem 0xfcb00000-0xfccfffff] > [ 0.711089] pci 0000:00:03.1: bridge window [mem 0xd0000000-0xe01fffff > 64bit pref] > [ 0.711147] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold > [ 0.711293] pci 0000:00:03.2: [1022:1483] type 01 class 0x060400 PCIe Root > Port > [ 0.711312] pci 0000:00:03.2: PCI bridge to [bus 0b] > [ 0.711317] pci 0000:00:03.2: bridge window [io 0xd000-0xdfff] > [ 0.711320] pci 0000:00:03.2: bridge window [mem 0xfb000000-0xfc0fffff] > [ 0.711327] pci 0000:00:03.2: bridge window [mem 0xb0000000-0xc20fffff > 64bit pref] > [ 0.711384] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold > [ 0.711518] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 > conventional PCI endpoint > [ 0.711593] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 > conventional PCI endpoint > [ 0.711667] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 > conventional PCI endpoint > [ 0.711740] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root > Port > [ 0.711758] pci 0000:00:07.1: PCI bridge to [bus 0c] > [ 0.711774] pci 0000:00:07.1: enabling Extended Tags > [ 0.711820] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold > [ 0.711959] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 > conventional PCI endpoint > [ 0.712034] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 PCIe Root > Port > [ 0.712053] pci 0000:00:08.1: PCI bridge to [bus 0d] > [ 0.712059] pci 0000:00:08.1: bridge window [mem 0xfc800000-0xfcafffff] > [ 0.712072] pci 0000:00:08.1: enabling Extended Tags > [ 0.712122] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold > [ 0.712301] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 > conventional PCI endpoint > [ 0.712431] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 > conventional PCI endpoint > [ 0.712588] pci 0000:00:18.0: [1022:1440] type 00 class 0x060000 > conventional PCI endpoint > [ 0.712632] pci 0000:00:18.1: [1022:1441] type 00 class 0x060000 > conventional PCI endpoint > [ 0.712675] pci 0000:00:18.2: [1022:1442] type 00 class 0x060000 > conventional PCI endpoint > [ 0.712719] pci 0000:00:18.3: [1022:1443] type 00 class 0x060000 > conventional PCI endpoint > [ 0.712762] pci 0000:00:18.4: [1022:1444] type 00 class 0x060000 > conventional PCI endpoint > [ 0.712804] pci 0000:00:18.5: [1022:1445] type 00 class 0x060000 > conventional PCI endpoint > [ 0.712850] pci 0000:00:18.6: [1022:1446] type 00 class 0x060000 > conventional PCI endpoint > [ 0.712893] pci 0000:00:18.7: [1022:1447] type 00 class 0x060000 > conventional PCI endpoint > [ 0.713001] pci 0000:01:00.0: [1022:57ad] type 01 class 0x060400 PCIe > Switch Upstream Port > [ 0.713041] pci 0000:01:00.0: PCI bridge to [bus 02-07] > [ 0.713049] pci 0000:01:00.0: bridge window [io 0xf000-0xffff] > [ 0.713054] pci 0000:01:00.0: bridge window [mem 0xfc200000-0xfc7fffff] > [ 0.713080] pci 0000:01:00.0: enabling Extended Tags > [ 0.713171] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold > [ 0.713277] pci 0000:01:00.0: 63.012 Gb/s available PCIe bandwidth, > limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 126.024 Gb/s > with 16.0 GT/s PCIe x8 link) > [ 0.713458] pci 0000:00:01.2: PCI bridge to [bus 01-07] > [ 0.713731] pci 0000:02:01.0: [1022:57a3] type 01 class 0x060400 PCIe > Switch Downstream Port > [ 0.713772] pci 0000:02:01.0: PCI bridge to [bus 03] > [ 0.713784] pci 0000:02:01.0: bridge window [mem 0xfc700000-0xfc7fffff] > [ 0.713827] pci 0000:02:01.0: enabling Extended Tags > [ 0.714093] pci 0000:02:01.0: PME# supported from D0 D3hot D3cold > [ 0.714673] pci 0000:02:05.0: [1022:57a3] type 01 class 0x060400 PCIe > Switch Downstream Port > [ 0.714714] pci 0000:02:05.0: PCI bridge to [bus 04] > [ 0.714723] pci 0000:02:05.0: bridge window [io 0xf000-0xffff] > [ 0.714728] pci 0000:02:05.0: bridge window [mem 0xfc600000-0xfc6fffff] > [ 0.714772] pci 0000:02:05.0: enabling Extended Tags > [ 0.715038] pci 0000:02:05.0: PME# supported from D0 D3hot D3cold > [ 0.715602] pci 0000:02:08.0: [1022:57a4] type 01 class 0x060400 PCIe > Switch Downstream Port > [ 0.715642] pci 0000:02:08.0: PCI bridge to [bus 05] > [ 0.715653] pci 0000:02:08.0: bridge window [mem 0xfc200000-0xfc3fffff] > [ 0.715693] pci 0000:02:08.0: enabling Extended Tags > [ 0.715865] pci 0000:02:08.0: PME# supported from D0 D3hot D3cold > [ 0.716167] pci 0000:02:09.0: [1022:57a4] type 01 class 0x060400 PCIe > Switch Downstream Port > [ 0.716207] pci 0000:02:09.0: PCI bridge to [bus 06] > [ 0.716218] pci 0000:02:09.0: bridge window [mem 0xfc500000-0xfc5fffff] > [ 0.716258] pci 0000:02:09.0: enabling Extended Tags > [ 0.716425] pci 0000:02:09.0: PME# supported from D0 D3hot D3cold > [ 0.716679] pci 0000:02:0a.0: [1022:57a4] type 01 class 0x060400 PCIe > Switch Downstream Port > [ 0.716719] pci 0000:02:0a.0: PCI bridge to [bus 07] > [ 0.716730] pci 0000:02:0a.0: bridge window [mem 0xfc400000-0xfc4fffff] > [ 0.716770] pci 0000:02:0a.0: enabling Extended Tags > [ 0.716942] pci 0000:02:0a.0: PME# supported from D0 D3hot D3cold > [ 0.717206] pci 0000:01:00.0: PCI bridge to [bus 02-07] > [ 0.717363] pci 0000:03:00.0: [1e0f:0009] type 00 class 0x010802 PCIe > Endpoint > [ 0.717423] pci 0000:03:00.0: BAR 0 [mem 0xfc700000-0xfc703fff 64bit] > [ 0.717562] pci 0000:03:00.0: enabling Extended Tags > [ 0.718262] pci 0000:02:01.0: PCI bridge to [bus 03] > [ 0.718420] pci 0000:04:00.0: [8086:1539] type 00 class 0x020000 PCIe > Endpoint > [ 0.718453] pci 0000:04:00.0: BAR 0 [mem 0xfc600000-0xfc61ffff] > [ 0.718489] pci 0000:04:00.0: BAR 2 [io 0xf000-0xf01f] > [ 0.718507] pci 0000:04:00.0: BAR 3 [mem 0xfc620000-0xfc623fff] > [ 0.718703] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold > [ 0.719002] pci 0000:02:05.0: PCI bridge to [bus 04] > [ 0.719150] pci 0000:05:00.0: [1022:1485] type 00 class 0x130000 PCIe > Endpoint > [ 0.719219] pci 0000:05:00.0: enabling Extended Tags > [ 0.719404] pci 0000:05:00.0: 63.012 Gb/s available PCIe bandwidth, > limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 252.048 Gb/s > with 16.0 GT/s PCIe x16 link) > [ 0.719668] pci 0000:05:00.1: [1022:149c] type 00 class 0x0c0330 PCIe > Endpoint > [ 0.719972] pci 0000:05:00.1: BAR 0 [mem 0xfc300000-0xfc3fffff 64bit] > [ 0.720745] pci 0000:05:00.1: enabling Extended Tags > [ 0.721262] pci 0000:05:00.1: PME# supported from D0 D3hot D3cold > [ 0.721740] pci 0000:05:00.3: [1022:149c] type 00 class 0x0c0330 PCIe > Endpoint > [ 0.721768] pci 0000:05:00.3: BAR 0 [mem 0xfc200000-0xfc2fffff 64bit] > [ 0.721830] pci 0000:05:00.3: enabling Extended Tags > [ 0.721909] pci 0000:05:00.3: PME# supported from D0 D3hot D3cold > [ 0.722099] pci 0000:02:08.0: PCI bridge to [bus 05] > [ 0.722219] pci 0000:06:00.0: [1022:7901] type 00 class 0x010601 PCIe > Endpoint > [ 0.722292] pci 0000:06:00.0: BAR 5 [mem 0xfc500000-0xfc5007ff] > [ 0.722313] pci 0000:06:00.0: enabling Extended Tags > [ 0.722422] pci 0000:06:00.0: PME# supported from D3hot D3cold > [ 0.722515] pci 0000:06:00.0: 63.012 Gb/s available PCIe bandwidth, > limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 252.048 Gb/s > with 16.0 GT/s PCIe x16 link) > [ 0.722643] pci 0000:02:09.0: PCI bridge to [bus 06] > [ 0.722762] pci 0000:07:00.0: [1022:7901] type 00 class 0x010601 PCIe > Endpoint > [ 0.722834] pci 0000:07:00.0: BAR 5 [mem 0xfc400000-0xfc4007ff] > [ 0.722855] pci 0000:07:00.0: enabling Extended Tags > [ 0.722964] pci 0000:07:00.0: PME# supported from D3hot D3cold > [ 0.723058] pci 0000:07:00.0: 63.012 Gb/s available PCIe bandwidth, > limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 252.048 Gb/s > with 16.0 GT/s PCIe x16 link) > [ 0.723179] pci 0000:02:0a.0: PCI bridge to [bus 07] > [ 0.723304] pci 0000:08:00.0: [1002:1478] type 01 class 0x060400 PCIe > Switch Upstream Port > [ 0.723319] pci 0000:08:00.0: BAR 0 [mem 0xfcc00000-0xfcc03fff] > [ 0.723335] pci 0000:08:00.0: PCI bridge to [bus 09-0a] > [ 0.723342] pci 0000:08:00.0: bridge window [io 0xe000-0xefff] > [ 0.723345] pci 0000:08:00.0: bridge window [mem 0xfcb00000-0xfcbfffff] > [ 0.723356] pci 0000:08:00.0: bridge window [mem 0xd0000000-0xe01fffff > 64bit pref] > [ 0.723443] pci 0000:08:00.0: PME# supported from D0 D3hot D3cold > [ 0.723514] pci 0000:08:00.0: 126.024 Gb/s available PCIe bandwidth, > limited by 16.0 GT/s PCIe x8 link at 0000:00:03.1 (capable of 252.048 Gb/s > with 16.0 GT/s PCIe x16 link) > [ 0.723652] pci 0000:00:03.1: PCI bridge to [bus 08-0a] > [ 0.723724] pci 0000:09:00.0: [1002:1479] type 01 class 0x060400 PCIe > Switch Downstream Port > [ 0.723752] pci 0000:09:00.0: PCI bridge to [bus 0a] > [ 0.723758] pci 0000:09:00.0: bridge window [io 0xe000-0xefff] > [ 0.723762] pci 0000:09:00.0: bridge window [mem 0xfcb00000-0xfcbfffff] > [ 0.723772] pci 0000:09:00.0: bridge window [mem 0xd0000000-0xe01fffff > 64bit pref] > [ 0.723860] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold > [ 0.724306] pci 0000:08:00.0: PCI bridge to [bus 09-0a] > [ 0.724387] pci 0000:0a:00.0: [1002:731f] type 00 class 0x030000 PCIe > Legacy Endpoint > [ 0.724406] pci 0000:0a:00.0: BAR 0 [mem 0xd0000000-0xdfffffff 64bit pref] > [ 0.724418] pci 0000:0a:00.0: BAR 2 [mem 0xe0000000-0xe01fffff 64bit pref] > [ 0.724427] pci 0000:0a:00.0: BAR 4 [io 0xe000-0xe0ff] > [ 0.724435] pci 0000:0a:00.0: BAR 5 [mem 0xfcb00000-0xfcb7ffff] > [ 0.724444] pci 0000:0a:00.0: ROM [mem 0xfcb80000-0xfcb9ffff pref] > [ 0.724487] pci 0000:0a:00.0: Video device with shadowed ROM at [mem > 0x000c0000-0x000dffff] > [ 0.724561] pci 0000:0a:00.0: PME# supported from D1 D2 D3hot D3cold > [ 0.724653] pci 0000:0a:00.0: 126.024 Gb/s available PCIe bandwidth, > limited by 16.0 GT/s PCIe x8 link at 0000:00:03.1 (capable of 252.048 Gb/s > with 16.0 GT/s PCIe x16 link) > [ 0.724776] pci 0000:0a:00.1: [1002:ab38] type 00 class 0x040300 PCIe > Legacy Endpoint > [ 0.724791] pci 0000:0a:00.1: BAR 0 [mem 0xfcba0000-0xfcba3fff] > [ 0.724893] pci 0000:0a:00.1: PME# supported from D1 D2 D3hot D3cold > [ 0.725044] pci 0000:09:00.0: PCI bridge to [bus 0a] > [ 0.725125] pci 0000:0b:00.0: [10de:1e84] type 00 class 0x030000 PCIe > Legacy Endpoint > [ 0.725138] pci 0000:0b:00.0: BAR 0 [mem 0xfb000000-0xfbffffff] > [ 0.725149] pci 0000:0b:00.0: BAR 1 [mem 0xb0000000-0xbfffffff 64bit pref] > [ 0.725159] pci 0000:0b:00.0: BAR 3 [mem 0xc0000000-0xc1ffffff 64bit pref] > [ 0.725166] pci 0000:0b:00.0: BAR 5 [io 0xd000-0xd07f] > [ 0.725173] pci 0000:0b:00.0: ROM [mem 0xfc000000-0xfc07ffff pref] > [ 0.725242] pci 0000:0b:00.0: PME# supported from D0 D3hot D3cold > [ 0.725322] pci 0000:0b:00.0: 63.008 Gb/s available PCIe bandwidth, > limited by 8.0 GT/s PCIe x8 link at 0000:00:03.2 (capable of 126.016 Gb/s > with 8.0 GT/s PCIe x16 link) > [ 0.725473] pci 0000:0b:00.1: [10de:10f8] type 00 class 0x040300 PCIe > Endpoint > [ 0.725486] pci 0000:0b:00.1: BAR 0 [mem 0xfc080000-0xfc083fff] > [ 0.725646] pci 0000:0b:00.2: [10de:1ad8] type 00 class 0x0c0330 PCIe > Endpoint > [ 0.725664] pci 0000:0b:00.2: BAR 0 [mem 0xc2000000-0xc203ffff 64bit pref] > [ 0.725684] pci 0000:0b:00.2: BAR 3 [mem 0xc2040000-0xc204ffff 64bit pref] > [ 0.725745] pci 0000:0b:00.2: PME# supported from D0 D3hot D3cold > [ 0.725835] pci 0000:0b:00.3: [10de:1ad9] type 00 class 0x0c8000 PCIe > Endpoint > [ 0.725848] pci 0000:0b:00.3: BAR 0 [mem 0xfc084000-0xfc084fff] > [ 0.725925] pci 0000:0b:00.3: PME# supported from D0 D3hot D3cold > [ 0.726047] pci 0000:00:03.2: PCI bridge to [bus 0b] > [ 0.726102] pci 0000:0c:00.0: [1022:148a] type 00 class 0x130000 PCIe > Endpoint > [ 0.726132] pci 0000:0c:00.0: enabling Extended Tags > [ 0.726310] pci 0000:00:07.1: PCI bridge to [bus 0c] > [ 0.726381] pci 0000:0d:00.0: [1022:1485] type 00 class 0x130000 PCIe > Endpoint > [ 0.726416] pci 0000:0d:00.0: enabling Extended Tags > [ 0.726597] pci 0000:0d:00.1: [1022:1486] type 00 class 0x108000 PCIe > Endpoint > [ 0.726615] pci 0000:0d:00.1: BAR 2 [mem 0xfc900000-0xfc9fffff] > [ 0.726628] pci 0000:0d:00.1: BAR 5 [mem 0xfca08000-0xfca09fff] > [ 0.726638] pci 0000:0d:00.1: enabling Extended Tags > [ 0.726789] pci 0000:0d:00.3: [1022:149c] type 00 class 0x0c0330 PCIe > Endpoint > [ 0.726804] pci 0000:0d:00.3: BAR 0 [mem 0xfc800000-0xfc8fffff 64bit] > [ 0.726836] pci 0000:0d:00.3: enabling Extended Tags > [ 0.726887] pci 0000:0d:00.3: PME# supported from D0 D3hot D3cold > [ 0.727028] pci 0000:0d:00.4: [1022:1487] type 00 class 0x040300 PCIe > Endpoint > [ 0.727038] pci 0000:0d:00.4: BAR 0 [mem 0xfca00000-0xfca07fff] > [ 0.727067] pci 0000:0d:00.4: enabling Extended Tags > [ 0.727115] pci 0000:0d:00.4: PME# supported from D0 D3hot D3cold > [ 0.727255] pci 0000:00:08.1: PCI bridge to [bus 0d] > [ 0.728036] ACPI: PCI: Interrupt link LNKA configured for IRQ 0 > [ 0.728088] ACPI: PCI: Interrupt link LNKB configured for IRQ 0 > [ 0.728134] ACPI: PCI: Interrupt link LNKC configured for IRQ 0 > [ 0.728188] ACPI: PCI: Interrupt link LNKD configured for IRQ 0 > [ 0.728238] ACPI: PCI: Interrupt link LNKE configured for IRQ 0 > [ 0.728280] ACPI: PCI: Interrupt link LNKF configured for IRQ 0 > [ 0.728327] ACPI: PCI: Interrupt link LNKG configured for IRQ 0 > [ 0.728369] ACPI: PCI: Interrupt link LNKH configured for IRQ 0 > [ 0.729205] ACPI: EC: interrupt unblocked > [ 0.729206] ACPI: EC: event unblocked > [ 0.729210] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62 > [ 0.729211] ACPI: EC: GPE=0x2 > [ 0.729213] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization > complete > [ 0.729215] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions > and events > [ 0.729290] iommu: Default domain type: Passthrough (set via kernel > command line) > [ 0.729290] pps_core: LinuxPPS API ver. 1 registered > [ 0.729290] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo > Giometti <[email protected]> > [ 0.729290] PTP clock support registered > [ 0.729290] EDAC MC: Ver: 3.0.0 > [ 0.729290] efivars: Registered efivars operations > [ 0.729290] NetLabel: Initializing > [ 0.729290] NetLabel: domain hash size = 128 > [ 0.729290] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO > [ 0.729290] NetLabel: unlabeled traffic allowed by default > [ 0.729290] PCI: Using ACPI for IRQ routing > [ 0.733788] PCI: pci_cache_line_size set to 64 bytes > [ 0.733910] e820: reserve RAM buffer [mem 0x09d1f000-0x0bffffff] > [ 0.733912] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff] > [ 0.733914] e820: reserve RAM buffer [mem 0x8c269018-0x8fffffff] > [ 0.733916] e820: reserve RAM buffer [mem 0x8c289018-0x8fffffff] > [ 0.733917] e820: reserve RAM buffer [mem 0x8c2a3018-0x8fffffff] > [ 0.733919] e820: reserve RAM buffer [mem 0xa49b6000-0xa7ffffff] > [ 0.733920] e820: reserve RAM buffer [mem 0xa7ecd000-0xa7ffffff] > [ 0.733922] e820: reserve RAM buffer [mem 0xa9b92000-0xabffffff] > [ 0.733924] e820: reserve RAM buffer [mem 0xad000000-0xafffffff] > [ 0.733925] e820: reserve RAM buffer [mem 0x104f300000-0x104fffffff] > [ 0.734006] pci 0000:0a:00.0: vgaarb: setting as boot VGA device > [ 0.734006] pci 0000:0a:00.0: vgaarb: bridge control possible > [ 0.734006] pci 0000:0a:00.0: vgaarb: VGA device added: > decodes=io+mem,owns=io+mem,locks=none > [ 0.734006] pci 0000:0b:00.0: vgaarb: bridge control possible > [ 0.734006] pci 0000:0b:00.0: vgaarb: VGA device added: > decodes=io+mem,owns=none,locks=none > [ 0.734006] vgaarb: loaded > [ 0.734006] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 > [ 0.734006] hpet0: 3 comparators, 32-bit 14.318180 MHz counter > [ 0.734462] clocksource: Switched to clocksource tsc-early > [ 0.734471] VFS: Disk quotas dquot_6.6.0 > [ 0.734471] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) > [ 0.734471] AppArmor: AppArmor Filesystem Enabled > [ 0.734471] pnp: PnP ACPI init > [ 0.734471] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved > [ 0.734471] system 00:01: [mem 0xfd200000-0xfd2fffff] has been reserved > [ 0.734471] system 00:03: [io 0x0290-0x029f] has been reserved > [ 0.734471] system 00:03: [io 0x0200-0x021f] has been reserved > [ 0.734471] pnp 00:04: [dma 0 disabled] > [ 0.734471] system 00:05: [io 0x04d0-0x04d1] has been reserved > [ 0.734471] system 00:05: [io 0x040b] has been reserved > [ 0.734471] system 00:05: [io 0x04d6] has been reserved > [ 0.734471] system 00:05: [io 0x0c00-0x0c01] has been reserved > [ 0.734471] system 00:05: [io 0x0c14] has been reserved > [ 0.734471] system 00:05: [io 0x0c50-0x0c51] has been reserved > [ 0.734471] system 00:05: [io 0x0c52] has been reserved > [ 0.734471] system 00:05: [io 0x0c6c] has been reserved > [ 0.734471] system 00:05: [io 0x0c6f] has been reserved > [ 0.734471] system 00:05: [io 0x0cd8-0x0cdf] has been reserved > [ 0.734471] system 00:05: [io 0x0800-0x089f] has been reserved > [ 0.734471] system 00:05: [io 0x0b00-0x0b0f] has been reserved > [ 0.734471] system 00:05: [io 0x0b20-0x0b3f] has been reserved > [ 0.734471] system 00:05: [io 0x0900-0x090f] has been reserved > [ 0.734471] system 00:05: [io 0x0910-0x091f] has been reserved > [ 0.734471] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved > [ 0.734471] system 00:05: [mem 0xfec01000-0xfec01fff] could not be reserved > [ 0.734471] system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved > [ 0.734471] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved > [ 0.734471] system 00:05: [mem 0xfed80000-0xfed8ffff] could not be reserved > [ 0.734471] system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved > [ 0.734471] system 00:05: [mem 0xff000000-0xffffffff] has been reserved > [ 0.734471] pnp: PnP ACPI: found 6 devices > [ 0.740306] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, > max_idle_ns: 2085701024 ns > [ 0.740368] NET: Registered PF_INET protocol family > [ 0.740536] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, > linear) > [ 0.753483] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, > 524288 bytes, linear) > [ 0.753522] Table-perturb hash table entries: 65536 (order: 6, 262144 > bytes, linear) > [ 0.753785] TCP established hash table entries: 524288 (order: 10, 4194304 > bytes, linear) > [ 0.754291] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, > linear) > [ 0.754375] TCP: Hash tables configured (established 524288 bind 65536) > [ 0.754689] MPTCP token hash table entries: 65536 (order: 9, 1572864 > bytes, linear) > [ 0.754818] UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear) > [ 0.754939] UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, > linear) > [ 0.755064] NET: Registered PF_UNIX/PF_LOCAL protocol family > [ 0.755072] NET: Registered PF_XDP protocol family > [ 0.755098] pci 0000:02:01.0: PCI bridge to [bus 03] > [ 0.755107] pci 0000:02:01.0: bridge window [mem 0xfc700000-0xfc7fffff] > [ 0.755119] pci 0000:02:05.0: PCI bridge to [bus 04] > [ 0.755122] pci 0000:02:05.0: bridge window [io 0xf000-0xffff] > [ 0.755129] pci 0000:02:05.0: bridge window [mem 0xfc600000-0xfc6fffff] > [ 0.755140] pci 0000:02:08.0: PCI bridge to [bus 05] > [ 0.755146] pci 0000:02:08.0: bridge window [mem 0xfc200000-0xfc3fffff] > [ 0.755157] pci 0000:02:09.0: PCI bridge to [bus 06] > [ 0.755162] pci 0000:02:09.0: bridge window [mem 0xfc500000-0xfc5fffff] > [ 0.755173] pci 0000:02:0a.0: PCI bridge to [bus 07] > [ 0.755179] pci 0000:02:0a.0: bridge window [mem 0xfc400000-0xfc4fffff] > [ 0.755189] pci 0000:01:00.0: PCI bridge to [bus 02-07] > [ 0.755192] pci 0000:01:00.0: bridge window [io 0xf000-0xffff] > [ 0.755198] pci 0000:01:00.0: bridge window [mem 0xfc200000-0xfc7fffff] > [ 0.755209] pci 0000:00:01.2: PCI bridge to [bus 01-07] > [ 0.755211] pci 0000:00:01.2: bridge window [io 0xf000-0xffff] > [ 0.755215] pci 0000:00:01.2: bridge window [mem 0xfc200000-0xfc7fffff] > [ 0.755223] pci 0000:09:00.0: PCI bridge to [bus 0a] > [ 0.755226] pci 0000:09:00.0: bridge window [io 0xe000-0xefff] > [ 0.755231] pci 0000:09:00.0: bridge window [mem 0xfcb00000-0xfcbfffff] > [ 0.755235] pci 0000:09:00.0: bridge window [mem 0xd0000000-0xe01fffff > 64bit pref] > [ 0.755240] pci 0000:08:00.0: PCI bridge to [bus 09-0a] > [ 0.755243] pci 0000:08:00.0: bridge window [io 0xe000-0xefff] > [ 0.755248] pci 0000:08:00.0: bridge window [mem 0xfcb00000-0xfcbfffff] > [ 0.755252] pci 0000:08:00.0: bridge window [mem 0xd0000000-0xe01fffff > 64bit pref] > [ 0.755258] pci 0000:00:03.1: PCI bridge to [bus 08-0a] > [ 0.755260] pci 0000:00:03.1: bridge window [io 0xe000-0xefff] > [ 0.755264] pci 0000:00:03.1: bridge window [mem 0xfcb00000-0xfccfffff] > [ 0.755267] pci 0000:00:03.1: bridge window [mem 0xd0000000-0xe01fffff > 64bit pref] > [ 0.755272] pci 0000:00:03.2: PCI bridge to [bus 0b] > [ 0.755275] pci 0000:00:03.2: bridge window [io 0xd000-0xdfff] > [ 0.755279] pci 0000:00:03.2: bridge window [mem 0xfb000000-0xfc0fffff] > [ 0.755282] pci 0000:00:03.2: bridge window [mem 0xb0000000-0xc20fffff > 64bit pref] > [ 0.755287] pci 0000:00:07.1: PCI bridge to [bus 0c] > [ 0.755294] pci 0000:00:08.1: PCI bridge to [bus 0d] > [ 0.755298] pci 0000:00:08.1: bridge window [mem 0xfc800000-0xfcafffff] > [ 0.755304] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window] > [ 0.755307] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window] > [ 0.755309] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window] > [ 0.755311] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window] > [ 0.755313] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window] > [ 0.755315] pci_bus 0000:00: resource 9 [mem 0xb0000000-0xfec02fff window] > [ 0.755317] pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window] > [ 0.755319] pci_bus 0000:01: resource 0 [io 0xf000-0xffff] > [ 0.755321] pci_bus 0000:01: resource 1 [mem 0xfc200000-0xfc7fffff] > [ 0.755323] pci_bus 0000:02: resource 0 [io 0xf000-0xffff] > [ 0.755325] pci_bus 0000:02: resource 1 [mem 0xfc200000-0xfc7fffff] > [ 0.755327] pci_bus 0000:03: resource 1 [mem 0xfc700000-0xfc7fffff] > [ 0.755330] pci_bus 0000:04: resource 0 [io 0xf000-0xffff] > [ 0.755332] pci_bus 0000:04: resource 1 [mem 0xfc600000-0xfc6fffff] > [ 0.755334] pci_bus 0000:05: resource 1 [mem 0xfc200000-0xfc3fffff] > [ 0.755336] pci_bus 0000:06: resource 1 [mem 0xfc500000-0xfc5fffff] > [ 0.755338] pci_bus 0000:07: resource 1 [mem 0xfc400000-0xfc4fffff] > [ 0.755340] pci_bus 0000:08: resource 0 [io 0xe000-0xefff] > [ 0.755342] pci_bus 0000:08: resource 1 [mem 0xfcb00000-0xfccfffff] > [ 0.755344] pci_bus 0000:08: resource 2 [mem 0xd0000000-0xe01fffff 64bit > pref] > [ 0.755346] pci_bus 0000:09: resource 0 [io 0xe000-0xefff] > [ 0.755348] pci_bus 0000:09: resource 1 [mem 0xfcb00000-0xfcbfffff] > [ 0.755350] pci_bus 0000:09: resource 2 [mem 0xd0000000-0xe01fffff 64bit > pref] > [ 0.755352] pci_bus 0000:0a: resource 0 [io 0xe000-0xefff] > [ 0.755354] pci_bus 0000:0a: resource 1 [mem 0xfcb00000-0xfcbfffff] > [ 0.755356] pci_bus 0000:0a: resource 2 [mem 0xd0000000-0xe01fffff 64bit > pref] > [ 0.755358] pci_bus 0000:0b: resource 0 [io 0xd000-0xdfff] > [ 0.755360] pci_bus 0000:0b: resource 1 [mem 0xfb000000-0xfc0fffff] > [ 0.755362] pci_bus 0000:0b: resource 2 [mem 0xb0000000-0xc20fffff 64bit > pref] > [ 0.755365] pci_bus 0000:0d: resource 1 [mem 0xfc800000-0xfcafffff] > [ 0.755889] pci 0000:0a:00.0: disabling ATS > [ 0.755923] pci 0000:0a:00.1: D0 power state depends on 0000:0a:00.0 > [ 0.755937] pci 0000:0b:00.1: extending delay after power-on from D3hot to > 20 msec > [ 0.756007] pci 0000:0b:00.1: D0 power state depends on 0000:0b:00.0 > [ 0.756068] pci 0000:0b:00.2: D0 power state depends on 0000:0b:00.0 > [ 0.756213] pci 0000:0b:00.3: D0 power state depends on 0000:0b:00.0 > [ 0.756379] PCI: CLS 64 bytes, default 64 > [ 0.756413] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported > [ 0.756459] Trying to unpack rootfs image as initramfs... > [ 0.756495] pci 0000:00:01.0: Adding to iommu group 0 > [ 0.756517] pci 0000:00:01.2: Adding to iommu group 1 > [ 0.756544] pci 0000:00:02.0: Adding to iommu group 2 > [ 0.756572] pci 0000:00:03.0: Adding to iommu group 3 > [ 0.756591] pci 0000:00:03.1: Adding to iommu group 4 > [ 0.756610] pci 0000:00:03.2: Adding to iommu group 5 > [ 0.756638] pci 0000:00:04.0: Adding to iommu group 6 > [ 0.756665] pci 0000:00:05.0: Adding to iommu group 7 > [ 0.756693] pci 0000:00:07.0: Adding to iommu group 8 > [ 0.756712] pci 0000:00:07.1: Adding to iommu group 9 > [ 0.756742] pci 0000:00:08.0: Adding to iommu group 10 > [ 0.756761] pci 0000:00:08.1: Adding to iommu group 11 > [ 0.756799] pci 0000:00:14.0: Adding to iommu group 12 > [ 0.756817] pci 0000:00:14.3: Adding to iommu group 12 > [ 0.756913] pci 0000:00:18.0: Adding to iommu group 13 > [ 0.756932] pci 0000:00:18.1: Adding to iommu group 13 > [ 0.756953] pci 0000:00:18.2: Adding to iommu group 13 > [ 0.756972] pci 0000:00:18.3: Adding to iommu group 13 > [ 0.756992] pci 0000:00:18.4: Adding to iommu group 13 > [ 0.757012] pci 0000:00:18.5: Adding to iommu group 13 > [ 0.757030] pci 0000:00:18.6: Adding to iommu group 13 > [ 0.757049] pci 0000:00:18.7: Adding to iommu group 13 > [ 0.757067] pci 0000:01:00.0: Adding to iommu group 14 > [ 0.757109] pci 0000:02:01.0: Adding to iommu group 15 > [ 0.757151] pci 0000:02:05.0: Adding to iommu group 16 > [ 0.757179] pci 0000:02:08.0: Adding to iommu group 17 > [ 0.757207] pci 0000:02:09.0: Adding to iommu group 18 > [ 0.757236] pci 0000:02:0a.0: Adding to iommu group 19 > [ 0.757277] pci 0000:03:00.0: Adding to iommu group 20 > [ 0.757320] pci 0000:04:00.0: Adding to iommu group 21 > [ 0.757326] pci 0000:05:00.0: Adding to iommu group 17 > [ 0.757332] pci 0000:05:00.1: Adding to iommu group 17 > [ 0.757337] pci 0000:05:00.3: Adding to iommu group 17 > [ 0.757344] pci 0000:06:00.0: Adding to iommu group 18 > [ 0.757350] pci 0000:07:00.0: Adding to iommu group 19 > [ 0.757369] pci 0000:08:00.0: Adding to iommu group 22 > [ 0.757388] pci 0000:09:00.0: Adding to iommu group 23 > [ 0.757413] pci 0000:0a:00.0: Adding to iommu group 24 > [ 0.757434] pci 0000:0a:00.1: Adding to iommu group 25 > [ 0.757489] pci 0000:0b:00.0: Adding to iommu group 26 > [ 0.757513] pci 0000:0b:00.1: Adding to iommu group 26 > [ 0.757536] pci 0000:0b:00.2: Adding to iommu group 26 > [ 0.757559] pci 0000:0b:00.3: Adding to iommu group 26 > [ 0.757579] pci 0000:0c:00.0: Adding to iommu group 27 > [ 0.757599] pci 0000:0d:00.0: Adding to iommu group 28 > [ 0.757618] pci 0000:0d:00.1: Adding to iommu group 29 > [ 0.757639] pci 0000:0d:00.3: Adding to iommu group 30 > [ 0.757659] pci 0000:0d:00.4: Adding to iommu group 31 > [ 0.757998] AMD-Vi: Extended features (0x58f77ef22294a5a, 0x0): PPR NX GT > IA PC GA_vAPIC > [ 0.758007] AMD-Vi: Interrupt remapping enabled > [ 0.758091] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) > [ 0.758093] software IO TLB: mapped [mem > 0x000000009bad0000-0x000000009fad0000] (64MB) > [ 0.758148] LVT offset 0 assigned for vector 0x400 > [ 0.759847] perf: AMD IBS detected (0x000003ff) > [ 0.759991] amd_uncore: 4 amd_df counters detected > [ 0.759998] amd_uncore: 6 amd_l3 counters detected > [ 0.760154] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 > counters/bank). > [ 0.760845] Initialise system trusted keyrings > [ 0.760854] Key type blacklist registered > [ 0.760890] workingset: timestamp_bits=36 max_order=24 bucket_order=0 > [ 0.760897] zbud: loaded > [ 0.761013] fuse: init (API version 7.41) > [ 0.761153] integrity: Platform Keyring initialized > [ 0.761157] integrity: Machine keyring initialized > [ 0.777127] Key type asymmetric registered > [ 0.777129] Asymmetric key parser 'x509' registered > [ 1.067586] Freeing initrd memory: 116424K > [ 1.071791] Block layer SCSI generic (bsg) driver version 0.4 loaded > (major 246) > [ 1.071832] io scheduler mq-deadline registered > [ 1.074238] ledtrig-cpu: registered to indicate activity on CPUs > [ 1.074348] pcieport 0000:00:01.2: PME: Signaling with IRQ 28 > [ 1.074492] pcieport 0000:00:03.1: PME: Signaling with IRQ 29 > [ 1.074609] pcieport 0000:00:03.2: PME: Signaling with IRQ 30 > [ 1.074810] pcieport 0000:00:07.1: PME: Signaling with IRQ 32 > [ 1.074875] pcieport 0000:00:07.1: AER: enabled with IRQ 32 > [ 1.074992] pcieport 0000:00:08.1: PME: Signaling with IRQ 33 > [ 1.075058] pcieport 0000:00:08.1: AER: enabled with IRQ 33 > [ 1.076718] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 > [ 1.089438] Estimated ratio of average max frequency by base frequency > (times 1024): 1141 > [ 1.089644] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled > [ 1.089827] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a > 16550A > [ 1.090830] Linux agpgart interface v0.103 > [ 1.121443] tpm_crb MSFT0101:00: Disabling hwrng > [ 1.122962] i8042: PNP: No PS/2 controller found. > [ 1.123011] mousedev: PS/2 mouse device common for all mice > [ 1.123035] rtc_cmos 00:02: RTC can wake from S4 > [ 1.123257] rtc_cmos 00:02: registered as rtc0 > [ 1.123285] rtc_cmos 00:02: setting system clock to 2026-02-13T20:17:19 > UTC (1771013839) > [ 1.123318] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram > [ 1.468121] efifb: probing for efifb > [ 1.468136] efifb: framebuffer at 0xd0000000, using 3600k, total 3600k > [ 1.468139] efifb: mode is 1280x720x32, linelength=5120, pages=1 > [ 1.468141] efifb: scrolling: redraw > [ 1.468142] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 > [ 1.468245] Console: switching to colour frame buffer device 160x45 > [ 1.468716] fb0: EFI VGA frame buffer device > [ 1.468882] NET: Registered PF_INET6 protocol family > [ 1.472693] Segment Routing with IPv6 > [ 1.472703] In-situ OAM (IOAM) with IPv6 > [ 1.472722] mip6: Mobile IPv6 > [ 1.472725] NET: Registered PF_PACKET protocol family > [ 1.472753] mpls_gso: MPLS GSO support > [ 1.474374] microcode: Current revision: 0x08701035 > [ 1.474782] resctrl: L3 allocation detected > [ 1.474785] resctrl: MB allocation detected > [ 1.474786] resctrl: L3 monitoring detected > [ 1.474820] IPI shorthand broadcast: enabled > [ 1.477107] sched_clock: Marking stable (1164001402, > 312205188)->(1823632788, -347426198) > [ 1.477291] registered taskstats version 1 > [ 1.477487] Loading compiled-in X.509 certificates > [ 1.494575] Loaded X.509 cert 'Build time autogenerated kernel key: > cad71ab128aad51050c2882e6927033abb32a255' > [ 1.497040] Demotion targets for Node 0: null > [ 1.497187] Key type .fscrypt registered > [ 1.497188] Key type fscrypt-provisioning registered > [ 1.511956] Key type encrypted registered > [ 1.511960] AppArmor: AppArmor sha256 policy hashing enabled > [ 1.512023] integrity: Loading X.509 certificate: UEFI:db > [ 1.525438] integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key > Certificate: da83b990422ebc8c441f8d8b039a65a2' > [ 1.525440] integrity: Loading X.509 certificate: UEFI:db > [ 1.525572] integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key > Certificate: b8e581e4df77a5bb4282d5ccfc00c071' > [ 1.525573] integrity: Loading X.509 certificate: UEFI:db > [ 1.525590] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA > 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4' > [ 1.525592] integrity: Loading X.509 certificate: UEFI:db > [ 1.525607] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA > 2011: a92902398e16c49778cd90f99e4f9ae17c55af53' > [ 1.525608] integrity: Loading X.509 certificate: UEFI:db > [ 1.525741] integrity: Loaded X.509 cert 'Canonical Ltd. Master > Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63' > [ 1.526898] ima: Allocated hash algorithm: sha256 > [ 1.632238] ima: No architecture policies found > [ 1.632260] evm: Initialising EVM extended attributes: > [ 1.632261] evm: security.selinux > [ 1.632262] evm: security.SMACK64 (disabled) > [ 1.632264] evm: security.SMACK64EXEC (disabled) > [ 1.632265] evm: security.SMACK64TRANSMUTE (disabled) > [ 1.632267] evm: security.SMACK64MMAP (disabled) > [ 1.632268] evm: security.apparmor > [ 1.632269] evm: security.ima > [ 1.632270] evm: security.capability > [ 1.632272] evm: HMAC attrs: 0x1 > [ 1.633912] RAS: Correctable Errors collector initialized. > [ 1.638417] clk: Disabling unused clocks > [ 1.638422] PM: genpd: Disabling unused power domains > [ 1.639957] Freeing unused decrypted memory: 2028K > [ 1.640549] Freeing unused kernel image (initmem) memory: 4148K > [ 1.640564] Write protecting the kernel read-only data: 28672k > [ 1.640866] Freeing unused kernel image (rodata/data gap) memory: 488K > [ 1.697641] x86/mm: Checked W+X mappings: passed, no W+X pages found. > [ 1.697652] Run /init as init process > [ 1.697654] with arguments: > [ 1.697656] /init > [ 1.697658] with environment: > [ 1.697659] HOME=/ > [ 1.697661] TERM=linux > [ 1.784214] tsc: Refined TSC clocksource calibration: 4099.998 MHz > [ 1.784227] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: > 0x3b195d22d01, max_idle_ns: 440795346059 ns > [ 1.784263] clocksource: Switched to clocksource tsc > [ 1.810915] input: Power Button as > /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 > [ 1.810949] ACPI: button: Power Button [PWRB] > [ 1.810998] input: Power Button as > /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 > [ 1.811051] ACPI: button: Power Button [PWRF] > [ 1.817453] dca service started, version 1.12.1 > [ 1.823352] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, > revision 0 > [ 1.823356] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port > selection > [ 1.823951] i2c i2c-0: Successfully instantiated SPD at 0x50 > [ 1.824516] i2c i2c-0: Successfully instantiated SPD at 0x51 > [ 1.825097] i2c i2c-0: Successfully instantiated SPD at 0x52 > [ 1.825675] i2c i2c-0: Successfully instantiated SPD at 0x53 > [ 1.825708] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at > 0xb20 > [ 1.838560] SCSI subsystem initialized > [ 1.839836] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver > [ 1.839904] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO > address > [ 1.840147] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec > (nowayout=0) > [ 1.847065] ACPI: bus type USB registered > [ 1.847103] usbcore: registered new interface driver usbfs > [ 1.847115] usbcore: registered new interface driver hub > [ 1.847139] usbcore: registered new device driver usb > [ 1.848464] igb: Intel(R) Gigabit Ethernet Network Driver > [ 1.848467] igb: Copyright (c) 2007-2014 Intel Corporation. > [ 1.848534] nvme nvme0: pci function 0000:03:00.0 > [ 1.852413] nvme nvme0: D3 entry latency set to 10 seconds > [ 1.853883] nvme nvme0: 8/0/0 default/read/poll queues > [ 1.856496] nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8 > [ 1.873720] ACPI: bus type drm_connector registered > [ 1.878112] igb 0000:04:00.0: added PHC on eth0 > [ 1.878141] igb 0000:04:00.0: Intel(R) Gigabit Ethernet Network Connection > [ 1.878144] igb 0000:04:00.0: eth0: (PCIe:2.5Gb/s:Width x1) > 04:d9:f5:f4:1c:0e > [ 1.878147] igb 0000:04:00.0: eth0: PBA No: FFFFFF-0FF > [ 1.878150] igb 0000:04:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx > queue(s) > [ 1.879588] libata version 3.00 loaded. > [ 1.880613] igb 0000:04:00.0 enp4s0: renamed from eth0 > [ 1.883301] xhci_hcd 0000:05:00.1: xHCI Host Controller > [ 1.883309] xhci_hcd 0000:05:00.1: new USB bus registered, assigned bus > number 1 > [ 1.883451] xhci_hcd 0000:05:00.1: hcc params 0x0278ffe5 hci version 0x110 > quirks 0x0000000000000010 > [ 1.884033] xhci_hcd 0000:05:00.1: xHCI Host Controller > [ 1.884036] xhci_hcd 0000:05:00.1: new USB bus registered, assigned bus > number 2 > [ 1.884039] xhci_hcd 0000:05:00.1: Host supports USB 3.1 Enhanced > SuperSpeed > [ 1.884083] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, > bcdDevice= 6.12 > [ 1.884086] usb usb1: New USB device strings: Mfr=3, Product=2, > SerialNumber=1 > [ 1.884088] usb usb1: Product: xHCI Host Controller > [ 1.884090] usb usb1: Manufacturer: Linux 6.12.63+deb13-amd64 xhci-hcd > [ 1.884092] usb usb1: SerialNumber: 0000:05:00.1 > [ 1.884228] hub 1-0:1.0: USB hub found > [ 1.884260] hub 1-0:1.0: 6 ports detected > [ 1.885273] usb usb2: We don't know the algorithms for LPM for this host, > disabling LPM. > [ 1.885301] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, > bcdDevice= 6.12 > [ 1.885304] usb usb2: New USB device strings: Mfr=3, Product=2, > SerialNumber=1 > [ 1.885306] usb usb2: Product: xHCI Host Controller > [ 1.885308] usb usb2: Manufacturer: Linux 6.12.63+deb13-amd64 xhci-hcd > [ 1.885310] usb usb2: SerialNumber: 0000:05:00.1 > [ 1.885417] hub 2-0:1.0: USB hub found > [ 1.885428] hub 2-0:1.0: 4 ports detected > [ 1.886171] xhci_hcd 0000:05:00.3: xHCI Host Controller > [ 1.886177] xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus > number 3 > [ 1.886339] xhci_hcd 0000:05:00.3: hcc params 0x0278ffe5 hci version 0x110 > quirks 0x0000000000000010 > [ 1.886727] xhci_hcd 0000:05:00.3: xHCI Host Controller > [ 1.886732] xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus > number 4 > [ 1.886735] xhci_hcd 0000:05:00.3: Host supports USB 3.1 Enhanced > SuperSpeed > [ 1.886792] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, > bcdDevice= 6.12 > [ 1.886795] usb usb3: New USB device strings: Mfr=3, Product=2, > SerialNumber=1 > [ 1.886797] usb usb3: Product: xHCI Host Controller > [ 1.886798] usb usb3: Manufacturer: Linux 6.12.63+deb13-amd64 xhci-hcd > [ 1.886800] usb usb3: SerialNumber: 0000:05:00.3 > [ 1.886926] hub 3-0:1.0: USB hub found > [ 1.886941] hub 3-0:1.0: 6 ports detected > [ 1.887894] usb usb4: We don't know the algorithms for LPM for this host, > disabling LPM. > [ 1.887920] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, > bcdDevice= 6.12 > [ 1.887923] usb usb4: New USB device strings: Mfr=3, Product=2, > SerialNumber=1 > [ 1.887925] usb usb4: Product: xHCI Host Controller > [ 1.887927] usb usb4: Manufacturer: Linux 6.12.63+deb13-amd64 xhci-hcd > [ 1.887929] usb usb4: SerialNumber: 0000:05:00.3 > [ 1.888025] hub 4-0:1.0: USB hub found > [ 1.888037] hub 4-0:1.0: 4 ports detected > [ 1.888601] usb: port power management may be unreliable > [ 1.888813] xhci_hcd 0000:0b:00.2: xHCI Host Controller > [ 1.888818] xhci_hcd 0000:0b:00.2: new USB bus registered, assigned bus > number 5 > [ 1.889415] xhci_hcd 0000:0b:00.2: hcc params 0x0180ff05 hci version 0x110 > quirks 0x0000000000000010 > [ 1.889571] xhci_hcd 0000:0b:00.2: xHCI Host Controller > [ 1.889574] xhci_hcd 0000:0b:00.2: new USB bus registered, assigned bus > number 6 > [ 1.889577] xhci_hcd 0000:0b:00.2: Host supports USB 3.1 Enhanced > SuperSpeed > [ 1.889627] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, > bcdDevice= 6.12 > [ 1.889630] usb usb5: New USB device strings: Mfr=3, Product=2, > SerialNumber=1 > [ 1.889632] usb usb5: Product: xHCI Host Controller > [ 1.889634] usb usb5: Manufacturer: Linux 6.12.63+deb13-amd64 xhci-hcd > [ 1.889636] usb usb5: SerialNumber: 0000:0b:00.2 > [ 1.889724] hub 5-0:1.0: USB hub found > [ 1.889733] hub 5-0:1.0: 2 ports detected > [ 1.889850] usb usb6: We don't know the algorithms for LPM for this host, > disabling LPM. > [ 1.889875] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, > bcdDevice= 6.12 > [ 1.889878] usb usb6: New USB device strings: Mfr=3, Product=2, > SerialNumber=1 > [ 1.889880] usb usb6: Product: xHCI Host Controller > [ 1.889882] usb usb6: Manufacturer: Linux 6.12.63+deb13-amd64 xhci-hcd > [ 1.889883] usb usb6: SerialNumber: 0000:0b:00.2 > [ 1.889968] hub 6-0:1.0: USB hub found > [ 1.889979] hub 6-0:1.0: 4 ports detected > [ 1.890199] xhci_hcd 0000:0d:00.3: xHCI Host Controller > [ 1.890204] xhci_hcd 0000:0d:00.3: new USB bus registered, assigned bus > number 7 > [ 1.890307] xhci_hcd 0000:0d:00.3: hcc params 0x0278ffe5 hci version 0x110 > quirks 0x0000000000000010 > [ 1.890587] xhci_hcd 0000:0d:00.3: xHCI Host Controller > [ 1.890590] xhci_hcd 0000:0d:00.3: new USB bus registered, assigned bus > number 8 > [ 1.890593] xhci_hcd 0000:0d:00.3: Host supports USB 3.1 Enhanced > SuperSpeed > [ 1.890629] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, > bcdDevice= 6.12 > [ 1.890631] usb usb7: New USB device strings: Mfr=3, Product=2, > SerialNumber=1 > [ 1.890633] usb usb7: Product: xHCI Host Controller > [ 1.890635] usb usb7: Manufacturer: Linux 6.12.63+deb13-amd64 xhci-hcd > [ 1.890637] usb usb7: SerialNumber: 0000:0d:00.3 > [ 1.890742] hub 7-0:1.0: USB hub found > [ 1.890750] hub 7-0:1.0: 4 ports detected > [ 1.890955] usb usb8: We don't know the algorithms for LPM for this host, > disabling LPM. > [ 1.890980] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, > bcdDevice= 6.12 > [ 1.890983] usb usb8: New USB device strings: Mfr=3, Product=2, > SerialNumber=1 > [ 1.890985] usb usb8: Product: xHCI Host Controller > [ 1.890986] usb usb8: Manufacturer: Linux 6.12.63+deb13-amd64 xhci-hcd > [ 1.890988] usb usb8: SerialNumber: 0000:0d:00.3 > [ 1.891119] hub 8-0:1.0: USB hub found > [ 1.891130] hub 8-0:1.0: 4 ports detected > [ 1.893041] ahci 0000:06:00.0: version 3.0 > [ 1.893521] ahci 0000:06:00.0: AHCI vers 0001.0301, 32 command slots, 6 > Gbps, SATA mode > [ 1.893524] ahci 0000:06:00.0: 2/2 ports implemented (port mask 0xc) > [ 1.893527] ahci 0000:06:00.0: flags: 64bit ncq sntf ilck pm led clo only > pmp fbs pio slum part sxs > [ 1.894377] scsi host0: ahci > [ 1.894629] scsi host1: ahci > [ 1.894773] scsi host2: ahci > [ 1.894926] scsi host3: ahci > [ 1.895014] ata1: DUMMY > [ 1.895016] ata2: DUMMY > [ 1.895020] ata3: SATA max UDMA/133 abar m2048@0xfc500000 port 0xfc500200 > irq 79 lpm-pol 0 > [ 1.895024] ata4: SATA max UDMA/133 abar m2048@0xfc500000 port 0xfc500280 > irq 80 lpm-pol 0 > [ 1.895492] ahci 0000:07:00.0: AHCI vers 0001.0301, 32 command slots, 6 > Gbps, SATA mode > [ 1.895496] ahci 0000:07:00.0: 4/4 ports implemented (port mask 0x33) > [ 1.895498] ahci 0000:07:00.0: flags: 64bit ncq sntf ilck pm led clo only > pmp fbs pio slum part sxs > [ 1.896214] scsi host4: ahci > [ 1.896351] scsi host5: ahci > [ 1.896488] scsi host6: ahci > [ 1.896626] scsi host7: ahci > [ 1.896768] scsi host8: ahci > [ 1.896894] scsi host9: ahci > [ 1.896958] ata5: SATA max UDMA/133 abar m2048@0xfc400000 port 0xfc400100 > irq 93 lpm-pol 0 > [ 1.896962] ata6: SATA max UDMA/133 abar m2048@0xfc400000 port 0xfc400180 > irq 94 lpm-pol 0 > [ 1.896964] ata7: DUMMY > [ 1.896966] ata8: DUMMY > [ 1.896969] ata9: SATA max UDMA/133 abar m2048@0xfc400000 port 0xfc400300 > irq 97 lpm-pol 0 > [ 1.896973] ata10: SATA max UDMA/133 abar m2048@0xfc400000 port 0xfc400380 > irq 98 lpm-pol 0 > [ 2.132214] usb 1-2: new high-speed USB device number 2 using xhci_hcd > [ 2.132229] usb 3-4: new full-speed USB device number 2 using xhci_hcd > [ 2.136219] usb 7-1: new high-speed USB device number 2 using xhci_hcd > [ 2.280235] usb 7-1: New USB device found, idVendor=eba4, idProduct=7588, > bcdDevice= 3.28 > [ 2.280239] usb 7-1: New USB device strings: Mfr=1, Product=2, > SerialNumber=6 > [ 2.280241] usb 7-1: Product: USB3.0 4K Recording Capture > [ 2.280243] usb 7-1: Manufacturer: USB3.0 HD Audio Capture > [ 2.280245] usb 7-1: SerialNumber: HU202037 > [ 2.281769] usb 3-4: config 1 has an invalid interface number: 2 but max > is 1 > [ 2.281771] usb 3-4: config 1 has no interface number 1 > [ 2.293769] usb 3-4: New USB device found, idVendor=0b05, idProduct=18f3, > bcdDevice= 1.00 > [ 2.293773] usb 3-4: New USB device strings: Mfr=1, Product=2, > SerialNumber=3 > [ 2.293775] usb 3-4: Product: AURA LED Controller > [ 2.293777] usb 3-4: Manufacturer: AsusTek Computer Inc. > [ 2.293779] usb 3-4: SerialNumber: 9876543210 > [ 2.319811] hid: raw HID events driver (C) Jiri Kosina > [ 2.360228] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300) > [ 2.360255] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300) > [ 2.360526] ata4.00: ATA-10: WDC WD20PURX-64AKYY0, 80.00B80, max UDMA/133 > [ 2.360968] ata4.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA > [ 2.361429] ata3.00: ATA-8: TOSHIBA DT01ACA300, MX6OABB0, max UDMA/133 > [ 2.361667] ata4.00: configured for UDMA/133 > [ 2.361670] ata3.00: 5860533168 sectors, multi 16: LBA48 NCQ (depth 32), AA > [ 2.363086] ata3.00: configured for UDMA/133 > [ 2.363171] scsi 2:0:0:0: Direct-Access ATA TOSHIBA DT01ACA3 ABB0 > PQ: 0 ANSI: 5 > [ 2.363448] scsi 3:0:0:0: Direct-Access ATA WDC WD20PURX-64A 0B80 > PQ: 0 ANSI: 5 > [ 2.364230] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300) > [ 2.364256] ata10: SATA link up 6.0 Gbps (SStatus 133 SControl 300) > [ 2.364282] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300) > [ 2.364305] ata9: SATA link up 6.0 Gbps (SStatus 133 SControl 300) > [ 2.364492] ata6.00: ATA-10: WDC WD20PURX-64AKYY0, 80.00B80, max UDMA/133 > [ 2.364545] ata5.00: ATA-10: WDC WD20PURX-64AKYY0, 80.00B80, max UDMA/133 > [ 2.364723] ata10.00: ATA-9: WDC WD20PURX-64P6ZY0, 80.00A80, max UDMA/133 > [ 2.364779] ata9.00: ATA-9: WDC WD30PURX-64PFUY0, 80.00A80, max UDMA/133 > [ 2.364962] ata6.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA > [ 2.364969] ata10.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), > AA > [ 2.365006] ata5.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA > [ 2.365026] ata9.00: 5860533168 sectors, multi 16: LBA48 NCQ (depth 32), AA > [ 2.365563] ata10.00: configured for UDMA/133 > [ 2.365619] ata9.00: configured for UDMA/133 > [ 2.365665] ata6.00: configured for UDMA/133 > [ 2.365710] ata5.00: configured for UDMA/133 > [ 2.365781] scsi 4:0:0:0: Direct-Access ATA WDC WD20PURX-64A 0B80 > PQ: 0 ANSI: 5 > [ 2.366073] scsi 5:0:0:0: Direct-Access ATA WDC WD20PURX-64A 0B80 > PQ: 0 ANSI: 5 > [ 2.366358] scsi 8:0:0:0: Direct-Access ATA WDC WD30PURX-64P 0A80 > PQ: 0 ANSI: 5 > [ 2.366617] scsi 9:0:0:0: Direct-Access ATA WDC WD20PURX-64P 0A80 > PQ: 0 ANSI: 5 > [ 2.377697] sd 3:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 > TB/1.82 TiB) > [ 2.377701] sd 3:0:0:0: [sdb] 4096-byte physical blocks > [ 2.377708] sd 3:0:0:0: [sdb] Write Protect is off > [ 2.377710] sd 2:0:0:0: [sda] 5860533168 512-byte logical blocks: (3.00 > TB/2.73 TiB) > [ 2.377711] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00 > [ 2.377711] sd 5:0:0:0: [sdd] 3907029168 512-byte logical blocks: (2.00 > TB/1.82 TiB) > [ 2.377715] sd 2:0:0:0: [sda] 4096-byte physical blocks > [ 2.377715] sd 5:0:0:0: [sdd] 4096-byte physical blocks > [ 2.377722] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, > doesn't support DPO or FUA > [ 2.377724] sd 5:0:0:0: [sdd] Write Protect is off > [ 2.377724] sd 2:0:0:0: [sda] Write Protect is off > [ 2.377727] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00 > [ 2.377728] sd 5:0:0:0: [sdd] Mode Sense: 00 3a 00 00 > [ 2.377738] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, > doesn't support DPO or FUA > [ 2.377741] sd 3:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes > [ 2.377743] sd 5:0:0:0: [sdd] Write cache: enabled, read cache: enabled, > doesn't support DPO or FUA > [ 2.377747] sd 8:0:0:0: [sde] 5860533168 512-byte logical blocks: (3.00 > TB/2.73 TiB) > [ 2.377751] sd 8:0:0:0: [sde] 4096-byte physical blocks > [ 2.377758] sd 2:0:0:0: [sda] Preferred minimum I/O size 4096 bytes > [ 2.377760] sd 8:0:0:0: [sde] Write Protect is off > [ 2.377763] sd 8:0:0:0: [sde] Mode Sense: 00 3a 00 00 > [ 2.377767] sd 5:0:0:0: [sdd] Preferred minimum I/O size 4096 bytes > [ 2.377776] sd 8:0:0:0: [sde] Write cache: enabled, read cache: enabled, > doesn't support DPO or FUA > [ 2.377800] sd 8:0:0:0: [sde] Preferred minimum I/O size 4096 bytes > [ 2.377888] sd 4:0:0:0: [sdc] 3907029168 512-byte logical blocks: (2.00 > TB/1.82 TiB) > [ 2.377891] sd 4:0:0:0: [sdc] 4096-byte physical blocks > [ 2.377899] sd 4:0:0:0: [sdc] Write Protect is off > [ 2.377901] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00 > [ 2.377913] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, > doesn't support DPO or FUA > [ 2.377941] sd 4:0:0:0: [sdc] Preferred minimum I/O size 4096 bytes > [ 2.378062] sd 9:0:0:0: [sdf] 3907029168 512-byte logical blocks: (2.00 > TB/1.82 TiB) > [ 2.378064] sd 9:0:0:0: [sdf] 4096-byte physical blocks > [ 2.378071] sd 9:0:0:0: [sdf] Write Protect is off > [ 2.378073] sd 9:0:0:0: [sdf] Mode Sense: 00 3a 00 00 > [ 2.378083] sd 9:0:0:0: [sdf] Write cache: enabled, read cache: enabled, > doesn't support DPO or FUA > [ 2.378102] sd 9:0:0:0: [sdf] Preferred minimum I/O size 4096 bytes > [ 2.381922] usbcore: registered new interface driver usbhid > [ 2.381924] usbhid: USB HID core driver > [ 2.400237] usb 8-2: new SuperSpeed USB device number 2 using xhci_hcd > [ 2.416643] usb 8-2: New USB device found, idVendor=2537, idProduct=1068, > bcdDevice= 1.00 > [ 2.416646] usb 8-2: New USB device strings: Mfr=1, Product=2, > SerialNumber=3 > [ 2.416649] usb 8-2: Product: NS1068 > [ 2.416651] usb 8-2: Manufacturer: Norelsys > [ 2.416652] usb 8-2: SerialNumber: 0123456789ABCDE > [ 2.426549] usb-storage 8-2:1.0: USB Mass Storage device detected > [ 2.426643] usb-storage 8-2:1.0: Quirks match for vid 2537 pid 1068: 800000 > [ 2.426668] scsi host10: usb-storage 8-2:1.0 > [ 2.426737] usbcore: registered new interface driver usb-storage > [ 2.428780] sdb: sdb1 sdb2 sdb3 sdb4 > [ 2.428930] sd 3:0:0:0: [sdb] Attached SCSI disk > [ 2.429975] sdd: sdd1 sdd2 sdd3 > [ 2.430093] sd 5:0:0:0: [sdd] Attached SCSI disk > [ 2.463039] sdc: sdc1 sdc2 sdc3 sdc4 sdc5 sdc6 > [ 2.463249] sd 4:0:0:0: [sdc] Attached SCSI disk > [ 2.467927] sda: sda1 sda2 sda3 sda4 sda5 sda6 > [ 2.468143] sd 2:0:0:0: [sda] Attached SCSI disk > [ 2.479381] sdf: sdf1 sdf3 sdf4 sdf5 > [ 2.479518] sd 9:0:0:0: [sdf] Attached SCSI disk > [ 2.480851] sde: sde1 sde3 sde4 > [ 2.480968] sd 8:0:0:0: [sde] Attached SCSI disk > [ 2.486110] hid-generic 0003:0B05:18F3.0001: hiddev0,hidraw0: USB HID > v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on > usb-0000:05:00.3-4/input2 > [ 2.486654] usbcore: registered new interface driver uas > [ 2.540217] usb 7-3: new high-speed USB device number 3 using xhci_hcd > [ 2.680736] usb 7-3: New USB device found, idVendor=534d, idProduct=2109, > bcdDevice=21.00 > [ 2.680740] usb 7-3: New USB device strings: Mfr=1, Product=2, > SerialNumber=0 > [ 2.680742] usb 7-3: Product: USB Video > [ 2.680744] usb 7-3: Manufacturer: MACROSILICON > [ 2.724631] hid-generic 0003:534D:2109.0002: hiddev1,hidraw1: USB HID > v1.10 Device [MACROSILICON USB Video] on usb-0000:0d:00.3-3/input4 > [ 2.844214] usb 7-4: new high-speed USB device number 4 using xhci_hcd > [ 2.983236] usb 7-4: New USB device found, idVendor=05e3, idProduct=0608, > bcdDevice=32.98 > [ 2.983239] usb 7-4: New USB device strings: Mfr=0, Product=1, > SerialNumber=0 > [ 2.983242] usb 7-4: Product: USB2.0 Hub > [ 3.043025] hub 7-4:1.0: USB hub found > [ 3.043610] hub 7-4:1.0: 4 ports detected > [ 3.332212] usb 7-4.1: new full-speed USB device number 5 using xhci_hcd > [ 3.436622] usb 7-4.1: New USB device found, idVendor=1415, > idProduct=0000, bcdDevice= 0.01 > [ 3.436626] usb 7-4.1: New USB device strings: Mfr=1, Product=2, > SerialNumber=0 > [ 3.436629] usb 7-4.1: Product: USBMIC Serial# 032000858 > [ 3.436631] usb 7-4.1: Manufacturer: Nam Tai E&E Products Ltd. > [ 3.516213] usb 7-4.2: new high-speed USB device number 6 using xhci_hcd > [ 3.611112] usb 7-4.2: New USB device found, idVendor=05e3, > idProduct=0608, bcdDevice=32.98 > [ 3.611115] usb 7-4.2: New USB device strings: Mfr=0, Product=1, > SerialNumber=0 > [ 3.611118] usb 7-4.2: Product: USB2.0 Hub > [ 3.651021] hub 7-4.2:1.0: USB hub found > [ 3.651611] hub 7-4.2:1.0: 4 ports detected > [ 3.728213] usb 7-4.4: new full-speed USB device number 7 using xhci_hcd > [ 3.843622] usb 7-4.4: New USB device found, idVendor=04d9, > idProduct=a0cd, bcdDevice= 1.05 > [ 3.843625] usb 7-4.4: New USB device strings: Mfr=0, Product=2, > SerialNumber=0 > [ 3.843627] usb 7-4.4: Product: USB Keyboard > [ 3.944213] usb 7-4.2.4: new full-speed USB device number 8 using xhci_hcd > [ 3.960409] scsi 10:0:0:0: Direct-Access ATA KINGSTON SA400S3 > 71E0 PQ: 0 ANSI: 6 > [ 3.960969] sd 10:0:0:0: [sdg] 234441648 512-byte logical blocks: (120 > GB/112 GiB) > [ 3.970776] sd 10:0:0:0: [sdg] Write Protect is off > [ 3.970779] sd 10:0:0:0: [sdg] Mode Sense: 43 00 00 00 > [ 3.971052] sd 10:0:0:0: [sdg] Write cache: disabled, read cache: enabled, > doesn't support DPO or FUA > [ 3.979805] input: USB Keyboard as > /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/usb7/7-4/7-4.4/7-4.4:1.0/0003:04D9:A0CD.0003/input/input2 > [ 4.079623] usb 7-4.2.4: New USB device found, idVendor=046d, > idProduct=c52b, bcdDevice=12.11 > [ 4.079627] usb 7-4.2.4: New USB device strings: Mfr=1, Product=2, > SerialNumber=0 > [ 4.079630] usb 7-4.2.4: Product: USB Receiver > [ 4.079632] usb 7-4.2.4: Manufacturer: Logitech > [ 4.203827] input: Logitech USB Receiver as > /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/usb7/7-4/7-4.2/7-4.2.4/7-4.2.4:1.0/0003:046D:C52B.0004/input/input3 > [ 4.224517] sdg: sdg1 sdg3 sdg4 > [ 4.224628] sd 10:0:0:0: [sdg] Attached SCSI disk > [ 4.478933] usb 1-2: New USB device found, idVendor=046d, idProduct=082d, > bcdDevice= 0.11 > [ 4.478936] usb 1-2: New USB device strings: Mfr=0, Product=2, > SerialNumber=1 > [ 4.478939] usb 1-2: Product: HD Pro Webcam C920 > [ 4.478941] usb 1-2: SerialNumber: 5241BDEF > [ 4.668255] hid-generic 0003:04D9:A0CD.0003: input,hidraw2: USB HID v1.11 > Keyboard [USB Keyboard] on usb-0000:0d:00.3-4.4/input0 > [ 4.677927] input: USB Keyboard as > /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/usb7/7-4/7-4.4/7-4.4:1.1/0003:04D9:A0CD.0005/input/input4 > [ 5.076249] hid-generic 0003:046D:C52B.0004: input,hidraw3: USB HID v1.11 > Keyboard [Logitech USB Receiver] on usb-0000:0d:00.3-4.2.4/input0 > [ 5.079905] input: Logitech USB Receiver Mouse as > /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/usb7/7-4/7-4.2/7-4.2.4/7-4.2.4:1.1/0003:046D:C52B.0006/input/input6 > [ 5.132306] hid-generic 0003:04D9:A0CD.0005: input,hiddev2,hidraw4: USB > HID v1.11 Keyboard [USB Keyboard] on usb-0000:0d:00.3-4.4/input1 > [ 5.132327] input: Logitech USB Receiver Consumer Control as > /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/usb7/7-4/7-4.2/7-4.2.4/7-4.2.4:1.1/0003:046D:C52B.0006/input/input7 > [ 5.135750] hid-generic 0003:04D9:A0CD.0007: hiddev3,hidraw5: USB HID > v1.11 Device [USB Keyboard] on usb-0000:0d:00.3-4.4/input2 > [ 5.188248] input: Logitech USB Receiver System Control as > /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/usb7/7-4/7-4.2/7-4.2.4/7-4.2.4:1.1/0003:046D:C52B.0006/input/input8 > [ 5.188318] hid-generic 0003:046D:C52B.0006: input,hiddev4,hidraw6: USB > HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:0d:00.3-4.2.4/input1 > [ 5.190839] hid-generic 0003:046D:C52B.0008: hiddev5,hidraw7: USB HID > v1.11 Device [Logitech USB Receiver] on usb-0000:0d:00.3-4.2.4/input2 > [ 5.230521] [drm] amdgpu kernel modesetting enabled. > [ 5.230541] amdgpu: vga_switcheroo: detected switching method > \_SB_.PCI0.GPP8.SWUS.SWDS.VGA_.ATPX handle > [ 5.230611] amdgpu: ATPX version 1, functions 0x00000000 > [ 5.237899] amdgpu: Virtual CRAT table created for CPU > [ 5.237913] amdgpu: Topology: Add CPU node > [ 5.238049] [drm] initializing kernel modesetting (NAVI10 0x1002:0x731F > 0x148C:0x2398 0xC1). > [ 5.238060] [drm] register mmio base: 0xFCB00000 > [ 5.238062] [drm] register mmio size: 524288 > [ 5.241744] [drm] add ip block number 0 <nv_common> > [ 5.241747] [drm] add ip block number 1 <gmc_v10_0> > [ 5.241750] [drm] add ip block number 2 <navi10_ih> > [ 5.241751] [drm] add ip block number 3 <psp> > [ 5.241753] [drm] add ip block number 4 <smu> > [ 5.241755] [drm] add ip block number 5 <dm> > [ 5.241756] [drm] add ip block number 6 <gfx_v10_0> > [ 5.241758] [drm] add ip block number 7 <sdma_v5_0> > [ 5.241760] [drm] add ip block number 8 <vcn_v2_0> > [ 5.241761] [drm] add ip block number 9 <jpeg_v2_0> > [ 5.241775] amdgpu 0000:0a:00.0: No more image in the PCI ROM > [ 5.241791] amdgpu 0000:0a:00.0: amdgpu: Fetched VBIOS from ROM BAR > [ 5.241793] amdgpu: ATOM BIOS: 113-D1993701-XT > [ 5.251108] Console: switching to colour dummy device 80x25 > [ 5.251157] amdgpu 0000:0a:00.0: vgaarb: deactivate vga console > [ 5.251160] amdgpu 0000:0a:00.0: amdgpu: Trusted Memory Zone (TMZ) feature > disabled as experimental (default) > [ 5.251205] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, > fragment size is 9-bit > [ 5.251223] amdgpu 0000:0a:00.0: amdgpu: VRAM: 8176M 0x0000008000000000 - > 0x00000081FEFFFFFF (8176M used) > [ 5.251227] amdgpu 0000:0a:00.0: amdgpu: GART: 512M 0x0000000000000000 - > 0x000000001FFFFFFF > [ 5.251237] [drm] Detected VRAM RAM=8176M, BAR=256M > [ 5.251238] [drm] RAM width 256bits GDDR6 > [ 5.251335] [drm] amdgpu: 8176M of VRAM memory ready > [ 5.251337] [drm] amdgpu: 32104M of GTT memory ready. > [ 5.251351] [drm] GART: num cpu pages 131072, num gpu pages 131072 > [ 5.251496] [drm] PCIE GART of 512M enabled (table at 0x0000008000400000). > [ 5.252558] [drm] Found VCN firmware Version ENC: 1.24 DEC: 8 VEP: 0 > Revision: 3 > [ 5.304035] amdgpu 0000:0a:00.0: amdgpu: reserve 0x900000 from > 0x81fd000000 for PSP TMR > [ 5.346375] amdgpu 0000:0a:00.0: amdgpu: RAS: optional ras ta ucode is not > available > [ 5.352307] amdgpu 0000:0a:00.0: amdgpu: RAP: optional rap ta ucode is not > available > [ 5.352309] amdgpu 0000:0a:00.0: amdgpu: SECUREDISPLAY: securedisplay ta > ucode is not available > [ 5.352367] amdgpu 0000:0a:00.0: amdgpu: use vbios provided pptable > [ 5.352369] amdgpu 0000:0a:00.0: amdgpu: smc_dpm_info table > revision(format.content): 4.5 > [ 5.389040] amdgpu 0000:0a:00.0: amdgpu: SMU is initialized successfully! > [ 5.389541] [drm] Display Core v3.2.301 initialized on DCN 2.0 > [ 5.389545] [drm] DP-HDMI FRL PCON supported > [ 5.464615] logitech-djreceiver 0003:046D:C52B.0008: hiddev4,hidraw3: USB > HID v1.11 Device [Logitech USB Receiver] on usb-0000:0d:00.3-4.2.4/input2 > [ 5.579075] input: Logitech Wireless Device PID:4096 Mouse as > /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/usb7/7-4/7-4.2/7-4.2.4/7-4.2.4:1.2/0003:046D:C52B.0008/0003:046D:4096.0009/input/input10 > [ 5.579163] hid-generic 0003:046D:4096.0009: input,hidraw6: USB HID v1.11 > Mouse [Logitech Wireless Device PID:4096] on usb-0000:0d:00.3-4.2.4/input2:1 > [ 5.640914] input: Logitech ERGO M575 as > /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/usb7/7-4/7-4.2/7-4.2.4/7-4.2.4:1.2/0003:046D:C52B.0008/0003:046D:4096.0009/input/input14 > [ 5.640969] logitech-hidpp-device 0003:046D:4096.0009: input,hidraw6: USB > HID v1.11 Mouse [Logitech ERGO M575] on usb-0000:0d:00.3-4.2.4/input2:1 > [ 5.729099] [drm] kiq ring mec 2 pipe 1 q 0 > [ 6.256210] [drm] Fence fallback timer expired on ring sdma0 > [ 6.256280] kfd kfd: amdgpu: Allocated 3969056 bytes on gart > [ 6.256297] kfd kfd: amdgpu: Total number of KFD nodes to be created: 1 > [ 6.768209] [drm] Fence fallback timer expired on ring sdma0 > [ 6.768280] amdgpu: Virtual CRAT table created for GPU > [ 6.768493] amdgpu: Topology: Add dGPU node [0x731f:0x1002] > [ 6.768495] kfd kfd: amdgpu: added device 1002:731f > [ 6.768512] amdgpu 0000:0a:00.0: amdgpu: SE 2, SH per SE 2, CU per SH 10, > active_cu_number 40 > [ 6.768517] amdgpu 0000:0a:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 > on hub 0 > [ 6.768519] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 > on hub 0 > [ 6.768521] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 > on hub 0 > [ 6.768523] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 > on hub 0 > [ 6.768525] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 > on hub 0 > [ 6.768527] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 > on hub 0 > [ 6.768528] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 > on hub 0 > [ 6.768530] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 > on hub 0 > [ 6.768532] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng > 10 on hub 0 > [ 6.768534] amdgpu 0000:0a:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng > 11 on hub 0 > [ 6.768536] amdgpu 0000:0a:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on > hub 0 > [ 6.768538] amdgpu 0000:0a:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on > hub 0 > [ 6.768540] amdgpu 0000:0a:00.0: amdgpu: ring vcn_dec uses VM inv eng 0 on > hub 8 > [ 6.768542] amdgpu 0000:0a:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 1 > on hub 8 > [ 6.768544] amdgpu 0000:0a:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 4 > on hub 8 > [ 6.768546] amdgpu 0000:0a:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 > on hub 8 > [ 6.770504] amdgpu 0000:0a:00.0: amdgpu: Using BACO for runtime pm > [ 6.770951] [drm] Initialized amdgpu 3.61.0 for 0000:0a:00.0 on minor 0 > [ 6.782540] fbcon: amdgpudrmfb (fb0) is primary device > [ 6.782941] [drm] pre_validate_dsc:1628 MST_DSC dsc precompute is not > needed > [ 6.982144] Console: switching to colour frame buffer device 240x67 > [ 7.016898] amdgpu 0000:0a:00.0: [drm] fb0: amdgpudrmfb frame buffer device > [ 7.408362] EXT4-fs (nvme0n1p3): orphan cleanup on readonly fs > [ 7.408786] EXT4-fs (nvme0n1p3): mounted filesystem > be51f861-e6e2-4674-9912-1c68f4cabdeb ro with ordered data mode. Quota mode: > none. > [ 7.482828] Not activating Mandatory Access Control as /sbin/tomoyo-init > does not exist. > [ 7.732181] systemd[1]: Inserted module 'autofs4' > [ 7.816147] systemd[1]: systemd 257.9-1~deb13u1 running in system mode > (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS > +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD > +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT > +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON > -UTMP +SYSVINIT +LIBARCHIVE) > [ 7.816154] systemd[1]: Detected architecture x86-64. > [ 7.826137] systemd[1]: Hostname set to <ryzen3900>. > [ 8.046712] systemd[1]: bpf-restrict-fs: LSM BPF program attached > [ 8.512555] systemd[1]: Queued start job for default target > graphical.target. > [ 8.565386] systemd[1]: Created slice system-getty.slice - Slice > /system/getty. > [ 8.565737] systemd[1]: Created slice system-modprobe.slice - Slice > /system/modprobe. > [ 8.566053] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice > /system/systemd-fsck. > [ 8.566293] systemd[1]: Created slice user.slice - User and Session Slice. > [ 8.566346] systemd[1]: Started systemd-ask-password-wall.path - Forward > Password Requests to Wall Directory Watch. > [ 8.566487] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount > - Arbitrary Executable File Formats File System Automount Point. > [ 8.566503] systemd[1]: Expecting device > dev-disk-by\x2duuid-1786C0B66A8D2AC2.device - > /dev/disk/by-uuid/1786C0B66A8D2AC2... > [ 8.566510] systemd[1]: Expecting device > dev-disk-by\x2duuid-5701\x2d17DF.device - /dev/disk/by-uuid/5701-17DF... > [ 8.566517] systemd[1]: Expecting device > dev-disk-by\x2duuid-a724f00a\x2d2cb5\x2d46cd\x2db623\x2d7a68bde4411a.device - > /dev/disk/by-uuid/a724f00a-2cb5-46cd-b623-7a68bde4411a... > [ 8.566542] systemd[1]: Reached target remote-fs.target - Remote File > Systems. > [ 8.566552] systemd[1]: Reached target slices.target - Slice Units. > [ 8.566565] systemd[1]: Reached target swap.target - Swaps. > [ 8.573014] systemd[1]: Listening on systemd-creds.socket - Credential > Encryption/Decryption. > [ 8.573074] systemd[1]: Listening on systemd-initctl.socket - initctl > Compatibility Named Pipe. > [ 8.573148] systemd[1]: Listening on systemd-journald-dev-log.socket - > Journal Socket (/dev/log). > [ 8.573217] systemd[1]: Listening on systemd-journald.socket - Journal > Sockets. > [ 8.573251] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements > was skipped because of an unmet condition check > (ConditionSecurity=measured-uki). > [ 8.573263] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was > skipped because of an unmet condition check (ConditionSecurity=measured-uki). > [ 8.573322] systemd[1]: Listening on systemd-udevd-control.socket - udev > Control Socket. > [ 8.573367] systemd[1]: Listening on systemd-udevd-kernel.socket - udev > Kernel Socket. > [ 8.577386] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File > System... > [ 8.578043] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue > File System... > [ 8.578728] systemd[1]: Mounting run-lock.mount - Legacy Locks Directory > /run/lock... > [ 8.579465] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug > File System... > [ 8.580197] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace > File System... > [ 8.581424] systemd[1]: Mounting tmp.mount - Temporary Directory /tmp... > [ 8.583047] systemd[1]: Starting keyboard-setup.service - Set the console > keyboard layout... > [ 8.584097] systemd[1]: Starting kmod-static-nodes.service - Create List > of Static Device Nodes... > [ 8.584857] systemd[1]: Starting [email protected] - Load Kernel > Module configfs... > [ 8.585527] systemd[1]: Starting [email protected] - Load Kernel Module > drm... > [ 8.586196] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel > Module efi_pstore... > [ 8.586881] systemd[1]: Starting [email protected] - Load Kernel > Module fuse... > [ 8.586946] systemd[1]: systemd-fsck-root.service - File System Check on > Root Device was skipped because of an unmet condition check > (ConditionPathExists=!/run/initramfs/fsck-root). > [ 8.586975] systemd[1]: systemd-hibernate-clear.service - Clear Stale > Hibernate Storage Info was skipped because of an unmet condition check > (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67). > [ 8.588347] systemd[1]: Starting systemd-journald.service - Journal > Service... > [ 8.598005] systemd[1]: Starting systemd-modules-load.service - Load > Kernel Modules... > [ 8.598021] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID > Measurement was skipped because of an unmet condition check > (ConditionSecurity=measured-uki). > [ 8.598780] systemd[1]: Starting systemd-remount-fs.service - Remount Root > and Kernel File Systems... > [ 8.598822] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK > Setup was skipped because of an unmet condition check > (ConditionSecurity=measured-uki). > [ 8.599518] systemd[1]: Starting systemd-udev-load-credentials.service - > Load udev Rules from Credentials... > [ 8.600234] systemd[1]: Starting systemd-udev-trigger.service - Coldplug > All udev Devices... > [ 8.601753] systemd[1]: Finished kmod-static-nodes.service - Create List > of Static Device Nodes. > [ 8.602048] systemd[1]: [email protected]: Deactivated successfully. > [ 8.602207] systemd[1]: Finished [email protected] - Load Kernel Module > drm. > [ 8.602498] systemd[1]: [email protected]: Deactivated successfully. > [ 8.602674] systemd[1]: Finished [email protected] - Load Kernel > Module fuse. > [ 8.603599] pstore: Using crash dump compression: deflate > [ 8.603776] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE > Control File System... > [ 8.604657] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service > - Create Static Device Nodes in /dev gracefully... > [ 8.605305] pstore: Registered efi_pstore as persistent store backend > [ 8.605468] systemd[1]: [email protected]: Deactivated > successfully. > [ 8.605639] systemd[1]: Finished [email protected] - Load Kernel > Module configfs. > [ 8.605928] systemd[1]: modprobe@efi_pstore.service: Deactivated > successfully. > [ 8.606096] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel > Module efi_pstore. > [ 8.606885] systemd[1]: Mounting sys-kernel-config.mount - Kernel > Configuration File System... > [ 8.610531] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File > System. > [ 8.610643] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue > File System. > [ 8.610745] systemd[1]: Mounted run-lock.mount - Legacy Locks Directory > /run/lock. > [ 8.610822] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File > System. > [ 8.610897] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace > File System. > [ 8.610974] systemd[1]: Mounted tmp.mount - Temporary Directory /tmp. > [ 8.611054] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE > Control File System. > [ 8.612304] systemd[1]: Mounted sys-kernel-config.mount - Kernel > Configuration File System. > [ 8.616138] systemd-journald[596]: Collecting audit messages is disabled. > [ 8.631591] systemd[1]: Finished systemd-udev-load-credentials.service - > Load udev Rules from Credentials. > [ 8.644356] lp: driver loaded but no devices found > [ 8.655758] ppdev: user-space parallel port driver > [ 8.668990] EXT4-fs (nvme0n1p3): re-mounted > be51f861-e6e2-4674-9912-1c68f4cabdeb r/w. > [ 8.669941] systemd[1]: Finished systemd-remount-fs.service - Remount Root > and Kernel File Systems. > [ 8.670570] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware > Database was skipped because of an unmet condition check > (ConditionNeedsUpdate=/etc). > [ 8.670605] systemd[1]: systemd-pstore.service - Platform Persistent > Storage Archival was skipped because of an unmet condition check > (ConditionDirectoryNotEmpty=/sys/fs/pstore). > [ 8.671361] systemd[1]: Starting systemd-random-seed.service - Load/Save > OS Random Seed... > [ 8.671377] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup was > skipped because of an unmet condition check (ConditionSecurity=measured-uki). > [ 8.675984] systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service > - Create Static Device Nodes in /dev gracefully. > [ 8.676089] systemd[1]: systemd-sysusers.service - Create System Users was > skipped because no trigger condition checks were met. > [ 8.677306] systemd[1]: Starting systemd-timesyncd.service - Network Time > Synchronization... > [ 8.680392] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - > Create Static Device Nodes in /dev... > [ 8.684909] systemd[1]: Finished keyboard-setup.service - Set the console > keyboard layout. > [ 8.691256] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - > Create Static Device Nodes in /dev. > [ 8.691341] systemd[1]: Reached target local-fs-pre.target - Preparation > for Local File Systems. > [ 8.692258] systemd[1]: Starting systemd-udevd.service - Rule-based > Manager for Device Events and Files... > [ 8.733177] systemd[1]: Started systemd-journald.service - Journal Service. > [ 8.743232] systemd-journald[596]: Received client request to flush > runtime journal. > [ 8.744906] systemd-journald[596]: File > /var/log/journal/f9da7abc5a7c436c9f8bb4944adbb556/system.journal corrupted or > uncleanly shut down, renaming and replacing. > [ 9.073011] sd 2:0:0:0: Attached scsi generic sg0 type 0 > [ 9.074493] sd 3:0:0:0: Attached scsi generic sg1 type 0 > [ 9.074531] sd 4:0:0:0: Attached scsi generic sg2 type 0 > [ 9.074576] sd 5:0:0:0: Attached scsi generic sg3 type 0 > [ 9.074622] sd 8:0:0:0: Attached scsi generic sg4 type 0 > [ 9.074658] sd 9:0:0:0: Attached scsi generic sg5 type 0 > [ 9.074694] sd 10:0:0:0: Attached scsi generic sg6 type 0 > [ 9.125905] ccp 0000:0d:00.1: enabling device (0000 -> 0002) > [ 9.127127] mc: Linux media interface: v0.10 > [ 9.137340] ccp 0000:0d:00.1: ccp: unable to access the device: you might > be running a broken BIOS. > [ 9.137451] ccp 0000:0d:00.1: psp enabled > [ 9.139127] input: PC Speaker as /devices/platform/pcspkr/input/input15 > [ 9.170349] ee1004 0-0050: 512 byte EE1004-compliant SPD EEPROM, read-only > [ 9.174117] ee1004 0-0051: 512 byte EE1004-compliant SPD EEPROM, read-only > [ 9.174846] videodev: Linux video capture interface: v2.00 > [ 9.175726] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 > ms ovfl timer > [ 9.175729] RAPL PMU: hw unit of domain package 2^-16 Joules > [ 9.180288] ee1004 0-0052: 512 byte EE1004-compliant SPD EEPROM, read-only > [ 9.181353] asus-ec-sensors asus-ec-sensors: board has 6 EC sensors that > span 7 registers > [ 9.183215] ee1004 0-0053: 512 byte EE1004-compliant SPD EEPROM, read-only > [ 9.183531] cryptd: max_cpu_qlen set to 1000 > [ 9.193372] asus_wmi: ASUS WMI generic driver loaded > [ 9.198851] asus_wmi: Initialization: 0x0 > [ 9.198890] asus_wmi: BIOS WMI version: 0.9 > [ 9.199072] asus_wmi: SFUN value: 0x0 > [ 9.199076] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS > [ 9.201172] input: Eee PC WMI hotkeys as > /devices/platform/eeepc-wmi/input/input16 > [ 9.203096] AES CTR mode by8 optimization enabled > [ 9.212410] usb 7-1: Found UVC 1.00 device USB3.0 4K Recording Capture > (eba4:7588) > [ 9.214771] usb 7-3: Found UVC 1.00 device USB Video (534d:2109) > [ 9.217827] usb 1-2: Found UVC 1.00 device HD Pro Webcam C920 (046d:082d) > [ 9.226367] usbcore: registered new interface driver uvcvideo > [ 9.276951] snd_hda_intel 0000:0a:00.1: Handle vga_switcheroo audio client > [ 9.276956] snd_hda_intel 0000:0a:00.1: Force to non-snoop mode > [ 9.277399] snd_hda_intel 0000:0b:00.1: enabling device (0000 -> 0002) > [ 9.277468] snd_hda_intel 0000:0b:00.1: Disabling MSI > [ 9.277483] snd_hda_intel 0000:0b:00.1: Handle vga_switcheroo audio client > [ 9.277593] snd_hda_intel 0000:0d:00.4: enabling device (0000 -> 0002) > [ 9.290307] snd_hda_intel 0000:0a:00.1: bound 0000:0a:00.0 (ops > amdgpu_dm_audio_component_bind_ops [amdgpu]) > [ 9.305754] input: HDA NVidia HDMI/DP,pcm=3 as > /devices/pci0000:00/0000:00:03.2/0000:0b:00.1/sound/card2/input23 > [ 9.305853] input: HDA NVidia HDMI/DP,pcm=7 as > /devices/pci0000:00/0000:00:03.2/0000:0b:00.1/sound/card2/input24 > [ 9.305922] input: HDA ATI HDMI HDMI/DP,pcm=3 as > /devices/pci0000:00/0000:00:03.1/0000:08:00.0/0000:09:00.0/0000:0a:00.1/sound/card1/input17 > [ 9.305933] input: HDA NVidia HDMI/DP,pcm=8 as > /devices/pci0000:00/0000:00:03.2/0000:0b:00.1/sound/card2/input25 > [ 9.306025] input: HDA ATI HDMI HDMI/DP,pcm=7 as > /devices/pci0000:00/0000:00:03.1/0000:08:00.0/0000:09:00.0/0000:0a:00.1/sound/card1/input18 > [ 9.306067] input: HDA NVidia HDMI/DP,pcm=9 as > /devices/pci0000:00/0000:00:03.2/0000:0b:00.1/sound/card2/input26 > [ 9.306105] input: HDA ATI HDMI HDMI/DP,pcm=8 as > /devices/pci0000:00/0000:00:03.1/0000:08:00.0/0000:09:00.0/0000:0a:00.1/sound/card1/input19 > [ 9.306188] input: HDA ATI HDMI HDMI/DP,pcm=9 as > /devices/pci0000:00/0000:00:03.1/0000:08:00.0/0000:09:00.0/0000:0a:00.1/sound/card1/input20 > [ 9.308385] input: HDA ATI HDMI HDMI/DP,pcm=10 as > /devices/pci0000:00/0000:00:03.1/0000:08:00.0/0000:09:00.0/0000:0a:00.1/sound/card1/input21 > [ 9.309014] input: HDA ATI HDMI HDMI/DP,pcm=11 as > /devices/pci0000:00/0000:00:03.1/0000:08:00.0/0000:09:00.0/0000:0a:00.1/sound/card1/input22 > [ 9.314916] snd_hda_codec_realtek hdaudioC3D0: autoconfig for ALC1220: > line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line > [ 9.314922] snd_hda_codec_realtek hdaudioC3D0: speaker_outs=0 > (0x0/0x0/0x0/0x0/0x0) > [ 9.314924] snd_hda_codec_realtek hdaudioC3D0: hp_outs=1 > (0x1b/0x0/0x0/0x0/0x0) > [ 9.314927] snd_hda_codec_realtek hdaudioC3D0: mono: mono_out=0x0 > [ 9.314929] snd_hda_codec_realtek hdaudioC3D0: dig-out=0x1e/0x0 > [ 9.314931] snd_hda_codec_realtek hdaudioC3D0: inputs: > [ 9.314933] snd_hda_codec_realtek hdaudioC3D0: Rear Mic=0x18 > [ 9.314936] snd_hda_codec_realtek hdaudioC3D0: Front Mic=0x19 > [ 9.314938] snd_hda_codec_realtek hdaudioC3D0: Line=0x1a > [ 9.328785] input: HD-Audio Generic Rear Mic as > /devices/pci0000:00/0000:00:08.1/0000:0d:00.4/sound/card3/input27 > [ 9.328843] input: HD-Audio Generic Front Mic as > /devices/pci0000:00/0000:00:08.1/0000:0d:00.4/sound/card3/input28 > [ 9.328977] input: HD-Audio Generic Line as > /devices/pci0000:00/0000:00:08.1/0000:0d:00.4/sound/card3/input29 > [ 9.329034] input: HD-Audio Generic Line Out Front as > /devices/pci0000:00/0000:00:08.1/0000:0d:00.4/sound/card3/input30 > [ 9.329097] input: HD-Audio Generic Line Out Surround as > /devices/pci0000:00/0000:00:08.1/0000:0d:00.4/sound/card3/input31 > [ 9.329149] input: HD-Audio Generic Line Out CLFE as > /devices/pci0000:00/0000:00:08.1/0000:0d:00.4/sound/card3/input32 > [ 9.329200] input: HD-Audio Generic Front Headphone as > /devices/pci0000:00/0000:00:08.1/0000:0d:00.4/sound/card3/input33 > [ 9.329273] snd_hda_intel 0000:0d:00.4: device 1043:8733 is on the > power_save denylist, forcing power_save to 0 > [ 9.390383] kvm_amd: TSC scaling supported > [ 9.390386] kvm_amd: Nested Virtualization enabled > [ 9.390388] kvm_amd: Nested Paging enabled > [ 9.390389] kvm_amd: LBR virtualization supported > [ 9.390391] kvm_amd: SEV enabled (ASIDs 1 - 509) > [ 9.390393] kvm_amd: SEV-ES disabled (ASIDs 0 - 0) > [ 9.390409] kvm_amd: Virtual VMLOAD VMSAVE supported > [ 9.390410] kvm_amd: Virtual GIF supported > [ 9.401147] MCE: In-kernel MCE decoding enabled. > [ 9.526522] intel_rapl_common: Found RAPL domain package > [ 9.526529] intel_rapl_common: Found RAPL domain core > [ 9.527978] amd_atl: AMD Address Translation Library initialized > [ 9.689247] audit: type=1400 audit(1771013848.060:2): apparmor="STATUS" > operation="profile_load" profile="unconfined" name="vscode" pid=978 > comm="apparmor_parser" > [ 9.689279] audit: type=1400 audit(1771013848.060:3): apparmor="STATUS" > operation="profile_load" profile="unconfined" name="flatpak" pid=987 > comm="apparmor_parser" > [ 9.689318] audit: type=1400 audit(1771013848.060:4): apparmor="STATUS" > operation="profile_load" profile="unconfined" name="busybox" pid=972 > comm="apparmor_parser" > [ 9.689362] audit: type=1400 audit(1771013848.060:5): apparmor="STATUS" > operation="profile_load" profile="unconfined" name="ch-checkns" pid=974 > comm="apparmor_parser" > [ 9.689403] audit: type=1400 audit(1771013848.060:6): apparmor="STATUS" > operation="profile_load" profile="unconfined" name="devhelp" pid=980 > comm="apparmor_parser" > [ 9.689447] audit: type=1400 audit(1771013848.060:7): apparmor="STATUS" > operation="profile_load" profile="unconfined" name="crun" pid=979 > comm="apparmor_parser" > [ 9.689489] audit: type=1400 audit(1771013848.060:8): apparmor="STATUS" > operation="profile_load" profile="unconfined" name="chrome" pid=976 > comm="apparmor_parser" > [ 9.689525] audit: type=1400 audit(1771013848.060:9): apparmor="STATUS" > operation="profile_load" profile="unconfined" name="chromium" pid=977 > comm="apparmor_parser" > [ 9.689573] audit: type=1400 audit(1771013848.060:10): apparmor="STATUS" > operation="profile_load" profile="unconfined" name="Discord" pid=965 > comm="apparmor_parser" > [ 9.689609] audit: type=1400 audit(1771013848.060:11): apparmor="STATUS" > operation="profile_load" profile="unconfined" name="foliate" pid=988 > comm="apparmor_parser" > [ 9.924080] usbcore: registered new interface driver snd-usb-audio > [ 10.083581] nvidia: loading out-of-tree module taints kernel. > [ 10.083592] nvidia: module license 'NVIDIA' taints kernel. > [ 10.083594] Disabling lock debugging due to kernel taint > [ 10.083597] nvidia: module verification failed: signature and/or required > key missing - tainting kernel > [ 10.083599] nvidia: module license taints kernel. > [ 10.312097] EXT4-fs (nvme0n1p5): 5 orphan inodes deleted > [ 10.312103] EXT4-fs (nvme0n1p5): recovery complete > [ 10.322739] EXT4-fs (nvme0n1p5): mounted filesystem > a724f00a-2cb5-46cd-b623-7a68bde4411a r/w with ordered data mode. Quota mode: > none. > [ 10.620822] nvidia-nvlink: Nvlink Core is being initialized, major device > number 234 > > [ 10.622055] nvidia 0000:0b:00.0: enabling device (0000 -> 0003) > [ 10.622140] nvidia 0000:0b:00.0: vgaarb: VGA decodes changed: > olddecodes=io+mem,decodes=none:owns=none > [ 10.666258] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 550.163.01 > Tue Apr 8 12:41:17 UTC 2025 > [ 11.857544] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for > UNIX platforms 550.163.01 Tue Apr 8 12:09:34 UTC 2025 > [ 13.036317] [drm] [nvidia-drm] [GPU ID 0x00000b00] Loading driver > [ 13.036321] [drm] Initialized nvidia-drm 0.0.0 for 0000:0b:00.0 on minor 1 > [ 13.175888] nvme nvme0: using unchecked data buffer > [ 13.181018] block nvme0n1: No UUID available providing old NGUID > [ 13.224636] NET: Registered PF_QIPCRTR protocol family > [ 13.380238] usb 1-2: reset high-speed USB device number 2 using xhci_hcd > [ 16.224773] igb 0000:04:00.0 enp4s0: igb: enp4s0 NIC Link is Up 1000 Mbps > Full Duplex, Flow Control: RX/TX > [ 16.777278] kauditd_printk_skb: 106 callbacks suppressed > [ 16.777282] audit: type=1400 audit(1771013855.148:118): apparmor="DENIED" > operation="open" class="file" profile="/usr/sbin/cupsd" > name="/etc/paperspecs" pid=1244 comm="cupsd" requested_mask="r" > denied_mask="r" fsuid=0 ouid=0 > [ 16.785916] audit: type=1400 audit(1771013855.156:119): apparmor="DENIED" > operation="capable" class="cap" profile="/usr/sbin/cupsd" pid=1244 > comm="cupsd" capability=12 capname="net_admin" > [ 16.994273] audit: type=1400 audit(1771013855.364:120): apparmor="ALLOWED" > operation="capable" class="cap" profile="Xorg" pid=1344 comm="Xorg" > capability=12 capname="net_admin" > [ 16.995083] audit: type=1400 audit(1771013855.364:121): apparmor="ALLOWED" > operation="open" class="file" profile="Xorg" > name="/etc/nvidia/current/nvidia-drm-outputclass.conf" pid=1344 comm="Xorg" > requested_mask="r" denied_mask="r" fsuid=0 ouid=0 > [ 17.854975] audit: type=1400 audit(1771013856.224:122): apparmor="ALLOWED" > operation="open" class="file" profile="Xorg" > name="/proc/driver/nvidia/params" pid=1344 comm="Xorg" requested_mask="r" > denied_mask="r" fsuid=0 ouid=0 > [ 17.855008] audit: type=1400 audit(1771013856.224:123): apparmor="ALLOWED" > operation="unlink" class="file" profile="Xorg" name="/dev/char/195:255" > pid=1344 comm="Xorg" requested_mask="d" denied_mask="d" fsuid=0 ouid=0 > [ 17.855021] audit: type=1400 audit(1771013856.224:124): apparmor="ALLOWED" > operation="symlink" class="file" profile="Xorg" name="/dev/char/195:255" > pid=1344 comm="Xorg" requested_mask="c" denied_mask="c" fsuid=0 ouid=0 > [ 17.855033] audit: type=1400 audit(1771013856.224:125): apparmor="ALLOWED" > operation="open" class="file" profile="Xorg" name="/dev/nvidiactl" pid=1344 > comm="Xorg" requested_mask="wr" denied_mask="wr" fsuid=0 ouid=0 > [ 18.077417] audit: type=1400 audit(1771013856.448:126): apparmor="ALLOWED" > operation="open" class="file" profile="Xorg" name="/proc/1344/comm" pid=1344 > comm="Xorg" requested_mask="r" denied_mask="r" fsuid=0 ouid=0 > [ 18.154241] audit: type=1400 audit(1771013856.524:127): apparmor="ALLOWED" > operation="open" class="file" profile="Xorg" name="/proc/1344/comm" pid=1344 > comm="Xorg" requested_mask="r" denied_mask="r" fsuid=0 ouid=0 > > [ 740.162442] netconsole: target (target2) is enabled, disable to update > parameters > [ 5458.606485] I/O error, dev nvme0n1, sector 134217776 op 0x1:(WRITE) flags > 0x103000 phys_seg 1 prio class 2 > [ 5458.606487] I/O error, dev nvme0n1, sector 18247656 op 0x1:(WRITE) flags > 0x9800 phys_seg 8 prio class 2 > [ 5458.606528] Buffer I/O error on dev nvme0n1p3, logical block 9502, lost > async page write > [ 5458.606537] Buffer I/O error on dev nvme0n1p5, logical block 6, lost async > page write > [ 5458.606538] Aborting journal on device nvme0n1p3-8. > [ 5458.606552] Buffer I/O error on dev nvme0n1p5, logical block 19398667, > lost async page write > [ 5458.606556] Buffer I/O error on dev nvme0n1p3, logical block 2129920, lost > sync page write > [ 5458.606564] JBD2: I/O error when updating journal superblock for > nvme0n1p3-8. > [ 5458.606571] EXT4-fs error (device nvme0n1p3) in ext4_do_update_inode:5239: > Journal has aborted > [ 5458.606585] Buffer I/O error on dev nvme0n1p5, logical block 19398670, > lost async page write > [ 5458.606587] Buffer I/O error on dev nvme0n1p5, logical block 8, lost async > page write > [ 5458.606590] Buffer I/O error on dev nvme0n1p5, logical block 19, lost > async page write > [ 5458.606593] Buffer I/O error on dev nvme0n1p5, logical block 20, lost > async page write > [ 5458.606596] Buffer I/O error on dev nvme0n1p5, logical block 22, lost > async page write > [ 5458.606599] Buffer I/O error on dev nvme0n1p5, logical block 24, lost > async page write > [ 5458.606612] EXT4-fs (nvme0n1p3): I/O error while writing superblock > [ 5458.606614] EXT4-fs (nvme0n1p3): Remounting filesystem read-only > [ 5458.606642] Aborting journal on device nvme0n1p5-8. > [ 5458.606658] JBD2: I/O error when updating journal superblock for > nvme0n1p5-8. > [ 5458.606660] EXT4-fs error (device nvme0n1p5): ext4_journal_check_start:84: > comm kworker/u97:3: Detected aborted journal > [ 5458.606665] EXT4-fs error (device nvme0n1p5) in __ext4_new_inode:1133: IO > failure > [ 5458.606670] EXT4-fs error (device nvme0n1p5) in > ext4_reserve_inode_write:5881: Journal has aborted > [ 5458.606684] EXT4-fs (nvme0n1p5): I/O error while writing superblock > [ 5458.606692] EXT4-fs (nvme0n1p5): Remounting filesystem read-only > [ 5458.606708] EXT4-fs (nvme0n1p5): I/O error while writing superblock > [ 5458.607312] Buffer I/O error on device nvme0n1p5, logical block 19509930 > [ 5458.607323] Buffer I/O error on device nvme0n1p5, logical block 19509931 > [ 5458.607329] Buffer I/O error on device nvme0n1p5, logical block 19509932 > [ 5458.607335] Buffer I/O error on device nvme0n1p5, logical block 19509933 > [ 5458.607341] Buffer I/O error on device nvme0n1p5, logical block 19509934 > [ 5458.607347] Buffer I/O error on device nvme0n1p5, logical block 19509935 > [ 5458.607408] Buffer I/O error on device nvme0n1p5, logical block 19509936

