anatol / booster

Fast and secure initramfs generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting root partition auto-discovery to work

bileslav opened this issue · comments

Hi there,

Thank you very much for this project (oh, and for the Arch Linux!).

I can't figure out why the auto-discovery isn't working for me. No error, just timeout.

Using busybox I can see that LoaderDevicePartUUID and other variables are set.

$ lsblk
...
nvme0n1     259:0    0 953,9G  0 disk 
├─nvme0n1p1 259:1    0     1G  0 part /boot
└─nvme0n1p2 259:2    0 952,9G  0 part /

# blkid -p /dev/nvme0n1p1
/dev/nvme0n1p1: UUID="6359-9B60" VERSION="FAT32" FSBLOCKSIZE="4096" BLOCK_SIZE="512" FSSIZE="1073741824" TYPE="vfat" USAGE="filesystem" PART_ENTRY_SCHEME="gpt" PART_ENTRY_NAME="EFI system partition" PART_ENTRY_UUID="0cf78ccc-c5ac-4683-9594-513f63c75220" PART_ENTRY_TYPE="c12a7328-f81f-11d2-ba4b-00a0c93ec93b" PART_ENTRY_NUMBER="1" PART_ENTRY_OFFSET="2048" PART_ENTRY_SIZE="2097152" PART_ENTRY_DISK="259:0"

# blkid -p /dev/nvme0n1p2
/dev/nvme0n1p2: LABEL="Arch Linux" UUID="c1785551-9ae6-4a43-bab7-cdc42cf98971" VERSION="1.0" FSBLOCKSIZE="4096" BLOCK_SIZE="4096" FSLASTBLOCK="249788672" FSSIZE="1023134400512" TYPE="ext4" USAGE="filesystem" PART_ENTRY_SCHEME="gpt" PART_ENTRY_NAME="Linux x86-64 root (/)" PART_ENTRY_UUID="461fb963-cbf7-4ce6-b4e3-dad630196de8" PART_ENTRY_TYPE="4f68bce3-e8cd-4db1-96e7-fbcaf984b709" PART_ENTRY_NUMBER="2" PART_ENTRY_OFFSET="2099200" PART_ENTRY_SIZE="1998309376" PART_ENTRY_DISK="259:0"

$ cat /etc/booster.yaml
modules_force_load: nvidia,nvidia_modeset,nvidia_uvm,nvidia_drm
mount_timeout: 5s
extra_files: busybox

$ cat /boot/loader/loader.conf
console-mode max

$ cat /boot/loader/entries/arch-auto.conf
title Arch Linux (root auto-discovery)
linux /vmlinuz-linux
initrd /amd-ucode.img
initrd /booster-linux.img
options ro nvidia_drm.modeset=1

Thanks for the report.

The partition type looks good, assuming your hardware is x86_64.

Please enable booster debug logs with kernel parameter booster.log=debug,console and post the output here.

Could you please also post the content of the efi variable you mentioned?

@anatol,

x86_64

yep

content of the efi variable

$ cat /sys/firmware/efi/efivars/LoaderDevicePartUUID-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f
0cf78ccc-c5ac-4683-9594-513f63c75220

booster debug logs

dmesg
[    0.000000] Linux version 6.3.9-arch1-1 (linux@archlinux) (gcc (GCC) 13.1.1 20230429, GNU ld (GNU Binutils) 2.40.0) #1 SMP PREEMPT_DYNAMIC Wed, 21 Jun 2023 20:46:20 +0000
[    0.000000] Command line: initrd=\amd-ucode.img initrd=\booster-linux.img ro nvidia_drm.modeset=1 booster.log=debug,console
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 3376
[    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-0x0000000009bfefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009bff000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20e000-0x000000000affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000bb94dfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bb94e000-0x00000000bd106fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bd107000-0x00000000bd145fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bd146000-0x00000000bd46ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bd470000-0x00000000bdffefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bdfff000-0x00000000beffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bf000000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd600000-0x00000000fd7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000083f2fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000083f300000-0x000000083fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xb7f7e018-0xb7fa2657] usable ==> usable
[    0.000000] e820: update [mem 0xb7f7e018-0xb7fa2657] 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-0x0000000009bfefff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009bff000-0x0000000009ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000a20e000-0x000000000affffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000b020000-0x00000000b7f7e017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b7f7e018-0x00000000b7fa2657] usable
[    0.000000] reserve setup_data: [mem 0x00000000b7fa2658-0x00000000bb94dfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000bb94e000-0x00000000bd106fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bd107000-0x00000000bd145fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000bd146000-0x00000000bd46ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000bd470000-0x00000000bdffefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bdfff000-0x00000000beffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000bf000000-0x00000000bfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd600000-0x00000000fd7fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000083f2fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000083f300000-0x000000083fffffff] reserved
[    0.000000] efi: EFI v2.7 by American Megatrends
[    0.000000] efi: ACPI=0xbd459000 ACPI 2.0=0xbd459014 TPMFinalLog=0xbd423000 SMBIOS=0xbde22000 SMBIOS 3.0=0xbde21000 MEMATTR=0xb840b318 ESRT=0xbaf5b098 RNG=0xbd112f18 INITRD=0xb8367e18 TPMEventLog=0xb7fa3018 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem292: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
[    0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved
[    0.000000] efi: Remove mem293: MMIO range=[0xfd200000-0xfd2fffff] (1MB) from e820 map
[    0.000000] e820: remove [mem 0xfd200000-0xfd2fffff] reserved
[    0.000000] efi: Remove mem294: MMIO range=[0xfd600000-0xfd7fffff] (2MB) from e820 map
[    0.000000] e820: remove [mem 0xfd600000-0xfd7fffff] reserved
[    0.000000] efi: Not removing mem295: MMIO range=[0xfea00000-0xfea0ffff] (64KB) from e820 map
[    0.000000] efi: Remove mem296: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
[    0.000000] e820: remove [mem 0xfeb80000-0xfec01fff] reserved
[    0.000000] efi: Not removing mem297: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem298: MMIO range=[0xfec30000-0xfec30fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem299: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem300: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
[    0.000000] efi: Not removing mem301: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
[    0.000000] efi: Not removing mem302: MMIO range=[0xfedc2000-0xfedcffff] (56KB) from e820 map
[    0.000000] efi: Not removing mem303: MMIO range=[0xfedd4000-0xfedd5fff] (8KB) from e820 map
[    0.000000] efi: Remove mem304: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: To Be Filled By O.E.M. B550 PG Velocita/B550 PG Velocita, BIOS L2.62 01/31/2023
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3692.946 MHz processor
[    0.000212] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000213] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000218] last_pfn = 0x83f300 max_arch_pfn = 0x400000000
[    0.000222] total RAM covered: 3071M
[    0.000300] Found optimal setting for mtrr clean up
[    0.000301]  gran_size: 64K 	chunk_size: 64M 	num_reg: 3  	lose cover RAM: 0G
[    0.000303] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000977] e820: update [mem 0xbd1f0000-0xbd1fffff] usable ==> reserved
[    0.000981] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[    0.000983] last_pfn = 0xbf000 max_arch_pfn = 0x400000000
[    0.003470] esrt: Reserving ESRT space from 0x00000000baf5b098 to 0x00000000baf5b0d0.
[    0.003475] e820: update [mem 0xbaf5b000-0xbaf5bfff] usable ==> reserved
[    0.003499] Using GB pages for direct mapping
[    0.003927] Secure boot disabled
[    0.003927] RAMDISK: [mem 0xa6371000-0xac167fff]
[    0.003930] ACPI: Early table checksum verification disabled
[    0.003932] ACPI: RSDP 0x00000000BD459014 000024 (v02 ALASKA)
[    0.003935] ACPI: XSDT 0x00000000BD458728 0000D4 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.003938] ACPI: FACP 0x00000000BD137000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.003941] ACPI: DSDT 0x00000000BD130000 006853 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.003943] ACPI: FACS 0x00000000BD453000 000040
[    0.003944] ACPI: SSDT 0x00000000BD13D000 008CE9 (v02 AMD    AmdTable 00000002 MSFT 04000000)
[    0.003945] ACPI: SSDT 0x00000000BD139000 003B45 (v02 AMD    AMD AOD  00000001 INTL 20120913)
[    0.003947] ACPI: SSDT 0x00000000BD138000 000309 (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
[    0.003948] ACPI: FIDT 0x00000000BD12F000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.003950] ACPI: MCFG 0x00000000BD12E000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.003951] ACPI: AAFT 0x00000000BD12D000 000115 (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
[    0.003953] ACPI: HPET 0x00000000BD12C000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.003954] ACPI: BGRT 0x00000000BD12B000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.003955] ACPI: TPM2 0x00000000BD12A000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
[    0.003957] ACPI: PCCT 0x00000000BD129000 00006E (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.003958] ACPI: SSDT 0x00000000BD122000 0061A3 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.003959] ACPI: CRAT 0x00000000BD120000 001190 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.003961] ACPI: CDIT 0x00000000BD11F000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.003962] ACPI: SSDT 0x00000000BD11E000 000259 (v02 AMD    ArticDGP 00000001 INTL 20120913)
[    0.003963] ACPI: SSDT 0x00000000BD11A000 0037C4 (v02 AMD    ArticN   00000001 INTL 20120913)
[    0.003965] ACPI: WSMT 0x00000000BD119000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.003966] ACPI: APIC 0x00000000BD118000 00015E (v04 ALASKA A M I    01072009 AMI  00010013)
[    0.003967] ACPI: SSDT 0x00000000BD117000 00007D (v02 AMD    ArticDIS 00000001 INTL 20120913)
[    0.003969] ACPI: SSDT 0x00000000BD115000 0010AF (v02 AMD    ArticC   00000001 INTL 20120913)
[    0.003970] ACPI: SSDT 0x00000000BD114000 0000BF (v01 AMD    AmdTable 00001000 INTL 20120913)
[    0.003972] ACPI: FPDT 0x00000000BD113000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.003973] ACPI: Reserving FACP table memory at [mem 0xbd137000-0xbd137113]
[    0.003973] ACPI: Reserving DSDT table memory at [mem 0xbd130000-0xbd136852]
[    0.003974] ACPI: Reserving FACS table memory at [mem 0xbd453000-0xbd45303f]
[    0.003974] ACPI: Reserving SSDT table memory at [mem 0xbd13d000-0xbd145ce8]
[    0.003974] ACPI: Reserving SSDT table memory at [mem 0xbd139000-0xbd13cb44]
[    0.003975] ACPI: Reserving SSDT table memory at [mem 0xbd138000-0xbd138308]
[    0.003975] ACPI: Reserving FIDT table memory at [mem 0xbd12f000-0xbd12f09b]
[    0.003976] ACPI: Reserving MCFG table memory at [mem 0xbd12e000-0xbd12e03b]
[    0.003976] ACPI: Reserving AAFT table memory at [mem 0xbd12d000-0xbd12d114]
[    0.003976] ACPI: Reserving HPET table memory at [mem 0xbd12c000-0xbd12c037]
[    0.003977] ACPI: Reserving BGRT table memory at [mem 0xbd12b000-0xbd12b037]
[    0.003977] ACPI: Reserving TPM2 table memory at [mem 0xbd12a000-0xbd12a04b]
[    0.003977] ACPI: Reserving PCCT table memory at [mem 0xbd129000-0xbd12906d]
[    0.003978] ACPI: Reserving SSDT table memory at [mem 0xbd122000-0xbd1281a2]
[    0.003978] ACPI: Reserving CRAT table memory at [mem 0xbd120000-0xbd12118f]
[    0.003979] ACPI: Reserving CDIT table memory at [mem 0xbd11f000-0xbd11f028]
[    0.003979] ACPI: Reserving SSDT table memory at [mem 0xbd11e000-0xbd11e258]
[    0.003979] ACPI: Reserving SSDT table memory at [mem 0xbd11a000-0xbd11d7c3]
[    0.003980] ACPI: Reserving WSMT table memory at [mem 0xbd119000-0xbd119027]
[    0.003980] ACPI: Reserving APIC table memory at [mem 0xbd118000-0xbd11815d]
[    0.003980] ACPI: Reserving SSDT table memory at [mem 0xbd117000-0xbd11707c]
[    0.003981] ACPI: Reserving SSDT table memory at [mem 0xbd115000-0xbd1160ae]
[    0.003981] ACPI: Reserving SSDT table memory at [mem 0xbd114000-0xbd1140be]
[    0.003981] ACPI: Reserving FPDT table memory at [mem 0xbd113000-0xbd113043]
[    0.004018] No NUMA configuration found
[    0.004018] Faking a node at [mem 0x0000000000000000-0x000000083f2fffff]
[    0.004019] NODE_DATA(0) allocated [mem 0x83f2fb000-0x83f2fffff]
[    0.004040] Zone ranges:
[    0.004041]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.004041]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.004042]   Normal   [mem 0x0000000100000000-0x000000083f2fffff]
[    0.004043]   Device   empty
[    0.004043] Movable zone start for each node
[    0.004044] Early memory node ranges
[    0.004044]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.004045]   node   0: [mem 0x0000000000100000-0x0000000009bfefff]
[    0.004045]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.004046]   node   0: [mem 0x000000000a20e000-0x000000000affffff]
[    0.004046]   node   0: [mem 0x000000000b020000-0x00000000bb94dfff]
[    0.004047]   node   0: [mem 0x00000000bdfff000-0x00000000beffffff]
[    0.004047]   node   0: [mem 0x0000000100000000-0x000000083f2fffff]
[    0.004048] Initmem setup node 0 [mem 0x0000000000001000-0x000000083f2fffff]
[    0.004051] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.004059] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.004130] On node 0, zone DMA32: 1025 pages in unavailable ranges
[    0.004137] On node 0, zone DMA32: 14 pages in unavailable ranges
[    0.005858] On node 0, zone DMA32: 32 pages in unavailable ranges
[    0.005911] On node 0, zone DMA32: 9905 pages in unavailable ranges
[    0.031723] On node 0, zone Normal: 4096 pages in unavailable ranges
[    0.031738] On node 0, zone Normal: 3328 pages in unavailable ranges
[    0.032019] ACPI: PM-Timer IO Port: 0x808
[    0.032025] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.032034] IOAPIC[0]: apic_id 25, version 33, address 0xfec00000, GSI 0-23
[    0.032038] IOAPIC[1]: apic_id 26, version 33, address 0xfec01000, GSI 24-55
[    0.032039] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.032040] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.032042] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.032043] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.032050] e820: update [mem 0xb8125000-0xb8165fff] usable ==> reserved
[    0.032058] smpboot: Allowing 32 CPUs, 8 hotplug CPUs
[    0.032072] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.032073] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.032074] PM: hibernation: Registered nosave memory: [mem 0x09bff000-0x09ffffff]
[    0.032075] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20dfff]
[    0.032076] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[    0.032076] PM: hibernation: Registered nosave memory: [mem 0xb7f7e000-0xb7f7efff]
[    0.032077] PM: hibernation: Registered nosave memory: [mem 0xb7fa2000-0xb7fa2fff]
[    0.032078] PM: hibernation: Registered nosave memory: [mem 0xb8125000-0xb8165fff]
[    0.032079] PM: hibernation: Registered nosave memory: [mem 0xbaf5b000-0xbaf5bfff]
[    0.032080] PM: hibernation: Registered nosave memory: [mem 0xbb94e000-0xbd106fff]
[    0.032080] PM: hibernation: Registered nosave memory: [mem 0xbd107000-0xbd145fff]
[    0.032080] PM: hibernation: Registered nosave memory: [mem 0xbd146000-0xbd46ffff]
[    0.032081] PM: hibernation: Registered nosave memory: [mem 0xbd470000-0xbdffefff]
[    0.032081] PM: hibernation: Registered nosave memory: [mem 0xbf000000-0xbfffffff]
[    0.032082] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xfe9fffff]
[    0.032082] PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[    0.032082] PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfec0ffff]
[    0.032083] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.032083] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
[    0.032083] PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
[    0.032084] PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
[    0.032084] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.032084] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.032084] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.032085] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.032085] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.032085] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[    0.032086] PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[    0.032086] PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[    0.032086] PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[    0.032086] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xffffffff]
[    0.032087] [mem 0xc0000000-0xfe9fffff] available for PCI devices
[    0.032088] Booting paravirtualized kernel on bare hardware
[    0.032090] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.034785] setup_percpu: NR_CPUS:320 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
[    0.035398] percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
[    0.035402] pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
[    0.035403] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.035407] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31 
[    0.035423] Fallback order for Node 0: 0 
[    0.035425] Built 1 zonelists, mobility grouping on.  Total pages: 8239167
[    0.035426] Policy zone: Normal
[    0.035426] Kernel command line: initrd=\amd-ucode.img initrd=\booster-linux.img ro nvidia_drm.modeset=1 booster.log=debug,console
[    0.035479] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    0.035480] printk: log_buf_len total cpu_extra contributions: 126976 bytes
[    0.035480] printk: log_buf_len min size: 131072 bytes
[    0.035586] printk: log_buf_len: 262144 bytes
[    0.035586] printk: early log buf free: 112384(85%)
[    0.037266] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.038133] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.038356] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.038361] software IO TLB: area num 32.
[    0.078360] Memory: 32594172K/33480444K available (16384K kernel code, 2107K rwdata, 12660K rodata, 3324K init, 4000K bss, 886012K reserved, 0K cma-reserved)
[    0.078428] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[    0.078444] ftrace: allocating 47302 entries in 185 pages
[    0.084999] ftrace: allocated 185 pages with 5 groups
[    0.085057] Dynamic Preempt: full
[    0.085092] rcu: Preemptible hierarchical RCU implementation.
[    0.085092] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
[    0.085093] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.085094] 	Trampoline variant of Tasks RCU enabled.
[    0.085094] 	Rude variant of Tasks RCU enabled.
[    0.085094] 	Tracing variant of Tasks RCU enabled.
[    0.085094] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.085095] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
[    0.086393] NR_IRQS: 20736, nr_irqs: 1224, preallocated irqs: 16
[    0.086552] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.086624] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.086653] Console: colour dummy device 80x25
[    0.086654] printk: console [tty0] enabled
[    0.086680] ACPI: Core revision 20221020
[    0.086786] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.086799] APIC: Switch to symmetric I/O mode setup
[    0.086896] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.086945] Switched APIC routing to physical flat.
[    0.087424] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.103466] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6a769c73e33, max_idle_ns: 881590734254 ns
[    0.103469] Calibrating delay loop (skipped), value calculated using timer frequency.. 7388.63 BogoMIPS (lpj=12309820)
[    0.103470] pid_max: default: 32768 minimum: 301
[    0.105219] LSM: initializing lsm=capability,landlock,lockdown,yama,integrity,bpf
[    0.105225] landlock: Up and running.
[    0.105226] Yama: becoming mindful.
[    0.105230] LSM support for eBPF active
[    0.105267] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.105297] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.105427] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.105470] LVT offset 1 assigned for vector 0xf9
[    0.105612] LVT offset 2 assigned for vector 0xf4
[    0.105652] process: using mwait in idle threads
[    0.105654] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    0.105654] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.105656] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.105657] Spectre V2 : Mitigation: Retpolines
[    0.105658] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.105658] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.105659] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.105659] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.105660] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    0.105660] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.118002] Freeing SMP alternatives memory: 40K
[    0.224835] smpboot: CPU0: AMD Ryzen 9 5900X 12-Core Processor (family: 0x19, model: 0x21, stepping: 0x0)
[    0.224905] cblist_init_generic: Setting adjustable number of callback queues.
[    0.224907] cblist_init_generic: Setting shift to 5 and lim to 1.
[    0.224914] cblist_init_generic: Setting shift to 5 and lim to 1.
[    0.224925] cblist_init_generic: Setting shift to 5 and lim to 1.
[    0.224930] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.224932] ... version:                0
[    0.224933] ... bit width:              48
[    0.224933] ... generic registers:      6
[    0.224933] ... value mask:             0000ffffffffffff
[    0.224934] ... max period:             00007fffffffffff
[    0.224934] ... fixed-purpose events:   0
[    0.224935] ... event mask:             000000000000003f
[    0.224978] rcu: Hierarchical SRCU implementation.
[    0.224978] rcu: 	Max phase no-delay instances is 1000.
[    0.225176] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.225298] smp: Bringing up secondary CPUs ...
[    0.225346] x86: Booting SMP configuration:
[    0.225347] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12
[    0.250188] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    0.250204]  #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23
[    0.273489] smp: Brought up 1 node, 24 CPUs
[    0.273489] smpboot: Max logical packages: 2
[    0.273489] smpboot: Total of 24 processors activated (177332.30 BogoMIPS)
[    0.277170] devtmpfs: initialized
[    0.277170] x86/mm: Memory block size: 128MB
[    0.277728] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20dfff] (57344 bytes)
[    0.277728] ACPI: PM: Registering ACPI NVS region [mem 0xbd146000-0xbd46ffff] (3317760 bytes)
[    0.277728] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.277728] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.277728] pinctrl core: initialized pinctrl subsystem
[    0.277728] PM: RTC time: 17:20:49, date: 2023-06-29
[    0.277728] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.277728] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.277728] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.277728] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.277728] audit: initializing netlink subsys (disabled)
[    0.277728] audit: type=2000 audit(1688059249.189:1): state=initialized audit_enabled=0 res=1
[    0.277728] thermal_sys: Registered thermal governor 'fair_share'
[    0.277728] thermal_sys: Registered thermal governor 'bang_bang'
[    0.277728] thermal_sys: Registered thermal governor 'step_wise'
[    0.277728] thermal_sys: Registered thermal governor 'user_space'
[    0.277728] thermal_sys: Registered thermal governor 'power_allocator'
[    0.277728] cpuidle: using governor ladder
[    0.277728] cpuidle: using governor menu
[    0.277728] Detected 1 PCC Subspaces
[    0.277728] Registering PCC driver as Mailbox controller
[    0.277728] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.277728] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.277728] PCI: not using MMCONFIG
[    0.277728] PCI: Using configuration type 1 for base access
[    0.277728] PCI: Using configuration type 1 for extended access
[    0.277728] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.277728] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.277728] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.277728] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.277728] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.280209] ACPI: Added _OSI(Module Device)
[    0.280211] ACPI: Added _OSI(Processor Device)
[    0.280212] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.280212] ACPI: Added _OSI(Processor Aggregator Device)
[    0.287505] ACPI: 10 ACPI AML tables successfully acquired and loaded
[    0.288287] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.290653] ACPI: Interpreter enabled
[    0.290664] ACPI: PM: (supports S0 S3 S4 S5)
[    0.290665] ACPI: Using IOAPIC for interrupt routing
[    0.291185] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.291208] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved as ACPI motherboard resource
[    0.291214] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.291214] PCI: Ignoring E820 reservations for host bridge windows
[    0.291447] ACPI: Enabled 8 GPEs in block 00 to 1F
[    0.294092] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.294095] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.294141] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
[    0.294220] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.294226] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.294442] PCI host bridge to bus 0000:00
[    0.294442] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.294444] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.294445] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.294445] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.294446] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.294447] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfcffffff window]
[    0.294448] pci_bus 0000:00: root bus resource [mem 0x840000000-0x7fffffffff window]
[    0.294449] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.294458] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000
[    0.294519] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000
[    0.294557] pci 0000:00:01.1: [1022:1483] type 01 class 0x060400
[    0.294613] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.294696] pci 0000:00:01.2: [1022:1483] type 01 class 0x060400
[    0.294717] pci 0000:00:01.2: enabling Extended Tags
[    0.294752] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.294844] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000
[    0.294882] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000
[    0.294917] pci 0000:00:03.1: [1022:1483] type 01 class 0x060400
[    0.294971] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[    0.295251] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000
[    0.295292] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000
[    0.295330] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000
[    0.295365] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400
[    0.295382] pci 0000:00:07.1: enabling Extended Tags
[    0.295409] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.295473] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000
[    0.295507] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400
[    0.295526] pci 0000:00:08.1: enabling Extended Tags
[    0.295557] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.295642] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.295720] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.295806] pci 0000:00:18.0: [1022:1440] type 00 class 0x060000
[    0.295825] pci 0000:00:18.1: [1022:1441] type 00 class 0x060000
[    0.295844] pci 0000:00:18.2: [1022:1442] type 00 class 0x060000
[    0.295863] pci 0000:00:18.3: [1022:1443] type 00 class 0x060000
[    0.295882] pci 0000:00:18.4: [1022:1444] type 00 class 0x060000
[    0.295900] pci 0000:00:18.5: [1022:1445] type 00 class 0x060000
[    0.295919] pci 0000:00:18.6: [1022:1446] type 00 class 0x060000
[    0.295937] pci 0000:00:18.7: [1022:1447] type 00 class 0x060000
[    0.296010] pci 0000:01:00.0: [2646:5013] type 00 class 0x010802
[    0.296051] pci 0000:01:00.0: reg 0x10: [mem 0xfc700000-0xfc703fff 64bit]
[    0.296726] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.296729] pci 0000:00:01.1:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.296771] pci 0000:02:00.0: [1022:43ee] type 00 class 0x0c0330
[    0.296786] pci 0000:02:00.0: reg 0x10: [mem 0xfc6a0000-0xfc6a7fff 64bit]
[    0.296823] pci 0000:02:00.0: enabling Extended Tags
[    0.296870] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.296960] pci 0000:02:00.1: [1022:43eb] type 00 class 0x010601
[    0.297002] pci 0000:02:00.1: reg 0x24: [mem 0xfc680000-0xfc69ffff]
[    0.297009] pci 0000:02:00.1: reg 0x30: [mem 0xfc600000-0xfc67ffff pref]
[    0.297014] pci 0000:02:00.1: enabling Extended Tags
[    0.297050] pci 0000:02:00.1: PME# supported from D3hot D3cold
[    0.297106] pci 0000:02:00.2: [1022:43e9] type 01 class 0x060400
[    0.297145] pci 0000:02:00.2: enabling Extended Tags
[    0.297185] pci 0000:02:00.2: PME# supported from D3hot D3cold
[    0.297256] pci 0000:00:01.2: PCI bridge to [bus 02-04]
[    0.297259] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.297261] pci 0000:00:01.2:   bridge window [mem 0xfc500000-0xfc6fffff]
[    0.297336] pci 0000:03:08.0: [1022:43ea] type 01 class 0x060400
[    0.297379] pci 0000:03:08.0: enabling Extended Tags
[    0.297425] pci 0000:03:08.0: PME# supported from D3hot D3cold
[    0.297509] pci 0000:02:00.2: PCI bridge to [bus 03-04]
[    0.297513] pci 0000:02:00.2:   bridge window [io  0xf000-0xffff]
[    0.297515] pci 0000:02:00.2:   bridge window [mem 0xfc500000-0xfc5fffff]
[    0.297583] pci 0000:04:00.0: [10ec:8125] type 00 class 0x020000
[    0.297606] pci 0000:04:00.0: reg 0x10: [io  0xf000-0xf0ff]
[    0.297637] pci 0000:04:00.0: reg 0x18: [mem 0xfc500000-0xfc50ffff 64bit]
[    0.297656] pci 0000:04:00.0: reg 0x20: [mem 0xfc510000-0xfc513fff 64bit]
[    0.297792] pci 0000:04:00.0: supports D1 D2
[    0.297792] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.298026] pci 0000:03:08.0: PCI bridge to [bus 04]
[    0.298031] pci 0000:03:08.0:   bridge window [io  0xf000-0xffff]
[    0.298033] pci 0000:03:08.0:   bridge window [mem 0xfc500000-0xfc5fffff]
[    0.298080] pci 0000:05:00.0: [10de:220a] type 00 class 0x030000
[    0.298088] pci 0000:05:00.0: reg 0x10: [mem 0xfb000000-0xfbffffff]
[    0.298095] pci 0000:05:00.0: reg 0x14: [mem 0x7800000000-0x7bffffffff 64bit pref]
[    0.298101] pci 0000:05:00.0: reg 0x1c: [mem 0x7c00000000-0x7c01ffffff 64bit pref]
[    0.298106] pci 0000:05:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.298110] pci 0000:05:00.0: reg 0x30: [mem 0xfc000000-0xfc07ffff pref]
[    0.298121] pci 0000:05:00.0: BAR 1: assigned to efifb
[    0.298152] pci 0000:05:00.0: PME# supported from D0 D3hot
[    0.298263] pci 0000:05:00.1: [10de:1aef] type 00 class 0x040300
[    0.298270] pci 0000:05:00.1: reg 0x10: [mem 0xfc080000-0xfc083fff]
[    0.298368] pci 0000:00:03.1: PCI bridge to [bus 05]
[    0.298370] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.298372] pci 0000:00:03.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.298374] pci 0000:00:03.1:   bridge window [mem 0x7800000000-0x7c01ffffff 64bit pref]
[    0.298399] pci 0000:06:00.0: [1022:148a] type 00 class 0x130000
[    0.298419] pci 0000:06:00.0: enabling Extended Tags
[    0.298508] pci 0000:00:07.1: PCI bridge to [bus 06]
[    0.298542] pci 0000:07:00.0: [1022:1485] type 00 class 0x130000
[    0.298565] pci 0000:07:00.0: enabling Extended Tags
[    0.298657] pci 0000:07:00.1: [1022:1486] type 00 class 0x108000
[    0.298667] pci 0000:07:00.1: reg 0x18: [mem 0xfc300000-0xfc3fffff]
[    0.298676] pci 0000:07:00.1: reg 0x24: [mem 0xfc408000-0xfc409fff]
[    0.298681] pci 0000:07:00.1: enabling Extended Tags
[    0.298758] pci 0000:07:00.3: [1022:149c] type 00 class 0x0c0330
[    0.298766] pci 0000:07:00.3: reg 0x10: [mem 0xfc200000-0xfc2fffff 64bit]
[    0.298787] pci 0000:07:00.3: enabling Extended Tags
[    0.298817] pci 0000:07:00.3: PME# supported from D0 D3hot D3cold
[    0.298876] pci 0000:07:00.4: [1022:1487] type 00 class 0x040300
[    0.298882] pci 0000:07:00.4: reg 0x10: [mem 0xfc400000-0xfc407fff]
[    0.298900] pci 0000:07:00.4: enabling Extended Tags
[    0.298929] pci 0000:07:00.4: PME# supported from D0 D3hot D3cold
[    0.298990] pci 0000:00:08.1: PCI bridge to [bus 07]
[    0.298993] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc4fffff]
[    0.299158] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.299187] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.299210] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.299238] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.299264] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.299285] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.299306] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.299327] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.300141] iommu: Default domain type: Translated 
[    0.300141] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.300217] SCSI subsystem initialized
[    0.300221] libata version 3.00 loaded.
[    0.300221] ACPI: bus type USB registered
[    0.300221] usbcore: registered new interface driver usbfs
[    0.300221] usbcore: registered new interface driver hub
[    0.300221] usbcore: registered new device driver usb
[    0.300221] pps_core: LinuxPPS API ver. 1 registered
[    0.300221] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.300221] PTP clock support registered
[    0.300221] EDAC MC: Ver: 3.0.0
[    0.300221] efivars: Registered efivars operations
[    0.303575] NetLabel: Initializing
[    0.303576] NetLabel:  domain hash size = 128
[    0.303576] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.303585] NetLabel:  unlabeled traffic allowed by default
[    0.303588] mctp: management component transport protocol core
[    0.303588] NET: Registered PF_MCTP protocol family
[    0.303590] PCI: Using ACPI for IRQ routing
[    0.308821] PCI: pci_cache_line_size set to 64 bytes
[    0.308865] e820: reserve RAM buffer [mem 0x09bff000-0x0bffffff]
[    0.308866] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.308867] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.308867] e820: reserve RAM buffer [mem 0xb7f7e018-0xb7ffffff]
[    0.308867] e820: reserve RAM buffer [mem 0xb8125000-0xbbffffff]
[    0.308868] e820: reserve RAM buffer [mem 0xbaf5b000-0xbbffffff]
[    0.308868] e820: reserve RAM buffer [mem 0xbb94e000-0xbbffffff]
[    0.308869] e820: reserve RAM buffer [mem 0xbf000000-0xbfffffff]
[    0.308869] e820: reserve RAM buffer [mem 0x83f300000-0x83fffffff]
[    0.308895] pci 0000:05:00.0: vgaarb: setting as boot VGA device
[    0.308895] pci 0000:05:00.0: vgaarb: bridge control possible
[    0.308895] pci 0000:05:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.308895] vgaarb: loaded
[    0.308895] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.308895] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.310176] clocksource: Switched to clocksource tsc-early
[    0.310231] VFS: Disk quotas dquot_6.6.0
[    0.310239] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.310275] pnp: PnP ACPI init
[    0.310319] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.310334] system 00:01: [mem 0xfeb80000-0xfebfffff] has been reserved
[    0.310362] system 00:02: [mem 0xfd200000-0xfd2fffff] has been reserved
[    0.310478] system 00:04: [io  0x0280-0x028f] has been reserved
[    0.310479] system 00:04: [io  0x0290-0x029f] has been reserved
[    0.310480] system 00:04: [io  0x02a0-0x02af] has been reserved
[    0.310481] system 00:04: [io  0x02b0-0x02bf] has been reserved
[    0.310596] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.310596] system 00:05: [io  0x040b] has been reserved
[    0.310598] system 00:05: [io  0x04d6] has been reserved
[    0.310598] system 00:05: [io  0x0c00-0x0c01] has been reserved
[    0.310599] system 00:05: [io  0x0c14] has been reserved
[    0.310599] system 00:05: [io  0x0c50-0x0c51] has been reserved
[    0.310600] system 00:05: [io  0x0c52] has been reserved
[    0.310601] system 00:05: [io  0x0c6c] has been reserved
[    0.310601] system 00:05: [io  0x0c6f] has been reserved
[    0.310602] system 00:05: [io  0x0cd8-0x0cdf] has been reserved
[    0.310602] system 00:05: [io  0x0800-0x089f] has been reserved
[    0.310603] system 00:05: [io  0x0b00-0x0b0f] has been reserved
[    0.310604] system 00:05: [io  0x0b20-0x0b3f] has been reserved
[    0.310604] system 00:05: [io  0x0900-0x090f] has been reserved
[    0.310605] system 00:05: [io  0x0910-0x091f] has been reserved
[    0.310606] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.310606] system 00:05: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.310607] system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.310608] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.310609] system 00:05: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.310610] system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.310610] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.310893] pnp: PnP ACPI: found 6 devices
[    0.316074] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.316112] NET: Registered PF_INET protocol family
[    0.316236] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.317735] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.317758] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.317866] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.318076] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.318151] TCP: Hash tables configured (established 262144 bind 65536)
[    0.318236] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[    0.318277] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.318328] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.318379] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.318383] NET: Registered PF_XDP protocol family
[    0.318388] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.318391] pci 0000:00:01.1:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.318395] pci 0000:03:08.0: PCI bridge to [bus 04]
[    0.318397] pci 0000:03:08.0:   bridge window [io  0xf000-0xffff]
[    0.318400] pci 0000:03:08.0:   bridge window [mem 0xfc500000-0xfc5fffff]
[    0.318406] pci 0000:02:00.2: PCI bridge to [bus 03-04]
[    0.318407] pci 0000:02:00.2:   bridge window [io  0xf000-0xffff]
[    0.318411] pci 0000:02:00.2:   bridge window [mem 0xfc500000-0xfc5fffff]
[    0.318416] pci 0000:00:01.2: PCI bridge to [bus 02-04]
[    0.318417] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.318419] pci 0000:00:01.2:   bridge window [mem 0xfc500000-0xfc6fffff]
[    0.318423] pci 0000:00:03.1: PCI bridge to [bus 05]
[    0.318424] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.318426] pci 0000:00:03.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.318427] pci 0000:00:03.1:   bridge window [mem 0x7800000000-0x7c01ffffff 64bit pref]
[    0.318430] pci 0000:00:07.1: PCI bridge to [bus 06]
[    0.318434] pci 0000:00:08.1: PCI bridge to [bus 07]
[    0.318436] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc4fffff]
[    0.318439] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.318440] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.318441] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.318441] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.318442] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    0.318442] pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfcffffff window]
[    0.318443] pci_bus 0000:00: resource 10 [mem 0x840000000-0x7fffffffff window]
[    0.318444] pci_bus 0000:01: resource 1 [mem 0xfc700000-0xfc7fffff]
[    0.318444] pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
[    0.318445] pci_bus 0000:02: resource 1 [mem 0xfc500000-0xfc6fffff]
[    0.318445] pci_bus 0000:03: resource 0 [io  0xf000-0xffff]
[    0.318446] pci_bus 0000:03: resource 1 [mem 0xfc500000-0xfc5fffff]
[    0.318447] pci_bus 0000:04: resource 0 [io  0xf000-0xffff]
[    0.318447] pci_bus 0000:04: resource 1 [mem 0xfc500000-0xfc5fffff]
[    0.318448] pci_bus 0000:05: resource 0 [io  0xe000-0xefff]
[    0.318448] pci_bus 0000:05: resource 1 [mem 0xfb000000-0xfc0fffff]
[    0.318449] pci_bus 0000:05: resource 2 [mem 0x7800000000-0x7c01ffffff 64bit pref]
[    0.318450] pci_bus 0000:07: resource 1 [mem 0xfc200000-0xfc4fffff]
[    0.318554] pci 0000:05:00.1: extending delay after power-on from D3hot to 20 msec
[    0.318565] pci 0000:05:00.1: D0 power state depends on 0000:05:00.0
[    0.318619] PCI: CLS 64 bytes, default 64
[    0.318622] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.318622] software IO TLB: mapped [mem 0x00000000b255a000-0x00000000b655a000] (64MB)
[    0.318637] LVT offset 0 assigned for vector 0x400
[    0.318653] Trying to unpack rootfs image as initramfs...
[    0.318765] perf: AMD IBS detected (0x000003ff)
[    0.320077] Initialise system trusted keyrings
[    0.320083] Key type blacklist registered
[    0.320101] workingset: timestamp_bits=41 max_order=23 bucket_order=0
[    0.320108] zbud: loaded
[    0.320190] integrity: Platform Keyring initialized
[    0.320191] integrity: Machine keyring initialized
[    0.322334] Key type asymmetric registered
[    0.322335] Asymmetric key parser 'x509' registered
[    0.322341] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    0.322362] io scheduler mq-deadline registered
[    0.322363] io scheduler kyber registered
[    0.322367] io scheduler bfq registered
[    0.323150] pcieport 0000:00:01.1: PME: Signaling with IRQ 26
[    0.323183] pcieport 0000:00:01.1: AER: enabled with IRQ 26
[    0.323248] pcieport 0000:00:01.2: PME: Signaling with IRQ 27
[    0.323274] pcieport 0000:00:01.2: AER: enabled with IRQ 27
[    0.323337] pcieport 0000:00:03.1: PME: Signaling with IRQ 28
[    0.323372] pcieport 0000:00:03.1: AER: enabled with IRQ 28
[    0.323454] pcieport 0000:00:07.1: PME: Signaling with IRQ 30
[    0.323484] pcieport 0000:00:07.1: AER: enabled with IRQ 30
[    0.323538] pcieport 0000:00:08.1: PME: Signaling with IRQ 31
[    0.323568] pcieport 0000:00:08.1: AER: enabled with IRQ 31
[    0.323748] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.323797] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.323805] ACPI: button: Power Button [PWRB]
[    0.323818] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.325802] ACPI: button: Power Button [PWRF]
[    0.329224] Estimated ratio of average max frequency by base frequency (times 1024): 1197
[    0.329237] Monitor-Mwait will be used to enter C-1 state
[    0.329243] ACPI: \_SB_.PLTF.C000: Found 2 idle states
[    0.329332] ACPI: \_SB_.PLTF.C002: Found 2 idle states
[    0.329401] ACPI: \_SB_.PLTF.C004: Found 2 idle states
[    0.329469] ACPI: \_SB_.PLTF.C006: Found 2 idle states
[    0.329517] ACPI: \_SB_.PLTF.C008: Found 2 idle states
[    0.329564] ACPI: \_SB_.PLTF.C00A: Found 2 idle states
[    0.329609] ACPI: \_SB_.PLTF.C00C: Found 2 idle states
[    0.329672] ACPI: \_SB_.PLTF.C00E: Found 2 idle states
[    0.329756] ACPI: \_SB_.PLTF.C010: Found 2 idle states
[    0.329819] ACPI: \_SB_.PLTF.C012: Found 2 idle states
[    0.329884] ACPI: \_SB_.PLTF.C014: Found 2 idle states
[    0.329947] ACPI: \_SB_.PLTF.C016: Found 2 idle states
[    0.336939] ACPI: \_SB_.PLTF.C001: Found 2 idle states
[    0.337004] ACPI: \_SB_.PLTF.C003: Found 2 idle states
[    0.337068] ACPI: \_SB_.PLTF.C005: Found 2 idle states
[    0.337129] ACPI: \_SB_.PLTF.C007: Found 2 idle states
[    0.337190] ACPI: \_SB_.PLTF.C009: Found 2 idle states
[    0.337255] ACPI: \_SB_.PLTF.C00B: Found 2 idle states
[    0.337315] ACPI: \_SB_.PLTF.C00D: Found 2 idle states
[    0.337376] ACPI: \_SB_.PLTF.C00F: Found 2 idle states
[    0.337440] ACPI: \_SB_.PLTF.C011: Found 2 idle states
[    0.337511] ACPI: \_SB_.PLTF.C013: Found 2 idle states
[    0.337585] ACPI: \_SB_.PLTF.C015: Found 2 idle states
[    0.337657] ACPI: \_SB_.PLTF.C017: Found 2 idle states
[    0.337846] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.338451] Non-volatile memory driver v1.3
[    0.338452] Linux agpgart interface v0.103
[    0.418145] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    0.418160] ACPI: bus type drm_connector registered
[    0.419139] ahci 0000:02:00.1: version 3.0
[    0.419224] ahci 0000:02:00.1: SSS flag set, parallel bus scan disabled
[    0.419267] ahci 0000:02:00.1: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[    0.419268] ahci 0000:02:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
[    0.419488] scsi host0: ahci
[    0.419551] scsi host1: ahci
[    0.419599] scsi host2: ahci
[    0.419645] scsi host3: ahci
[    0.419695] scsi host4: ahci
[    0.419740] scsi host5: ahci
[    0.419758] ata1: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680100 irq 36
[    0.419760] ata2: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680180 irq 36
[    0.419760] ata3: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680200 irq 36
[    0.419762] ata4: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680280 irq 36
[    0.419763] ata5: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680300 irq 36
[    0.419765] ata6: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680380 irq 36
[    0.419805] usbcore: registered new interface driver usbserial_generic
[    0.419808] usbserial: USB Serial support registered for generic
[    0.419837] rtc_cmos 00:03: RTC can wake from S4
[    0.419974] rtc_cmos 00:03: registered as rtc0
[    0.419996] rtc_cmos 00:03: setting system clock to 2023-06-29T17:20:49 UTC (1688059249)
[    0.420012] rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.420027] amd_pstate: driver load is disabled, boot with specific mode to enable this
[    0.420129] ledtrig-cpu: registered to indicate activity on CPUs
[    0.420181] efifb: probing for efifb
[    0.420187] efifb: framebuffer at 0x7800000000, using 8640k, total 8640k
[    0.420188] efifb: mode is 1920x1080x32, linelength=8192, pages=1
[    0.420189] efifb: scrolling: redraw
[    0.420189] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.420204] fbcon: Deferring console take-over
[    0.420205] fb0: EFI VGA frame buffer device
[    0.420216] hid: raw HID events driver (C) Jiri Kosina
[    0.420258] drop_monitor: Initializing network drop monitor service
[    0.426585] Initializing XFRM netlink socket
[    0.426606] NET: Registered PF_INET6 protocol family
[    0.426971] Freeing initrd memory: 96220K
[    0.427220] Segment Routing with IPv6
[    0.427221] RPL Segment Routing with IPv6
[    0.427225] In-situ OAM (IOAM) with IPv6
[    0.427235] NET: Registered PF_PACKET protocol family
[    0.427979] microcode: CPU0: patch_level=0x0a201025
[    0.427980] microcode: CPU1: patch_level=0x0a201025
[    0.427980] microcode: CPU2: patch_level=0x0a201025
[    0.427981] microcode: CPU3: patch_level=0x0a201025
[    0.427981] microcode: CPU8: patch_level=0x0a201025
[    0.427981] microcode: CPU6: patch_level=0x0a201025
[    0.427982] microcode: CPU5: patch_level=0x0a201025
[    0.427982] microcode: CPU9: patch_level=0x0a201025
[    0.427982] microcode: CPU4: patch_level=0x0a201025
[    0.427983] microcode: CPU10: patch_level=0x0a201025
[    0.427983] microcode: CPU12: patch_level=0x0a201025
[    0.427983] microcode: CPU11: patch_level=0x0a201025
[    0.427985] microcode: CPU13: patch_level=0x0a201025
[    0.427986] microcode: CPU15: patch_level=0x0a201025
[    0.427986] microcode: CPU14: patch_level=0x0a201025
[    0.427986] microcode: CPU18: patch_level=0x0a201025
[    0.427987] microcode: CPU16: patch_level=0x0a201025
[    0.427988] microcode: CPU7: patch_level=0x0a201025
[    0.427987] microcode: CPU19: patch_level=0x0a201025
[    0.427988] microcode: CPU21: patch_level=0x0a201025
[    0.427988] microcode: CPU22: patch_level=0x0a201025
[    0.427988] microcode: CPU20: patch_level=0x0a201025
[    0.427989] microcode: CPU23: patch_level=0x0a201025
[    0.427987] microcode: CPU17: patch_level=0x0a201025
[    0.428014] microcode: Microcode Update Driver: v2.2.
[    0.428154] resctrl: L3 allocation detected
[    0.428154] resctrl: MB allocation detected
[    0.428155] resctrl: L3 monitoring detected
[    0.428158] IPI shorthand broadcast: enabled
[    0.428828] sched_clock: Marking stable (427917654, 226581)->(430552853, -2408618)
[    0.429191] registered taskstats version 1
[    0.429482] Loading compiled-in X.509 certificates
[    0.431044] Loaded X.509 cert 'Build time autogenerated kernel key: 7da88250973fec432fc5b5ee43b4557383eb1bec'
[    0.433536] zswap: loaded using pool zstd/zsmalloc
[    0.434157] Key type .fscrypt registered
[    0.434158] Key type fscrypt-provisioning registered
[    0.434441] PM:   Magic number: 11:255:341
[    0.434483] acpi ACPI0007:03: hash matches
[    0.539428] RAS: Correctable Errors collector initialized.
[    0.900294] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    0.900931] ata1.00: ATA-8: ST1000DM010-2EP102, CC46, max UDMA/133
[    0.901123] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    0.902079] ata1.00: configured for UDMA/133
[    0.902150] scsi 0:0:0:0: Direct-Access     ATA      ST1000DM010-2EP1 CC46 PQ: 0 ANSI: 5
[    0.902319] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    0.902321] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    0.902329] sd 0:0:0:0: [sda] Write Protect is off
[    0.902331] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    0.902342] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.902355] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[    0.962620]  sda: sda1
[    0.962666] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.337000] tsc: Refined TSC clocksource calibration: 3693.060 MHz
[    1.337008] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6a77744cfd5, max_idle_ns: 881590969987 ns
[    1.337281] clocksource: Switched to clocksource tsc
[    1.373856] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.374806] ata2.00: ATA-8: ST1000DM010-2EP102, CC43, max UDMA/133
[    1.375049] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.376233] ata2.00: configured for UDMA/133
[    1.376361] scsi 1:0:0:0: Direct-Access     ATA      ST1000DM010-2EP1 CC43 PQ: 0 ANSI: 5
[    1.376819] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.376821] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    1.376833] sd 1:0:0:0: [sdb] Write Protect is off
[    1.376836] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.376849] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.376865] sd 1:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
[    1.424606]  sdb: sdb1
[    1.424703] sd 1:0:0:0: [sdb] Attached SCSI disk
[    1.688805] ata3: SATA link down (SStatus 0 SControl 300)
[    2.157186] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.158772] ata4.00: ATA-8: HGST HTS541010A7E630, SE0OA4A0, max UDMA/133
[    2.159294] ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    2.160901] ata4.00: configured for UDMA/133
[    2.161005] scsi 3:0:0:0: Direct-Access     ATA      HGST HTS541010A7 A4A0 PQ: 0 ANSI: 5
[    2.161180] sd 3:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    2.161183] sd 3:0:0:0: [sdc] 4096-byte physical blocks
[    2.161188] sd 3:0:0:0: [sdc] Write Protect is off
[    2.161189] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    2.161195] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.161204] sd 3:0:0:0: [sdc] Preferred minimum I/O size 4096 bytes
[    2.265550]  sdc: sdc1 sdc2
[    2.265670] sd 3:0:0:0: [sdc] Attached SCSI disk
[    2.630580] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.633556] ata5.00: ATA-9: TEAM TM8PS7256G, U0503A0, max UDMA/133
[    2.635231] ata5.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    2.642123] ata5.00: configured for UDMA/133
[    2.642299] scsi 4:0:0:0: Direct-Access     ATA      TEAM TM8PS7256G  3A0  PQ: 0 ANSI: 5
[    2.642470] sd 4:0:0:0: [sdd] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[    2.642476] sd 4:0:0:0: [sdd] Write Protect is off
[    2.642477] sd 4:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    2.642484] sd 4:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.642493] sd 4:0:0:0: [sdd] Preferred minimum I/O size 512 bytes
[    2.644522]  sdd: sdd1 sdd2 sdd3 sdd4
[    2.644648] sd 4:0:0:0: [sdd] Attached SCSI disk
[    2.955343] ata6: SATA link down (SStatus 0 SControl 330)
[    2.956467] Freeing unused decrypted memory: 2036K
[    2.956663] Freeing unused kernel image (initmem) memory: 3324K
[    2.956666] Write protecting the kernel read-only data: 30720k
[    2.956829] Freeing unused kernel image (rodata/data gap) memory: 1676K
[    2.976750] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.976753] rodata_test: all tests were successful
[    2.976755] Run /init as init process
[    2.976756]   with arguments:
[    2.976757]     /init
[    2.976757]   with environment:
[    2.976757]     HOME=/
[    2.976758]     TERM=linux
[    2.980627] booster: root= param is not specified. Use GPT partition autodiscovery with guid type 4f68bce3-e8cd-4db1-96e7-fbcaf984b709
[    2.980633] fbcon: Taking over console
[    2.980671] Console: switching to colour frame buffer device 240x67
[    2.981684] booster: loading module crc16
[    2.981716] booster: loading module crc32c_intel
[    2.981808] booster: loading module jbd2
[    2.981816] booster: loading module mbcache
[    2.981835] booster: loading module crc32c_generic
[    2.981991] booster: loading module nvidia
[    2.982022] booster: loading module wmi
[    2.982285] booster: found a new device /dev/sda
[    2.982291] booster: found a new device /dev/sdb
[    2.982295] booster: found a new device /dev/sdc
[    2.982347] booster: found a new device /dev/sdd
[    2.982426] booster: no match found for alias input:b0019v0000p0001e0000-e0,1,k74,ramlsfw
[    2.982651] booster: no match found for alias acpi:LNXPWRBN:
[    2.982685] booster: no match found for alias acpi:ACPI0007:
[    2.982843] booster: blkinfo for /dev/sdd: type=gpt UUID=73b21f8c-fb8a-462a-804d-2bc0598acbe5 LABEL=
[    2.982886] booster: blkinfo for /dev/sdb: type=gpt UUID=8e00c197-fc09-4c1f-9198-5223db3e15b4 LABEL=
[    2.982934] booster: blkinfo for /dev/sda: type=gpt UUID=8b22198a-3698-4029-b361-95974a711481 LABEL=
[    2.983736] booster: udev event {Action:add KObj:/module/crc32c_intel Env:map[ACTION:add DEVPATH:/module/crc32c_intel SEQNUM:1714 SUBSYSTEM:module]}
[    2.984335] booster: udev event {Action:add KObj:/module/crc32c_generic Env:map[ACTION:add DEVPATH:/module/crc32c_generic SEQNUM:1715 SUBSYSTEM:module]}
[    2.984372] booster: no match found for alias acpi:ACPI0010:PNP0A05:
[    2.984560] booster: loading module video
[    2.984828] booster: udev event {Action:add KObj:/module/crc16 Env:map[ACTION:add DEVPATH:/module/crc16 SEQNUM:1716 SUBSYSTEM:module]}
[    2.984861] booster: udev event {Action:add KObj:/class/wmi_bus Env:map[ACTION:add DEVPATH:/class/wmi_bus SEQNUM:1717 SUBSYSTEM:class]}
[    2.984918] booster: udev event {Action:add KObj:/bus/wmi Env:map[ACTION:add DEVPATH:/bus/wmi SEQNUM:1718 SUBSYSTEM:bus]}
[    2.984951] booster: udev event {Action:add KObj:/devices/LNXSYSTM:00/PNP0C14:00/wakeup/wakeup30 Env:map[ACTION:add DEVPATH:/devices/LNXSYSTM:00/PNP0C14:00/wakeup/wakeup30 SEQNUM:1719 SUBSYSTEM:wakeup]}
[    2.984987] booster: udev event {Action:add KObj:/module/mbcache Env:map[ACTION:add DEVPATH:/module/mbcache SEQNUM:1720 SUBSYSTEM:module]}
[    2.985045] booster: udev event {Action:add KObj:/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00 Env:map[ACTION:add DEVPATH:/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00 SEQNUM:1721 SUBSYSTEM:wmi_bus]}
[    2.985102] booster: udev event {Action:add KObj:/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/ABBC0F6A-8EA1-11D1-00A0-C90629100000 Env:map[ACTION:add DEVPATH:/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/ABBC0F6A-8EA1-11D1-00A0-C90629100000 DEVTYPE:method MODALIAS:wmi:ABBC0F6A-8EA1-11D1-00A0-C90629100000 SEQNUM:1722 SUBSYSTEM:wmi WMI_GUID:ABBC0F6A-8EA1-11D1-00A0-C90629100000]}
[    2.985168] booster: udev event {Action:add KObj:/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/05901221-D566-11D1-B2F0-00A0C9062910 Env:map[ACTION:add DEVPATH:/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/05901221-D566-11D1-B2F0-00A0C9062910 DEVTYPE:data MODALIAS:wmi:05901221-D566-11D1-B2F0-00A0C9062910 SEQNUM:1723 SUBSYSTEM:wmi WMI_GUID:05901221-D566-11D1-B2F0-00A0C9062910]}
[    2.985187] booster: no match found for alias wmi:ABBC0F6A_8EA1_11D1_00A0_C90629100000
[    2.985229] booster: udev event {Action:bind KObj:/devices/platform/PNP0C14:00 Env:map[ACTION:bind DEVPATH:/devices/platform/PNP0C14:00 DRIVER:acpi-wmi MODALIAS:acpi:PNP0C14: SEQNUM:1724 SUBSYSTEM:platform]}
[    2.985261] booster: no match found for alias wmi:05901221_D566_11D1_B2F0_00A0C9062910
[    2.985275] booster: udev event {Action:add KObj:/bus/platform/drivers/acpi-wmi Env:map[ACTION:add DEVPATH:/bus/platform/drivers/acpi-wmi SEQNUM:1725 SUBSYSTEM:drivers]}
[    2.985296] booster: modalias acpi:PNP0C14: matched module wmi
[    2.985322] booster: udev event {Action:add KObj:/module/wmi Env:map[ACTION:add DEVPATH:/module/wmi SEQNUM:1726 SUBSYSTEM:module]}
[    2.987362] booster: loading module ext4
[    2.987405] booster: udev event {Action:add KObj:/module/jbd2 Env:map[ACTION:add DEVPATH:/module/jbd2 SEQNUM:1727 SUBSYSTEM:module]}
[    2.987435] booster: udev event {Action:add KObj:/bus/acpi/drivers/video Env:map[ACTION:add DEVPATH:/bus/acpi/drivers/video SEQNUM:1728 SUBSYSTEM:drivers]}
[    2.987498] booster: udev event {Action:add KObj:/module/video Env:map[ACTION:add DEVPATH:/module/video SEQNUM:1729 SUBSYSTEM:module]}
[    2.989500] booster: no match found for alias acpi:AMDI0030:AMDI0030:
[    2.989633] booster: no match found for alias acpi:AMDIF030:AMDIF030:
[    2.989684] booster: no match found for alias acpi:MSFT0101:
[    2.990560] booster: no match found for alias acpi:PNP0C01:
[    2.990614] booster: no match found for alias acpi:PNP0C02:
[    2.992105] booster: found a new device /dev/sdb1
[    2.992141] booster: found a new device /dev/sda1
[    2.992357] booster: no match found for alias acpi:PNP0000:
[    2.992372] booster: no match found for alias acpi:PNP0100:
[    2.992404] booster: no match found for alias acpi:PNP0200:
[    2.992501] booster: no match found for alias acpi:PNP0800:
[    2.992608] booster: no match found for alias acpi:PNP0B00:
[    2.993840] booster: found a new device /dev/sdd3
[    2.993849] booster: found a new device /dev/sdd4
[    2.993854] booster: found a new device /dev/sdd1
[    2.993900] booster: found a new device /dev/sdd2
[    2.994947] booster: blkinfo for /dev/sdd1: type=fat UUID=344f1f8e LABEL=NO NAME
[    2.995689] booster: no match found for alias acpi:PNP0A08:PNP0A03:
[    2.996019] booster: blkinfo for /dev/sdc: type=gpt UUID=49645289-7a9c-438f-a437-ee866a7a1feb LABEL=
[    2.996958] booster: no match found for alias acpi:PNP0C0C:
[    2.997073] booster: no match found for alias acpi:PNP0C0F:
[    2.997304] nvidia: loading out-of-tree module taints kernel.
[    2.997309] nvidia: module license 'NVIDIA' taints kernel.
[    2.997310] Disabling lock debugging due to kernel taint
[    2.997394] booster: no match found for alias acpi:LNXSYBUS:
[    2.997517] booster: no match found for alias acpi:PNP0103:
[    2.997552] booster: no match found for alias acpi:LNXSYSTM:
[    2.997946] booster: no match found for alias pci:v00001022d00001480sv00001022sd00001480bc06sc00i00
[    2.997977] booster: no match found for alias pci:v00001022d00001482sv00000000sd00000000bc06sc00i00
[    2.998129] booster: modalias pci:v00002646d00005013sv00002646sd00005013bc01sc08i02 matched module nvme
[    2.998325] booster: no match found for alias pci:v00001022d00001483sv00001022sd00001453bc06sc04i00
[    2.998531] booster: modalias pci:v00001022d000043EEsv00001B21sd00001142bc0Csc03i30 matched module xhci_pci
[    2.998752] booster: modalias pci:v00002646d00005013sv00002646sd00005013bc01sc08i02 matched module nvme
[    2.999097] booster: loading module nvme_common
[    2.999397] booster: loading module xhci_pci_renesas
[    2.999558] booster: no match found for alias scsi:t-0x00
[    3.004353] booster: no match found for alias pci:v00001022d000043EBsv00001B21sd00001062bc01sc06i01
[    3.004548] booster: no match found for alias pci:v000010ECd00008125sv00001849sd00008125bc02sc00i00
[    3.004736] booster: no match found for alias pci:v00001022d000043EAsv00001B21sd00003308bc06sc04i00
[    3.004893] booster: no match found for alias pci:v00001022d000043E9sv00001B21sd00000201bc06sc04i00
[    3.005495] booster: modalias pci:v000010DEd0000220Asv000010DEsd00001616bc03sc00i00 matched module nvidia_drm
[    3.005665] booster: no match found for alias pci:v000010DEd00001AEFsv000010DEsd00001616bc04sc03i00
[    3.006028] booster: modalias pci:v000010DEd0000220Asv000010DEsd00001616bc03sc00i00 matched module nvidia
[    3.006647] booster: no match found for alias pci:v00001022d0000148Asv00001022sd0000148Abc13sc00i00
[    3.006831] booster: no match found for alias pci:v00001022d00001484sv00001022sd00001484bc06sc04i00
[    3.007433] booster: no match found for alias pci:v00001022d00001485sv00001022sd00001485bc13sc00i00
[    3.007665] booster: no match found for alias pci:v00001022d00001486sv00001022sd00001486bc10sc80i00
[    3.007893] booster: modalias pci:v00001022d0000149Csv00001849sd0000FFFFbc0Csc03i30 matched module xhci_pci
[    3.008510] booster: loading module nvme_core
[    3.008518] booster: udev event {Action:add KObj:/module/nvme_common Env:map[ACTION:add DEVPATH:/module/nvme_common SEQNUM:1730 SUBSYSTEM:module]}
[    3.008522] booster: loading module xhci_pci
[    3.008579] booster: no match found for alias pci:v00001022d00001487sv00001849sd00002224bc04sc03i00
[    3.008771] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    3.008931] booster: no match found for alias pci:v00001022d0000790Bsv00001849sd0000FFFFbc0Csc05i00
[    3.009031] booster: no match found for alias pci:v00001022d0000790Esv00001849sd0000FFFFbc06sc01i00
[    3.009114] booster: no match found for alias pci:v00001022d00001440sv00000000sd00000000bc06sc00i00
[    3.009212] booster: no match found for alias pci:v00001022d00001441sv00000000sd00000000bc06sc00i00
[    3.009292] booster: no match found for alias pci:v00001022d00001442sv00000000sd00000000bc06sc00i00
[    3.009370] booster: no match found for alias pci:v00001022d00001443sv00000000sd00000000bc06sc00i00
[    3.009473] booster: no match found for alias pci:v00001022d00001444sv00000000sd00000000bc06sc00i00
[    3.009482] booster: udev event {Action:add KObj:/module/xhci_pci_renesas Env:map[ACTION:add DEVPATH:/module/xhci_pci_renesas SEQNUM:1731 SUBSYSTEM:module]}
[    3.009623] booster: no match found for alias pci:v00001022d00001445sv00000000sd00000000bc06sc00i00
[    3.009873] booster: no match found for alias pci:v00001022d00001446sv00000000sd00000000bc06sc00i00
[    3.010101] booster: no match found for alias pci:v00001022d00001447sv00000000sd00000000bc06sc00i00
[    3.010641] booster: no match found for alias platform:PCCT
[    3.010907] booster: no match found for alias wmi:05901221-D566-11D1-B2F0-00A0C9062910
[    3.010995] booster: no match found for alias wmi:ABBC0F6A-8EA1-11D1-00A0-C90629100000
[    3.011205] booster: no match found for alias platform:efi-framebuffer
[    3.011246] booster: no match found for alias platform:efivars
[    3.011277] booster: no match found for alias platform:microcode
[    3.011309] booster: no match found for alias platform:pcspkr
[    3.011357] booster: no match found for alias platform:reg-dummy
[    3.011432] booster: no match found for alias platform:rtc-efi
[    3.011469] booster: no match found for alias platform:serial8250
[    3.012084] booster: udev event {Action:add KObj:/module/ext4 Env:map[ACTION:add DEVPATH:/module/ext4 SEQNUM:1732 SUBSYSTEM:module]}
[    3.012172] booster: found a new device /dev/sdc2
[    3.012177] booster: found a new device /dev/sdc1
[    3.013314] booster: blkinfo for /dev/sdb1: type=ext4 UUID=c8d62855-284d-4389-b737-a0120223262a LABEL=Storage 2
[    3.013841] booster: blkinfo for /dev/sda1: type=ext4 UUID=13c2dcf4-eedf-4d0a-b0b0-4d0ed34f42a5 LABEL=Storage 1
[    3.013928] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    3.013933] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
[    3.014128] booster: loading module nvme
[    3.014194] booster: no match found for alias platform:alarmtimer
[    3.014974] booster: udev event {Action:add KObj:/devices/virtual/workqueue/nvme-wq Env:map[ACTION:add DEVPATH:/devices/virtual/workqueue/nvme-wq SEQNUM:1733 SUBSYSTEM:workqueue]}
[    3.015172] booster: udev event {Action:add KObj:/devices/virtual/workqueue/nvme-reset-wq Env:map[ACTION:add DEVPATH:/devices/virtual/workqueue/nvme-reset-wq SEQNUM:1734 SUBSYSTEM:workqueue]}
[    3.016783] booster: udev event {Action:add KObj:/devices/virtual/workqueue/nvme-delete-wq Env:map[ACTION:add DEVPATH:/devices/virtual/workqueue/nvme-delete-wq SEQNUM:1735 SUBSYSTEM:workqueue]}
[    3.017019] booster: udev event {Action:add KObj:/class/nvme Env:map[ACTION:add DEVPATH:/class/nvme SEQNUM:1736 SUBSYSTEM:class]}
[    3.017253] booster: udev event {Action:add KObj:/class/nvme-subsystem Env:map[ACTION:add DEVPATH:/class/nvme-subsystem SEQNUM:1737 SUBSYSTEM:class]}
[    3.017484] booster: udev event {Action:add KObj:/class/nvme-generic Env:map[ACTION:add DEVPATH:/class/nvme-generic SEQNUM:1738 SUBSYSTEM:class]}
[    3.017717] booster: udev event {Action:add KObj:/devices/virtual/workqueue/nvme-auth-wq Env:map[ACTION:add DEVPATH:/devices/virtual/workqueue/nvme-auth-wq SEQNUM:1739 SUBSYSTEM:workqueue]}
[    3.017952] booster: udev event {Action:add KObj:/module/nvme_core Env:map[ACTION:add DEVPATH:/module/nvme_core SEQNUM:1740 SUBSYSTEM:module]}
[    3.018436] booster: udev event {Action:add KObj:/bus/pci/drivers/nvme Env:map[ACTION:add DEVPATH:/bus/pci/drivers/nvme SEQNUM:1741 SUBSYSTEM:drivers]}
[    3.018464] nvme nvme0: pci function 0000:01:00.0
[    3.018735] booster: udev event {Action:add KObj:/module/nvme Env:map[ACTION:add DEVPATH:/module/nvme SEQNUM:1742 SUBSYSTEM:module]}
[    3.019025] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0 Env:map[ACTION:add DEVNAME:nvme0 DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0 MAJOR:239 MINOR:0 NVME_TRTYPE:pcie SEQNUM:1743 SUBSYSTEM:nvme]}
[    3.023694] nvme nvme0: Shutdown timeout set to 10 seconds
[    3.023717] booster: udev event {Action:add KObj:/devices/virtual/nvme-subsystem/nvme-subsys0 Env:map[ACTION:add DEVPATH:/devices/virtual/nvme-subsystem/nvme-subsys0 SEQNUM:1744 SUBSYSTEM:nvme-subsystem]}
[    3.024926] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/hwmon0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/hwmon0 SEQNUM:1745 SUBSYSTEM:hwmon]}
[    3.026384] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[    3.026643] nvme nvme0: 32/0/0 default/read/poll queues
[    3.026811] booster: blkinfo for /dev/sdc1: type=ext4 UUID=718fa296-850e-4ec5-9217-e3c06ecbec51 LABEL=Storage 3
[    3.027942] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[    3.028008] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0 Env:map[ACTION:change DEVNAME:nvme0 DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0 MAJOR:239 MINOR:0 NVME_EVENT:connected NVME_TRTYPE:pcie SEQNUM:1746 SUBSYSTEM:nvme]}
[    3.029306]  nvme0n1: p1 p2
[    3.029737] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[    3.031877] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[    3.034294] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[    3.036932] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[    3.039860] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[    3.042455] booster: no match found for alias dmi:bvnAmericanMegatrendsInternational,LLC.:bvrL2.62:bd01/31/2023:br5.17:svnToBeFilledByO.E.M.:pnB550PGVelocita:pvrToBeFilledByO.E.M.:rvnASRock:rnB550PGVelocita:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:skuToBeFilledByO.E.M.:
[    3.043021] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[    3.046686] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[    3.047611] booster: blkinfo for /dev/sdc2: type=mbr UUID=00000000 LABEL=
[    3.050489] booster: loading module crc32_pclmul
[    3.050538] booster: loading module crct10dif_pclmul
[    3.050548] booster: loading module cryptd
[    3.050553] booster: loading module gf128mul
[    3.050556] booster: loading module sha512_ssse3
[    3.053060] booster: udev event {Action:add KObj:/devices/virtual/bdi/259:0 Env:map[ACTION:add DEVPATH:/devices/virtual/bdi/259:0 SEQNUM:1747 SUBSYSTEM:bdi]}
[    3.061089] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1 Env:map[ACTION:add DEVNAME:nvme0n1 DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1 DEVTYPE:disk DISKSEQ:5 MAJOR:259 MINOR:0 SEQNUM:1748 SUBSYSTEM:block]}
[    3.062970] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1 Env:map[ACTION:add DEVNAME:nvme0n1p1 DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1 DEVTYPE:partition DISKSEQ:5 MAJOR:259 MINOR:1 PARTN:1 PARTNAME:EFI system partition SEQNUM:1749 SUBSYSTEM:block]}
[    3.062996] booster: found a new device /dev/nvme0n1
[    3.064851] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2 Env:map[ACTION:add DEVNAME:nvme0n1p2 DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2 DEVTYPE:partition DISKSEQ:5 MAJOR:259 MINOR:2 PARTN:2 PARTNAME:Linux x86-64 root (/) SEQNUM:1750 SUBSYSTEM:block]}
[    3.065911] booster: blkinfo for /dev/nvme0n1: type=gpt UUID=2788efc2-2f41-4e55-bd90-cd679952c330 LABEL=
[    3.067600] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/ng0n1 Env:map[ACTION:add DEVNAME:ng0n1 DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/ng0n1 MAJOR:238 MINOR:0 SEQNUM:1751 SUBSYSTEM:nvme-generic]}
[    3.068795] booster: symlink /dev/nvme0n1 /dev/disk/by-id/nvme-KINGSTON_SKC3000S1024G_50026B7282B60D14
[    3.068808] booster: found a new device /dev/nvme0n1p1
[    3.068814] booster: found a new device /dev/nvme0n1p2
[    3.069076] xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
[    3.069255] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    3.069257] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[    3.069259] xhci_hcd 0000:02:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    3.069302] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.03
[    3.069303] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.069304] usb usb1: Product: xHCI Host Controller
[    3.069305] usb usb1: Manufacturer: Linux 6.3.9-arch1-1 xhci-hcd
[    3.069305] usb usb1: SerialNumber: 0000:02:00.0
[    3.069370] hub 1-0:1.0: USB hub found
[    3.069381] hub 1-0:1.0: 10 ports detected
[    3.069569] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    3.070373] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.03
[    3.070374] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.070375] usb usb2: Product: xHCI Host Controller
[    3.070375] usb usb2: Manufacturer: Linux 6.3.9-arch1-1 xhci-hcd
[    3.070376] usb usb2: SerialNumber: 0000:02:00.0
[    3.070409] hub 2-0:1.0: USB hub found
[    3.070414] hub 2-0:1.0: 4 ports detected
[    3.070530] xhci_hcd 0000:07:00.3: xHCI Host Controller
[    3.070532] xhci_hcd 0000:07:00.3: new USB bus registered, assigned bus number 3
[    3.070619] xhci_hcd 0000:07:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
[    3.070751] xhci_hcd 0000:07:00.3: xHCI Host Controller
[    3.070753] xhci_hcd 0000:07:00.3: new USB bus registered, assigned bus number 4
[    3.070753] xhci_hcd 0000:07:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    3.070769] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.03
[    3.070770] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.070770] usb usb3: Product: xHCI Host Controller
[    3.070771] usb usb3: Manufacturer: Linux 6.3.9-arch1-1 xhci-hcd
[    3.070771] usb usb3: SerialNumber: 0000:07:00.3
[    3.070809] hub 3-0:1.0: USB hub found
[    3.070813] hub 3-0:1.0: 4 ports detected
[    3.070940] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    3.070948] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.03
[    3.070949] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.070949] usb usb4: Product: xHCI Host Controller
[    3.070950] usb usb4: Manufacturer: Linux 6.3.9-arch1-1 xhci-hcd
[    3.070950] usb usb4: SerialNumber: 0000:07:00.3
[    3.070980] hub 4-0:1.0: USB hub found
[    3.070984] hub 4-0:1.0: 4 ports detected
[    3.071287] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0 DRIVER:nvme MODALIAS:pci:v00002646d00005013sv00002646sd00005013bc01sc08i02 PCI_CLASS:10802 PCI_ID:2646:5013 PCI_SLOT_NAME:0000:01:00.0 PCI_SUBSYS_ID:2646:5013 SEQNUM:1752 SUBSYSTEM:pci]}
[    3.072974] booster: blkinfo for /dev/nvme0n1p1: type=fat UUID=63599b60 LABEL=NO NAME
[    3.074139] booster: blkinfo for /dev/nvme0n1p2: type=ext4 UUID=c1785551-9ae6-4a43-bab7-cdc42cf98971 LABEL=Arch Linux
[    3.075570] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/wakeup/wakeup31 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/wakeup/wakeup31 SEQNUM:1753 SUBSYSTEM:wakeup]}
[    3.076357] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1 Env:map[ACTION:add BUSNUM:001 DEVNAME:bus/usb/001/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1 DEVTYPE:usb_device MAJOR:189 MINOR:0 PRODUCT:1d6b/2/603 SEQNUM:1754 SUBSYSTEM:usb TYPE:9/0/1]}
[    3.079671] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-0:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-0:1.0 DEVTYPE:usb_interface INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0002d0603dc09dsc00dp01ic09isc00ip00in00 PRODUCT:1d6b/2/603 SEQNUM:1755 SUBSYSTEM:usb TYPE:9/0/1]}
[    3.081357] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-0:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-0:1.0 DEVTYPE:usb_interface DRIVER:hub INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0002d0603dc09dsc00dp01ic09isc00ip00in00 PRODUCT:1d6b/2/603 SEQNUM:1756 SUBSYSTEM:usb TYPE:9/0/1]}
[    3.081375] booster: no match found for alias usb:v1D6Bp0002d0603dc09dsc00dp01ic09isc00ip00in00
[    3.083046] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1 Env:map[ACTION:bind BUSNUM:001 DEVNAME:bus/usb/001/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:0 PRODUCT:1d6b/2/603 SEQNUM:1757 SUBSYSTEM:usb TYPE:9/0/1]}
[    3.085352] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2 Env:map[ACTION:add BUSNUM:002 DEVNAME:bus/usb/002/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2 DEVTYPE:usb_device MAJOR:189 MINOR:128 PRODUCT:1d6b/3/603 SEQNUM:1758 SUBSYSTEM:usb TYPE:9/0/3]}
[    3.086767] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-0:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-0:1.0 DEVTYPE:usb_interface INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0003d0603dc09dsc00dp03ic09isc00ip00in00 PRODUCT:1d6b/3/603 SEQNUM:1759 SUBSYSTEM:usb TYPE:9/0/3]}
[    3.088221] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-0:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-0:1.0 DEVTYPE:usb_interface DRIVER:hub INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0003d0603dc09dsc00dp03ic09isc00ip00in00 PRODUCT:1d6b/3/603 SEQNUM:1760 SUBSYSTEM:usb TYPE:9/0/3]}
[    3.088243] booster: no match found for alias usb:v1D6Bp0003d0603dc09dsc00dp03ic09isc00ip00in00
[    3.089661] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2 Env:map[ACTION:bind BUSNUM:002 DEVNAME:bus/usb/002/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:128 PRODUCT:1d6b/3/603 SEQNUM:1761 SUBSYSTEM:usb TYPE:9/0/3]}
[    3.091817] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0 DRIVER:xhci_hcd MODALIAS:pci:v00001022d000043EEsv00001B21sd00001142bc0Csc03i30 PCI_CLASS:C0330 PCI_ID:1022:43EE PCI_SLOT_NAME:0000:02:00.0 PCI_SUBSYS_ID:1B21:1142 SEQNUM:1762 SUBSYSTEM:pci]}
[    3.093185] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/wakeup/wakeup32 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/wakeup/wakeup32 SEQNUM:1763 SUBSYSTEM:wakeup]}
[    3.093873] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3 Env:map[ACTION:add BUSNUM:003 DEVNAME:bus/usb/003/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3 DEVTYPE:usb_device MAJOR:189 MINOR:256 PRODUCT:1d6b/2/603 SEQNUM:1764 SUBSYSTEM:usb TYPE:9/0/1]}
[    3.095244] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-0:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-0:1.0 DEVTYPE:usb_interface INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0002d0603dc09dsc00dp01ic09isc00ip00in00 PRODUCT:1d6b/2/603 SEQNUM:1765 SUBSYSTEM:usb TYPE:9/0/1]}
[    3.096573] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-0:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-0:1.0 DEVTYPE:usb_interface DRIVER:hub INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0002d0603dc09dsc00dp01ic09isc00ip00in00 PRODUCT:1d6b/2/603 SEQNUM:1766 SUBSYSTEM:usb TYPE:9/0/1]}
[    3.097910] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3 Env:map[ACTION:bind BUSNUM:003 DEVNAME:bus/usb/003/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:256 PRODUCT:1d6b/2/603 SEQNUM:1767 SUBSYSTEM:usb TYPE:9/0/1]}
[    3.099219] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4 Env:map[ACTION:add BUSNUM:004 DEVNAME:bus/usb/004/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4 DEVTYPE:usb_device MAJOR:189 MINOR:384 PRODUCT:1d6b/3/603 SEQNUM:1768 SUBSYSTEM:usb TYPE:9/0/3]}
[    3.100506] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4/4-0:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4/4-0:1.0 DEVTYPE:usb_interface INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0003d0603dc09dsc00dp03ic09isc00ip00in00 PRODUCT:1d6b/3/603 SEQNUM:1769 SUBSYSTEM:usb TYPE:9/0/3]}
[    3.101790] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4/4-0:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4/4-0:1.0 DEVTYPE:usb_interface DRIVER:hub INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0003d0603dc09dsc00dp03ic09isc00ip00in00 PRODUCT:1d6b/3/603 SEQNUM:1770 SUBSYSTEM:usb TYPE:9/0/3]}
[    3.103076] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4 Env:map[ACTION:bind BUSNUM:004 DEVNAME:bus/usb/004/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:384 PRODUCT:1d6b/3/603 SEQNUM:1771 SUBSYSTEM:usb TYPE:9/0/3]}
[    3.104353] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3 DRIVER:xhci_hcd MODALIAS:pci:v00001022d0000149Csv00001849sd0000FFFFbc0Csc03i30 PCI_CLASS:C0330 PCI_ID:1022:149C PCI_SLOT_NAME:0000:07:00.3 PCI_SUBSYS_ID:1849:FFFF SEQNUM:1772 SUBSYSTEM:pci]}
[    3.105650] booster: udev event {Action:add KObj:/bus/pci/drivers/xhci_hcd Env:map[ACTION:add DEVPATH:/bus/pci/drivers/xhci_hcd SEQNUM:1773 SUBSYSTEM:drivers]}
[    3.106299] booster: udev event {Action:add KObj:/module/xhci_pci Env:map[ACTION:add DEVPATH:/module/xhci_pci SEQNUM:1774 SUBSYSTEM:module]}
[    3.168337] booster: udev event {Action:add KObj:/module/crct10dif_pclmul Env:map[ACTION:add DEVPATH:/module/crct10dif_pclmul SEQNUM:1775 SUBSYSTEM:module]}
[    3.169147] booster: udev event {Action:add KObj:/module/sha512_ssse3 Env:map[ACTION:add DEVPATH:/module/sha512_ssse3 SEQNUM:1776 SUBSYSTEM:module]}
[    3.209237] booster: loading module polyval_generic
[    3.209242] booster: udev event {Action:add KObj:/module/crc32_pclmul Env:map[ACTION:add DEVPATH:/module/crc32_pclmul SEQNUM:1777 SUBSYSTEM:module]}
[    3.209251] cryptd: max_cpu_qlen set to 1000
[    3.209280] booster: loading module ghash_clmulni_intel
[    3.209287] booster: loading module crypto_simd
[    3.210176] nvidia-nvlink: Nvlink Core is being initialized, major device number 236
[    3.210179] 
[    3.210536] booster: udev event {Action:add KObj:/module/gf128mul Env:map[ACTION:add DEVPATH:/module/gf128mul SEQNUM:1778 SUBSYSTEM:module]}
[    3.210970] nvidia 0000:05:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[    3.211653] booster: loading module polyval_clmulni
[    3.213384] booster: udev event {Action:add KObj:/module/cryptd Env:map[ACTION:add DEVPATH:/module/cryptd SEQNUM:1779 SUBSYSTEM:module]}
[    3.214451] booster: loading module aesni_intel
[    3.214789] booster: udev event {Action:add KObj:/bus/pci/drivers/nvidia-nvswitch Env:map[ACTION:add DEVPATH:/bus/pci/drivers/nvidia-nvswitch SEQNUM:1780 SUBSYSTEM:drivers]}
[    3.216163] booster: udev event {Action:add KObj:/module/polyval_generic Env:map[ACTION:add DEVPATH:/module/polyval_generic SEQNUM:1781 SUBSYSTEM:module]}
[    3.216846] booster: udev event {Action:add KObj:/module/ghash_clmulni_intel Env:map[ACTION:add DEVPATH:/module/ghash_clmulni_intel SEQNUM:1782 SUBSYSTEM:module]}
[    3.217457] booster: udev event {Action:add KObj:/module/crypto_simd Env:map[ACTION:add DEVPATH:/module/crypto_simd SEQNUM:1783 SUBSYSTEM:module]}
[    3.218078] booster: udev event {Action:add KObj:/module/polyval_clmulni Env:map[ACTION:add DEVPATH:/module/polyval_clmulni SEQNUM:1784 SUBSYSTEM:module]}
[    3.218079] AVX2 version of gcm_enc/dec engaged.
[    3.218113] AES CTR mode by8 optimization enabled
[    3.218706] booster: udev event {Action:add KObj:/module/aesni_intel Env:map[ACTION:add DEVPATH:/module/aesni_intel SEQNUM:1785 SUBSYSTEM:module]}
[    3.253439] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  535.54.03  Tue Jun  6 22:20:39 UTC 2023
[    3.253466] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0 DRIVER:nvidia MODALIAS:pci:v000010DEd0000220Asv000010DEsd00001616bc03sc00i00 PCI_CLASS:30000 PCI_ID:10DE:220A PCI_SLOT_NAME:0000:05:00.0 PCI_SUBSYS_ID:10DE:1616 SEQNUM:1786 SUBSYSTEM:pci]}
[    3.254391] booster: loading module nvidia_uvm
[    3.254396] booster: loading module nvidia_modeset
[    3.254941] booster: udev event {Action:add KObj:/bus/pci/drivers/nvidia Env:map[ACTION:add DEVPATH:/bus/pci/drivers/nvidia SEQNUM:1787 SUBSYSTEM:drivers]}
[    3.256813] booster: udev event {Action:add KObj:/module/nvidia Env:map[ACTION:add DEVPATH:/module/nvidia SEQNUM:1788 SUBSYSTEM:module]}
[    3.257452] nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
[    3.262596] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  535.54.03  Tue Jun  6 22:17:39 UTC 2023
[    3.262634] booster: udev event {Action:add KObj:/module/nvidia_modeset Env:map[ACTION:add DEVPATH:/module/nvidia_modeset SEQNUM:1789 SUBSYSTEM:module]}
[    3.262659] booster: loading module nvidia_drm params="modeset=1"
[    3.316898] usb 1-5: new low-speed USB device number 2 using xhci_hcd
[    3.329131] [drm] [nvidia-drm] [GPU ID 0x00000500] Loading driver
[    3.329147] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/renderD128 Env:map[ACTION:add DEVNAME:dri/renderD128 DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/renderD128 DEVTYPE:drm_minor MAJOR:226 MINOR:128 SEQNUM:1790 SUBSYSTEM:drm]}
[    3.330446] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 Env:map[ACTION:add DEVNAME:dri/card0 DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 DEVTYPE:drm_minor MAJOR:226 MINOR:0 SEQNUM:1791 SUBSYSTEM:drm]}
[    3.634068] usb 1-5: New USB device found, idVendor=047d, idProduct=1020, bcdDevice= 1.08
[    3.634072] usb 1-5: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    3.634073] usb 1-5: Product: Kensington Expert Mouse
[    3.634677] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5 Env:map[ACTION:add BUSNUM:001 DEVNAME:bus/usb/001/002 DEVNUM:002 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5 DEVTYPE:usb_device MAJOR:189 MINOR:1 PRODUCT:47d/1020/108 SEQNUM:1792 SUBSYSTEM:usb TYPE:0/0/0]}
[    3.826907] usb 1-6: new low-speed USB device number 3 using xhci_hcd
[    4.124736] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5 Env:map[ACTION:change BUSNUM:001 DEVNAME:bus/usb/001/002 DEVNUM:002 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:1 PRODUCT:47d/1020/108 SEQNUM:1793 SUBSYSTEM:usb TYPE:0/0/0]}
[    4.125894] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0 DEVTYPE:usb_interface INTERFACE:3/1/2 MODALIAS:usb:v047Dp1020d0108dc00dsc00dp00ic03isc01ip02in00 PRODUCT:47d/1020/108 SEQNUM:1794 SUBSYSTEM:usb TYPE:0/0/0]}
[    4.127032] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5 Env:map[ACTION:bind BUSNUM:001 DEVNAME:bus/usb/001/002 DEVNUM:002 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:1 PRODUCT:47d/1020/108 SEQNUM:1795 SUBSYSTEM:usb TYPE:0/0/0]}
[    4.127084] booster: modalias usb:v047Dp1020d0108dc00dsc00dp00ic03isc01ip02in00 matched module usbhid
[    4.128766] booster: loading module usbhid
[    4.147794] usb 1-6: New USB device found, idVendor=1a2c, idProduct=2124, bcdDevice= 1.10
[    4.147797] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.147798] usb 1-6: Product: USB Keyboard
[    4.147799] usb 1-6: Manufacturer: SEM
[    4.148030] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6 Env:map[ACTION:add BUSNUM:001 DEVNAME:bus/usb/001/003 DEVNUM:003 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6 DEVTYPE:usb_device MAJOR:189 MINOR:2 PRODUCT:1a2c/2124/110 SEQNUM:1796 SUBSYSTEM:usb TYPE:0/0/0]}
[    4.157813] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6 Env:map[ACTION:change BUSNUM:001 DEVNAME:bus/usb/001/003 DEVNUM:003 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:2 PRODUCT:1a2c/2124/110 SEQNUM:1797 SUBSYSTEM:usb TYPE:0/0/0]}
[    4.159003] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0 DEVTYPE:usb_interface INTERFACE:3/1/1 MODALIAS:usb:v1A2Cp2124d0110dc00dsc00dp00ic03isc01ip01in00 PRODUCT:1a2c/2124/110 SEQNUM:1798 SUBSYSTEM:usb TYPE:0/0/0]}
[    4.160106] booster: modalias usb:v1A2Cp2124d0110dc00dsc00dp00ic03isc01ip01in00 matched module usbhid
[    4.168905] input: SEM USB Keyboard as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/input/input2
[    4.169000] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001 HID_ID:0003:00001A2C:00002124 HID_NAME:SEM USB Keyboard HID_PHYS:usb-0000:02:00.0-6/input0 HID_UNIQ: MODALIAS:hid:b0003g0001v00001A2Cp00002124 SEQNUM:1799 SUBSYSTEM:hid]}
[    4.170419] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/wakeup/wakeup33 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/wakeup/wakeup33 SEQNUM:1800 SUBSYSTEM:wakeup]}
[    4.170588] booster: no match found for alias hid:b0003g0001v00001A2Cp00002124
[    4.170956] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/input/input2 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/input/input2 EV:120013 KEY:1000000000007 ff800000000007ff febeffdff3cfffff fffffffffffffffe LED:7 MODALIAS:input:b0003v1A2Cp2124e0110-e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,sfw MSC:10 NAME:"SEM USB Keyboard" PHYS:"usb-0000:02:00.0-6/input0" PRODUCT:3/1a2c/2124/110 PROP:0 SEQNUM:1801 SUBSYSTEM:input UNIQ:""]}
[    4.172566] booster: no match found for alias input:b0003v1A2Cp2124e0110_e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,sfw
[    4.176869] input: Kensington Expert Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0002/input/input3
[    4.177045] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0002 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0002 HID_ID:0003:0000047D:00001020 HID_NAME:Kensington Expert Mouse HID_PHYS:usb-0000:02:00.0-5/input0 HID_UNIQ: MODALIAS:hid:b0003g0001v0000047Dp00001020 SEQNUM:1802 SUBSYSTEM:hid]}
[    4.178388] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0002/input/input3 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0002/input/input3 EV:17 KEY:1f0000 0 0 0 0 MODALIAS:input:b0003v047Dp1020e0111-e0,1,2,4,k110,111,112,113,114,r0,1,8,B,am4,lsfw MSC:10 NAME:"Kensington Expert Mouse" PHYS:"usb-0000:02:00.0-5/input0" PRODUCT:3/47d/1020/111 PROP:0 REL:903 SEQNUM:1803 SUBSYSTEM:input UNIQ:""]}
[    4.178423] booster: no match found for alias hid:b0003g0001v0000047Dp00001020
[    4.178750] nvidia-uvm: Loaded the UVM driver, major device number 234.
[    4.179992] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-0 SEQNUM:1804 SUBSYSTEM:i2c]}
[    4.180015] booster: no match found for alias input:b0003v047Dp1020e0111_e0,1,2,4,k110,111,112,113,114,r0,1,8,B,am4,lsfw
[    4.181226] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-1 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-1 SEQNUM:1805 SUBSYSTEM:i2c]}
[    4.182488] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-2 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-2 SEQNUM:1806 SUBSYSTEM:i2c]}
[    4.183010] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-3 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-3 SEQNUM:1807 SUBSYSTEM:i2c]}
[    4.183529] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-4 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-4 SEQNUM:1808 SUBSYSTEM:i2c]}
[    4.184061] booster: udev event {Action:add KObj:/module/nvidia_uvm Env:map[ACTION:add DEVPATH:/module/nvidia_uvm SEQNUM:1809 SUBSYSTEM:module]}
[    4.223635] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/input/input2/input2::numlock Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/input/input2/input2::numlock SEQNUM:1810 SUBSYSTEM:leds]}
[    4.223912] hid-generic 0003:1A2C:2124.0001: input,hidraw0: USB HID v1.10 Keyboard [SEM USB Keyboard] on usb-0000:02:00.0-6/input0
[    4.223942] hid-generic 0003:047D:1020.0002: input,hidraw1: USB HID v1.11 Mouse [Kensington Expert Mouse] on usb-0000:02:00.0-5/input0
[    4.224876] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/input/input2/input2::numlock Env:map[ACTION:change DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/input/input2/input2::numlock SEQNUM:1811 SUBSYSTEM:leds TRIGGER:kbd-numlock]}
[    4.225927] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/input/input2/input2::capslock Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/input/input2/input2::capslock SEQNUM:1812 SUBSYSTEM:leds]}
[    4.226999] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/input/input2/input2::capslock Env:map[ACTION:change DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/input/input2/input2::capslock SEQNUM:1813 SUBSYSTEM:leds TRIGGER:kbd-capslock]}
[    4.228094] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/input/input2/input2::scrolllock Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/input/input2/input2::scrolllock SEQNUM:1814 SUBSYSTEM:leds]}
[    4.229203] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/input/input2/input2::scrolllock Env:map[ACTION:change DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/input/input2/input2::scrolllock SEQNUM:1815 SUBSYSTEM:leds TRIGGER:kbd-scrolllock]}
[    4.230332] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/input/input2/event2 Env:map[ACTION:add DEVNAME:input/event2 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/input/input2/event2 MAJOR:13 MINOR:66 SEQNUM:1816 SUBSYSTEM:input]}
[    4.231462] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/hidraw/hidraw0 Env:map[ACTION:add DEVNAME:hidraw0 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/hidraw/hidraw0 MAJOR:240 MINOR:0 SEQNUM:1817 SUBSYSTEM:hidraw]}
[    4.232621] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001 DRIVER:hid-generic HID_ID:0003:00001A2C:00002124 HID_NAME:SEM USB Keyboard HID_PHYS:usb-0000:02:00.0-6/input0 HID_UNIQ: MODALIAS:hid:b0003g0001v00001A2Cp00002124 SEQNUM:1818 SUBSYSTEM:hid]}
[    4.233811] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0002/input/input3/event3 Env:map[ACTION:add DEVNAME:input/event3 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0002/input/input3/event3 MAJOR:13 MINOR:67 SEQNUM:1819 SUBSYSTEM:input]}
[    4.233895] input: SEM USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input4
[    4.235052] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0 DEVTYPE:usb_interface DRIVER:usbhid INTERFACE:3/1/1 MODALIAS:usb:v1A2Cp2124d0110dc00dsc00dp00ic03isc01ip01in00 PRODUCT:1a2c/2124/110 SEQNUM:1820 SUBSYSTEM:usb TYPE:0/0/0]}
[    4.236274] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0002/hidraw/hidraw1 Env:map[ACTION:add DEVNAME:hidraw1 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0002/hidraw/hidraw1 MAJOR:240 MINOR:1 SEQNUM:1821 SUBSYSTEM:hidraw]}
[    4.237525] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0002 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0002 DRIVER:hid-generic HID_ID:0003:0000047D:00001020 HID_NAME:Kensington Expert Mouse HID_PHYS:usb-0000:02:00.0-5/input0 HID_UNIQ: MODALIAS:hid:b0003g0001v0000047Dp00001020 SEQNUM:1822 SUBSYSTEM:hid]}
[    4.238787] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0 DEVTYPE:usb_interface DRIVER:usbhid INTERFACE:3/1/2 MODALIAS:usb:v047Dp1020d0108dc00dsc00dp00ic03isc01ip02in00 PRODUCT:47d/1020/108 SEQNUM:1823 SUBSYSTEM:usb TYPE:0/0/0]}
[    4.240037] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1 DEVTYPE:usb_interface INTERFACE:3/0/0 MODALIAS:usb:v1A2Cp2124d0110dc00dsc00dp00ic03isc00ip00in01 PRODUCT:1a2c/2124/110 SEQNUM:1824 SUBSYSTEM:usb TYPE:0/0/0]}
[    4.241289] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003 HID_ID:0003:00001A2C:00002124 HID_NAME:SEM USB Keyboard HID_PHYS:usb-0000:02:00.0-6/input1 HID_UNIQ: MODALIAS:hid:b0003g0001v00001A2Cp00002124 SEQNUM:1825 SUBSYSTEM:hid]}
[    4.241323] booster: modalias usb:v1A2Cp2124d0110dc00dsc00dp00ic03isc00ip00in01 matched module usbhid
[    4.242543] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input4 Env:map[ABS:100000000 ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input4 EV:1f KEY:33eff 0 0 483ffff17aff32d bfd4444600000000 1 130c730b17c000 267bfad9415fed 9e168000004400 10000002 MODALIAS:input:b0003v1A2Cp2124e0110-e0,1,2,3,4,k71,72,73,74,77,80,82,83,85,86,87,88,89,8A,8B,8C,8E,90,96,98,9B,9C,9E,9F,A1,A3,A4,A5,A6,A7,A8,A9,AB,AC,AD,AE,B1,B2,B5,CE,CF,D0,D1,D2,D4,D8,D9,DB,E0,E1,E4,E5,E6,EA,EB,F0,F1,F4,100,161,162,166,16A,16E,172,174,176,177,178,179,17A,17B,17C,17D,17F,180,182,183,185,188,189,18C,18D,18E,18F,190,191,192,193,195,197,198,199,19A,19C,1A0,1A1,1A2,1A3,1A4,1A5,1A6,1A7,1A8,1A9,1AA,1AB,1AC,1AD,1AE,1AF,1B0,1B1,1B7,1BA,240,241,242,243,244,245,246,247,249,24A,24B,24C,24D,250,251,r6,C,a20,m4,lsfw MSC...
[    4.245677] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0/card0-HDMI-A-1 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0/card0-HDMI-A-1 DEVTYPE:drm_connector SEQNUM:1827 SUBSYSTEM:drm]}
[    4.245702] booster: no match found for alias input:b0003v1A2Cp2124e0110_e0,1,2,3,4,k71,72,73,74,77,80,82,83,85,86,87,88,89,8A,8B,8C,8E,90,96,98,9B,9C,9E,9F,A1,A3,A4,A5,A6,A7,A8,A9,AB,AC,AD,AE,B1,B2,B5,CE,CF,D0,D1,D2,D4,D8,D9,DB,E0,E1,E4,E5,E6,EA,EB,F0,F1,F4,100,161,162,166,16A,16E,172,174,176,177,178,179,17A,17B,17C,17D,17F,180,182,183,185,188,189,18C,18D,18E,18F,190,191,192,193,195,197,198,199,19A,19C,1A0,1A1,1A2,1A3,1A4,1A5,1A6,1A7,1A8,1A9,1AA,1AB,1AC,1AD,1AE,1AF,1B0,1B1,1B7,1BA,240,241,242,243,244,245,246,247,249,24A,24B,24C,24D,250,251,r6,C,a20,m4,lsfw
[    4.247738] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 Env:map[ACTION:change CONNECTOR:88 DEVNAME:dri/card0 DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 DEVTYPE:drm_minor HOTPLUG:1 MAJOR:226 MINOR:0 SEQNUM:1828 SUBSYSTEM:drm]}
[    4.251080] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0/card0-DP-1 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0/card0-DP-1 DEVTYPE:drm_connector SEQNUM:1829 SUBSYSTEM:drm]}
[    4.251733] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 Env:map[ACTION:change CONNECTOR:90 DEVNAME:dri/card0 DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 DEVTYPE:drm_minor HOTPLUG:1 MAJOR:226 MINOR:0 SEQNUM:1830 SUBSYSTEM:drm]}
[    4.253007] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0/card0-DP-2 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0/card0-DP-2 DEVTYPE:drm_connector SEQNUM:1831 SUBSYSTEM:drm]}
[    4.253666] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 Env:map[ACTION:change CONNECTOR:93 DEVNAME:dri/card0 DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 DEVTYPE:drm_minor HOTPLUG:1 MAJOR:226 MINOR:0 SEQNUM:1832 SUBSYSTEM:drm]}
[    4.254943] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0/card0-DP-3 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0/card0-DP-3 DEVTYPE:drm_connector SEQNUM:1833 SUBSYSTEM:drm]}
[    4.255597] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 Env:map[ACTION:change CONNECTOR:96 DEVNAME:dri/card0 DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 DEVTYPE:drm_minor HOTPLUG:1 MAJOR:226 MINOR:0 SEQNUM:1834 SUBSYSTEM:drm]}
[    4.256894] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 Env:map[ACTION:change DEVNAME:dri/card0 DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 DEVTYPE:drm_minor HOTPLUG:1 MAJOR:226 MINOR:0 SEQNUM:1835 SUBSYSTEM:drm]}
[    4.290278] input: SEM USB Keyboard System Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input5
[    4.290310] hid-generic 0003:1A2C:2124.0003: input,hidraw2: USB HID v1.10 Device [SEM USB Keyboard] on usb-0000:02:00.0-6/input1
[    4.290551] usbcore: registered new interface driver usbhid
[    4.290553] usbhid: USB HID core driver
[    4.290578] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input4/event4 Env:map[ACTION:add DEVNAME:input/event4 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input4/event4 MAJOR:13 MINOR:68 SEQNUM:1836 SUBSYSTEM:input]}
[    4.292089] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input5 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input5 EV:13 KEY:c000 10000000000000 0 MODALIAS:input:b0003v1A2Cp2124e0110-e0,1,4,k74,8E,8F,ram4,lsfw MSC:10 NAME:"SEM USB Keyboard System Control" PHYS:"usb-0000:02:00.0-6/input1" PRODUCT:3/1a2c/2124/110 PROP:0 SEQNUM:1837 SUBSYSTEM:input UNIQ:""]}
[    4.294040] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input5/event5 Env:map[ACTION:add DEVNAME:input/event5 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input5/event5 MAJOR:13 MINOR:69 SEQNUM:1838 SUBSYSTEM:input]}
[    4.294061] booster: no match found for alias input:b0003v1A2Cp2124e0110_e0,1,4,k74,8E,8F,ram4,lsfw
[    4.295362] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/hidraw/hidraw2 Env:map[ACTION:add DEVNAME:hidraw2 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/hidraw/hidraw2 MAJOR:240 MINOR:2 SEQNUM:1839 SUBSYSTEM:hidraw]}
[    4.296717] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003 DRIVER:hid-generic HID_ID:0003:00001A2C:00002124 HID_NAME:SEM USB Keyboard HID_PHYS:usb-0000:02:00.0-6/input1 HID_UNIQ: MODALIAS:hid:b0003g0001v00001A2Cp00002124 SEQNUM:1840 SUBSYSTEM:hid]}
[    4.298113] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1 DEVTYPE:usb_interface DRIVER:usbhid INTERFACE:3/0/0 MODALIAS:usb:v1A2Cp2124d0110dc00dsc00dp00ic03isc00ip00in01 PRODUCT:1a2c/2124/110 SEQNUM:1841 SUBSYSTEM:usb TYPE:0/0/0]}
[    4.299491] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6 Env:map[ACTION:bind BUSNUM:001 DEVNAME:bus/usb/001/003 DEVNUM:003 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:2 PRODUCT:1a2c/2124/110 SEQNUM:1842 SUBSYSTEM:usb TYPE:0/0/0]}
[    4.300892] booster: udev event {Action:add KObj:/bus/usb/drivers/usbhid Env:map[ACTION:add DEVPATH:/bus/usb/drivers/usbhid SEQNUM:1843 SUBSYSTEM:drivers]}
[    4.301585] booster: udev event {Action:add KObj:/module/usbhid Env:map[ACTION:add DEVPATH:/module/usbhid SEQNUM:1844 SUBSYSTEM:module]}
[    4.382902] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:05:00.0 on minor 0
[    4.383227] booster: udev event {Action:add KObj:/module/nvidia_drm Env:map[ACTION:add DEVPATH:/module/nvidia_drm SEQNUM:1845 SUBSYSTEM:module]}
[    4.480241] usb 1-7: new high-speed USB device number 4 using xhci_hcd
[    4.710157] usb 1-7: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=60.60
[    4.710162] usb 1-7: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    4.710163] usb 1-7: Product: USB2.0 Hub
[    4.710415] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7 Env:map[ACTION:add BUSNUM:001 DEVNAME:bus/usb/001/004 DEVNUM:004 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7 DEVTYPE:usb_device MAJOR:189 MINOR:3 PRODUCT:5e3/610/6060 SEQNUM:1846 SUBSYSTEM:usb TYPE:9/0/2]}
[    4.718167] hub 1-7:1.0: USB hub found
[    4.718182] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7 Env:map[ACTION:change BUSNUM:001 DEVNAME:bus/usb/001/004 DEVNUM:004 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:3 PRODUCT:5e3/610/6060 SEQNUM:1847 SUBSYSTEM:usb TYPE:9/0/2]}
[    4.719792] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7/1-7:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7/1-7:1.0 DEVTYPE:usb_interface INTERFACE:9/0/1 MODALIAS:usb:v05E3p0610d6060dc09dsc00dp02ic09isc00ip01in00 PRODUCT:5e3/610/6060 SEQNUM:1848 SUBSYSTEM:usb TYPE:9/0/2]}
[    4.721125] booster: no match found for alias usb:v05E3p0610d6060dc09dsc00dp02ic09isc00ip01in00
[    4.722130] hub 1-7:1.0: 4 ports detected
[    4.751506] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7/1-7:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7/1-7:1.0 DEVTYPE:usb_interface DRIVER:hub INTERFACE:9/0/2 MODALIAS:usb:v05E3p0610d6060dc09dsc00dp02ic09isc00ip02in00 PRODUCT:5e3/610/6060 SEQNUM:1849 SUBSYSTEM:usb TYPE:9/0/2]}
[    4.753052] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7 Env:map[ACTION:bind BUSNUM:001 DEVNAME:bus/usb/001/004 DEVNUM:004 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:3 PRODUCT:5e3/610/6060 SEQNUM:1850 SUBSYSTEM:usb TYPE:9/0/2]}
[    4.753087] booster: no match found for alias usb:v05E3p0610d6060dc09dsc00dp02ic09isc00ip02in00
[    4.940513] usb 1-10: new full-speed USB device number 5 using xhci_hcd
[    5.261895] usb 1-10: New USB device found, idVendor=26ce, idProduct=01a2, bcdDevice= 0.00
[    5.261900] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    5.261902] usb 1-10: Product: LED Controller
[    5.261903] usb 1-10: Manufacturer: ASRock
[    5.261904] usb 1-10: SerialNumber: A02019100900
[    5.262087] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10 Env:map[ACTION:add BUSNUM:001 DEVNAME:bus/usb/001/005 DEVNUM:005 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10 DEVTYPE:usb_device MAJOR:189 MINOR:4 PRODUCT:26ce/1a2/0 SEQNUM:1851 SUBSYSTEM:usb TYPE:0/0/0]}
[    5.272735] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0 DEVTYPE:usb_interface INTERFACE:3/0/0 MODALIAS:usb:v26CEp01A2d0000dc00dsc00dp00ic03isc00ip00in00 PRODUCT:26ce/1a2/0 SEQNUM:1852 SUBSYSTEM:usb TYPE:0/0/0]}
[    5.274236] booster: modalias usb:v26CEp01A2d0000dc00dsc00dp00ic03isc00ip00in00 matched module usbhid
[    5.286713] input: ASRock LED Controller as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004/input/input6
[    5.286732] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004 HID_ID:0003:000026CE:000001A2 HID_NAME:ASRock LED Controller HID_PHYS:usb-0000:02:00.0-10/input0 HID_UNIQ:A02019100900 MODALIAS:hid:b0003g0001v000026CEp000001A2 SEQNUM:1853 SUBSYSTEM:hid]}
[    5.288214] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004/input/input6 Env:map[ABS:100000101ff ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004/input/input6 EV:1b KEY:40000001000000 1200000000 c00000000000000 100000800000000 40000010cc00 10168000000000 0 MODALIAS:input:b0003v26CEp01A2e0110-e0,1,3,4,k74,8A,8B,8E,8F,94,AE,E3,F8,13A,13B,161,164,198,1B6,ra0,1,2,3,4,5,6,7,8,10,28,m4,lsfw MSC:10 NAME:"ASRock LED Controller" PHYS:"usb-0000:02:00.0-10/input0" PRODUCT:3/26ce/1a2/110 PROP:0 SEQNUM:1854 SUBSYSTEM:input UNIQ:"A02019100900"]}
[    5.288243] booster: no match found for alias hid:b0003g0001v000026CEp000001A2
[    5.290154] booster: no match found for alias input:b0003v26CEp01A2e0110_e0,1,3,4,k74,8A,8B,8E,8F,94,AE,E3,F8,13A,13B,161,164,198,1B6,ra0,1,2,3,4,5,6,7,8,10,28,m4,lsfw
[    5.340353] hid-generic 0003:26CE:01A2.0004: input,hidraw3: USB HID v1.10 Device [ASRock LED Controller] on usb-0000:02:00.0-10/input0
[    5.340407] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004/input/input6/event6 Env:map[ACTION:add DEVNAME:input/event6 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004/input/input6/event6 MAJOR:13 MINOR:70 SEQNUM:1855 SUBSYSTEM:input]}
[    5.341979] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004/hidraw/hidraw3 Env:map[ACTION:add DEVNAME:hidraw3 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004/hidraw/hidraw3 MAJOR:240 MINOR:3 SEQNUM:1856 SUBSYSTEM:hidraw]}
[    5.343244] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004 DRIVER:hid-generic HID_ID:0003:000026CE:000001A2 HID_NAME:ASRock LED Controller HID_PHYS:usb-0000:02:00.0-10/input0 HID_UNIQ:A02019100900 MODALIAS:hid:b0003g0001v000026CEp000001A2 SEQNUM:1857 SUBSYSTEM:hid]}
[    5.344540] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0 DEVTYPE:usb_interface DRIVER:usbhid INTERFACE:3/0/0 MODALIAS:usb:v26CEp01A2d0000dc00dsc00dp00ic03isc00ip00in00 PRODUCT:26ce/1a2/0 SEQNUM:1858 SUBSYSTEM:usb TYPE:0/0/0]}
[    5.345810] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10 Env:map[ACTION:bind BUSNUM:001 DEVNAME:bus/usb/001/005 DEVNUM:005 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:4 PRODUCT:26ce/1a2/0 SEQNUM:1859 SUBSYSTEM:usb TYPE:0/0/0]}
[    7.983596] booster: Timeout waiting for root filesystem

The variable looks fine, as well as the gpt uuid.

But it looks like booster is unable to find the EFI partition. I just pushed a change to add more debug logs. Hopefully it will give us an idea what is going on.

Please pull wip branch, build init and replace the /usr/lib/booster/init.

@anatol,

Sure. By the way, I have one more EFI partition on /dev/sdd1 (Windows), and if I'm not mistaken it's enumerated before /dev/nvme0n1p1. Maybe this is the culprit?

dmesg
[    0.000000] Linux version 6.3.9-arch1-1 (linux@archlinux) (gcc (GCC) 13.1.1 20230429, GNU ld (GNU Binutils) 2.40.0) #1 SMP PREEMPT_DYNAMIC Wed, 21 Jun 2023 20:46:20 +0000
[    0.000000] Command line: initrd=\amd-ucode.img initrd=\booster-linux.img ro nvidia_drm.modeset=1 booster.log=debug,console
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 3376
[    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-0x0000000009bfefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009bff000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20e000-0x000000000affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000bb94dfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bb94e000-0x00000000bd106fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bd107000-0x00000000bd145fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bd146000-0x00000000bd46ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bd470000-0x00000000bdffefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bdfff000-0x00000000beffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bf000000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd600000-0x00000000fd7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000083f2fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000083f300000-0x000000083fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xb7f7e018-0xb7fa2657] usable ==> usable
[    0.000000] e820: update [mem 0xb7f7e018-0xb7fa2657] 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-0x0000000009bfefff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009bff000-0x0000000009ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000a20e000-0x000000000affffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000b020000-0x00000000b7f7e017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b7f7e018-0x00000000b7fa2657] usable
[    0.000000] reserve setup_data: [mem 0x00000000b7fa2658-0x00000000bb94dfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000bb94e000-0x00000000bd106fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bd107000-0x00000000bd145fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000bd146000-0x00000000bd46ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000bd470000-0x00000000bdffefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bdfff000-0x00000000beffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000bf000000-0x00000000bfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd600000-0x00000000fd7fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000083f2fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000083f300000-0x000000083fffffff] reserved
[    0.000000] efi: EFI v2.7 by American Megatrends
[    0.000000] efi: ACPI=0xbd459000 ACPI 2.0=0xbd459014 TPMFinalLog=0xbd423000 SMBIOS=0xbde22000 SMBIOS 3.0=0xbde21000 MEMATTR=0xb840b318 ESRT=0xbaf5b098 RNG=0xbd112f18 INITRD=0xb8367e18 TPMEventLog=0xb7fa3018 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem292: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
[    0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved
[    0.000000] efi: Remove mem293: MMIO range=[0xfd200000-0xfd2fffff] (1MB) from e820 map
[    0.000000] e820: remove [mem 0xfd200000-0xfd2fffff] reserved
[    0.000000] efi: Remove mem294: MMIO range=[0xfd600000-0xfd7fffff] (2MB) from e820 map
[    0.000000] e820: remove [mem 0xfd600000-0xfd7fffff] reserved
[    0.000000] efi: Not removing mem295: MMIO range=[0xfea00000-0xfea0ffff] (64KB) from e820 map
[    0.000000] efi: Remove mem296: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
[    0.000000] e820: remove [mem 0xfeb80000-0xfec01fff] reserved
[    0.000000] efi: Not removing mem297: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem298: MMIO range=[0xfec30000-0xfec30fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem299: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem300: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
[    0.000000] efi: Not removing mem301: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
[    0.000000] efi: Not removing mem302: MMIO range=[0xfedc2000-0xfedcffff] (56KB) from e820 map
[    0.000000] efi: Not removing mem303: MMIO range=[0xfedd4000-0xfedd5fff] (8KB) from e820 map
[    0.000000] efi: Remove mem304: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: To Be Filled By O.E.M. B550 PG Velocita/B550 PG Velocita, BIOS L2.62 01/31/2023
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3693.010 MHz processor
[    0.000212] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000214] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000218] last_pfn = 0x83f300 max_arch_pfn = 0x400000000
[    0.000223] total RAM covered: 3071M
[    0.000301] Found optimal setting for mtrr clean up
[    0.000301]  gran_size: 64K 	chunk_size: 64M 	num_reg: 3  	lose cover RAM: 0G
[    0.000303] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000972] e820: update [mem 0xbd1f0000-0xbd1fffff] usable ==> reserved
[    0.000976] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[    0.000978] last_pfn = 0xbf000 max_arch_pfn = 0x400000000
[    0.003466] esrt: Reserving ESRT space from 0x00000000baf5b098 to 0x00000000baf5b0d0.
[    0.003470] e820: update [mem 0xbaf5b000-0xbaf5bfff] usable ==> reserved
[    0.003495] Using GB pages for direct mapping
[    0.003679] Secure boot disabled
[    0.003680] RAMDISK: [mem 0xa5e33000-0xabec8fff]
[    0.003682] ACPI: Early table checksum verification disabled
[    0.003684] ACPI: RSDP 0x00000000BD459014 000024 (v02 ALASKA)
[    0.003687] ACPI: XSDT 0x00000000BD458728 0000D4 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.003690] ACPI: FACP 0x00000000BD137000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.003693] ACPI: DSDT 0x00000000BD130000 006853 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.003695] ACPI: FACS 0x00000000BD453000 000040
[    0.003696] ACPI: SSDT 0x00000000BD13D000 008CE9 (v02 AMD    AmdTable 00000002 MSFT 04000000)
[    0.003697] ACPI: SSDT 0x00000000BD139000 003B45 (v02 AMD    AMD AOD  00000001 INTL 20120913)
[    0.003699] ACPI: SSDT 0x00000000BD138000 000309 (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
[    0.003700] ACPI: FIDT 0x00000000BD12F000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.003702] ACPI: MCFG 0x00000000BD12E000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.003703] ACPI: AAFT 0x00000000BD12D000 000115 (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
[    0.003704] ACPI: HPET 0x00000000BD12C000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.003706] ACPI: BGRT 0x00000000BD12B000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.003707] ACPI: TPM2 0x00000000BD12A000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
[    0.003709] ACPI: PCCT 0x00000000BD129000 00006E (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.003710] ACPI: SSDT 0x00000000BD122000 0061A3 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.003711] ACPI: CRAT 0x00000000BD120000 001190 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.003713] ACPI: CDIT 0x00000000BD11F000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.003714] ACPI: SSDT 0x00000000BD11E000 000259 (v02 AMD    ArticDGP 00000001 INTL 20120913)
[    0.003715] ACPI: SSDT 0x00000000BD11A000 0037C4 (v02 AMD    ArticN   00000001 INTL 20120913)
[    0.003717] ACPI: WSMT 0x00000000BD119000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.003718] ACPI: APIC 0x00000000BD118000 00015E (v04 ALASKA A M I    01072009 AMI  00010013)
[    0.003719] ACPI: SSDT 0x00000000BD117000 00007D (v02 AMD    ArticDIS 00000001 INTL 20120913)
[    0.003721] ACPI: SSDT 0x00000000BD115000 0010AF (v02 AMD    ArticC   00000001 INTL 20120913)
[    0.003722] ACPI: SSDT 0x00000000BD114000 0000BF (v01 AMD    AmdTable 00001000 INTL 20120913)
[    0.003724] ACPI: FPDT 0x00000000BD113000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.003725] ACPI: Reserving FACP table memory at [mem 0xbd137000-0xbd137113]
[    0.003725] ACPI: Reserving DSDT table memory at [mem 0xbd130000-0xbd136852]
[    0.003726] ACPI: Reserving FACS table memory at [mem 0xbd453000-0xbd45303f]
[    0.003726] ACPI: Reserving SSDT table memory at [mem 0xbd13d000-0xbd145ce8]
[    0.003727] ACPI: Reserving SSDT table memory at [mem 0xbd139000-0xbd13cb44]
[    0.003727] ACPI: Reserving SSDT table memory at [mem 0xbd138000-0xbd138308]
[    0.003727] ACPI: Reserving FIDT table memory at [mem 0xbd12f000-0xbd12f09b]
[    0.003728] ACPI: Reserving MCFG table memory at [mem 0xbd12e000-0xbd12e03b]
[    0.003728] ACPI: Reserving AAFT table memory at [mem 0xbd12d000-0xbd12d114]
[    0.003728] ACPI: Reserving HPET table memory at [mem 0xbd12c000-0xbd12c037]
[    0.003729] ACPI: Reserving BGRT table memory at [mem 0xbd12b000-0xbd12b037]
[    0.003729] ACPI: Reserving TPM2 table memory at [mem 0xbd12a000-0xbd12a04b]
[    0.003730] ACPI: Reserving PCCT table memory at [mem 0xbd129000-0xbd12906d]
[    0.003730] ACPI: Reserving SSDT table memory at [mem 0xbd122000-0xbd1281a2]
[    0.003730] ACPI: Reserving CRAT table memory at [mem 0xbd120000-0xbd12118f]
[    0.003731] ACPI: Reserving CDIT table memory at [mem 0xbd11f000-0xbd11f028]
[    0.003731] ACPI: Reserving SSDT table memory at [mem 0xbd11e000-0xbd11e258]
[    0.003731] ACPI: Reserving SSDT table memory at [mem 0xbd11a000-0xbd11d7c3]
[    0.003732] ACPI: Reserving WSMT table memory at [mem 0xbd119000-0xbd119027]
[    0.003732] ACPI: Reserving APIC table memory at [mem 0xbd118000-0xbd11815d]
[    0.003733] ACPI: Reserving SSDT table memory at [mem 0xbd117000-0xbd11707c]
[    0.003733] ACPI: Reserving SSDT table memory at [mem 0xbd115000-0xbd1160ae]
[    0.003733] ACPI: Reserving SSDT table memory at [mem 0xbd114000-0xbd1140be]
[    0.003734] ACPI: Reserving FPDT table memory at [mem 0xbd113000-0xbd113043]
[    0.003769] No NUMA configuration found
[    0.003769] Faking a node at [mem 0x0000000000000000-0x000000083f2fffff]
[    0.003771] NODE_DATA(0) allocated [mem 0x83f2fb000-0x83f2fffff]
[    0.003791] Zone ranges:
[    0.003792]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.003793]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.003793]   Normal   [mem 0x0000000100000000-0x000000083f2fffff]
[    0.003794]   Device   empty
[    0.003795] Movable zone start for each node
[    0.003795] Early memory node ranges
[    0.003795]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.003796]   node   0: [mem 0x0000000000100000-0x0000000009bfefff]
[    0.003797]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.003797]   node   0: [mem 0x000000000a20e000-0x000000000affffff]
[    0.003797]   node   0: [mem 0x000000000b020000-0x00000000bb94dfff]
[    0.003798]   node   0: [mem 0x00000000bdfff000-0x00000000beffffff]
[    0.003798]   node   0: [mem 0x0000000100000000-0x000000083f2fffff]
[    0.003800] Initmem setup node 0 [mem 0x0000000000001000-0x000000083f2fffff]
[    0.003803] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.003811] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.003882] On node 0, zone DMA32: 1025 pages in unavailable ranges
[    0.003889] On node 0, zone DMA32: 14 pages in unavailable ranges
[    0.005612] On node 0, zone DMA32: 32 pages in unavailable ranges
[    0.005665] On node 0, zone DMA32: 9905 pages in unavailable ranges
[    0.031226] On node 0, zone Normal: 4096 pages in unavailable ranges
[    0.031242] On node 0, zone Normal: 3328 pages in unavailable ranges
[    0.031522] ACPI: PM-Timer IO Port: 0x808
[    0.031527] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.031536] IOAPIC[0]: apic_id 25, version 33, address 0xfec00000, GSI 0-23
[    0.031540] IOAPIC[1]: apic_id 26, version 33, address 0xfec01000, GSI 24-55
[    0.031541] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.031542] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.031545] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.031545] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.031552] e820: update [mem 0xb8125000-0xb8165fff] usable ==> reserved
[    0.031560] smpboot: Allowing 32 CPUs, 8 hotplug CPUs
[    0.031575] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.031576] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.031577] PM: hibernation: Registered nosave memory: [mem 0x09bff000-0x09ffffff]
[    0.031577] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20dfff]
[    0.031578] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[    0.031579] PM: hibernation: Registered nosave memory: [mem 0xb7f7e000-0xb7f7efff]
[    0.031580] PM: hibernation: Registered nosave memory: [mem 0xb7fa2000-0xb7fa2fff]
[    0.031581] PM: hibernation: Registered nosave memory: [mem 0xb8125000-0xb8165fff]
[    0.031582] PM: hibernation: Registered nosave memory: [mem 0xbaf5b000-0xbaf5bfff]
[    0.031582] PM: hibernation: Registered nosave memory: [mem 0xbb94e000-0xbd106fff]
[    0.031583] PM: hibernation: Registered nosave memory: [mem 0xbd107000-0xbd145fff]
[    0.031583] PM: hibernation: Registered nosave memory: [mem 0xbd146000-0xbd46ffff]
[    0.031583] PM: hibernation: Registered nosave memory: [mem 0xbd470000-0xbdffefff]
[    0.031584] PM: hibernation: Registered nosave memory: [mem 0xbf000000-0xbfffffff]
[    0.031584] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xfe9fffff]
[    0.031585] PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[    0.031585] PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfec0ffff]
[    0.031585] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.031586] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
[    0.031586] PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
[    0.031586] PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
[    0.031587] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.031587] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.031587] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.031587] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.031588] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.031588] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[    0.031588] PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[    0.031589] PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[    0.031589] PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[    0.031589] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xffffffff]
[    0.031590] [mem 0xc0000000-0xfe9fffff] available for PCI devices
[    0.031591] Booting paravirtualized kernel on bare hardware
[    0.031592] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.034292] setup_percpu: NR_CPUS:320 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
[    0.034903] percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
[    0.034907] pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
[    0.034908] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.034913] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31 
[    0.034928] Fallback order for Node 0: 0 
[    0.034930] Built 1 zonelists, mobility grouping on.  Total pages: 8239167
[    0.034930] Policy zone: Normal
[    0.034931] Kernel command line: initrd=\amd-ucode.img initrd=\booster-linux.img ro nvidia_drm.modeset=1 booster.log=debug,console
[    0.034985] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    0.034986] printk: log_buf_len total cpu_extra contributions: 126976 bytes
[    0.034986] printk: log_buf_len min size: 131072 bytes
[    0.035088] printk: log_buf_len: 262144 bytes
[    0.035088] printk: early log buf free: 112384(85%)
[    0.036748] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.037612] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.037841] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.037844] software IO TLB: area num 32.
[    0.077211] Memory: 32591476K/33480444K available (16384K kernel code, 2107K rwdata, 12660K rodata, 3324K init, 4000K bss, 888708K reserved, 0K cma-reserved)
[    0.077283] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[    0.077299] ftrace: allocating 47302 entries in 185 pages
[    0.083846] ftrace: allocated 185 pages with 5 groups
[    0.083899] Dynamic Preempt: full
[    0.083934] rcu: Preemptible hierarchical RCU implementation.
[    0.083935] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
[    0.083935] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.083936] 	Trampoline variant of Tasks RCU enabled.
[    0.083936] 	Rude variant of Tasks RCU enabled.
[    0.083936] 	Tracing variant of Tasks RCU enabled.
[    0.083937] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.083937] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
[    0.085251] NR_IRQS: 20736, nr_irqs: 1224, preallocated irqs: 16
[    0.085412] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.085484] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.085516] Console: colour dummy device 80x25
[    0.085517] printk: console [tty0] enabled
[    0.085545] ACPI: Core revision 20221020
[    0.085652] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.085664] APIC: Switch to symmetric I/O mode setup
[    0.085763] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.085811] Switched APIC routing to physical flat.
[    0.086293] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.102332] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6a771371b69, max_idle_ns: 881590506397 ns
[    0.102334] Calibrating delay loop (skipped), value calculated using timer frequency.. 7388.77 BogoMIPS (lpj=12310033)
[    0.102336] pid_max: default: 32768 minimum: 301
[    0.104085] LSM: initializing lsm=capability,landlock,lockdown,yama,integrity,bpf
[    0.104093] landlock: Up and running.
[    0.104093] Yama: becoming mindful.
[    0.104098] LSM support for eBPF active
[    0.104134] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.104164] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.104292] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.104325] LVT offset 1 assigned for vector 0xf9
[    0.104438] LVT offset 2 assigned for vector 0xf4
[    0.104478] process: using mwait in idle threads
[    0.104479] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    0.104480] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.104482] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.104483] Spectre V2 : Mitigation: Retpolines
[    0.104484] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.104484] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.104484] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.104485] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.104486] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    0.104487] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.117310] Freeing SMP alternatives memory: 40K
[    0.224150] smpboot: CPU0: AMD Ryzen 9 5900X 12-Core Processor (family: 0x19, model: 0x21, stepping: 0x0)
[    0.224222] cblist_init_generic: Setting adjustable number of callback queues.
[    0.224224] cblist_init_generic: Setting shift to 5 and lim to 1.
[    0.224232] cblist_init_generic: Setting shift to 5 and lim to 1.
[    0.224241] cblist_init_generic: Setting shift to 5 and lim to 1.
[    0.224246] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.224248] ... version:                0
[    0.224249] ... bit width:              48
[    0.224249] ... generic registers:      6
[    0.224249] ... value mask:             0000ffffffffffff
[    0.224250] ... max period:             00007fffffffffff
[    0.224250] ... fixed-purpose events:   0
[    0.224250] ... event mask:             000000000000003f
[    0.224295] rcu: Hierarchical SRCU implementation.
[    0.224296] rcu: 	Max phase no-delay instances is 1000.
[    0.224498] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.224621] smp: Bringing up secondary CPUs ...
[    0.224669] x86: Booting SMP configuration:
[    0.224669] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12
[    0.249053] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    0.249070]  #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23
[    0.272354] smp: Brought up 1 node, 24 CPUs
[    0.272354] smpboot: Max logical packages: 2
[    0.272354] smpboot: Total of 24 processors activated (177335.49 BogoMIPS)
[    0.276038] devtmpfs: initialized
[    0.276038] x86/mm: Memory block size: 128MB
[    0.276593] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20dfff] (57344 bytes)
[    0.276593] ACPI: PM: Registering ACPI NVS region [mem 0xbd146000-0xbd46ffff] (3317760 bytes)
[    0.276593] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.276593] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.276593] pinctrl core: initialized pinctrl subsystem
[    0.276593] PM: RTC time: 10:14:13, date: 2023-06-30
[    0.276593] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.276593] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.276593] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.276593] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.276593] audit: initializing netlink subsys (disabled)
[    0.276593] audit: type=2000 audit(1688120052.189:1): state=initialized audit_enabled=0 res=1
[    0.276593] thermal_sys: Registered thermal governor 'fair_share'
[    0.276593] thermal_sys: Registered thermal governor 'bang_bang'
[    0.276593] thermal_sys: Registered thermal governor 'step_wise'
[    0.276593] thermal_sys: Registered thermal governor 'user_space'
[    0.276593] thermal_sys: Registered thermal governor 'power_allocator'
[    0.276593] cpuidle: using governor ladder
[    0.276593] cpuidle: using governor menu
[    0.276593] Detected 1 PCC Subspaces
[    0.276593] Registering PCC driver as Mailbox controller
[    0.276593] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.276593] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.276593] PCI: not using MMCONFIG
[    0.276593] PCI: Using configuration type 1 for base access
[    0.276593] PCI: Using configuration type 1 for extended access
[    0.276593] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.280264] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.280264] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.280264] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.280264] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.280264] ACPI: Added _OSI(Module Device)
[    0.280264] ACPI: Added _OSI(Processor Device)
[    0.280264] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.280264] ACPI: Added _OSI(Processor Aggregator Device)
[    0.288539] ACPI: 10 ACPI AML tables successfully acquired and loaded
[    0.289372] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.291220] ACPI: Interpreter enabled
[    0.291220] ACPI: PM: (supports S0 S3 S4 S5)
[    0.291220] ACPI: Using IOAPIC for interrupt routing
[    0.291220] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.291220] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved as ACPI motherboard resource
[    0.291220] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.291220] PCI: Ignoring E820 reservations for host bridge windows
[    0.291220] ACPI: Enabled 8 GPEs in block 00 to 1F
[    0.295381] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.295385] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.295429] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
[    0.295505] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.295510] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.295718] PCI host bridge to bus 0000:00
[    0.295719] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.295720] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.295721] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.295722] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.295722] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.295723] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfcffffff window]
[    0.295724] pci_bus 0000:00: root bus resource [mem 0x840000000-0x7fffffffff window]
[    0.295725] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.295734] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000
[    0.295794] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000
[    0.295831] pci 0000:00:01.1: [1022:1483] type 01 class 0x060400
[    0.295886] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.295969] pci 0000:00:01.2: [1022:1483] type 01 class 0x060400
[    0.295989] pci 0000:00:01.2: enabling Extended Tags
[    0.296024] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.296116] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000
[    0.296154] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000
[    0.296188] pci 0000:00:03.1: [1022:1483] type 01 class 0x060400
[    0.296242] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[    0.296522] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000
[    0.296564] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000
[    0.296602] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000
[    0.296635] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400
[    0.296652] pci 0000:00:07.1: enabling Extended Tags
[    0.296679] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.296743] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000
[    0.296777] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400
[    0.296796] pci 0000:00:08.1: enabling Extended Tags
[    0.296826] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.296910] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.296989] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.297074] pci 0000:00:18.0: [1022:1440] type 00 class 0x060000
[    0.297095] pci 0000:00:18.1: [1022:1441] type 00 class 0x060000
[    0.297113] pci 0000:00:18.2: [1022:1442] type 00 class 0x060000
[    0.297132] pci 0000:00:18.3: [1022:1443] type 00 class 0x060000
[    0.297150] pci 0000:00:18.4: [1022:1444] type 00 class 0x060000
[    0.297169] pci 0000:00:18.5: [1022:1445] type 00 class 0x060000
[    0.297187] pci 0000:00:18.6: [1022:1446] type 00 class 0x060000
[    0.297205] pci 0000:00:18.7: [1022:1447] type 00 class 0x060000
[    0.297278] pci 0000:01:00.0: [2646:5013] type 00 class 0x010802
[    0.297318] pci 0000:01:00.0: reg 0x10: [mem 0xfc700000-0xfc703fff 64bit]
[    0.297993] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.297996] pci 0000:00:01.1:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.298038] pci 0000:02:00.0: [1022:43ee] type 00 class 0x0c0330
[    0.298053] pci 0000:02:00.0: reg 0x10: [mem 0xfc6a0000-0xfc6a7fff 64bit]
[    0.298088] pci 0000:02:00.0: enabling Extended Tags
[    0.298134] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.298222] pci 0000:02:00.1: [1022:43eb] type 00 class 0x010601
[    0.298263] pci 0000:02:00.1: reg 0x24: [mem 0xfc680000-0xfc69ffff]
[    0.298270] pci 0000:02:00.1: reg 0x30: [mem 0xfc600000-0xfc67ffff pref]
[    0.298275] pci 0000:02:00.1: enabling Extended Tags
[    0.298310] pci 0000:02:00.1: PME# supported from D3hot D3cold
[    0.298365] pci 0000:02:00.2: [1022:43e9] type 01 class 0x060400
[    0.298404] pci 0000:02:00.2: enabling Extended Tags
[    0.298443] pci 0000:02:00.2: PME# supported from D3hot D3cold
[    0.298513] pci 0000:00:01.2: PCI bridge to [bus 02-04]
[    0.298516] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.298517] pci 0000:00:01.2:   bridge window [mem 0xfc500000-0xfc6fffff]
[    0.298592] pci 0000:03:08.0: [1022:43ea] type 01 class 0x060400
[    0.298633] pci 0000:03:08.0: enabling Extended Tags
[    0.298679] pci 0000:03:08.0: PME# supported from D3hot D3cold
[    0.298763] pci 0000:02:00.2: PCI bridge to [bus 03-04]
[    0.298767] pci 0000:02:00.2:   bridge window [io  0xf000-0xffff]
[    0.298769] pci 0000:02:00.2:   bridge window [mem 0xfc500000-0xfc5fffff]
[    0.298837] pci 0000:04:00.0: [10ec:8125] type 00 class 0x020000
[    0.298859] pci 0000:04:00.0: reg 0x10: [io  0xf000-0xf0ff]
[    0.298889] pci 0000:04:00.0: reg 0x18: [mem 0xfc500000-0xfc50ffff 64bit]
[    0.298908] pci 0000:04:00.0: reg 0x20: [mem 0xfc510000-0xfc513fff 64bit]
[    0.299043] pci 0000:04:00.0: supports D1 D2
[    0.299043] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.299275] pci 0000:03:08.0: PCI bridge to [bus 04]
[    0.299279] pci 0000:03:08.0:   bridge window [io  0xf000-0xffff]
[    0.299282] pci 0000:03:08.0:   bridge window [mem 0xfc500000-0xfc5fffff]
[    0.299328] pci 0000:05:00.0: [10de:220a] type 00 class 0x030000
[    0.299336] pci 0000:05:00.0: reg 0x10: [mem 0xfb000000-0xfbffffff]
[    0.299342] pci 0000:05:00.0: reg 0x14: [mem 0x7800000000-0x7bffffffff 64bit pref]
[    0.299349] pci 0000:05:00.0: reg 0x1c: [mem 0x7c00000000-0x7c01ffffff 64bit pref]
[    0.299353] pci 0000:05:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.299358] pci 0000:05:00.0: reg 0x30: [mem 0xfc000000-0xfc07ffff pref]
[    0.299368] pci 0000:05:00.0: BAR 1: assigned to efifb
[    0.299399] pci 0000:05:00.0: PME# supported from D0 D3hot
[    0.299510] pci 0000:05:00.1: [10de:1aef] type 00 class 0x040300
[    0.299517] pci 0000:05:00.1: reg 0x10: [mem 0xfc080000-0xfc083fff]
[    0.299614] pci 0000:00:03.1: PCI bridge to [bus 05]
[    0.299617] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.299618] pci 0000:00:03.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.299621] pci 0000:00:03.1:   bridge window [mem 0x7800000000-0x7c01ffffff 64bit pref]
[    0.299645] pci 0000:06:00.0: [1022:148a] type 00 class 0x130000
[    0.299665] pci 0000:06:00.0: enabling Extended Tags
[    0.299753] pci 0000:00:07.1: PCI bridge to [bus 06]
[    0.299787] pci 0000:07:00.0: [1022:1485] type 00 class 0x130000
[    0.299809] pci 0000:07:00.0: enabling Extended Tags
[    0.299901] pci 0000:07:00.1: [1022:1486] type 00 class 0x108000
[    0.299912] pci 0000:07:00.1: reg 0x18: [mem 0xfc300000-0xfc3fffff]
[    0.299920] pci 0000:07:00.1: reg 0x24: [mem 0xfc408000-0xfc409fff]
[    0.299926] pci 0000:07:00.1: enabling Extended Tags
[    0.300001] pci 0000:07:00.3: [1022:149c] type 00 class 0x0c0330
[    0.300010] pci 0000:07:00.3: reg 0x10: [mem 0xfc200000-0xfc2fffff 64bit]
[    0.300031] pci 0000:07:00.3: enabling Extended Tags
[    0.300061] pci 0000:07:00.3: PME# supported from D0 D3hot D3cold
[    0.300119] pci 0000:07:00.4: [1022:1487] type 00 class 0x040300
[    0.300125] pci 0000:07:00.4: reg 0x10: [mem 0xfc400000-0xfc407fff]
[    0.300143] pci 0000:07:00.4: enabling Extended Tags
[    0.300172] pci 0000:07:00.4: PME# supported from D0 D3hot D3cold
[    0.300233] pci 0000:00:08.1: PCI bridge to [bus 07]
[    0.300236] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc4fffff]
[    0.300402] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.300431] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.300454] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.300482] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.300507] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.300529] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.300550] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.300571] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.302338] iommu: Default domain type: Translated 
[    0.302338] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.302415] SCSI subsystem initialized
[    0.302419] libata version 3.00 loaded.
[    0.302419] ACPI: bus type USB registered
[    0.302419] usbcore: registered new interface driver usbfs
[    0.302419] usbcore: registered new interface driver hub
[    0.302419] usbcore: registered new device driver usb
[    0.302419] pps_core: LinuxPPS API ver. 1 registered
[    0.302419] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.302419] PTP clock support registered
[    0.302419] EDAC MC: Ver: 3.0.0
[    0.302419] efivars: Registered efivars operations
[    0.305775] NetLabel: Initializing
[    0.305776] NetLabel:  domain hash size = 128
[    0.305776] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.305785] NetLabel:  unlabeled traffic allowed by default
[    0.305788] mctp: management component transport protocol core
[    0.305788] NET: Registered PF_MCTP protocol family
[    0.305790] PCI: Using ACPI for IRQ routing
[    0.310095] PCI: pci_cache_line_size set to 64 bytes
[    0.310138] e820: reserve RAM buffer [mem 0x09bff000-0x0bffffff]
[    0.310139] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.310140] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.310140] e820: reserve RAM buffer [mem 0xb7f7e018-0xb7ffffff]
[    0.310141] e820: reserve RAM buffer [mem 0xb8125000-0xbbffffff]
[    0.310141] e820: reserve RAM buffer [mem 0xbaf5b000-0xbbffffff]
[    0.310142] e820: reserve RAM buffer [mem 0xbb94e000-0xbbffffff]
[    0.310142] e820: reserve RAM buffer [mem 0xbf000000-0xbfffffff]
[    0.310143] e820: reserve RAM buffer [mem 0x83f300000-0x83fffffff]
[    0.310164] pci 0000:05:00.0: vgaarb: setting as boot VGA device
[    0.310164] pci 0000:05:00.0: vgaarb: bridge control possible
[    0.310164] pci 0000:05:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.310164] vgaarb: loaded
[    0.310164] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.310164] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.312334] clocksource: Switched to clocksource tsc-early
[    0.312350] VFS: Disk quotas dquot_6.6.0
[    0.312401] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.312437] pnp: PnP ACPI init
[    0.312482] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.312498] system 00:01: [mem 0xfeb80000-0xfebfffff] has been reserved
[    0.312526] system 00:02: [mem 0xfd200000-0xfd2fffff] has been reserved
[    0.312643] system 00:04: [io  0x0280-0x028f] has been reserved
[    0.312644] system 00:04: [io  0x0290-0x029f] has been reserved
[    0.312645] system 00:04: [io  0x02a0-0x02af] has been reserved
[    0.312645] system 00:04: [io  0x02b0-0x02bf] has been reserved
[    0.312762] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.312763] system 00:05: [io  0x040b] has been reserved
[    0.312764] system 00:05: [io  0x04d6] has been reserved
[    0.312764] system 00:05: [io  0x0c00-0x0c01] has been reserved
[    0.312765] system 00:05: [io  0x0c14] has been reserved
[    0.312765] system 00:05: [io  0x0c50-0x0c51] has been reserved
[    0.312766] system 00:05: [io  0x0c52] has been reserved
[    0.312767] system 00:05: [io  0x0c6c] has been reserved
[    0.312767] system 00:05: [io  0x0c6f] has been reserved
[    0.312768] system 00:05: [io  0x0cd8-0x0cdf] has been reserved
[    0.312768] system 00:05: [io  0x0800-0x089f] has been reserved
[    0.312769] system 00:05: [io  0x0b00-0x0b0f] has been reserved
[    0.312769] system 00:05: [io  0x0b20-0x0b3f] has been reserved
[    0.312770] system 00:05: [io  0x0900-0x090f] has been reserved
[    0.312771] system 00:05: [io  0x0910-0x091f] has been reserved
[    0.312771] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.312772] system 00:05: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.312773] system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.312774] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.312775] system 00:05: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.312775] system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.312776] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.313061] pnp: PnP ACPI: found 6 devices
[    0.318278] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.318313] NET: Registered PF_INET protocol family
[    0.318432] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.319796] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.319819] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.319927] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.320142] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.320217] TCP: Hash tables configured (established 262144 bind 65536)
[    0.320302] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[    0.320344] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.320396] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.320449] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.320452] NET: Registered PF_XDP protocol family
[    0.320458] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.320461] pci 0000:00:01.1:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.320465] pci 0000:03:08.0: PCI bridge to [bus 04]
[    0.320466] pci 0000:03:08.0:   bridge window [io  0xf000-0xffff]
[    0.320469] pci 0000:03:08.0:   bridge window [mem 0xfc500000-0xfc5fffff]
[    0.320475] pci 0000:02:00.2: PCI bridge to [bus 03-04]
[    0.320477] pci 0000:02:00.2:   bridge window [io  0xf000-0xffff]
[    0.320480] pci 0000:02:00.2:   bridge window [mem 0xfc500000-0xfc5fffff]
[    0.320485] pci 0000:00:01.2: PCI bridge to [bus 02-04]
[    0.320486] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.320488] pci 0000:00:01.2:   bridge window [mem 0xfc500000-0xfc6fffff]
[    0.320492] pci 0000:00:03.1: PCI bridge to [bus 05]
[    0.320492] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.320494] pci 0000:00:03.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.320496] pci 0000:00:03.1:   bridge window [mem 0x7800000000-0x7c01ffffff 64bit pref]
[    0.320498] pci 0000:00:07.1: PCI bridge to [bus 06]
[    0.320503] pci 0000:00:08.1: PCI bridge to [bus 07]
[    0.320504] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc4fffff]
[    0.320508] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.320509] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.320509] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.320510] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.320510] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    0.320511] pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfcffffff window]
[    0.320512] pci_bus 0000:00: resource 10 [mem 0x840000000-0x7fffffffff window]
[    0.320512] pci_bus 0000:01: resource 1 [mem 0xfc700000-0xfc7fffff]
[    0.320513] pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
[    0.320513] pci_bus 0000:02: resource 1 [mem 0xfc500000-0xfc6fffff]
[    0.320514] pci_bus 0000:03: resource 0 [io  0xf000-0xffff]
[    0.320515] pci_bus 0000:03: resource 1 [mem 0xfc500000-0xfc5fffff]
[    0.320515] pci_bus 0000:04: resource 0 [io  0xf000-0xffff]
[    0.320516] pci_bus 0000:04: resource 1 [mem 0xfc500000-0xfc5fffff]
[    0.320516] pci_bus 0000:05: resource 0 [io  0xe000-0xefff]
[    0.320517] pci_bus 0000:05: resource 1 [mem 0xfb000000-0xfc0fffff]
[    0.320517] pci_bus 0000:05: resource 2 [mem 0x7800000000-0x7c01ffffff 64bit pref]
[    0.320518] pci_bus 0000:07: resource 1 [mem 0xfc200000-0xfc4fffff]
[    0.320622] pci 0000:05:00.1: extending delay after power-on from D3hot to 20 msec
[    0.320632] pci 0000:05:00.1: D0 power state depends on 0000:05:00.0
[    0.320687] PCI: CLS 64 bytes, default 64
[    0.320690] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.320690] software IO TLB: mapped [mem 0x00000000b255a000-0x00000000b655a000] (64MB)
[    0.320705] LVT offset 0 assigned for vector 0x400
[    0.320723] Trying to unpack rootfs image as initramfs...
[    0.320819] perf: AMD IBS detected (0x000003ff)
[    0.322149] Initialise system trusted keyrings
[    0.322154] Key type blacklist registered
[    0.322173] workingset: timestamp_bits=41 max_order=23 bucket_order=0
[    0.322178] zbud: loaded
[    0.322262] integrity: Platform Keyring initialized
[    0.322263] integrity: Machine keyring initialized
[    0.324446] Key type asymmetric registered
[    0.324446] Asymmetric key parser 'x509' registered
[    0.324454] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    0.324474] io scheduler mq-deadline registered
[    0.324475] io scheduler kyber registered
[    0.324479] io scheduler bfq registered
[    0.325270] pcieport 0000:00:01.1: PME: Signaling with IRQ 26
[    0.325308] pcieport 0000:00:01.1: AER: enabled with IRQ 26
[    0.325382] pcieport 0000:00:01.2: PME: Signaling with IRQ 27
[    0.325410] pcieport 0000:00:01.2: AER: enabled with IRQ 27
[    0.325475] pcieport 0000:00:03.1: PME: Signaling with IRQ 28
[    0.325505] pcieport 0000:00:03.1: AER: enabled with IRQ 28
[    0.325589] pcieport 0000:00:07.1: PME: Signaling with IRQ 30
[    0.325622] pcieport 0000:00:07.1: AER: enabled with IRQ 30
[    0.325675] pcieport 0000:00:08.1: PME: Signaling with IRQ 31
[    0.325707] pcieport 0000:00:08.1: AER: enabled with IRQ 31
[    0.325885] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.325933] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.325941] ACPI: button: Power Button [PWRB]
[    0.325954] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.325974] ACPI: button: Power Button [PWRF]
[    0.329081] Estimated ratio of average max frequency by base frequency (times 1024): 1197
[    0.329088] Monitor-Mwait will be used to enter C-1 state
[    0.329092] ACPI: \_SB_.PLTF.C000: Found 2 idle states
[    0.329143] ACPI: \_SB_.PLTF.C002: Found 2 idle states
[    0.329184] ACPI: \_SB_.PLTF.C004: Found 2 idle states
[    0.329224] ACPI: \_SB_.PLTF.C006: Found 2 idle states
[    0.329284] ACPI: \_SB_.PLTF.C008: Found 2 idle states
[    0.329342] ACPI: \_SB_.PLTF.C00A: Found 2 idle states
[    0.329398] ACPI: \_SB_.PLTF.C00C: Found 2 idle states
[    0.329458] ACPI: \_SB_.PLTF.C00E: Found 2 idle states
[    0.329520] ACPI: \_SB_.PLTF.C010: Found 2 idle states
[    0.329578] ACPI: \_SB_.PLTF.C012: Found 2 idle states
[    0.329636] ACPI: \_SB_.PLTF.C014: Found 2 idle states
[    0.329695] ACPI: \_SB_.PLTF.C016: Found 2 idle states
[    0.329735] ACPI: \_SB_.PLTF.C001: Found 2 idle states
[    0.329782] ACPI: \_SB_.PLTF.C003: Found 2 idle states
[    0.329833] ACPI: \_SB_.PLTF.C005: Found 2 idle states
[    0.329890] ACPI: \_SB_.PLTF.C007: Found 2 idle states
[    0.329947] ACPI: \_SB_.PLTF.C009: Found 2 idle states
[    0.330003] ACPI: \_SB_.PLTF.C00B: Found 2 idle states
[    0.330068] ACPI: \_SB_.PLTF.C00D: Found 2 idle states
[    0.330126] ACPI: \_SB_.PLTF.C00F: Found 2 idle states
[    0.330180] ACPI: \_SB_.PLTF.C011: Found 2 idle states
[    0.330233] ACPI: \_SB_.PLTF.C013: Found 2 idle states
[    0.330285] ACPI: \_SB_.PLTF.C015: Found 2 idle states
[    0.330333] ACPI: \_SB_.PLTF.C017: Found 2 idle states
[    0.330456] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.331082] Non-volatile memory driver v1.3
[    0.331082] Linux agpgart interface v0.103
[    0.409157] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    0.409176] ACPI: bus type drm_connector registered
[    0.410182] ahci 0000:02:00.1: version 3.0
[    0.410260] ahci 0000:02:00.1: SSS flag set, parallel bus scan disabled
[    0.410300] ahci 0000:02:00.1: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[    0.410301] ahci 0000:02:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
[    0.410525] scsi host0: ahci
[    0.410579] scsi host1: ahci
[    0.410619] scsi host2: ahci
[    0.410662] scsi host3: ahci
[    0.410704] scsi host4: ahci
[    0.410743] scsi host5: ahci
[    0.410757] ata1: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680100 irq 36
[    0.410758] ata2: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680180 irq 36
[    0.410759] ata3: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680200 irq 36
[    0.410760] ata4: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680280 irq 36
[    0.410761] ata5: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680300 irq 36
[    0.410763] ata6: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680380 irq 36
[    0.410804] usbcore: registered new interface driver usbserial_generic
[    0.410806] usbserial: USB Serial support registered for generic
[    0.410849] rtc_cmos 00:03: RTC can wake from S4
[    0.410994] rtc_cmos 00:03: registered as rtc0
[    0.411017] rtc_cmos 00:03: setting system clock to 2023-06-30T10:14:13 UTC (1688120053)
[    0.411033] rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.411049] amd_pstate: driver load is disabled, boot with specific mode to enable this
[    0.411152] ledtrig-cpu: registered to indicate activity on CPUs
[    0.411203] efifb: probing for efifb
[    0.411208] efifb: framebuffer at 0x7800000000, using 8640k, total 8640k
[    0.411209] efifb: mode is 1920x1080x32, linelength=8192, pages=1
[    0.411210] efifb: scrolling: redraw
[    0.411210] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.411226] fbcon: Deferring console take-over
[    0.411227] fb0: EFI VGA frame buffer device
[    0.411239] hid: raw HID events driver (C) Jiri Kosina
[    0.411281] drop_monitor: Initializing network drop monitor service
[    0.417202] Initializing XFRM netlink socket
[    0.417219] NET: Registered PF_INET6 protocol family
[    0.430504] Freeing initrd memory: 98904K
[    0.430797] Segment Routing with IPv6
[    0.430797] RPL Segment Routing with IPv6
[    0.430803] In-situ OAM (IOAM) with IPv6
[    0.430819] NET: Registered PF_PACKET protocol family
[    0.431586] microcode: CPU2: patch_level=0x0a201025
[    0.431586] microcode: CPU0: patch_level=0x0a201025
[    0.431588] microcode: CPU3: patch_level=0x0a201025
[    0.431588] microcode: CPU4: patch_level=0x0a201025
[    0.431588] microcode: CPU5: patch_level=0x0a201025
[    0.431589] microcode: CPU6: patch_level=0x0a201025
[    0.431589] microcode: CPU7: patch_level=0x0a201025
[    0.431590] microcode: CPU8: patch_level=0x0a201025
[    0.431591] microcode: CPU9: patch_level=0x0a201025
[    0.431592] microcode: CPU11: patch_level=0x0a201025
[    0.431593] microcode: CPU10: patch_level=0x0a201025
[    0.431595] microcode: CPU12: patch_level=0x0a201025
[    0.431596] microcode: CPU14: patch_level=0x0a201025
[    0.431596] microcode: CPU13: patch_level=0x0a201025
[    0.431596] microcode: CPU15: patch_level=0x0a201025
[    0.431596] microcode: CPU16: patch_level=0x0a201025
[    0.431597] microcode: CPU17: patch_level=0x0a201025
[    0.431598] microcode: CPU18: patch_level=0x0a201025
[    0.431599] microcode: CPU19: patch_level=0x0a201025
[    0.431601] microcode: CPU1: patch_level=0x0a201025
[    0.431601] microcode: CPU20: patch_level=0x0a201025
[    0.431601] microcode: CPU21: patch_level=0x0a201025
[    0.431601] microcode: CPU22: patch_level=0x0a201025
[    0.431603] microcode: CPU23: patch_level=0x0a201025
[    0.431625] microcode: Microcode Update Driver: v2.2.
[    0.431761] resctrl: L3 allocation detected
[    0.431762] resctrl: MB allocation detected
[    0.431762] resctrl: L3 monitoring detected
[    0.431765] IPI shorthand broadcast: enabled
[    0.432469] sched_clock: Marking stable (432170616, 231558)->(434541331, -2139157)
[    0.432823] registered taskstats version 1
[    0.433104] Loading compiled-in X.509 certificates
[    0.434668] Loaded X.509 cert 'Build time autogenerated kernel key: 7da88250973fec432fc5b5ee43b4557383eb1bec'
[    0.437185] zswap: loaded using pool zstd/zsmalloc
[    0.437806] Key type .fscrypt registered
[    0.437807] Key type fscrypt-provisioning registered
[    0.438096] PM:   Magic number: 11:482:225
[    0.438097] PM:   hash matches drivers/base/power/main.c:598
[    0.438172] memory memory107: hash matches
[    0.542064] RAS: Correctable Errors collector initialized.
[    0.891041] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    0.891701] ata1.00: ATA-8: ST1000DM010-2EP102, CC46, max UDMA/133
[    0.891899] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    0.892854] ata1.00: configured for UDMA/133
[    0.892929] scsi 0:0:0:0: Direct-Access     ATA      ST1000DM010-2EP1 CC46 PQ: 0 ANSI: 5
[    0.893137] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    0.893139] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    0.893148] sd 0:0:0:0: [sda] Write Protect is off
[    0.893150] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    0.893161] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.893176] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[    0.950141]  sda: sda1
[    0.950190] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.340536] tsc: Refined TSC clocksource calibration: 3693.061 MHz
[    1.340545] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6a7777116fa, max_idle_ns: 881590883556 ns
[    1.340629] clocksource: Switched to clocksource tsc
[    1.363893] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.364804] ata2.00: ATA-8: ST1000DM010-2EP102, CC43, max UDMA/133
[    1.365050] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.366201] ata2.00: configured for UDMA/133
[    1.366331] scsi 1:0:0:0: Direct-Access     ATA      ST1000DM010-2EP1 CC43 PQ: 0 ANSI: 5
[    1.366724] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.366727] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    1.366742] sd 1:0:0:0: [sdb] Write Protect is off
[    1.366745] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.366760] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.366777] sd 1:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
[    1.417625]  sdb: sdb1
[    1.417734] sd 1:0:0:0: [sdb] Attached SCSI disk
[    1.678991] ata3: SATA link down (SStatus 0 SControl 300)
[    2.150531] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.152089] ata4.00: ATA-8: HGST HTS541010A7E630, SE0OA4A0, max UDMA/133
[    2.152615] ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    2.154226] ata4.00: configured for UDMA/133
[    2.154334] scsi 3:0:0:0: Direct-Access     ATA      HGST HTS541010A7 A4A0 PQ: 0 ANSI: 5
[    2.154543] sd 3:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    2.154545] sd 3:0:0:0: [sdc] 4096-byte physical blocks
[    2.154550] sd 3:0:0:0: [sdc] Write Protect is off
[    2.154551] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    2.154557] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.154565] sd 3:0:0:0: [sdc] Preferred minimum I/O size 4096 bytes
[    2.250248]  sdc: sdc1 sdc2
[    2.250371] sd 3:0:0:0: [sdc] Attached SCSI disk
[    2.623863] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.626830] ata5.00: ATA-9: TEAM TM8PS7256G, U0503A0, max UDMA/133
[    2.628515] ata5.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    2.635405] ata5.00: configured for UDMA/133
[    2.635588] scsi 4:0:0:0: Direct-Access     ATA      TEAM TM8PS7256G  3A0  PQ: 0 ANSI: 5
[    2.635839] sd 4:0:0:0: [sdd] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[    2.635851] sd 4:0:0:0: [sdd] Write Protect is off
[    2.635854] sd 4:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    2.635866] sd 4:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.635882] sd 4:0:0:0: [sdd] Preferred minimum I/O size 512 bytes
[    2.637075]  sdd: sdd1 sdd2 sdd3 sdd4
[    2.637163] sd 4:0:0:0: [sdd] Attached SCSI disk
[    2.945358] ata6: SATA link down (SStatus 0 SControl 330)
[    2.946271] Freeing unused decrypted memory: 2036K
[    2.946493] Freeing unused kernel image (initmem) memory: 3324K
[    2.946496] Write protecting the kernel read-only data: 30720k
[    2.946684] Freeing unused kernel image (rodata/data gap) memory: 1676K
[    2.966647] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.966650] rodata_test: all tests were successful
[    2.966653] Run /init as init process
[    2.966653]   with arguments:
[    2.966654]     /init
[    2.966654]   with environment:
[    2.966655]     HOME=/
[    2.966655]     TERM=linux
[    2.970887] booster: root= param is not specified. Use GPT partition autodiscovery with guid type 4f68bce3-e8cd-4db1-96e7-fbcaf984b709
[    2.970894] fbcon: Taking over console
[    2.970932] Console: switching to colour frame buffer device 240x67
[    2.971841] booster: cmdRoot=&{1 [79 104 188 227 232 205 77 177 150 231 251 202 249 132 183 9]}
[    2.972211] booster: loading module nvidia
[    2.972224] booster: loading module wmi
[    2.972306] booster: loading module jbd2
[    2.972710] booster: loading module crc16
[    2.972788] booster: loading module crc32c_generic
[    2.972829] booster: loading module crc32c_intel
[    2.972837] booster: found a new device /dev/sda
[    2.973046] booster: loading module mbcache
[    2.973131] booster: no match found for alias acpi:ACPI0007:
[    2.973169] booster: no match found for alias input:b0019v0000p0001e0000-e0,1,k74,ramlsfw
[    2.973186] booster: found a new device /dev/sdb
[    2.973197] booster: no match found for alias acpi:LNXPWRBN:
[    2.973212] booster: found a new device /dev/sdd
[    2.973351] booster: blkinfo for /dev/sda: type=gpt UUID=8b22198a-3698-4029-b361-95974a711481 LABEL=
[    2.973411] booster: found a new device /dev/sdc
[    2.973683] booster: blkinfo for /dev/sdb: type=gpt UUID=8e00c197-fc09-4c1f-9198-5223db3e15b4 LABEL=
[    2.973705] booster: blkinfo for /dev/sdd: type=gpt UUID=73b21f8c-fb8a-462a-804d-2bc0598acbe5 LABEL=
[    2.974064] booster: no match found for alias acpi:ACPI0010:PNP0A05:
[    2.974783] booster: loading module video
[    2.974789] booster: udev event {Action:add KObj:/class/wmi_bus Env:map[ACTION:add DEVPATH:/class/wmi_bus SEQNUM:1714 SUBSYSTEM:class]}
[    2.974851] booster: udev event {Action:add KObj:/module/crc16 Env:map[ACTION:add DEVPATH:/module/crc16 SEQNUM:1715 SUBSYSTEM:module]}
[    2.974875] booster: udev event {Action:add KObj:/bus/wmi Env:map[ACTION:add DEVPATH:/bus/wmi SEQNUM:1716 SUBSYSTEM:bus]}
[    2.975119] booster: udev event {Action:add KObj:/devices/LNXSYSTM:00/PNP0C14:00/wakeup/wakeup30 Env:map[ACTION:add DEVPATH:/devices/LNXSYSTM:00/PNP0C14:00/wakeup/wakeup30 SEQNUM:1717 SUBSYSTEM:wakeup]}
[    2.975160] booster: udev event {Action:add KObj:/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00 Env:map[ACTION:add DEVPATH:/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00 SEQNUM:1718 SUBSYSTEM:wmi_bus]}
[    2.975192] booster: udev event {Action:add KObj:/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/ABBC0F6A-8EA1-11D1-00A0-C90629100000 Env:map[ACTION:add DEVPATH:/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/ABBC0F6A-8EA1-11D1-00A0-C90629100000 DEVTYPE:method MODALIAS:wmi:ABBC0F6A-8EA1-11D1-00A0-C90629100000 SEQNUM:1719 SUBSYSTEM:wmi WMI_GUID:ABBC0F6A-8EA1-11D1-00A0-C90629100000]}
[    2.975245] booster: no match found for alias wmi:ABBC0F6A_8EA1_11D1_00A0_C90629100000
[    2.975262] booster: udev event {Action:add KObj:/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/05901221-D566-11D1-B2F0-00A0C9062910 Env:map[ACTION:add DEVPATH:/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/05901221-D566-11D1-B2F0-00A0C9062910 DEVTYPE:data MODALIAS:wmi:05901221-D566-11D1-B2F0-00A0C9062910 SEQNUM:1720 SUBSYSTEM:wmi WMI_GUID:05901221-D566-11D1-B2F0-00A0C9062910]}
[    2.975297] booster: udev event {Action:bind KObj:/devices/platform/PNP0C14:00 Env:map[ACTION:bind DEVPATH:/devices/platform/PNP0C14:00 DRIVER:acpi-wmi MODALIAS:acpi:PNP0C14: SEQNUM:1721 SUBSYSTEM:platform]}
[    2.975331] booster: no match found for alias wmi:05901221_D566_11D1_B2F0_00A0C9062910
[    2.975341] booster: modalias acpi:PNP0C14: matched module wmi
[    2.975344] booster: udev event {Action:add KObj:/bus/platform/drivers/acpi-wmi Env:map[ACTION:add DEVPATH:/bus/platform/drivers/acpi-wmi SEQNUM:1722 SUBSYSTEM:drivers]}
[    2.975565] booster: udev event {Action:add KObj:/module/wmi Env:map[ACTION:add DEVPATH:/module/wmi SEQNUM:1723 SUBSYSTEM:module]}
[    2.975601] booster: udev event {Action:add KObj:/module/crc32c_intel Env:map[ACTION:add DEVPATH:/module/crc32c_intel SEQNUM:1724 SUBSYSTEM:module]}
[    2.975637] booster: udev event {Action:add KObj:/module/crc32c_generic Env:map[ACTION:add DEVPATH:/module/crc32c_generic SEQNUM:1725 SUBSYSTEM:module]}
[    2.975668] booster: udev event {Action:add KObj:/module/mbcache Env:map[ACTION:add DEVPATH:/module/mbcache SEQNUM:1726 SUBSYSTEM:module]}
[    2.977879] booster: udev event {Action:add KObj:/module/jbd2 Env:map[ACTION:add DEVPATH:/module/jbd2 SEQNUM:1727 SUBSYSTEM:module]}
[    2.977885] booster: loading module ext4
[    2.977938] booster: udev event {Action:add KObj:/bus/acpi/drivers/video Env:map[ACTION:add DEVPATH:/bus/acpi/drivers/video SEQNUM:1728 SUBSYSTEM:drivers]}
[    2.977964] booster: udev event {Action:add KObj:/module/video Env:map[ACTION:add DEVPATH:/module/video SEQNUM:1729 SUBSYSTEM:module]}
[    2.979272] booster: no match found for alias acpi:AMDI0030:AMDI0030:
[    2.979590] booster: no match found for alias acpi:AMDIF030:AMDIF030:
[    2.979623] booster: no match found for alias acpi:MSFT0101:
[    2.980327] booster: no match found for alias acpi:PNP0C01:
[    2.980376] booster: no match found for alias acpi:PNP0C02:
[    2.982345] booster: handling gpt block device &{path:/dev/sda symlinks:[] format:gpt isFs:false uuid:[139 34 25 138 54 152 64 41 179 97 149 151 74 113 20 129] label: hwPath:pci-0000:02:00.1-ata-1.0 wwid:[ata-ST1000DM010-2EP102_ZN1VPY9R wwn-0x5000c500e44f8028] data:{partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[47 88 64 94 220 246 64 175 154 150 97 28 214 114 229 215] name:Linux filesystem attributes:0}]}}
[    2.982402] booster: its partitions: {partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[47 88 64 94 220 246 64 175 154 150 97 28 214 114 229 215] name:Linux filesystem attributes:0}]}
[    2.982414] booster: no match found for alias acpi:PNP0000:
[    2.982436] booster: in autodiscovery mode
[    2.982464] booster: found a new device /dev/sda1
[    2.982544] booster: no match found for alias acpi:PNP0100:
[    2.982575] booster: no match found for alias acpi:PNP0200:
[    2.982680] booster: no match found for alias acpi:PNP0B00:
[    2.982703] booster: no match found for alias acpi:PNP0800:
[    2.982785] booster: handling gpt block device &{path:/dev/sdb symlinks:[] format:gpt isFs:false uuid:[142 0 193 151 252 9 76 31 145 152 82 35 219 62 21 180] label: hwPath:pci-0000:02:00.1-ata-2.0 wwid:[ata-ST1000DM010-2EP102_Z9AVWYVJ wwn-0x5000c500b223e58e] data:{partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[204 172 224 255 139 128 77 30 142 196 124 220 50 100 71 200] name:Linux filesystem attributes:0}]}}
[    2.982825] booster: its partitions: {partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[204 172 224 255 139 128 77 30 142 196 124 220 50 100 71 200] name:Linux filesystem attributes:0}]}
[    2.982844] booster: in autodiscovery mode
[    2.982861] booster: found a new device /dev/sdb1
[    2.984642] booster: handling gpt block device &{path:/dev/sdd symlinks:[] format:gpt isFs:false uuid:[115 178 31 140 251 138 70 42 128 77 43 192 89 138 203 229] label: hwPath:pci-0000:02:00.1-ata-5.0 wwid:[ata-TEAM_TM8PS7256G_TPBF2112240010800445 wwn-0x0000000000000000] data:{partitions:[{num:0 typeGUID:[193 42 115 40 248 31 17 210 186 75 0 160 201 62 201 59] uuid:[118 247 98 136 245 126 68 173 152 114 37 164 199 20 188 68] name:EFI system partition attributes:9223372036854775808} {num:1 typeGUID:[227 201 227 22 11 92 77 184 129 125 249 45 240 2 21 174] uuid:[9 222 189 233 23 79 71 1 169 207 104 78 25 198 148 180] name:Microsoft reserved partition attributes:9223372036854775808} {num:2 typeGUID:[235 208 160 162 185 229 68 51 135 192 104 182 183 38 153 199] uuid:[11 198 209 142 254 71 73 219 142 246 84 228 14 105 52 198] name:Basic data partition attributes:0} {num:3 typeGUID:[222 148 187 164 6 209 77 64 161...
[    2.985962] booster: no match found for alias acpi:PNP0A08:PNP0A03:
[    2.986038] booster: its partitions: {partitions:[{num:0 typeGUID:[193 42 115 40 248 31 17 210 186 75 0 160 201 62 201 59] uuid:[118 247 98 136 245 126 68 173 152 114 37 164 199 20 188 68] name:EFI system partition attributes:9223372036854775808} {num:1 typeGUID:[227 201 227 22 11 92 77 184 129 125 249 45 240 2 21 174] uuid:[9 222 189 233 23 79 71 1 169 207 104 78 25 198 148 180] name:Microsoft reserved partition attributes:9223372036854775808} {num:2 typeGUID:[235 208 160 162 185 229 68 51 135 192 104 182 183 38 153 199] uuid:[11 198 209 142 254 71 73 219 142 246 84 228 14 105 52 198] name:Basic data partition attributes:0} {num:3 typeGUID:[222 148 187 164 6 209 77 64 161 106 191 213 1 121 214 172] uuid:[189 202 231 68 173 83 79 71 149 157 249 242 12 43 69 109] name: attributes:9223372036854775809}]}
[    2.987016] booster: no match found for alias acpi:PNP0C0C:
[    2.987127] booster: no match found for alias acpi:PNP0C0F:
[    2.987220] nvidia: loading out-of-tree module taints kernel.
[    2.987225] nvidia: module license 'NVIDIA' taints kernel.
[    2.987225] Disabling lock debugging due to kernel taint
[    2.987478] booster: no match found for alias acpi:LNXSYBUS:
[    2.987611] booster: no match found for alias acpi:PNP0103:
[    2.987722] booster: no match found for alias acpi:LNXSYSTM:
[    2.987792] booster: in autodiscovery mode
[    2.988083] booster: no match found for alias pci:v00001022d00001480sv00001022sd00001480bc06sc00i00
[    2.988122] booster: no match found for alias pci:v00001022d00001482sv00000000sd00000000bc06sc00i00
[    2.988258] booster: found a new device /dev/sdd3
[    2.988264] booster: found a new device /dev/sdd1
[    2.988267] booster: found a new device /dev/sdd2
[    2.988283] booster: found a new device /dev/sdd4
[    2.988289] booster: modalias pci:v00002646d00005013sv00002646sd00005013bc01sc08i02 matched module nvme
[    2.988424] booster: no match found for alias pci:v00001022d00001483sv00001022sd00001453bc06sc04i00
[    2.988735] booster: modalias pci:v00001022d000043EEsv00001B21sd00001142bc0Csc03i30 matched module xhci_pci
[    2.989581] booster: no match found for alias scsi:t-0x00
[    2.991919] booster: blkinfo for /dev/sdc: type=gpt UUID=49645289-7a9c-438f-a437-ee866a7a1feb LABEL=
[    2.994547] booster: blkinfo for /dev/sdd1: type=fat UUID=344f1f8e LABEL=NO NAME
[    2.995766] booster: modalias pci:v00002646d00005013sv00002646sd00005013bc01sc08i02 matched module nvme
[    2.995975] booster: no match found for alias pci:v00001022d000043EBsv00001B21sd00001062bc01sc06i01
[    2.996249] booster: no match found for alias pci:v000010ECd00008125sv00001849sd00008125bc02sc00i00
[    2.996378] booster: loading module nvme_common
[    2.996480] booster: no match found for alias pci:v00001022d000043EAsv00001B21sd00003308bc06sc04i00
[    2.996772] booster: no match found for alias pci:v00001022d000043E9sv00001B21sd00000201bc06sc04i00
[    2.996920] booster: loading module xhci_pci_renesas
[    2.997833] booster: modalias pci:v000010DEd0000220Asv000010DEsd00001616bc03sc00i00 matched module nvidia
[    2.998183] booster: no match found for alias pci:v000010DEd00001AEFsv000010DEsd00001616bc04sc03i00
[    2.999284] booster: no match found for alias pci:v00001022d0000148Asv00001022sd0000148Abc13sc00i00
[    2.999458] booster: no match found for alias pci:v00001022d00001484sv00001022sd00001484bc06sc04i00
[    2.999970] booster: no match found for alias pci:v00001022d00001485sv00001022sd00001485bc13sc00i00
[    3.000086] booster: no match found for alias pci:v00001022d00001486sv00001022sd00001486bc10sc80i00
[    3.000170] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    3.000290] booster: modalias pci:v00001022d0000149Csv00001849sd0000FFFFbc0Csc03i30 matched module xhci_pci
[    3.000605] booster: no match found for alias pci:v00001022d00001487sv00001849sd00002224bc04sc03i00
[    3.000611] booster: udev event {Action:add KObj:/module/ext4 Env:map[ACTION:add DEVPATH:/module/ext4 SEQNUM:1730 SUBSYSTEM:module]}
[    3.000938] booster: no match found for alias pci:v00001022d0000790Bsv00001849sd0000FFFFbc0Csc05i00
[    3.001011] booster: no match found for alias pci:v00001022d0000790Esv00001849sd0000FFFFbc06sc01i00
[    3.001158] booster: no match found for alias pci:v00001022d00001440sv00000000sd00000000bc06sc00i00
[    3.001206] booster: no match found for alias pci:v00001022d00001441sv00000000sd00000000bc06sc00i00
[    3.001294] booster: no match found for alias pci:v00001022d00001442sv00000000sd00000000bc06sc00i00
[    3.001445] booster: no match found for alias pci:v00001022d00001443sv00000000sd00000000bc06sc00i00
[    3.001466] booster: no match found for alias pci:v00001022d00001444sv00000000sd00000000bc06sc00i00
[    3.001553] booster: no match found for alias pci:v00001022d00001445sv00000000sd00000000bc06sc00i00
[    3.001632] booster: no match found for alias pci:v00001022d00001446sv00000000sd00000000bc06sc00i00
[    3.001766] booster: no match found for alias pci:v00001022d00001447sv00000000sd00000000bc06sc00i00
[    3.001990] booster: no match found for alias platform:PCCT
[    3.002209] booster: no match found for alias wmi:05901221-D566-11D1-B2F0-00A0C9062910
[    3.002311] booster: no match found for alias wmi:ABBC0F6A-8EA1-11D1-00A0-C90629100000
[    3.002391] booster: no match found for alias platform:efi-framebuffer
[    3.002427] booster: no match found for alias platform:efivars
[    3.002464] booster: no match found for alias platform:microcode
[    3.002500] booster: no match found for alias platform:pcspkr
[    3.002549] booster: no match found for alias platform:reg-dummy
[    3.002627] booster: no match found for alias platform:rtc-efi
[    3.002670] booster: no match found for alias platform:serial8250
[    3.002731] booster: modalias pci:v000010DEd0000220Asv000010DEsd00001616bc03sc00i00 matched module nvidia_drm
[    3.004177] booster: loading module xhci_pci
[    3.004203] booster: udev event {Action:add KObj:/module/xhci_pci_renesas Env:map[ACTION:add DEVPATH:/module/xhci_pci_renesas SEQNUM:1731 SUBSYSTEM:module]}
[    3.005734] booster: no match found for alias platform:alarmtimer
[    3.006199] booster: blkinfo for /dev/sdb1: type=ext4 UUID=c8d62855-284d-4389-b737-a0120223262a LABEL=Storage 2
[    3.007136] booster: handling gpt block device &{path:/dev/sdc symlinks:[] format:gpt isFs:false uuid:[73 100 82 137 122 156 67 143 164 55 238 134 106 122 31 235] label: hwPath:pci-0000:02:00.1-ata-4.0 wwid:[ata-HGST_HTS541010A7E630_S00001SSGM6S7F wwn-0x5000cca756c8bc63] data:{partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[43 156 149 126 57 104 64 160 175 12 119 203 174 248 105 15] name:Linux filesystem attributes:0} {num:1 typeGUID:[235 208 160 162 185 229 68 51 135 192 104 182 183 38 153 199] uuid:[190 128 184 18 94 182 64 125 149 170 70 165 92 67 191 220] name:Microsoft basic data attributes:0}]}}
[    3.008322] booster: its partitions: {partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[43 156 149 126 57 104 64 160 175 12 119 203 174 248 105 15] name:Linux filesystem attributes:0} {num:1 typeGUID:[235 208 160 162 185 229 68 51 135 192 104 182 183 38 153 199] uuid:[190 128 184 18 94 182 64 125 149 170 70 165 92 67 191 220] name:Microsoft basic data attributes:0}]}
[    3.008376] booster: loading module nvme_core
[    3.009182] booster: in autodiscovery mode
[    3.009623] booster: found a new device /dev/sdc2
[    3.009675] booster: found a new device /dev/sdc1
[    3.009689] booster: blkinfo for /dev/sda1: type=ext4 UUID=13c2dcf4-eedf-4d0a-b0b0-4d0ed34f42a5 LABEL=Storage 1
[    3.014970] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[    3.016695] booster: udev event {Action:add KObj:/module/nvme_common Env:map[ACTION:add DEVPATH:/module/nvme_common SEQNUM:1732 SUBSYSTEM:module]}
[    3.018259] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    3.018263] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
[    3.021455] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[    3.023461] booster: loading module nvme
[    3.023474] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[    3.025704] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[    3.028252] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[    3.030463] booster: no match found for alias dmi:bvnAmericanMegatrendsInternational,LLC.:bvrL2.62:bd01/31/2023:br5.17:svnToBeFilledByO.E.M.:pnB550PGVelocita:pvrToBeFilledByO.E.M.:rvnASRock:rnB550PGVelocita:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:skuToBeFilledByO.E.M.:
[    3.030947] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[    3.032390] booster: blkinfo for /dev/sdc2: type=mbr UUID=00000000 LABEL=
[    3.033895] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[    3.037268] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[    3.040668] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[    3.044519] booster: loading module crc32_pclmul
[    3.044528] booster: loading module crct10dif_pclmul
[    3.044532] booster: loading module gf128mul
[    3.044533] booster: loading module cryptd
[    3.044546] booster: loading module sha512_ssse3
[    3.046067] booster: udev event {Action:add KObj:/devices/virtual/workqueue/nvme-wq Env:map[ACTION:add DEVPATH:/devices/virtual/workqueue/nvme-wq SEQNUM:1733 SUBSYSTEM:workqueue]}
[    3.053735] booster: udev event {Action:add KObj:/devices/virtual/workqueue/nvme-reset-wq Env:map[ACTION:add DEVPATH:/devices/virtual/workqueue/nvme-reset-wq SEQNUM:1734 SUBSYSTEM:workqueue]}
[    3.054553] booster: udev event {Action:add KObj:/devices/virtual/workqueue/nvme-delete-wq Env:map[ACTION:add DEVPATH:/devices/virtual/workqueue/nvme-delete-wq SEQNUM:1735 SUBSYSTEM:workqueue]}
[    3.055282] booster: udev event {Action:add KObj:/class/nvme Env:map[ACTION:add DEVPATH:/class/nvme SEQNUM:1736 SUBSYSTEM:class]}
[    3.056033] booster: blkinfo for /dev/sdc1: type=ext4 UUID=718fa296-850e-4ec5-9217-e3c06ecbec51 LABEL=Storage 3
[    3.056088] booster: udev event {Action:add KObj:/class/nvme-subsystem Env:map[ACTION:add DEVPATH:/class/nvme-subsystem SEQNUM:1737 SUBSYSTEM:class]}
[    3.057704] booster: udev event {Action:add KObj:/class/nvme-generic Env:map[ACTION:add DEVPATH:/class/nvme-generic SEQNUM:1738 SUBSYSTEM:class]}
[    3.058476] booster: udev event {Action:add KObj:/devices/virtual/workqueue/nvme-auth-wq Env:map[ACTION:add DEVPATH:/devices/virtual/workqueue/nvme-auth-wq SEQNUM:1739 SUBSYSTEM:workqueue]}
[    3.059245] booster: udev event {Action:add KObj:/module/nvme_core Env:map[ACTION:add DEVPATH:/module/nvme_core SEQNUM:1740 SUBSYSTEM:module]}
[    3.073402] xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
[    3.073587] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    3.073590] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[    3.073591] xhci_hcd 0000:02:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    3.073604] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/wakeup/wakeup31 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/wakeup/wakeup31 SEQNUM:1741 SUBSYSTEM:wakeup]}
[    3.073635] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.03
[    3.073636] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.073637] usb usb1: Product: xHCI Host Controller
[    3.073638] usb usb1: Manufacturer: Linux 6.3.9-arch1-1 xhci-hcd
[    3.073638] usb usb1: SerialNumber: 0000:02:00.0
[    3.073718] hub 1-0:1.0: USB hub found
[    3.073729] hub 1-0:1.0: 10 ports detected
[    3.073911] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    3.073920] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.03
[    3.073920] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.073921] usb usb2: Product: xHCI Host Controller
[    3.073921] usb usb2: Manufacturer: Linux 6.3.9-arch1-1 xhci-hcd
[    3.073922] usb usb2: SerialNumber: 0000:02:00.0
[    3.073957] hub 2-0:1.0: USB hub found
[    3.073962] hub 2-0:1.0: 4 ports detected
[    3.074083] xhci_hcd 0000:07:00.3: xHCI Host Controller
[    3.074085] xhci_hcd 0000:07:00.3: new USB bus registered, assigned bus number 3
[    3.074171] xhci_hcd 0000:07:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
[    3.074300] xhci_hcd 0000:07:00.3: xHCI Host Controller
[    3.074301] xhci_hcd 0000:07:00.3: new USB bus registered, assigned bus number 4
[    3.074302] xhci_hcd 0000:07:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    3.074318] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.03
[    3.074319] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.074319] usb usb3: Product: xHCI Host Controller
[    3.074320] usb usb3: Manufacturer: Linux 6.3.9-arch1-1 xhci-hcd
[    3.074320] usb usb3: SerialNumber: 0000:07:00.3
[    3.074377] hub 3-0:1.0: USB hub found
[    3.074381] hub 3-0:1.0: 4 ports detected
[    3.074506] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    3.074515] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.03
[    3.074515] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.074516] usb usb4: Product: xHCI Host Controller
[    3.074517] usb usb4: Manufacturer: Linux 6.3.9-arch1-1 xhci-hcd
[    3.074517] usb usb4: SerialNumber: 0000:07:00.3
[    3.074540] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1 Env:map[ACTION:add BUSNUM:001 DEVNAME:bus/usb/001/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1 DEVTYPE:usb_device MAJOR:189 MINOR:0 PRODUCT:1d6b/2/603 SEQNUM:1742 SUBSYSTEM:usb TYPE:9/0/1]}
[    3.074562] hub 4-0:1.0: USB hub found
[    3.074566] hub 4-0:1.0: 4 ports detected
[    3.076154] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-0:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-0:1.0 DEVTYPE:usb_interface INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0002d0603dc09dsc00dp01ic09isc00ip00in00 PRODUCT:1d6b/2/603 SEQNUM:1743 SUBSYSTEM:usb TYPE:9/0/1]}
[    3.077737] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-0:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-0:1.0 DEVTYPE:usb_interface DRIVER:hub INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0002d0603dc09dsc00dp01ic09isc00ip00in00 PRODUCT:1d6b/2/603 SEQNUM:1744 SUBSYSTEM:usb TYPE:9/0/1]}
[    3.077762] booster: no match found for alias usb:v1D6Bp0002d0603dc09dsc00dp01ic09isc00ip00in00
[    3.079273] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1 Env:map[ACTION:bind BUSNUM:001 DEVNAME:bus/usb/001/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:0 PRODUCT:1d6b/2/603 SEQNUM:1745 SUBSYSTEM:usb TYPE:9/0/1]}
[    3.081690] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2 Env:map[ACTION:add BUSNUM:002 DEVNAME:bus/usb/002/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2 DEVTYPE:usb_device MAJOR:189 MINOR:128 PRODUCT:1d6b/3/603 SEQNUM:1746 SUBSYSTEM:usb TYPE:9/0/3]}
[    3.083221] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-0:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-0:1.0 DEVTYPE:usb_interface INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0003d0603dc09dsc00dp03ic09isc00ip00in00 PRODUCT:1d6b/3/603 SEQNUM:1747 SUBSYSTEM:usb TYPE:9/0/3]}
[    3.084716] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-0:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-0:1.0 DEVTYPE:usb_interface DRIVER:hub INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0003d0603dc09dsc00dp03ic09isc00ip00in00 PRODUCT:1d6b/3/603 SEQNUM:1748 SUBSYSTEM:usb TYPE:9/0/3]}
[    3.084740] booster: no match found for alias usb:v1D6Bp0003d0603dc09dsc00dp03ic09isc00ip00in00
[    3.086171] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2 Env:map[ACTION:bind BUSNUM:002 DEVNAME:bus/usb/002/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:128 PRODUCT:1d6b/3/603 SEQNUM:1749 SUBSYSTEM:usb TYPE:9/0/3]}
[    3.088462] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0 DRIVER:xhci_hcd MODALIAS:pci:v00001022d000043EEsv00001B21sd00001142bc0Csc03i30 PCI_CLASS:C0330 PCI_ID:1022:43EE PCI_SLOT_NAME:0000:02:00.0 PCI_SUBSYS_ID:1B21:1142 SEQNUM:1750 SUBSYSTEM:pci]}
[    3.089930] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/wakeup/wakeup32 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/wakeup/wakeup32 SEQNUM:1751 SUBSYSTEM:wakeup]}
[    3.090640] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3 Env:map[ACTION:add BUSNUM:003 DEVNAME:bus/usb/003/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3 DEVTYPE:usb_device MAJOR:189 MINOR:256 PRODUCT:1d6b/2/603 SEQNUM:1752 SUBSYSTEM:usb TYPE:9/0/1]}
[    3.092049] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-0:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-0:1.0 DEVTYPE:usb_interface INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0002d0603dc09dsc00dp01ic09isc00ip00in00 PRODUCT:1d6b/2/603 SEQNUM:1753 SUBSYSTEM:usb TYPE:9/0/1]}
[    3.093420] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-0:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-0:1.0 DEVTYPE:usb_interface DRIVER:hub INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0002d0603dc09dsc00dp01ic09isc00ip00in00 PRODUCT:1d6b/2/603 SEQNUM:1754 SUBSYSTEM:usb TYPE:9/0/1]}
[    3.094814] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3 Env:map[ACTION:bind BUSNUM:003 DEVNAME:bus/usb/003/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:256 PRODUCT:1d6b/2/603 SEQNUM:1755 SUBSYSTEM:usb TYPE:9/0/1]}
[    3.096186] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4 Env:map[ACTION:add BUSNUM:004 DEVNAME:bus/usb/004/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4 DEVTYPE:usb_device MAJOR:189 MINOR:384 PRODUCT:1d6b/3/603 SEQNUM:1756 SUBSYSTEM:usb TYPE:9/0/3]}
[    3.097525] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4/4-0:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4/4-0:1.0 DEVTYPE:usb_interface INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0003d0603dc09dsc00dp03ic09isc00ip00in00 PRODUCT:1d6b/3/603 SEQNUM:1757 SUBSYSTEM:usb TYPE:9/0/3]}
[    3.098863] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4/4-0:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4/4-0:1.0 DEVTYPE:usb_interface DRIVER:hub INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0003d0603dc09dsc00dp03ic09isc00ip00in00 PRODUCT:1d6b/3/603 SEQNUM:1758 SUBSYSTEM:usb TYPE:9/0/3]}
[    3.100334] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4 Env:map[ACTION:bind BUSNUM:004 DEVNAME:bus/usb/004/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:384 PRODUCT:1d6b/3/603 SEQNUM:1759 SUBSYSTEM:usb TYPE:9/0/3]}
[    3.101639] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3 DRIVER:xhci_hcd MODALIAS:pci:v00001022d0000149Csv00001849sd0000FFFFbc0Csc03i30 PCI_CLASS:C0330 PCI_ID:1022:149C PCI_SLOT_NAME:0000:07:00.3 PCI_SUBSYS_ID:1849:FFFF SEQNUM:1760 SUBSYSTEM:pci]}
[    3.102943] booster: udev event {Action:add KObj:/bus/pci/drivers/xhci_hcd Env:map[ACTION:add DEVPATH:/bus/pci/drivers/xhci_hcd SEQNUM:1761 SUBSYSTEM:drivers]}
[    3.103588] booster: udev event {Action:add KObj:/module/xhci_pci Env:map[ACTION:add DEVPATH:/module/xhci_pci SEQNUM:1762 SUBSYSTEM:module]}
[    3.202222] booster: udev event {Action:add KObj:/module/gf128mul Env:map[ACTION:add DEVPATH:/module/gf128mul SEQNUM:1763 SUBSYSTEM:module]}
[    3.202393] booster: loading module polyval_generic
[    3.202487] cryptd: max_cpu_qlen set to 1000
[    3.202551] nvme nvme0: pci function 0000:01:00.0
[    3.202989] booster: udev event {Action:add KObj:/module/crct10dif_pclmul Env:map[ACTION:add DEVPATH:/module/crct10dif_pclmul SEQNUM:1764 SUBSYSTEM:module]}
[    3.203213] nvidia-nvlink: Nvlink Core is being initialized, major device number 236
[    3.203216] 
[    3.203960] nvidia 0000:05:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[    3.204818] booster: udev event {Action:add KObj:/module/crc32_pclmul Env:map[ACTION:add DEVPATH:/module/crc32_pclmul SEQNUM:1765 SUBSYSTEM:module]}
[    3.205417] booster: udev event {Action:add KObj:/module/sha512_ssse3 Env:map[ACTION:add DEVPATH:/module/sha512_ssse3 SEQNUM:1766 SUBSYSTEM:module]}
[    3.205995] booster: udev event {Action:add KObj:/bus/pci/drivers/nvme Env:map[ACTION:add DEVPATH:/bus/pci/drivers/nvme SEQNUM:1767 SUBSYSTEM:drivers]}
[    3.206576] booster: udev event {Action:add KObj:/module/cryptd Env:map[ACTION:add DEVPATH:/module/cryptd SEQNUM:1768 SUBSYSTEM:module]}
[    3.207033] nvme nvme0: Shutdown timeout set to 10 seconds
[    3.207155] booster: udev event {Action:add KObj:/module/nvme Env:map[ACTION:add DEVPATH:/module/nvme SEQNUM:1769 SUBSYSTEM:module]}
[    3.207712] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0 Env:map[ACTION:add DEVNAME:nvme0 DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0 MAJOR:239 MINOR:0 NVME_TRTYPE:pcie SEQNUM:1770 SUBSYSTEM:nvme]}
[    3.208850] booster: udev event {Action:add KObj:/bus/pci/drivers/nvidia-nvswitch Env:map[ACTION:add DEVPATH:/bus/pci/drivers/nvidia-nvswitch SEQNUM:1771 SUBSYSTEM:drivers]}
[    3.209442] booster: udev event {Action:add KObj:/module/polyval_generic Env:map[ACTION:add DEVPATH:/module/polyval_generic SEQNUM:1772 SUBSYSTEM:module]}
[    3.209926] nvme nvme0: 32/0/0 default/read/poll queues
[    3.210037] booster: udev event {Action:add KObj:/devices/virtual/nvme-subsystem/nvme-subsys0 Env:map[ACTION:add DEVPATH:/devices/virtual/nvme-subsystem/nvme-subsys0 SEQNUM:1773 SUBSYSTEM:nvme-subsystem]}
[    3.210653] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/hwmon0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/hwmon0 SEQNUM:1774 SUBSYSTEM:hwmon]}
[    3.211275] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0 Env:map[ACTION:change DEVNAME:nvme0 DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0 MAJOR:239 MINOR:0 NVME_EVENT:connected NVME_TRTYPE:pcie SEQNUM:1775 SUBSYSTEM:nvme]}
[    3.212638]  nvme0n1: p1 p2
[    3.212753] booster: loading module polyval_clmulni
[    3.212770] booster: loading module ghash_clmulni_intel
[    3.212775] booster: udev event {Action:add KObj:/devices/virtual/bdi/259:0 Env:map[ACTION:add DEVPATH:/devices/virtual/bdi/259:0 SEQNUM:1776 SUBSYSTEM:bdi]}
[    3.212777] booster: loading module crypto_simd
[    3.214964] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1 Env:map[ACTION:add DEVNAME:nvme0n1 DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1 DEVTYPE:disk DISKSEQ:5 MAJOR:259 MINOR:0 SEQNUM:1777 SUBSYSTEM:block]}
[    3.216951] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1 Env:map[ACTION:add DEVNAME:nvme0n1p1 DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1 DEVTYPE:partition DISKSEQ:5 MAJOR:259 MINOR:1 PARTN:1 PARTNAME:EFI system partition SEQNUM:1778 SUBSYSTEM:block]}
[    3.216961] booster: found a new device /dev/nvme0n1
[    3.217635] booster: loading module aesni_intel
[    3.218228] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2 Env:map[ACTION:add DEVNAME:nvme0n1p2 DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2 DEVTYPE:partition DISKSEQ:5 MAJOR:259 MINOR:2 PARTN:2 PARTNAME:Linux x86-64 root (/) SEQNUM:1779 SUBSYSTEM:block]}
[    3.218951] booster: blkinfo for /dev/nvme0n1: type=gpt UUID=2788efc2-2f41-4e55-bd90-cd679952c330 LABEL=
[    3.220830] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/ng0n1 Env:map[ACTION:add DEVNAME:ng0n1 DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/ng0n1 MAJOR:238 MINOR:0 SEQNUM:1780 SUBSYSTEM:nvme-generic]}
[    3.221883] booster: symlink /dev/nvme0n1 /dev/disk/by-id/nvme-KINGSTON_SKC3000S1024G_50026B7282B60D14
[    3.221891] booster: found a new device /dev/nvme0n1p1
[    3.221897] booster: found a new device /dev/nvme0n1p2
[    3.222901] AVX2 version of gcm_enc/dec engaged.
[    3.222937] AES CTR mode by8 optimization enabled
[    3.223408] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0 DRIVER:nvme MODALIAS:pci:v00002646d00005013sv00002646sd00005013bc01sc08i02 PCI_CLASS:10802 PCI_ID:2646:5013 PCI_SLOT_NAME:0000:01:00.0 PCI_SUBSYS_ID:2646:5013 SEQNUM:1781 SUBSYSTEM:pci]}
[    3.224668] booster: blkinfo for /dev/nvme0n1p1: type=fat UUID=63599b60 LABEL=NO NAME
[    3.225248] booster: blkinfo for /dev/nvme0n1p2: type=ext4 UUID=c1785551-9ae6-4a43-bab7-cdc42cf98971 LABEL=Arch Linux
[    3.226356] booster: udev event {Action:add KObj:/module/ghash_clmulni_intel Env:map[ACTION:add DEVPATH:/module/ghash_clmulni_intel SEQNUM:1782 SUBSYSTEM:module]}
[    3.228082] booster: udev event {Action:add KObj:/module/polyval_clmulni Env:map[ACTION:add DEVPATH:/module/polyval_clmulni SEQNUM:1783 SUBSYSTEM:module]}
[    3.228647] booster: udev event {Action:add KObj:/module/crypto_simd Env:map[ACTION:add DEVPATH:/module/crypto_simd SEQNUM:1784 SUBSYSTEM:module]}
[    3.229207] booster: udev event {Action:add KObj:/module/aesni_intel Env:map[ACTION:add DEVPATH:/module/aesni_intel SEQNUM:1785 SUBSYSTEM:module]}
[    3.248422] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  535.54.03  Tue Jun  6 22:20:39 UTC 2023
[    3.248445] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0 DRIVER:nvidia MODALIAS:pci:v000010DEd0000220Asv000010DEsd00001616bc03sc00i00 PCI_CLASS:30000 PCI_ID:10DE:220A PCI_SLOT_NAME:0000:05:00.0 PCI_SUBSYS_ID:10DE:1616 SEQNUM:1786 SUBSYSTEM:pci]}
[    3.249353] booster: loading module nvidia_modeset
[    3.249355] booster: loading module nvidia_uvm
[    3.249744] booster: udev event {Action:add KObj:/bus/pci/drivers/nvidia Env:map[ACTION:add DEVPATH:/bus/pci/drivers/nvidia SEQNUM:1787 SUBSYSTEM:drivers]}
[    3.251507] booster: udev event {Action:add KObj:/module/nvidia Env:map[ACTION:add DEVPATH:/module/nvidia SEQNUM:1788 SUBSYSTEM:module]}
[    3.252468] nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
[    3.256788] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  535.54.03  Tue Jun  6 22:17:39 UTC 2023
[    3.256823] booster: udev event {Action:add KObj:/module/nvidia_modeset Env:map[ACTION:add DEVPATH:/module/nvidia_modeset SEQNUM:1789 SUBSYSTEM:module]}
[    3.256849] booster: loading module nvidia_drm params="modeset=1"
[    3.323194] [drm] [nvidia-drm] [GPU ID 0x00000500] Loading driver
[    3.323206] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/renderD128 Env:map[ACTION:add DEVNAME:dri/renderD128 DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/renderD128 DEVTYPE:drm_minor MAJOR:226 MINOR:128 SEQNUM:1790 SUBSYSTEM:drm]}
[    3.324277] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 Env:map[ACTION:add DEVNAME:dri/card0 DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 DEVTYPE:drm_minor MAJOR:226 MINOR:0 SEQNUM:1791 SUBSYSTEM:drm]}
[    3.326906] usb 1-5: new low-speed USB device number 2 using xhci_hcd
[    3.644079] usb 1-5: New USB device found, idVendor=047d, idProduct=1020, bcdDevice= 1.08
[    3.644081] usb 1-5: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    3.644082] usb 1-5: Product: Kensington Expert Mouse
[    3.644291] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5 Env:map[ACTION:add BUSNUM:001 DEVNAME:bus/usb/001/002 DEVNUM:002 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5 DEVTYPE:usb_device MAJOR:189 MINOR:1 PRODUCT:47d/1020/108 SEQNUM:1792 SUBSYSTEM:usb TYPE:0/0/0]}
[    3.836914] usb 1-6: new low-speed USB device number 3 using xhci_hcd
[    4.117951] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5 Env:map[ACTION:change BUSNUM:001 DEVNAME:bus/usb/001/002 DEVNUM:002 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:1 PRODUCT:47d/1020/108 SEQNUM:1793 SUBSYSTEM:usb TYPE:0/0/0]}
[    4.118919] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0 DEVTYPE:usb_interface INTERFACE:3/1/2 MODALIAS:usb:v047Dp1020d0108dc00dsc00dp00ic03isc01ip02in00 PRODUCT:47d/1020/108 SEQNUM:1794 SUBSYSTEM:usb TYPE:0/0/0]}
[    4.119894] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5 Env:map[ACTION:bind BUSNUM:001 DEVNAME:bus/usb/001/002 DEVNUM:002 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:1 PRODUCT:47d/1020/108 SEQNUM:1795 SUBSYSTEM:usb TYPE:0/0/0]}
[    4.119924] booster: modalias usb:v047Dp1020d0108dc00dsc00dp00ic03isc01ip02in00 matched module usbhid
[    4.121361] booster: loading module usbhid
[    4.157747] usb 1-6: New USB device found, idVendor=1a2c, idProduct=2124, bcdDevice= 1.10
[    4.157750] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.157751] usb 1-6: Product: USB Keyboard
[    4.157752] usb 1-6: Manufacturer: SEM
[    4.158408] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6 Env:map[ACTION:add BUSNUM:001 DEVNAME:bus/usb/001/003 DEVNUM:003 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6 DEVTYPE:usb_device MAJOR:189 MINOR:2 PRODUCT:1a2c/2124/110 SEQNUM:1796 SUBSYSTEM:usb TYPE:0/0/0]}
[    4.167796] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6 Env:map[ACTION:change BUSNUM:001 DEVNAME:bus/usb/001/003 DEVNUM:003 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:2 PRODUCT:1a2c/2124/110 SEQNUM:1797 SUBSYSTEM:usb TYPE:0/0/0]}
[    4.169047] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0 DEVTYPE:usb_interface INTERFACE:3/1/1 MODALIAS:usb:v1A2Cp2124d0110dc00dsc00dp00ic03isc01ip01in00 PRODUCT:1a2c/2124/110 SEQNUM:1798 SUBSYSTEM:usb TYPE:0/0/0]}
[    4.170076] booster: modalias usb:v1A2Cp2124d0110dc00dsc00dp00ic03isc01ip01in00 matched module usbhid
[    4.171611] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-0 SEQNUM:1799 SUBSYSTEM:i2c]}
[    4.171833] nvidia-uvm: Loaded the UVM driver, major device number 234.
[    4.172270] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-1 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-1 SEQNUM:1800 SUBSYSTEM:i2c]}
[    4.172913] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-2 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-2 SEQNUM:1801 SUBSYSTEM:i2c]}
[    4.173453] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-3 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-3 SEQNUM:1802 SUBSYSTEM:i2c]}
[    4.173965] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-4 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-4 SEQNUM:1803 SUBSYSTEM:i2c]}
[    4.174463] booster: udev event {Action:add KObj:/module/nvidia_uvm Env:map[ACTION:add DEVPATH:/module/nvidia_uvm SEQNUM:1804 SUBSYSTEM:module]}
[    4.178799] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001 HID_ID:0003:00001A2C:00002124 HID_NAME:SEM USB Keyboard HID_PHYS:usb-0000:02:00.0-6/input0 HID_UNIQ: MODALIAS:hid:b0003g0001v00001A2Cp00002124 SEQNUM:1805 SUBSYSTEM:hid]}
[    4.178830] input: SEM USB Keyboard as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/input/input2
[    4.180037] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/wakeup/wakeup33 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/wakeup/wakeup33 SEQNUM:1806 SUBSYSTEM:wakeup]}
[    4.180056] booster: no match found for alias hid:b0003g0001v00001A2Cp00002124
[    4.180568] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/input/input2 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/input/input2 EV:120013 KEY:1000000000007 ff800000000007ff febeffdff3cfffff fffffffffffffffe LED:7 MODALIAS:input:b0003v1A2Cp2124e0110-e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,sfw MSC:10 NAME:"SEM USB Keyboard" PHYS:"usb-0000:02:00.0-6/input0" PRODUCT:3/1a2c/2124/110 PROP:0 SEQNUM:1807 SUBSYSTEM:input UNIQ:""]}
[    4.182769] booster: no match found for alias input:b0003v1A2Cp2124e0110_e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,sfw
[    4.183783] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0002 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0002 HID_ID:0003:0000047D:00001020 HID_NAME:Kensington Expert Mouse HID_PHYS:usb-0000:02:00.0-5/input0 HID_UNIQ: MODALIAS:hid:b0003g0001v0000047Dp00001020 SEQNUM:1808 SUBSYSTEM:hid]}
[    4.183798] input: Kensington Expert Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0002/input/input3
[    4.184843] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0002/input/input3 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0002/input/input3 EV:17 KEY:1f0000 0 0 0 0 MODALIAS:input:b0003v047Dp1020e0111-e0,1,2,4,k110,111,112,113,114,r0,1,8,B,am4,lsfw MSC:10 NAME:"Kensington Expert Mouse" PHYS:"usb-0000:02:00.0-5/input0" PRODUCT:3/47d/1020/111 PROP:0 REL:903 SEQNUM:1809 SUBSYSTEM:input UNIQ:""]}
[    4.184864] booster: no match found for alias hid:b0003g0001v0000047Dp00001020
[    4.186442] booster: no match found for alias input:b0003v047Dp1020e0111_e0,1,2,4,k110,111,112,113,114,r0,1,8,B,am4,lsfw
[    4.232518] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0/card0-HDMI-A-1 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0/card0-HDMI-A-1 DEVTYPE:drm_connector SEQNUM:1810 SUBSYSTEM:drm]}
[    4.233664] hid-generic 0003:1A2C:2124.0001: input,hidraw0: USB HID v1.10 Keyboard [SEM USB Keyboard] on usb-0000:02:00.0-6/input0
[    4.233700] hid-generic 0003:047D:1020.0002: input,hidraw1: USB HID v1.11 Mouse [Kensington Expert Mouse] on usb-0000:02:00.0-5/input0
[    4.233704] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 Env:map[ACTION:change CONNECTOR:88 DEVNAME:dri/card0 DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 DEVTYPE:drm_minor HOTPLUG:1 MAJOR:226 MINOR:0 SEQNUM:1811 SUBSYSTEM:drm]}
[    4.234771] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0/card0-DP-1 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0/card0-DP-1 DEVTYPE:drm_connector SEQNUM:1812 SUBSYSTEM:drm]}
[    4.235319] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 Env:map[ACTION:change CONNECTOR:90 DEVNAME:dri/card0 DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 DEVTYPE:drm_minor HOTPLUG:1 MAJOR:226 MINOR:0 SEQNUM:1813 SUBSYSTEM:drm]}
[    4.236431] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0/card0-DP-2 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0/card0-DP-2 DEVTYPE:drm_connector SEQNUM:1814 SUBSYSTEM:drm]}
[    4.237014] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 Env:map[ACTION:change CONNECTOR:93 DEVNAME:dri/card0 DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 DEVTYPE:drm_minor HOTPLUG:1 MAJOR:226 MINOR:0 SEQNUM:1815 SUBSYSTEM:drm]}
[    4.238144] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0/card0-DP-3 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0/card0-DP-3 DEVTYPE:drm_connector SEQNUM:1816 SUBSYSTEM:drm]}
[    4.238729] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 Env:map[ACTION:change CONNECTOR:96 DEVNAME:dri/card0 DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 DEVTYPE:drm_minor HOTPLUG:1 MAJOR:226 MINOR:0 SEQNUM:1817 SUBSYSTEM:drm]}
[    4.239910] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 Env:map[ACTION:change DEVNAME:dri/card0 DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 DEVTYPE:drm_minor HOTPLUG:1 MAJOR:226 MINOR:0 SEQNUM:1818 SUBSYSTEM:drm]}
[    4.241117] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/input/input2/input2::numlock Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/input/input2/input2::numlock SEQNUM:1819 SUBSYSTEM:leds]}
[    4.242326] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/input/input2/input2::numlock Env:map[ACTION:change DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/input/input2/input2::numlock SEQNUM:1820 SUBSYSTEM:leds TRIGGER:kbd-numlock]}
[    4.243558] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/input/input2/input2::capslock Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/input/input2/input2::capslock SEQNUM:1821 SUBSYSTEM:leds]}
[    4.243865] input: SEM USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input4
[    4.244815] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/input/input2/input2::capslock Env:map[ACTION:change DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/input/input2/input2::capslock SEQNUM:1822 SUBSYSTEM:leds TRIGGER:kbd-capslock]}
[    4.246083] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/input/input2/input2::scrolllock Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/input/input2/input2::scrolllock SEQNUM:1823 SUBSYSTEM:leds]}
[    4.247388] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/input/input2/input2::scrolllock Env:map[ACTION:change DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/input/input2/input2::scrolllock SEQNUM:1824 SUBSYSTEM:leds TRIGGER:kbd-scrolllock]}
[    4.248687] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/input/input2/event2 Env:map[ACTION:add DEVNAME:input/event2 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/input/input2/event2 MAJOR:13 MINOR:66 SEQNUM:1825 SUBSYSTEM:input]}
[    4.249969] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/hidraw/hidraw0 Env:map[ACTION:add DEVNAME:hidraw0 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001/hidraw/hidraw0 MAJOR:240 MINOR:0 SEQNUM:1826 SUBSYSTEM:hidraw]}
[    4.251260] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0001 DRIVER:hid-generic HID_ID:0003:00001A2C:00002124 HID_NAME:SEM USB Keyboard HID_PHYS:usb-0000:02:00.0-6/input0 HID_UNIQ: MODALIAS:hid:b0003g0001v00001A2Cp00002124 SEQNUM:1827 SUBSYSTEM:hid]}
[    4.252542] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0 DEVTYPE:usb_interface DRIVER:usbhid INTERFACE:3/1/1 MODALIAS:usb:v1A2Cp2124d0110dc00dsc00dp00ic03isc01ip01in00 PRODUCT:1a2c/2124/110 SEQNUM:1828 SUBSYSTEM:usb TYPE:0/0/0]}
[    4.253818] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0002/input/input3/event3 Env:map[ACTION:add DEVNAME:input/event3 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0002/input/input3/event3 MAJOR:13 MINOR:67 SEQNUM:1829 SUBSYSTEM:input]}
[    4.255095] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1 DEVTYPE:usb_interface INTERFACE:3/0/0 MODALIAS:usb:v1A2Cp2124d0110dc00dsc00dp00ic03isc00ip00in01 PRODUCT:1a2c/2124/110 SEQNUM:1830 SUBSYSTEM:usb TYPE:0/0/0]}
[    4.256413] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0002/hidraw/hidraw1 Env:map[ACTION:add DEVNAME:hidraw1 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0002/hidraw/hidraw1 MAJOR:240 MINOR:1 SEQNUM:1831 SUBSYSTEM:hidraw]}
[    4.256427] booster: modalias usb:v1A2Cp2124d0110dc00dsc00dp00ic03isc00ip00in01 matched module usbhid
[    4.257725] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0002 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0002 DRIVER:hid-generic HID_ID:0003:0000047D:00001020 HID_NAME:Kensington Expert Mouse HID_PHYS:usb-0000:02:00.0-5/input0 HID_UNIQ: MODALIAS:hid:b0003g0001v0000047Dp00001020 SEQNUM:1832 SUBSYSTEM:hid]}
[    4.259933] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0 DEVTYPE:usb_interface DRIVER:usbhid INTERFACE:3/1/2 MODALIAS:usb:v047Dp1020d0108dc00dsc00dp00ic03isc01ip02in00 PRODUCT:47d/1020/108 SEQNUM:1833 SUBSYSTEM:usb TYPE:0/0/0]}
[    4.261220] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003 HID_ID:0003:00001A2C:00002124 HID_NAME:SEM USB Keyboard HID_PHYS:usb-0000:02:00.0-6/input1 HID_UNIQ: MODALIAS:hid:b0003g0001v00001A2Cp00002124 SEQNUM:1834 SUBSYSTEM:hid]}
[    4.262542] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input4 Env:map[ABS:100000000 ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input4 EV:1f KEY:33eff 0 0 483ffff17aff32d bfd4444600000000 1 130c730b17c000 267bfad9415fed 9e168000004400 10000002 MODALIAS:input:b0003v1A2Cp2124e0110-e0,1,2,3,4,k71,72,73,74,77,80,82,83,85,86,87,88,89,8A,8B,8C,8E,90,96,98,9B,9C,9E,9F,A1,A3,A4,A5,A6,A7,A8,A9,AB,AC,AD,AE,B1,B2,B5,CE,CF,D0,D1,D2,D4,D8,D9,DB,E0,E1,E4,E5,E6,EA,EB,F0,F1,F4,100,161,162,166,16A,16E,172,174,176,177,178,179,17A,17B,17C,17D,17F,180,182,183,185,188,189,18C,18D,18E,18F,190,191,192,193,195,197,198,199,19A,19C,1A0,1A1,1A2,1A3,1A4,1A5,1A6,1A7,1A8,1A9,1AA,1AB,1AC,1AD,1AE,1AF,1B0,1B1,1B7,1BA,240,241,242,243,244,245,246,247,249,24A,24B,24C,24D,250,251,r6,C,a20,m4,lsfw MSC...
[    4.265986] booster: no match found for alias input:b0003v1A2Cp2124e0110_e0,1,2,3,4,k71,72,73,74,77,80,82,83,85,86,87,88,89,8A,8B,8C,8E,90,96,98,9B,9C,9E,9F,A1,A3,A4,A5,A6,A7,A8,A9,AB,AC,AD,AE,B1,B2,B5,CE,CF,D0,D1,D2,D4,D8,D9,DB,E0,E1,E4,E5,E6,EA,EB,F0,F1,F4,100,161,162,166,16A,16E,172,174,176,177,178,179,17A,17B,17C,17D,17F,180,182,183,185,188,189,18C,18D,18E,18F,190,191,192,193,195,197,198,199,19A,19C,1A0,1A1,1A2,1A3,1A4,1A5,1A6,1A7,1A8,1A9,1AA,1AB,1AC,1AD,1AE,1AF,1B0,1B1,1B7,1BA,240,241,242,243,244,245,246,247,249,24A,24B,24C,24D,250,251,r6,C,a20,m4,lsfw
[    4.300647] input: SEM USB Keyboard System Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input5
[    4.300673] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input4/event4 Env:map[ACTION:add DEVNAME:input/event4 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input4/event4 MAJOR:13 MINOR:68 SEQNUM:1836 SUBSYSTEM:input]}
[    4.300681] hid-generic 0003:1A2C:2124.0003: input,hidraw2: USB HID v1.10 Device [SEM USB Keyboard] on usb-0000:02:00.0-6/input1
[    4.300723] usbcore: registered new interface driver usbhid
[    4.300724] usbhid: USB HID core driver
[    4.302180] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input5 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input5 EV:13 KEY:c000 10000000000000 0 MODALIAS:input:b0003v1A2Cp2124e0110-e0,1,4,k74,8E,8F,ram4,lsfw MSC:10 NAME:"SEM USB Keyboard System Control" PHYS:"usb-0000:02:00.0-6/input1" PRODUCT:3/1a2c/2124/110 PROP:0 SEQNUM:1837 SUBSYSTEM:input UNIQ:""]}
[    4.304265] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input5/event5 Env:map[ACTION:add DEVNAME:input/event5 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input5/event5 MAJOR:13 MINOR:69 SEQNUM:1838 SUBSYSTEM:input]}
[    4.304300] booster: no match found for alias input:b0003v1A2Cp2124e0110_e0,1,4,k74,8E,8F,ram4,lsfw
[    4.305659] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/hidraw/hidraw2 Env:map[ACTION:add DEVNAME:hidraw2 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/hidraw/hidraw2 MAJOR:240 MINOR:2 SEQNUM:1839 SUBSYSTEM:hidraw]}
[    4.307038] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003 DRIVER:hid-generic HID_ID:0003:00001A2C:00002124 HID_NAME:SEM USB Keyboard HID_PHYS:usb-0000:02:00.0-6/input1 HID_UNIQ: MODALIAS:hid:b0003g0001v00001A2Cp00002124 SEQNUM:1840 SUBSYSTEM:hid]}
[    4.308467] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1 DEVTYPE:usb_interface DRIVER:usbhid INTERFACE:3/0/0 MODALIAS:usb:v1A2Cp2124d0110dc00dsc00dp00ic03isc00ip00in01 PRODUCT:1a2c/2124/110 SEQNUM:1841 SUBSYSTEM:usb TYPE:0/0/0]}
[    4.309895] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6 Env:map[ACTION:bind BUSNUM:001 DEVNAME:bus/usb/001/003 DEVNUM:003 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:2 PRODUCT:1a2c/2124/110 SEQNUM:1842 SUBSYSTEM:usb TYPE:0/0/0]}
[    4.312277] booster: udev event {Action:add KObj:/bus/usb/drivers/usbhid Env:map[ACTION:add DEVPATH:/bus/usb/drivers/usbhid SEQNUM:1843 SUBSYSTEM:drivers]}
[    4.312967] booster: udev event {Action:add KObj:/module/usbhid Env:map[ACTION:add DEVPATH:/module/usbhid SEQNUM:1844 SUBSYSTEM:module]}
[    4.351969] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:05:00.0 on minor 0
[    4.352014] booster: udev event {Action:add KObj:/module/nvidia_drm Env:map[ACTION:add DEVPATH:/module/nvidia_drm SEQNUM:1845 SUBSYSTEM:module]}
[    4.490249] usb 1-7: new high-speed USB device number 4 using xhci_hcd
[    4.720150] usb 1-7: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=60.60
[    4.720155] usb 1-7: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    4.720157] usb 1-7: Product: USB2.0 Hub
[    4.720375] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7 Env:map[ACTION:add BUSNUM:001 DEVNAME:bus/usb/001/004 DEVNUM:004 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7 DEVTYPE:usb_device MAJOR:189 MINOR:3 PRODUCT:5e3/610/6060 SEQNUM:1846 SUBSYSTEM:usb TYPE:9/0/2]}
[    4.728156] hub 1-7:1.0: USB hub found
[    4.728168] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7 Env:map[ACTION:change BUSNUM:001 DEVNAME:bus/usb/001/004 DEVNUM:004 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:3 PRODUCT:5e3/610/6060 SEQNUM:1847 SUBSYSTEM:usb TYPE:9/0/2]}
[    4.729776] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7/1-7:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7/1-7:1.0 DEVTYPE:usb_interface INTERFACE:9/0/1 MODALIAS:usb:v05E3p0610d6060dc09dsc00dp02ic09isc00ip01in00 PRODUCT:5e3/610/6060 SEQNUM:1848 SUBSYSTEM:usb TYPE:9/0/2]}
[    4.731163] booster: no match found for alias usb:v05E3p0610d6060dc09dsc00dp02ic09isc00ip01in00
[    4.732122] hub 1-7:1.0: 4 ports detected
[    4.761481] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7/1-7:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7/1-7:1.0 DEVTYPE:usb_interface DRIVER:hub INTERFACE:9/0/2 MODALIAS:usb:v05E3p0610d6060dc09dsc00dp02ic09isc00ip02in00 PRODUCT:5e3/610/6060 SEQNUM:1849 SUBSYSTEM:usb TYPE:9/0/2]}
[    4.762978] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7 Env:map[ACTION:bind BUSNUM:001 DEVNAME:bus/usb/001/004 DEVNUM:004 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:3 PRODUCT:5e3/610/6060 SEQNUM:1850 SUBSYSTEM:usb TYPE:9/0/2]}
[    4.763013] booster: no match found for alias usb:v05E3p0610d6060dc09dsc00dp02ic09isc00ip02in00
[    4.950258] usb 1-10: new full-speed USB device number 5 using xhci_hcd
[    5.271878] usb 1-10: New USB device found, idVendor=26ce, idProduct=01a2, bcdDevice= 0.00
[    5.271883] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    5.271884] usb 1-10: Product: LED Controller
[    5.271885] usb 1-10: Manufacturer: ASRock
[    5.271886] usb 1-10: SerialNumber: A02019100900
[    5.272110] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10 Env:map[ACTION:add BUSNUM:001 DEVNAME:bus/usb/001/005 DEVNUM:005 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10 DEVTYPE:usb_device MAJOR:189 MINOR:4 PRODUCT:26ce/1a2/0 SEQNUM:1851 SUBSYSTEM:usb TYPE:0/0/0]}
[    5.282701] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0 DEVTYPE:usb_interface INTERFACE:3/0/0 MODALIAS:usb:v26CEp01A2d0000dc00dsc00dp00ic03isc00ip00in00 PRODUCT:26ce/1a2/0 SEQNUM:1852 SUBSYSTEM:usb TYPE:0/0/0]}
[    5.284191] booster: modalias usb:v26CEp01A2d0000dc00dsc00dp00ic03isc00ip00in00 matched module usbhid
[    5.296690] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004 HID_ID:0003:000026CE:000001A2 HID_NAME:ASRock LED Controller HID_PHYS:usb-0000:02:00.0-10/input0 HID_UNIQ:A02019100900 MODALIAS:hid:b0003g0001v000026CEp000001A2 SEQNUM:1853 SUBSYSTEM:hid]}
[    5.296701] input: ASRock LED Controller as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004/input/input6
[    5.298176] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004/input/input6 Env:map[ABS:100000101ff ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004/input/input6 EV:1b KEY:40000001000000 1200000000 c00000000000000 100000800000000 40000010cc00 10168000000000 0 MODALIAS:input:b0003v26CEp01A2e0110-e0,1,3,4,k74,8A,8B,8E,8F,94,AE,E3,F8,13A,13B,161,164,198,1B6,ra0,1,2,3,4,5,6,7,8,10,28,m4,lsfw MSC:10 NAME:"ASRock LED Controller" PHYS:"usb-0000:02:00.0-10/input0" PRODUCT:3/26ce/1a2/110 PROP:0 SEQNUM:1854 SUBSYSTEM:input UNIQ:"A02019100900"]}
[    5.298207] booster: no match found for alias hid:b0003g0001v000026CEp000001A2
[    5.300267] booster: no match found for alias input:b0003v26CEp01A2e0110_e0,1,3,4,k74,8A,8B,8E,8F,94,AE,E3,F8,13A,13B,161,164,198,1B6,ra0,1,2,3,4,5,6,7,8,10,28,m4,lsfw
[    5.350680] hid-generic 0003:26CE:01A2.0004: input,hidraw3: USB HID v1.10 Device [ASRock LED Controller] on usb-0000:02:00.0-10/input0
[    5.350725] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004/input/input6/event6 Env:map[ACTION:add DEVNAME:input/event6 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004/input/input6/event6 MAJOR:13 MINOR:70 SEQNUM:1855 SUBSYSTEM:input]}
[    5.352183] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004/hidraw/hidraw3 Env:map[ACTION:add DEVNAME:hidraw3 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004/hidraw/hidraw3 MAJOR:240 MINOR:3 SEQNUM:1856 SUBSYSTEM:hidraw]}
[    5.353491] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004 DRIVER:hid-generic HID_ID:0003:000026CE:000001A2 HID_NAME:ASRock LED Controller HID_PHYS:usb-0000:02:00.0-10/input0 HID_UNIQ:A02019100900 MODALIAS:hid:b0003g0001v000026CEp000001A2 SEQNUM:1857 SUBSYSTEM:hid]}
[    5.354856] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0 DEVTYPE:usb_interface DRIVER:usbhid INTERFACE:3/0/0 MODALIAS:usb:v26CEp01A2d0000dc00dsc00dp00ic03isc00ip00in00 PRODUCT:26ce/1a2/0 SEQNUM:1858 SUBSYSTEM:usb TYPE:0/0/0]}
[    5.356204] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10 Env:map[ACTION:bind BUSNUM:001 DEVNAME:bus/usb/001/005 DEVNUM:005 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:4 PRODUCT:26ce/1a2/0 SEQNUM:1859 SUBSYSTEM:usb TYPE:0/0/0]}
[    7.972986] booster: Timeout waiting for root filesystem
gdisk -l /dev/nvme0n1
GPT fdisk (gdisk) version 1.0.9.1

Partition table scan:
  MBR: protective
  BSD: not present
  APM: not present
  GPT: present

Found valid GPT with protective MBR; using GPT.
Disk /dev/nvme0n1: 2000409264 sectors, 953.9 GiB
Model: KINGSTON SKC3000S1024G
Sector size (logical/physical): 512/512 bytes
Disk identifier (GUID): 2788EFC2-2F41-4E55-BD90-CD679952C330
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 2000409230
Partitions will be aligned on 2048-sector boundaries
Total free space is 2669 sectors (1.3 MiB)

Number  Start (sector)    End (sector)  Size       Code  Name
  1            2048         2099199   1024.0 MiB  EF00  EFI system partition
  2         2099200      2000408575   952.9 GiB   8304  Linux x86-64 root (/)

Thanks for the debug log. I would expect to see handling gpt block device /dev/nvme0n1 along the following lines

[    3.216961] booster: found a new device /dev/nvme0n1
[    3.217635] booster: loading module aesni_intel
[    3.218228] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2 Env:map[ACTION:add DEVNAME:nvme0n1p2 DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2 DEVTYPE:partition DISKSEQ:5 MAJOR:259 MINOR:2 PARTN:2 PARTNAME:Linux x86-64 root (/) SEQNUM:1779 SUBSYSTEM:block]}
[    3.218951] booster: blkinfo for /dev/nvme0n1: type=gpt UUID=2788efc2-2f41-4e55-bd90-cd679952c330 LABEL=
[    3.220830] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/ng0n1 Env:map[ACTION:add DEVNAME:ng0n1 DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/ng0n1 MAJOR:238 MINOR:0 SEQNUM:1780 SUBSYSTEM:nvme-generic]}
[    3.221883] booster: symlink /dev/nvme0n1 /dev/disk/by-id/nvme-KINGSTON_SKC3000S1024G_50026B7282B60D14
[    3.221891] booster: found a new device /dev/nvme0n1p1
[    3.221897] booster: found a new device /dev/nvme0n1p2
[    3.222901] AVX2 version of gcm_enc/dec engaged.
[    3.222937] AES CTR mode by8 optimization enabled
[    3.223408] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0 DRIVER:nvme MODALIAS:pci:v00002646d00005013sv00002646sd00005013bc01sc08i02 PCI_CLASS:10802 PCI_ID:2646:5013 PCI_SLOT_NAME:0000:01:00.0 PCI_SUBSYS_ID:2646:5013 SEQNUM:1781 SUBSYSTEM:pci]}
[    3.224668] booster: blkinfo for /dev/nvme0n1p1: type=fat UUID=63599b60 LABEL=NO NAME
[    3.225248] booster: blkinfo for /dev/nvme0n1p2: type=ext4 UUID=c1785551-9ae6-4a43-bab7-cdc42cf98971 LABEL=Arch Linux

but for some reason it is not there. It is weird, as if the block device is not really detected as a GPT. Or the function returns before this line

switch blk.format {

Anyway I just added one more debug statement there to see what the code is doing there. The code is pushed to wip branch. Please give it a try.

@anatol,

Thank you for your help. To me it seems like something is still missing 😶

dmesg
[    0.000000] Linux version 6.3.9-arch1-1 (linux@archlinux) (gcc (GCC) 13.1.1 20230429, GNU ld (GNU Binutils) 2.40.0) #1 SMP PREEMPT_DYNAMIC Wed, 21 Jun 2023 20:46:20 +0000
[    0.000000] Command line: initrd=\amd-ucode.img initrd=\booster-linux.img ro nvidia_drm.modeset=1 booster.log=debug,console
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 3376
[    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-0x0000000009bfefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009bff000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20e000-0x000000000affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000bb94dfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bb94e000-0x00000000bd106fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bd107000-0x00000000bd145fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bd146000-0x00000000bd46ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bd470000-0x00000000bdffefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bdfff000-0x00000000beffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bf000000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd600000-0x00000000fd7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000083f2fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000083f300000-0x000000083fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xb7f7e018-0xb7fa2657] usable ==> usable
[    0.000000] e820: update [mem 0xb7f7e018-0xb7fa2657] 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-0x0000000009bfefff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009bff000-0x0000000009ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000a20e000-0x000000000affffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000b020000-0x00000000b7f7e017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b7f7e018-0x00000000b7fa2657] usable
[    0.000000] reserve setup_data: [mem 0x00000000b7fa2658-0x00000000bb94dfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000bb94e000-0x00000000bd106fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bd107000-0x00000000bd145fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000bd146000-0x00000000bd46ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000bd470000-0x00000000bdffefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bdfff000-0x00000000beffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000bf000000-0x00000000bfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd600000-0x00000000fd7fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000083f2fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000083f300000-0x000000083fffffff] reserved
[    0.000000] efi: EFI v2.7 by American Megatrends
[    0.000000] efi: ACPI=0xbd459000 ACPI 2.0=0xbd459014 TPMFinalLog=0xbd423000 SMBIOS=0xbde22000 SMBIOS 3.0=0xbde21000 MEMATTR=0xb840b318 ESRT=0xbaf5b098 RNG=0xbd112f18 INITRD=0xb8367e18 TPMEventLog=0xb7fa3018 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem292: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
[    0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved
[    0.000000] efi: Remove mem293: MMIO range=[0xfd200000-0xfd2fffff] (1MB) from e820 map
[    0.000000] e820: remove [mem 0xfd200000-0xfd2fffff] reserved
[    0.000000] efi: Remove mem294: MMIO range=[0xfd600000-0xfd7fffff] (2MB) from e820 map
[    0.000000] e820: remove [mem 0xfd600000-0xfd7fffff] reserved
[    0.000000] efi: Not removing mem295: MMIO range=[0xfea00000-0xfea0ffff] (64KB) from e820 map
[    0.000000] efi: Remove mem296: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
[    0.000000] e820: remove [mem 0xfeb80000-0xfec01fff] reserved
[    0.000000] efi: Not removing mem297: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem298: MMIO range=[0xfec30000-0xfec30fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem299: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem300: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
[    0.000000] efi: Not removing mem301: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
[    0.000000] efi: Not removing mem302: MMIO range=[0xfedc2000-0xfedcffff] (56KB) from e820 map
[    0.000000] efi: Not removing mem303: MMIO range=[0xfedd4000-0xfedd5fff] (8KB) from e820 map
[    0.000000] efi: Remove mem304: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: To Be Filled By O.E.M. B550 PG Velocita/B550 PG Velocita, BIOS L2.62 01/31/2023
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3692.808 MHz processor
[    0.000212] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000213] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000218] last_pfn = 0x83f300 max_arch_pfn = 0x400000000
[    0.000222] total RAM covered: 3071M
[    0.000301] Found optimal setting for mtrr clean up
[    0.000301]  gran_size: 64K 	chunk_size: 64M 	num_reg: 3  	lose cover RAM: 0G
[    0.000303] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001037] e820: update [mem 0xbd1f0000-0xbd1fffff] usable ==> reserved
[    0.001040] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[    0.001043] last_pfn = 0xbf000 max_arch_pfn = 0x400000000
[    0.003526] esrt: Reserving ESRT space from 0x00000000baf5b098 to 0x00000000baf5b0d0.
[    0.003531] e820: update [mem 0xbaf5b000-0xbaf5bfff] usable ==> reserved
[    0.003555] Using GB pages for direct mapping
[    0.003804] Secure boot disabled
[    0.003804] RAMDISK: [mem 0xa5df9000-0xabeabfff]
[    0.003807] ACPI: Early table checksum verification disabled
[    0.003809] ACPI: RSDP 0x00000000BD459014 000024 (v02 ALASKA)
[    0.003812] ACPI: XSDT 0x00000000BD458728 0000D4 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.003815] ACPI: FACP 0x00000000BD137000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.003818] ACPI: DSDT 0x00000000BD130000 006853 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.003820] ACPI: FACS 0x00000000BD453000 000040
[    0.003821] ACPI: SSDT 0x00000000BD13D000 008CE9 (v02 AMD    AmdTable 00000002 MSFT 04000000)
[    0.003823] ACPI: SSDT 0x00000000BD139000 003B45 (v02 AMD    AMD AOD  00000001 INTL 20120913)
[    0.003824] ACPI: SSDT 0x00000000BD138000 000309 (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
[    0.003826] ACPI: FIDT 0x00000000BD12F000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.003827] ACPI: MCFG 0x00000000BD12E000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.003828] ACPI: AAFT 0x00000000BD12D000 000115 (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
[    0.003830] ACPI: HPET 0x00000000BD12C000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.003831] ACPI: BGRT 0x00000000BD12B000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.003832] ACPI: TPM2 0x00000000BD12A000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
[    0.003834] ACPI: PCCT 0x00000000BD129000 00006E (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.003835] ACPI: SSDT 0x00000000BD122000 0061A3 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.003836] ACPI: CRAT 0x00000000BD120000 001190 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.003838] ACPI: CDIT 0x00000000BD11F000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.003839] ACPI: SSDT 0x00000000BD11E000 000259 (v02 AMD    ArticDGP 00000001 INTL 20120913)
[    0.003840] ACPI: SSDT 0x00000000BD11A000 0037C4 (v02 AMD    ArticN   00000001 INTL 20120913)
[    0.003842] ACPI: WSMT 0x00000000BD119000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.003843] ACPI: APIC 0x00000000BD118000 00015E (v04 ALASKA A M I    01072009 AMI  00010013)
[    0.003845] ACPI: SSDT 0x00000000BD117000 00007D (v02 AMD    ArticDIS 00000001 INTL 20120913)
[    0.003846] ACPI: SSDT 0x00000000BD115000 0010AF (v02 AMD    ArticC   00000001 INTL 20120913)
[    0.003847] ACPI: SSDT 0x00000000BD114000 0000BF (v01 AMD    AmdTable 00001000 INTL 20120913)
[    0.003849] ACPI: FPDT 0x00000000BD113000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.003850] ACPI: Reserving FACP table memory at [mem 0xbd137000-0xbd137113]
[    0.003851] ACPI: Reserving DSDT table memory at [mem 0xbd130000-0xbd136852]
[    0.003851] ACPI: Reserving FACS table memory at [mem 0xbd453000-0xbd45303f]
[    0.003851] ACPI: Reserving SSDT table memory at [mem 0xbd13d000-0xbd145ce8]
[    0.003852] ACPI: Reserving SSDT table memory at [mem 0xbd139000-0xbd13cb44]
[    0.003852] ACPI: Reserving SSDT table memory at [mem 0xbd138000-0xbd138308]
[    0.003853] ACPI: Reserving FIDT table memory at [mem 0xbd12f000-0xbd12f09b]
[    0.003853] ACPI: Reserving MCFG table memory at [mem 0xbd12e000-0xbd12e03b]
[    0.003853] ACPI: Reserving AAFT table memory at [mem 0xbd12d000-0xbd12d114]
[    0.003854] ACPI: Reserving HPET table memory at [mem 0xbd12c000-0xbd12c037]
[    0.003854] ACPI: Reserving BGRT table memory at [mem 0xbd12b000-0xbd12b037]
[    0.003854] ACPI: Reserving TPM2 table memory at [mem 0xbd12a000-0xbd12a04b]
[    0.003855] ACPI: Reserving PCCT table memory at [mem 0xbd129000-0xbd12906d]
[    0.003855] ACPI: Reserving SSDT table memory at [mem 0xbd122000-0xbd1281a2]
[    0.003856] ACPI: Reserving CRAT table memory at [mem 0xbd120000-0xbd12118f]
[    0.003856] ACPI: Reserving CDIT table memory at [mem 0xbd11f000-0xbd11f028]
[    0.003856] ACPI: Reserving SSDT table memory at [mem 0xbd11e000-0xbd11e258]
[    0.003857] ACPI: Reserving SSDT table memory at [mem 0xbd11a000-0xbd11d7c3]
[    0.003857] ACPI: Reserving WSMT table memory at [mem 0xbd119000-0xbd119027]
[    0.003857] ACPI: Reserving APIC table memory at [mem 0xbd118000-0xbd11815d]
[    0.003858] ACPI: Reserving SSDT table memory at [mem 0xbd117000-0xbd11707c]
[    0.003858] ACPI: Reserving SSDT table memory at [mem 0xbd115000-0xbd1160ae]
[    0.003859] ACPI: Reserving SSDT table memory at [mem 0xbd114000-0xbd1140be]
[    0.003859] ACPI: Reserving FPDT table memory at [mem 0xbd113000-0xbd113043]
[    0.003895] No NUMA configuration found
[    0.003895] Faking a node at [mem 0x0000000000000000-0x000000083f2fffff]
[    0.003896] NODE_DATA(0) allocated [mem 0x83f2fb000-0x83f2fffff]
[    0.003917] Zone ranges:
[    0.003918]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.003918]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.003919]   Normal   [mem 0x0000000100000000-0x000000083f2fffff]
[    0.003920]   Device   empty
[    0.003920] Movable zone start for each node
[    0.003921] Early memory node ranges
[    0.003921]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.003922]   node   0: [mem 0x0000000000100000-0x0000000009bfefff]
[    0.003922]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.003923]   node   0: [mem 0x000000000a20e000-0x000000000affffff]
[    0.003923]   node   0: [mem 0x000000000b020000-0x00000000bb94dfff]
[    0.003924]   node   0: [mem 0x00000000bdfff000-0x00000000beffffff]
[    0.003924]   node   0: [mem 0x0000000100000000-0x000000083f2fffff]
[    0.003926] Initmem setup node 0 [mem 0x0000000000001000-0x000000083f2fffff]
[    0.003928] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.003937] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.004009] On node 0, zone DMA32: 1025 pages in unavailable ranges
[    0.004016] On node 0, zone DMA32: 14 pages in unavailable ranges
[    0.005744] On node 0, zone DMA32: 32 pages in unavailable ranges
[    0.005797] On node 0, zone DMA32: 9905 pages in unavailable ranges
[    0.031913] On node 0, zone Normal: 4096 pages in unavailable ranges
[    0.031931] On node 0, zone Normal: 3328 pages in unavailable ranges
[    0.032211] ACPI: PM-Timer IO Port: 0x808
[    0.032217] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.032226] IOAPIC[0]: apic_id 25, version 33, address 0xfec00000, GSI 0-23
[    0.032230] IOAPIC[1]: apic_id 26, version 33, address 0xfec01000, GSI 24-55
[    0.032231] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.032232] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.032234] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.032235] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.032242] e820: update [mem 0xb8125000-0xb8165fff] usable ==> reserved
[    0.032250] smpboot: Allowing 32 CPUs, 8 hotplug CPUs
[    0.032265] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.032266] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.032267] PM: hibernation: Registered nosave memory: [mem 0x09bff000-0x09ffffff]
[    0.032268] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20dfff]
[    0.032269] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[    0.032270] PM: hibernation: Registered nosave memory: [mem 0xb7f7e000-0xb7f7efff]
[    0.032270] PM: hibernation: Registered nosave memory: [mem 0xb7fa2000-0xb7fa2fff]
[    0.032271] PM: hibernation: Registered nosave memory: [mem 0xb8125000-0xb8165fff]
[    0.032272] PM: hibernation: Registered nosave memory: [mem 0xbaf5b000-0xbaf5bfff]
[    0.032273] PM: hibernation: Registered nosave memory: [mem 0xbb94e000-0xbd106fff]
[    0.032273] PM: hibernation: Registered nosave memory: [mem 0xbd107000-0xbd145fff]
[    0.032273] PM: hibernation: Registered nosave memory: [mem 0xbd146000-0xbd46ffff]
[    0.032274] PM: hibernation: Registered nosave memory: [mem 0xbd470000-0xbdffefff]
[    0.032275] PM: hibernation: Registered nosave memory: [mem 0xbf000000-0xbfffffff]
[    0.032275] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xfe9fffff]
[    0.032275] PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[    0.032276] PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfec0ffff]
[    0.032276] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.032276] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
[    0.032276] PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
[    0.032277] PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
[    0.032277] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.032277] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.032278] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.032278] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.032278] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.032278] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[    0.032279] PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[    0.032279] PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[    0.032279] PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[    0.032280] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xffffffff]
[    0.032281] [mem 0xc0000000-0xfe9fffff] available for PCI devices
[    0.032281] Booting paravirtualized kernel on bare hardware
[    0.032283] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.034980] setup_percpu: NR_CPUS:320 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
[    0.035651] percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
[    0.035655] pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
[    0.035656] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.035661] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31 
[    0.035676] Fallback order for Node 0: 0 
[    0.035679] Built 1 zonelists, mobility grouping on.  Total pages: 8239167
[    0.035679] Policy zone: Normal
[    0.035680] Kernel command line: initrd=\amd-ucode.img initrd=\booster-linux.img ro nvidia_drm.modeset=1 booster.log=debug,console
[    0.035733] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    0.035734] printk: log_buf_len total cpu_extra contributions: 126976 bytes
[    0.035734] printk: log_buf_len min size: 131072 bytes
[    0.035841] printk: log_buf_len: 262144 bytes
[    0.035842] printk: early log buf free: 112384(85%)
[    0.037576] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.038461] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.038679] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.038683] software IO TLB: area num 32.
[    0.078787] Memory: 32591348K/33480444K available (16384K kernel code, 2107K rwdata, 12660K rodata, 3324K init, 4000K bss, 888836K reserved, 0K cma-reserved)
[    0.078857] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[    0.078873] ftrace: allocating 47302 entries in 185 pages
[    0.085456] ftrace: allocated 185 pages with 5 groups
[    0.085512] Dynamic Preempt: full
[    0.085548] rcu: Preemptible hierarchical RCU implementation.
[    0.085549] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
[    0.085549] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.085550] 	Trampoline variant of Tasks RCU enabled.
[    0.085550] 	Rude variant of Tasks RCU enabled.
[    0.085550] 	Tracing variant of Tasks RCU enabled.
[    0.085550] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.085551] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
[    0.086859] NR_IRQS: 20736, nr_irqs: 1224, preallocated irqs: 16
[    0.087017] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.087086] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.087114] Console: colour dummy device 80x25
[    0.087116] printk: console [tty0] enabled
[    0.087142] ACPI: Core revision 20221020
[    0.087247] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.087260] APIC: Switch to symmetric I/O mode setup
[    0.087358] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.087406] Switched APIC routing to physical flat.
[    0.087888] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.103928] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6a75985889a, max_idle_ns: 881591009233 ns
[    0.103931] Calibrating delay loop (skipped), value calculated using timer frequency.. 7388.35 BogoMIPS (lpj=12309360)
[    0.103932] pid_max: default: 32768 minimum: 301
[    0.105678] LSM: initializing lsm=capability,landlock,lockdown,yama,integrity,bpf
[    0.105685] landlock: Up and running.
[    0.105686] Yama: becoming mindful.
[    0.105690] LSM support for eBPF active
[    0.105727] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.105758] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.105887] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.105919] LVT offset 1 assigned for vector 0xf9
[    0.106063] LVT offset 2 assigned for vector 0xf4
[    0.106102] process: using mwait in idle threads
[    0.106104] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    0.106104] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.106107] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.106108] Spectre V2 : Mitigation: Retpolines
[    0.106108] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.106109] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.106109] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.106110] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.106110] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    0.106111] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.118472] Freeing SMP alternatives memory: 40K
[    0.225304] smpboot: CPU0: AMD Ryzen 9 5900X 12-Core Processor (family: 0x19, model: 0x21, stepping: 0x0)
[    0.225375] cblist_init_generic: Setting adjustable number of callback queues.
[    0.225377] cblist_init_generic: Setting shift to 5 and lim to 1.
[    0.225384] cblist_init_generic: Setting shift to 5 and lim to 1.
[    0.225393] cblist_init_generic: Setting shift to 5 and lim to 1.
[    0.225399] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.225401] ... version:                0
[    0.225402] ... bit width:              48
[    0.225402] ... generic registers:      6
[    0.225402] ... value mask:             0000ffffffffffff
[    0.225403] ... max period:             00007fffffffffff
[    0.225403] ... fixed-purpose events:   0
[    0.225403] ... event mask:             000000000000003f
[    0.225446] rcu: Hierarchical SRCU implementation.
[    0.225447] rcu: 	Max phase no-delay instances is 1000.
[    0.225647] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.225769] smp: Bringing up secondary CPUs ...
[    0.225816] x86: Booting SMP configuration:
[    0.225817] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12
[    0.250651] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    0.250668]  #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23
[    0.273950] smp: Brought up 1 node, 24 CPUs
[    0.273950] smpboot: Max logical packages: 2
[    0.273950] smpboot: Total of 24 processors activated (177325.40 BogoMIPS)
[    0.277617] devtmpfs: initialized
[    0.277617] x86/mm: Memory block size: 128MB
[    0.278166] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20dfff] (57344 bytes)
[    0.278166] ACPI: PM: Registering ACPI NVS region [mem 0xbd146000-0xbd46ffff] (3317760 bytes)
[    0.278166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.278166] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.278166] pinctrl core: initialized pinctrl subsystem
[    0.278166] PM: RTC time: 13:35:48, date: 2023-06-30
[    0.278166] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.278166] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.278166] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.278166] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.278166] audit: initializing netlink subsys (disabled)
[    0.278166] audit: type=2000 audit(1688132148.189:1): state=initialized audit_enabled=0 res=1
[    0.278166] thermal_sys: Registered thermal governor 'fair_share'
[    0.278166] thermal_sys: Registered thermal governor 'bang_bang'
[    0.278166] thermal_sys: Registered thermal governor 'step_wise'
[    0.278166] thermal_sys: Registered thermal governor 'user_space'
[    0.278166] thermal_sys: Registered thermal governor 'power_allocator'
[    0.278166] cpuidle: using governor ladder
[    0.278166] cpuidle: using governor menu
[    0.278166] Detected 1 PCC Subspaces
[    0.278166] Registering PCC driver as Mailbox controller
[    0.278166] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.278166] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.278166] PCI: not using MMCONFIG
[    0.278166] PCI: Using configuration type 1 for base access
[    0.278166] PCI: Using configuration type 1 for extended access
[    0.278166] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.278166] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.278166] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.278166] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.278166] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.280671] ACPI: Added _OSI(Module Device)
[    0.280672] ACPI: Added _OSI(Processor Device)
[    0.280673] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.280673] ACPI: Added _OSI(Processor Aggregator Device)
[    0.287074] ACPI: 10 ACPI AML tables successfully acquired and loaded
[    0.287910] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.291140] ACPI: Interpreter enabled
[    0.291152] ACPI: PM: (supports S0 S3 S4 S5)
[    0.291153] ACPI: Using IOAPIC for interrupt routing
[    0.291682] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.291705] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved as ACPI motherboard resource
[    0.291713] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.291714] PCI: Ignoring E820 reservations for host bridge windows
[    0.291947] ACPI: Enabled 8 GPEs in block 00 to 1F
[    0.297092] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.297095] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.297141] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
[    0.297219] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.297226] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.297442] PCI host bridge to bus 0000:00
[    0.297443] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.297444] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.297445] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.297445] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.297446] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.297447] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfcffffff window]
[    0.297448] pci_bus 0000:00: root bus resource [mem 0x840000000-0x7fffffffff window]
[    0.297449] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.297457] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000
[    0.297520] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000
[    0.297557] pci 0000:00:01.1: [1022:1483] type 01 class 0x060400
[    0.297613] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.297697] pci 0000:00:01.2: [1022:1483] type 01 class 0x060400
[    0.297718] pci 0000:00:01.2: enabling Extended Tags
[    0.297753] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.297844] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000
[    0.297882] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000
[    0.297917] pci 0000:00:03.1: [1022:1483] type 01 class 0x060400
[    0.297971] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[    0.298247] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000
[    0.298289] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000
[    0.298327] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000
[    0.298362] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400
[    0.298379] pci 0000:00:07.1: enabling Extended Tags
[    0.298406] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.298470] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000
[    0.298504] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400
[    0.298522] pci 0000:00:08.1: enabling Extended Tags
[    0.298553] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.298636] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.298715] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.298801] pci 0000:00:18.0: [1022:1440] type 00 class 0x060000
[    0.298821] pci 0000:00:18.1: [1022:1441] type 00 class 0x060000
[    0.298840] pci 0000:00:18.2: [1022:1442] type 00 class 0x060000
[    0.298859] pci 0000:00:18.3: [1022:1443] type 00 class 0x060000
[    0.298877] pci 0000:00:18.4: [1022:1444] type 00 class 0x060000
[    0.298896] pci 0000:00:18.5: [1022:1445] type 00 class 0x060000
[    0.298914] pci 0000:00:18.6: [1022:1446] type 00 class 0x060000
[    0.298932] pci 0000:00:18.7: [1022:1447] type 00 class 0x060000
[    0.299005] pci 0000:01:00.0: [2646:5013] type 00 class 0x010802
[    0.299046] pci 0000:01:00.0: reg 0x10: [mem 0xfc700000-0xfc703fff 64bit]
[    0.299721] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.299725] pci 0000:00:01.1:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.299766] pci 0000:02:00.0: [1022:43ee] type 00 class 0x0c0330
[    0.299781] pci 0000:02:00.0: reg 0x10: [mem 0xfc6a0000-0xfc6a7fff 64bit]
[    0.299817] pci 0000:02:00.0: enabling Extended Tags
[    0.299863] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.299951] pci 0000:02:00.1: [1022:43eb] type 00 class 0x010601
[    0.299993] pci 0000:02:00.1: reg 0x24: [mem 0xfc680000-0xfc69ffff]
[    0.299999] pci 0000:02:00.1: reg 0x30: [mem 0xfc600000-0xfc67ffff pref]
[    0.300005] pci 0000:02:00.1: enabling Extended Tags
[    0.300040] pci 0000:02:00.1: PME# supported from D3hot D3cold
[    0.300095] pci 0000:02:00.2: [1022:43e9] type 01 class 0x060400
[    0.300134] pci 0000:02:00.2: enabling Extended Tags
[    0.300174] pci 0000:02:00.2: PME# supported from D3hot D3cold
[    0.300244] pci 0000:00:01.2: PCI bridge to [bus 02-04]
[    0.300246] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.300248] pci 0000:00:01.2:   bridge window [mem 0xfc500000-0xfc6fffff]
[    0.300323] pci 0000:03:08.0: [1022:43ea] type 01 class 0x060400
[    0.300365] pci 0000:03:08.0: enabling Extended Tags
[    0.300411] pci 0000:03:08.0: PME# supported from D3hot D3cold
[    0.300495] pci 0000:02:00.2: PCI bridge to [bus 03-04]
[    0.300499] pci 0000:02:00.2:   bridge window [io  0xf000-0xffff]
[    0.300501] pci 0000:02:00.2:   bridge window [mem 0xfc500000-0xfc5fffff]
[    0.300568] pci 0000:04:00.0: [10ec:8125] type 00 class 0x020000
[    0.300591] pci 0000:04:00.0: reg 0x10: [io  0xf000-0xf0ff]
[    0.300621] pci 0000:04:00.0: reg 0x18: [mem 0xfc500000-0xfc50ffff 64bit]
[    0.300640] pci 0000:04:00.0: reg 0x20: [mem 0xfc510000-0xfc513fff 64bit]
[    0.300775] pci 0000:04:00.0: supports D1 D2
[    0.300776] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.301007] pci 0000:03:08.0: PCI bridge to [bus 04]
[    0.301011] pci 0000:03:08.0:   bridge window [io  0xf000-0xffff]
[    0.301014] pci 0000:03:08.0:   bridge window [mem 0xfc500000-0xfc5fffff]
[    0.301061] pci 0000:05:00.0: [10de:220a] type 00 class 0x030000
[    0.301068] pci 0000:05:00.0: reg 0x10: [mem 0xfb000000-0xfbffffff]
[    0.301075] pci 0000:05:00.0: reg 0x14: [mem 0x7800000000-0x7bffffffff 64bit pref]
[    0.301082] pci 0000:05:00.0: reg 0x1c: [mem 0x7c00000000-0x7c01ffffff 64bit pref]
[    0.301086] pci 0000:05:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.301091] pci 0000:05:00.0: reg 0x30: [mem 0xfc000000-0xfc07ffff pref]
[    0.301101] pci 0000:05:00.0: BAR 1: assigned to efifb
[    0.301132] pci 0000:05:00.0: PME# supported from D0 D3hot
[    0.301243] pci 0000:05:00.1: [10de:1aef] type 00 class 0x040300
[    0.301249] pci 0000:05:00.1: reg 0x10: [mem 0xfc080000-0xfc083fff]
[    0.301347] pci 0000:00:03.1: PCI bridge to [bus 05]
[    0.301349] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.301351] pci 0000:00:03.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.301353] pci 0000:00:03.1:   bridge window [mem 0x7800000000-0x7c01ffffff 64bit pref]
[    0.301378] pci 0000:06:00.0: [1022:148a] type 00 class 0x130000
[    0.301398] pci 0000:06:00.0: enabling Extended Tags
[    0.301487] pci 0000:00:07.1: PCI bridge to [bus 06]
[    0.301521] pci 0000:07:00.0: [1022:1485] type 00 class 0x130000
[    0.301544] pci 0000:07:00.0: enabling Extended Tags
[    0.301636] pci 0000:07:00.1: [1022:1486] type 00 class 0x108000
[    0.301647] pci 0000:07:00.1: reg 0x18: [mem 0xfc300000-0xfc3fffff]
[    0.301655] pci 0000:07:00.1: reg 0x24: [mem 0xfc408000-0xfc409fff]
[    0.301660] pci 0000:07:00.1: enabling Extended Tags
[    0.301736] pci 0000:07:00.3: [1022:149c] type 00 class 0x0c0330
[    0.301745] pci 0000:07:00.3: reg 0x10: [mem 0xfc200000-0xfc2fffff 64bit]
[    0.301765] pci 0000:07:00.3: enabling Extended Tags
[    0.301796] pci 0000:07:00.3: PME# supported from D0 D3hot D3cold
[    0.301854] pci 0000:07:00.4: [1022:1487] type 00 class 0x040300
[    0.301860] pci 0000:07:00.4: reg 0x10: [mem 0xfc400000-0xfc407fff]
[    0.301877] pci 0000:07:00.4: enabling Extended Tags
[    0.301906] pci 0000:07:00.4: PME# supported from D0 D3hot D3cold
[    0.301967] pci 0000:00:08.1: PCI bridge to [bus 07]
[    0.301970] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc4fffff]
[    0.302132] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.302160] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.302182] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.302211] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.302236] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.302257] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.302278] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.302299] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.302732] iommu: Default domain type: Translated 
[    0.302732] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.302732] SCSI subsystem initialized
[    0.302732] libata version 3.00 loaded.
[    0.302732] ACPI: bus type USB registered
[    0.302732] usbcore: registered new interface driver usbfs
[    0.302732] usbcore: registered new interface driver hub
[    0.302732] usbcore: registered new device driver usb
[    0.302732] pps_core: LinuxPPS API ver. 1 registered
[    0.302732] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.302732] PTP clock support registered
[    0.302732] EDAC MC: Ver: 3.0.0
[    0.302732] efivars: Registered efivars operations
[    0.304072] NetLabel: Initializing
[    0.304074] NetLabel:  domain hash size = 128
[    0.304074] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.304083] NetLabel:  unlabeled traffic allowed by default
[    0.304086] mctp: management component transport protocol core
[    0.304087] NET: Registered PF_MCTP protocol family
[    0.304089] PCI: Using ACPI for IRQ routing
[    0.308729] PCI: pci_cache_line_size set to 64 bytes
[    0.308781] e820: reserve RAM buffer [mem 0x09bff000-0x0bffffff]
[    0.308782] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.308783] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.308783] e820: reserve RAM buffer [mem 0xb7f7e018-0xb7ffffff]
[    0.308784] e820: reserve RAM buffer [mem 0xb8125000-0xbbffffff]
[    0.308784] e820: reserve RAM buffer [mem 0xbaf5b000-0xbbffffff]
[    0.308785] e820: reserve RAM buffer [mem 0xbb94e000-0xbbffffff]
[    0.308785] e820: reserve RAM buffer [mem 0xbf000000-0xbfffffff]
[    0.308786] e820: reserve RAM buffer [mem 0x83f300000-0x83fffffff]
[    0.308811] pci 0000:05:00.0: vgaarb: setting as boot VGA device
[    0.308811] pci 0000:05:00.0: vgaarb: bridge control possible
[    0.308811] pci 0000:05:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.308811] vgaarb: loaded
[    0.308811] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.308811] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.310642] clocksource: Switched to clocksource tsc-early
[    0.310711] VFS: Disk quotas dquot_6.6.0
[    0.310721] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.310769] pnp: PnP ACPI init
[    0.310853] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.310871] system 00:01: [mem 0xfeb80000-0xfebfffff] has been reserved
[    0.310907] system 00:02: [mem 0xfd200000-0xfd2fffff] has been reserved
[    0.311038] system 00:04: [io  0x0280-0x028f] has been reserved
[    0.311040] system 00:04: [io  0x0290-0x029f] has been reserved
[    0.311041] system 00:04: [io  0x02a0-0x02af] has been reserved
[    0.311042] system 00:04: [io  0x02b0-0x02bf] has been reserved
[    0.311167] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.311168] system 00:05: [io  0x040b] has been reserved
[    0.311169] system 00:05: [io  0x04d6] has been reserved
[    0.311170] system 00:05: [io  0x0c00-0x0c01] has been reserved
[    0.311170] system 00:05: [io  0x0c14] has been reserved
[    0.311171] system 00:05: [io  0x0c50-0x0c51] has been reserved
[    0.311171] system 00:05: [io  0x0c52] has been reserved
[    0.311172] system 00:05: [io  0x0c6c] has been reserved
[    0.311173] system 00:05: [io  0x0c6f] has been reserved
[    0.311173] system 00:05: [io  0x0cd8-0x0cdf] has been reserved
[    0.311174] system 00:05: [io  0x0800-0x089f] has been reserved
[    0.311174] system 00:05: [io  0x0b00-0x0b0f] has been reserved
[    0.311175] system 00:05: [io  0x0b20-0x0b3f] has been reserved
[    0.311176] system 00:05: [io  0x0900-0x090f] has been reserved
[    0.311176] system 00:05: [io  0x0910-0x091f] has been reserved
[    0.311177] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.311178] system 00:05: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.311179] system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.311180] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.311181] system 00:05: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.311182] system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.311182] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.311542] pnp: PnP ACPI: found 6 devices
[    0.316555] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.316593] NET: Registered PF_INET protocol family
[    0.316682] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.318311] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.318331] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.318397] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.318581] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.318661] TCP: Hash tables configured (established 262144 bind 65536)
[    0.318730] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[    0.318766] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.318812] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.318866] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.318869] NET: Registered PF_XDP protocol family
[    0.318875] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.318878] pci 0000:00:01.1:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.318883] pci 0000:03:08.0: PCI bridge to [bus 04]
[    0.318884] pci 0000:03:08.0:   bridge window [io  0xf000-0xffff]
[    0.318888] pci 0000:03:08.0:   bridge window [mem 0xfc500000-0xfc5fffff]
[    0.318894] pci 0000:02:00.2: PCI bridge to [bus 03-04]
[    0.318895] pci 0000:02:00.2:   bridge window [io  0xf000-0xffff]
[    0.318898] pci 0000:02:00.2:   bridge window [mem 0xfc500000-0xfc5fffff]
[    0.318904] pci 0000:00:01.2: PCI bridge to [bus 02-04]
[    0.318905] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.318907] pci 0000:00:01.2:   bridge window [mem 0xfc500000-0xfc6fffff]
[    0.318911] pci 0000:00:03.1: PCI bridge to [bus 05]
[    0.318912] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.318914] pci 0000:00:03.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.318915] pci 0000:00:03.1:   bridge window [mem 0x7800000000-0x7c01ffffff 64bit pref]
[    0.318918] pci 0000:00:07.1: PCI bridge to [bus 06]
[    0.318923] pci 0000:00:08.1: PCI bridge to [bus 07]
[    0.318924] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc4fffff]
[    0.318928] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.318929] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.318930] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.318930] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.318931] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    0.318931] pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfcffffff window]
[    0.318932] pci_bus 0000:00: resource 10 [mem 0x840000000-0x7fffffffff window]
[    0.318933] pci_bus 0000:01: resource 1 [mem 0xfc700000-0xfc7fffff]
[    0.318934] pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
[    0.318934] pci_bus 0000:02: resource 1 [mem 0xfc500000-0xfc6fffff]
[    0.318935] pci_bus 0000:03: resource 0 [io  0xf000-0xffff]
[    0.318936] pci_bus 0000:03: resource 1 [mem 0xfc500000-0xfc5fffff]
[    0.318937] pci_bus 0000:04: resource 0 [io  0xf000-0xffff]
[    0.318937] pci_bus 0000:04: resource 1 [mem 0xfc500000-0xfc5fffff]
[    0.318938] pci_bus 0000:05: resource 0 [io  0xe000-0xefff]
[    0.318938] pci_bus 0000:05: resource 1 [mem 0xfb000000-0xfc0fffff]
[    0.318939] pci_bus 0000:05: resource 2 [mem 0x7800000000-0x7c01ffffff 64bit pref]
[    0.318940] pci_bus 0000:07: resource 1 [mem 0xfc200000-0xfc4fffff]
[    0.319057] pci 0000:05:00.1: extending delay after power-on from D3hot to 20 msec
[    0.319070] pci 0000:05:00.1: D0 power state depends on 0000:05:00.0
[    0.319165] PCI: CLS 64 bytes, default 64
[    0.319169] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.319169] software IO TLB: mapped [mem 0x00000000b255a000-0x00000000b655a000] (64MB)
[    0.319185] LVT offset 0 assigned for vector 0x400
[    0.319195] Trying to unpack rootfs image as initramfs...
[    0.319293] perf: AMD IBS detected (0x000003ff)
[    0.320610] Initialise system trusted keyrings
[    0.320617] Key type blacklist registered
[    0.320642] workingset: timestamp_bits=41 max_order=23 bucket_order=0
[    0.320651] zbud: loaded
[    0.320765] integrity: Platform Keyring initialized
[    0.320767] integrity: Machine keyring initialized
[    0.323255] Key type asymmetric registered
[    0.323256] Asymmetric key parser 'x509' registered
[    0.323265] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    0.323292] io scheduler mq-deadline registered
[    0.323293] io scheduler kyber registered
[    0.323298] io scheduler bfq registered
[    0.324122] pcieport 0000:00:01.1: PME: Signaling with IRQ 26
[    0.324158] pcieport 0000:00:01.1: AER: enabled with IRQ 26
[    0.324233] pcieport 0000:00:01.2: PME: Signaling with IRQ 27
[    0.324262] pcieport 0000:00:01.2: AER: enabled with IRQ 27
[    0.324338] pcieport 0000:00:03.1: PME: Signaling with IRQ 28
[    0.324374] pcieport 0000:00:03.1: AER: enabled with IRQ 28
[    0.324471] pcieport 0000:00:07.1: PME: Signaling with IRQ 30
[    0.324502] pcieport 0000:00:07.1: AER: enabled with IRQ 30
[    0.324561] pcieport 0000:00:08.1: PME: Signaling with IRQ 31
[    0.324591] pcieport 0000:00:08.1: AER: enabled with IRQ 31
[    0.324804] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.324862] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.324872] ACPI: button: Power Button [PWRB]
[    0.324890] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.324924] ACPI: button: Power Button [PWRF]
[    0.325934] Estimated ratio of average max frequency by base frequency (times 1024): 1197
[    0.325941] Monitor-Mwait will be used to enter C-1 state
[    0.325945] ACPI: \_SB_.PLTF.C000: Found 2 idle states
[    0.326002] ACPI: \_SB_.PLTF.C002: Found 2 idle states
[    0.326057] ACPI: \_SB_.PLTF.C004: Found 2 idle states
[    0.326090] ACPI: \_SB_.PLTF.C006: Found 2 idle states
[    0.326120] ACPI: \_SB_.PLTF.C008: Found 2 idle states
[    0.326151] ACPI: \_SB_.PLTF.C00A: Found 2 idle states
[    0.326185] ACPI: \_SB_.PLTF.C00C: Found 2 idle states
[    0.326221] ACPI: \_SB_.PLTF.C00E: Found 2 idle states
[    0.326276] ACPI: \_SB_.PLTF.C010: Found 2 idle states
[    0.326313] ACPI: \_SB_.PLTF.C012: Found 2 idle states
[    0.326364] ACPI: \_SB_.PLTF.C014: Found 2 idle states
[    0.326416] ACPI: \_SB_.PLTF.C016: Found 2 idle states
[    0.326449] ACPI: \_SB_.PLTF.C001: Found 2 idle states
[    0.326495] ACPI: \_SB_.PLTF.C003: Found 2 idle states
[    0.326540] ACPI: \_SB_.PLTF.C005: Found 2 idle states
[    0.326589] ACPI: \_SB_.PLTF.C007: Found 2 idle states
[    0.326635] ACPI: \_SB_.PLTF.C009: Found 2 idle states
[    0.326685] ACPI: \_SB_.PLTF.C00B: Found 2 idle states
[    0.326750] ACPI: \_SB_.PLTF.C00D: Found 2 idle states
[    0.326810] ACPI: \_SB_.PLTF.C00F: Found 2 idle states
[    0.326869] ACPI: \_SB_.PLTF.C011: Found 2 idle states
[    0.326920] ACPI: \_SB_.PLTF.C013: Found 2 idle states
[    0.326969] ACPI: \_SB_.PLTF.C015: Found 2 idle states
[    0.327020] ACPI: \_SB_.PLTF.C017: Found 2 idle states
[    0.327156] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.327792] Non-volatile memory driver v1.3
[    0.327793] Linux agpgart interface v0.103
[    0.408153] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    0.408167] ACPI: bus type drm_connector registered
[    0.409056] ahci 0000:02:00.1: version 3.0
[    0.409121] ahci 0000:02:00.1: SSS flag set, parallel bus scan disabled
[    0.409162] ahci 0000:02:00.1: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[    0.409164] ahci 0000:02:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
[    0.409379] scsi host0: ahci
[    0.409438] scsi host1: ahci
[    0.409484] scsi host2: ahci
[    0.409527] scsi host3: ahci
[    0.409575] scsi host4: ahci
[    0.409624] scsi host5: ahci
[    0.409641] ata1: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680100 irq 36
[    0.409643] ata2: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680180 irq 36
[    0.409644] ata3: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680200 irq 36
[    0.409645] ata4: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680280 irq 36
[    0.409646] ata5: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680300 irq 36
[    0.409648] ata6: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680380 irq 36
[    0.409694] usbcore: registered new interface driver usbserial_generic
[    0.409697] usbserial: USB Serial support registered for generic
[    0.409731] rtc_cmos 00:03: RTC can wake from S4
[    0.409878] rtc_cmos 00:03: registered as rtc0
[    0.409901] rtc_cmos 00:03: setting system clock to 2023-06-30T13:35:48 UTC (1688132148)
[    0.409916] rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.409935] amd_pstate: driver load is disabled, boot with specific mode to enable this
[    0.410041] ledtrig-cpu: registered to indicate activity on CPUs
[    0.410103] efifb: probing for efifb
[    0.410110] efifb: framebuffer at 0x7800000000, using 8640k, total 8640k
[    0.410111] efifb: mode is 1920x1080x32, linelength=8192, pages=1
[    0.410112] efifb: scrolling: redraw
[    0.410112] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.410132] fbcon: Deferring console take-over
[    0.410132] fb0: EFI VGA frame buffer device
[    0.410146] hid: raw HID events driver (C) Jiri Kosina
[    0.410190] drop_monitor: Initializing network drop monitor service
[    0.416409] Initializing XFRM netlink socket
[    0.416421] NET: Registered PF_INET6 protocol family
[    0.432797] Freeing initrd memory: 99020K
[    0.433086] Segment Routing with IPv6
[    0.433087] RPL Segment Routing with IPv6
[    0.433093] In-situ OAM (IOAM) with IPv6
[    0.433106] NET: Registered PF_PACKET protocol family
[    0.433880] microcode: CPU0: patch_level=0x0a201025
[    0.433880] microcode: CPU1: patch_level=0x0a201025
[    0.433881] microcode: CPU5: patch_level=0x0a201025
[    0.433881] microcode: CPU3: patch_level=0x0a201025
[    0.433881] microcode: CPU2: patch_level=0x0a201025
[    0.433883] microcode: CPU7: patch_level=0x0a201025
[    0.433883] microcode: CPU6: patch_level=0x0a201025
[    0.433884] microcode: CPU12: patch_level=0x0a201025
[    0.433885] microcode: CPU13: patch_level=0x0a201025
[    0.433884] microcode: CPU8: patch_level=0x0a201025
[    0.433886] microcode: CPU15: patch_level=0x0a201025
[    0.433885] microcode: CPU10: patch_level=0x0a201025
[    0.433885] microcode: CPU9: patch_level=0x0a201025
[    0.433886] microcode: CPU14: patch_level=0x0a201025
[    0.433887] microcode: CPU17: patch_level=0x0a201025
[    0.433886] microcode: CPU16: patch_level=0x0a201025
[    0.433886] microcode: CPU11: patch_level=0x0a201025
[    0.433891] microcode: CPU18: patch_level=0x0a201025
[    0.433891] microcode: CPU4: patch_level=0x0a201025
[    0.433891] microcode: CPU19: patch_level=0x0a201025
[    0.433892] microcode: CPU21: patch_level=0x0a201025
[    0.433892] microcode: CPU20: patch_level=0x0a201025
[    0.433892] microcode: CPU22: patch_level=0x0a201025
[    0.433893] microcode: CPU23: patch_level=0x0a201025
[    0.433917] microcode: Microcode Update Driver: v2.2.
[    0.434046] resctrl: L3 allocation detected
[    0.434047] resctrl: MB allocation detected
[    0.434047] resctrl: L3 monitoring detected
[    0.434050] IPI shorthand broadcast: enabled
[    0.434807] sched_clock: Marking stable (433816897, 223475)->(436949726, -2909354)
[    0.435138] registered taskstats version 1
[    0.435408] Loading compiled-in X.509 certificates
[    0.436960] Loaded X.509 cert 'Build time autogenerated kernel key: 7da88250973fec432fc5b5ee43b4557383eb1bec'
[    0.439424] zswap: loaded using pool zstd/zsmalloc
[    0.440172] Key type .fscrypt registered
[    0.440174] Key type fscrypt-provisioning registered
[    0.440458] PM:   Magic number: 11:662:585
[    0.440485] pci_bus 0000:06: hash matches
[    0.442276] RAS: Correctable Errors collector initialized.
[    0.888089] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    0.888741] ata1.00: ATA-8: ST1000DM010-2EP102, CC46, max UDMA/133
[    0.888940] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    0.889894] ata1.00: configured for UDMA/133
[    0.889972] scsi 0:0:0:0: Direct-Access     ATA      ST1000DM010-2EP1 CC46 PQ: 0 ANSI: 5
[    0.890151] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    0.890153] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    0.890162] sd 0:0:0:0: [sda] Write Protect is off
[    0.890164] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    0.890175] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.890190] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[    0.948973]  sda: sda1
[    0.949022] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.340517] tsc: Refined TSC clocksource calibration: 3693.060 MHz
[    1.340524] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6a77744cfd5, max_idle_ns: 881590969987 ns
[    1.340608] clocksource: Switched to clocksource tsc
[    1.360256] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.360931] ata2.00: ATA-8: ST1000DM010-2EP102, CC43, max UDMA/133
[    1.361128] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.362104] ata2.00: configured for UDMA/133
[    1.362198] scsi 1:0:0:0: Direct-Access     ATA      ST1000DM010-2EP1 CC43 PQ: 0 ANSI: 5
[    1.362547] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.362550] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    1.362802] sd 1:0:0:0: [sdb] Write Protect is off
[    1.362805] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.362843] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.362863] sd 1:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
[    1.413283]  sdb: sdb1
[    1.413387] sd 1:0:0:0: [sdb] Attached SCSI disk
[    1.675396] ata3: SATA link down (SStatus 0 SControl 300)
[    2.143848] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.145664] ata4.00: ATA-8: HGST HTS541010A7E630, SE0OA4A0, max UDMA/133
[    2.146191] ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    2.147864] ata4.00: configured for UDMA/133
[    2.147950] scsi 3:0:0:0: Direct-Access     ATA      HGST HTS541010A7 A4A0 PQ: 0 ANSI: 5
[    2.148304] sd 3:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    2.148307] sd 3:0:0:0: [sdc] 4096-byte physical blocks
[    2.148322] sd 3:0:0:0: [sdc] Write Protect is off
[    2.148325] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    2.148339] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.148356] sd 3:0:0:0: [sdc] Preferred minimum I/O size 4096 bytes
[    2.251681]  sdc: sdc1 sdc2
[    2.251801] sd 3:0:0:0: [sdc] Attached SCSI disk
[    2.616996] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.620088] ata5.00: ATA-9: TEAM TM8PS7256G, U0503A0, max UDMA/133
[    2.621517] ata5.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    2.628392] ata5.00: configured for UDMA/133
[    2.628495] scsi 4:0:0:0: Direct-Access     ATA      TEAM TM8PS7256G  3A0  PQ: 0 ANSI: 5
[    2.628664] sd 4:0:0:0: [sdd] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[    2.628669] sd 4:0:0:0: [sdd] Write Protect is off
[    2.628671] sd 4:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    2.628677] sd 4:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.628684] sd 4:0:0:0: [sdd] Preferred minimum I/O size 512 bytes
[    2.630156]  sdd: sdd1 sdd2 sdd3 sdd4
[    2.630245] sd 4:0:0:0: [sdd] Attached SCSI disk
[    2.938782] ata6: SATA link down (SStatus 0 SControl 330)
[    2.940069] Freeing unused decrypted memory: 2036K
[    2.940276] Freeing unused kernel image (initmem) memory: 3324K
[    2.940279] Write protecting the kernel read-only data: 30720k
[    2.940445] Freeing unused kernel image (rodata/data gap) memory: 1676K
[    2.961332] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.961335] rodata_test: all tests were successful
[    2.961337] Run /init as init process
[    2.961338]   with arguments:
[    2.961339]     /init
[    2.961339]   with environment:
[    2.961340]     HOME=/
[    2.961340]     TERM=linux
[    2.965547] booster: root= param is not specified. Use GPT partition autodiscovery with guid type 4f68bce3-e8cd-4db1-96e7-fbcaf984b709
[    2.965554] fbcon: Taking over console
[    2.965593] Console: switching to colour frame buffer device 240x67
[    2.966541] booster: cmdRoot=&{1 [79 104 188 227 232 205 77 177 150 231 251 202 249 132 183 9]}
[    2.966657] booster: loading module jbd2
[    2.966689] booster: loading module crc32c_intel
[    2.966989] booster: loading module crc16
[    2.967062] booster: loading module mbcache
[    2.967271] booster: loading module crc32c_generic
[    2.967647] booster: loading module nvidia
[    2.967747] booster: found a new device /dev/sda
[    2.967864] booster: loading module wmi
[    2.967916] booster: no match found for alias input:b0019v0000p0001e0000-e0,1,k74,ramlsfw
[    2.967935] booster: found a new device /dev/sdd
[    2.968103] booster: found a new device /dev/sdb
[    2.968155] booster: no match found for alias acpi:ACPI0007:
[    2.968187] booster: no match found for alias acpi:LNXPWRBN:
[    2.968200] booster: found a new device /dev/sdc
[    2.968345] booster: blkinfo for /dev/sda: type=gpt UUID=8b22198a-3698-4029-b361-95974a711481 LABEL=
[    2.968389] booster: blkinfo for /dev/sdd: type=gpt UUID=73b21f8c-fb8a-462a-804d-2bc0598acbe5 LABEL=
[    2.968585] booster: blkinfo for /dev/sdb: type=gpt UUID=8e00c197-fc09-4c1f-9198-5223db3e15b4 LABEL=
[    2.968798] booster: udev event {Action:add KObj:/module/crc32c_intel Env:map[ACTION:add DEVPATH:/module/crc32c_intel SEQNUM:1714 SUBSYSTEM:module]}
[    2.968865] booster: udev event {Action:add KObj:/module/crc16 Env:map[ACTION:add DEVPATH:/module/crc16 SEQNUM:1715 SUBSYSTEM:module]}
[    2.969531] booster: udev event {Action:add KObj:/module/crc32c_generic Env:map[ACTION:add DEVPATH:/module/crc32c_generic SEQNUM:1716 SUBSYSTEM:module]}
[    2.969585] booster: udev event {Action:add KObj:/module/mbcache Env:map[ACTION:add DEVPATH:/module/mbcache SEQNUM:1717 SUBSYSTEM:module]}
[    2.969642] booster: no match found for alias acpi:ACPI0010:PNP0A05:
[    2.972024] booster: loading module ext4
[    2.972044] booster: udev event {Action:add KObj:/class/wmi_bus Env:map[ACTION:add DEVPATH:/class/wmi_bus SEQNUM:1718 SUBSYSTEM:class]}
[    2.972075] booster: udev event {Action:add KObj:/bus/wmi Env:map[ACTION:add DEVPATH:/bus/wmi SEQNUM:1719 SUBSYSTEM:bus]}
[    2.972133] booster: udev event {Action:add KObj:/devices/LNXSYSTM:00/PNP0C14:00/wakeup/wakeup30 Env:map[ACTION:add DEVPATH:/devices/LNXSYSTM:00/PNP0C14:00/wakeup/wakeup30 SEQNUM:1720 SUBSYSTEM:wakeup]}
[    2.972162] booster: loading module video
[    2.972221] booster: udev event {Action:add KObj:/module/jbd2 Env:map[ACTION:add DEVPATH:/module/jbd2 SEQNUM:1721 SUBSYSTEM:module]}
[    2.972366] booster: udev event {Action:add KObj:/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00 Env:map[ACTION:add DEVPATH:/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00 SEQNUM:1722 SUBSYSTEM:wmi_bus]}
[    2.972468] booster: udev event {Action:add KObj:/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/ABBC0F6A-8EA1-11D1-00A0-C90629100000 Env:map[ACTION:add DEVPATH:/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/ABBC0F6A-8EA1-11D1-00A0-C90629100000 DEVTYPE:method MODALIAS:wmi:ABBC0F6A-8EA1-11D1-00A0-C90629100000 SEQNUM:1723 SUBSYSTEM:wmi WMI_GUID:ABBC0F6A-8EA1-11D1-00A0-C90629100000]}
[    2.972515] booster: udev event {Action:add KObj:/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/05901221-D566-11D1-B2F0-00A0C9062910 Env:map[ACTION:add DEVPATH:/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/05901221-D566-11D1-B2F0-00A0C9062910 DEVTYPE:data MODALIAS:wmi:05901221-D566-11D1-B2F0-00A0C9062910 SEQNUM:1724 SUBSYSTEM:wmi WMI_GUID:05901221-D566-11D1-B2F0-00A0C9062910]}
[    2.972547] booster: no match found for alias wmi:ABBC0F6A_8EA1_11D1_00A0_C90629100000
[    2.972578] booster: no match found for alias wmi:05901221_D566_11D1_B2F0_00A0C9062910
[    2.972596] booster: udev event {Action:bind KObj:/devices/platform/PNP0C14:00 Env:map[ACTION:bind DEVPATH:/devices/platform/PNP0C14:00 DRIVER:acpi-wmi MODALIAS:acpi:PNP0C14: SEQNUM:1725 SUBSYSTEM:platform]}
[    2.972617] booster: udev event {Action:add KObj:/bus/platform/drivers/acpi-wmi Env:map[ACTION:add DEVPATH:/bus/platform/drivers/acpi-wmi SEQNUM:1726 SUBSYSTEM:drivers]}
[    2.972717] booster: modalias acpi:PNP0C14: matched module wmi
[    2.972778] booster: udev event {Action:add KObj:/module/wmi Env:map[ACTION:add DEVPATH:/module/wmi SEQNUM:1727 SUBSYSTEM:module]}
[    2.974785] booster: udev event {Action:add KObj:/bus/acpi/drivers/video Env:map[ACTION:add DEVPATH:/bus/acpi/drivers/video SEQNUM:1728 SUBSYSTEM:drivers]}
[    2.974812] booster: udev event {Action:add KObj:/module/video Env:map[ACTION:add DEVPATH:/module/video SEQNUM:1729 SUBSYSTEM:module]}
[    2.975584] booster: no match found for alias acpi:AMDI0030:AMDI0030:
[    2.975964] booster: no match found for alias acpi:AMDIF030:AMDIF030:
[    2.975996] booster: no match found for alias acpi:MSFT0101:
[    2.976695] booster: no match found for alias acpi:PNP0C01:
[    2.976736] booster: no match found for alias acpi:PNP0C02:
[    2.977557] booster: block device info &{path:/dev/sdb symlinks:[] format:gpt isFs:false uuid:[142 0 193 151 252 9 76 31 145 152 82 35 219 62 21 180] label: hwPath:pci-0000:02:00.1-ata-2.0 wwid:[ata-ST1000DM010-2EP102_Z9AVWYVJ wwn-0x5000c500b223e58e] data:{partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[204 172 224 255 139 128 77 30 142 196 124 220 50 100 71 200] name:Linux filesystem attributes:0}]}}
[    2.977562] booster: block device info &{path:/dev/sda symlinks:[] format:gpt isFs:false uuid:[139 34 25 138 54 152 64 41 179 97 149 151 74 113 20 129] label: hwPath:pci-0000:02:00.1-ata-1.0 wwid:[ata-ST1000DM010-2EP102_ZN1VPY9R wwn-0x5000c500e44f8028] data:{partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[47 88 64 94 220 246 64 175 154 150 97 28 214 114 229 215] name:Linux filesystem attributes:0}]}}
[    2.977598] booster: handling gpt block device &{path:/dev/sdb symlinks:[] format:gpt isFs:false uuid:[142 0 193 151 252 9 76 31 145 152 82 35 219 62 21 180] label: hwPath:pci-0000:02:00.1-ata-2.0 wwid:[ata-ST1000DM010-2EP102_Z9AVWYVJ wwn-0x5000c500b223e58e] data:{partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[204 172 224 255 139 128 77 30 142 196 124 220 50 100 71 200] name:Linux filesystem attributes:0}]}}
[    2.977633] booster: its partitions: {partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[204 172 224 255 139 128 77 30 142 196 124 220 50 100 71 200] name:Linux filesystem attributes:0}]}
[    2.977652] booster: in autodiscovery mode
[    2.977691] booster: handling gpt block device &{path:/dev/sda symlinks:[] format:gpt isFs:false uuid:[139 34 25 138 54 152 64 41 179 97 149 151 74 113 20 129] label: hwPath:pci-0000:02:00.1-ata-1.0 wwid:[ata-ST1000DM010-2EP102_ZN1VPY9R wwn-0x5000c500e44f8028] data:{partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[47 88 64 94 220 246 64 175 154 150 97 28 214 114 229 215] name:Linux filesystem attributes:0}]}}
[    2.977726] booster: its partitions: {partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[47 88 64 94 220 246 64 175 154 150 97 28 214 114 229 215] name:Linux filesystem attributes:0}]}
[    2.977744] booster: in autodiscovery mode
[    2.977762] booster: found a new device /dev/sda1
[    2.977824] booster: found a new device /dev/sdb1
[    2.978153] booster: no match found for alias acpi:PNP0000:
[    2.978199] booster: no match found for alias acpi:PNP0100:
[    2.978241] booster: no match found for alias acpi:PNP0200:
[    2.978364] booster: no match found for alias acpi:PNP0800:
[    2.978382] booster: no match found for alias acpi:PNP0B00:
[    2.980069] booster: block device info &{path:/dev/sdd symlinks:[] format:gpt isFs:false uuid:[115 178 31 140 251 138 70 42 128 77 43 192 89 138 203 229] label: hwPath:pci-0000:02:00.1-ata-5.0 wwid:[ata-TEAM_TM8PS7256G_TPBF2112240010800445 wwn-0x0000000000000000] data:{partitions:[{num:0 typeGUID:[193 42 115 40 248 31 17 210 186 75 0 160 201 62 201 59] uuid:[118 247 98 136 245 126 68 173 152 114 37 164 199 20 188 68] name:EFI system partition attributes:9223372036854775808} {num:1 typeGUID:[227 201 227 22 11 92 77 184 129 125 249 45 240 2 21 174] uuid:[9 222 189 233 23 79 71 1 169 207 104 78 25 198 148 180] name:Microsoft reserved partition attributes:9223372036854775808} {num:2 typeGUID:[235 208 160 162 185 229 68 51 135 192 104 182 183 38 153 199] uuid:[11 198 209 142 254 71 73 219 142 246 84 228 14 105 52 198] name:Basic data partition attributes:0} {num:3 typeGUID:[222 148 187 164 6 209 77 64 161 106 191...
[    2.981985] booster: no match found for alias acpi:PNP0A08:PNP0A03:
[    2.982895] nvidia: loading out-of-tree module taints kernel.
[    2.982903] nvidia: module license 'NVIDIA' taints kernel.
[    2.982904] Disabling lock debugging due to kernel taint
[    2.982992] booster: no match found for alias acpi:PNP0C0C:
[    2.983065] booster: no match found for alias acpi:PNP0C0F:
[    2.983107] booster: handling gpt block device &{path:/dev/sdd symlinks:[] format:gpt isFs:false uuid:[115 178 31 140 251 138 70 42 128 77 43 192 89 138 203 229] label: hwPath:pci-0000:02:00.1-ata-5.0 wwid:[ata-TEAM_TM8PS7256G_TPBF2112240010800445 wwn-0x0000000000000000] data:{partitions:[{num:0 typeGUID:[193 42 115 40 248 31 17 210 186 75 0 160 201 62 201 59] uuid:[118 247 98 136 245 126 68 173 152 114 37 164 199 20 188 68] name:EFI system partition attributes:9223372036854775808} {num:1 typeGUID:[227 201 227 22 11 92 77 184 129 125 249 45 240 2 21 174] uuid:[9 222 189 233 23 79 71 1 169 207 104 78 25 198 148 180] name:Microsoft reserved partition attributes:9223372036854775808} {num:2 typeGUID:[235 208 160 162 185 229 68 51 135 192 104 182 183 38 153 199] uuid:[11 198 209 142 254 71 73 219 142 246 84 228 14 105 52 198] name:Basic data partition attributes:0} {num:3 typeGUID:[222 148 187 164 6 209 77 64 161...
[    2.983353] booster: no match found for alias acpi:LNXSYBUS:
[    2.983389] booster: no match found for alias acpi:PNP0103:
[    2.983497] booster: no match found for alias acpi:LNXSYSTM:
[    2.983834] booster: no match found for alias pci:v00001022d00001480sv00001022sd00001480bc06sc00i00
[    2.983915] booster: no match found for alias pci:v00001022d00001482sv00000000sd00000000bc06sc00i00
[    2.984088] booster: modalias pci:v00002646d00005013sv00002646sd00005013bc01sc08i02 matched module nvme
[    2.984212] booster: no match found for alias pci:v00001022d00001483sv00001022sd00001453bc06sc04i00
[    2.984476] booster: modalias pci:v00001022d000043EEsv00001B21sd00001142bc0Csc03i30 matched module xhci_pci
[    2.985435] booster: no match found for alias scsi:t-0x00
[    2.986776] booster: its partitions: {partitions:[{num:0 typeGUID:[193 42 115 40 248 31 17 210 186 75 0 160 201 62 201 59] uuid:[118 247 98 136 245 126 68 173 152 114 37 164 199 20 188 68] name:EFI system partition attributes:9223372036854775808} {num:1 typeGUID:[227 201 227 22 11 92 77 184 129 125 249 45 240 2 21 174] uuid:[9 222 189 233 23 79 71 1 169 207 104 78 25 198 148 180] name:Microsoft reserved partition attributes:9223372036854775808} {num:2 typeGUID:[235 208 160 162 185 229 68 51 135 192 104 182 183 38 153 199] uuid:[11 198 209 142 254 71 73 219 142 246 84 228 14 105 52 198] name:Basic data partition attributes:0} {num:3 typeGUID:[222 148 187 164 6 209 77 64 161 106 191 213 1 121 214 172] uuid:[189 202 231 68 173 83 79 71 149 157 249 242 12 43 69 109] name: attributes:9223372036854775809}]}
[    2.990273] booster: no match found for alias pci:v00001022d000043EBsv00001B21sd00001062bc01sc06i01
[    2.990392] booster: no match found for alias pci:v000010ECd00008125sv00001849sd00008125bc02sc00i00
[    2.990535] booster: no match found for alias pci:v00001022d000043EAsv00001B21sd00003308bc06sc04i00
[    2.990631] booster: in autodiscovery mode
[    2.990737] booster: no match found for alias pci:v00001022d000043E9sv00001B21sd00000201bc06sc04i00
[    2.991654] booster: found a new device /dev/sdd3
[    2.991668] booster: found a new device /dev/sdd4
[    2.991848] booster: found a new device /dev/sdd1
[    2.991871] booster: found a new device /dev/sdd2
[    2.991921] booster: modalias pci:v000010DEd0000220Asv000010DEsd00001616bc03sc00i00 matched module nvidia
[    2.992327] booster: no match found for alias pci:v000010DEd00001AEFsv000010DEsd00001616bc04sc03i00
[    2.993292] booster: blkinfo for /dev/sdc: type=gpt UUID=49645289-7a9c-438f-a437-ee866a7a1feb LABEL=
[    2.993380] booster: block device info &{path:/dev/sdd3 symlinks:[] format: isFs:false uuid:[] label: hwPath: wwid:[] data:<nil>}
[    2.993421] booster: no match found for alias pci:v00001022d0000148Asv00001022sd0000148Abc13sc00i00
[    2.993643] booster: no match found for alias pci:v00001022d00001484sv00001022sd00001484bc06sc04i00
[    2.993968] booster: no match found for alias pci:v00001022d00001485sv00001022sd00001485bc13sc00i00
[    2.994090] booster: no match found for alias pci:v00001022d00001486sv00001022sd00001486bc10sc80i00
[    2.994223] booster: modalias pci:v00001022d0000149Csv00001849sd0000FFFFbc0Csc03i30 matched module xhci_pci
[    2.994421] booster: no match found for alias pci:v00001022d00001487sv00001849sd00002224bc04sc03i00
[    2.994646] booster: no match found for alias pci:v00001022d0000790Bsv00001849sd0000FFFFbc0Csc05i00
[    2.994839] booster: no match found for alias pci:v00001022d0000790Esv00001849sd0000FFFFbc06sc01i00
[    2.994925] booster: udev event {Action:add KObj:/module/ext4 Env:map[ACTION:add DEVPATH:/module/ext4 SEQNUM:1730 SUBSYSTEM:module]}
[    2.994934] booster: no match found for alias pci:v00001022d00001440sv00000000sd00000000bc06sc00i00
[    2.995011] booster: no match found for alias pci:v00001022d00001441sv00000000sd00000000bc06sc00i00
[    2.995141] booster: no match found for alias pci:v00001022d00001442sv00000000sd00000000bc06sc00i00
[    2.995160] booster: no match found for alias pci:v00001022d00001443sv00000000sd00000000bc06sc00i00
[    2.995233] booster: no match found for alias pci:v00001022d00001444sv00000000sd00000000bc06sc00i00
[    2.995366] booster: no match found for alias pci:v00001022d00001445sv00000000sd00000000bc06sc00i00
[    2.995394] booster: no match found for alias pci:v00001022d00001446sv00000000sd00000000bc06sc00i00
[    2.995522] booster: no match found for alias pci:v00001022d00001447sv00000000sd00000000bc06sc00i00
[    2.995737] booster: no match found for alias platform:PCCT
[    2.995906] booster: no match found for alias wmi:05901221-D566-11D1-B2F0-00A0C9062910
[    2.995932] booster: no match found for alias wmi:ABBC0F6A-8EA1-11D1-00A0-C90629100000
[    2.996013] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    2.996036] booster: no match found for alias platform:efi-framebuffer
[    2.996080] booster: no match found for alias platform:efivars
[    2.996109] booster: no match found for alias platform:microcode
[    2.996140] booster: no match found for alias platform:pcspkr
[    2.996184] booster: no match found for alias platform:reg-dummy
[    2.996256] booster: no match found for alias platform:rtc-efi
[    2.996291] booster: no match found for alias platform:serial8250
[    2.996493] booster: modalias pci:v00002646d00005013sv00002646sd00005013bc01sc08i02 matched module nvme
[    2.997084] booster: loading module nvme_common
[    2.997608] booster: loading module xhci_pci_renesas
[    2.998716] booster: no match found for alias platform:alarmtimer
[    3.000202] booster: blkinfo for /dev/sda1: type=ext4 UUID=13c2dcf4-eedf-4d0a-b0b0-4d0ed34f42a5 LABEL=Storage 1
[    3.001914] booster: blkinfo for /dev/sdb1: type=ext4 UUID=c8d62855-284d-4389-b737-a0120223262a LABEL=Storage 2
[    3.002211] booster: block device info &{path:/dev/sdd4 symlinks:[] format: isFs:false uuid:[] label: hwPath: wwid:[] data:<nil>}
[    3.002828] booster: blkinfo for /dev/sdd1: type=fat UUID=344f1f8e LABEL=NO NAME
[    3.003503] booster: modalias pci:v000010DEd0000220Asv000010DEsd00001616bc03sc00i00 matched module nvidia_drm
[    3.003506] booster: block device info &{path:/dev/sdd2 symlinks:[] format: isFs:false uuid:[] label: hwPath: wwid:[] data:<nil>}
[    3.007786] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[    3.009993] booster: block device info &{path:/dev/sdc symlinks:[] format:gpt isFs:false uuid:[73 100 82 137 122 156 67 143 164 55 238 134 106 122 31 235] label: hwPath:pci-0000:02:00.1-ata-4.0 wwid:[ata-HGST_HTS541010A7E630_S00001SSGM6S7F wwn-0x5000cca756c8bc63] data:{partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[43 156 149 126 57 104 64 160 175 12 119 203 174 248 105 15] name:Linux filesystem attributes:0} {num:1 typeGUID:[235 208 160 162 185 229 68 51 135 192 104 182 183 38 153 199] uuid:[190 128 184 18 94 182 64 125 149 170 70 165 92 67 191 220] name:Microsoft basic data attributes:0}]}}
[    3.018127] booster: block device info &{path:/dev/sda1 symlinks:[] format:ext4 isFs:true uuid:[19 194 220 244 238 223 77 10 176 176 77 14 211 79 66 165] label:Storage 1 hwPath: wwid:[] data:<nil>}
[    3.018464] booster: block device info &{path:/dev/sdb1 symlinks:[] format:ext4 isFs:true uuid:[200 214 40 85 40 77 67 137 183 55 160 18 2 35 38 42] label:Storage 2 hwPath: wwid:[] data:<nil>}
[    3.018975] booster: loading module nvme_core
[    3.018989] booster: udev event {Action:add KObj:/module/nvme_common Env:map[ACTION:add DEVPATH:/module/nvme_common SEQNUM:1731 SUBSYSTEM:module]}
[    3.019017] booster: block device info &{path:/dev/sdd1 symlinks:[] format:fat isFs:false uuid:[52 79 31 142] label:NO NAME hwPath: wwid:[] data:<nil>}
[    3.019319] booster: loading module xhci_pci
[    3.020845] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[    3.022328] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[    3.023483] booster: no match found for alias dmi:bvnAmericanMegatrendsInternational,LLC.:bvrL2.62:bd01/31/2023:br5.17:svnToBeFilledByO.E.M.:pnB550PGVelocita:pvrToBeFilledByO.E.M.:rvnASRock:rnB550PGVelocita:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:skuToBeFilledByO.E.M.:
[    3.024090] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[    3.026186] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[    3.028496] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[    3.031092] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[    3.034044] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[    3.037174] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[    3.040875] booster: loading module sha512_ssse3
[    3.040878] booster: loading module gf128mul
[    3.040883] booster: loading module crct10dif_pclmul
[    3.040885] booster: loading module crc32_pclmul
[    3.040887] booster: loading module cryptd
[    3.045462] booster: udev event {Action:add KObj:/module/xhci_pci_renesas Env:map[ACTION:add DEVPATH:/module/xhci_pci_renesas SEQNUM:1732 SUBSYSTEM:module]}
[    3.049586] booster: handling gpt block device &{path:/dev/sdc symlinks:[] format:gpt isFs:false uuid:[73 100 82 137 122 156 67 143 164 55 238 134 106 122 31 235] label: hwPath:pci-0000:02:00.1-ata-4.0 wwid:[ata-HGST_HTS541010A7E630_S00001SSGM6S7F wwn-0x5000cca756c8bc63] data:{partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[43 156 149 126 57 104 64 160 175 12 119 203 174 248 105 15] name:Linux filesystem attributes:0} {num:1 typeGUID:[235 208 160 162 185 229 68 51 135 192 104 182 183 38 153 199] uuid:[190 128 184 18 94 182 64 125 149 170 70 165 92 67 191 220] name:Microsoft basic data attributes:0}]}}
[    3.052150] booster: its partitions: {partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[43 156 149 126 57 104 64 160 175 12 119 203 174 248 105 15] name:Linux filesystem attributes:0} {num:1 typeGUID:[235 208 160 162 185 229 68 51 135 192 104 182 183 38 153 199] uuid:[190 128 184 18 94 182 64 125 149 170 70 165 92 67 191 220] name:Microsoft basic data attributes:0}]}
[    3.053855] booster: in autodiscovery mode
[    3.054729] booster: found a new device /dev/sdc1
[    3.054742] booster: found a new device /dev/sdc2
[    3.068532] booster: blkinfo for /dev/sdc1: type=ext4 UUID=718fa296-850e-4ec5-9217-e3c06ecbec51 LABEL=Storage 3
[    3.069474] booster: block device info &{path:/dev/sdc1 symlinks:[] format:ext4 isFs:true uuid:[113 143 162 150 133 14 78 197 146 23 227 192 110 203 236 81] label:Storage 3 hwPath: wwid:[] data:<nil>}
[    3.089358] booster: blkinfo for /dev/sdc2: type=mbr UUID=00000000 LABEL=
[    3.090245] booster: block device info &{path:/dev/sdc2 symlinks:[] format:mbr isFs:false uuid:[0 0 0 0] label: hwPath: wwid:[] data:<nil>}
[    3.155458] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    3.155462] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
[    3.198938] booster: udev event {Action:add KObj:/module/crc32_pclmul Env:map[ACTION:add DEVPATH:/module/crc32_pclmul SEQNUM:1733 SUBSYSTEM:module]}
[    3.199185] booster: loading module polyval_generic
[    3.199189] cryptd: max_cpu_qlen set to 1000
[    3.199227] booster: loading module ghash_clmulni_intel
[    3.199230] booster: loading module crypto_simd
[    3.199390] booster: loading module nvme
[    3.199774] booster: udev event {Action:add KObj:/module/crct10dif_pclmul Env:map[ACTION:add DEVPATH:/module/crct10dif_pclmul SEQNUM:1734 SUBSYSTEM:module]}
[    3.199953] nvidia-nvlink: Nvlink Core is being initialized, major device number 236
[    3.199956] 
[    3.200741] nvidia 0000:05:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[    3.202351] booster: loading module polyval_clmulni
[    3.204567] booster: udev event {Action:add KObj:/module/gf128mul Env:map[ACTION:add DEVPATH:/module/gf128mul SEQNUM:1735 SUBSYSTEM:module]}
[    3.204769] booster: loading module aesni_intel
[    3.205983] booster: udev event {Action:add KObj:/module/sha512_ssse3 Env:map[ACTION:add DEVPATH:/module/sha512_ssse3 SEQNUM:1736 SUBSYSTEM:module]}
[    3.205992] nvme nvme0: pci function 0000:01:00.0
[    3.207580] booster: udev event {Action:add KObj:/module/cryptd Env:map[ACTION:add DEVPATH:/module/cryptd SEQNUM:1737 SUBSYSTEM:module]}
[    3.208285] booster: udev event {Action:add KObj:/devices/virtual/workqueue/nvme-wq Env:map[ACTION:add DEVPATH:/devices/virtual/workqueue/nvme-wq SEQNUM:1738 SUBSYSTEM:workqueue]}
[    3.208964] booster: udev event {Action:add KObj:/devices/virtual/workqueue/nvme-reset-wq Env:map[ACTION:add DEVPATH:/devices/virtual/workqueue/nvme-reset-wq SEQNUM:1739 SUBSYSTEM:workqueue]}
[    3.209462] AVX2 version of gcm_enc/dec engaged.
[    3.209496] AES CTR mode by8 optimization enabled
[    3.209687] booster: udev event {Action:add KObj:/devices/virtual/workqueue/nvme-delete-wq Env:map[ACTION:add DEVPATH:/devices/virtual/workqueue/nvme-delete-wq SEQNUM:1740 SUBSYSTEM:workqueue]}
[    3.210354] booster: udev event {Action:add KObj:/class/nvme Env:map[ACTION:add DEVPATH:/class/nvme SEQNUM:1741 SUBSYSTEM:class]}
[    3.210358] nvme nvme0: Shutdown timeout set to 10 seconds
[    3.210602] xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
[    3.210804] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    3.210805] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[    3.210806] xhci_hcd 0000:02:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    3.210850] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.03
[    3.210851] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.210852] usb usb1: Product: xHCI Host Controller
[    3.210853] usb usb1: Manufacturer: Linux 6.3.9-arch1-1 xhci-hcd
[    3.210853] usb usb1: SerialNumber: 0000:02:00.0
[    3.210917] hub 1-0:1.0: USB hub found
[    3.210928] hub 1-0:1.0: 10 ports detected
[    3.211018] booster: udev event {Action:add KObj:/class/nvme-subsystem Env:map[ACTION:add DEVPATH:/class/nvme-subsystem SEQNUM:1742 SUBSYSTEM:class]}
[    3.211126] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    3.211135] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.03
[    3.211136] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.211136] usb usb2: Product: xHCI Host Controller
[    3.211137] usb usb2: Manufacturer: Linux 6.3.9-arch1-1 xhci-hcd
[    3.211137] usb usb2: SerialNumber: 0000:02:00.0
[    3.211176] hub 2-0:1.0: USB hub found
[    3.211181] hub 2-0:1.0: 4 ports detected
[    3.211303] xhci_hcd 0000:07:00.3: xHCI Host Controller
[    3.211305] xhci_hcd 0000:07:00.3: new USB bus registered, assigned bus number 3
[    3.211393] xhci_hcd 0000:07:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
[    3.211521] xhci_hcd 0000:07:00.3: xHCI Host Controller
[    3.211523] xhci_hcd 0000:07:00.3: new USB bus registered, assigned bus number 4
[    3.211524] xhci_hcd 0000:07:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    3.211539] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.03
[    3.211540] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.211540] usb usb3: Product: xHCI Host Controller
[    3.211541] usb usb3: Manufacturer: Linux 6.3.9-arch1-1 xhci-hcd
[    3.211541] usb usb3: SerialNumber: 0000:07:00.3
[    3.211584] hub 3-0:1.0: USB hub found
[    3.211588] hub 3-0:1.0: 4 ports detected
[    3.211655] booster: udev event {Action:add KObj:/class/nvme-generic Env:map[ACTION:add DEVPATH:/class/nvme-generic SEQNUM:1743 SUBSYSTEM:class]}
[    3.211750] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    3.211758] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.03
[    3.211759] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.211759] usb usb4: Product: xHCI Host Controller
[    3.211760] usb usb4: Manufacturer: Linux 6.3.9-arch1-1 xhci-hcd
[    3.211761] usb usb4: SerialNumber: 0000:07:00.3
[    3.211819] hub 4-0:1.0: USB hub found
[    3.211823] hub 4-0:1.0: 4 ports detected
[    3.212289] booster: udev event {Action:add KObj:/devices/virtual/workqueue/nvme-auth-wq Env:map[ACTION:add DEVPATH:/devices/virtual/workqueue/nvme-auth-wq SEQNUM:1744 SUBSYSTEM:workqueue]}
[    3.212908] booster: udev event {Action:add KObj:/module/nvme_core Env:map[ACTION:add DEVPATH:/module/nvme_core SEQNUM:1745 SUBSYSTEM:module]}
[    3.213294] nvme nvme0: 32/0/0 default/read/poll queues
[    3.213532] booster: udev event {Action:add KObj:/bus/pci/drivers/nvidia-nvswitch Env:map[ACTION:add DEVPATH:/bus/pci/drivers/nvidia-nvswitch SEQNUM:1746 SUBSYSTEM:drivers]}
[    3.214132] booster: udev event {Action:add KObj:/module/polyval_generic Env:map[ACTION:add DEVPATH:/module/polyval_generic SEQNUM:1747 SUBSYSTEM:module]}
[    3.214715] booster: udev event {Action:add KObj:/module/ghash_clmulni_intel Env:map[ACTION:add DEVPATH:/module/ghash_clmulni_intel SEQNUM:1748 SUBSYSTEM:module]}
[    3.215312] booster: udev event {Action:add KObj:/module/crypto_simd Env:map[ACTION:add DEVPATH:/module/crypto_simd SEQNUM:1749 SUBSYSTEM:module]}
[    3.215834]  nvme0n1: p1 p2
[    3.215880] booster: udev event {Action:add KObj:/bus/pci/drivers/nvme Env:map[ACTION:add DEVPATH:/bus/pci/drivers/nvme SEQNUM:1750 SUBSYSTEM:drivers]}
[    3.216438] booster: udev event {Action:add KObj:/module/nvme Env:map[ACTION:add DEVPATH:/module/nvme SEQNUM:1751 SUBSYSTEM:module]}
[    3.216987] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0 Env:map[ACTION:add DEVNAME:nvme0 DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0 MAJOR:239 MINOR:0 NVME_TRTYPE:pcie SEQNUM:1752 SUBSYSTEM:nvme]}
[    3.218052] booster: udev event {Action:add KObj:/module/polyval_clmulni Env:map[ACTION:add DEVPATH:/module/polyval_clmulni SEQNUM:1753 SUBSYSTEM:module]}
[    3.218597] booster: udev event {Action:add KObj:/module/aesni_intel Env:map[ACTION:add DEVPATH:/module/aesni_intel SEQNUM:1754 SUBSYSTEM:module]}
[    3.219112] booster: udev event {Action:add KObj:/devices/virtual/nvme-subsystem/nvme-subsys0 Env:map[ACTION:add DEVPATH:/devices/virtual/nvme-subsystem/nvme-subsys0 SEQNUM:1755 SUBSYSTEM:nvme-subsystem]}
[    3.219633] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/wakeup/wakeup31 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/wakeup/wakeup31 SEQNUM:1756 SUBSYSTEM:wakeup]}
[    3.220143] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1 Env:map[ACTION:add BUSNUM:001 DEVNAME:bus/usb/001/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1 DEVTYPE:usb_device MAJOR:189 MINOR:0 PRODUCT:1d6b/2/603 SEQNUM:1757 SUBSYSTEM:usb TYPE:9/0/1]}
[    3.221146] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-0:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-0:1.0 DEVTYPE:usb_interface INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0002d0603dc09dsc00dp01ic09isc00ip00in00 PRODUCT:1d6b/2/603 SEQNUM:1758 SUBSYSTEM:usb TYPE:9/0/1]}
[    3.222148] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-0:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-0:1.0 DEVTYPE:usb_interface DRIVER:hub INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0002d0603dc09dsc00dp01ic09isc00ip00in00 PRODUCT:1d6b/2/603 SEQNUM:1759 SUBSYSTEM:usb TYPE:9/0/1]}
[    3.222170] booster: no match found for alias usb:v1D6Bp0002d0603dc09dsc00dp01ic09isc00ip00in00
[    3.223121] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1 Env:map[ACTION:bind BUSNUM:001 DEVNAME:bus/usb/001/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:0 PRODUCT:1d6b/2/603 SEQNUM:1760 SUBSYSTEM:usb TYPE:9/0/1]}
[    3.224699] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2 Env:map[ACTION:add BUSNUM:002 DEVNAME:bus/usb/002/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2 DEVTYPE:usb_device MAJOR:189 MINOR:128 PRODUCT:1d6b/3/603 SEQNUM:1761 SUBSYSTEM:usb TYPE:9/0/3]}
[    3.225683] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-0:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-0:1.0 DEVTYPE:usb_interface INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0003d0603dc09dsc00dp03ic09isc00ip00in00 PRODUCT:1d6b/3/603 SEQNUM:1762 SUBSYSTEM:usb TYPE:9/0/3]}
[    3.226667] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-0:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-0:1.0 DEVTYPE:usb_interface DRIVER:hub INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0003d0603dc09dsc00dp03ic09isc00ip00in00 PRODUCT:1d6b/3/603 SEQNUM:1763 SUBSYSTEM:usb TYPE:9/0/3]}
[    3.226685] booster: no match found for alias usb:v1D6Bp0003d0603dc09dsc00dp03ic09isc00ip00in00
[    3.227668] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2 Env:map[ACTION:bind BUSNUM:002 DEVNAME:bus/usb/002/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:128 PRODUCT:1d6b/3/603 SEQNUM:1764 SUBSYSTEM:usb TYPE:9/0/3]}
[    3.229295] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0 DRIVER:xhci_hcd MODALIAS:pci:v00001022d000043EEsv00001B21sd00001142bc0Csc03i30 PCI_CLASS:C0330 PCI_ID:1022:43EE PCI_SLOT_NAME:0000:02:00.0 PCI_SUBSYS_ID:1B21:1142 SEQNUM:1765 SUBSYSTEM:pci]}
[    3.230263] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/wakeup/wakeup32 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/wakeup/wakeup32 SEQNUM:1766 SUBSYSTEM:wakeup]}
[    3.230747] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/hwmon0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/hwmon0 SEQNUM:1767 SUBSYSTEM:hwmon]}
[    3.231226] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3 Env:map[ACTION:add BUSNUM:003 DEVNAME:bus/usb/003/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3 DEVTYPE:usb_device MAJOR:189 MINOR:256 PRODUCT:1d6b/2/603 SEQNUM:1768 SUBSYSTEM:usb TYPE:9/0/1]}
[    3.232196] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-0:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-0:1.0 DEVTYPE:usb_interface INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0002d0603dc09dsc00dp01ic09isc00ip00in00 PRODUCT:1d6b/2/603 SEQNUM:1769 SUBSYSTEM:usb TYPE:9/0/1]}
[    3.233196] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-0:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-0:1.0 DEVTYPE:usb_interface DRIVER:hub INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0002d0603dc09dsc00dp01ic09isc00ip00in00 PRODUCT:1d6b/2/603 SEQNUM:1770 SUBSYSTEM:usb TYPE:9/0/1]}
[    3.234233] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3 Env:map[ACTION:bind BUSNUM:003 DEVNAME:bus/usb/003/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:256 PRODUCT:1d6b/2/603 SEQNUM:1771 SUBSYSTEM:usb TYPE:9/0/1]}
[    3.235292] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4 Env:map[ACTION:add BUSNUM:004 DEVNAME:bus/usb/004/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4 DEVTYPE:usb_device MAJOR:189 MINOR:384 PRODUCT:1d6b/3/603 SEQNUM:1772 SUBSYSTEM:usb TYPE:9/0/3]}
[    3.236376] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4/4-0:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4/4-0:1.0 DEVTYPE:usb_interface INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0003d0603dc09dsc00dp03ic09isc00ip00in00 PRODUCT:1d6b/3/603 SEQNUM:1773 SUBSYSTEM:usb TYPE:9/0/3]}
[    3.237491] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4/4-0:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4/4-0:1.0 DEVTYPE:usb_interface DRIVER:hub INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0003d0603dc09dsc00dp03ic09isc00ip00in00 PRODUCT:1d6b/3/603 SEQNUM:1774 SUBSYSTEM:usb TYPE:9/0/3]}
[    3.238601] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4 Env:map[ACTION:bind BUSNUM:004 DEVNAME:bus/usb/004/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:384 PRODUCT:1d6b/3/603 SEQNUM:1775 SUBSYSTEM:usb TYPE:9/0/3]}
[    3.239743] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3 DRIVER:xhci_hcd MODALIAS:pci:v00001022d0000149Csv00001849sd0000FFFFbc0Csc03i30 PCI_CLASS:C0330 PCI_ID:1022:149C PCI_SLOT_NAME:0000:07:00.3 PCI_SUBSYS_ID:1849:FFFF SEQNUM:1776 SUBSYSTEM:pci]}
[    3.240932] booster: udev event {Action:add KObj:/bus/pci/drivers/xhci_hcd Env:map[ACTION:add DEVPATH:/bus/pci/drivers/xhci_hcd SEQNUM:1777 SUBSYSTEM:drivers]}
[    3.241536] booster: udev event {Action:add KObj:/module/xhci_pci Env:map[ACTION:add DEVPATH:/module/xhci_pci SEQNUM:1778 SUBSYSTEM:module]}
[    3.242128] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0 Env:map[ACTION:change DEVNAME:nvme0 DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0 MAJOR:239 MINOR:0 NVME_EVENT:connected NVME_TRTYPE:pcie SEQNUM:1779 SUBSYSTEM:nvme]}
[    3.243338] booster: udev event {Action:add KObj:/devices/virtual/bdi/259:0 Env:map[ACTION:add DEVPATH:/devices/virtual/bdi/259:0 SEQNUM:1780 SUBSYSTEM:bdi]}
[    3.243956] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1 Env:map[ACTION:add DEVNAME:nvme0n1 DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1 DEVTYPE:disk DISKSEQ:5 MAJOR:259 MINOR:0 SEQNUM:1781 SUBSYSTEM:block]}
[    3.244070] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  535.54.03  Tue Jun  6 22:20:39 UTC 2023
[    3.245010] booster: loading module nvidia_modeset
[    3.245013] booster: loading module nvidia_uvm
[    3.245213] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1 Env:map[ACTION:add DEVNAME:nvme0n1p1 DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1 DEVTYPE:partition DISKSEQ:5 MAJOR:259 MINOR:1 PARTN:1 PARTNAME:EFI system partition SEQNUM:1782 SUBSYSTEM:block]}
[    3.245231] booster: found a new device /dev/nvme0n1
[    3.247891] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2 Env:map[ACTION:add DEVNAME:nvme0n1p2 DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2 DEVTYPE:partition DISKSEQ:5 MAJOR:259 MINOR:2 PARTN:2 PARTNAME:Linux x86-64 root (/) SEQNUM:1783 SUBSYSTEM:block]}
[    3.248328] nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
[    3.248818] booster: blkinfo for /dev/nvme0n1: type=gpt UUID=2788efc2-2f41-4e55-bd90-cd679952c330 LABEL=
[    3.250208] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/ng0n1 Env:map[ACTION:add DEVNAME:ng0n1 DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/ng0n1 MAJOR:238 MINOR:0 SEQNUM:1784 SUBSYSTEM:nvme-generic]}
[    3.251297] booster: symlink /dev/nvme0n1 /dev/disk/by-id/nvme-KINGSTON_SKC3000S1024G_50026B7282B60D14
[    3.251311] booster: found a new device /dev/nvme0n1p1
[    3.251313] booster: found a new device /dev/nvme0n1p2
[    3.252670] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  535.54.03  Tue Jun  6 22:17:39 UTC 2023
[    3.252733] booster: loading module nvidia_drm params="modeset=1"
[    3.253160] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0 DRIVER:nvme MODALIAS:pci:v00002646d00005013sv00002646sd00005013bc01sc08i02 PCI_CLASS:10802 PCI_ID:2646:5013 PCI_SLOT_NAME:0000:01:00.0 PCI_SUBSYS_ID:2646:5013 SEQNUM:1785 SUBSYSTEM:pci]}
[    3.254537] booster: blkinfo for /dev/nvme0n1p1: type=fat UUID=63599b60 LABEL=NO NAME
[    3.255295] booster: blkinfo for /dev/nvme0n1p2: type=ext4 UUID=c1785551-9ae6-4a43-bab7-cdc42cf98971 LABEL=Arch Linux
[    3.257229] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0 DRIVER:nvidia MODALIAS:pci:v000010DEd0000220Asv000010DEsd00001616bc03sc00i00 PCI_CLASS:30000 PCI_ID:10DE:220A PCI_SLOT_NAME:0000:05:00.0 PCI_SUBSYS_ID:10DE:1616 SEQNUM:1786 SUBSYSTEM:pci]}
[    3.258016] booster: block device info &{path:/dev/nvme0n1p1 symlinks:[] format:fat isFs:false uuid:[99 89 155 96] label:NO NAME hwPath: wwid:[] data:<nil>}
[    3.258786] booster: block device info &{path:/dev/nvme0n1p2 symlinks:[] format:ext4 isFs:true uuid:[193 120 85 81 154 230 74 67 186 183 205 196 44 249 137 113] label:Arch Linux hwPath: wwid:[] data:<nil>}
[    3.260043] booster: udev event {Action:add KObj:/bus/pci/drivers/nvidia Env:map[ACTION:add DEVPATH:/bus/pci/drivers/nvidia SEQNUM:1787 SUBSYSTEM:drivers]}
[    3.262107] booster: udev event {Action:add KObj:/module/nvidia Env:map[ACTION:add DEVPATH:/module/nvidia SEQNUM:1788 SUBSYSTEM:module]}
[    3.262733] booster: udev event {Action:add KObj:/module/nvidia_modeset Env:map[ACTION:add DEVPATH:/module/nvidia_modeset SEQNUM:1789 SUBSYSTEM:module]}
[    3.316006] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/renderD128 Env:map[ACTION:add DEVNAME:dri/renderD128 DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/renderD128 DEVTYPE:drm_minor MAJOR:226 MINOR:128 SEQNUM:1790 SUBSYSTEM:drm]}
[    3.316007] [drm] [nvidia-drm] [GPU ID 0x00000500] Loading driver
[    3.316067] nvidia-uvm: Loaded the UVM driver, major device number 234.
[    3.317310] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 Env:map[ACTION:add DEVNAME:dri/card0 DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 DEVTYPE:drm_minor MAJOR:226 MINOR:0 SEQNUM:1791 SUBSYSTEM:drm]}
[    3.318549] booster: udev event {Action:add KObj:/module/nvidia_uvm Env:map[ACTION:add DEVPATH:/module/nvidia_uvm SEQNUM:1792 SUBSYSTEM:module]}
[    3.463572] usb 1-5: new low-speed USB device number 2 using xhci_hcd
[    3.780689] usb 1-5: New USB device found, idVendor=047d, idProduct=1020, bcdDevice= 1.08
[    3.780692] usb 1-5: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    3.780693] usb 1-5: Product: Kensington Expert Mouse
[    3.781015] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5 Env:map[ACTION:add BUSNUM:001 DEVNAME:bus/usb/001/002 DEVNUM:002 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5 DEVTYPE:usb_device MAJOR:189 MINOR:1 PRODUCT:47d/1020/108 SEQNUM:1793 SUBSYSTEM:usb TYPE:0/0/0]}
[    3.973572] usb 1-6: new low-speed USB device number 3 using xhci_hcd
[    4.109880] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5 Env:map[ACTION:change BUSNUM:001 DEVNAME:bus/usb/001/002 DEVNUM:002 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:1 PRODUCT:47d/1020/108 SEQNUM:1794 SUBSYSTEM:usb TYPE:0/0/0]}
[    4.111053] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0 DEVTYPE:usb_interface INTERFACE:3/1/2 MODALIAS:usb:v047Dp1020d0108dc00dsc00dp00ic03isc01ip02in00 PRODUCT:47d/1020/108 SEQNUM:1795 SUBSYSTEM:usb TYPE:0/0/0]}
[    4.112216] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5 Env:map[ACTION:bind BUSNUM:001 DEVNAME:bus/usb/001/002 DEVNUM:002 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:1 PRODUCT:47d/1020/108 SEQNUM:1796 SUBSYSTEM:usb TYPE:0/0/0]}
[    4.112250] booster: modalias usb:v047Dp1020d0108dc00dsc00dp00ic03isc01ip02in00 matched module usbhid
[    4.113981] booster: loading module usbhid
[    4.127513] input: Kensington Expert Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0001/input/input2
[    4.127649] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0001 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0001 HID_ID:0003:0000047D:00001020 HID_NAME:Kensington Expert Mouse HID_PHYS:usb-0000:02:00.0-5/input0 HID_UNIQ: MODALIAS:hid:b0003g0001v0000047Dp00001020 SEQNUM:1797 SUBSYSTEM:hid]}
[    4.127656] hid-generic 0003:047D:1020.0001: input,hidraw0: USB HID v1.11 Mouse [Kensington Expert Mouse] on usb-0000:02:00.0-5/input0
[    4.127674] usbcore: registered new interface driver usbhid
[    4.127675] usbhid: USB HID core driver
[    4.129074] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0001/input/input2 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0001/input/input2 EV:17 KEY:1f0000 0 0 0 0 MODALIAS:input:b0003v047Dp1020e0111-e0,1,2,4,k110,111,112,113,114,r0,1,8,B,am4,lsfw MSC:10 NAME:"Kensington Expert Mouse" PHYS:"usb-0000:02:00.0-5/input0" PRODUCT:3/47d/1020/111 PROP:0 REL:903 SEQNUM:1798 SUBSYSTEM:input UNIQ:""]}
[    4.129104] booster: no match found for alias hid:b0003g0001v0000047Dp00001020
[    4.130802] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0001/input/input2/event2 Env:map[ACTION:add DEVNAME:input/event2 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0001/input/input2/event2 MAJOR:13 MINOR:66 SEQNUM:1799 SUBSYSTEM:input]}
[    4.130843] booster: no match found for alias input:b0003v047Dp1020e0111_e0,1,2,4,k110,111,112,113,114,r0,1,8,B,am4,lsfw
[    4.131953] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0001/hidraw/hidraw0 Env:map[ACTION:add DEVNAME:hidraw0 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0001/hidraw/hidraw0 MAJOR:240 MINOR:0 SEQNUM:1800 SUBSYSTEM:hidraw]}
[    4.133113] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0001 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0001 DRIVER:hid-generic HID_ID:0003:0000047D:00001020 HID_NAME:Kensington Expert Mouse HID_PHYS:usb-0000:02:00.0-5/input0 HID_UNIQ: MODALIAS:hid:b0003g0001v0000047Dp00001020 SEQNUM:1801 SUBSYSTEM:hid]}
[    4.134284] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0 DEVTYPE:usb_interface DRIVER:usbhid INTERFACE:3/1/2 MODALIAS:usb:v047Dp1020d0108dc00dsc00dp00ic03isc01ip02in00 PRODUCT:47d/1020/108 SEQNUM:1802 SUBSYSTEM:usb TYPE:0/0/0]}
[    4.135437] booster: udev event {Action:add KObj:/bus/usb/drivers/usbhid Env:map[ACTION:add DEVPATH:/bus/usb/drivers/usbhid SEQNUM:1803 SUBSYSTEM:drivers]}
[    4.136016] booster: udev event {Action:add KObj:/module/usbhid Env:map[ACTION:add DEVPATH:/module/usbhid SEQNUM:1804 SUBSYSTEM:module]}
[    4.165301] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-0 SEQNUM:1805 SUBSYSTEM:i2c]}
[    4.165982] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-1 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-1 SEQNUM:1806 SUBSYSTEM:i2c]}
[    4.166536] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-2 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-2 SEQNUM:1807 SUBSYSTEM:i2c]}
[    4.167091] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-3 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-3 SEQNUM:1808 SUBSYSTEM:i2c]}
[    4.167619] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-4 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-4 SEQNUM:1809 SUBSYSTEM:i2c]}
[    4.217625] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0/card0-HDMI-A-1 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0/card0-HDMI-A-1 DEVTYPE:drm_connector SEQNUM:1810 SUBSYSTEM:drm]}
[    4.218916] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 Env:map[ACTION:change CONNECTOR:88 DEVNAME:dri/card0 DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 DEVTYPE:drm_minor HOTPLUG:1 MAJOR:226 MINOR:0 SEQNUM:1811 SUBSYSTEM:drm]}
[    4.219981] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0/card0-DP-1 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0/card0-DP-1 DEVTYPE:drm_connector SEQNUM:1812 SUBSYSTEM:drm]}
[    4.220550] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 Env:map[ACTION:change CONNECTOR:90 DEVNAME:dri/card0 DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 DEVTYPE:drm_minor HOTPLUG:1 MAJOR:226 MINOR:0 SEQNUM:1813 SUBSYSTEM:drm]}
[    4.221660] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0/card0-DP-2 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0/card0-DP-2 DEVTYPE:drm_connector SEQNUM:1814 SUBSYSTEM:drm]}
[    4.222222] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 Env:map[ACTION:change CONNECTOR:93 DEVNAME:dri/card0 DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 DEVTYPE:drm_minor HOTPLUG:1 MAJOR:226 MINOR:0 SEQNUM:1815 SUBSYSTEM:drm]}
[    4.223341] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0/card0-DP-3 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0/card0-DP-3 DEVTYPE:drm_connector SEQNUM:1816 SUBSYSTEM:drm]}
[    4.223922] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 Env:map[ACTION:change CONNECTOR:96 DEVNAME:dri/card0 DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 DEVTYPE:drm_minor HOTPLUG:1 MAJOR:226 MINOR:0 SEQNUM:1817 SUBSYSTEM:drm]}
[    4.225063] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 Env:map[ACTION:change DEVNAME:dri/card0 DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 DEVTYPE:drm_minor HOTPLUG:1 MAJOR:226 MINOR:0 SEQNUM:1818 SUBSYSTEM:drm]}
[    4.294383] usb 1-6: New USB device found, idVendor=1a2c, idProduct=2124, bcdDevice= 1.10
[    4.294386] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.294388] usb 1-6: Product: USB Keyboard
[    4.294389] usb 1-6: Manufacturer: SEM
[    4.294560] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6 Env:map[ACTION:add BUSNUM:001 DEVNAME:bus/usb/001/003 DEVNUM:003 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6 DEVTYPE:usb_device MAJOR:189 MINOR:2 PRODUCT:1a2c/2124/110 SEQNUM:1819 SUBSYSTEM:usb TYPE:0/0/0]}
[    4.303453] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6 Env:map[ACTION:change BUSNUM:001 DEVNAME:bus/usb/001/003 DEVNUM:003 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:2 PRODUCT:1a2c/2124/110 SEQNUM:1820 SUBSYSTEM:usb TYPE:0/0/0]}
[    4.304827] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0 DEVTYPE:usb_interface INTERFACE:3/1/1 MODALIAS:usb:v1A2Cp2124d0110dc00dsc00dp00ic03isc01ip01in00 PRODUCT:1a2c/2124/110 SEQNUM:1821 SUBSYSTEM:usb TYPE:0/0/0]}
[    4.306058] booster: modalias usb:v1A2Cp2124d0110dc00dsc00dp00ic03isc01ip01in00 matched module usbhid
[    4.314511] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002 HID_ID:0003:00001A2C:00002124 HID_NAME:SEM USB Keyboard HID_PHYS:usb-0000:02:00.0-6/input0 HID_UNIQ: MODALIAS:hid:b0003g0001v00001A2Cp00002124 SEQNUM:1822 SUBSYSTEM:hid]}
[    4.314521] input: SEM USB Keyboard as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3
[    4.315857] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/wakeup/wakeup33 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/wakeup/wakeup33 SEQNUM:1823 SUBSYSTEM:wakeup]}
[    4.315893] booster: no match found for alias hid:b0003g0001v00001A2Cp00002124
[    4.316473] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3 EV:120013 KEY:1000000000007 ff800000000007ff febeffdff3cfffff fffffffffffffffe LED:7 MODALIAS:input:b0003v1A2Cp2124e0110-e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,sfw MSC:10 NAME:"SEM USB Keyboard" PHYS:"usb-0000:02:00.0-6/input0" PRODUCT:3/1a2c/2124/110 PROP:0 SEQNUM:1824 SUBSYSTEM:input UNIQ:""]}
[    4.318335] booster: no match found for alias input:b0003v1A2Cp2124e0110_e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,sfw
[    4.363995] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:05:00.0 on minor 0
[    4.365106] booster: udev event {Action:add KObj:/module/nvidia_drm Env:map[ACTION:add DEVPATH:/module/nvidia_drm SEQNUM:1825 SUBSYSTEM:module]}
[    4.370287] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::numlock Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::numlock SEQNUM:1826 SUBSYSTEM:leds]}
[    4.370328] hid-generic 0003:1A2C:2124.0002: input,hidraw1: USB HID v1.10 Keyboard [SEM USB Keyboard] on usb-0000:02:00.0-6/input0
[    4.371710] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::numlock Env:map[ACTION:change DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::numlock SEQNUM:1827 SUBSYSTEM:leds TRIGGER:kbd-numlock]}
[    4.372863] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::capslock Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::capslock SEQNUM:1828 SUBSYSTEM:leds]}
[    4.374034] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::capslock Env:map[ACTION:change DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::capslock SEQNUM:1829 SUBSYSTEM:leds TRIGGER:kbd-capslock]}
[    4.375188] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::scrolllock Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::scrolllock SEQNUM:1830 SUBSYSTEM:leds]}
[    4.376350] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::scrolllock Env:map[ACTION:change DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::scrolllock SEQNUM:1831 SUBSYSTEM:leds TRIGGER:kbd-scrolllock]}
[    4.377504] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/event3 Env:map[ACTION:add DEVNAME:input/event3 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/event3 MAJOR:13 MINOR:67 SEQNUM:1832 SUBSYSTEM:input]}
[    4.378689] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/hidraw/hidraw1 Env:map[ACTION:add DEVNAME:hidraw1 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/hidraw/hidraw1 MAJOR:240 MINOR:1 SEQNUM:1833 SUBSYSTEM:hidraw]}
[    4.379857] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002 DRIVER:hid-generic HID_ID:0003:00001A2C:00002124 HID_NAME:SEM USB Keyboard HID_PHYS:usb-0000:02:00.0-6/input0 HID_UNIQ: MODALIAS:hid:b0003g0001v00001A2Cp00002124 SEQNUM:1834 SUBSYSTEM:hid]}
[    4.380517] input: SEM USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input4
[    4.381083] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0 DEVTYPE:usb_interface DRIVER:usbhid INTERFACE:3/1/1 MODALIAS:usb:v1A2Cp2124d0110dc00dsc00dp00ic03isc01ip01in00 PRODUCT:1a2c/2124/110 SEQNUM:1835 SUBSYSTEM:usb TYPE:0/0/0]}
[    4.382259] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1 DEVTYPE:usb_interface INTERFACE:3/0/0 MODALIAS:usb:v1A2Cp2124d0110dc00dsc00dp00ic03isc00ip00in01 PRODUCT:1a2c/2124/110 SEQNUM:1836 SUBSYSTEM:usb TYPE:0/0/0]}
[    4.383432] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003 HID_ID:0003:00001A2C:00002124 HID_NAME:SEM USB Keyboard HID_PHYS:usb-0000:02:00.0-6/input1 HID_UNIQ: MODALIAS:hid:b0003g0001v00001A2Cp00002124 SEQNUM:1837 SUBSYSTEM:hid]}
[    4.383466] booster: modalias usb:v1A2Cp2124d0110dc00dsc00dp00ic03isc00ip00in01 matched module usbhid
[    4.384647] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input4 Env:map[ABS:100000000 ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input4 EV:1f KEY:33eff 0 0 483ffff17aff32d bfd4444600000000 1 130c730b17c000 267bfad9415fed 9e168000004400 10000002 MODALIAS:input:b0003v1A2Cp2124e0110-e0,1,2,3,4,k71,72,73,74,77,80,82,83,85,86,87,88,89,8A,8B,8C,8E,90,96,98,9B,9C,9E,9F,A1,A3,A4,A5,A6,A7,A8,A9,AB,AC,AD,AE,B1,B2,B5,CE,CF,D0,D1,D2,D4,D8,D9,DB,E0,E1,E4,E5,E6,EA,EB,F0,F1,F4,100,161,162,166,16A,16E,172,174,176,177,178,179,17A,17B,17C,17D,17F,180,182,183,185,188,189,18C,18D,18E,18F,190,191,192,193,195,197,198,199,19A,19C,1A0,1A1,1A2,1A3,1A4,1A5,1A6,1A7,1A8,1A9,1AA,1AB,1AC,1AD,1AE,1AF,1B0,1B1,1B7,1BA,240,241,242,243,244,245,246,247,249,24A,24B,24C,24D,250,251,r6,C,a20,m4,lsfw MSC...
[    4.388539] booster: no match found for alias input:b0003v1A2Cp2124e0110_e0,1,2,3,4,k71,72,73,74,77,80,82,83,85,86,87,88,89,8A,8B,8C,8E,90,96,98,9B,9C,9E,9F,A1,A3,A4,A5,A6,A7,A8,A9,AB,AC,AD,AE,B1,B2,B5,CE,CF,D0,D1,D2,D4,D8,D9,DB,E0,E1,E4,E5,E6,EA,EB,F0,F1,F4,100,161,162,166,16A,16E,172,174,176,177,178,179,17A,17B,17C,17D,17F,180,182,183,185,188,189,18C,18D,18E,18F,190,191,192,193,195,197,198,199,19A,19C,1A0,1A1,1A2,1A3,1A4,1A5,1A6,1A7,1A8,1A9,1AA,1AB,1AC,1AD,1AE,1AF,1B0,1B1,1B7,1BA,240,241,242,243,244,245,246,247,249,24A,24B,24C,24D,250,251,r6,C,a20,m4,lsfw
[    4.436960] input: SEM USB Keyboard System Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input5
[    4.436986] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input4/event4 Env:map[ACTION:add DEVNAME:input/event4 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input4/event4 MAJOR:13 MINOR:68 SEQNUM:1839 SUBSYSTEM:input]}
[    4.437000] hid-generic 0003:1A2C:2124.0003: input,hidraw2: USB HID v1.10 Device [SEM USB Keyboard] on usb-0000:02:00.0-6/input1
[    4.438431] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input5 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input5 EV:13 KEY:c000 10000000000000 0 MODALIAS:input:b0003v1A2Cp2124e0110-e0,1,4,k74,8E,8F,ram4,lsfw MSC:10 NAME:"SEM USB Keyboard System Control" PHYS:"usb-0000:02:00.0-6/input1" PRODUCT:3/1a2c/2124/110 PROP:0 SEQNUM:1840 SUBSYSTEM:input UNIQ:""]}
[    4.440374] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input5/event5 Env:map[ACTION:add DEVNAME:input/event5 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input5/event5 MAJOR:13 MINOR:69 SEQNUM:1841 SUBSYSTEM:input]}
[    4.440408] booster: no match found for alias input:b0003v1A2Cp2124e0110_e0,1,4,k74,8E,8F,ram4,lsfw
[    4.441664] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/hidraw/hidraw2 Env:map[ACTION:add DEVNAME:hidraw2 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/hidraw/hidraw2 MAJOR:240 MINOR:2 SEQNUM:1842 SUBSYSTEM:hidraw]}
[    4.442953] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003 DRIVER:hid-generic HID_ID:0003:00001A2C:00002124 HID_NAME:SEM USB Keyboard HID_PHYS:usb-0000:02:00.0-6/input1 HID_UNIQ: MODALIAS:hid:b0003g0001v00001A2Cp00002124 SEQNUM:1843 SUBSYSTEM:hid]}
[    4.444249] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1 DEVTYPE:usb_interface DRIVER:usbhid INTERFACE:3/0/0 MODALIAS:usb:v1A2Cp2124d0110dc00dsc00dp00ic03isc00ip00in01 PRODUCT:1a2c/2124/110 SEQNUM:1844 SUBSYSTEM:usb TYPE:0/0/0]}
[    4.445547] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6 Env:map[ACTION:bind BUSNUM:001 DEVNAME:bus/usb/001/003 DEVNUM:003 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:2 PRODUCT:1a2c/2124/110 SEQNUM:1845 SUBSYSTEM:usb TYPE:0/0/0]}
[    4.626914] usb 1-7: new high-speed USB device number 4 using xhci_hcd
[    4.856789] usb 1-7: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=60.60
[    4.856794] usb 1-7: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    4.856795] usb 1-7: Product: USB2.0 Hub
[    4.856970] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7 Env:map[ACTION:add BUSNUM:001 DEVNAME:bus/usb/001/004 DEVNUM:004 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7 DEVTYPE:usb_device MAJOR:189 MINOR:3 PRODUCT:5e3/610/6060 SEQNUM:1846 SUBSYSTEM:usb TYPE:9/0/2]}
[    4.864795] hub 1-7:1.0: USB hub found
[    4.864807] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7 Env:map[ACTION:change BUSNUM:001 DEVNAME:bus/usb/001/004 DEVNUM:004 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:3 PRODUCT:5e3/610/6060 SEQNUM:1847 SUBSYSTEM:usb TYPE:9/0/2]}
[    4.866482] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7/1-7:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7/1-7:1.0 DEVTYPE:usb_interface INTERFACE:9/0/1 MODALIAS:usb:v05E3p0610d6060dc09dsc00dp02ic09isc00ip01in00 PRODUCT:5e3/610/6060 SEQNUM:1848 SUBSYSTEM:usb TYPE:9/0/2]}
[    4.867808] booster: no match found for alias usb:v05E3p0610d6060dc09dsc00dp02ic09isc00ip01in00
[    4.868758] hub 1-7:1.0: 4 ports detected
[    4.898088] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7/1-7:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7/1-7:1.0 DEVTYPE:usb_interface DRIVER:hub INTERFACE:9/0/2 MODALIAS:usb:v05E3p0610d6060dc09dsc00dp02ic09isc00ip02in00 PRODUCT:5e3/610/6060 SEQNUM:1849 SUBSYSTEM:usb TYPE:9/0/2]}
[    4.899683] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7 Env:map[ACTION:bind BUSNUM:001 DEVNAME:bus/usb/001/004 DEVNUM:004 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:3 PRODUCT:5e3/610/6060 SEQNUM:1850 SUBSYSTEM:usb TYPE:9/0/2]}
[    4.899710] booster: no match found for alias usb:v05E3p0610d6060dc09dsc00dp02ic09isc00ip02in00
[    5.087174] usb 1-10: new full-speed USB device number 5 using xhci_hcd
[    5.408557] usb 1-10: New USB device found, idVendor=26ce, idProduct=01a2, bcdDevice= 0.00
[    5.408562] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    5.408563] usb 1-10: Product: LED Controller
[    5.408564] usb 1-10: Manufacturer: ASRock
[    5.408565] usb 1-10: SerialNumber: A02019100900
[    5.408738] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10 Env:map[ACTION:add BUSNUM:001 DEVNAME:bus/usb/001/005 DEVNUM:005 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10 DEVTYPE:usb_device MAJOR:189 MINOR:4 PRODUCT:26ce/1a2/0 SEQNUM:1851 SUBSYSTEM:usb TYPE:0/0/0]}
[    5.419371] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0 DEVTYPE:usb_interface INTERFACE:3/0/0 MODALIAS:usb:v26CEp01A2d0000dc00dsc00dp00ic03isc00ip00in00 PRODUCT:26ce/1a2/0 SEQNUM:1852 SUBSYSTEM:usb TYPE:0/0/0]}
[    5.420903] booster: modalias usb:v26CEp01A2d0000dc00dsc00dp00ic03isc00ip00in00 matched module usbhid
[    5.433340] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004 HID_ID:0003:000026CE:000001A2 HID_NAME:ASRock LED Controller HID_PHYS:usb-0000:02:00.0-10/input0 HID_UNIQ:A02019100900 MODALIAS:hid:b0003g0001v000026CEp000001A2 SEQNUM:1853 SUBSYSTEM:hid]}
[    5.433348] input: ASRock LED Controller as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004/input/input6
[    5.434871] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004/input/input6 Env:map[ABS:100000101ff ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004/input/input6 EV:1b KEY:40000001000000 1200000000 c00000000000000 100000800000000 40000010cc00 10168000000000 0 MODALIAS:input:b0003v26CEp01A2e0110-e0,1,3,4,k74,8A,8B,8E,8F,94,AE,E3,F8,13A,13B,161,164,198,1B6,ra0,1,2,3,4,5,6,7,8,10,28,m4,lsfw MSC:10 NAME:"ASRock LED Controller" PHYS:"usb-0000:02:00.0-10/input0" PRODUCT:3/26ce/1a2/110 PROP:0 SEQNUM:1854 SUBSYSTEM:input UNIQ:"A02019100900"]}
[    5.434923] booster: no match found for alias hid:b0003g0001v000026CEp000001A2
[    5.436831] booster: no match found for alias input:b0003v26CEp01A2e0110_e0,1,3,4,k74,8A,8B,8E,8F,94,AE,E3,F8,13A,13B,161,164,198,1B6,ra0,1,2,3,4,5,6,7,8,10,28,m4,lsfw
[    5.487289] hid-generic 0003:26CE:01A2.0004: input,hidraw3: USB HID v1.10 Device [ASRock LED Controller] on usb-0000:02:00.0-10/input0
[    5.487349] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004/input/input6/event6 Env:map[ACTION:add DEVNAME:input/event6 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004/input/input6/event6 MAJOR:13 MINOR:70 SEQNUM:1855 SUBSYSTEM:input]}
[    5.488828] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004/hidraw/hidraw3 Env:map[ACTION:add DEVNAME:hidraw3 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004/hidraw/hidraw3 MAJOR:240 MINOR:3 SEQNUM:1856 SUBSYSTEM:hidraw]}
[    5.490125] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004 DRIVER:hid-generic HID_ID:0003:000026CE:000001A2 HID_NAME:ASRock LED Controller HID_PHYS:usb-0000:02:00.0-10/input0 HID_UNIQ:A02019100900 MODALIAS:hid:b0003g0001v000026CEp000001A2 SEQNUM:1857 SUBSYSTEM:hid]}
[    5.491438] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0 DEVTYPE:usb_interface DRIVER:usbhid INTERFACE:3/0/0 MODALIAS:usb:v26CEp01A2d0000dc00dsc00dp00ic03isc00ip00in00 PRODUCT:26ce/1a2/0 SEQNUM:1858 SUBSYSTEM:usb TYPE:0/0/0]}
[    5.492742] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10 Env:map[ACTION:bind BUSNUM:001 DEVNAME:bus/usb/001/005 DEVNUM:005 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:4 PRODUCT:26ce/1a2/0 SEQNUM:1859 SUBSYSTEM:usb TYPE:0/0/0]}
[    7.969102] booster: Timeout waiting for root filesystem

Thank you for the logs. There is found a new device /dev/nvme0n1 but no corresponding block device info message. Which is strange. It looks like the control flow leaves addBlockDevice() early for some reason. But I would expect a warning in this case.

Anyway, lets add more debug statements to see what is the exact control flow. Please pull wip branch, recompile it and then rebuild the image. Please provide the debug logs.

@anatol,

Apologies for the delay, here's a new log.

I also found that the auto-discovery works with mkinitcpio (using systemd hook).

dmesg

[ 0.000000] Linux version 6.4.1-arch2-1 (linux@archlinux) (gcc (GCC) 13.1.1 20230429, GNU ld (GNU Binutils) 2.40.0) #1 SMP PREEMPT_DYNAMIC Tue, 04 Jul 2023 08:39:40 +0000
[ 0.000000] Command line: initrd=\amd-ucode.img initrd=\booster-linux.img ro booster.log=debug,console
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
[ 0.000000] signal: max sigframe size: 3376
[ 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-0x0000000009bfefff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000009bff000-0x0000000009ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000000a20e000-0x000000000affffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000bb94afff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bb94b000-0x00000000bd103fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bd104000-0x00000000bd142fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000bd143000-0x00000000bd46cfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bd46d000-0x00000000bdffefff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bdfff000-0x00000000beffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bf000000-0x00000000bfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fd600000-0x00000000fd7fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000083f2fffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000083f300000-0x000000083fffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] e820: update [mem 0xb7f7a018-0xb7f9e657] usable ==> usable
[ 0.000000] e820: update [mem 0xb7f7a018-0xb7f9e657] 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-0x0000000009bfefff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000009bff000-0x0000000009ffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x000000000a20e000-0x000000000affffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000000b020000-0x00000000b7f7a017] usable
[ 0.000000] reserve setup_data: [mem 0x00000000b7f7a018-0x00000000b7f9e657] usable
[ 0.000000] reserve setup_data: [mem 0x00000000b7f9e658-0x00000000bb94afff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000bb94b000-0x00000000bd103fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000bd104000-0x00000000bd142fff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x00000000bd143000-0x00000000bd46cfff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x00000000bd46d000-0x00000000bdffefff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000bdfff000-0x00000000beffffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000bf000000-0x00000000bfffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fd600000-0x00000000fd7fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000083f2fffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000083f300000-0x000000083fffffff] reserved
[ 0.000000] efi: EFI v2.7 by American Megatrends
[ 0.000000] efi: ACPI=0xbd456000 ACPI 2.0=0xbd456014 TPMFinalLog=0xbd420000 SMBIOS=0xbde22000 SMBIOS 3.0=0xbde21000 MEMATTR=0xb8408318 ESRT=0xbaf58018 RNG=0xbd10ff18 INITRD=0xb69c2518 TPMEventLog=0xb7f9f018
[ 0.000000] random: crng init done
[ 0.000000] efi: Remove mem287: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
[ 0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved
[ 0.000000] efi: Remove mem288: MMIO range=[0xfd200000-0xfd2fffff] (1MB) from e820 map
[ 0.000000] e820: remove [mem 0xfd200000-0xfd2fffff] reserved
[ 0.000000] efi: Remove mem289: MMIO range=[0xfd600000-0xfd7fffff] (2MB) from e820 map
[ 0.000000] e820: remove [mem 0xfd600000-0xfd7fffff] reserved
[ 0.000000] efi: Not removing mem290: MMIO range=[0xfea00000-0xfea0ffff] (64KB) from e820 map
[ 0.000000] efi: Remove mem291: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
[ 0.000000] e820: remove [mem 0xfeb80000-0xfec01fff] reserved
[ 0.000000] efi: Not removing mem292: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem293: MMIO range=[0xfec30000-0xfec30fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem294: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem295: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
[ 0.000000] efi: Not removing mem296: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
[ 0.000000] efi: Not removing mem297: MMIO range=[0xfedc2000-0xfedcffff] (56KB) from e820 map
[ 0.000000] efi: Not removing mem298: MMIO range=[0xfedd4000-0xfedd5fff] (8KB) from e820 map
[ 0.000000] efi: Remove mem299: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[ 0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[ 0.000000] SMBIOS 3.3.0 present.
[ 0.000000] DMI: To Be Filled By O.E.M. B550 PG Velocita/B550 PG Velocita, BIOS L2.62 01/31/2023
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 3693.038 MHz processor
[ 0.000211] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000213] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000218] last_pfn = 0x83f300 max_arch_pfn = 0x400000000
[ 0.000222] total RAM covered: 3071M
[ 0.000307] Found optimal setting for mtrr clean up
[ 0.000308] gran_size: 64K chunk_size: 64M num_reg: 3 lose cover RAM: 0G
[ 0.000309] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000970] e820: update [mem 0xbd1f0000-0xbd1fffff] usable ==> reserved
[ 0.000974] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[ 0.000976] last_pfn = 0xbf000 max_arch_pfn = 0x400000000
[ 0.003422] esrt: Reserving ESRT space from 0x00000000baf58018 to 0x00000000baf58050.
[ 0.003426] e820: update [mem 0xbaf58000-0xbaf58fff] usable ==> reserved
[ 0.003451] Using GB pages for direct mapping
[ 0.003698] Secure boot disabled
[ 0.003699] RAMDISK: [mem 0xb481c000-0xb5121fff]
[ 0.003701] ACPI: Early table checksum verification disabled
[ 0.003703] ACPI: RSDP 0x00000000BD456014 000024 (v02 ALASKA)
[ 0.003705] ACPI: XSDT 0x00000000BD455728 0000D4 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.003709] ACPI: FACP 0x00000000BD134000 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
[ 0.003712] ACPI: DSDT 0x00000000BD12D000 006853 (v02 ALASKA A M I 01072009 INTL 20120913)
[ 0.003713] ACPI: FACS 0x00000000BD450000 000040
[ 0.003715] ACPI: SSDT 0x00000000BD13A000 008CE9 (v02 AMD AmdTable 00000002 MSFT 04000000)
[ 0.003716] ACPI: SSDT 0x00000000BD136000 003B45 (v02 AMD AMD AOD 00000001 INTL 20120913)
[ 0.003718] ACPI: SSDT 0x00000000BD135000 000309 (v02 ALASKA CPUSSDT 01072009 AMI 01072009)
[ 0.003719] ACPI: FIDT 0x00000000BD12C000 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.003720] ACPI: MCFG 0x00000000BD12B000 00003C (v01 ALASKA A M I 01072009 MSFT 00010013)
[ 0.003722] ACPI: AAFT 0x00000000BD12A000 000115 (v01 ALASKA OEMAAFT 01072009 MSFT 00000097)
[ 0.003723] ACPI: HPET 0x00000000BD129000 000038 (v01 ALASKA A M I 01072009 AMI 00000005)
[ 0.003724] ACPI: BGRT 0x00000000BD128000 000038 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.003726] ACPI: TPM2 0x00000000BD127000 00004C (v04 ALASKA A M I 00000001 AMI 00000000)
[ 0.003727] ACPI: PCCT 0x00000000BD126000 00006E (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.003728] ACPI: SSDT 0x00000000BD11F000 0061A3 (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.003729] ACPI: CRAT 0x00000000BD11D000 001190 (v01 AMD AmdTable 00000001 AMD 00000001)
[ 0.003731] ACPI: CDIT 0x00000000BD11C000 000029 (v01 AMD AmdTable 00000001 AMD 00000001)
[ 0.003732] ACPI: SSDT 0x00000000BD11B000 000259 (v02 AMD ArticDGP 00000001 INTL 20120913)
[ 0.003733] ACPI: SSDT 0x00000000BD117000 0037C4 (v02 AMD ArticN 00000001 INTL 20120913)
[ 0.003735] ACPI: WSMT 0x00000000BD116000 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.003736] ACPI: APIC 0x00000000BD115000 00015E (v04 ALASKA A M I 01072009 AMI 00010013)
[ 0.003737] ACPI: SSDT 0x00000000BD114000 00007D (v02 AMD ArticDIS 00000001 INTL 20120913)
[ 0.003739] ACPI: SSDT 0x00000000BD112000 0010AF (v02 AMD ArticC 00000001 INTL 20120913)
[ 0.003740] ACPI: SSDT 0x00000000BD111000 0000BF (v01 AMD AmdTable 00001000 INTL 20120913)
[ 0.003741] ACPI: FPDT 0x00000000BD110000 000044 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.003742] ACPI: Reserving FACP table memory at [mem 0xbd134000-0xbd134113]
[ 0.003743] ACPI: Reserving DSDT table memory at [mem 0xbd12d000-0xbd133852]
[ 0.003743] ACPI: Reserving FACS table memory at [mem 0xbd450000-0xbd45003f]
[ 0.003744] ACPI: Reserving SSDT table memory at [mem 0xbd13a000-0xbd142ce8]
[ 0.003744] ACPI: Reserving SSDT table memory at [mem 0xbd136000-0xbd139b44]
[ 0.003744] ACPI: Reserving SSDT table memory at [mem 0xbd135000-0xbd135308]
[ 0.003745] ACPI: Reserving FIDT table memory at [mem 0xbd12c000-0xbd12c09b]
[ 0.003745] ACPI: Reserving MCFG table memory at [mem 0xbd12b000-0xbd12b03b]
[ 0.003746] ACPI: Reserving AAFT table memory at [mem 0xbd12a000-0xbd12a114]
[ 0.003746] ACPI: Reserving HPET table memory at [mem 0xbd129000-0xbd129037]
[ 0.003746] ACPI: Reserving BGRT table memory at [mem 0xbd128000-0xbd128037]
[ 0.003747] ACPI: Reserving TPM2 table memory at [mem 0xbd127000-0xbd12704b]
[ 0.003747] ACPI: Reserving PCCT table memory at [mem 0xbd126000-0xbd12606d]
[ 0.003747] ACPI: Reserving SSDT table memory at [mem 0xbd11f000-0xbd1251a2]
[ 0.003748] ACPI: Reserving CRAT table memory at [mem 0xbd11d000-0xbd11e18f]
[ 0.003748] ACPI: Reserving CDIT table memory at [mem 0xbd11c000-0xbd11c028]
[ 0.003748] ACPI: Reserving SSDT table memory at [mem 0xbd11b000-0xbd11b258]
[ 0.003749] ACPI: Reserving SSDT table memory at [mem 0xbd117000-0xbd11a7c3]
[ 0.003749] ACPI: Reserving WSMT table memory at [mem 0xbd116000-0xbd116027]
[ 0.003749] ACPI: Reserving APIC table memory at [mem 0xbd115000-0xbd11515d]
[ 0.003750] ACPI: Reserving SSDT table memory at [mem 0xbd114000-0xbd11407c]
[ 0.003750] ACPI: Reserving SSDT table memory at [mem 0xbd112000-0xbd1130ae]
[ 0.003751] ACPI: Reserving SSDT table memory at [mem 0xbd111000-0xbd1110be]
[ 0.003751] ACPI: Reserving FPDT table memory at [mem 0xbd110000-0xbd110043]
[ 0.003787] No NUMA configuration found
[ 0.003788] Faking a node at [mem 0x0000000000000000-0x000000083f2fffff]
[ 0.003789] NODE_DATA(0) allocated [mem 0x83f2fb000-0x83f2fffff]
[ 0.003809] Zone ranges:
[ 0.003809] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.003810] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.003811] Normal [mem 0x0000000100000000-0x000000083f2fffff]
[ 0.003812] Device empty
[ 0.003812] Movable zone start for each node
[ 0.003812] Early memory node ranges
[ 0.003813] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 0.003813] node 0: [mem 0x0000000000100000-0x0000000009bfefff]
[ 0.003814] node 0: [mem 0x000000000a000000-0x000000000a1fffff]
[ 0.003814] node 0: [mem 0x000000000a20e000-0x000000000affffff]
[ 0.003815] node 0: [mem 0x000000000b020000-0x00000000bb94afff]
[ 0.003815] node 0: [mem 0x00000000bdfff000-0x00000000beffffff]
[ 0.003816] node 0: [mem 0x0000000100000000-0x000000083f2fffff]
[ 0.003817] Initmem setup node 0 [mem 0x0000000000001000-0x000000083f2fffff]
[ 0.003820] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.003829] On node 0, zone DMA: 96 pages in unavailable ranges
[ 0.003901] On node 0, zone DMA32: 1025 pages in unavailable ranges
[ 0.003909] On node 0, zone DMA32: 14 pages in unavailable ranges
[ 0.005682] On node 0, zone DMA32: 32 pages in unavailable ranges
[ 0.005736] On node 0, zone DMA32: 9908 pages in unavailable ranges
[ 0.031862] On node 0, zone Normal: 4096 pages in unavailable ranges
[ 0.031877] On node 0, zone Normal: 3328 pages in unavailable ranges
[ 0.032158] ACPI: PM-Timer IO Port: 0x808
[ 0.032163] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.032172] IOAPIC[0]: apic_id 25, version 33, address 0xfec00000, GSI 0-23
[ 0.032176] IOAPIC[1]: apic_id 26, version 33, address 0xfec01000, GSI 24-55
[ 0.032177] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.032178] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.032180] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.032181] ACPI: HPET id: 0x10228201 base: 0xfed00000
[ 0.032188] e820: update [mem 0xb8122000-0xb8162fff] usable ==> reserved
[ 0.032196] smpboot: Allowing 32 CPUs, 8 hotplug CPUs
[ 0.032210] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.032211] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.032212] PM: hibernation: Registered nosave memory: [mem 0x09bff000-0x09ffffff]
[ 0.032212] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20dfff]
[ 0.032213] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[ 0.032214] PM: hibernation: Registered nosave memory: [mem 0xb7f7a000-0xb7f7afff]
[ 0.032215] PM: hibernation: Registered nosave memory: [mem 0xb7f9e000-0xb7f9efff]
[ 0.032216] PM: hibernation: Registered nosave memory: [mem 0xb8122000-0xb8162fff]
[ 0.032216] PM: hibernation: Registered nosave memory: [mem 0xbaf58000-0xbaf58fff]
[ 0.032217] PM: hibernation: Registered nosave memory: [mem 0xbb94b000-0xbd103fff]
[ 0.032217] PM: hibernation: Registered nosave memory: [mem 0xbd104000-0xbd142fff]
[ 0.032218] PM: hibernation: Registered nosave memory: [mem 0xbd143000-0xbd46cfff]
[ 0.032218] PM: hibernation: Registered nosave memory: [mem 0xbd46d000-0xbdffefff]
[ 0.032219] PM: hibernation: Registered nosave memory: [mem 0xbf000000-0xbfffffff]
[ 0.032219] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xfe9fffff]
[ 0.032219] PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[ 0.032220] PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfec0ffff]
[ 0.032220] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[ 0.032220] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
[ 0.032221] PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
[ 0.032221] PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
[ 0.032221] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[ 0.032221] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[ 0.032222] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[ 0.032222] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[ 0.032222] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[ 0.032223] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[ 0.032223] PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[ 0.032223] PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[ 0.032223] PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[ 0.032224] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xffffffff]
[ 0.032225] [mem 0xc0000000-0xfe9fffff] available for PCI devices
[ 0.032226] Booting paravirtualized kernel on bare hardware
[ 0.032227] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.034943] setup_percpu: NR_CPUS:320 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
[ 0.035774] percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
[ 0.035778] pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
[ 0.035780] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[ 0.035784] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31
[ 0.035799] Kernel command line: initrd=\amd-ucode.img initrd=\booster-linux.img ro booster.log=debug,console
[ 0.035844] printk: log_buf_len individual max cpu contribution: 4096 bytes
[ 0.035845] printk: log_buf_len total cpu_extra contributions: 126976 bytes
[ 0.035845] printk: log_buf_len min size: 131072 bytes
[ 0.035954] printk: log_buf_len: 262144 bytes
[ 0.035955] printk: early log buf free: 112560(85%)
[ 0.037839] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.038735] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.038847] Fallback order for Node 0: 0
[ 0.038852] Built 1 zonelists, mobility grouping on. Total pages: 8239164
[ 0.038852] Policy zone: Normal
[ 0.038967] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.038972] software IO TLB: area num 32.
[ 0.079134] Memory: 32675992K/33480432K available (16384K kernel code, 2119K rwdata, 12752K rodata, 3332K init, 4008K bss, 804180K reserved, 0K cma-reserved)
[ 0.079205] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[ 0.079221] ftrace: allocating 47522 entries in 186 pages
[ 0.085834] ftrace: allocated 186 pages with 5 groups
[ 0.085888] Dynamic Preempt: full
[ 0.085925] rcu: Preemptible hierarchical RCU implementation.
[ 0.085925] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
[ 0.085926] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.085926] Trampoline variant of Tasks RCU enabled.
[ 0.085927] Rude variant of Tasks RCU enabled.
[ 0.085927] Tracing variant of Tasks RCU enabled.
[ 0.085927] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.085928] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
[ 0.087284] NR_IRQS: 20736, nr_irqs: 1224, preallocated irqs: 16
[ 0.087445] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.087516] kfence: initialized - using 2097152 bytes for 255 objects at 0x(ptrval)-0x(ptrval)
[ 0.087547] Console: colour dummy device 80x25
[ 0.087548] printk: console [tty0] enabled
[ 0.087575] ACPI: Core revision 20230331
[ 0.087656] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[ 0.087670] APIC: Switch to symmetric I/O mode setup
[ 0.087768] x2apic: IRQ remapping doesn't support X2APIC mode
[ 0.087816] Switched APIC routing to physical flat.
[ 0.088300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.104337] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6a774aca5bb, max_idle_ns: 881590522113 ns
[ 0.104340] Calibrating delay loop (skipped), value calculated using timer frequency.. 7389.82 BogoMIPS (lpj=12310126)
[ 0.104341] pid_max: default: 32768 minimum: 301
[ 0.106202] LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
[ 0.106209] landlock: Up and running.
[ 0.106210] Yama: becoming mindful.
[ 0.106212] LSM support for eBPF active
[ 0.106249] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.106279] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.106413] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.106446] LVT offset 1 assigned for vector 0xf9
[ 0.106560] LVT offset 2 assigned for vector 0xf4
[ 0.106600] process: using mwait in idle threads
[ 0.106601] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[ 0.106602] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[ 0.106604] Spectre V1 : Mitigation: usercopy/swapgs barriers and user pointer sanitization
[ 0.106605] Spectre V2 : Mitigation: Retpolines
[ 0.106605] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.106606] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[ 0.106606] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.106607] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.106607] Spectre V2 : User space: Mitigation: STIBP always-on protection
[ 0.106608] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.119586] Freeing SMP alternatives memory: 40K
[ 0.226427] smpboot: CPU0: AMD Ryzen 9 5900X 12-Core Processor (family: 0x19, model: 0x21, stepping: 0x0)
[ 0.226507] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.226510] cblist_init_generic: Setting shift to 5 and lim to 1.
[ 0.226520] cblist_init_generic: Setting shift to 5 and lim to 1.
[ 0.226526] cblist_init_generic: Setting shift to 5 and lim to 1.
[ 0.226532] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[ 0.226534] ... version: 0
[ 0.226535] ... bit width: 48
[ 0.226535] ... generic registers: 6
[ 0.226535] ... value mask: 0000ffffffffffff
[ 0.226536] ... max period: 00007fffffffffff
[ 0.226536] ... fixed-purpose events: 0
[ 0.226537] ... event mask: 000000000000003f
[ 0.226584] rcu: Hierarchical SRCU implementation.
[ 0.226585] rcu: Max phase no-delay instances is 1000.
[ 0.226771] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.226901] smp: Bringing up secondary CPUs ...
[ 0.226951] x86: Booting SMP configuration:
[ 0.226952] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12
[ 0.251059] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[ 0.251077] #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23
[ 0.274359] smp: Brought up 1 node, 24 CPUs
[ 0.274359] smpboot: Max logical packages: 2
[ 0.274359] smpboot: Total of 24 processors activated (177336.89 BogoMIPS)
[ 0.278031] devtmpfs: initialized
[ 0.278031] x86/mm: Memory block size: 128MB
[ 0.278519] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20dfff] (57344 bytes)
[ 0.278519] ACPI: PM: Registering ACPI NVS region [mem 0xbd143000-0xbd46cfff] (3317760 bytes)
[ 0.278519] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.278519] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[ 0.278519] pinctrl core: initialized pinctrl subsystem
[ 0.278519] PM: RTC time: 13:05:19, date: 2023-07-07
[ 0.278519] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.278519] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.278519] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.278519] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.278519] audit: initializing netlink subsys (disabled)
[ 0.278519] thermal_sys: Registered thermal governor 'fair_share'
[ 0.278519] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.278519] thermal_sys: Registered thermal governor 'step_wise'
[ 0.278519] thermal_sys: Registered thermal governor 'user_space'
[ 0.278519] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.278519] audit: type=2000 audit(1688735119.189:1): state=initialized audit_enabled=0 res=1
[ 0.278519] cpuidle: using governor ladder
[ 0.278519] cpuidle: using governor menu
[ 0.278519] Detected 1 PCC Subspaces
[ 0.278519] Registering PCC driver as Mailbox controller
[ 0.278519] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.278519] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[ 0.278519] PCI: not using MMCONFIG
[ 0.278519] PCI: Using configuration type 1 for base access
[ 0.278519] PCI: Using configuration type 1 for extended access
[ 0.281105] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.284401] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.284401] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.284401] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.284401] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.284471] ACPI: Added OSI(Module Device)
[ 0.284471] ACPI: Added OSI(Processor Device)
[ 0.284471] ACPI: Added OSI(3.0 SCP Extensions)
[ 0.284471] ACPI: Added OSI(Processor Aggregator Device)
[ 0.289000] ACPI: 10 ACPI AML tables successfully acquired and loaded
[ 0.289765] ACPI: [Firmware Bug]: BIOS OSI(Linux) query ignored
[ 0.292851] ACPI: Interpreter enabled
[ 0.292851] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.292851] ACPI: Using IOAPIC for interrupt routing
[ 0.292851] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[ 0.292851] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved as ACPI motherboard resource
[ 0.292851] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.292851] PCI: Ignoring E820 reservations for host bridge windows
[ 0.292851] ACPI: Enabled 8 GPEs in block 00 to 1F
[ 0.298187] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.298190] acpi PNP0A08:00: OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.298231] acpi PNP0A08:00: OSC: platform does not support [SHPCHotplug LTR DPC]
[ 0.298302] acpi PNP0A08:00: OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[ 0.298308] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[ 0.298506] PCI host bridge to bus 0000:00
[ 0.298506] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
[ 0.298508] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[ 0.298508] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
[ 0.298509] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.298509] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[ 0.298510] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfcffffff window]
[ 0.298511] pci_bus 0000:00: root bus resource [mem 0x840000000-0x7fffffffff window]
[ 0.298512] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.298521] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000
[ 0.298582] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000
[ 0.298618] pci 0000:00:01.1: [1022:1483] type 01 class 0x060400
[ 0.298673] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[ 0.298757] pci 0000:00:01.2: [1022:1483] type 01 class 0x060400
[ 0.298778] pci 0000:00:01.2: enabling Extended Tags
[ 0.298813] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[ 0.298906] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000
[ 0.298944] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000
[ 0.298978] pci 0000:00:03.1: [1022:1483] type 01 class 0x060400
[ 0.299032] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[ 0.299304] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000
[ 0.299345] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000
[ 0.299383] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000
[ 0.299418] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400
[ 0.299435] pci 0000:00:07.1: enabling Extended Tags
[ 0.299461] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[ 0.299527] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000
[ 0.299561] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400
[ 0.299579] pci 0000:00:08.1: enabling Extended Tags
[ 0.299609] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[ 0.299694] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[ 0.299772] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[ 0.299855] pci 0000:00:18.0: [1022:1440] type 00 class 0x060000
[ 0.299875] pci 0000:00:18.1: [1022:1441] type 00 class 0x060000
[ 0.299894] pci 0000:00:18.2: [1022:1442] type 00 class 0x060000
[ 0.299912] pci 0000:00:18.3: [1022:1443] type 00 class 0x060000
[ 0.299930] pci 0000:00:18.4: [1022:1444] type 00 class 0x060000
[ 0.299948] pci 0000:00:18.5: [1022:1445] type 00 class 0x060000
[ 0.299966] pci 0000:00:18.6: [1022:1446] type 00 class 0x060000
[ 0.299985] pci 0000:00:18.7: [1022:1447] type 00 class 0x060000
[ 0.300057] pci 0000:01:00.0: [2646:5013] type 00 class 0x010802
[ 0.300098] pci 0000:01:00.0: reg 0x10: [mem 0xfc700000-0xfc703fff 64bit]
[ 0.300795] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 0.300799] pci 0000:00:01.1: bridge window [mem 0xfc700000-0xfc7fffff]
[ 0.300840] pci 0000:02:00.0: [1022:43ee] type 00 class 0x0c0330
[ 0.300856] pci 0000:02:00.0: reg 0x10: [mem 0xfc6a0000-0xfc6a7fff 64bit]
[ 0.300891] pci 0000:02:00.0: enabling Extended Tags
[ 0.300938] pci 0000:02:00.0: PME# supported from D3hot D3cold
[ 0.301031] pci 0000:02:00.1: [1022:43eb] type 00 class 0x010601
[ 0.301073] pci 0000:02:00.1: reg 0x24: [mem 0xfc680000-0xfc69ffff]
[ 0.301080] pci 0000:02:00.1: reg 0x30: [mem 0xfc600000-0xfc67ffff pref]
[ 0.301085] pci 0000:02:00.1: enabling Extended Tags
[ 0.301121] pci 0000:02:00.1: PME# supported from D3hot D3cold
[ 0.301177] pci 0000:02:00.2: [1022:43e9] type 01 class 0x060400
[ 0.301216] pci 0000:02:00.2: enabling Extended Tags
[ 0.301256] pci 0000:02:00.2: PME# supported from D3hot D3cold
[ 0.301327] pci 0000:00:01.2: PCI bridge to [bus 02-04]
[ 0.301330] pci 0000:00:01.2: bridge window [io 0xf000-0xffff]
[ 0.301332] pci 0000:00:01.2: bridge window [mem 0xfc500000-0xfc6fffff]
[ 0.301406] pci 0000:03:08.0: [1022:43ea] type 01 class 0x060400
[ 0.301448] pci 0000:03:08.0: enabling Extended Tags
[ 0.301494] pci 0000:03:08.0: PME# supported from D3hot D3cold
[ 0.301579] pci 0000:02:00.2: PCI bridge to [bus 03-04]
[ 0.301583] pci 0000:02:00.2: bridge window [io 0xf000-0xffff]
[ 0.301585] pci 0000:02:00.2: bridge window [mem 0xfc500000-0xfc5fffff]
[ 0.301653] pci 0000:04:00.0: [10ec:8125] type 00 class 0x020000
[ 0.301675] pci 0000:04:00.0: reg 0x10: [io 0xf000-0xf0ff]
[ 0.301706] pci 0000:04:00.0: reg 0x18: [mem 0xfc500000-0xfc50ffff 64bit]
[ 0.301725] pci 0000:04:00.0: reg 0x20: [mem 0xfc510000-0xfc513fff 64bit]
[ 0.301861] pci 0000:04:00.0: supports D1 D2
[ 0.301861] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.302106] pci 0000:03:08.0: PCI bridge to [bus 04]
[ 0.302110] pci 0000:03:08.0: bridge window [io 0xf000-0xffff]
[ 0.302113] pci 0000:03:08.0: bridge window [mem 0xfc500000-0xfc5fffff]
[ 0.302159] pci 0000:05:00.0: [10de:220a] type 00 class 0x030000
[ 0.302166] pci 0000:05:00.0: reg 0x10: [mem 0xfb000000-0xfbffffff]
[ 0.302173] pci 0000:05:00.0: reg 0x14: [mem 0x7800000000-0x7bffffffff 64bit pref]
[ 0.302180] pci 0000:05:00.0: reg 0x1c: [mem 0x7c00000000-0x7c01ffffff 64bit pref]
[ 0.302184] pci 0000:05:00.0: reg 0x24: [io 0xe000-0xe07f]
[ 0.302188] pci 0000:05:00.0: reg 0x30: [mem 0xfc000000-0xfc07ffff pref]
[ 0.302199] pci 0000:05:00.0: BAR 1: assigned to efifb
[ 0.302230] pci 0000:05:00.0: PME# supported from D0 D3hot
[ 0.302345] pci 0000:05:00.1: [10de:1aef] type 00 class 0x040300
[ 0.302352] pci 0000:05:00.1: reg 0x10: [mem 0xfc080000-0xfc083fff]
[ 0.302449] pci 0000:00:03.1: PCI bridge to [bus 05]
[ 0.302451] pci 0000:00:03.1: bridge window [io 0xe000-0xefff]
[ 0.302453] pci 0000:00:03.1: bridge window [mem 0xfb000000-0xfc0fffff]
[ 0.302455] pci 0000:00:03.1: bridge window [mem 0x7800000000-0x7c01ffffff 64bit pref]
[ 0.302480] pci 0000:06:00.0: [1022:148a] type 00 class 0x130000
[ 0.302500] pci 0000:06:00.0: enabling Extended Tags
[ 0.302589] pci 0000:00:07.1: PCI bridge to [bus 06]
[ 0.302622] pci 0000:07:00.0: [1022:1485] type 00 class 0x130000
[ 0.302645] pci 0000:07:00.0: enabling Extended Tags
[ 0.302739] pci 0000:07:00.1: [1022:1486] type 00 class 0x108000
[ 0.302750] pci 0000:07:00.1: reg 0x18: [mem 0xfc300000-0xfc3fffff]
[ 0.302758] pci 0000:07:00.1: reg 0x24: [mem 0xfc408000-0xfc409fff]
[ 0.302763] pci 0000:07:00.1: enabling Extended Tags
[ 0.302840] pci 0000:07:00.3: [1022:149c] type 00 class 0x0c0330
[ 0.302849] pci 0000:07:00.3: reg 0x10: [mem 0xfc200000-0xfc2fffff 64bit]
[ 0.302869] pci 0000:07:00.3: enabling Extended Tags
[ 0.302900] pci 0000:07:00.3: PME# supported from D0 D3hot D3cold
[ 0.302958] pci 0000:07:00.4: [1022:1487] type 00 class 0x040300
[ 0.302964] pci 0000:07:00.4: reg 0x10: [mem 0xfc400000-0xfc407fff]
[ 0.302982] pci 0000:07:00.4: enabling Extended Tags
[ 0.303010] pci 0000:07:00.4: PME# supported from D0 D3hot D3cold
[ 0.303073] pci 0000:00:08.1: PCI bridge to [bus 07]
[ 0.303076] pci 0000:00:08.1: bridge window [mem 0xfc200000-0xfc4fffff]
[ 0.303237] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[ 0.303265] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[ 0.303287] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[ 0.303315] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[ 0.303339] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 0.303361] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 0.303381] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[ 0.303402] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[ 0.304345] iommu: Default domain type: Translated
[ 0.304345] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.304417] SCSI subsystem initialized
[ 0.304421] libata version 3.00 loaded.
[ 0.304421] ACPI: bus type USB registered
[ 0.304421] usbcore: registered new interface driver usbfs
[ 0.304421] usbcore: registered new interface driver hub
[ 0.304421] usbcore: registered new device driver usb
[ 0.304421] pps_core: LinuxPPS API ver. 1 registered
[ 0.304421] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.304421] PTP clock support registered
[ 0.304421] EDAC MC: Ver: 3.0.0
[ 0.304424] efivars: Registered efivars operations
[ 0.304445] NetLabel: Initializing
[ 0.304445] NetLabel: domain hash size = 128
[ 0.304446] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.304453] NetLabel: unlabeled traffic allowed by default
[ 0.304455] mctp: management component transport protocol core
[ 0.304456] NET: Registered PF_MCTP protocol family
[ 0.304458] PCI: Using ACPI for IRQ routing
[ 0.307446] PCI: pci_cache_line_size set to 64 bytes
[ 0.307490] e820: reserve RAM buffer [mem 0x09bff000-0x0bffffff]
[ 0.307491] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[ 0.307492] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[ 0.307492] e820: reserve RAM buffer [mem 0xb7f7a018-0xb7ffffff]
[ 0.307493] e820: reserve RAM buffer [mem 0xb8122000-0xbbffffff]
[ 0.307493] e820: reserve RAM buffer [mem 0xbaf58000-0xbbffffff]
[ 0.307494] e820: reserve RAM buffer [mem 0xbb94b000-0xbbffffff]
[ 0.307494] e820: reserve RAM buffer [mem 0xbf000000-0xbfffffff]
[ 0.307494] e820: reserve RAM buffer [mem 0x83f300000-0x83fffffff]
[ 0.307683] pci 0000:05:00.0: vgaarb: setting as boot VGA device
[ 0.307683] pci 0000:05:00.0: vgaarb: bridge control possible
[ 0.307683] pci 0000:05:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 0.307683] vgaarb: loaded
[ 0.307688] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.307691] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 0.311005] clocksource: Switched to clocksource tsc-early
[ 0.311019] VFS: Disk quotas dquot_6.6.0
[ 0.311019] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.311019] pnp: PnP ACPI init
[ 0.311019] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[ 0.311019] system 00:01: [mem 0xfeb80000-0xfebfffff] has been reserved
[ 0.311019] system 00:02: [mem 0xfd200000-0xfd2fffff] has been reserved
[ 0.311019] system 00:04: [io 0x0280-0x028f] has been reserved
[ 0.311019] system 00:04: [io 0x0290-0x029f] has been reserved
[ 0.311019] system 00:04: [io 0x02a0-0x02af] has been reserved
[ 0.311019] system 00:04: [io 0x02b0-0x02bf] has been reserved
[ 0.311019] system 00:05: [io 0x04d0-0x04d1] has been reserved
[ 0.311019] system 00:05: [io 0x040b] has been reserved
[ 0.311019] system 00:05: [io 0x04d6] has been reserved
[ 0.311019] system 00:05: [io 0x0c00-0x0c01] has been reserved
[ 0.311019] system 00:05: [io 0x0c14] has been reserved
[ 0.311019] system 00:05: [io 0x0c50-0x0c51] has been reserved
[ 0.311019] system 00:05: [io 0x0c52] has been reserved
[ 0.311019] system 00:05: [io 0x0c6c] has been reserved
[ 0.311019] system 00:05: [io 0x0c6f] has been reserved
[ 0.311019] system 00:05: [io 0x0cd8-0x0cdf] has been reserved
[ 0.311019] system 00:05: [io 0x0800-0x089f] has been reserved
[ 0.311019] system 00:05: [io 0x0b00-0x0b0f] has been reserved
[ 0.311019] system 00:05: [io 0x0b20-0x0b3f] has been reserved
[ 0.311019] system 00:05: [io 0x0900-0x090f] has been reserved
[ 0.311019] system 00:05: [io 0x0910-0x091f] has been reserved
[ 0.311019] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.311019] system 00:05: [mem 0xfec01000-0xfec01fff] could not be reserved
[ 0.311019] system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved
[ 0.311019] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.311019] system 00:05: [mem 0xfed80000-0xfed8ffff] could not be reserved
[ 0.311019] system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved
[ 0.311019] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[ 0.311019] pnp: PnP ACPI: found 6 devices
[ 0.316908] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.316943] NET: Registered PF_INET protocol family
[ 0.317064] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.318632] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.318655] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.318759] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.318968] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.319043] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.319135] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[ 0.319173] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.319226] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.319276] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.319279] NET: Registered PF_XDP protocol family
[ 0.319285] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 0.319287] pci 0000:00:01.1: bridge window [mem 0xfc700000-0xfc7fffff]
[ 0.319291] pci 0000:03:08.0: PCI bridge to [bus 04]
[ 0.319293] pci 0000:03:08.0: bridge window [io 0xf000-0xffff]
[ 0.319296] pci 0000:03:08.0: bridge window [mem 0xfc500000-0xfc5fffff]
[ 0.319302] pci 0000:02:00.2: PCI bridge to [bus 03-04]
[ 0.319303] pci 0000:02:00.2: bridge window [io 0xf000-0xffff]
[ 0.319306] pci 0000:02:00.2: bridge window [mem 0xfc500000-0xfc5fffff]
[ 0.319312] pci 0000:00:01.2: PCI bridge to [bus 02-04]
[ 0.319313] pci 0000:00:01.2: bridge window [io 0xf000-0xffff]
[ 0.319315] pci 0000:00:01.2: bridge window [mem 0xfc500000-0xfc6fffff]
[ 0.319318] pci 0000:00:03.1: PCI bridge to [bus 05]
[ 0.319319] pci 0000:00:03.1: bridge window [io 0xe000-0xefff]
[ 0.319321] pci 0000:00:03.1: bridge window [mem 0xfb000000-0xfc0fffff]
[ 0.319323] pci 0000:00:03.1: bridge window [mem 0x7800000000-0x7c01ffffff 64bit pref]
[ 0.319325] pci 0000:00:07.1: PCI bridge to [bus 06]
[ 0.319330] pci 0000:00:08.1: PCI bridge to [bus 07]
[ 0.319331] pci 0000:00:08.1: bridge window [mem 0xfc200000-0xfc4fffff]
[ 0.319335] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
[ 0.319335] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
[ 0.319336] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
[ 0.319336] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 0.319337] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[ 0.319338] pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfcffffff window]
[ 0.319338] pci_bus 0000:00: resource 10 [mem 0x840000000-0x7fffffffff window]
[ 0.319339] pci_bus 0000:01: resource 1 [mem 0xfc700000-0xfc7fffff]
[ 0.319339] pci_bus 0000:02: resource 0 [io 0xf000-0xffff]
[ 0.319340] pci_bus 0000:02: resource 1 [mem 0xfc500000-0xfc6fffff]
[ 0.319341] pci_bus 0000:03: resource 0 [io 0xf000-0xffff]
[ 0.319341] pci_bus 0000:03: resource 1 [mem 0xfc500000-0xfc5fffff]
[ 0.319342] pci_bus 0000:04: resource 0 [io 0xf000-0xffff]
[ 0.319342] pci_bus 0000:04: resource 1 [mem 0xfc500000-0xfc5fffff]
[ 0.319343] pci_bus 0000:05: resource 0 [io 0xe000-0xefff]
[ 0.319343] pci_bus 0000:05: resource 1 [mem 0xfb000000-0xfc0fffff]
[ 0.319344] pci_bus 0000:05: resource 2 [mem 0x7800000000-0x7c01ffffff 64bit pref]
[ 0.319344] pci_bus 0000:07: resource 1 [mem 0xfc200000-0xfc4fffff]
[ 0.319447] pci 0000:05:00.1: extending delay after power-on from D3hot to 20 msec
[ 0.319458] pci 0000:05:00.1: D0 power state depends on 0000:05:00.0
[ 0.319536] PCI: CLS 64 bytes, default 64
[ 0.319538] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.319539] software IO TLB: mapped [mem 0x00000000b081c000-0x00000000b481c000] (64MB)
[ 0.319550] LVT offset 0 assigned for vector 0x400
[ 0.319568] Trying to unpack rootfs image as initramfs...
[ 0.319653] perf: AMD IBS detected (0x000003ff)
[ 0.320928] Initialise system trusted keyrings
[ 0.320933] Key type blacklist registered
[ 0.320949] workingset: timestamp_bits=41 max_order=23 bucket_order=0
[ 0.320954] zbud: loaded
[ 0.321030] integrity: Platform Keyring initialized
[ 0.321031] integrity: Machine keyring initialized
[ 0.323205] Key type asymmetric registered
[ 0.323206] Asymmetric key parser 'x509' registered
[ 0.323213] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[ 0.323236] io scheduler mq-deadline registered
[ 0.323237] io scheduler kyber registered
[ 0.323241] io scheduler bfq registered
[ 0.324021] pcieport 0000:00:01.1: PME: Signaling with IRQ 26
[ 0.324057] pcieport 0000:00:01.1: AER: enabled with IRQ 26
[ 0.324121] pcieport 0000:00:01.2: PME: Signaling with IRQ 27
[ 0.324147] pcieport 0000:00:01.2: AER: enabled with IRQ 27
[ 0.324210] pcieport 0000:00:03.1: PME: Signaling with IRQ 28
[ 0.324241] pcieport 0000:00:03.1: AER: enabled with IRQ 28
[ 0.324322] pcieport 0000:00:07.1: PME: Signaling with IRQ 30
[ 0.324352] pcieport 0000:00:07.1: AER: enabled with IRQ 30
[ 0.324404] pcieport 0000:00:08.1: PME: Signaling with IRQ 31
[ 0.324434] pcieport 0000:00:08.1: AER: enabled with IRQ 31
[ 0.324610] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.324659] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.324667] ACPI: button: Power Button [PWRB]
[ 0.324681] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.328763] ACPI: button: Power Button [PWRF]
[ 0.332098] Estimated ratio of average max frequency by base frequency (times 1024): 1197
[ 0.332109] Monitor-Mwait will be used to enter C-1 state
[ 0.332113] ACPI: _SB
.PLTF.C000: Found 2 idle states
[ 0.332184] ACPI: _SB
.PLTF.C002: Found 2 idle states
[ 0.332224] ACPI: _SB
.PLTF.C004: Found 2 idle states
[ 0.332261] ACPI: _SB
.PLTF.C006: Found 2 idle states
[ 0.332315] ACPI: _SB
.PLTF.C008: Found 2 idle states
[ 0.332368] ACPI: _SB
.PLTF.C00A: Found 2 idle states
[ 0.332419] ACPI: _SB
.PLTF.C00C: Found 2 idle states
[ 0.332470] ACPI: _SB
.PLTF.C00E: Found 2 idle states
[ 0.332540] ACPI: _SB
.PLTF.C010: Found 2 idle states
[ 0.332608] ACPI: _SB
.PLTF.C012: Found 2 idle states
[ 0.332681] ACPI: _SB
.PLTF.C014: Found 2 idle states
[ 0.332740] ACPI: _SB_.PLTF.C016: Found 2 idle states
[ 0.332779] ACPI: _SB_.PLTF.C001: Found 2 idle states
[ 0.332833] ACPI: _SB_.PLTF.C003: Found 2 idle states
[ 0.332880] ACPI: _SB_.PLTF.C005: Found 2 idle states
[ 0.332931] ACPI: _SB_.PLTF.C007: Found 2 idle states
[ 0.332998] ACPI: _SB_.PLTF.C009: Found 2 idle states
[ 0.333054] ACPI: _SB_.PLTF.C00B: Found 2 idle states
[ 0.333122] ACPI: _SB_.PLTF.C00D: Found 2 idle states
[ 0.333191] ACPI: _SB_.PLTF.C00F: Found 2 idle states
[ 0.333258] ACPI: _SB_.PLTF.C011: Found 2 idle states
[ 0.333327] ACPI: _SB_.PLTF.C013: Found 2 idle states
[ 0.333393] ACPI: _SB_.PLTF.C015: Found 2 idle states
[ 0.333447] ACPI: _SB_.PLTF.C017: Found 2 idle states
[ 0.333591] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.334256] Non-volatile memory driver v1.3
[ 0.334257] Linux agpgart interface v0.103
[ 0.338273] Freeing initrd memory: 9240K
[ 0.416974] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[ 0.416990] ACPI: bus type drm_connector registered
[ 0.417946] ahci 0000:02:00.1: version 3.0
[ 0.418011] ahci 0000:02:00.1: SSS flag set, parallel bus scan disabled
[ 0.418051] ahci 0000:02:00.1: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[ 0.418053] ahci 0000:02:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst
[ 0.418243] scsi host0: ahci
[ 0.418292] scsi host1: ahci
[ 0.418333] scsi host2: ahci
[ 0.418370] scsi host3: ahci
[ 0.418406] scsi host4: ahci
[ 0.418441] scsi host5: ahci
[ 0.418452] ata1: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680100 irq 36
[ 0.418453] ata2: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680180 irq 36
[ 0.418454] ata3: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680200 irq 36
[ 0.418455] ata4: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680280 irq 36
[ 0.418456] ata5: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680300 irq 36
[ 0.418458] ata6: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680380 irq 36
[ 0.418493] usbcore: registered new interface driver usbserial_generic
[ 0.418495] usbserial: USB Serial support registered for generic
[ 0.418523] rtc_cmos 00:03: RTC can wake from S4
[ 0.418662] rtc_cmos 00:03: registered as rtc0
[ 0.418684] rtc_cmos 00:03: setting system clock to 2023-07-07T13:05:20 UTC (1688735120)
[ 0.418699] rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 0.418713] amd_pstate: driver load is disabled, boot with specific mode to enable this
[ 0.418810] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.418854] efifb: probing for efifb
[ 0.418858] efifb: framebuffer at 0x7800000000, using 8640k, total 8640k
[ 0.418859] efifb: mode is 1920x1080x32, linelength=8192, pages=1
[ 0.418860] efifb: scrolling: redraw
[ 0.418860] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.418876] fbcon: Deferring console take-over
[ 0.418877] fb0: EFI VGA frame buffer device
[ 0.418887] hid: raw HID events driver (C) Jiri Kosina
[ 0.418925] drop_monitor: Initializing network drop monitor service
[ 0.424687] Initializing XFRM netlink socket
[ 0.424700] NET: Registered PF_INET6 protocol family
[ 0.425038] Segment Routing with IPv6
[ 0.425039] RPL Segment Routing with IPv6
[ 0.425043] In-situ OAM (IOAM) with IPv6
[ 0.425053] NET: Registered PF_PACKET protocol family
[ 0.425736] microcode: CPU0: patch_level=0x0a201025
[ 0.425737] microcode: CPU5: patch_level=0x0a201025
[ 0.425737] microcode: CPU1: patch_level=0x0a201025
[ 0.425737] microcode: CPU4: patch_level=0x0a201025
[ 0.425738] microcode: CPU3: patch_level=0x0a201025
[ 0.425739] microcode: CPU6: patch_level=0x0a201025
[ 0.425739] microcode: CPU8: patch_level=0x0a201025
[ 0.425739] microcode: CPU7: patch_level=0x0a201025
[ 0.425740] microcode: CPU9: patch_level=0x0a201025
[ 0.425741] microcode: CPU10: patch_level=0x0a201025
[ 0.425741] microcode: CPU12: patch_level=0x0a201025
[ 0.425742] microcode: CPU13: patch_level=0x0a201025
[ 0.425742] microcode: CPU11: patch_level=0x0a201025
[ 0.425743] microcode: CPU15: patch_level=0x0a201025
[ 0.425743] microcode: CPU16: patch_level=0x0a201025
[ 0.425744] microcode: CPU14: patch_level=0x0a201025
[ 0.425744] microcode: CPU17: patch_level=0x0a201025
[ 0.425746] microcode: CPU18: patch_level=0x0a201025
[ 0.425746] microcode: CPU2: patch_level=0x0a201025
[ 0.425747] microcode: CPU19: patch_level=0x0a201025
[ 0.425747] microcode: CPU20: patch_level=0x0a201025
[ 0.425748] microcode: CPU21: patch_level=0x0a201025
[ 0.425748] microcode: CPU22: patch_level=0x0a201025
[ 0.425749] microcode: CPU23: patch_level=0x0a201025
[ 0.425764] microcode: Microcode Update Driver: v2.2.
[ 0.425890] resctrl: L3 allocation detected
[ 0.425891] resctrl: MB allocation detected
[ 0.425891] resctrl: L3 monitoring detected
[ 0.425893] IPI shorthand broadcast: enabled
[ 0.426516] sched_clock: Marking stable (425679954, 204359)->(427992871, -2108558)
[ 0.426591] registered taskstats version 1
[ 0.426855] Loading compiled-in X.509 certificates
[ 0.428439] Loaded X.509 cert 'Build time autogenerated kernel key: e1f668c86850a5b5416a171c84499cecafe439ba'
[ 0.430973] zswap: loaded using pool zstd/zsmalloc
[ 0.431589] Key type .fscrypt registered
[ 0.431590] Key type fscrypt-provisioning registered
[ 0.431863] PM: Magic number: 15:422:78
[ 0.431928] memory memory235: hash matches
[ 0.534344] RAS: Correctable Errors collector initialized.
[ 0.534414] clk: Disabling unused clocks
[ 0.896705] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 0.897343] ata1.00: ATA-8: ST1000DM010-2EP102, CC46, max UDMA/133
[ 0.897535] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 0.898487] ata1.00: configured for UDMA/133
[ 0.898552] scsi 0:0:0:0: Direct-Access ATA ST1000DM010-2EP1 CC46 PQ: 0 ANSI: 5
[ 0.898713] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 0.898716] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 0.898725] sd 0:0:0:0: [sda] Write Protect is off
[ 0.898727] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 0.898739] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.898754] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[ 0.962982] sda: sda1
[ 0.963030] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.343857] tsc: Refined TSC clocksource calibration: 3693.060 MHz
[ 1.343865] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6a77744cfd5, max_idle_ns: 881590969987 ns
[ 1.343951] clocksource: Switched to clocksource tsc
[ 1.367170] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.368165] ata2.00: ATA-8: ST1000DM010-2EP102, CC43, max UDMA/133
[ 1.368411] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 1.369571] ata2.00: configured for UDMA/133
[ 1.369695] scsi 1:0:0:0: Direct-Access ATA ST1000DM010-2EP1 CC43 PQ: 0 ANSI: 5
[ 1.370085] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 1.370088] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[ 1.370102] sd 1:0:0:0: [sdb] Write Protect is off
[ 1.370104] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 1.370116] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.370131] sd 1:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
[ 1.427930] sdb: sdb1
[ 1.428030] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 1.682488] ata3: SATA link down (SStatus 0 SControl 300)
[ 2.153835] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 2.155158] ata4.00: ATA-8: HGST HTS541010A7E630, SE0OA4A0, max UDMA/133
[ 2.155882] ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 2.157480] ata4.00: configured for UDMA/133
[ 2.157590] scsi 3:0:0:0: Direct-Access ATA HGST HTS541010A7 A4A0 PQ: 0 ANSI: 5
[ 2.157792] sd 3:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 2.157794] sd 3:0:0:0: [sdc] 4096-byte physical blocks
[ 2.157803] sd 3:0:0:0: [sdc] Write Protect is off
[ 2.157805] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 2.157817] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.157832] sd 3:0:0:0: [sdc] Preferred minimum I/O size 4096 bytes
[ 2.467214] sdc: sdc1 sdc2
[ 2.467328] sd 3:0:0:0: [sdc] Attached SCSI disk
[ 2.627264] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 2.630247] ata5.00: ATA-9: TEAM TM8PS7256G, U0503A0, max UDMA/133
[ 2.631915] ata5.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 32), AA
[ 2.638808] ata5.00: configured for UDMA/133
[ 2.638954] scsi 4:0:0:0: Direct-Access ATA TEAM TM8PS7256G 3A0 PQ: 0 ANSI: 5
[ 2.639173] sd 4:0:0:0: [sdd] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[ 2.639185] sd 4:0:0:0: [sdd] Write Protect is off
[ 2.639188] sd 4:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[ 2.639201] sd 4:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.639217] sd 4:0:0:0: [sdd] Preferred minimum I/O size 512 bytes
[ 2.640323] sdd: sdd1 sdd2 sdd3 sdd4
[ 2.640414] sd 4:0:0:0: [sdd] Attached SCSI disk
[ 2.949010] ata6: SATA link down (SStatus 0 SControl 330)
[ 2.950137] Freeing unused decrypted memory: 2036K
[ 2.950343] Freeing unused kernel image (initmem) memory: 3332K
[ 2.950345] Write protecting the kernel read-only data: 30720k
[ 2.950507] Freeing unused kernel image (rodata/data gap) memory: 1584K
[ 2.970480] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 2.970484] rodata_test: all tests were successful
[ 2.970486] Run /init as init process
[ 2.970487] with arguments:
[ 2.970487] /init
[ 2.970488] with environment:
[ 2.970488] HOME=/
[ 2.970489] TERM=linux
[ 2.974366] booster: root= param is not specified. Use GPT partition autodiscovery with guid type 4f68bce3-e8cd-4db1-96e7-fbcaf984b709
[ 2.974372] fbcon: Taking over console
[ 2.974410] Console: switching to colour frame buffer device 240x67
[ 2.975350] booster: cmdRoot=&{1 [79 104 188 227 232 205 77 177 150 231 251 202 249 132 183 9]}
[ 2.975457] booster: loading module mbcache
[ 2.975465] booster: loading module jbd2
[ 2.975486] booster: loading module crc32c_intel
[ 2.975610] booster: loading module crc16
[ 2.975666] booster: loading module crc32c_generic
[ 2.976109] booster: found a new device /dev/sda
[ 2.976143] booster: found a new device /dev/sdd
[ 2.976286] booster: found a new device /dev/sdb
[ 2.976375] booster: no match found for alias input:b0019v0000p0001e0000-e0,1,k74,ramlsfw
[ 2.976424] booster: no match found for alias acpi:LNXPWRBN:
[ 2.976433] booster: found a new device /dev/sdc
[ 2.976451] booster: no match found for alias acpi:ACPI0007:
[ 2.976616] booster: blkinfo for /dev/sda: type=gpt UUID=8b22198a-3698-4029-b361-95974a711481 LABEL=
[ 2.976620] booster: blkinfo for /dev/sdd: type=gpt UUID=73b21f8c-fb8a-462a-804d-2bc0598acbe5 LABEL=
[ 2.976750] booster: issue #222: 1
[ 2.976762] booster: issue #222: 2
[ 2.976786] booster: issue #222: 1
[ 2.976790] booster: blkinfo for /dev/sdb: type=gpt UUID=8e00c197-fc09-4c1f-9198-5223db3e15b4 LABEL=
[ 2.976794] booster: issue #222: 2
[ 2.976941] booster: issue #222: 1
[ 2.976948] booster: issue #222: 2
[ 2.977506] booster: udev event {Action:add KObj:/module/crc32c_intel Env:map[ACTION:add DEVPATH:/module/crc32c_intel SEQNUM:1715 SUBSYSTEM:module]}
[ 2.977531] booster: udev event {Action:add KObj:/module/crc32c_generic Env:map[ACTION:add DEVPATH:/module/crc32c_generic SEQNUM:1716 SUBSYSTEM:module]}
[ 2.977543] booster: no match found for alias acpi:ACPI0010:PNP0A05:
[ 2.977837] booster: udev event {Action:add KObj:/module/crc16 Env:map[ACTION:add DEVPATH:/module/crc16 SEQNUM:1717 SUBSYSTEM:module]}
[ 2.977862] booster: udev event {Action:add KObj:/module/mbcache Env:map[ACTION:add DEVPATH:/module/mbcache SEQNUM:1718 SUBSYSTEM:module]}
[ 2.981284] booster: udev event {Action:add KObj:/module/jbd2 Env:map[ACTION:add DEVPATH:/module/jbd2 SEQNUM:1719 SUBSYSTEM:module]}
[ 2.981309] booster: loading module ext4
[ 2.982248] booster: no match found for alias acpi:AMDI0030:AMDI0030:
[ 2.982355] booster: no match found for alias acpi:AMDIF030:AMDIF030:
[ 2.982501] booster: no match found for alias acpi:MSFT0101:
[ 2.983166] booster: no match found for alias acpi:PNP0C01:
[ 2.983261] booster: no match found for alias acpi:PNP0C02:
[ 2.985078] booster: no match found for alias acpi:PNP0000:
[ 2.985166] booster: no match found for alias acpi:PNP0100:
[ 2.985231] booster: no match found for alias acpi:PNP0200:
[ 2.985261] booster: no match found for alias acpi:PNP0800:
[ 2.985353] booster: issue #222: 3
[ 2.985356] booster: no match found for alias acpi:PNP0B00:
[ 2.985366] booster: issue #222: 4: ata-ST1000DM010-2EP102_Z9AVWYVJ
[ 2.985390] booster: issue #222: 5
[ 2.985396] booster: issue #222: 6
[ 2.985402] booster: issue #222: 3
[ 2.985408] booster: issue #222: 7: {0 [15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] [204 172 224 255 139 128 77 30 142 196 124 220 50 100 71 200] Linux filesystem 0}
[ 2.985414] booster: issue #222: 4: ata-ST1000DM010-2EP102_ZN1VPY9R
[ 2.985426] booster: issue #222: 5
[ 2.985432] booster: issue #222: 6
[ 2.985441] booster: issue #222: 7: {0 [15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] [47 88 64 94 220 246 64 175 154 150 97 28 214 114 229 215] Linux filesystem 0}
[ 2.985459] booster: issue #222: 4: wwn-0x5000c500e44f8028
[ 2.985467] booster: issue #222: 5
[ 2.985472] booster: issue #222: 6
[ 2.985479] booster: issue #222: 7: {0 [15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] [47 88 64 94 220 246 64 175 154 150 97 28 214 114 229 215] Linux filesystem 0}
[ 2.985505] booster: issue #222: 4: wwn-0x5000c500b223e58e
[ 2.985522] booster: issue #222: 8
[ 2.985533] booster: issue #222: 5
[ 2.985549] booster: issue #222: 6
[ 2.985557] booster: issue #222: 7: {0 [15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] [204 172 224 255 139 128 77 30 142 196 124 220 50 100 71 200] Linux filesystem 0}
[ 2.985575] booster: issue #222: 8
[ 2.985713] booster: issue #222: 9
[ 2.985722] booster: issue #222: 10
[ 2.985729] booster: issue #222: 11: {0 [15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] [47 88 64 94 220 246 64 175 154 150 97 28 214 114 229 215] Linux filesystem 0}
[ 2.985743] booster: issue #222: 9
[ 2.985749] booster: issue #222: 12
[ 2.985855] booster: issue #222: 10
[ 2.985877] booster: block device info &{path:/dev/sda symlinks:[] format:gpt isFs:false uuid:[139 34 25 138 54 152 64 41 179 97 149 151 74 113 20 129] label: hwPath:pci-0000:02:00.1-ata-1.0 wwid:[ata-ST1000DM010-2EP102_ZN1VPY9R wwn-0x5000c500e44f8028] data:{partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[47 88 64 94 220 246 64 175 154 150 97 28 214 114 229 215] name:Linux filesystem attributes:0}]}}
[ 2.986130] booster: issue #222: 11: {0 [15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] [204 172 224 255 139 128 77 30 142 196 124 220 50 100 71 200] Linux filesystem 0}
[ 2.986416] booster: issue #222: 12
[ 2.986553] booster: issue #222: 3
[ 2.987025] booster: handling gpt block device &{path:/dev/sda symlinks:[] format:gpt isFs:false uuid:[139 34 25 138 54 152 64 41 179 97 149 151 74 113 20 129] label: hwPath:pci-0000:02:00.1-ata-1.0 wwid:[ata-ST1000DM010-2EP102_ZN1VPY9R wwn-0x5000c500e44f8028] data:{partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[47 88 64 94 220 246 64 175 154 150 97 28 214 114 229 215] name:Linux filesystem attributes:0}]}}
[ 2.987751] booster: its partitions: {partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[47 88 64 94 220 246 64 175 154 150 97 28 214 114 229 215] name:Linux filesystem attributes:0}]}
[ 2.988058] booster: in autodiscovery mode
[ 2.988401] booster: found a new device /dev/sda1
[ 2.988606] booster: no match found for alias acpi:PNP0A08:PNP0A03:
[ 2.988781] booster: issue #222: 4: ata-TEAM_TM8PS7256G_TPBF2112240010800445
[ 2.989204] booster: issue #222: 5
[ 2.989652] booster: no match found for alias acpi:PNP0C0C:
[ 2.989781] booster: no match found for alias acpi:PNP0C0F:
[ 2.990106] booster: no match found for alias acpi:LNXSYBUS:
[ 2.990175] booster: no match found for alias acpi:PNP0103:
[ 2.990203] booster: no match found for alias acpi:PNP0C14:
[ 2.990241] booster: no match found for alias acpi:LNXSYSTM:
[ 2.990555] booster: no match found for alias pci:v00001022d00001480sv00001022sd00001480bc06sc00i00
[ 2.990631] booster: no match found for alias pci:v00001022d00001482sv00000000sd00000000bc06sc00i00
[ 2.990780] booster: modalias pci:v00002646d00005013sv00002646sd00005013bc01sc08i02 matched module nvme
[ 2.990846] booster: issue #222: 6
[ 2.990918] booster: no match found for alias pci:v00001022d00001483sv00001022sd00001453bc06sc04i00
[ 2.991134] booster: modalias pci:v00001022d000043EEsv00001B21sd00001142bc0Csc03i30 matched module xhci_pci
[ 2.991178] booster: issue #222: 7: {0 [193 42 115 40 248 31 17 210 186 75 0 160 201 62 201 59] [118 247 98 136 245 126 68 173 152 114 37 164 199 20 188 68] EFI system partition 9223372036854775808}
[ 2.991522] booster: issue #222: 7: {1 [227 201 227 22 11 92 77 184 129 125 249 45 240 2 21 174] [9 222 189 233 23 79 71 1 169 207 104 78 25 198 148 180] Microsoft reserved partition 9223372036854775808}
[ 2.992098] booster: no match found for alias scsi:t-0x00
[ 2.992226] booster: block device info &{path:/dev/sdb symlinks:[] format:gpt isFs:false uuid:[142 0 193 151 252 9 76 31 145 152 82 35 219 62 21 180] label: hwPath:pci-0000:02:00.1-ata-2.0 wwid:[ata-ST1000DM010-2EP102_Z9AVWYVJ wwn-0x5000c500b223e58e] data:{partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[204 172 224 255 139 128 77 30 142 196 124 220 50 100 71 200] name:Linux filesystem attributes:0}]}}
[ 2.992979] booster: handling gpt block device &{path:/dev/sdb symlinks:[] format:gpt isFs:false uuid:[142 0 193 151 252 9 76 31 145 152 82 35 219 62 21 180] label: hwPath:pci-0000:02:00.1-ata-2.0 wwid:[ata-ST1000DM010-2EP102_Z9AVWYVJ wwn-0x5000c500b223e58e] data:{partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[204 172 224 255 139 128 77 30 142 196 124 220 50 100 71 200] name:Linux filesystem attributes:0}]}}
[ 2.993758] booster: its partitions: {partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[204 172 224 255 139 128 77 30 142 196 124 220 50 100 71 200] name:Linux filesystem attributes:0}]}
[ 2.994154] booster: in autodiscovery mode
[ 2.994570] booster: found a new device /dev/sdb1
[ 2.995076] booster: modalias pci:v00002646d00005013sv00002646sd00005013bc01sc08i02 matched module nvme
[ 2.995694] booster: loading module nvme_common
[ 2.996556] booster: loading module xhci_pci_renesas
[ 2.997308] booster: no match found for alias pci:v00001022d000043EBsv00001B21sd00001062bc01sc06i01
[ 2.997362] booster: issue #222: 7: {2 [235 208 160 162 185 229 68 51 135 192 104 182 183 38 153 199] [11 198 209 142 254 71 73 219 142 246 84 228 14 105 52 198] Basic data partition 0}
[ 2.997484] booster: no match found for alias pci:v000010ECd00008125sv00001849sd00008125bc02sc00i00
[ 2.997603] booster: no match found for alias pci:v00001022d000043EAsv00001B21sd00003308bc06sc04i00
[ 2.997776] booster: blkinfo for /dev/sdc: type=gpt UUID=49645289-7a9c-438f-a437-ee866a7a1feb LABEL=
[ 2.997789] booster: issue #222: 7: {3 [222 148 187 164 6 209 77 64 161 106 191 213 1 121 214 172] [189 202 231 68 173 83 79 71 149 157 249 242 12 43 69 109] 9223372036854775809}
[ 2.997791] booster: no match found for alias pci:v00001022d000043E9sv00001B21sd00000201bc06sc04i00
[ 2.998355] booster: no match found for alias pci:v000010DEd0000220Asv000010DEsd00001616bc03sc00i00
[ 2.998489] booster: no match found for alias pci:v000010DEd00001AEFsv000010DEsd00001616bc04sc03i00
[ 2.999083] booster: no match found for alias pci:v00001022d0000148Asv00001022sd0000148Abc13sc00i00
[ 2.999204] booster: no match found for alias pci:v00001022d00001484sv00001022sd00001484bc06sc04i00
[ 2.999503] booster: no match found for alias pci:v00001022d00001485sv00001022sd00001485bc13sc00i00
[ 2.999624] booster: no match found for alias pci:v00001022d00001486sv00001022sd00001486bc10sc80i00
[ 2.999726] booster: modalias pci:v00001022d0000149Csv00001849sd0000FFFFbc0Csc03i30 matched module xhci_pci
[ 2.999866] booster: no match found for alias pci:v00001022d00001487sv00001849sd00002224bc04sc03i00
[ 3.000149] booster: no match found for alias pci:v00001022d0000790Bsv00001849sd0000FFFFbc0Csc05i00
[ 3.000484] booster: no match found for alias pci:v00001022d0000790Esv00001849sd0000FFFFbc06sc01i00
[ 3.000595] booster: no match found for alias pci:v00001022d00001440sv00000000sd00000000bc06sc00i00
[ 3.000763] booster: no match found for alias pci:v00001022d00001441sv00000000sd00000000bc06sc00i00
[ 3.000922] booster: no match found for alias pci:v00001022d00001442sv00000000sd00000000bc06sc00i00
[ 3.001098] booster: no match found for alias pci:v00001022d00001443sv00000000sd00000000bc06sc00i00
[ 3.001283] booster: no match found for alias pci:v00001022d00001444sv00000000sd00000000bc06sc00i00
[ 3.001519] booster: no match found for alias pci:v00001022d00001445sv00000000sd00000000bc06sc00i00
[ 3.001644] booster: no match found for alias pci:v00001022d00001446sv00000000sd00000000bc06sc00i00
[ 3.001815] booster: no match found for alias pci:v00001022d00001447sv00000000sd00000000bc06sc00i00
[ 3.002428] booster: no match found for alias platform:PCCT
[ 3.002584] booster: no match found for alias platform:acpi-cpufreq
[ 3.002695] booster: no match found for alias platform:efi-framebuffer
[ 3.002727] booster: no match found for alias platform:efivars
[ 3.002747] booster: no match found for alias platform:microcode
[ 3.002790] booster: no match found for alias platform:pcspkr
[ 3.002892] booster: no match found for alias platform:reg-dummy
[ 3.002912] booster: no match found for alias platform:rtc-efi
[ 3.002949] booster: no match found for alias platform:serial8250
[ 3.003710] booster: udev event {Action:add KObj:/module/ext4 Env:map[ACTION:add DEVPATH:/module/ext4 SEQNUM:1720 SUBSYSTEM:module]}
[ 3.004769] booster: issue #222: 1
[ 3.004961] booster: loading module nvme_core
[ 3.005217] booster: issue #222: 4: wwn-0x0000000000000000
[ 3.005423] booster: loading module xhci_pci
[ 3.005548] booster: no match found for alias platform:alarmtimer
[ 3.014199] booster: blkinfo for /dev/sda1: type=ext4 UUID=13c2dcf4-eedf-4d0a-b0b0-4d0ed34f42a5 LABEL=Storage 1
[ 3.014252] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[ 3.016597] booster: udev event {Action:add KObj:/module/nvme_common Env:map[ACTION:add DEVPATH:/module/nvme_common SEQNUM:1721 SUBSYSTEM:module]}
[ 3.016980] booster: issue #222: 2
[ 3.017657] booster: issue #222: 5
[ 3.018627] booster: issue #222: 1
[ 3.020172] xhci_hcd 0000:02:00.0: xHCI Host Controller
[ 3.020176] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
[ 3.020550] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[ 3.022284] booster: issue #222: 3
[ 3.022341] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[ 3.024240] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[ 3.025291] booster: blkinfo for /dev/sdb1: type=ext4 UUID=c8d62855-284d-4389-b737-a0120223262a LABEL=Storage 2
[ 3.026320] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[ 3.028724] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[ 3.029935] booster: no match found for alias dmi:bvnAmericanMegatrendsInternational,LLC.:bvrL2.62:bd01/31/2023:br5.17:svnToBeFilledByO.E.M.:pnB550PGVelocita:pvrToBeFilledByO.E.M.:rvnASRock:rnB550PGVelocita:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:skuToBeFilledByO.E.M.:
[ 3.031416] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[ 3.034346] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[ 3.037504] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[ 3.040741] booster: loading module crct10dif_pclmul
[ 3.040804] booster: loading module cryptd
[ 3.040808] booster: loading module gf128mul
[ 3.040810] booster: loading module crc32_pclmul
[ 3.040813] booster: loading module sha512_ssse3
[ 3.042342] booster: block device info &{path:/dev/sda1 symlinks:[] format:ext4 isFs:true uuid:[19 194 220 244 238 223 77 10 176 176 77 14 211 79 66 165] label:Storage 1 hwPath: wwid:[] data:}
[ 3.045537] booster: issue #222: 4: ata-HGST_HTS541010A7E630_S00001SSGM6S7F
[ 3.046308] booster: issue #222: 5
[ 3.047095] booster: issue #222: 6
[ 3.047855] booster: issue #222: 7: {0 [193 42 115 40 248 31 17 210 186 75 0 160 201 62 201 59] [118 247 98 136 245 126 68 173 152 114 37 164 199 20 188 68] EFI system partition 9223372036854775808}
[ 3.048638] booster: issue #222: 7: {1 [227 201 227 22 11 92 77 184 129 125 249 45 240 2 21 174] [9 222 189 233 23 79 71 1 169 207 104 78 25 198 148 180] Microsoft reserved partition 9223372036854775808}
[ 3.051395] booster: loading module polyval_generic
[ 3.052107] booster: udev event {Action:add KObj:/module/xhci_pci_renesas Env:map[ACTION:add DEVPATH:/module/xhci_pci_renesas SEQNUM:1722 SUBSYSTEM:module]}
[ 3.053691] booster: issue #222: 6
[ 3.054504] booster: issue #222: 1
[ 3.056165] booster: issue #222: 7: {2 [235 208 160 162 185 229 68 51 135 192 104 182 183 38 153 199] [11 198 209 142 254 71 73 219 142 246 84 228 14 105 52 198] Basic data partition 0}
[ 3.057753] booster: loading module nvme
[ 3.057881] cryptd: max_cpu_qlen set to 1000
[ 3.057913] booster: loading module ghash_clmulni_intel
[ 3.057924] booster: loading module crypto_simd
[ 3.058141] booster: udev event {Action:add KObj:/module/crct10dif_pclmul Env:map[ACTION:add DEVPATH:/module/crct10dif_pclmul SEQNUM:1723 SUBSYSTEM:module]}
[ 3.059224] booster: issue #222: 7: {0 [15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] [43 156 149 126 57 104 64 160 175 12 119 203 174 248 105 15] Linux filesystem 0}
[ 3.059813] booster: loading module polyval_clmulni
[ 3.060192] booster: issue #222: 7: {1 [235 208 160 162 185 229 68 51 135 192 104 182 183 38 153 199] [190 128 184 18 94 182 64 125 149 170 70 165 92 67 191 220] Microsoft basic data 0}
[ 3.061009] booster: issue #222: 7: {3 [222 148 187 164 6 209 77 64 161 106 191 213 1 121 214 172] [189 202 231 68 173 83 79 71 149 157 249 242 12 43 69 109] 9223372036854775809}
[ 3.064648] booster: udev event {Action:add KObj:/module/gf128mul Env:map[ACTION:add DEVPATH:/module/gf128mul SEQNUM:1724 SUBSYSTEM:module]}
[ 3.065269] nvme nvme0: pci function 0000:01:00.0
[ 3.065558] booster: block device info &{path:/dev/sdb1 symlinks:[] format:ext4 isFs:true uuid:[200 214 40 85 40 77 67 137 183 55 160 18 2 35 38 42] label:Storage 2 hwPath: wwid:[] data:}
[ 3.067110] booster: issue #222: 4: wwn-0x5000cca756c8bc63
[ 3.067967] booster: issue #222: 8
[ 3.068746] booster: udev event {Action:add KObj:/module/crc32_pclmul Env:map[ACTION:add DEVPATH:/module/crc32_pclmul SEQNUM:1725 SUBSYSTEM:module]}
[ 3.070260] booster: issue #222: 5
[ 3.070334] nvme nvme0: Shutdown timeout set to 10 seconds
[ 3.070991] booster: issue #222: 6
[ 3.071674] booster: issue #222: 7: {0 [15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] [43 156 149 126 57 104 64 160 175 12 119 203 174 248 105 15] Linux filesystem 0}
[ 3.072342] booster: issue #222: 7: {1 [235 208 160 162 185 229 68 51 135 192 104 182 183 38 153 199] [190 128 184 18 94 182 64 125 149 170 70 165 92 67 191 220] Microsoft basic data 0}
[ 3.073043] booster: issue #222: 8
[ 3.073237] nvme nvme0: 32/0/0 default/read/poll queues
[ 3.073805] booster: issue #222: 9
[ 3.074447] booster: udev event {Action:add KObj:/module/sha512_ssse3 Env:map[ACTION:add DEVPATH:/module/sha512_ssse3 SEQNUM:1726 SUBSYSTEM:module]}
[ 3.075157] booster: issue #222: 9
[ 3.075319] xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
[ 3.075484] xhci_hcd 0000:02:00.0: xHCI Host Controller
[ 3.075486] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[ 3.075487] xhci_hcd 0000:02:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 3.075530] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
[ 3.075531] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.075532] usb usb1: Product: xHCI Host Controller
[ 3.075532] usb usb1: Manufacturer: Linux 6.4.1-arch2-1 xhci-hcd
[ 3.075533] usb usb1: SerialNumber: 0000:02:00.0
[ 3.075592] hub 1-0:1.0: USB hub found
[ 3.075603] hub 1-0:1.0: 10 ports detected
[ 3.075680] nvme0n1: p1 p2
[ 3.075783] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 3.075792] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
[ 3.075792] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.075793] usb usb2: Product: xHCI Host Controller
[ 3.075793] usb usb2: Manufacturer: Linux 6.4.1-arch2-1 xhci-hcd
[ 3.075794] usb usb2: SerialNumber: 0000:02:00.0
[ 3.075809] booster: loading module aesni_intel
[ 3.075827] hub 2-0:1.0: USB hub found
[ 3.075835] hub 2-0:1.0: 4 ports detected
[ 3.075856] booster: issue #222: 10
[ 3.075950] xhci_hcd 0000:07:00.3: xHCI Host Controller
[ 3.075952] xhci_hcd 0000:07:00.3: new USB bus registered, assigned bus number 3
[ 3.076037] xhci_hcd 0000:07:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
[ 3.076163] xhci_hcd 0000:07:00.3: xHCI Host Controller
[ 3.076164] xhci_hcd 0000:07:00.3: new USB bus registered, assigned bus number 4
[ 3.076165] xhci_hcd 0000:07:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[ 3.076180] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
[ 3.076181] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.076182] usb usb3: Product: xHCI Host Controller
[ 3.076182] usb usb3: Manufacturer: Linux 6.4.1-arch2-1 xhci-hcd
[ 3.076183] usb usb3: SerialNumber: 0000:07:00.3
[ 3.076223] hub 3-0:1.0: USB hub found
[ 3.076228] hub 3-0:1.0: 4 ports detected
[ 3.076347] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 3.076355] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
[ 3.076356] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.076357] usb usb4: Product: xHCI Host Controller
[ 3.076357] usb usb4: Manufacturer: Linux 6.4.1-arch2-1 xhci-hcd
[ 3.076358] usb usb4: SerialNumber: 0000:07:00.3
[ 3.076391] hub 4-0:1.0: USB hub found
[ 3.076395] hub 4-0:1.0: 4 ports detected
[ 3.076531] booster: issue #222: 11: {0 [15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] [43 156 149 126 57 104 64 160 175 12 119 203 174 248 105 15] Linux filesystem 0}
[ 3.077168] booster: issue #222: 11: {1 [235 208 160 162 185 229 68 51 135 192 104 182 183 38 153 199] [190 128 184 18 94 182 64 125 149 170 70 165 92 67 191 220] Microsoft basic data 0}
[ 3.078529] booster: udev event {Action:add KObj:/devices/virtual/workqueue/nvme-wq Env:map[ACTION:add DEVPATH:/devices/virtual/workqueue/nvme-wq SEQNUM:1727 SUBSYSTEM:workqueue]}
[ 3.079263] booster: issue #222: 10
[ 3.079908] booster: issue #222: 12
[ 3.080420] AVX2 version of gcm_enc/dec engaged.
[ 3.080454] AES CTR mode by8 optimization enabled
[ 3.080663] booster: udev event {Action:add KObj:/devices/virtual/workqueue/nvme-reset-wq Env:map[ACTION:add DEVPATH:/devices/virtual/workqueue/nvme-reset-wq SEQNUM:1728 SUBSYSTEM:workqueue]}
[ 3.081285] booster: issue #222: 11: {0 [193 42 115 40 248 31 17 210 186 75 0 160 201 62 201 59] [118 247 98 136 245 126 68 173 152 114 37 164 199 20 188 68] EFI system partition 9223372036854775808}
[ 3.081888] booster: issue #222: 11: {1 [227 201 227 22 11 92 77 184 129 125 249 45 240 2 21 174] [9 222 189 233 23 79 71 1 169 207 104 78 25 198 148 180] Microsoft reserved partition 9223372036854775808}
[ 3.082500] booster: issue #222: 11: {2 [235 208 160 162 185 229 68 51 135 192 104 182 183 38 153 199] [11 198 209 142 254 71 73 219 142 246 84 228 14 105 52 198] Basic data partition 0}
[ 3.083107] booster: issue #222: 11: {3 [222 148 187 164 6 209 77 64 161 106 191 213 1 121 214 172] [189 202 231 68 173 83 79 71 149 157 249 242 12 43 69 109] 9223372036854775809}
[ 3.083691] booster: issue #222: 12
[ 3.084265] booster: block device info &{path:/dev/sdd symlinks:[] format:gpt isFs:false uuid:[115 178 31 140 251 138 70 42 128 77 43 192 89 138 203 229] label: hwPath:pci-0000:02:00.1-ata-5.0 wwid:[ata-TEAM_TM8PS7256G_TPBF2112240010800445 wwn-0x0000000000000000] data:{partitions:[{num:0 typeGUID:[193 42 115 40 248 31 17 210 186 75 0 160 201 62 201 59] uuid:[118 247 98 136 245 126 68 173 152 114 37 164 199 20 188 68] name:EFI system partition attributes:9223372036854775808} {num:1 typeGUID:[227 201 227 22 11 92 77 184 129 125 249 45 240 2 21 174] uuid:[9 222 189 233 23 79 71 1 169 207 104 78 25 198 148 180] name:Microsoft reserved partition attributes:9223372036854775808} {num:2 typeGUID:[235 208 160 162 185 229 68 51 135 192 104 182 183 38 153 199] uuid:[11 198 209 142 254 71 73 219 142 246 84 228 14 105 52 198] name:Basic data partition attributes:0} {num:3 typeGUID:[222 148 187 164 6 209 77 64 161 106 191...
[ 3.087247] booster: handling gpt block device &{path:/dev/sdd symlinks:[] format:gpt isFs:false uuid:[115 178 31 140 251 138 70 42 128 77 43 192 89 138 203 229] label: hwPath:pci-0000:02:00.1-ata-5.0 wwid:[ata-TEAM_TM8PS7256G_TPBF2112240010800445 wwn-0x0000000000000000] data:{partitions:[{num:0 typeGUID:[193 42 115 40 248 31 17 210 186 75 0 160 201 62 201 59] uuid:[118 247 98 136 245 126 68 173 152 114 37 164 199 20 188 68] name:EFI system partition attributes:9223372036854775808} {num:1 typeGUID:[227 201 227 22 11 92 77 184 129 125 249 45 240 2 21 174] uuid:[9 222 189 233 23 79 71 1 169 207 104 78 25 198 148 180] name:Microsoft reserved partition attributes:9223372036854775808} {num:2 typeGUID:[235 208 160 162 185 229 68 51 135 192 104 182 183 38 153 199] uuid:[11 198 209 142 254 71 73 219 142 246 84 228 14 105 52 198] name:Basic data partition attributes:0} {num:3 typeGUID:[222 148 187 164 6 209 77 64 161...
[ 3.090080] booster: its partitions: {partitions:[{num:0 typeGUID:[193 42 115 40 248 31 17 210 186 75 0 160 201 62 201 59] uuid:[118 247 98 136 245 126 68 173 152 114 37 164 199 20 188 68] name:EFI system partition attributes:9223372036854775808} {num:1 typeGUID:[227 201 227 22 11 92 77 184 129 125 249 45 240 2 21 174] uuid:[9 222 189 233 23 79 71 1 169 207 104 78 25 198 148 180] name:Microsoft reserved partition attributes:9223372036854775808} {num:2 typeGUID:[235 208 160 162 185 229 68 51 135 192 104 182 183 38 153 199] uuid:[11 198 209 142 254 71 73 219 142 246 84 228 14 105 52 198] name:Basic data partition attributes:0} {num:3 typeGUID:[222 148 187 164 6 209 77 64 161 106 191 213 1 121 214 172] uuid:[189 202 231 68 173 83 79 71 149 157 249 242 12 43 69 109] name: attributes:9223372036854775809}]}
[ 3.092397] booster: in autodiscovery mode
[ 3.092989] booster: found a new device /dev/sdd1
[ 3.092996] booster: found a new device /dev/sdd3
[ 3.092998] booster: found a new device /dev/sdd2
[ 3.093004] booster: found a new device /dev/sdd4
[ 3.093678] booster: udev event {Action:add KObj:/devices/virtual/workqueue/nvme-delete-wq Env:map[ACTION:add DEVPATH:/devices/virtual/workqueue/nvme-delete-wq SEQNUM:1729 SUBSYSTEM:workqueue]}
[ 3.094385] booster: block device info &{path:/dev/sdc symlinks:[] format:gpt isFs:false uuid:[73 100 82 137 122 156 67 143 164 55 238 134 106 122 31 235] label: hwPath:pci-0000:02:00.1-ata-4.0 wwid:[ata-HGST_HTS541010A7E630_S00001SSGM6S7F wwn-0x5000cca756c8bc63] data:{partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[43 156 149 126 57 104 64 160 175 12 119 203 174 248 105 15] name:Linux filesystem attributes:0} {num:1 typeGUID:[235 208 160 162 185 229 68 51 135 192 104 182 183 38 153 199] uuid:[190 128 184 18 94 182 64 125 149 170 70 165 92 67 191 220] name:Microsoft basic data attributes:0}]}}
[ 3.096322] booster: handling gpt block device &{path:/dev/sdc symlinks:[] format:gpt isFs:false uuid:[73 100 82 137 122 156 67 143 164 55 238 134 106 122 31 235] label: hwPath:pci-0000:02:00.1-ata-4.0 wwid:[ata-HGST_HTS541010A7E630_S00001SSGM6S7F wwn-0x5000cca756c8bc63] data:{partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[43 156 149 126 57 104 64 160 175 12 119 203 174 248 105 15] name:Linux filesystem attributes:0} {num:1 typeGUID:[235 208 160 162 185 229 68 51 135 192 104 182 183 38 153 199] uuid:[190 128 184 18 94 182 64 125 149 170 70 165 92 67 191 220] name:Microsoft basic data attributes:0}]}}
[ 3.098195] booster: its partitions: {partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[43 156 149 126 57 104 64 160 175 12 119 203 174 248 105 15] name:Linux filesystem attributes:0} {num:1 typeGUID:[235 208 160 162 185 229 68 51 135 192 104 182 183 38 153 199] uuid:[190 128 184 18 94 182 64 125 149 170 70 165 92 67 191 220] name:Microsoft basic data attributes:0}]}
[ 3.099488] booster: in autodiscovery mode
[ 3.100175] booster: found a new device /dev/sdc1
[ 3.100178] booster: found a new device /dev/sdc2
[ 3.100989] booster: udev event {Action:add KObj:/class/nvme Env:map[ACTION:add DEVPATH:/class/nvme SEQNUM:1730 SUBSYSTEM:class]}
[ 3.102027] booster: blkinfo for /dev/sdd1: type=fat UUID=344f1f8e LABEL=NO NAME
[ 3.103058] booster: issue #222: 1
[ 3.103514] booster: issue #222: 1
[ 3.103698] booster: block device info &{path:/dev/sdd3 symlinks:[] format: isFs:false uuid:[] label: hwPath: wwid:[] data:}
[ 3.105710] booster: udev event {Action:add KObj:/class/nvme-subsystem Env:map[ACTION:add DEVPATH:/class/nvme-subsystem SEQNUM:1731 SUBSYSTEM:class]}
[ 3.106448] booster: issue #222: 1
[ 3.107719] booster: block device info &{path:/dev/sdd2 symlinks:[] format: isFs:false uuid:[] label: hwPath: wwid:[] data:}
[ 3.107773] booster: issue #222: 1
[ 3.108966] booster: udev event {Action:add KObj:/class/nvme-generic Env:map[ACTION:add DEVPATH:/class/nvme-generic SEQNUM:1732 SUBSYSTEM:class]}
[ 3.109693] booster: block device info &{path:/dev/sdd1 symlinks:[] format:fat isFs:false uuid:[52 79 31 142] label:NO NAME hwPath: wwid:[] data:}
[ 3.110988] booster: block device info &{path:/dev/sdd4 symlinks:[] format: isFs:false uuid:[] label: hwPath: wwid:[] data:}
[ 3.112972] booster: udev event {Action:add KObj:/devices/virtual/workqueue/nvme-auth-wq Env:map[ACTION:add DEVPATH:/devices/virtual/workqueue/nvme-auth-wq SEQNUM:1733 SUBSYSTEM:workqueue]}
[ 3.113630] booster: udev event {Action:add KObj:/module/nvme_core Env:map[ACTION:add DEVPATH:/module/nvme_core SEQNUM:1734 SUBSYSTEM:module]}
[ 3.114269] booster: udev event {Action:add KObj:/module/cryptd Env:map[ACTION:add DEVPATH:/module/cryptd SEQNUM:1735 SUBSYSTEM:module]}
[ 3.114885] booster: udev event {Action:add KObj:/module/polyval_generic Env:map[ACTION:add DEVPATH:/module/polyval_generic SEQNUM:1736 SUBSYSTEM:module]}
[ 3.115522] booster: udev event {Action:add KObj:/bus/pci/drivers/nvme Env:map[ACTION:add DEVPATH:/bus/pci/drivers/nvme SEQNUM:1737 SUBSYSTEM:drivers]}
[ 3.116127] booster: udev event {Action:add KObj:/module/nvme Env:map[ACTION:add DEVPATH:/module/nvme SEQNUM:1738 SUBSYSTEM:module]}
[ 3.116747] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0 Env:map[ACTION:add DEVNAME:nvme0 DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0 MAJOR:239 MINOR:0 NVME_TRTYPE:pcie SEQNUM:1739 SUBSYSTEM:nvme]}
[ 3.117990] booster: udev event {Action:add KObj:/module/crypto_simd Env:map[ACTION:add DEVPATH:/module/crypto_simd SEQNUM:1740 SUBSYSTEM:module]}
[ 3.118640] booster: udev event {Action:add KObj:/module/ghash_clmulni_intel Env:map[ACTION:add DEVPATH:/module/ghash_clmulni_intel SEQNUM:1741 SUBSYSTEM:module]}
[ 3.119279] booster: udev event {Action:add KObj:/devices/virtual/nvme-subsystem/nvme-subsys0 Env:map[ACTION:add DEVPATH:/devices/virtual/nvme-subsystem/nvme-subsys0 SEQNUM:1742 SUBSYSTEM:nvme-subsystem]}
[ 3.119910] booster: udev event {Action:add KObj:/module/polyval_clmulni Env:map[ACTION:add DEVPATH:/module/polyval_clmulni SEQNUM:1743 SUBSYSTEM:module]}
[ 3.120541] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/hwmon0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/hwmon0 SEQNUM:1744 SUBSYSTEM:hwmon]}
[ 3.121165] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0 Env:map[ACTION:change DEVNAME:nvme0 DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0 MAJOR:239 MINOR:0 NVME_EVENT:connected NVME_TRTYPE:pcie SEQNUM:1745 SUBSYSTEM:nvme]}
[ 3.122406] booster: udev event {Action:add KObj:/devices/virtual/bdi/259:0 Env:map[ACTION:add DEVPATH:/devices/virtual/bdi/259:0 SEQNUM:1746 SUBSYSTEM:bdi]}
[ 3.123046] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/wakeup/wakeup30 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/wakeup/wakeup30 SEQNUM:1747 SUBSYSTEM:wakeup]}
[ 3.123690] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1 Env:map[ACTION:add BUSNUM:001 DEVNAME:bus/usb/001/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1 DEVTYPE:usb_device MAJOR:189 MINOR:0 PRODUCT:1d6b/2/604 SEQNUM:1748 SUBSYSTEM:usb TYPE:9/0/1]}
[ 3.124922] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-0:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-0:1.0 DEVTYPE:usb_interface INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0002d0604dc09dsc00dp01ic09isc00ip00in00 PRODUCT:1d6b/2/604 SEQNUM:1749 SUBSYSTEM:usb TYPE:9/0/1]}
[ 3.126156] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1 Env:map[ACTION:add DEVNAME:nvme0n1 DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1 DEVTYPE:disk DISKSEQ:5 MAJOR:259 MINOR:0 SEQNUM:1750 SUBSYSTEM:block]}
[ 3.126189] booster: no match found for alias usb:v1D6Bp0002d0604dc09dsc00dp01ic09isc00ip00in00
[ 3.127150] booster: blkinfo for /dev/sdc2: type=mbr UUID=00000000 LABEL=
[ 3.127406] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1 Env:map[ACTION:add DEVNAME:nvme0n1p1 DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1 DEVTYPE:partition DISKSEQ:5 MAJOR:259 MINOR:1 PARTN:1 SEQNUM:1751 SUBSYSTEM:block]}
[ 3.127420] booster: found a new device /dev/nvme0n1
[ 3.128737] booster: issue #222: 1
[ 3.130139] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2 Env:map[ACTION:add DEVNAME:nvme0n1p2 DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2 DEVTYPE:partition DISKSEQ:5 MAJOR:259 MINOR:2 PARTN:2 PARTNAME:arch SEQNUM:1752 SUBSYSTEM:block]}
[ 3.130967] booster: blkinfo for /dev/nvme0n1: type=gpt UUID=0a298f81-a328-4992-977e-44ea94b84274 LABEL=
[ 3.131538] booster: block device info &{path:/dev/sdc2 symlinks:[] format:mbr isFs:false uuid:[0 0 0 0] label: hwPath: wwid:[] data:}
[ 3.132757] booster: issue #222: 1
[ 3.134074] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/ng0n1 Env:map[ACTION:add DEVNAME:ng0n1 DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/ng0n1 MAJOR:238 MINOR:0 SEQNUM:1753 SUBSYSTEM:nvme-generic]}
[ 3.134749] booster: issue #222: 2
[ 3.135602] booster: issue #222: 3
[ 3.136413] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0 DRIVER:nvme MODALIAS:pci:v00002646d00005013sv00002646sd00005013bc01sc08i02 PCI_CLASS:10802 PCI_ID:2646:5013 PCI_SLOT_NAME:0000:01:00.0 PCI_SUBSYS_ID:2646:5013 SEQNUM:1754 SUBSYSTEM:pci]}
[ 3.136950] booster: issue #222: 4: nvme-eui.0026b7282b60d145
[ 3.137482] booster: issue #222: 5
[ 3.137999] booster: issue #222: 6
[ 3.138490] booster: issue #222: 7: {0 [193 42 115 40 248 31 17 210 186 75 0 160 201 62 201 59] [254 11 152 159 214 29 77 23 175 243 162 77 92 245 71 68] 0}
[ 3.138998] booster: issue #222: 7: {1 [79 104 188 227 232 205 77 177 150 231 251 202 249 132 183 9] [94 26 54 18 33 233 79 44 173 224 231 76 147 0 182 7] arch 0}
[ 3.140169] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-0:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-0:1.0 DEVTYPE:usb_interface DRIVER:hub INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0002d0604dc09dsc00dp01ic09isc00ip00in00 PRODUCT:1d6b/2/604 SEQNUM:1755 SUBSYSTEM:usb TYPE:9/0/1]}
[ 3.140788] booster: issue #222: 4: nvme-KINGSTON_SKC3000S1024G_50026B7282B60D14
[ 3.141763] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1 Env:map[ACTION:bind BUSNUM:001 DEVNAME:bus/usb/001/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:0 PRODUCT:1d6b/2/604 SEQNUM:1756 SUBSYSTEM:usb TYPE:9/0/1]}
[ 3.142271] booster: symlink /dev/nvme0n1 /dev/disk/by-id/nvme-KINGSTON_SKC3000S1024G_50026B7282B60D14
[ 3.142276] booster: found a new device /dev/nvme0n1p1
[ 3.142280] booster: found a new device /dev/nvme0n1p2
[ 3.143745] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2 Env:map[ACTION:add BUSNUM:002 DEVNAME:bus/usb/002/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2 DEVTYPE:usb_device MAJOR:189 MINOR:128 PRODUCT:1d6b/3/604 SEQNUM:1757 SUBSYSTEM:usb TYPE:9/0/3]}
[ 3.145026] booster: blkinfo for /dev/nvme0n1p1: type=fat UUID=3356f8d9 LABEL=NO NAME
[ 3.145633] booster: blkinfo for /dev/nvme0n1p2: type=ext4 UUID=e6097f16-8e4d-4ff4-952a-6c5323d95d15 LABEL=arch
[ 3.146564] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-0:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-0:1.0 DEVTYPE:usb_interface INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0003d0604dc09dsc00dp03ic09isc00ip00in00 PRODUCT:1d6b/3/604 SEQNUM:1758 SUBSYSTEM:usb TYPE:9/0/3]}
[ 3.147098] booster: issue #222: 1
[ 3.147718] booster: issue #222: 1
[ 3.148755] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-0:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-0:1.0 DEVTYPE:usb_interface DRIVER:hub INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0003d0604dc09dsc00dp03ic09isc00ip00in00 PRODUCT:1d6b/3/604 SEQNUM:1759 SUBSYSTEM:usb TYPE:9/0/3]}
[ 3.148780] booster: no match found for alias usb:v1D6Bp0003d0604dc09dsc00dp03ic09isc00ip00in00
[ 3.149313] booster: block device info &{path:/dev/nvme0n1p1 symlinks:[] format:fat isFs:false uuid:[51 86 248 217] label:NO NAME hwPath: wwid:[] data:}
[ 3.150792] booster: blkinfo for /dev/sdc1: type=ext4 UUID=718fa296-850e-4ec5-9217-e3c06ecbec51 LABEL=Storage 3
[ 3.151015] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2 Env:map[ACTION:bind BUSNUM:002 DEVNAME:bus/usb/002/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:128 PRODUCT:1d6b/3/604 SEQNUM:1760 SUBSYSTEM:usb TYPE:9/0/3]}
[ 3.152266] booster: block device info &{path:/dev/nvme0n1p2 symlinks:[] format:ext4 isFs:true uuid:[230 9 127 22 142 77 79 244 149 42 108 83 35 217 93 21] label:arch hwPath: wwid:[] data:}
[ 3.153876] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0 DRIVER:xhci_hcd MODALIAS:pci:v00001022d000043EEsv00001B21sd00001142bc0Csc03i30 PCI_CLASS:C0330 PCI_ID:1022:43EE PCI_SLOT_NAME:0000:02:00.0 PCI_SUBSYS_ID:1B21:1142 SEQNUM:1761 SUBSYSTEM:pci]}
[ 3.154526] booster: issue #222: 1
[ 3.155752] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/wakeup/wakeup31 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/wakeup/wakeup31 SEQNUM:1762 SUBSYSTEM:wakeup]}
[ 3.156366] booster: block device info &{path:/dev/sdc1 symlinks:[] format:ext4 isFs:true uuid:[113 143 162 150 133 14 78 197 146 23 227 192 110 203 236 81] label:Storage 3 hwPath: wwid:[] data:}
[ 3.157634] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3 Env:map[ACTION:add BUSNUM:003 DEVNAME:bus/usb/003/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3 DEVTYPE:usb_device MAJOR:189 MINOR:256 PRODUCT:1d6b/2/604 SEQNUM:1763 SUBSYSTEM:usb TYPE:9/0/1]}
[ 3.158750] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-0:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-0:1.0 DEVTYPE:usb_interface INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0002d0604dc09dsc00dp01ic09isc00ip00in00 PRODUCT:1d6b/2/604 SEQNUM:1764 SUBSYSTEM:usb TYPE:9/0/1]}
[ 3.159879] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-0:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-0:1.0 DEVTYPE:usb_interface DRIVER:hub INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0002d0604dc09dsc00dp01ic09isc00ip00in00 PRODUCT:1d6b/2/604 SEQNUM:1765 SUBSYSTEM:usb TYPE:9/0/1]}
[ 3.161014] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3 Env:map[ACTION:bind BUSNUM:003 DEVNAME:bus/usb/003/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:256 PRODUCT:1d6b/2/604 SEQNUM:1766 SUBSYSTEM:usb TYPE:9/0/1]}
[ 3.162153] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4 Env:map[ACTION:add BUSNUM:004 DEVNAME:bus/usb/004/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4 DEVTYPE:usb_device MAJOR:189 MINOR:384 PRODUCT:1d6b/3/604 SEQNUM:1767 SUBSYSTEM:usb TYPE:9/0/3]}
[ 3.163308] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4/4-0:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4/4-0:1.0 DEVTYPE:usb_interface INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0003d0604dc09dsc00dp03ic09isc00ip00in00 PRODUCT:1d6b/3/604 SEQNUM:1768 SUBSYSTEM:usb TYPE:9/0/3]}
[ 3.164478] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4/4-0:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4/4-0:1.0 DEVTYPE:usb_interface DRIVER:hub INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0003d0604dc09dsc00dp03ic09isc00ip00in00 PRODUCT:1d6b/3/604 SEQNUM:1769 SUBSYSTEM:usb TYPE:9/0/3]}
[ 3.165647] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4 Env:map[ACTION:bind BUSNUM:004 DEVNAME:bus/usb/004/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:384 PRODUCT:1d6b/3/604 SEQNUM:1770 SUBSYSTEM:usb TYPE:9/0/3]}
[ 3.166837] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3 DRIVER:xhci_hcd MODALIAS:pci:v00001022d0000149Csv00001849sd0000FFFFbc0Csc03i30 PCI_CLASS:C0330 PCI_ID:1022:149C PCI_SLOT_NAME:0000:07:00.3 PCI_SUBSYS_ID:1849:FFFF SEQNUM:1771 SUBSYSTEM:pci]}
[ 3.168017] booster: udev event {Action:add KObj:/bus/pci/drivers/xhci_hcd Env:map[ACTION:add DEVPATH:/bus/pci/drivers/xhci_hcd SEQNUM:1772 SUBSYSTEM:drivers]}
[ 3.168615] booster: udev event {Action:add KObj:/module/xhci_pci Env:map[ACTION:add DEVPATH:/module/xhci_pci SEQNUM:1773 SUBSYSTEM:module]}
[ 3.169228] booster: udev event {Action:add KObj:/module/aesni_intel Env:map[ACTION:add DEVPATH:/module/aesni_intel SEQNUM:1774 SUBSYSTEM:module]}
[ 3.327163] usb 1-3: new high-speed USB device number 2 using xhci_hcd
[ 3.564958] usb 1-3: New USB device found, idVendor=13fe, idProduct=4200, bcdDevice= 1.00
[ 3.564963] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.564965] usb 1-3: Product: USB DISK 2.0
[ 3.564966] usb 1-3: Manufacturer:
[ 3.564966] usb 1-3: SerialNumber: 070B4911AD2B0102
[ 3.565209] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3 Env:map[ACTION:add BUSNUM:001 DEVNAME:bus/usb/001/002 DEVNUM:002 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3 DEVTYPE:usb_device MAJOR:189 MINOR:1 PRODUCT:13fe/4200/100 SEQNUM:1775 SUBSYSTEM:usb TYPE:0/0/0]}
[ 3.575023] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0 DEVTYPE:usb_interface INTERFACE:8/6/80 MODALIAS:usb:v13FEp4200d0100dc00dsc00dp00ic08isc06ip50in00 PRODUCT:13fe/4200/100 SEQNUM:1776 SUBSYSTEM:usb TYPE:0/0/0]}
[ 3.576387] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3 Env:map[ACTION:bind BUSNUM:001 DEVNAME:bus/usb/001/002 DEVNUM:002 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:1 PRODUCT:13fe/4200/100 SEQNUM:1777 SUBSYSTEM:usb TYPE:0/0/0]}
[ 3.576429] booster: modalias usb:v13FEp4200d0100dc00dsc00dp00ic08isc06ip50in00 matched module uas
[ 3.578203] booster: modalias usb:v13FEp4200d0100dc00dsc00dp00ic08isc06ip50in00 matched module usb_storage
[ 3.578835] booster: loading module usb_storage
[ 3.582083] usb-storage 1-3:1.0: USB Mass Storage device detected
[ 3.582168] scsi host6: usb-storage 1-3:1.0
[ 3.582194] booster: udev event {Action:add KObj:/devices/virtual/workqueue/scsi_tmf_6 Env:map[ACTION:add DEVPATH:/devices/virtual/workqueue/scsi_tmf_6 SEQNUM:1778 SUBSYSTEM:workqueue]}
[ 3.582200] usbcore: registered new interface driver usb-storage
[ 3.582247] booster: loading module uas
[ 3.582896] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6 DEVTYPE:scsi_host SEQNUM:1779 SUBSYSTEM:scsi]}
[ 3.584123] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/scsi_host/host6 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/scsi_host/host6 SEQNUM:1780 SUBSYSTEM:scsi_host]}
[ 3.585329] usbcore: registered new interface driver uas
[ 3.585333] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0 DEVTYPE:usb_interface DRIVER:usb-storage INTERFACE:8/6/80 MODALIAS:usb:v13FEp4200d0100dc00dsc00dp00ic08isc06ip50in00 PRODUCT:13fe/4200/100 SEQNUM:1781 SUBSYSTEM:usb TYPE:0/0/0]}
[ 3.586562] booster: udev event {Action:add KObj:/bus/usb/drivers/usb-storage Env:map[ACTION:add DEVPATH:/bus/usb/drivers/usb-storage SEQNUM:1782 SUBSYSTEM:drivers]}
[ 3.587171] booster: udev event {Action:add KObj:/module/usb_storage Env:map[ACTION:add DEVPATH:/module/usb_storage SEQNUM:1783 SUBSYSTEM:module]}
[ 3.587775] booster: udev event {Action:add KObj:/bus/usb/drivers/uas Env:map[ACTION:add DEVPATH:/bus/usb/drivers/uas SEQNUM:1784 SUBSYSTEM:drivers]}
[ 3.588383] booster: udev event {Action:add KObj:/module/uas Env:map[ACTION:add DEVPATH:/module/uas SEQNUM:1785 SUBSYSTEM:module]}
[ 3.664818] usb 2-4: new SuperSpeed USB device number 2 using xhci_hcd
[ 3.681966] usb 2-4: New USB device found, idVendor=0bc2, idProduct=231a, bcdDevice= 7.08
[ 3.681972] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.681973] usb 2-4: Product: Expansion
[ 3.681974] usb 2-4: Manufacturer: Seagate
[ 3.681975] usb 2-4: SerialNumber: NA8QL1N8
[ 3.682227] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4 Env:map[ACTION:add BUSNUM:002 DEVNAME:bus/usb/002/002 DEVNUM:002 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4 DEVTYPE:usb_device MAJOR:189 MINOR:129 PRODUCT:bc2/231a/708 SEQNUM:1786 SUBSYSTEM:usb TYPE:0/0/0]}
[ 3.691482] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0 DEVTYPE:usb_interface INTERFACE:8/6/80 MODALIAS:usb:v0BC2p231Ad0708dc00dsc00dp00ic08isc06ip50in00 PRODUCT:bc2/231a/708 SEQNUM:1787 SUBSYSTEM:usb TYPE:0/0/0]}
[ 3.692889] booster: modalias usb:v0BC2p231Ad0708dc00dsc00dp00ic08isc06ip50in00 matched module uas
[ 3.693504] booster: modalias usb:v0BC2p231Ad0708dc00dsc00dp00ic08isc06ip50in00 matched module usb_storage
[ 3.709450] booster: udev event {Action:add KObj:/devices/virtual/workqueue/scsi_tmf_7 Env:map[ACTION:add DEVPATH:/devices/virtual/workqueue/scsi_tmf_7 SEQNUM:1788 SUBSYSTEM:workqueue]}
[ 3.713433] scsi host7: uas
[ 3.713479] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7 DEVTYPE:scsi_host SEQNUM:1789 SUBSYSTEM:scsi]}
[ 3.714030] scsi 7:0:0:0: Direct-Access Seagate Expansion 0708 PQ: 0 ANSI: 6
[ 3.714274] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/scsi_host/host7 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/scsi_host/host7 SEQNUM:1790 SUBSYSTEM:scsi_host]}
[ 3.715553] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0 DEVTYPE:usb_interface DRIVER:uas INTERFACE:8/6/98 MODALIAS:usb:v0BC2p231Ad0708dc00dsc00dp00ic08isc06ip62in00 PRODUCT:bc2/231a/708 SEQNUM:1791 SUBSYSTEM:usb TYPE:0/0/0]}
[ 3.716046] sd 7:0:0:0: [sde] 976773167 512-byte logical blocks: (500 GB/466 GiB)
[ 3.716048] sd 7:0:0:0: [sde] 4096-byte physical blocks
[ 3.716195] sd 7:0:0:0: [sde] Write Protect is off
[ 3.716196] sd 7:0:0:0: [sde] Mode Sense: 53 00 00 08
[ 3.716477] sd 7:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 3.716849] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4 Env:map[ACTION:bind BUSNUM:002 DEVNAME:bus/usb/002/002 DEVNUM:002 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:129 PRODUCT:bc2/231a/708 SEQNUM:1792 SUBSYSTEM:usb TYPE:0/0/0]}
[ 3.716899] booster: modalias usb:v0BC2p231Ad0708dc00dsc00dp00ic08isc06ip62in00 matched module uas
[ 3.716911] sd 7:0:0:0: [sde] Preferred minimum I/O size 4096 bytes
[ 3.716912] sd 7:0:0:0: [sde] Optimal transfer size 33553920 bytes not a multiple of preferred minimum block size (4096 bytes)
[ 3.718114] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/target7:0:0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/target7:0:0 DEVTYPE:scsi_target SEQNUM:1793 SUBSYSTEM:scsi]}
[ 3.719405] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/target7:0:0/7:0:0:0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/target7:0:0/7:0:0:0 DEVTYPE:scsi_device MODALIAS:scsi:t-0x00 SEQNUM:1794 SUBSYSTEM:scsi]}
[ 3.720663] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/target7:0:0/7:0:0:0/scsi_device/7:0:0:0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/target7:0:0/7:0:0:0/scsi_device/7:0:0:0 SEQNUM:1795 SUBSYSTEM:scsi_device]}
[ 3.720706] booster: no match found for alias scsi:t_0x00
[ 3.721944] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/target7:0:0/7:0:0:0/bsg/7:0:0:0 Env:map[ACTION:add DEVNAME:bsg/7:0:0:0 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/target7:0:0/7:0:0:0/bsg/7:0:0:0 MAJOR:242 MINOR:4 SEQNUM:1796 SUBSYSTEM:bsg]}
[ 3.723211] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/target7:0:0/7:0:0:0/scsi_disk/7:0:0:0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/target7:0:0/7:0:0:0/scsi_disk/7:0:0:0 SEQNUM:1797 SUBSYSTEM:scsi_disk]}
[ 3.724511] booster: udev event {Action:add KObj:/devices/virtual/bdi/8:64 Env:map[ACTION:add DEVPATH:/devices/virtual/bdi/8:64 SEQNUM:1798 SUBSYSTEM:bdi]}
[ 3.787094] sde: sde1
[ 3.787533] sd 7:0:0:0: [sde] Attached SCSI disk
[ 3.787613] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/target7:0:0/7:0:0:0/block/sde Env:map[ACTION:add DEVNAME:sde DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/target7:0:0/7:0:0:0/block/sde DEVTYPE:disk DISKSEQ:6 MAJOR:8 MINOR:64 SEQNUM:1799 SUBSYSTEM:block]}
[ 3.789040] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/target7:0:0/7:0:0:0/block/sde/sde1 Env:map[ACTION:add DEVNAME:sde1 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/target7:0:0/7:0:0:0/block/sde/sde1 DEVTYPE:partition DISKSEQ:6 MAJOR:8 MINOR:65 PARTN:1 PARTNAME:Linux filesystem SEQNUM:1800 SUBSYSTEM:block]}
[ 3.789071] booster: found a new device /dev/sde
[ 3.790347] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/target7:0:0/7:0:0:0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/target7:0:0/7:0:0:0 DEVTYPE:scsi_device DRIVER:sd MODALIAS:scsi:t-0x00 SEQNUM:1801 SUBSYSTEM:scsi]}
[ 3.792974] booster: blkinfo for /dev/sde: type=gpt UUID=8928e56b-21bc-41d9-a77e-189095d92997 LABEL=
[ 3.793620] booster: issue #222: 1
[ 3.794228] booster: issue #222: 2
[ 3.795521] booster: issue #222: 3
[ 3.796114] booster: issue #222: 4: usb-Seagate_Expansion_ NA8QL1N8-0:0
[ 3.796704] booster: issue #222: 5
[ 3.797284] booster: issue #222: 6
[ 3.797847] booster: issue #222: 7: {0 [15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] [208 84 20 149 156 19 78 25 154 191 76 75 11 173 209 234] Linux filesystem 0}
[ 3.798433] booster: issue #222: 8
[ 3.799141] booster: issue #222: 9
[ 3.799702] booster: issue #222: 10
[ 3.800270] booster: issue #222: 11: {0 [15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] [208 84 20 149 156 19 78 25 154 191 76 75 11 173 209 234] Linux filesystem 0}
[ 3.800857] booster: issue #222: 12
[ 3.801437] booster: block device info &{path:/dev/sde symlinks:[] format:gpt isFs:false uuid:[137 40 229 107 33 188 65 217 167 126 24 144 149 217 41 151] label: hwPath:pci-0000:02:00.0-usb-0:4:1.0-scsi-7:0:0:0 wwid:[usb-Seagate_Expansion_ NA8QL1N8-0:0] data:{partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[208 84 20 149 156 19 78 25 154 191 76 75 11 173 209 234] name:Linux filesystem attributes:0}]}}
[ 3.802613] booster: handling gpt block device &{path:/dev/sde symlinks:[] format:gpt isFs:false uuid:[137 40 229 107 33 188 65 217 167 126 24 144 149 217 41 151] label: hwPath:pci-0000:02:00.0-usb-0:4:1.0-scsi-7:0:0:0 wwid:[usb-Seagate_Expansion_ NA8QL1N8-0:0] data:{partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[208 84 20 149 156 19 78 25 154 191 76 75 11 173 209 234] name:Linux filesystem attributes:0}]}}
[ 3.803807] booster: its partitions: {partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[208 84 20 149 156 19 78 25 154 191 76 75 11 173 209 234] name:Linux filesystem attributes:0}]}
[ 3.804397] booster: in autodiscovery mode
[ 3.804998] booster: found a new device /dev/sde1
[ 3.806102] booster: blkinfo for /dev/sde1: type=ext4 UUID=bfd47913-6f62-4e12-804b-a40b1240e4d9 LABEL=Pocket
[ 3.806696] booster: issue #222: 1
[ 3.807284] booster: block device info &{path:/dev/sde1 symlinks:[] format:ext4 isFs:true uuid:[191 212 121 19 111 98 78 18 128 75 164 11 18 64 228 217] label:Pocket hwPath: wwid:[] data:}
[ 3.870588] usb 1-5: new low-speed USB device number 3 using xhci_hcd
[ 4.186978] usb 1-5: New USB device found, idVendor=047d, idProduct=1020, bcdDevice= 1.08
[ 4.186983] usb 1-5: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 4.186984] usb 1-5: Product: Kensington Expert Mouse
[ 4.187227] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5 Env:map[ACTION:add BUSNUM:001 DEVNAME:bus/usb/001/003 DEVNUM:003 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5 DEVTYPE:usb_device MAJOR:189 MINOR:2 PRODUCT:47d/1020/108 SEQNUM:1802 SUBSYSTEM:usb TYPE:0/0/0]}
[ 4.193529] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5 Env:map[ACTION:change BUSNUM:001 DEVNAME:bus/usb/001/003 DEVNUM:003 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:2 PRODUCT:47d/1020/108 SEQNUM:1803 SUBSYSTEM:usb TYPE:0/0/0]}
[ 4.194816] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0 DEVTYPE:usb_interface INTERFACE:3/1/2 MODALIAS:usb:v047Dp1020d0108dc00dsc00dp00ic03isc01ip02in00 PRODUCT:47d/1020/108 SEQNUM:1804 SUBSYSTEM:usb TYPE:0/0/0]}
[ 4.195986] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5 Env:map[ACTION:bind BUSNUM:001 DEVNAME:bus/usb/001/003 DEVNUM:003 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:2 PRODUCT:47d/1020/108 SEQNUM:1805 SUBSYSTEM:usb TYPE:0/0/0]}
[ 4.196035] booster: modalias usb:v047Dp1020d0108dc00dsc00dp00ic03isc01ip02in00 matched module usbhid
[ 4.197819] booster: loading module usbhid
[ 4.210564] input: Kensington Expert Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0001/input/input2
[ 4.210583] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0001 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0001 HID_ID:0003:0000047D:00001020 HID_NAME:Kensington Expert Mouse HID_PHYS:usb-0000:02:00.0-5/input0 HID_UNIQ: MODALIAS:hid:b0003g0001v0000047Dp00001020 SEQNUM:1806 SUBSYSTEM:hid]}
[ 4.210804] hid-generic 0003:047D:1020.0001: input,hidraw0: USB HID v1.11 Mouse [Kensington Expert Mouse] on usb-0000:02:00.0-5/input0
[ 4.210820] usbcore: registered new interface driver usbhid
[ 4.210821] usbhid: USB HID core driver
[ 4.211888] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0001/input/input2 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0001/input/input2 EV:17 KEY:1f0000 0 0 0 0 MODALIAS:input:b0003v047Dp1020e0111-e0,1,2,4,k110,111,112,113,114,r0,1,8,B,am4,lsfw MSC:10 NAME:"Kensington Expert Mouse" PHYS:"usb-0000:02:00.0-5/input0" PRODUCT:3/47d/1020/111 PROP:0 REL:903 SEQNUM:1807 SUBSYSTEM:input UNIQ:""]}
[ 4.211911] booster: no match found for alias hid:b0003g0001v0000047Dp00001020
[ 4.213843] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0001/input/input2/event2 Env:map[ACTION:add DEVNAME:input/event2 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0001/input/input2/event2 MAJOR:13 MINOR:66 SEQNUM:1808 SUBSYSTEM:input]}
[ 4.213883] booster: no match found for alias input:b0003v047Dp1020e0111_e0,1,2,4,k110,111,112,113,114,r0,1,8,B,am4,lsfw
[ 4.215083] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0001/hidraw/hidraw0 Env:map[ACTION:add DEVNAME:hidraw0 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0001/hidraw/hidraw0 MAJOR:240 MINOR:0 SEQNUM:1809 SUBSYSTEM:hidraw]}
[ 4.216323] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0001 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0001 DRIVER:hid-generic HID_ID:0003:0000047D:00001020 HID_NAME:Kensington Expert Mouse HID_PHYS:usb-0000:02:00.0-5/input0 HID_UNIQ: MODALIAS:hid:b0003g0001v0000047Dp00001020 SEQNUM:1810 SUBSYSTEM:hid]}
[ 4.217583] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0 DEVTYPE:usb_interface DRIVER:usbhid INTERFACE:3/1/2 MODALIAS:usb:v047Dp1020d0108dc00dsc00dp00ic03isc01ip02in00 PRODUCT:47d/1020/108 SEQNUM:1811 SUBSYSTEM:usb TYPE:0/0/0]}
[ 4.218823] booster: udev event {Action:add KObj:/bus/usb/drivers/usbhid Env:map[ACTION:add DEVPATH:/bus/usb/drivers/usbhid SEQNUM:1812 SUBSYSTEM:drivers]}
[ 4.219445] booster: udev event {Action:add KObj:/module/usbhid Env:map[ACTION:add DEVPATH:/module/usbhid SEQNUM:1813 SUBSYSTEM:module]}
[ 4.317173] usb 1-6: new low-speed USB device number 4 using xhci_hcd
[ 4.598313] scsi 6:0:0:0: Direct-Access USB DISK 2.0 PMAP PQ: 0 ANSI: 6
[ 4.598442] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0 DEVTYPE:scsi_target SEQNUM:1814 SUBSYSTEM:scsi]}
[ 4.599367] sd 6:0:0:0: [sdf] 124846080 512-byte logical blocks: (63.9 GB/59.5 GiB)
[ 4.599959] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0/6:0:0:0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0/6:0:0:0 DEVTYPE:scsi_device MODALIAS:scsi:t-0x00 SEQNUM:1815 SUBSYSTEM:scsi]}
[ 4.600826] sd 6:0:0:0: [sdf] Write Protect is off
[ 4.600828] sd 6:0:0:0: [sdf] Mode Sense: 23 00 00 00
[ 4.601365] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0/6:0:0:0/scsi_device/6:0:0:0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0/6:0:0:0/scsi_device/6:0:0:0 SEQNUM:1816 SUBSYSTEM:scsi_device]}
[ 4.602251] sd 6:0:0:0: [sdf] No Caching mode page found
[ 4.602252] sd 6:0:0:0: [sdf] Assuming drive cache: write through
[ 4.602567] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0/6:0:0:0/bsg/6:0:0:0 Env:map[ACTION:add DEVNAME:bsg/6:0:0:0 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0/6:0:0:0/bsg/6:0:0:0 MAJOR:242 MINOR:5 SEQNUM:1817 SUBSYSTEM:bsg]}
[ 4.603769] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0/6:0:0:0/scsi_disk/6:0:0:0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0/6:0:0:0/scsi_disk/6:0:0:0 SEQNUM:1818 SUBSYSTEM:scsi_disk]}
[ 4.605003] booster: udev event {Action:add KObj:/devices/virtual/bdi/8:80 Env:map[ACTION:add DEVPATH:/devices/virtual/bdi/8:80 SEQNUM:1819 SUBSYSTEM:bdi]}
[ 4.608506] sdf: sdf1 sdf2
[ 4.608586] sd 6:0:0:0: [sdf] Attached SCSI removable disk
[ 4.608624] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0/6:0:0:0/block/sdf Env:map[ACTION:add DEVNAME:sdf DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0/6:0:0:0/block/sdf DEVTYPE:disk DISKSEQ:7 MAJOR:8 MINOR:80 SEQNUM:1820 SUBSYSTEM:block]}
[ 4.610072] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0/6:0:0:0/block/sdf/sdf1 Env:map[ACTION:add DEVNAME:sdf1 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0/6:0:0:0/block/sdf/sdf1 DEVTYPE:partition DISKSEQ:7 MAJOR:8 MINOR:81 PARTN:1 SEQNUM:1821 SUBSYSTEM:block]}
[ 4.610084] booster: found a new device /dev/sdf
[ 4.611310] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0/6:0:0:0/block/sdf/sdf2 Env:map[ACTION:add DEVNAME:sdf2 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0/6:0:0:0/block/sdf/sdf2 DEVTYPE:partition DISKSEQ:7 MAJOR:8 MINOR:82 PARTN:2 SEQNUM:1822 SUBSYSTEM:block]}
[ 4.612554] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0/6:0:0:0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0/6:0:0:0 DEVTYPE:scsi_device DRIVER:sd MODALIAS:scsi:t-0x00 SEQNUM:1823 SUBSYSTEM:scsi]}
[ 4.614601] booster: blkinfo for /dev/sdf: type=mbr UUID=48635238 LABEL=
[ 4.615440] booster: issue #222: 1
[ 4.616142] booster: issue #222: 2
[ 4.618963] booster: issue #222: 3
[ 4.619719] booster: issue #222: 4: usb-_USB_DISK_2.0_007100B24090
[ 4.620370] booster: symlink /dev/sdf /dev/disk/by-id/usb-_USB_DISK_2.0_007100B24090
[ 4.620385] booster: found a new device /dev/sdf1
[ 4.620393] booster: found a new device /dev/sdf2
[ 4.624293] booster: blkinfo for /dev/sdf1: type=mbr UUID=00000000 LABEL=
[ 4.625003] booster: symlink /dev/sdf1 /dev/disk/by-uuid/00000000: file exists
[ 4.625583] booster: issue #222: 1
[ 4.626162] booster: block device info &{path:/dev/sdf1 symlinks:[] format:mbr isFs:false uuid:[0 0 0 0] label: hwPath: wwid:[] data:}
[ 4.626545] booster: blkinfo for /dev/sdf2: type=fat UUID=83a6e98e LABEL=VTOYEFI
[ 4.627332] booster: issue #222: 1
[ 4.627893] booster: block device info &{path:/dev/sdf2 symlinks:[] format:fat isFs:false uuid:[131 166 233 142] label:VTOYEFI hwPath: wwid:[] data:}
[ 4.637443] usb 1-6: New USB device found, idVendor=1a2c, idProduct=2124, bcdDevice= 1.10
[ 4.637446] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.637447] usb 1-6: Product: USB Keyboard
[ 4.637448] usb 1-6: Manufacturer: SEM
[ 4.637566] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6 Env:map[ACTION:add BUSNUM:001 DEVNAME:bus/usb/001/004 DEVNUM:004 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6 DEVTYPE:usb_device MAJOR:189 MINOR:3 PRODUCT:1a2c/2124/110 SEQNUM:1824 SUBSYSTEM:usb TYPE:0/0/0]}
[ 4.648575] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6 Env:map[ACTION:change BUSNUM:001 DEVNAME:bus/usb/001/004 DEVNUM:004 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:3 PRODUCT:1a2c/2124/110 SEQNUM:1825 SUBSYSTEM:usb TYPE:0/0/0]}
[ 4.649985] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0 DEVTYPE:usb_interface INTERFACE:3/1/1 MODALIAS:usb:v1A2Cp2124d0110dc00dsc00dp00ic03isc01ip01in00 PRODUCT:1a2c/2124/110 SEQNUM:1826 SUBSYSTEM:usb TYPE:0/0/0]}
[ 4.651168] booster: modalias usb:v1A2Cp2124d0110dc00dsc00dp00ic03isc01ip01in00 matched module usbhid
[ 4.659543] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002 HID_ID:0003:00001A2C:00002124 HID_NAME:SEM USB Keyboard HID_PHYS:usb-0000:02:00.0-6/input0 HID_UNIQ: MODALIAS:hid:b0003g0001v00001A2Cp00002124 SEQNUM:1827 SUBSYSTEM:hid]}
[ 4.659554] input: SEM USB Keyboard as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3
[ 4.660789] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/wakeup/wakeup32 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/wakeup/wakeup32 SEQNUM:1828 SUBSYSTEM:wakeup]}
[ 4.660826] booster: no match found for alias hid:b0003g0001v00001A2Cp00002124
[ 4.661388] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3 EV:120013 KEY:1000000000007 ff800000000007ff febeffdff3cfffff fffffffffffffffe LED:7 MODALIAS:input:b0003v1A2Cp2124e0110-e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,sfw MSC:10 NAME:"SEM USB Keyboard" PHYS:"usb-0000:02:00.0-6/input0" PRODUCT:3/1a2c/2124/110 PROP:0 SEQNUM:1829 SUBSYSTEM:input UNIQ:""]}
[ 4.663157] booster: no match found for alias input:b0003v1A2Cp2124e0110_e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,sfw
[ 4.713606] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::numlock Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::numlock SEQNUM:1830 SUBSYSTEM:leds]}
[ 4.713838] hid-generic 0003:1A2C:2124.0002: input,hidraw1: USB HID v1.10 Keyboard [SEM USB Keyboard] on usb-0000:02:00.0-6/input0
[ 4.714864] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::numlock Env:map[ACTION:change DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::numlock SEQNUM:1831 SUBSYSTEM:leds TRIGGER:kbd-numlock]}
[ 4.716025] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::capslock Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::capslock SEQNUM:1832 SUBSYSTEM:leds]}
[ 4.717193] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::capslock Env:map[ACTION:change DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::capslock SEQNUM:1833 SUBSYSTEM:leds TRIGGER:kbd-capslock]}
[ 4.718351] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::scrolllock Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::scrolllock SEQNUM:1834 SUBSYSTEM:leds]}
[ 4.719519] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::scrolllock Env:map[ACTION:change DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::scrolllock SEQNUM:1835 SUBSYSTEM:leds TRIGGER:kbd-scrolllock]}
[ 4.720685] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/event3 Env:map[ACTION:add DEVNAME:input/event3 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/event3 MAJOR:13 MINOR:67 SEQNUM:1836 SUBSYSTEM:input]}
[ 4.721869] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/hidraw/hidraw1 Env:map[ACTION:add DEVNAME:hidraw1 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/hidraw/hidraw1 MAJOR:240 MINOR:1 SEQNUM:1837 SUBSYSTEM:hidraw]}
[ 4.723074] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002 DRIVER:hid-generic HID_ID:0003:00001A2C:00002124 HID_NAME:SEM USB Keyboard HID_PHYS:usb-0000:02:00.0-6/input0 HID_UNIQ: MODALIAS:hid:b0003g0001v00001A2Cp00002124 SEQNUM:1838 SUBSYSTEM:hid]}
[ 4.723570] input: SEM USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input4
[ 4.724284] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0 DEVTYPE:usb_interface DRIVER:usbhid INTERFACE:3/1/1 MODALIAS:usb:v1A2Cp2124d0110dc00dsc00dp00ic03isc01ip01in00 PRODUCT:1a2c/2124/110 SEQNUM:1839 SUBSYSTEM:usb TYPE:0/0/0]}
[ 4.725491] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1 DEVTYPE:usb_interface INTERFACE:3/0/0 MODALIAS:usb:v1A2Cp2124d0110dc00dsc00dp00ic03isc00ip00in01 PRODUCT:1a2c/2124/110 SEQNUM:1840 SUBSYSTEM:usb TYPE:0/0/0]}
[ 4.726695] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003 HID_ID:0003:00001A2C:00002124 HID_NAME:SEM USB Keyboard HID_PHYS:usb-0000:02:00.0-6/input1 HID_UNIQ: MODALIAS:hid:b0003g0001v00001A2Cp00002124 SEQNUM:1841 SUBSYSTEM:hid]}
[ 4.726723] booster: modalias usb:v1A2Cp2124d0110dc00dsc00dp00ic03isc00ip00in01 matched module usbhid
[ 4.727925] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input4 Env:map[ABS:100000000 ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input4 EV:1f KEY:33eff 0 0 483ffff17aff32d bfd4444600000000 1 130c730b17c000 267bfad9415fed 9e168000004400 10000002 MODALIAS:input:b0003v1A2Cp2124e0110-e0,1,2,3,4,k71,72,73,74,77,80,82,83,85,86,87,88,89,8A,8B,8C,8E,90,96,98,9B,9C,9E,9F,A1,A3,A4,A5,A6,A7,A8,A9,AB,AC,AD,AE,B1,B2,B5,CE,CF,D0,D1,D2,D4,D8,D9,DB,E0,E1,E4,E5,E6,EA,EB,F0,F1,F4,100,161,162,166,16A,16E,172,174,176,177,178,179,17A,17B,17C,17D,17F,180,182,183,185,188,189,18C,18D,18E,18F,190,191,192,193,195,197,198,199,19A,19C,1A0,1A1,1A2,1A3,1A4,1A5,1A6,1A7,1A8,1A9,1AA,1AB,1AC,1AD,1AE,1AF,1B0,1B1,1B7,1BA,240,241,242,243,244,245,246,247,249,24A,24B,24C,24D,250,251,r6,C,a20,m4,lsfw MSC...
[ 4.730981] booster: no match found for alias input:b0003v1A2Cp2124e0110_e0,1,2,3,4,k71,72,73,74,77,80,82,83,85,86,87,88,89,8A,8B,8C,8E,90,96,98,9B,9C,9E,9F,A1,A3,A4,A5,A6,A7,A8,A9,AB,AC,AD,AE,B1,B2,B5,CE,CF,D0,D1,D2,D4,D8,D9,DB,E0,E1,E4,E5,E6,EA,EB,F0,F1,F4,100,161,162,166,16A,16E,172,174,176,177,178,179,17A,17B,17C,17D,17F,180,182,183,185,188,189,18C,18D,18E,18F,190,191,192,193,195,197,198,199,19A,19C,1A0,1A1,1A2,1A3,1A4,1A5,1A6,1A7,1A8,1A9,1AA,1AB,1AC,1AD,1AE,1AF,1B0,1B1,1B7,1BA,240,241,242,243,244,245,246,247,249,24A,24B,24C,24D,250,251,r6,C,a20,m4,lsfw
[ 4.780275] input: SEM USB Keyboard System Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input5
[ 4.780311] hid-generic 0003:1A2C:2124.0003: input,hidraw2: USB HID v1.10 Device [SEM USB Keyboard] on usb-0000:02:00.0-6/input1
[ 4.780438] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input4/event4 Env:map[ACTION:add DEVNAME:input/event4 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input4/event4 MAJOR:13 MINOR:68 SEQNUM:1843 SUBSYSTEM:input]}
[ 4.781805] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input5 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input5 EV:13 KEY:c000 10000000000000 0 MODALIAS:input:b0003v1A2Cp2124e0110-e0,1,4,k74,8E,8F,ram4,lsfw MSC:10 NAME:"SEM USB Keyboard System Control" PHYS:"usb-0000:02:00.0-6/input1" PRODUCT:3/1a2c/2124/110 PROP:0 SEQNUM:1844 SUBSYSTEM:input UNIQ:""]}
[ 4.783714] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input5/event5 Env:map[ACTION:add DEVNAME:input/event5 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input5/event5 MAJOR:13 MINOR:69 SEQNUM:1845 SUBSYSTEM:input]}
[ 4.783733] booster: no match found for alias input:b0003v1A2Cp2124e0110_e0,1,4,k74,8E,8F,ram4,lsfw
[ 4.785051] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/hidraw/hidraw2 Env:map[ACTION:add DEVNAME:hidraw2 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/hidraw/hidraw2 MAJOR:240 MINOR:2 SEQNUM:1846 SUBSYSTEM:hidraw]}
[ 4.787159] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003 DRIVER:hid-generic HID_ID:0003:00001A2C:00002124 HID_NAME:SEM USB Keyboard HID_PHYS:usb-0000:02:00.0-6/input1 HID_UNIQ: MODALIAS:hid:b0003g0001v00001A2Cp00002124 SEQNUM:1847 SUBSYSTEM:hid]}
[ 4.788551] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1 DEVTYPE:usb_interface DRIVER:usbhid INTERFACE:3/0/0 MODALIAS:usb:v1A2Cp2124d0110dc00dsc00dp00ic03isc00ip00in01 PRODUCT:1a2c/2124/110 SEQNUM:1848 SUBSYSTEM:usb TYPE:0/0/0]}
[ 4.789971] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6 Env:map[ACTION:bind BUSNUM:001 DEVNAME:bus/usb/001/004 DEVNUM:004 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:3 PRODUCT:1a2c/2124/110 SEQNUM:1849 SUBSYSTEM:usb TYPE:0/0/0]}
[ 4.903830] usb 1-7: new high-speed USB device number 5 using xhci_hcd
[ 5.132869] usb 1-7: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=60.60
[ 5.132874] usb 1-7: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 5.132875] usb 1-7: Product: USB2.0 Hub
[ 5.133067] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7 Env:map[ACTION:add BUSNUM:001 DEVNAME:bus/usb/001/005 DEVNUM:005 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7 DEVTYPE:usb_device MAJOR:189 MINOR:4 PRODUCT:5e3/610/6060 SEQNUM:1850 SUBSYSTEM:usb TYPE:9/0/2]}
[ 5.141867] hub 1-7:1.0: USB hub found
[ 5.141924] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7 Env:map[ACTION:change BUSNUM:001 DEVNAME:bus/usb/001/005 DEVNUM:005 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:4 PRODUCT:5e3/610/6060 SEQNUM:1851 SUBSYSTEM:usb TYPE:9/0/2]}
[ 5.143556] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7/1-7:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7/1-7:1.0 DEVTYPE:usb_interface INTERFACE:9/0/1 MODALIAS:usb:v05E3p0610d6060dc09dsc00dp02ic09isc00ip01in00 PRODUCT:5e3/610/6060 SEQNUM:1852 SUBSYSTEM:usb TYPE:9/0/2]}
[ 5.145045] booster: no match found for alias usb:v05E3p0610d6060dc09dsc00dp02ic09isc00ip01in00
[ 5.145860] hub 1-7:1.0: 4 ports detected
[ 5.177184] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7/1-7:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7/1-7:1.0 DEVTYPE:usb_interface DRIVER:hub INTERFACE:9/0/2 MODALIAS:usb:v05E3p0610d6060dc09dsc00dp02ic09isc00ip02in00 PRODUCT:5e3/610/6060 SEQNUM:1853 SUBSYSTEM:usb TYPE:9/0/2]}
[ 5.178782] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7 Env:map[ACTION:bind BUSNUM:001 DEVNAME:bus/usb/001/005 DEVNUM:005 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:4 PRODUCT:5e3/610/6060 SEQNUM:1854 SUBSYSTEM:usb TYPE:9/0/2]}
[ 5.178824] booster: no match found for alias usb:v05E3p0610d6060dc09dsc00dp02ic09isc00ip02in00
[ 5.300523] usb 1-10: new full-speed USB device number 6 using xhci_hcd
[ 5.622610] usb 1-10: New USB device found, idVendor=26ce, idProduct=01a2, bcdDevice= 0.00
[ 5.622615] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 5.622617] usb 1-10: Product: LED Controller
[ 5.622618] usb 1-10: Manufacturer: ASRock
[ 5.622618] usb 1-10: SerialNumber: A02019100900
[ 5.622799] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10 Env:map[ACTION:add BUSNUM:001 DEVNAME:bus/usb/001/006 DEVNUM:006 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10 DEVTYPE:usb_device MAJOR:189 MINOR:5 PRODUCT:26ce/1a2/0 SEQNUM:1855 SUBSYSTEM:usb TYPE:0/0/0]}
[ 5.636437] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0 DEVTYPE:usb_interface INTERFACE:3/0/0 MODALIAS:usb:v26CEp01A2d0000dc00dsc00dp00ic03isc00ip00in00 PRODUCT:26ce/1a2/0 SEQNUM:1856 SUBSYSTEM:usb TYPE:0/0/0]}
[ 5.638013] booster: modalias usb:v26CEp01A2d0000dc00dsc00dp00ic03isc00ip00in00 matched module usbhid
[ 5.650421] input: ASRock LED Controller as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004/input/input6
[ 5.650440] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004 HID_ID:0003:000026CE:000001A2 HID_NAME:ASRock LED Controller HID_PHYS:usb-0000:02:00.0-10/input0 HID_UNIQ:A02019100900 MODALIAS:hid:b0003g0001v000026CEp000001A2 SEQNUM:1857 SUBSYSTEM:hid]}
[ 5.652018] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004/input/input6 Env:map[ABS:100000101ff ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004/input/input6 EV:1b KEY:40000001000000 1200000000 c00000000000000 100000800000000 40000010cc00 10168000000000 0 MODALIAS:input:b0003v26CEp01A2e0110-e0,1,3,4,k74,8A,8B,8E,8F,94,AE,E3,F8,13A,13B,161,164,198,1B6,ra0,1,2,3,4,5,6,7,8,10,28,m4,lsfw MSC:10 NAME:"ASRock LED Controller" PHYS:"usb-0000:02:00.0-10/input0" PRODUCT:3/26ce/1a2/110 PROP:0 SEQNUM:1858 SUBSYSTEM:input UNIQ:"A02019100900"]}
[ 5.652115] booster: no match found for alias hid:b0003g0001v000026CEp000001A2
[ 5.654336] booster: no match found for alias input:b0003v26CEp01A2e0110_e0,1,3,4,k74,8A,8B,8E,8F,94,AE,E3,F8,13A,13B,161,164,198,1B6,ra0,1,2,3,4,5,6,7,8,10,28,m4,lsfw
[ 5.707015] hid-generic 0003:26CE:01A2.0004: input,hidraw3: USB HID v1.10 Device [ASRock LED Controller] on usb-0000:02:00.0-10/input0
[ 5.707050] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004/input/input6/event6 Env:map[ACTION:add DEVNAME:input/event6 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004/input/input6/event6 MAJOR:13 MINOR:70 SEQNUM:1859 SUBSYSTEM:input]}
[ 5.708664] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004/hidraw/hidraw3 Env:map[ACTION:add DEVNAME:hidraw3 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004/hidraw/hidraw3 MAJOR:240 MINOR:3 SEQNUM:1860 SUBSYSTEM:hidraw]}
[ 5.710117] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004 DRIVER:hid-generic HID_ID:0003:000026CE:000001A2 HID_NAME:ASRock LED Controller HID_PHYS:usb-0000:02:00.0-10/input0 HID_UNIQ:A02019100900 MODALIAS:hid:b0003g0001v000026CEp000001A2 SEQNUM:1861 SUBSYSTEM:hid]}
[ 5.711577] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0 DEVTYPE:usb_interface DRIVER:usbhid INTERFACE:3/0/0 MODALIAS:usb:v26CEp01A2d0000dc00dsc00dp00ic03isc00ip00in00 PRODUCT:26ce/1a2/0 SEQNUM:1862 SUBSYSTEM:usb TYPE:0/0/0]}
[ 5.713037] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10 Env:map[ACTION:bind BUSNUM:001 DEVNAME:bus/usb/001/006 DEVNUM:006 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:5 PRODUCT:26ce/1a2/0 SEQNUM:1863 SUBSYSTEM:usb TYPE:0/0/0]}
[ 7.975970] booster: Timeout waiting for root filesystem

Thank you for the logs @bileslav. Here is the most relevant part of the logs:

[ 3.127406] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1 Env:map[ACTION:add DEVNAME:nvme0n1p1 DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1 DEVTYPE:partition DISKSEQ:5 MAJOR:259 MINOR:1 PARTN:1 SEQNUM:1751 SUBSYSTEM:block]}
[ 3.127420] booster: found a new device /dev/nvme0n1
[ 3.128737] booster: issue https://github.com/anatol/booster/issues/222: 1
[ 3.130139] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2 Env:map[ACTION:add DEVNAME:nvme0n1p2 DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2 DEVTYPE:partition DISKSEQ:5 MAJOR:259 MINOR:2 PARTN:2 PARTNAME:arch SEQNUM:1752 SUBSYSTEM:block]}
[ 3.130967] booster: blkinfo for /dev/nvme0n1: type=gpt UUID=0a298f81-a328-4992-977e-44ea94b84274 LABEL=
[ 3.131538] booster: block device info &{path:/dev/sdc2 symlinks:[] format:mbr isFs:false uuid:[0 0 0 0] label: hwPath: wwid:[] data:}
[ 3.132757] booster: issue https://github.com/anatol/booster/issues/222: 1
[ 3.134074] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/ng0n1 Env:map[ACTION:add DEVNAME:ng0n1 DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/ng0n1 MAJOR:238 MINOR:0 SEQNUM:1753 SUBSYSTEM:nvme-generic]}
[ 3.134749] booster: issue https://github.com/anatol/booster/issues/222: 2
[ 3.135602] booster: issue https://github.com/anatol/booster/issues/222: 3
[ 3.136413] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0 DRIVER:nvme MODALIAS:pci:v00002646d00005013sv00002646sd00005013bc01sc08i02 PCI_CLASS:10802 PCI_ID:2646:5013 PCI_SLOT_NAME:0000:01:00.0 PCI_SUBSYS_ID:2646:5013 SEQNUM:1754 SUBSYSTEM:pci]}
[ 3.136950] booster: issue https://github.com/anatol/booster/issues/222: 4: nvme-eui.0026b7282b60d145
[ 3.137482] booster: issue https://github.com/anatol/booster/issues/222: 5
[ 3.137999] booster: issue https://github.com/anatol/booster/issues/222: 6
[ 3.138490] booster: issue https://github.com/anatol/booster/issues/222: 7: {0 [193 42 115 40 248 31 17 210 186 75 0 160 201 62 201 59] [254 11 152 159 214 29 77 23 175 243 162 77 92 245 71 68] 0}
[ 3.138998] booster: issue https://github.com/anatol/booster/issues/222: 7: {1 [79 104 188 227 232 205 77 177 150 231 251 202 249 132 183 9] [94 26 54 18 33 233 79 44 173 224 231 76 147 0 182 7] arch 0}
[ 3.140169] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-0:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-0:1.0 DEVTYPE:usb_interface DRIVER:hub INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0002d0604dc09dsc00dp01ic09isc00ip00in00 PRODUCT:1d6b/2/604 SEQNUM:1755 SUBSYSTEM:usb TYPE:9/0/1]}
[ 3.140788] booster: issue https://github.com/anatol/booster/issues/222: 4: nvme-KINGSTON_SKC3000S1024G_50026B7282B60D14
[ 3.141763] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1 Env:map[ACTION:bind BUSNUM:001 DEVNAME:bus/usb/001/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:0 PRODUCT:1d6b/2/604 SEQNUM:1756 SUBSYSTEM:usb TYPE:9/0/1]}
[ 3.142271] booster: symlink /dev/nvme0n1 /dev/disk/by-id/nvme-KINGSTON_SKC3000S1024G_50026B7282B60D14
[ 3.142276] booster: found a new device /dev/nvme0n1p1
[ 3.142280] booster: found a new device /dev/nvme0n1p2

For some reason addBlockDevice() stops executing after if err := diskSymlink("id", devpath, wwid); err != nil { as if there was some error. But in such case I expect the error message appear in the debug log. There is none. Or symlink syscall stuck in kernel. Both situations are weird though.

Okay, adding more logs to that function. Hopefully it will provide more info about the errror.

@anatol,

Glad we're getting closer to the root. Kind of PHP echo-debugging though %)

dmesg

[ 0.000000] Linux version 6.4.1-arch2-1 (linux@archlinux) (gcc (GCC) 13.1.1 20230429, GNU ld (GNU Binutils) 2.40.0) #1 SMP PREEMPT_DYNAMIC Tue, 04 Jul 2023 08:39:40 +0000
[ 0.000000] Command line: initrd=\amd-ucode.img initrd=\booster-linux.img ro booster.log=debug,console
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
[ 0.000000] signal: max sigframe size: 3376
[ 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-0x0000000009bfefff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000009bff000-0x0000000009ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000000a20e000-0x000000000affffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000bb94afff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bb94b000-0x00000000bd103fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bd104000-0x00000000bd142fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000bd143000-0x00000000bd46cfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bd46d000-0x00000000bdffefff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bdfff000-0x00000000beffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bf000000-0x00000000bfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fd600000-0x00000000fd7fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000083f2fffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000083f300000-0x000000083fffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] e820: update [mem 0xb7f7b018-0xb7f9f657] usable ==> usable
[ 0.000000] e820: update [mem 0xb7f7b018-0xb7f9f657] 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-0x0000000009bfefff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000009bff000-0x0000000009ffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x000000000a20e000-0x000000000affffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000000b020000-0x00000000b7f7b017] usable
[ 0.000000] reserve setup_data: [mem 0x00000000b7f7b018-0x00000000b7f9f657] usable
[ 0.000000] reserve setup_data: [mem 0x00000000b7f9f658-0x00000000bb94afff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000bb94b000-0x00000000bd103fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000bd104000-0x00000000bd142fff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x00000000bd143000-0x00000000bd46cfff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x00000000bd46d000-0x00000000bdffefff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000bdfff000-0x00000000beffffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000bf000000-0x00000000bfffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fd600000-0x00000000fd7fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000083f2fffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000083f300000-0x000000083fffffff] reserved
[ 0.000000] efi: EFI v2.7 by American Megatrends
[ 0.000000] efi: ACPI=0xbd456000 ACPI 2.0=0xbd456014 TPMFinalLog=0xbd420000 SMBIOS=0xbde22000 SMBIOS 3.0=0xbde21000 MEMATTR=0xb69fa698 ESRT=0xbaf58818 RNG=0xbd10ff18 INITRD=0xb69c2218 TPMEventLog=0xb7fa0018
[ 0.000000] random: crng init done
[ 0.000000] efi: Remove mem300: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
[ 0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved
[ 0.000000] efi: Remove mem301: MMIO range=[0xfd200000-0xfd2fffff] (1MB) from e820 map
[ 0.000000] e820: remove [mem 0xfd200000-0xfd2fffff] reserved
[ 0.000000] efi: Remove mem302: MMIO range=[0xfd600000-0xfd7fffff] (2MB) from e820 map
[ 0.000000] e820: remove [mem 0xfd600000-0xfd7fffff] reserved
[ 0.000000] efi: Not removing mem303: MMIO range=[0xfea00000-0xfea0ffff] (64KB) from e820 map
[ 0.000000] efi: Remove mem304: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
[ 0.000000] e820: remove [mem 0xfeb80000-0xfec01fff] reserved
[ 0.000000] efi: Not removing mem305: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem306: MMIO range=[0xfec30000-0xfec30fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem307: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem308: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
[ 0.000000] efi: Not removing mem309: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
[ 0.000000] efi: Not removing mem310: MMIO range=[0xfedc2000-0xfedcffff] (56KB) from e820 map
[ 0.000000] efi: Not removing mem311: MMIO range=[0xfedd4000-0xfedd5fff] (8KB) from e820 map
[ 0.000000] efi: Remove mem312: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[ 0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[ 0.000000] SMBIOS 3.3.0 present.
[ 0.000000] DMI: To Be Filled By O.E.M. B550 PG Velocita/B550 PG Velocita, BIOS L2.62 01/31/2023
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 3693.246 MHz processor
[ 0.000212] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000213] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000218] last_pfn = 0x83f300 max_arch_pfn = 0x400000000
[ 0.000222] total RAM covered: 3071M
[ 0.000308] Found optimal setting for mtrr clean up
[ 0.000308] gran_size: 64K chunk_size: 64M num_reg: 3 lose cover RAM: 0G
[ 0.000310] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000970] e820: update [mem 0xbd1f0000-0xbd1fffff] usable ==> reserved
[ 0.000974] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[ 0.000976] last_pfn = 0xbf000 max_arch_pfn = 0x400000000
[ 0.003498] esrt: Reserving ESRT space from 0x00000000baf58818 to 0x00000000baf58850.
[ 0.003503] e820: update [mem 0xbaf58000-0xbaf58fff] usable ==> reserved
[ 0.003529] Using GB pages for direct mapping
[ 0.003789] Secure boot disabled
[ 0.003790] RAMDISK: [mem 0xa52da000-0xab375fff]
[ 0.003792] ACPI: Early table checksum verification disabled
[ 0.003794] ACPI: RSDP 0x00000000BD456014 000024 (v02 ALASKA)
[ 0.003796] ACPI: XSDT 0x00000000BD455728 0000D4 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.003800] ACPI: FACP 0x00000000BD134000 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
[ 0.003803] ACPI: DSDT 0x00000000BD12D000 006853 (v02 ALASKA A M I 01072009 INTL 20120913)
[ 0.003804] ACPI: FACS 0x00000000BD450000 000040
[ 0.003806] ACPI: SSDT 0x00000000BD13A000 008CE9 (v02 AMD AmdTable 00000002 MSFT 04000000)
[ 0.003807] ACPI: SSDT 0x00000000BD136000 003B45 (v02 AMD AMD AOD 00000001 INTL 20120913)
[ 0.003809] ACPI: SSDT 0x00000000BD135000 000309 (v02 ALASKA CPUSSDT 01072009 AMI 01072009)
[ 0.003810] ACPI: FIDT 0x00000000BD12C000 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.003811] ACPI: MCFG 0x00000000BD12B000 00003C (v01 ALASKA A M I 01072009 MSFT 00010013)
[ 0.003812] ACPI: AAFT 0x00000000BD12A000 000115 (v01 ALASKA OEMAAFT 01072009 MSFT 00000097)
[ 0.003814] ACPI: HPET 0x00000000BD129000 000038 (v01 ALASKA A M I 01072009 AMI 00000005)
[ 0.003815] ACPI: BGRT 0x00000000BD128000 000038 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.003816] ACPI: TPM2 0x00000000BD127000 00004C (v04 ALASKA A M I 00000001 AMI 00000000)
[ 0.003818] ACPI: PCCT 0x00000000BD126000 00006E (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.003819] ACPI: SSDT 0x00000000BD11F000 0061A3 (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.003820] ACPI: CRAT 0x00000000BD11D000 001190 (v01 AMD AmdTable 00000001 AMD 00000001)
[ 0.003822] ACPI: CDIT 0x00000000BD11C000 000029 (v01 AMD AmdTable 00000001 AMD 00000001)
[ 0.003823] ACPI: SSDT 0x00000000BD11B000 000259 (v02 AMD ArticDGP 00000001 INTL 20120913)
[ 0.003824] ACPI: SSDT 0x00000000BD117000 0037C4 (v02 AMD ArticN 00000001 INTL 20120913)
[ 0.003825] ACPI: WSMT 0x00000000BD116000 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.003827] ACPI: APIC 0x00000000BD115000 00015E (v04 ALASKA A M I 01072009 AMI 00010013)
[ 0.003828] ACPI: SSDT 0x00000000BD114000 00007D (v02 AMD ArticDIS 00000001 INTL 20120913)
[ 0.003829] ACPI: SSDT 0x00000000BD112000 0010AF (v02 AMD ArticC 00000001 INTL 20120913)
[ 0.003831] ACPI: SSDT 0x00000000BD111000 0000BF (v01 AMD AmdTable 00001000 INTL 20120913)
[ 0.003832] ACPI: FPDT 0x00000000BD110000 000044 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.003833] ACPI: Reserving FACP table memory at [mem 0xbd134000-0xbd134113]
[ 0.003834] ACPI: Reserving DSDT table memory at [mem 0xbd12d000-0xbd133852]
[ 0.003834] ACPI: Reserving FACS table memory at [mem 0xbd450000-0xbd45003f]
[ 0.003835] ACPI: Reserving SSDT table memory at [mem 0xbd13a000-0xbd142ce8]
[ 0.003835] ACPI: Reserving SSDT table memory at [mem 0xbd136000-0xbd139b44]
[ 0.003835] ACPI: Reserving SSDT table memory at [mem 0xbd135000-0xbd135308]
[ 0.003836] ACPI: Reserving FIDT table memory at [mem 0xbd12c000-0xbd12c09b]
[ 0.003836] ACPI: Reserving MCFG table memory at [mem 0xbd12b000-0xbd12b03b]
[ 0.003836] ACPI: Reserving AAFT table memory at [mem 0xbd12a000-0xbd12a114]
[ 0.003837] ACPI: Reserving HPET table memory at [mem 0xbd129000-0xbd129037]
[ 0.003837] ACPI: Reserving BGRT table memory at [mem 0xbd128000-0xbd128037]
[ 0.003837] ACPI: Reserving TPM2 table memory at [mem 0xbd127000-0xbd12704b]
[ 0.003838] ACPI: Reserving PCCT table memory at [mem 0xbd126000-0xbd12606d]
[ 0.003838] ACPI: Reserving SSDT table memory at [mem 0xbd11f000-0xbd1251a2]
[ 0.003838] ACPI: Reserving CRAT table memory at [mem 0xbd11d000-0xbd11e18f]
[ 0.003839] ACPI: Reserving CDIT table memory at [mem 0xbd11c000-0xbd11c028]
[ 0.003839] ACPI: Reserving SSDT table memory at [mem 0xbd11b000-0xbd11b258]
[ 0.003839] ACPI: Reserving SSDT table memory at [mem 0xbd117000-0xbd11a7c3]
[ 0.003840] ACPI: Reserving WSMT table memory at [mem 0xbd116000-0xbd116027]
[ 0.003840] ACPI: Reserving APIC table memory at [mem 0xbd115000-0xbd11515d]
[ 0.003840] ACPI: Reserving SSDT table memory at [mem 0xbd114000-0xbd11407c]
[ 0.003841] ACPI: Reserving SSDT table memory at [mem 0xbd112000-0xbd1130ae]
[ 0.003841] ACPI: Reserving SSDT table memory at [mem 0xbd111000-0xbd1110be]
[ 0.003842] ACPI: Reserving FPDT table memory at [mem 0xbd110000-0xbd110043]
[ 0.003878] No NUMA configuration found
[ 0.003878] Faking a node at [mem 0x0000000000000000-0x000000083f2fffff]
[ 0.003880] NODE_DATA(0) allocated [mem 0x83f2fb000-0x83f2fffff]
[ 0.003900] Zone ranges:
[ 0.003900] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.003901] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.003902] Normal [mem 0x0000000100000000-0x000000083f2fffff]
[ 0.003902] Device empty
[ 0.003903] Movable zone start for each node
[ 0.003904] Early memory node ranges
[ 0.003904] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 0.003905] node 0: [mem 0x0000000000100000-0x0000000009bfefff]
[ 0.003905] node 0: [mem 0x000000000a000000-0x000000000a1fffff]
[ 0.003905] node 0: [mem 0x000000000a20e000-0x000000000affffff]
[ 0.003906] node 0: [mem 0x000000000b020000-0x00000000bb94afff]
[ 0.003906] node 0: [mem 0x00000000bdfff000-0x00000000beffffff]
[ 0.003907] node 0: [mem 0x0000000100000000-0x000000083f2fffff]
[ 0.003908] Initmem setup node 0 [mem 0x0000000000001000-0x000000083f2fffff]
[ 0.003911] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.003920] On node 0, zone DMA: 96 pages in unavailable ranges
[ 0.003993] On node 0, zone DMA32: 1025 pages in unavailable ranges
[ 0.004000] On node 0, zone DMA32: 14 pages in unavailable ranges
[ 0.005760] On node 0, zone DMA32: 32 pages in unavailable ranges
[ 0.005813] On node 0, zone DMA32: 9908 pages in unavailable ranges
[ 0.031827] On node 0, zone Normal: 4096 pages in unavailable ranges
[ 0.031842] On node 0, zone Normal: 3328 pages in unavailable ranges
[ 0.032124] ACPI: PM-Timer IO Port: 0x808
[ 0.032129] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.032138] IOAPIC[0]: apic_id 25, version 33, address 0xfec00000, GSI 0-23
[ 0.032142] IOAPIC[1]: apic_id 26, version 33, address 0xfec01000, GSI 24-55
[ 0.032143] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.032144] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.032147] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.032147] ACPI: HPET id: 0x10228201 base: 0xfed00000
[ 0.032154] e820: update [mem 0xb8122000-0xb8162fff] usable ==> reserved
[ 0.032162] smpboot: Allowing 32 CPUs, 8 hotplug CPUs
[ 0.032176] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.032177] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.032178] PM: hibernation: Registered nosave memory: [mem 0x09bff000-0x09ffffff]
[ 0.032179] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20dfff]
[ 0.032180] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[ 0.032181] PM: hibernation: Registered nosave memory: [mem 0xb7f7b000-0xb7f7bfff]
[ 0.032181] PM: hibernation: Registered nosave memory: [mem 0xb7f9f000-0xb7f9ffff]
[ 0.032182] PM: hibernation: Registered nosave memory: [mem 0xb8122000-0xb8162fff]
[ 0.032183] PM: hibernation: Registered nosave memory: [mem 0xbaf58000-0xbaf58fff]
[ 0.032184] PM: hibernation: Registered nosave memory: [mem 0xbb94b000-0xbd103fff]
[ 0.032184] PM: hibernation: Registered nosave memory: [mem 0xbd104000-0xbd142fff]
[ 0.032185] PM: hibernation: Registered nosave memory: [mem 0xbd143000-0xbd46cfff]
[ 0.032185] PM: hibernation: Registered nosave memory: [mem 0xbd46d000-0xbdffefff]
[ 0.032186] PM: hibernation: Registered nosave memory: [mem 0xbf000000-0xbfffffff]
[ 0.032186] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xfe9fffff]
[ 0.032186] PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[ 0.032187] PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfec0ffff]
[ 0.032187] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[ 0.032187] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
[ 0.032187] PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
[ 0.032188] PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
[ 0.032188] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[ 0.032188] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[ 0.032189] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[ 0.032189] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[ 0.032189] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[ 0.032189] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[ 0.032190] PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[ 0.032190] PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[ 0.032190] PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[ 0.032191] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xffffffff]
[ 0.032192] [mem 0xc0000000-0xfe9fffff] available for PCI devices
[ 0.032192] Booting paravirtualized kernel on bare hardware
[ 0.032194] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.034983] setup_percpu: NR_CPUS:320 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
[ 0.035812] percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
[ 0.035816] pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
[ 0.035818] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[ 0.035822] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31
[ 0.035837] Kernel command line: initrd=\amd-ucode.img initrd=\booster-linux.img ro booster.log=debug,console
[ 0.035882] printk: log_buf_len individual max cpu contribution: 4096 bytes
[ 0.035883] printk: log_buf_len total cpu_extra contributions: 126976 bytes
[ 0.035883] printk: log_buf_len min size: 131072 bytes
[ 0.035992] printk: log_buf_len: 262144 bytes
[ 0.035993] printk: early log buf free: 112560(85%)
[ 0.037883] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.038772] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.038886] Fallback order for Node 0: 0
[ 0.038890] Built 1 zonelists, mobility grouping on. Total pages: 8239164
[ 0.038891] Policy zone: Normal
[ 0.039006] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.039011] software IO TLB: area num 32.
[ 0.079103] Memory: 32600196K/33480432K available (16384K kernel code, 2119K rwdata, 12752K rodata, 3332K init, 4008K bss, 879976K reserved, 0K cma-reserved)
[ 0.079174] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[ 0.079190] ftrace: allocating 47522 entries in 186 pages
[ 0.085893] ftrace: allocated 186 pages with 5 groups
[ 0.085950] Dynamic Preempt: full
[ 0.085985] rcu: Preemptible hierarchical RCU implementation.
[ 0.085985] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
[ 0.085986] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.085986] Trampoline variant of Tasks RCU enabled.
[ 0.085987] Rude variant of Tasks RCU enabled.
[ 0.085987] Tracing variant of Tasks RCU enabled.
[ 0.085987] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.085988] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
[ 0.087309] NR_IRQS: 20736, nr_irqs: 1224, preallocated irqs: 16
[ 0.087468] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.087540] kfence: initialized - using 2097152 bytes for 255 objects at 0x(ptrval)-0x(ptrval)
[ 0.087566] Console: colour dummy device 80x25
[ 0.087567] printk: console [tty0] enabled
[ 0.087593] ACPI: Core revision 20230331
[ 0.087672] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[ 0.087685] APIC: Switch to symmetric I/O mode setup
[ 0.087783] x2apic: IRQ remapping doesn't support X2APIC mode
[ 0.087832] Switched APIC routing to physical flat.
[ 0.088316] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.104351] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6a78d3c633b, max_idle_ns: 881590459257 ns
[ 0.104354] Calibrating delay loop (skipped), value calculated using timer frequency.. 7389.26 BogoMIPS (lpj=12310820)
[ 0.104355] pid_max: default: 32768 minimum: 301
[ 0.106066] LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
[ 0.106073] landlock: Up and running.
[ 0.106074] Yama: becoming mindful.
[ 0.106076] LSM support for eBPF active
[ 0.106112] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.106142] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.106269] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.106302] LVT offset 1 assigned for vector 0xf9
[ 0.106415] LVT offset 2 assigned for vector 0xf4
[ 0.106445] process: using mwait in idle threads
[ 0.106446] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[ 0.106447] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[ 0.106449] Spectre V1 : Mitigation: usercopy/swapgs barriers and user pointer sanitization
[ 0.106450] Spectre V2 : Mitigation: Retpolines
[ 0.106450] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.106451] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[ 0.106451] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.106452] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.106452] Spectre V2 : User space: Mitigation: STIBP always-on protection
[ 0.106453] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.118836] Freeing SMP alternatives memory: 40K
[ 0.225678] smpboot: CPU0: AMD Ryzen 9 5900X 12-Core Processor (family: 0x19, model: 0x21, stepping: 0x0)
[ 0.225754] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.225756] cblist_init_generic: Setting shift to 5 and lim to 1.
[ 0.225766] cblist_init_generic: Setting shift to 5 and lim to 1.
[ 0.225772] cblist_init_generic: Setting shift to 5 and lim to 1.
[ 0.225778] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[ 0.225780] ... version: 0
[ 0.225781] ... bit width: 48
[ 0.225781] ... generic registers: 6
[ 0.225782] ... value mask: 0000ffffffffffff
[ 0.225782] ... max period: 00007fffffffffff
[ 0.225782] ... fixed-purpose events: 0
[ 0.225783] ... event mask: 000000000000003f
[ 0.225829] rcu: Hierarchical SRCU implementation.
[ 0.225830] rcu: Max phase no-delay instances is 1000.
[ 0.226010] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.226138] smp: Bringing up secondary CPUs ...
[ 0.226189] x86: Booting SMP configuration:
[ 0.226190] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12
[ 0.251072] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[ 0.251092] #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23
[ 0.274374] smp: Brought up 1 node, 24 CPUs
[ 0.274374] smpboot: Max logical packages: 2
[ 0.274374] smpboot: Total of 24 processors activated (177346.30 BogoMIPS)
[ 0.278041] devtmpfs: initialized
[ 0.278041] x86/mm: Memory block size: 128MB
[ 0.278521] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20dfff] (57344 bytes)
[ 0.278521] ACPI: PM: Registering ACPI NVS region [mem 0xbd143000-0xbd46cfff] (3317760 bytes)
[ 0.278521] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.278521] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[ 0.278521] pinctrl core: initialized pinctrl subsystem
[ 0.278521] PM: RTC time: 19:52:06, date: 2023-07-07
[ 0.278521] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.278521] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.278521] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.278521] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.278521] audit: initializing netlink subsys (disabled)
[ 0.278521] thermal_sys: Registered thermal governor 'fair_share'
[ 0.278521] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.278521] thermal_sys: Registered thermal governor 'step_wise'
[ 0.278521] thermal_sys: Registered thermal governor 'user_space'
[ 0.278521] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.278521] audit: type=2000 audit(1688759526.189:1): state=initialized audit_enabled=0 res=1
[ 0.278521] cpuidle: using governor ladder
[ 0.278521] cpuidle: using governor menu
[ 0.278521] Detected 1 PCC Subspaces
[ 0.278521] Registering PCC driver as Mailbox controller
[ 0.278521] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.278521] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[ 0.278521] PCI: not using MMCONFIG
[ 0.278521] PCI: Using configuration type 1 for base access
[ 0.278521] PCI: Using configuration type 1 for extended access
[ 0.281033] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.281085] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.281085] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.281085] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.281085] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.281165] ACPI: Added OSI(Module Device)
[ 0.281165] ACPI: Added OSI(Processor Device)
[ 0.281165] ACPI: Added OSI(3.0 SCP Extensions)
[ 0.281165] ACPI: Added OSI(Processor Aggregator Device)
[ 0.288027] ACPI: 10 ACPI AML tables successfully acquired and loaded
[ 0.288786] ACPI: [Firmware Bug]: BIOS OSI(Linux) query ignored
[ 0.290441] ACPI: Interpreter enabled
[ 0.290441] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.290441] ACPI: Using IOAPIC for interrupt routing
[ 0.291289] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[ 0.291310] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved as ACPI motherboard resource
[ 0.291317] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.291317] PCI: Ignoring E820 reservations for host bridge windows
[ 0.291521] ACPI: Enabled 8 GPEs in block 00 to 1F
[ 0.295919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.295923] acpi PNP0A08:00: OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.295964] acpi PNP0A08:00: OSC: platform does not support [SHPCHotplug LTR DPC]
[ 0.296034] acpi PNP0A08:00: OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[ 0.296040] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[ 0.296236] PCI host bridge to bus 0000:00
[ 0.296237] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
[ 0.296238] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[ 0.296239] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
[ 0.296239] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.296240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[ 0.296241] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfcffffff window]
[ 0.296241] pci_bus 0000:00: root bus resource [mem 0x840000000-0x7fffffffff window]
[ 0.296242] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.296251] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000
[ 0.296310] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000
[ 0.296345] pci 0000:00:01.1: [1022:1483] type 01 class 0x060400
[ 0.296400] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[ 0.296483] pci 0000:00:01.2: [1022:1483] type 01 class 0x060400
[ 0.296504] pci 0000:00:01.2: enabling Extended Tags
[ 0.296538] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[ 0.296631] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000
[ 0.296669] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000
[ 0.296703] pci 0000:00:03.1: [1022:1483] type 01 class 0x060400
[ 0.296756] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[ 0.297028] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000
[ 0.297067] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000
[ 0.297105] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000
[ 0.297138] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400
[ 0.297155] pci 0000:00:07.1: enabling Extended Tags
[ 0.297181] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[ 0.297245] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000
[ 0.297279] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400
[ 0.297297] pci 0000:00:08.1: enabling Extended Tags
[ 0.297327] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[ 0.297411] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[ 0.297487] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[ 0.297571] pci 0000:00:18.0: [1022:1440] type 00 class 0x060000
[ 0.297589] pci 0000:00:18.1: [1022:1441] type 00 class 0x060000
[ 0.297607] pci 0000:00:18.2: [1022:1442] type 00 class 0x060000
[ 0.297625] pci 0000:00:18.3: [1022:1443] type 00 class 0x060000
[ 0.297643] pci 0000:00:18.4: [1022:1444] type 00 class 0x060000
[ 0.297661] pci 0000:00:18.5: [1022:1445] type 00 class 0x060000
[ 0.297678] pci 0000:00:18.6: [1022:1446] type 00 class 0x060000
[ 0.297698] pci 0000:00:18.7: [1022:1447] type 00 class 0x060000
[ 0.297771] pci 0000:01:00.0: [2646:5013] type 00 class 0x010802
[ 0.297811] pci 0000:01:00.0: reg 0x10: [mem 0xfc700000-0xfc703fff 64bit]
[ 0.298508] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 0.298511] pci 0000:00:01.1: bridge window [mem 0xfc700000-0xfc7fffff]
[ 0.298551] pci 0000:02:00.0: [1022:43ee] type 00 class 0x0c0330
[ 0.298566] pci 0000:02:00.0: reg 0x10: [mem 0xfc6a0000-0xfc6a7fff 64bit]
[ 0.298602] pci 0000:02:00.0: enabling Extended Tags
[ 0.298648] pci 0000:02:00.0: PME# supported from D3hot D3cold
[ 0.298738] pci 0000:02:00.1: [1022:43eb] type 00 class 0x010601
[ 0.298779] pci 0000:02:00.1: reg 0x24: [mem 0xfc680000-0xfc69ffff]
[ 0.298786] pci 0000:02:00.1: reg 0x30: [mem 0xfc600000-0xfc67ffff pref]
[ 0.298791] pci 0000:02:00.1: enabling Extended Tags
[ 0.298827] pci 0000:02:00.1: PME# supported from D3hot D3cold
[ 0.298882] pci 0000:02:00.2: [1022:43e9] type 01 class 0x060400
[ 0.298921] pci 0000:02:00.2: enabling Extended Tags
[ 0.298960] pci 0000:02:00.2: PME# supported from D3hot D3cold
[ 0.299032] pci 0000:00:01.2: PCI bridge to [bus 02-04]
[ 0.299034] pci 0000:00:01.2: bridge window [io 0xf000-0xffff]
[ 0.299036] pci 0000:00:01.2: bridge window [mem 0xfc500000-0xfc6fffff]
[ 0.299109] pci 0000:03:08.0: [1022:43ea] type 01 class 0x060400
[ 0.299151] pci 0000:03:08.0: enabling Extended Tags
[ 0.299197] pci 0000:03:08.0: PME# supported from D3hot D3cold
[ 0.299281] pci 0000:02:00.2: PCI bridge to [bus 03-04]
[ 0.299285] pci 0000:02:00.2: bridge window [io 0xf000-0xffff]
[ 0.299287] pci 0000:02:00.2: bridge window [mem 0xfc500000-0xfc5fffff]
[ 0.299355] pci 0000:04:00.0: [10ec:8125] type 00 class 0x020000
[ 0.299377] pci 0000:04:00.0: reg 0x10: [io 0xf000-0xf0ff]
[ 0.299408] pci 0000:04:00.0: reg 0x18: [mem 0xfc500000-0xfc50ffff 64bit]
[ 0.299427] pci 0000:04:00.0: reg 0x20: [mem 0xfc510000-0xfc513fff 64bit]
[ 0.299562] pci 0000:04:00.0: supports D1 D2
[ 0.299562] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.299805] pci 0000:03:08.0: PCI bridge to [bus 04]
[ 0.299810] pci 0000:03:08.0: bridge window [io 0xf000-0xffff]
[ 0.299812] pci 0000:03:08.0: bridge window [mem 0xfc500000-0xfc5fffff]
[ 0.299858] pci 0000:05:00.0: [10de:220a] type 00 class 0x030000
[ 0.299866] pci 0000:05:00.0: reg 0x10: [mem 0xfb000000-0xfbffffff]
[ 0.299873] pci 0000:05:00.0: reg 0x14: [mem 0x7800000000-0x7bffffffff 64bit pref]
[ 0.299879] pci 0000:05:00.0: reg 0x1c: [mem 0x7c00000000-0x7c01ffffff 64bit pref]
[ 0.299884] pci 0000:05:00.0: reg 0x24: [io 0xe000-0xe07f]
[ 0.299888] pci 0000:05:00.0: reg 0x30: [mem 0xfc000000-0xfc07ffff pref]
[ 0.299898] pci 0000:05:00.0: BAR 1: assigned to efifb
[ 0.299929] pci 0000:05:00.0: PME# supported from D0 D3hot
[ 0.300043] pci 0000:05:00.1: [10de:1aef] type 00 class 0x040300
[ 0.300049] pci 0000:05:00.1: reg 0x10: [mem 0xfc080000-0xfc083fff]
[ 0.300147] pci 0000:00:03.1: PCI bridge to [bus 05]
[ 0.300150] pci 0000:00:03.1: bridge window [io 0xe000-0xefff]
[ 0.300151] pci 0000:00:03.1: bridge window [mem 0xfb000000-0xfc0fffff]
[ 0.300154] pci 0000:00:03.1: bridge window [mem 0x7800000000-0x7c01ffffff 64bit pref]
[ 0.300178] pci 0000:06:00.0: [1022:148a] type 00 class 0x130000
[ 0.300197] pci 0000:06:00.0: enabling Extended Tags
[ 0.300286] pci 0000:00:07.1: PCI bridge to [bus 06]
[ 0.300319] pci 0000:07:00.0: [1022:1485] type 00 class 0x130000
[ 0.300341] pci 0000:07:00.0: enabling Extended Tags
[ 0.300434] pci 0000:07:00.1: [1022:1486] type 00 class 0x108000
[ 0.300444] pci 0000:07:00.1: reg 0x18: [mem 0xfc300000-0xfc3fffff]
[ 0.300452] pci 0000:07:00.1: reg 0x24: [mem 0xfc408000-0xfc409fff]
[ 0.300458] pci 0000:07:00.1: enabling Extended Tags
[ 0.300534] pci 0000:07:00.3: [1022:149c] type 00 class 0x0c0330
[ 0.300542] pci 0000:07:00.3: reg 0x10: [mem 0xfc200000-0xfc2fffff 64bit]
[ 0.300562] pci 0000:07:00.3: enabling Extended Tags
[ 0.300592] pci 0000:07:00.3: PME# supported from D0 D3hot D3cold
[ 0.300652] pci 0000:07:00.4: [1022:1487] type 00 class 0x040300
[ 0.300658] pci 0000:07:00.4: reg 0x10: [mem 0xfc400000-0xfc407fff]
[ 0.300675] pci 0000:07:00.4: enabling Extended Tags
[ 0.300704] pci 0000:07:00.4: PME# supported from D0 D3hot D3cold
[ 0.300767] pci 0000:00:08.1: PCI bridge to [bus 07]
[ 0.300770] pci 0000:00:08.1: bridge window [mem 0xfc200000-0xfc4fffff]
[ 0.300932] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[ 0.300960] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[ 0.300982] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[ 0.301010] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[ 0.301037] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 0.301058] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 0.301078] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[ 0.301099] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[ 0.301530] iommu: Default domain type: Translated
[ 0.301530] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.301530] SCSI subsystem initialized
[ 0.301530] libata version 3.00 loaded.
[ 0.301530] ACPI: bus type USB registered
[ 0.301530] usbcore: registered new interface driver usbfs
[ 0.301530] usbcore: registered new interface driver hub
[ 0.301530] usbcore: registered new device driver usb
[ 0.301530] pps_core: LinuxPPS API ver. 1 registered
[ 0.301530] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.301530] PTP clock support registered
[ 0.301530] EDAC MC: Ver: 3.0.0
[ 0.301530] efivars: Registered efivars operations
[ 0.301530] NetLabel: Initializing
[ 0.301530] NetLabel: domain hash size = 128
[ 0.301530] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.301530] NetLabel: unlabeled traffic allowed by default
[ 0.301530] mctp: management component transport protocol core
[ 0.301530] NET: Registered PF_MCTP protocol family
[ 0.301530] PCI: Using ACPI for IRQ routing
[ 0.303087] PCI: pci_cache_line_size set to 64 bytes
[ 0.303132] e820: reserve RAM buffer [mem 0x09bff000-0x0bffffff]
[ 0.303133] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[ 0.303134] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[ 0.303134] e820: reserve RAM buffer [mem 0xb7f7b018-0xb7ffffff]
[ 0.303134] e820: reserve RAM buffer [mem 0xb8122000-0xbbffffff]
[ 0.303135] e820: reserve RAM buffer [mem 0xbaf58000-0xbbffffff]
[ 0.303135] e820: reserve RAM buffer [mem 0xbb94b000-0xbbffffff]
[ 0.303136] e820: reserve RAM buffer [mem 0xbf000000-0xbfffffff]
[ 0.303136] e820: reserve RAM buffer [mem 0x83f300000-0x83fffffff]
[ 0.304365] pci 0000:05:00.0: vgaarb: setting as boot VGA device
[ 0.304365] pci 0000:05:00.0: vgaarb: bridge control possible
[ 0.304365] pci 0000:05:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 0.304365] vgaarb: loaded
[ 0.304371] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.304375] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 0.307736] clocksource: Switched to clocksource tsc-early
[ 0.307792] VFS: Disk quotas dquot_6.6.0
[ 0.307799] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.307835] pnp: PnP ACPI init
[ 0.307877] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[ 0.307892] system 00:01: [mem 0xfeb80000-0xfebfffff] has been reserved
[ 0.307918] system 00:02: [mem 0xfd200000-0xfd2fffff] has been reserved
[ 0.308032] system 00:04: [io 0x0280-0x028f] has been reserved
[ 0.308033] system 00:04: [io 0x0290-0x029f] has been reserved
[ 0.308034] system 00:04: [io 0x02a0-0x02af] has been reserved
[ 0.308034] system 00:04: [io 0x02b0-0x02bf] has been reserved
[ 0.308146] system 00:05: [io 0x04d0-0x04d1] has been reserved
[ 0.308147] system 00:05: [io 0x040b] has been reserved
[ 0.308148] system 00:05: [io 0x04d6] has been reserved
[ 0.308148] system 00:05: [io 0x0c00-0x0c01] has been reserved
[ 0.308149] system 00:05: [io 0x0c14] has been reserved
[ 0.308149] system 00:05: [io 0x0c50-0x0c51] has been reserved
[ 0.308150] system 00:05: [io 0x0c52] has been reserved
[ 0.308150] system 00:05: [io 0x0c6c] has been reserved
[ 0.308151] system 00:05: [io 0x0c6f] has been reserved
[ 0.308151] system 00:05: [io 0x0cd8-0x0cdf] has been reserved
[ 0.308152] system 00:05: [io 0x0800-0x089f] has been reserved
[ 0.308152] system 00:05: [io 0x0b00-0x0b0f] has been reserved
[ 0.308153] system 00:05: [io 0x0b20-0x0b3f] has been reserved
[ 0.308153] system 00:05: [io 0x0900-0x090f] has been reserved
[ 0.308154] system 00:05: [io 0x0910-0x091f] has been reserved
[ 0.308155] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.308155] system 00:05: [mem 0xfec01000-0xfec01fff] could not be reserved
[ 0.308156] system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved
[ 0.308157] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.308158] system 00:05: [mem 0xfed80000-0xfed8ffff] could not be reserved
[ 0.308159] system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved
[ 0.308159] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[ 0.308431] pnp: PnP ACPI: found 6 devices
[ 0.313588] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.313622] NET: Registered PF_INET protocol family
[ 0.313746] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.315352] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.315375] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.315480] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.315687] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.315761] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.315843] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[ 0.315885] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.315936] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.315986] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.315989] NET: Registered PF_XDP protocol family
[ 0.315995] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 0.315997] pci 0000:00:01.1: bridge window [mem 0xfc700000-0xfc7fffff]
[ 0.316001] pci 0000:03:08.0: PCI bridge to [bus 04]
[ 0.316003] pci 0000:03:08.0: bridge window [io 0xf000-0xffff]
[ 0.316006] pci 0000:03:08.0: bridge window [mem 0xfc500000-0xfc5fffff]
[ 0.316012] pci 0000:02:00.2: PCI bridge to [bus 03-04]
[ 0.316013] pci 0000:02:00.2: bridge window [io 0xf000-0xffff]
[ 0.316017] pci 0000:02:00.2: bridge window [mem 0xfc500000-0xfc5fffff]
[ 0.316022] pci 0000:00:01.2: PCI bridge to [bus 02-04]
[ 0.316023] pci 0000:00:01.2: bridge window [io 0xf000-0xffff]
[ 0.316025] pci 0000:00:01.2: bridge window [mem 0xfc500000-0xfc6fffff]
[ 0.316028] pci 0000:00:03.1: PCI bridge to [bus 05]
[ 0.316029] pci 0000:00:03.1: bridge window [io 0xe000-0xefff]
[ 0.316031] pci 0000:00:03.1: bridge window [mem 0xfb000000-0xfc0fffff]
[ 0.316033] pci 0000:00:03.1: bridge window [mem 0x7800000000-0x7c01ffffff 64bit pref]
[ 0.316035] pci 0000:00:07.1: PCI bridge to [bus 06]
[ 0.316039] pci 0000:00:08.1: PCI bridge to [bus 07]
[ 0.316041] pci 0000:00:08.1: bridge window [mem 0xfc200000-0xfc4fffff]
[ 0.316044] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
[ 0.316045] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
[ 0.316046] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
[ 0.316046] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 0.316047] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[ 0.316047] pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfcffffff window]
[ 0.316048] pci_bus 0000:00: resource 10 [mem 0x840000000-0x7fffffffff window]
[ 0.316049] pci_bus 0000:01: resource 1 [mem 0xfc700000-0xfc7fffff]
[ 0.316049] pci_bus 0000:02: resource 0 [io 0xf000-0xffff]
[ 0.316050] pci_bus 0000:02: resource 1 [mem 0xfc500000-0xfc6fffff]
[ 0.316050] pci_bus 0000:03: resource 0 [io 0xf000-0xffff]
[ 0.316051] pci_bus 0000:03: resource 1 [mem 0xfc500000-0xfc5fffff]
[ 0.316051] pci_bus 0000:04: resource 0 [io 0xf000-0xffff]
[ 0.316052] pci_bus 0000:04: resource 1 [mem 0xfc500000-0xfc5fffff]
[ 0.316052] pci_bus 0000:05: resource 0 [io 0xe000-0xefff]
[ 0.316053] pci_bus 0000:05: resource 1 [mem 0xfb000000-0xfc0fffff]
[ 0.316053] pci_bus 0000:05: resource 2 [mem 0x7800000000-0x7c01ffffff 64bit pref]
[ 0.316054] pci_bus 0000:07: resource 1 [mem 0xfc200000-0xfc4fffff]
[ 0.316157] pci 0000:05:00.1: extending delay after power-on from D3hot to 20 msec
[ 0.316168] pci 0000:05:00.1: D0 power state depends on 0000:05:00.0
[ 0.316245] PCI: CLS 64 bytes, default 64
[ 0.316248] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.316248] software IO TLB: mapped [mem 0x00000000b1a28000-0x00000000b5a28000] (64MB)
[ 0.316260] LVT offset 0 assigned for vector 0x400
[ 0.316278] Trying to unpack rootfs image as initramfs...
[ 0.316361] perf: AMD IBS detected (0x000003ff)
[ 0.317683] Initialise system trusted keyrings
[ 0.317688] Key type blacklist registered
[ 0.317705] workingset: timestamp_bits=41 max_order=23 bucket_order=0
[ 0.317714] zbud: loaded
[ 0.317799] integrity: Platform Keyring initialized
[ 0.317801] integrity: Machine keyring initialized
[ 0.320050] Key type asymmetric registered
[ 0.320051] Asymmetric key parser 'x509' registered
[ 0.320057] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[ 0.320079] io scheduler mq-deadline registered
[ 0.320080] io scheduler kyber registered
[ 0.320083] io scheduler bfq registered
[ 0.320868] pcieport 0000:00:01.1: PME: Signaling with IRQ 26
[ 0.320903] pcieport 0000:00:01.1: AER: enabled with IRQ 26
[ 0.320966] pcieport 0000:00:01.2: PME: Signaling with IRQ 27
[ 0.320994] pcieport 0000:00:01.2: AER: enabled with IRQ 27
[ 0.321057] pcieport 0000:00:03.1: PME: Signaling with IRQ 28
[ 0.321089] pcieport 0000:00:03.1: AER: enabled with IRQ 28
[ 0.321170] pcieport 0000:00:07.1: PME: Signaling with IRQ 30
[ 0.321199] pcieport 0000:00:07.1: AER: enabled with IRQ 30
[ 0.321251] pcieport 0000:00:08.1: PME: Signaling with IRQ 31
[ 0.321281] pcieport 0000:00:08.1: AER: enabled with IRQ 31
[ 0.321458] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.321505] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.321513] ACPI: button: Power Button [PWRB]
[ 0.321526] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.321561] ACPI: button: Power Button [PWRF]
[ 0.323596] Estimated ratio of average max frequency by base frequency (times 1024): 1197
[ 0.323604] Monitor-Mwait will be used to enter C-1 state
[ 0.323608] ACPI: _SB
.PLTF.C000: Found 2 idle states
[ 0.323655] ACPI: _SB
.PLTF.C002: Found 2 idle states
[ 0.323691] ACPI: _SB
.PLTF.C004: Found 2 idle states
[ 0.323747] ACPI: _SB
.PLTF.C006: Found 2 idle states
[ 0.323805] ACPI: _SB
.PLTF.C008: Found 2 idle states
[ 0.323861] ACPI: _SB
.PLTF.C00A: Found 2 idle states
[ 0.323899] ACPI: _SB
.PLTF.C00C: Found 2 idle states
[ 0.323952] ACPI: _SB
.PLTF.C00E: Found 2 idle states
[ 0.324005] ACPI: _SB
.PLTF.C010: Found 2 idle states
[ 0.324059] ACPI: _SB
.PLTF.C012: Found 2 idle states
[ 0.324110] ACPI: _SB
.PLTF.C014: Found 2 idle states
[ 0.324151] ACPI: _SB_.PLTF.C016: Found 2 idle states
[ 0.329940] ACPI: _SB_.PLTF.C001: Found 2 idle states
[ 0.330000] ACPI: _SB_.PLTF.C003: Found 2 idle states
[ 0.330060] ACPI: _SB_.PLTF.C005: Found 2 idle states
[ 0.330126] ACPI: _SB_.PLTF.C007: Found 2 idle states
[ 0.330192] ACPI: _SB_.PLTF.C009: Found 2 idle states
[ 0.330259] ACPI: _SB_.PLTF.C00B: Found 2 idle states
[ 0.330326] ACPI: _SB_.PLTF.C00D: Found 2 idle states
[ 0.330391] ACPI: _SB_.PLTF.C00F: Found 2 idle states
[ 0.330445] ACPI: _SB_.PLTF.C011: Found 2 idle states
[ 0.330497] ACPI: _SB_.PLTF.C013: Found 2 idle states
[ 0.330543] ACPI: _SB_.PLTF.C015: Found 2 idle states
[ 0.330591] ACPI: _SB_.PLTF.C017: Found 2 idle states
[ 0.330722] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.331496] Non-volatile memory driver v1.3
[ 0.331497] Linux agpgart interface v0.103
[ 0.412523] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[ 0.412543] ACPI: bus type drm_connector registered
[ 0.413492] ahci 0000:02:00.1: version 3.0
[ 0.413577] ahci 0000:02:00.1: SSS flag set, parallel bus scan disabled
[ 0.413618] ahci 0000:02:00.1: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[ 0.413620] ahci 0000:02:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst
[ 0.413846] scsi host0: ahci
[ 0.413899] scsi host1: ahci
[ 0.413940] scsi host2: ahci
[ 0.413980] scsi host3: ahci
[ 0.414022] scsi host4: ahci
[ 0.414065] scsi host5: ahci
[ 0.414078] ata1: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680100 irq 36
[ 0.414080] ata2: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680180 irq 36
[ 0.414081] ata3: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680200 irq 36
[ 0.414082] ata4: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680280 irq 36
[ 0.414083] ata5: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680300 irq 36
[ 0.414085] ata6: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680380 irq 36
[ 0.414129] usbcore: registered new interface driver usbserial_generic
[ 0.414132] usbserial: USB Serial support registered for generic
[ 0.414161] rtc_cmos 00:03: RTC can wake from S4
[ 0.414305] rtc_cmos 00:03: registered as rtc0
[ 0.414327] rtc_cmos 00:03: setting system clock to 2023-07-07T19:52:06 UTC (1688759526)
[ 0.414344] rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 0.414359] amd_pstate: driver load is disabled, boot with specific mode to enable this
[ 0.414457] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.414509] efifb: probing for efifb
[ 0.414515] efifb: framebuffer at 0x7800000000, using 8640k, total 8640k
[ 0.414516] efifb: mode is 1920x1080x32, linelength=8192, pages=1
[ 0.414517] efifb: scrolling: redraw
[ 0.414517] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.414533] fbcon: Deferring console take-over
[ 0.414534] fb0: EFI VGA frame buffer device
[ 0.414546] hid: raw HID events driver (C) Jiri Kosina
[ 0.414589] drop_monitor: Initializing network drop monitor service
[ 0.420451] Initializing XFRM netlink socket
[ 0.420467] NET: Registered PF_INET6 protocol family
[ 0.428422] Freeing initrd memory: 98928K
[ 0.428678] Segment Routing with IPv6
[ 0.428679] RPL Segment Routing with IPv6
[ 0.428683] In-situ OAM (IOAM) with IPv6
[ 0.428696] NET: Registered PF_PACKET protocol family
[ 0.429418] microcode: CPU1: patch_level=0x0a201025
[ 0.429418] microcode: CPU0: patch_level=0x0a201025
[ 0.429419] microcode: CPU4: patch_level=0x0a201025
[ 0.429419] microcode: CPU3: patch_level=0x0a201025
[ 0.429420] microcode: CPU5: patch_level=0x0a201025
[ 0.429422] microcode: CPU7: patch_level=0x0a201025
[ 0.429422] microcode: CPU6: patch_level=0x0a201025
[ 0.429422] microcode: CPU8: patch_level=0x0a201025
[ 0.429423] microcode: CPU9: patch_level=0x0a201025
[ 0.429423] microcode: CPU10: patch_level=0x0a201025
[ 0.429424] microcode: CPU12: patch_level=0x0a201025
[ 0.429424] microcode: CPU11: patch_level=0x0a201025
[ 0.429426] microcode: CPU13: patch_level=0x0a201025
[ 0.429427] microcode: CPU16: patch_level=0x0a201025
[ 0.429427] microcode: CPU14: patch_level=0x0a201025
[ 0.429427] microcode: CPU15: patch_level=0x0a201025
[ 0.429428] microcode: CPU17: patch_level=0x0a201025
[ 0.429429] microcode: CPU19: patch_level=0x0a201025
[ 0.429429] microcode: CPU18: patch_level=0x0a201025
[ 0.429430] microcode: CPU2: patch_level=0x0a201025
[ 0.429431] microcode: CPU21: patch_level=0x0a201025
[ 0.429431] microcode: CPU20: patch_level=0x0a201025
[ 0.429432] microcode: CPU23: patch_level=0x0a201025
[ 0.429432] microcode: CPU22: patch_level=0x0a201025
[ 0.429451] microcode: Microcode Update Driver: v2.2.
[ 0.429581] resctrl: L3 allocation detected
[ 0.429582] resctrl: MB allocation detected
[ 0.429582] resctrl: L3 monitoring detected
[ 0.429585] IPI shorthand broadcast: enabled
[ 0.430359] sched_clock: Marking stable (429379047, 195284)->(431984326, -2409995)
[ 0.430441] registered taskstats version 1
[ 0.430718] Loading compiled-in X.509 certificates
[ 0.432288] Loaded X.509 cert 'Build time autogenerated kernel key: e1f668c86850a5b5416a171c84499cecafe439ba'
[ 0.434581] zswap: loaded using pool zstd/zsmalloc
[ 0.435314] Key type .fscrypt registered
[ 0.435315] Key type fscrypt-provisioning registered
[ 0.435574] PM: Magic number: 15:885:899
[ 0.437011] RAS: Correctable Errors collector initialized.
[ 0.437068] clk: Disabling unused clocks
[ 0.893019] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 0.893657] ata1.00: ATA-8: ST1000DM010-2EP102, CC46, max UDMA/133
[ 0.893848] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 0.894808] ata1.00: configured for UDMA/133
[ 0.894884] scsi 0:0:0:0: Direct-Access ATA ST1000DM010-2EP1 CC46 PQ: 0 ANSI: 5
[ 0.895065] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 0.895067] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 0.895075] sd 0:0:0:0: [sda] Write Protect is off
[ 0.895077] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 0.895089] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.895104] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[ 0.953823] sda: sda1
[ 0.953868] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.340304] tsc: Refined TSC clocksource calibration: 3693.061 MHz
[ 1.340312] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6a7777116fa, max_idle_ns: 881590883556 ns
[ 1.340609] clocksource: Switched to clocksource tsc
[ 1.367174] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.368112] ata2.00: ATA-8: ST1000DM010-2EP102, CC43, max UDMA/133
[ 1.368358] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 1.369510] ata2.00: configured for UDMA/133
[ 1.369637] scsi 1:0:0:0: Direct-Access ATA ST1000DM010-2EP1 CC43 PQ: 0 ANSI: 5
[ 1.370150] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 1.370153] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[ 1.370164] sd 1:0:0:0: [sdb] Write Protect is off
[ 1.370166] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 1.370179] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.370196] sd 1:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
[ 1.429714] sdb: sdb1
[ 1.429823] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 1.682297] ata3: SATA link down (SStatus 0 SControl 300)
[ 2.153836] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 2.155470] ata4.00: ATA-8: HGST HTS541010A7E630, SE0OA4A0, max UDMA/133
[ 2.155995] ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 2.157654] ata4.00: configured for UDMA/133
[ 2.157742] scsi 3:0:0:0: Direct-Access ATA HGST HTS541010A7 A4A0 PQ: 0 ANSI: 5
[ 2.158083] sd 3:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 2.158087] sd 3:0:0:0: [sdc] 4096-byte physical blocks
[ 2.158113] sd 3:0:0:0: [sdc] Write Protect is off
[ 2.158116] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 2.158137] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.158155] sd 3:0:0:0: [sdc] Preferred minimum I/O size 4096 bytes
[ 2.627167] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 2.630132] ata5.00: ATA-9: TEAM TM8PS7256G, U0503A0, max UDMA/133
[ 2.631933] ata5.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 32), AA
[ 2.638716] ata5.00: configured for UDMA/133
[ 2.638797] scsi 4:0:0:0: Direct-Access ATA TEAM TM8PS7256G 3A0 PQ: 0 ANSI: 5
[ 2.638968] sd 4:0:0:0: [sdd] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[ 2.638974] sd 4:0:0:0: [sdd] Write Protect is off
[ 2.638975] sd 4:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[ 2.638981] sd 4:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.638989] sd 4:0:0:0: [sdd] Preferred minimum I/O size 512 bytes
[ 2.640946] sdd: sdd1 sdd2 sdd3 sdd4
[ 2.641098] sd 4:0:0:0: [sdd] Attached SCSI disk
[ 2.948693] ata6: SATA link down (SStatus 0 SControl 330)
[ 3.071810] sdc: sdc1 sdc2
[ 3.071924] sd 3:0:0:0: [sdc] Attached SCSI disk
[ 3.072705] Freeing unused decrypted memory: 2036K
[ 3.072899] Freeing unused kernel image (initmem) memory: 3332K
[ 3.086985] Write protecting the kernel read-only data: 30720k
[ 3.087424] Freeing unused kernel image (rodata/data gap) memory: 1584K
[ 3.107224] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 3.107226] rodata_test: all tests were successful
[ 3.107229] Run /init as init process
[ 3.107230] with arguments:
[ 3.107231] /init
[ 3.107231] with environment:
[ 3.107232] HOME=/
[ 3.107232] TERM=linux
[ 3.110730] booster: root= param is not specified. Use GPT partition autodiscovery with guid type 4f68bce3-e8cd-4db1-96e7-fbcaf984b709
[ 3.110737] fbcon: Taking over console
[ 3.110774] Console: switching to colour frame buffer device 240x67
[ 3.111675] booster: cmdRoot=&{1 [79 104 188 227 232 205 77 177 150 231 251 202 249 132 183 9]}
[ 3.111793] booster: loading module crc32c_generic
[ 3.111802] booster: loading module wmi
[ 3.111820] booster: loading module nvidia
[ 3.111837] booster: loading module mbcache
[ 3.111904] booster: loading module jbd2
[ 3.112151] booster: loading module crc32c_intel
[ 3.112392] booster: loading module crc16
[ 3.112427] booster: no match found for alias input:b0019v0000p0001e0000-e0,1,k74,ramlsfw
[ 3.112462] booster: no match found for alias acpi:ACPI0007:
[ 3.112489] booster: no match found for alias acpi:LNXPWRBN:
[ 3.112508] booster: found a new device /dev/sda
[ 3.112624] booster: found a new device /dev/sdb
[ 3.112667] booster: found a new device /dev/sdc
[ 3.112702] booster: found a new device /dev/sdd
[ 3.112942] booster: blkinfo for /dev/sdc: type=gpt UUID=49645289-7a9c-438f-a437-ee866a7a1feb LABEL=
[ 3.113043] booster: blkinfo for /dev/sda: type=gpt UUID=8b22198a-3698-4029-b361-95974a711481 LABEL=
[ 3.113073] booster: issue #222 /dev/sdc: 1
[ 3.113081] booster: issue #222 /dev/sdc: 2
[ 3.113169] booster: blkinfo for /dev/sdd: type=gpt UUID=73b21f8c-fb8a-462a-804d-2bc0598acbe5 LABEL=
[ 3.113182] booster: blkinfo for /dev/sdb: type=gpt UUID=8e00c197-fc09-4c1f-9198-5223db3e15b4 LABEL=
[ 3.113225] booster: issue #222 /dev/sda: 1
[ 3.113247] booster: issue #222 /dev/sda: 2
[ 3.113302] booster: issue #222 /dev/sdd: 1
[ 3.113315] booster: issue #222 /dev/sdd: 2
[ 3.113339] booster: issue #222 /dev/sdb: 1
[ 3.113348] booster: issue #222 /dev/sdb: 2
[ 3.113767] booster: no match found for alias acpi:ACPI0010:PNP0A05:
[ 3.113889] booster: udev event {Action:add KObj:/module/crc32c_generic Env:map[ACTION:add DEVPATH:/module/crc32c_generic SEQNUM:1715 SUBSYSTEM:module]}
[ 3.114334] booster: udev event {Action:add KObj:/module/mbcache Env:map[ACTION:add DEVPATH:/module/mbcache SEQNUM:1716 SUBSYSTEM:module]}
[ 3.114356] booster: udev event {Action:add KObj:/module/crc32c_intel Env:map[ACTION:add DEVPATH:/module/crc32c_intel SEQNUM:1717 SUBSYSTEM:module]}
[ 3.114401] booster: udev event {Action:add KObj:/module/crc16 Env:map[ACTION:add DEVPATH:/module/crc16 SEQNUM:1718 SUBSYSTEM:module]}
[ 3.114812] booster: udev event {Action:add KObj:/class/wmi_bus Env:map[ACTION:add DEVPATH:/class/wmi_bus SEQNUM:1719 SUBSYSTEM:class]}
[ 3.114832] booster: udev event {Action:add KObj:/bus/wmi Env:map[ACTION:add DEVPATH:/bus/wmi SEQNUM:1720 SUBSYSTEM:bus]}
[ 3.114898] booster: udev event {Action:add KObj:/devices/LNXSYSTM:00/PNP0C14:00/wakeup/wakeup30 Env:map[ACTION:add DEVPATH:/devices/LNXSYSTM:00/PNP0C14:00/wakeup/wakeup30 SEQNUM:1721 SUBSYSTEM:wakeup]}
[ 3.115075] booster: udev event {Action:add KObj:/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00 Env:map[ACTION:add DEVPATH:/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00 SEQNUM:1722 SUBSYSTEM:wmi_bus]}
[ 3.115078] booster: loading module video
[ 3.115112] booster: udev event {Action:add KObj:/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/ABBC0F6A-8EA1-11D1-00A0-C90629100000 Env:map[ACTION:add DEVPATH:/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/ABBC0F6A-8EA1-11D1-00A0-C90629100000 DEVTYPE:method MODALIAS:wmi:ABBC0F6A-8EA1-11D1-00A0-C90629100000 SEQNUM:1723 SUBSYSTEM:wmi WMI_GUID:ABBC0F6A-8EA1-11D1-00A0-C90629100000]}
[ 3.115196] booster: udev event {Action:add KObj:/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/05901221-D566-11D1-B2F0-00A0C9062910 Env:map[ACTION:add DEVPATH:/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/05901221-D566-11D1-B2F0-00A0C9062910 DEVTYPE:data MODALIAS:wmi:05901221-D566-11D1-B2F0-00A0C9062910 SEQNUM:1724 SUBSYSTEM:wmi WMI_GUID:05901221-D566-11D1-B2F0-00A0C9062910]}
[ 3.115200] booster: no match found for alias wmi:ABBC0F6A_8EA1_11D1_00A0_C90629100000
[ 3.115235] booster: udev event {Action:bind KObj:/devices/platform/PNP0C14:00 Env:map[ACTION:bind DEVPATH:/devices/platform/PNP0C14:00 DRIVER:acpi-wmi MODALIAS:acpi:PNP0C14: SEQNUM:1725 SUBSYSTEM:platform]}
[ 3.115290] booster: udev event {Action:add KObj:/bus/platform/drivers/acpi-wmi Env:map[ACTION:add DEVPATH:/bus/platform/drivers/acpi-wmi SEQNUM:1726 SUBSYSTEM:drivers]}
[ 3.115326] booster: udev event {Action:add KObj:/module/wmi Env:map[ACTION:add DEVPATH:/module/wmi SEQNUM:1727 SUBSYSTEM:module]}
[ 3.115608] booster: no match found for alias wmi:05901221_D566_11D1_B2F0_00A0C9062910
[ 3.115728] booster: modalias acpi:PNP0C14: matched module wmi
[ 3.117082] booster: loading module ext4
[ 3.117089] booster: udev event {Action:add KObj:/module/jbd2 Env:map[ACTION:add DEVPATH:/module/jbd2 SEQNUM:1728 SUBSYSTEM:module]}
[ 3.118146] booster: udev event {Action:add KObj:/bus/acpi/drivers/video Env:map[ACTION:add DEVPATH:/bus/acpi/drivers/video SEQNUM:1729 SUBSYSTEM:drivers]}
[ 3.118167] booster: udev event {Action:add KObj:/module/video Env:map[ACTION:add DEVPATH:/module/video SEQNUM:1730 SUBSYSTEM:module]}
[ 3.120566] booster: no match found for alias acpi:AMDI0030:AMDI0030:
[ 3.120930] booster: no match found for alias acpi:AMDIF030:AMDIF030:
[ 3.120977] booster: no match found for alias acpi:MSFT0101:
[ 3.122007] booster: no match found for alias acpi:PNP0C01:
[ 3.122012] booster: no match found for alias acpi:PNP0C02:
[ 3.122553] booster: issue #222 /dev/sdc: 3
[ 3.122563] booster: issue #222 /dev/sdc: 4: ata-HGST_HTS541010A7E630_S00001SSGM6S7F
[ 3.122577] booster: issue #222 /dev/sdc: 5
[ 3.122583] booster: issue #222 /dev/sdc: 6
[ 3.122594] booster: issue #222 /dev/sdc: 7: {0 [15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] [43 156 149 126 57 104 64 160 175 12 119 203 174 248 105 15] Linux filesystem 0}
[ 3.122613] booster: issue #222 /dev/sdc: 7: {1 [235 208 160 162 185 229 68 51 135 192 104 182 183 38 153 199] [190 128 184 18 94 182 64 125 149 170 70 165 92 67 191 220] Microsoft basic data 0}
[ 3.122710] booster: issue #222 /dev/sdc: 4: wwn-0x5000cca756c8bc63
[ 3.122730] booster: issue #222 /dev/sdc: 5
[ 3.122749] booster: issue #222 /dev/sdc: 6
[ 3.123050] booster: issue #222 /dev/sdc: 7: {0 [15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] [43 156 149 126 57 104 64 160 175 12 119 203 174 248 105 15] Linux filesystem 0}
[ 3.123171] booster: issue #222 /dev/sda: 3
[ 3.123370] booster: issue #222 /dev/sdc: 7: {1 [235 208 160 162 185 229 68 51 135 192 104 182 183 38 153 199] [190 128 184 18 94 182 64 125 149 170 70 165 92 67 191 220] Microsoft basic data 0}
[ 3.123499] booster: issue #222 /dev/sdb: 3
[ 3.123580] booster: no match found for alias acpi:PNP0000:
[ 3.123643] booster: no match found for alias acpi:PNP0100:
[ 3.123685] booster: issue #222 /dev/sdc: 8
[ 3.123742] booster: no match found for alias acpi:PNP0200:
[ 3.123774] booster: no match found for alias acpi:PNP0800:
[ 3.123822] booster: no match found for alias acpi:PNP0B00:
[ 3.124377] booster: issue #222 /dev/sdb: 4: ata-ST1000DM010-2EP102_Z9AVWYVJ
[ 3.124436] booster: issue #222 /dev/sdc: 9
[ 3.124721] booster: issue #222 /dev/sdb: 5
[ 3.124871] booster: issue #222 /dev/sdd: 3
[ 3.125338] booster: issue #222 /dev/sda: 4: ata-ST1000DM010-2EP102_ZN1VPY9R
[ 3.125658] booster: issue #222 /dev/sda: 5
[ 3.126865] booster: issue #222 /dev/sdc: 10
[ 3.127168] booster: issue #222 /dev/sdc: 11: {0 [15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] [43 156 149 126 57 104 64 160 175 12 119 203 174 248 105 15] Linux filesystem 0}
[ 3.127447] booster: no match found for alias acpi:PNP0A08:PNP0A03:
[ 3.127496] booster: issue #222 /dev/sdc: 11: {1 [235 208 160 162 185 229 68 51 135 192 104 182 183 38 153 199] [190 128 184 18 94 182 64 125 149 170 70 165 92 67 191 220] Microsoft basic data 0}
[ 3.128224] booster: issue #222 /dev/sda: 6
[ 3.128446] booster: no match found for alias acpi:PNP0C0C:
[ 3.128540] booster: no match found for alias acpi:PNP0C0F:
[ 3.128628] booster: issue #222 /dev/sda: 7: {0 [15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] [47 88 64 94 220 246 64 175 154 150 97 28 214 114 229 215] Linux filesystem 0}
[ 3.128891] booster: no match found for alias acpi:LNXSYBUS:
[ 3.128930] booster: no match found for alias acpi:PNP0103:
[ 3.128999] booster: issue #222 /dev/sda: 4: wwn-0x5000c500e44f8028
[ 3.129036] booster: no match found for alias acpi:LNXSYSTM:
[ 3.129424] booster: no match found for alias pci:v00001022d00001480sv00001022sd00001480bc06sc00i00
[ 3.129452] booster: no match found for alias pci:v00001022d00001482sv00000000sd00000000bc06sc00i00
[ 3.129653] booster: modalias pci:v00002646d00005013sv00002646sd00005013bc01sc08i02 matched module nvme
[ 3.129758] booster: issue #222 /dev/sdc: 12
[ 3.129780] booster: no match found for alias pci:v00001022d00001483sv00001022sd00001453bc06sc04i00
[ 3.129970] booster: modalias pci:v00001022d000043EEsv00001B21sd00001142bc0Csc03i30 matched module xhci_pci
[ 3.130157] booster: block device info &{path:/dev/sdc symlinks:[] format:gpt isFs:false uuid:[73 100 82 137 122 156 67 143 164 55 238 134 106 122 31 235] label: hwPath:pci-0000:02:00.1-ata-4.0 wwid:[ata-HGST_HTS541010A7E630_S00001SSGM6S7F wwn-0x5000cca756c8bc63] data:{partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[43 156 149 126 57 104 64 160 175 12 119 203 174 248 105 15] name:Linux filesystem attributes:0} {num:1 typeGUID:[235 208 160 162 185 229 68 51 135 192 104 182 183 38 153 199] uuid:[190 128 184 18 94 182 64 125 149 170 70 165 92 67 191 220] name:Microsoft basic data attributes:0}]}}
[ 3.130954] booster: no match found for alias scsi:t-0x00
[ 3.131391] booster: handling gpt block device &{path:/dev/sdc symlinks:[] format:gpt isFs:false uuid:[73 100 82 137 122 156 67 143 164 55 238 134 106 122 31 235] label: hwPath:pci-0000:02:00.1-ata-4.0 wwid:[ata-HGST_HTS541010A7E630_S00001SSGM6S7F wwn-0x5000cca756c8bc63] data:{partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[43 156 149 126 57 104 64 160 175 12 119 203 174 248 105 15] name:Linux filesystem attributes:0} {num:1 typeGUID:[235 208 160 162 185 229 68 51 135 192 104 182 183 38 153 199] uuid:[190 128 184 18 94 182 64 125 149 170 70 165 92 67 191 220] name:Microsoft basic data attributes:0}]}}
[ 3.132751] booster: its partitions: {partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[43 156 149 126 57 104 64 160 175 12 119 203 174 248 105 15] name:Linux filesystem attributes:0} {num:1 typeGUID:[235 208 160 162 185 229 68 51 135 192 104 182 183 38 153 199] uuid:[190 128 184 18 94 182 64 125 149 170 70 165 92 67 191 220] name:Microsoft basic data attributes:0}]}
[ 3.133714] booster: in autodiscovery mode
[ 3.134304] booster: found a new device /dev/sdc2
[ 3.134307] booster: found a new device /dev/sdc1
[ 3.135307] booster: issue #222 /dev/sda: 5
[ 3.135768] booster: issue #222 /dev/sda: 6
[ 3.136058] booster: no match found for alias pci:v00001022d000043EBsv00001B21sd00001062bc01sc06i01
[ 3.136308] booster: issue #222 /dev/sda: 7: {0 [15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] [47 88 64 94 220 246 64 175 154 150 97 28 214 114 229 215] Linux filesystem 0}
[ 3.136419] booster: no match found for alias pci:v000010ECd00008125sv00001849sd00008125bc02sc00i00
[ 3.136620] booster: no match found for alias pci:v00001022d000043EAsv00001B21sd00003308bc06sc04i00
[ 3.136989] booster: no match found for alias pci:v00001022d000043E9sv00001B21sd00000201bc06sc04i00
[ 3.137081] booster: issue #222 /dev/sda: 8
[ 3.138049] booster: issue #222 /dev/sda: 9
[ 3.138102] booster: modalias pci:v000010DEd0000220Asv000010DEsd00001616bc03sc00i00 matched module nvidia_drm
[ 3.138356] booster: no match found for alias pci:v000010DEd00001AEFsv000010DEsd00001616bc04sc03i00
[ 3.138537] booster: issue #222 /dev/sdb: 6
[ 3.138993] booster: issue #222 /dev/sdb: 7: {0 [15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] [204 172 224 255 139 128 77 30 142 196 124 220 50 100 71 200] Linux filesystem 0}
[ 3.139076] booster: no match found for alias pci:v00001022d0000148Asv00001022sd0000148Abc13sc00i00
[ 3.139156] booster: no match found for alias pci:v00001022d00001484sv00001022sd00001484bc06sc04i00
[ 3.139469] booster: issue #222 /dev/sdb: 4: wwn-0x5000c500b223e58e
[ 3.139500] booster: no match found for alias pci:v00001022d00001485sv00001022sd00001485bc13sc00i00
[ 3.139594] nvidia: loading out-of-tree module taints kernel.
[ 3.139598] nvidia: module license 'NVIDIA' taints kernel.
[ 3.139598] Disabling lock debugging due to kernel taint
[ 3.139600] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[ 3.139600] nvidia: module license taints kernel.
[ 3.139697] booster: no match found for alias pci:v00001022d00001486sv00001022sd00001486bc10sc80i00
[ 3.139715] booster: udev event {Action:add KObj:/module/ext4 Env:map[ACTION:add DEVPATH:/module/ext4 SEQNUM:1731 SUBSYSTEM:module]}
[ 3.139805] booster: modalias pci:v00001022d0000149Csv00001849sd0000FFFFbc0Csc03i30 matched module xhci_pci
[ 3.139942] booster: no match found for alias pci:v00001022d00001487sv00001849sd00002224bc04sc03i00
[ 3.140225] booster: no match found for alias pci:v00001022d0000790Bsv00001849sd0000FFFFbc0Csc05i00
[ 3.140348] booster: no match found for alias pci:v00001022d0000790Esv00001849sd0000FFFFbc06sc01i00
[ 3.140413] booster: no match found for alias pci:v00001022d00001440sv00000000sd00000000bc06sc00i00
[ 3.140487] booster: no match found for alias pci:v00001022d00001441sv00000000sd00000000bc06sc00i00
[ 3.140568] booster: no match found for alias pci:v00001022d00001442sv00000000sd00000000bc06sc00i00
[ 3.140637] booster: no match found for alias pci:v00001022d00001443sv00000000sd00000000bc06sc00i00
[ 3.140709] booster: no match found for alias pci:v00001022d00001444sv00000000sd00000000bc06sc00i00
[ 3.140782] booster: no match found for alias pci:v00001022d00001445sv00000000sd00000000bc06sc00i00
[ 3.140856] booster: no match found for alias pci:v00001022d00001446sv00000000sd00000000bc06sc00i00
[ 3.140930] booster: no match found for alias pci:v00001022d00001447sv00000000sd00000000bc06sc00i00
[ 3.141180] booster: no match found for alias platform:PCCT
[ 3.141384] booster: no match found for alias wmi:05901221-D566-11D1-B2F0-00A0C9062910
[ 3.141427] booster: no match found for alias wmi:ABBC0F6A-8EA1-11D1-00A0-C90629100000
[ 3.141431] booster: issue #222 /dev/sdd: 4: ata-TEAM_TM8PS7256G_TPBF2112240010800445
[ 3.141464] booster: no match found for alias platform:acpi-cpufreq
[ 3.141532] booster: no match found for alias platform:efi-framebuffer
[ 3.141563] booster: no match found for alias platform:efivars
[ 3.141596] booster: no match found for alias platform:microcode
[ 3.141627] booster: no match found for alias platform:pcspkr
[ 3.141675] booster: no match found for alias platform:reg-dummy
[ 3.141752] booster: no match found for alias platform:rtc-efi
[ 3.141842] booster: no match found for alias platform:serial8250
[ 3.144217] booster: no match found for alias platform:alarmtimer
[ 3.146265] booster: modalias pci:v00002646d00005013sv00002646sd00005013bc01sc08i02 matched module nvme
[ 3.146735] booster: loading module nvme_common
[ 3.147203] booster: modalias pci:v000010DEd0000220Asv000010DEsd00001616bc03sc00i00 matched module nvidia
[ 3.148442] booster: loading module xhci_pci_renesas
[ 3.149659] booster: issue #222 /dev/sdb: 5
[ 3.153290] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[ 3.157230] booster: issue #222 /dev/sdd: 5
[ 3.160486] booster: issue #222 /dev/sda: 10
[ 3.160740] booster: issue #222 /dev/sda: 11: {0 [15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] [47 88 64 94 220 246 64 175 154 150 97 28 214 114 229 215] Linux filesystem 0}
[ 3.161005] booster: issue #222 /dev/sda: 12
[ 3.161545] booster: issue #222 /dev/sdb: 6
[ 3.161778] booster: issue #222 /dev/sdb: 7: {0 [15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] [204 172 224 255 139 128 77 30 142 196 124 220 50 100 71 200] Linux filesystem 0}
[ 3.162038] booster: issue #222 /dev/sdb: 8
[ 3.162589] booster: issue #222 /dev/sdb: 9
[ 3.162957] booster: block device info &{path:/dev/sda symlinks:[] format:gpt isFs:false uuid:[139 34 25 138 54 152 64 41 179 97 149 151 74 113 20 129] label: hwPath:pci-0000:02:00.1-ata-1.0 wwid:[ata-ST1000DM010-2EP102_ZN1VPY9R wwn-0x5000c500e44f8028] data:{partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[47 88 64 94 220 246 64 175 154 150 97 28 214 114 229 215] name:Linux filesystem attributes:0}]}}
[ 3.163506] booster: handling gpt block device &{path:/dev/sda symlinks:[] format:gpt isFs:false uuid:[139 34 25 138 54 152 64 41 179 97 149 151 74 113 20 129] label: hwPath:pci-0000:02:00.1-ata-1.0 wwid:[ata-ST1000DM010-2EP102_ZN1VPY9R wwn-0x5000c500e44f8028] data:{partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[47 88 64 94 220 246 64 175 154 150 97 28 214 114 229 215] name:Linux filesystem attributes:0}]}}
[ 3.164077] booster: its partitions: {partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[47 88 64 94 220 246 64 175 154 150 97 28 214 114 229 215] name:Linux filesystem attributes:0}]}
[ 3.164364] booster: in autodiscovery mode
[ 3.164658] booster: found a new device /dev/sda1
[ 3.164937] booster: blkinfo for /dev/sdc2: type=mbr UUID=00000000 LABEL=
[ 3.166420] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[ 3.168359] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[ 3.168495] booster: no match found for alias dmi:bvnAmericanMegatrendsInternational,LLC.:bvrL2.62:bd01/31/2023:br5.17:svnToBeFilledByO.E.M.:pnB550PGVelocita:pvrToBeFilledByO.E.M.:rvnASRock:rnB550PGVelocita:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:skuToBeFilledByO.E.M.:
[ 3.170542] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[ 3.173019] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[ 3.175663] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[ 3.178639] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[ 3.181965] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[ 3.185583] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,006E,0070,0074,0075,0078,0079,007A,007C,007D,0080,0081,0083,0089,008C,008D,0093,0094,0095,0096,0097,0099,009A,009B,009C,009D,009E,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D1,00D6,00D7,00D8,00DA,00DC,00DD,00DE,00E2,00E4,00E6,00E8,00EA,00ED,00F0,00F1,00F2,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0120,0123,0125,0127,0128,012A,012C,012F,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0160,0161,0162,0163,0165,016C,01A0,01A1,01A2,01A4,01A6,01A9,01AA,01AC,01AD,01AE,01AF,01B1,01B2,01B3,01B4,01B8,01BC,01BD,01C2,01E0,01E1,01E2,01E3,01E4,01E5,01E6,01E7,01EA,01EB,01EC,01ED,01...
[ 3.187857] booster: issue #222 /dev/sdb: 10
[ 3.188594] booster: issue #222 /dev/sdb: 11: {0 [15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] [204 172 224 255 139 128 77 30 142 196 124 220 50 100 71 200] Linux filesystem 0}
[ 3.188601] booster: blkinfo for /dev/sdc1: type=ext4 UUID=718fa296-850e-4ec5-9217-e3c06ecbec51 LABEL=Storage 3
[ 3.189375] booster: issue #222 /dev/sdb: 12
[ 3.190290] booster: issue #222 /dev/sdd: 6
[ 3.191100] booster: issue #222 /dev/sdd: 7: {0 [193 42 115 40 248 31 17 210 186 75 0 160 201 62 201 59] [118 247 98 136 245 126 68 173 152 114 37 164 199 20 188 68] EFI system partition 9223372036854775808}
[ 3.191931] booster: issue #222 /dev/sdd: 7: {1 [227 201 227 22 11 92 77 184 129 125 249 45 240 2 21 174] [9 222 189 233 23 79 71 1 169 207 104 78 25 198 148 180] Microsoft reserved partition 9223372036854775808}
[ 3.193656] booster: issue #222 /dev/sdc1: 1
[ 3.194603] booster: issue #222 /dev/sdc2: 1
[ 3.195540] booster: block device info &{path:/dev/sdb symlinks:[] format:gpt isFs:false uuid:[142 0 193 151 252 9 76 31 145 152 82 35 219 62 21 180] label: hwPath:pci-0000:02:00.1-ata-2.0 wwid:[ata-ST1000DM010-2EP102_Z9AVWYVJ wwn-0x5000c500b223e58e] data:{partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[204 172 224 255 139 128 77 30 142 196 124 220 50 100 71 200] name:Linux filesystem attributes:0}]}}
[ 3.197260] booster: handling gpt block device &{path:/dev/sdb symlinks:[] format:gpt isFs:false uuid:[142 0 193 151 252 9 76 31 145 152 82 35 219 62 21 180] label: hwPath:pci-0000:02:00.1-ata-2.0 wwid:[ata-ST1000DM010-2EP102_Z9AVWYVJ wwn-0x5000c500b223e58e] data:{partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[204 172 224 255 139 128 77 30 142 196 124 220 50 100 71 200] name:Linux filesystem attributes:0}]}}
[ 3.199016] booster: its partitions: {partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[204 172 224 255 139 128 77 30 142 196 124 220 50 100 71 200] name:Linux filesystem attributes:0}]}
[ 3.199877] booster: in autodiscovery mode
[ 3.200732] booster: found a new device /dev/sdb1
[ 3.201707] booster: block device info &{path:/dev/sdc2 symlinks:[] format:mbr isFs:false uuid:[0 0 0 0] label: hwPath: wwid:[] data:}
[ 3.206879] booster: loading module crct10dif_pclmul
[ 3.206880] booster: loading module cryptd
[ 3.206888] booster: loading module crc32_pclmul
[ 3.206893] booster: loading module gf128mul
[ 3.206902] booster: loading module sha512_ssse3
[ 3.207718] booster: issue #222 /dev/sdd: 7: {2 [235 208 160 162 185 229 68 51 135 192 104 182 183 38 153 199] [11 198 209 142 254 71 73 219 142 246 84 228 14 105 52 198] Basic data partition 0}
[ 3.208656] booster: block device info &{path:/dev/sdc1 symlinks:[] format:ext4 isFs:true uuid:[113 143 162 150 133 14 78 197 146 23 227 192 110 203 236 81] label:Storage 3 hwPath: wwid:[] data:}
[ 3.213416] booster: blkinfo for /dev/sda1: type=ext4 UUID=13c2dcf4-eedf-4d0a-b0b0-4d0ed34f42a5 LABEL=Storage 1
[ 3.215945] booster: issue #222 /dev/sdd: 7: {3 [222 148 187 164 6 209 77 64 161 106 191 213 1 121 214 172] [189 202 231 68 173 83 79 71 149 157 249 242 12 43 69 109] 9223372036854775809}
[ 3.216767] booster: issue #222 /dev/sdd: 4: wwn-0x0000000000000000
[ 3.217587] booster: issue #222 /dev/sdd: 5
[ 3.218351] booster: issue #222 /dev/sdd: 6
[ 3.219140] booster: issue #222 /dev/sdd: 7: {0 [193 42 115 40 248 31 17 210 186 75 0 160 201 62 201 59] [118 247 98 136 245 126 68 173 152 114 37 164 199 20 188 68] EFI system partition 9223372036854775808}
[ 3.219895] booster: issue #222 /dev/sdd: 7: {1 [227 201 227 22 11 92 77 184 129 125 249 45 240 2 21 174] [9 222 189 233 23 79 71 1 169 207 104 78 25 198 148 180] Microsoft reserved partition 9223372036854775808}
[ 3.220657] booster: issue #222 /dev/sdd: 7: {2 [235 208 160 162 185 229 68 51 135 192 104 182 183 38 153 199] [11 198 209 142 254 71 73 219 142 246 84 228 14 105 52 198] Basic data partition 0}
[ 3.221417] booster: issue #222 /dev/sdd: 7: {3 [222 148 187 164 6 209 77 64 161 106 191 213 1 121 214 172] [189 202 231 68 173 83 79 71 149 157 249 242 12 43 69 109] 9223372036854775809}
[ 3.222233] booster: issue #222 /dev/sda1: 1
[ 3.223816] booster: issue #222 /dev/sdd: 8
[ 3.224661] booster: block device info &{path:/dev/sda1 symlinks:[] format:ext4 isFs:true uuid:[19 194 220 244 238 223 77 10 176 176 77 14 211 79 66 165] label:Storage 1 hwPath: wwid:[] data:}
[ 3.226227] booster: issue #222 /dev/sdd: 9
[ 3.226957] booster: issue #222 /dev/sdd: 10
[ 3.227648] booster: issue #222 /dev/sdd: 11: {0 [193 42 115 40 248 31 17 210 186 75 0 160 201 62 201 59] [118 247 98 136 245 126 68 173 152 114 37 164 199 20 188 68] EFI system partition 9223372036854775808}
[ 3.228364] booster: issue #222 /dev/sdd: 11: {1 [227 201 227 22 11 92 77 184 129 125 249 45 240 2 21 174] [9 222 189 233 23 79 71 1 169 207 104 78 25 198 148 180] Microsoft reserved partition 9223372036854775808}
[ 3.229056] booster: issue #222 /dev/sdd: 11: {2 [235 208 160 162 185 229 68 51 135 192 104 182 183 38 153 199] [11 198 209 142 254 71 73 219 142 246 84 228 14 105 52 198] Basic data partition 0}
[ 3.229756] booster: issue #222 /dev/sdd: 11: {3 [222 148 187 164 6 209 77 64 161 106 191 213 1 121 214 172] [189 202 231 68 173 83 79 71 149 157 249 242 12 43 69 109] 9223372036854775809}
[ 3.230423] booster: issue #222 /dev/sdd: 12
[ 3.231126] booster: block device info &{path:/dev/sdd symlinks:[] format:gpt isFs:false uuid:[115 178 31 140 251 138 70 42 128 77 43 192 89 138 203 229] label: hwPath:pci-0000:02:00.1-ata-5.0 wwid:[ata-TEAM_TM8PS7256G_TPBF2112240010800445 wwn-0x0000000000000000] data:{partitions:[{num:0 typeGUID:[193 42 115 40 248 31 17 210 186 75 0 160 201 62 201 59] uuid:[118 247 98 136 245 126 68 173 152 114 37 164 199 20 188 68] name:EFI system partition attributes:9223372036854775808} {num:1 typeGUID:[227 201 227 22 11 92 77 184 129 125 249 45 240 2 21 174] uuid:[9 222 189 233 23 79 71 1 169 207 104 78 25 198 148 180] name:Microsoft reserved partition attributes:9223372036854775808} {num:2 typeGUID:[235 208 160 162 185 229 68 51 135 192 104 182 183 38 153 199] uuid:[11 198 209 142 254 71 73 219 142 246 84 228 14 105 52 198] name:Basic data partition attributes:0} {num:3 typeGUID:[222 148 187 164 6 209 77 64 161 106 191...
[ 3.234567] booster: handling gpt block device &{path:/dev/sdd symlinks:[] format:gpt isFs:false uuid:[115 178 31 140 251 138 70 42 128 77 43 192 89 138 203 229] label: hwPath:pci-0000:02:00.1-ata-5.0 wwid:[ata-TEAM_TM8PS7256G_TPBF2112240010800445 wwn-0x0000000000000000] data:{partitions:[{num:0 typeGUID:[193 42 115 40 248 31 17 210 186 75 0 160 201 62 201 59] uuid:[118 247 98 136 245 126 68 173 152 114 37 164 199 20 188 68] name:EFI system partition attributes:9223372036854775808} {num:1 typeGUID:[227 201 227 22 11 92 77 184 129 125 249 45 240 2 21 174] uuid:[9 222 189 233 23 79 71 1 169 207 104 78 25 198 148 180] name:Microsoft reserved partition attributes:9223372036854775808} {num:2 typeGUID:[235 208 160 162 185 229 68 51 135 192 104 182 183 38 153 199] uuid:[11 198 209 142 254 71 73 219 142 246 84 228 14 105 52 198] name:Basic data partition attributes:0} {num:3 typeGUID:[222 148 187 164 6 209 77 64 161...
[ 3.237880] booster: its partitions: {partitions:[{num:0 typeGUID:[193 42 115 40 248 31 17 210 186 75 0 160 201 62 201 59] uuid:[118 247 98 136 245 126 68 173 152 114 37 164 199 20 188 68] name:EFI system partition attributes:9223372036854775808} {num:1 typeGUID:[227 201 227 22 11 92 77 184 129 125 249 45 240 2 21 174] uuid:[9 222 189 233 23 79 71 1 169 207 104 78 25 198 148 180] name:Microsoft reserved partition attributes:9223372036854775808} {num:2 typeGUID:[235 208 160 162 185 229 68 51 135 192 104 182 183 38 153 199] uuid:[11 198 209 142 254 71 73 219 142 246 84 228 14 105 52 198] name:Basic data partition attributes:0} {num:3 typeGUID:[222 148 187 164 6 209 77 64 161 106 191 213 1 121 214 172] uuid:[189 202 231 68 173 83 79 71 149 157 249 242 12 43 69 109] name: attributes:9223372036854775809}]}
[ 3.240580] booster: in autodiscovery mode
[ 3.241266] booster: found a new device /dev/sdd3
[ 3.241270] booster: found a new device /dev/sdd1
[ 3.241276] booster: found a new device /dev/sdd4
[ 3.241278] booster: found a new device /dev/sdd2
[ 3.242605] booster: issue #222 /dev/sdd3: 1
[ 3.243296] booster: blkinfo for /dev/sdd1: type=fat UUID=344f1f8e LABEL=NO NAME
[ 3.243841] booster: blkinfo for /dev/sdb1: type=ext4 UUID=c8d62855-284d-4389-b737-a0120223262a LABEL=Storage 2
[ 3.244298] booster: issue #222 /dev/sdd4: 1
[ 3.244749] booster: issue #222 /dev/sdd2: 1
[ 3.244781] booster: block device info &{path:/dev/sdd3 symlinks:[] format: isFs:false uuid:[] label: hwPath: wwid:[] data:}
[ 3.246092] booster: issue #222 /dev/sdb1: 1
[ 3.246806] booster: block device info &{path:/dev/sdd4 symlinks:[] format: isFs:false uuid:[] label: hwPath: wwid:[] data:}
[ 3.248256] booster: issue #222 /dev/sdd1: 1
[ 3.249055] booster: block device info &{path:/dev/sdd1 symlinks:[] format:fat isFs:false uuid:[52 79 31 142] label:NO NAME hwPath: wwid:[] data:}
[ 3.249724] booster: block device info &{path:/dev/sdd2 symlinks:[] format: isFs:false uuid:[] label: hwPath: wwid:[] data:}
[ 3.251534] booster: block device info &{path:/dev/sdb1 symlinks:[] format:ext4 isFs:true uuid:[200 214 40 85 40 77 67 137 183 55 160 18 2 35 38 42] label:Storage 2 hwPath: wwid:[] data:}
[ 3.286388] booster: udev event {Action:add KObj:/module/nvme_common Env:map[ACTION:add DEVPATH:/module/nvme_common SEQNUM:1732 SUBSYSTEM:module]}
[ 3.287595] booster: loading module nvme_core
[ 3.287639] booster: udev event {Action:add KObj:/module/crct10dif_pclmul Env:map[ACTION:add DEVPATH:/module/crct10dif_pclmul SEQNUM:1733 SUBSYSTEM:module]}
[ 3.288760] booster: udev event {Action:add KObj:/module/sha512_ssse3 Env:map[ACTION:add DEVPATH:/module/sha512_ssse3 SEQNUM:1734 SUBSYSTEM:module]}
[ 3.289319] booster: udev event {Action:add KObj:/module/xhci_pci_renesas Env:map[ACTION:add DEVPATH:/module/xhci_pci_renesas SEQNUM:1735 SUBSYSTEM:module]}
[ 3.334661] booster: loading module xhci_pci
[ 3.334895] booster: udev event {Action:add KObj:/module/crc32_pclmul Env:map[ACTION:add DEVPATH:/module/crc32_pclmul SEQNUM:1736 SUBSYSTEM:module]}
[ 3.334899] cryptd: max_cpu_qlen set to 1000
[ 3.334907] booster: loading module polyval_generic
[ 3.334928] booster: loading module crypto_simd
[ 3.334936] booster: loading module ghash_clmulni_intel
[ 3.335827] nvidia-nvlink: Nvlink Core is being initialized, major device number 238
[ 3.335830]
[ 3.335895] booster: udev event {Action:add KObj:/module/gf128mul Env:map[ACTION:add DEVPATH:/module/gf128mul SEQNUM:1737 SUBSYSTEM:module]}
[ 3.336495] nvidia 0000:05:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[ 3.336816] booster: loading module nvme
[ 3.337358] xhci_hcd 0000:02:00.0: xHCI Host Controller
[ 3.337362] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
[ 3.338812] booster: udev event {Action:add KObj:/module/cryptd Env:map[ACTION:add DEVPATH:/module/cryptd SEQNUM:1738 SUBSYSTEM:module]}
[ 3.339008] booster: loading module polyval_clmulni
[ 3.339540] booster: loading module aesni_intel
[ 3.339966] booster: udev event {Action:add KObj:/bus/pci/drivers/nvidia-nvswitch Env:map[ACTION:add DEVPATH:/bus/pci/drivers/nvidia-nvswitch SEQNUM:1739 SUBSYSTEM:drivers]}
[ 3.341682] booster: udev event {Action:add KObj:/devices/virtual/workqueue/nvme-wq Env:map[ACTION:add DEVPATH:/devices/virtual/workqueue/nvme-wq SEQNUM:1740 SUBSYSTEM:workqueue]}
[ 3.341883] nvme nvme0: pci function 0000:01:00.0
[ 3.342317] booster: udev event {Action:add KObj:/devices/virtual/workqueue/nvme-reset-wq Env:map[ACTION:add DEVPATH:/devices/virtual/workqueue/nvme-reset-wq SEQNUM:1741 SUBSYSTEM:workqueue]}
[ 3.342851] booster: udev event {Action:add KObj:/devices/virtual/workqueue/nvme-delete-wq Env:map[ACTION:add DEVPATH:/devices/virtual/workqueue/nvme-delete-wq SEQNUM:1742 SUBSYSTEM:workqueue]}
[ 3.343387] booster: udev event {Action:add KObj:/class/nvme Env:map[ACTION:add DEVPATH:/class/nvme SEQNUM:1743 SUBSYSTEM:class]}
[ 3.343646] AVX2 version of gcm_enc/dec engaged.
[ 3.343680] AES CTR mode by8 optimization enabled
[ 3.343988] booster: udev event {Action:add KObj:/class/nvme-subsystem Env:map[ACTION:add DEVPATH:/class/nvme-subsystem SEQNUM:1744 SUBSYSTEM:class]}
[ 3.344508] booster: udev event {Action:add KObj:/class/nvme-generic Env:map[ACTION:add DEVPATH:/class/nvme-generic SEQNUM:1745 SUBSYSTEM:class]}
[ 3.345021] booster: udev event {Action:add KObj:/devices/virtual/workqueue/nvme-auth-wq Env:map[ACTION:add DEVPATH:/devices/virtual/workqueue/nvme-auth-wq SEQNUM:1746 SUBSYSTEM:workqueue]}
[ 3.345539] booster: udev event {Action:add KObj:/module/nvme_core Env:map[ACTION:add DEVPATH:/module/nvme_core SEQNUM:1747 SUBSYSTEM:module]}
[ 3.346048] booster: udev event {Action:add KObj:/module/polyval_generic Env:map[ACTION:add DEVPATH:/module/polyval_generic SEQNUM:1748 SUBSYSTEM:module]}
[ 3.346556] booster: udev event {Action:add KObj:/module/crypto_simd Env:map[ACTION:add DEVPATH:/module/crypto_simd SEQNUM:1749 SUBSYSTEM:module]}
[ 3.346995] nvme nvme0: Shutdown timeout set to 10 seconds
[ 3.347051] booster: udev event {Action:add KObj:/module/ghash_clmulni_intel Env:map[ACTION:add DEVPATH:/module/ghash_clmulni_intel SEQNUM:1750 SUBSYSTEM:module]}
[ 3.347540] booster: udev event {Action:add KObj:/bus/pci/drivers/nvme Env:map[ACTION:add DEVPATH:/bus/pci/drivers/nvme SEQNUM:1751 SUBSYSTEM:drivers]}
[ 3.348030] booster: udev event {Action:add KObj:/module/nvme Env:map[ACTION:add DEVPATH:/module/nvme SEQNUM:1752 SUBSYSTEM:module]}
[ 3.348528] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0 Env:map[ACTION:add DEVNAME:nvme0 DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0 MAJOR:236 MINOR:0 NVME_TRTYPE:pcie SEQNUM:1753 SUBSYSTEM:nvme]}
[ 3.349507] booster: udev event {Action:add KObj:/module/polyval_clmulni Env:map[ACTION:add DEVPATH:/module/polyval_clmulni SEQNUM:1754 SUBSYSTEM:module]}
[ 3.349861] nvme nvme0: 32/0/0 default/read/poll queues
[ 3.350000] booster: udev event {Action:add KObj:/module/aesni_intel Env:map[ACTION:add DEVPATH:/module/aesni_intel SEQNUM:1755 SUBSYSTEM:module]}
[ 3.350499] booster: udev event {Action:add KObj:/devices/virtual/nvme-subsystem/nvme-subsys0 Env:map[ACTION:add DEVPATH:/devices/virtual/nvme-subsystem/nvme-subsys0 SEQNUM:1756 SUBSYSTEM:nvme-subsystem]}
[ 3.350991] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/hwmon0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/hwmon0 SEQNUM:1757 SUBSYSTEM:hwmon]}
[ 3.351485] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0 Env:map[ACTION:change DEVNAME:nvme0 DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0 MAJOR:236 MINOR:0 NVME_EVENT:connected NVME_TRTYPE:pcie SEQNUM:1758 SUBSYSTEM:nvme]}
[ 3.352433] booster: udev event {Action:add KObj:/devices/virtual/bdi/259:0 Env:map[ACTION:add DEVPATH:/devices/virtual/bdi/259:0 SEQNUM:1759 SUBSYSTEM:bdi]}
[ 3.352437] nvme0n1: p1 p2
[ 3.352908] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1 Env:map[ACTION:add DEVNAME:nvme0n1 DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1 DEVTYPE:disk DISKSEQ:5 MAJOR:259 MINOR:0 SEQNUM:1760 SUBSYSTEM:block]}
[ 3.353839] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1 Env:map[ACTION:add DEVNAME:nvme0n1p1 DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1 DEVTYPE:partition DISKSEQ:5 MAJOR:259 MINOR:1 PARTN:1 SEQNUM:1761 SUBSYSTEM:block]}
[ 3.353855] booster: found a new device /dev/nvme0n1
[ 3.354753] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2 Env:map[ACTION:add DEVNAME:nvme0n1p2 DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2 DEVTYPE:partition DISKSEQ:5 MAJOR:259 MINOR:2 PARTN:2 PARTNAME:endeavouros SEQNUM:1762 SUBSYSTEM:block]}
[ 3.355385] booster: blkinfo for /dev/nvme0n1: type=gpt UUID=0a298f81-a328-4992-977e-44ea94b84274 LABEL=
[ 3.356312] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/ng0n1 Env:map[ACTION:add DEVNAME:ng0n1 DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0/nvme/nvme0/ng0n1 MAJOR:235 MINOR:0 SEQNUM:1763 SUBSYSTEM:nvme-generic]}
[ 3.356752] booster: issue #222 /dev/nvme0n1: 1
[ 3.357769] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.1/0000:01:00.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.1/0000:01:00.0 DRIVER:nvme MODALIAS:pci:v00002646d00005013sv00002646sd00005013bc01sc08i02 PCI_CLASS:10802 PCI_ID:2646:5013 PCI_SLOT_NAME:0000:01:00.0 PCI_SUBSYS_ID:2646:5013 SEQNUM:1764 SUBSYSTEM:pci]}
[ 3.358171] booster: issue #222 /dev/nvme0n1: 2
[ 3.358942] booster: issue #222 /dev/nvme0n1: 3
[ 3.360038] booster: issue #222 /dev/nvme0n1: 4: nvme-eui.0026b7282b60d145
[ 3.360504] booster: issue #222 /dev/nvme0n1: 5
[ 3.360947] booster: issue #222 /dev/nvme0n1: 6
[ 3.361385] booster: issue #222 /dev/nvme0n1: 7: {0 [193 42 115 40 248 31 17 210 186 75 0 160 201 62 201 59] [254 11 152 159 214 29 77 23 175 243 162 77 92 245 71 68] 0}
[ 3.361829] booster: issue #222 /dev/nvme0n1: 7: {1 [79 104 188 227 232 205 77 177 150 231 251 202 249 132 183 9] [94 26 54 18 33 233 79 44 173 224 231 76 147 0 182 7] endeavouros 0}
[ 3.362275] booster: issue #222 /dev/nvme0n1: 4: nvme-KINGSTON_SKC3000S1024G_50026B7282B60D14
[ 3.362718] booster: diskSymlink(/dev/nvme0n1->nvme-KINGSTON_SKC3000S1024G_50026B7282B60D14
[ 3.363174] booster: issue #222 /dev/nvme0n1: err: symlink /dev/nvme0n1 /dev/disk/by-id/nvme-KINGSTON_SKC3000S1024G_50026B7282B60D14
[ 3.363641] booster: symlink /dev/nvme0n1 /dev/disk/by-id/nvme-KINGSTON_SKC3000S1024G_50026B7282B60D14
[ 3.363652] booster: found a new device /dev/nvme0n1p1
[ 3.363656] booster: found a new device /dev/nvme0n1p2
[ 3.365048] booster: blkinfo for /dev/nvme0n1p1: type=fat UUID=3356f8d9 LABEL=NO NAME
[ 3.365583] booster: blkinfo for /dev/nvme0n1p2: type=ext4 UUID=e6097f16-8e4d-4ff4-952a-6c5323d95d15 LABEL=endeavouros
[ 3.365958] booster: issue #222 /dev/nvme0n1p1: 1
[ 3.366439] booster: issue #222 /dev/nvme0n1p2: 1
[ 3.366872] booster: block device info &{path:/dev/nvme0n1p1 symlinks:[] format:fat isFs:false uuid:[51 86 248 217] label:NO NAME hwPath: wwid:[] data:}
[ 3.367750] booster: block device info &{path:/dev/nvme0n1p2 symlinks:[] format:ext4 isFs:true uuid:[230 9 127 22 142 77 79 244 149 42 108 83 35 217 93 21] label:endeavouros hwPath: wwid:[] data:}
[ 3.386840] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 535.54.03 Tue Jun 6 22:20:39 UTC 2023
[ 3.386861] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0 DRIVER:nvidia MODALIAS:pci:v000010DEd0000220Asv000010DEsd00001616bc03sc00i00 PCI_CLASS:30000 PCI_ID:10DE:220A PCI_SLOT_NAME:0000:05:00.0 PCI_SUBSYS_ID:10DE:1616 SEQNUM:1765 SUBSYSTEM:pci]}
[ 3.387877] booster: loading module nvidia_modeset
[ 3.387879] booster: loading module nvidia_uvm
[ 3.387983] booster: udev event {Action:add KObj:/bus/pci/drivers/nvidia Env:map[ACTION:add DEVPATH:/bus/pci/drivers/nvidia SEQNUM:1766 SUBSYSTEM:drivers]}
[ 3.389750] booster: udev event {Action:add KObj:/module/nvidia Env:map[ACTION:add DEVPATH:/module/nvidia SEQNUM:1767 SUBSYSTEM:module]}
[ 3.390814] nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
[ 3.392502] xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
[ 3.392687] xhci_hcd 0000:02:00.0: xHCI Host Controller
[ 3.392689] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[ 3.392690] xhci_hcd 0000:02:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 3.392698] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/wakeup/wakeup31 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/wakeup/wakeup31 SEQNUM:1768 SUBSYSTEM:wakeup]}
[ 3.392735] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
[ 3.392737] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.392738] usb usb1: Product: xHCI Host Controller
[ 3.392738] usb usb1: Manufacturer: Linux 6.4.1-arch2-1 xhci-hcd
[ 3.392739] usb usb1: SerialNumber: 0000:02:00.0
[ 3.392803] hub 1-0:1.0: USB hub found
[ 3.392814] hub 1-0:1.0: 10 ports detected
[ 3.392988] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 3.392998] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
[ 3.392998] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.392999] usb usb2: Product: xHCI Host Controller
[ 3.392999] usb usb2: Manufacturer: Linux 6.4.1-arch2-1 xhci-hcd
[ 3.393000] usb usb2: SerialNumber: 0000:02:00.0
[ 3.393038] hub 2-0:1.0: USB hub found
[ 3.393044] hub 2-0:1.0: 4 ports detected
[ 3.393161] xhci_hcd 0000:07:00.3: xHCI Host Controller
[ 3.393162] xhci_hcd 0000:07:00.3: new USB bus registered, assigned bus number 3
[ 3.393251] xhci_hcd 0000:07:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
[ 3.393251] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1 Env:map[ACTION:add BUSNUM:001 DEVNAME:bus/usb/001/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1 DEVTYPE:usb_device MAJOR:189 MINOR:0 PRODUCT:1d6b/2/604 SEQNUM:1769 SUBSYSTEM:usb TYPE:9/0/1]}
[ 3.393376] xhci_hcd 0000:07:00.3: xHCI Host Controller
[ 3.393377] xhci_hcd 0000:07:00.3: new USB bus registered, assigned bus number 4
[ 3.393378] xhci_hcd 0000:07:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[ 3.393393] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
[ 3.393394] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.393395] usb usb3: Product: xHCI Host Controller
[ 3.393395] usb usb3: Manufacturer: Linux 6.4.1-arch2-1 xhci-hcd
[ 3.393396] usb usb3: SerialNumber: 0000:07:00.3
[ 3.393435] hub 3-0:1.0: USB hub found
[ 3.393439] hub 3-0:1.0: 4 ports detected
[ 3.393563] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 3.393571] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
[ 3.393573] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.393573] usb usb4: Product: xHCI Host Controller
[ 3.393574] usb usb4: Manufacturer: Linux 6.4.1-arch2-1 xhci-hcd
[ 3.393574] usb usb4: SerialNumber: 0000:07:00.3
[ 3.393607] hub 4-0:1.0: USB hub found
[ 3.393611] hub 4-0:1.0: 4 ports detected
[ 3.394461] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-0:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-0:1.0 DEVTYPE:usb_interface INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0002d0604dc09dsc00dp01ic09isc00ip00in00 PRODUCT:1d6b/2/604 SEQNUM:1770 SUBSYSTEM:usb TYPE:9/0/1]}
[ 3.394694] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 535.54.03 Tue Jun 6 22:17:39 UTC 2023
[ 3.394757] booster: loading module nvidia_drm params="modeset=1"
[ 3.396031] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-0:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-0:1.0 DEVTYPE:usb_interface DRIVER:hub INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0002d0604dc09dsc00dp01ic09isc00ip00in00 PRODUCT:1d6b/2/604 SEQNUM:1771 SUBSYSTEM:usb TYPE:9/0/1]}
[ 3.396053] booster: no match found for alias usb:v1D6Bp0002d0604dc09dsc00dp01ic09isc00ip00in00
[ 3.397730] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1 Env:map[ACTION:bind BUSNUM:001 DEVNAME:bus/usb/001/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:0 PRODUCT:1d6b/2/604 SEQNUM:1772 SUBSYSTEM:usb TYPE:9/0/1]}
[ 3.399337] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2 Env:map[ACTION:add BUSNUM:002 DEVNAME:bus/usb/002/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2 DEVTYPE:usb_device MAJOR:189 MINOR:128 PRODUCT:1d6b/3/604 SEQNUM:1773 SUBSYSTEM:usb TYPE:9/0/3]}
[ 3.400377] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-0:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-0:1.0 DEVTYPE:usb_interface INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0003d0604dc09dsc00dp03ic09isc00ip00in00 PRODUCT:1d6b/3/604 SEQNUM:1774 SUBSYSTEM:usb TYPE:9/0/3]}
[ 3.401472] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-0:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-0:1.0 DEVTYPE:usb_interface DRIVER:hub INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0003d0604dc09dsc00dp03ic09isc00ip00in00 PRODUCT:1d6b/3/604 SEQNUM:1775 SUBSYSTEM:usb TYPE:9/0/3]}
[ 3.401500] booster: no match found for alias usb:v1D6Bp0003d0604dc09dsc00dp03ic09isc00ip00in00
[ 3.402566] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2 Env:map[ACTION:bind BUSNUM:002 DEVNAME:bus/usb/002/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:128 PRODUCT:1d6b/3/604 SEQNUM:1776 SUBSYSTEM:usb TYPE:9/0/3]}
[ 3.404332] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0 DRIVER:xhci_hcd MODALIAS:pci:v00001022d000043EEsv00001B21sd00001142bc0Csc03i30 PCI_CLASS:C0330 PCI_ID:1022:43EE PCI_SLOT_NAME:0000:02:00.0 PCI_SUBSYS_ID:1B21:1142 SEQNUM:1777 SUBSYSTEM:pci]}
[ 3.405436] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/wakeup/wakeup32 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/wakeup/wakeup32 SEQNUM:1778 SUBSYSTEM:wakeup]}
[ 3.406012] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3 Env:map[ACTION:add BUSNUM:003 DEVNAME:bus/usb/003/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3 DEVTYPE:usb_device MAJOR:189 MINOR:256 PRODUCT:1d6b/2/604 SEQNUM:1779 SUBSYSTEM:usb TYPE:9/0/1]}
[ 3.407136] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-0:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-0:1.0 DEVTYPE:usb_interface INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0002d0604dc09dsc00dp01ic09isc00ip00in00 PRODUCT:1d6b/2/604 SEQNUM:1780 SUBSYSTEM:usb TYPE:9/0/1]}
[ 3.408259] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-0:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-0:1.0 DEVTYPE:usb_interface DRIVER:hub INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0002d0604dc09dsc00dp01ic09isc00ip00in00 PRODUCT:1d6b/2/604 SEQNUM:1781 SUBSYSTEM:usb TYPE:9/0/1]}
[ 3.409397] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3 Env:map[ACTION:bind BUSNUM:003 DEVNAME:bus/usb/003/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:256 PRODUCT:1d6b/2/604 SEQNUM:1782 SUBSYSTEM:usb TYPE:9/0/1]}
[ 3.410533] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4 Env:map[ACTION:add BUSNUM:004 DEVNAME:bus/usb/004/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4 DEVTYPE:usb_device MAJOR:189 MINOR:384 PRODUCT:1d6b/3/604 SEQNUM:1783 SUBSYSTEM:usb TYPE:9/0/3]}
[ 3.411673] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4/4-0:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4/4-0:1.0 DEVTYPE:usb_interface INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0003d0604dc09dsc00dp03ic09isc00ip00in00 PRODUCT:1d6b/3/604 SEQNUM:1784 SUBSYSTEM:usb TYPE:9/0/3]}
[ 3.412826] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4/4-0:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4/4-0:1.0 DEVTYPE:usb_interface DRIVER:hub INTERFACE:9/0/0 MODALIAS:usb:v1D6Bp0003d0604dc09dsc00dp03ic09isc00ip00in00 PRODUCT:1d6b/3/604 SEQNUM:1785 SUBSYSTEM:usb TYPE:9/0/3]}
[ 3.413989] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4 Env:map[ACTION:bind BUSNUM:004 DEVNAME:bus/usb/004/001 DEVNUM:001 DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb4 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:384 PRODUCT:1d6b/3/604 SEQNUM:1786 SUBSYSTEM:usb TYPE:9/0/3]}
[ 3.415181] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:08.1/0000:07:00.3 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:08.1/0000:07:00.3 DRIVER:xhci_hcd MODALIAS:pci:v00001022d0000149Csv00001849sd0000FFFFbc0Csc03i30 PCI_CLASS:C0330 PCI_ID:1022:149C PCI_SLOT_NAME:0000:07:00.3 PCI_SUBSYS_ID:1849:FFFF SEQNUM:1787 SUBSYSTEM:pci]}
[ 3.416376] booster: udev event {Action:add KObj:/bus/pci/drivers/xhci_hcd Env:map[ACTION:add DEVPATH:/bus/pci/drivers/xhci_hcd SEQNUM:1788 SUBSYSTEM:drivers]}
[ 3.416976] booster: udev event {Action:add KObj:/module/xhci_pci Env:map[ACTION:add DEVPATH:/module/xhci_pci SEQNUM:1789 SUBSYSTEM:module]}
[ 3.417580] booster: udev event {Action:add KObj:/module/nvidia_modeset Env:map[ACTION:add DEVPATH:/module/nvidia_modeset SEQNUM:1790 SUBSYSTEM:module]}
[ 3.470060] [drm] [nvidia-drm] [GPU ID 0x00000500] Loading driver
[ 3.470075] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/renderD128 Env:map[ACTION:add DEVNAME:dri/renderD128 DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/renderD128 DEVTYPE:drm_minor MAJOR:226 MINOR:128 SEQNUM:1791 SUBSYSTEM:drm]}
[ 3.471395] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 Env:map[ACTION:add DEVNAME:dri/card0 DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 DEVTYPE:drm_minor MAJOR:226 MINOR:0 SEQNUM:1792 SUBSYSTEM:drm]}
[ 3.644049] usb 1-3: new high-speed USB device number 2 using xhci_hcd
[ 3.880925] usb 1-3: New USB device found, idVendor=13fe, idProduct=4200, bcdDevice= 1.00
[ 3.880928] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.880929] usb 1-3: Product: USB DISK 2.0
[ 3.880930] usb 1-3: Manufacturer:
[ 3.880930] usb 1-3: SerialNumber: 070B4911AD2B0102
[ 3.881184] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3 Env:map[ACTION:add BUSNUM:001 DEVNAME:bus/usb/001/002 DEVNUM:002 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3 DEVTYPE:usb_device MAJOR:189 MINOR:1 PRODUCT:13fe/4200/100 SEQNUM:1793 SUBSYSTEM:usb TYPE:0/0/0]}
[ 3.980964] usb 2-4: new SuperSpeed USB device number 2 using xhci_hcd
[ 3.997833] usb 2-4: New USB device found, idVendor=0bc2, idProduct=231a, bcdDevice= 7.08
[ 3.997835] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.997836] usb 2-4: Product: Expansion
[ 3.997837] usb 2-4: Manufacturer: Seagate
[ 3.997837] usb 2-4: SerialNumber: NA8QL1N8
[ 4.186881] usb 1-5: new low-speed USB device number 3 using xhci_hcd
[ 4.286633] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0 DEVTYPE:usb_interface INTERFACE:8/6/80 MODALIAS:usb:v13FEp4200d0100dc00dsc00dp00ic08isc06ip50in00 PRODUCT:13fe/4200/100 SEQNUM:1794 SUBSYSTEM:usb TYPE:0/0/0]}
[ 4.287822] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3 Env:map[ACTION:bind BUSNUM:001 DEVNAME:bus/usb/001/002 DEVNUM:002 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:1 PRODUCT:13fe/4200/100 SEQNUM:1795 SUBSYSTEM:usb TYPE:0/0/0]}
[ 4.287857] booster: modalias usb:v13FEp4200d0100dc00dsc00dp00ic08isc06ip50in00 matched module usb_storage
[ 4.289023] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4 Env:map[ACTION:add BUSNUM:002 DEVNAME:bus/usb/002/002 DEVNUM:002 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4 DEVTYPE:usb_device MAJOR:189 MINOR:129 PRODUCT:bc2/231a/708 SEQNUM:1796 SUBSYSTEM:usb TYPE:0/0/0]}
[ 4.290229] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0 DEVTYPE:usb_interface INTERFACE:8/6/80 MODALIAS:usb:v0BC2p231Ad0708dc00dsc00dp00ic08isc06ip50in00 PRODUCT:bc2/231a/708 SEQNUM:1797 SUBSYSTEM:usb TYPE:0/0/0]}
[ 4.291484] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4 Env:map[ACTION:bind BUSNUM:002 DEVNAME:bus/usb/002/002 DEVNUM:002 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:129 PRODUCT:bc2/231a/708 SEQNUM:1798 SUBSYSTEM:usb TYPE:0/0/0]}
[ 4.291514] booster: modalias usb:v0BC2p231Ad0708dc00dsc00dp00ic08isc06ip50in00 matched module usb_storage
[ 4.293384] booster: modalias usb:v13FEp4200d0100dc00dsc00dp00ic08isc06ip50in00 matched module uas
[ 4.294071] booster: loading module usb_storage
[ 4.294608] booster: modalias usb:v0BC2p231Ad0708dc00dsc00dp00ic08isc06ip50in00 matched module uas
[ 4.298124] usb-storage 1-3:1.0: USB Mass Storage device detected
[ 4.298206] scsi host6: usb-storage 1-3:1.0
[ 4.298231] booster: udev event {Action:add KObj:/devices/virtual/workqueue/scsi_tmf_6 Env:map[ACTION:add DEVPATH:/devices/virtual/workqueue/scsi_tmf_6 SEQNUM:1799 SUBSYSTEM:workqueue]}
[ 4.298242] usbcore: registered new interface driver usb-storage
[ 4.298297] booster: loading module uas
[ 4.298959] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6 DEVTYPE:scsi_host SEQNUM:1800 SUBSYSTEM:scsi]}
[ 4.300342] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/scsi_host/host6 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/scsi_host/host6 SEQNUM:1801 SUBSYSTEM:scsi_host]}
[ 4.301696] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0 DEVTYPE:usb_interface DRIVER:usb-storage INTERFACE:8/6/80 MODALIAS:usb:v13FEp4200d0100dc00dsc00dp00ic08isc06ip50in00 PRODUCT:13fe/4200/100 SEQNUM:1802 SUBSYSTEM:usb TYPE:0/0/0]}
[ 4.302902] booster: udev event {Action:add KObj:/bus/usb/drivers/usb-storage Env:map[ACTION:add DEVPATH:/bus/usb/drivers/usb-storage SEQNUM:1803 SUBSYSTEM:drivers]}
[ 4.303525] booster: udev event {Action:add KObj:/module/usb_storage Env:map[ACTION:add DEVPATH:/module/usb_storage SEQNUM:1804 SUBSYSTEM:module]}
[ 4.319359] booster: udev event {Action:add KObj:/devices/virtual/workqueue/scsi_tmf_7 Env:map[ACTION:add DEVPATH:/devices/virtual/workqueue/scsi_tmf_7 SEQNUM:1805 SUBSYSTEM:workqueue]}
[ 4.323347] scsi host7: uas
[ 4.323383] usbcore: registered new interface driver uas
[ 4.323395] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7 DEVTYPE:scsi_host SEQNUM:1806 SUBSYSTEM:scsi]}
[ 4.323725] scsi 7:0:0:0: Direct-Access Seagate Expansion 0708 PQ: 0 ANSI: 6
[ 4.324217] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/scsi_host/host7 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/scsi_host/host7 SEQNUM:1807 SUBSYSTEM:scsi_host]}
[ 4.325549] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0 DEVTYPE:usb_interface DRIVER:uas INTERFACE:8/6/98 MODALIAS:usb:v0BC2p231Ad0708dc00dsc00dp00ic08isc06ip62in00 PRODUCT:bc2/231a/708 SEQNUM:1808 SUBSYSTEM:usb TYPE:0/0/0]}
[ 4.325701] sd 7:0:0:0: [sde] 976773167 512-byte logical blocks: (500 GB/466 GiB)
[ 4.325703] sd 7:0:0:0: [sde] 4096-byte physical blocks
[ 4.325841] sd 7:0:0:0: [sde] Write Protect is off
[ 4.325842] sd 7:0:0:0: [sde] Mode Sense: 53 00 00 08
[ 4.326112] sd 7:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4.326538] sd 7:0:0:0: [sde] Preferred minimum I/O size 4096 bytes
[ 4.326539] sd 7:0:0:0: [sde] Optimal transfer size 33553920 bytes not a multiple of preferred minimum block size (4096 bytes)
[ 4.326810] booster: udev event {Action:add KObj:/bus/usb/drivers/uas Env:map[ACTION:add DEVPATH:/bus/usb/drivers/uas SEQNUM:1809 SUBSYSTEM:drivers]}
[ 4.326849] booster: modalias usb:v0BC2p231Ad0708dc00dsc00dp00ic08isc06ip62in00 matched module uas
[ 4.327455] booster: udev event {Action:add KObj:/module/uas Env:map[ACTION:add DEVPATH:/module/uas SEQNUM:1810 SUBSYSTEM:module]}
[ 4.328075] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/target7:0:0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/target7:0:0 DEVTYPE:scsi_target SEQNUM:1811 SUBSYSTEM:scsi]}
[ 4.329236] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/target7:0:0/7:0:0:0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/target7:0:0/7:0:0:0 DEVTYPE:scsi_device MODALIAS:scsi:t-0x00 SEQNUM:1812 SUBSYSTEM:scsi]}
[ 4.330396] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/target7:0:0/7:0:0:0/scsi_device/7:0:0:0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/target7:0:0/7:0:0:0/scsi_device/7:0:0:0 SEQNUM:1813 SUBSYSTEM:scsi_device]}
[ 4.330433] booster: no match found for alias scsi:t_0x00
[ 4.331586] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/target7:0:0/7:0:0:0/bsg/7:0:0:0 Env:map[ACTION:add DEVNAME:bsg/7:0:0:0 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/target7:0:0/7:0:0:0/bsg/7:0:0:0 MAJOR:242 MINOR:4 SEQNUM:1814 SUBSYSTEM:bsg]}
[ 4.332764] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/target7:0:0/7:0:0:0/scsi_disk/7:0:0:0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/target7:0:0/7:0:0:0/scsi_disk/7:0:0:0 SEQNUM:1815 SUBSYSTEM:scsi_disk]}
[ 4.333942] booster: udev event {Action:add KObj:/devices/virtual/bdi/8:64 Env:map[ACTION:add DEVPATH:/devices/virtual/bdi/8:64 SEQNUM:1816 SUBSYSTEM:bdi]}
[ 4.342144] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-0 SEQNUM:1817 SUBSYSTEM:i2c]}
[ 4.342355] nvidia-uvm: Loaded the UVM driver, major device number 234.
[ 4.342887] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-1 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-1 SEQNUM:1818 SUBSYSTEM:i2c]}
[ 4.343505] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-2 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-2 SEQNUM:1819 SUBSYSTEM:i2c]}
[ 4.344097] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-3 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-3 SEQNUM:1820 SUBSYSTEM:i2c]}
[ 4.344671] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-4 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/i2c-4 SEQNUM:1821 SUBSYSTEM:i2c]}
[ 4.345235] booster: udev event {Action:add KObj:/module/nvidia_uvm Env:map[ACTION:add DEVPATH:/module/nvidia_uvm SEQNUM:1822 SUBSYSTEM:module]}
[ 4.393866] sde: sde1
[ 4.394206] sd 7:0:0:0: [sde] Attached SCSI disk
[ 4.394238] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/target7:0:0/7:0:0:0/block/sde Env:map[ACTION:add DEVNAME:sde DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/target7:0:0/7:0:0:0/block/sde DEVTYPE:disk DISKSEQ:6 MAJOR:8 MINOR:64 SEQNUM:1823 SUBSYSTEM:block]}
[ 4.395593] booster: found a new device /dev/sde
[ 4.395609] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/target7:0:0/7:0:0:0/block/sde/sde1 Env:map[ACTION:add DEVNAME:sde1 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/target7:0:0/7:0:0:0/block/sde/sde1 DEVTYPE:partition DISKSEQ:6 MAJOR:8 MINOR:65 PARTN:1 PARTNAME:Linux filesystem SEQNUM:1824 SUBSYSTEM:block]}
[ 4.396870] booster: blkinfo for /dev/sde: type=gpt UUID=8928e56b-21bc-41d9-a77e-189095d92997 LABEL=
[ 4.397447] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/target7:0:0/7:0:0:0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb2/2-4/2-4:1.0/host7/target7:0:0/7:0:0:0 DEVTYPE:scsi_device DRIVER:sd MODALIAS:scsi:t-0x00 SEQNUM:1825 SUBSYSTEM:scsi]}
[ 4.397991] booster: issue #222 /dev/sde: 1
[ 4.398527] booster: issue #222 /dev/sde: 2
[ 4.399655] booster: issue #222 /dev/sde: 3
[ 4.400899] booster: issue #222 /dev/sde: 4: usb-Seagate_Expansion_ NA8QL1N8-0:0
[ 4.401424] booster: issue #222 /dev/sde: 5
[ 4.401930] booster: issue #222 /dev/sde: 6
[ 4.402440] booster: issue #222 /dev/sde: 7: {0 [15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] [208 84 20 149 156 19 78 25 154 191 76 75 11 173 209 234] Linux filesystem 0}
[ 4.402954] booster: issue #222 /dev/sde: 8
[ 4.403564] booster: issue #222 /dev/sde: 9
[ 4.404061] booster: issue #222 /dev/sde: 10
[ 4.404545] booster: issue #222 /dev/sde: 11: {0 [15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] [208 84 20 149 156 19 78 25 154 191 76 75 11 173 209 234] Linux filesystem 0}
[ 4.405047] booster: issue #222 /dev/sde: 12
[ 4.405540] booster: block device info &{path:/dev/sde symlinks:[] format:gpt isFs:false uuid:[137 40 229 107 33 188 65 217 167 126 24 144 149 217 41 151] label: hwPath:pci-0000:02:00.0-usb-0:4:1.0-scsi-7:0:0:0 wwid:[usb-Seagate_Expansion_ NA8QL1N8-0:0] data:{partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[208 84 20 149 156 19 78 25 154 191 76 75 11 173 209 234] name:Linux filesystem attributes:0}]}}
[ 4.406548] booster: handling gpt block device &{path:/dev/sde symlinks:[] format:gpt isFs:false uuid:[137 40 229 107 33 188 65 217 167 126 24 144 149 217 41 151] label: hwPath:pci-0000:02:00.0-usb-0:4:1.0-scsi-7:0:0:0 wwid:[usb-Seagate_Expansion_ NA8QL1N8-0:0] data:{partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[208 84 20 149 156 19 78 25 154 191 76 75 11 173 209 234] name:Linux filesystem attributes:0}]}}
[ 4.407558] booster: its partitions: {partitions:[{num:0 typeGUID:[15 198 61 175 132 131 71 114 142 121 61 105 216 71 125 228] uuid:[208 84 20 149 156 19 78 25 154 191 76 75 11 173 209 234] name:Linux filesystem attributes:0}]}
[ 4.408062] booster: in autodiscovery mode
[ 4.408483] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0/card0-HDMI-A-1 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0/card0-HDMI-A-1 DEVTYPE:drm_connector SEQNUM:1826 SUBSYSTEM:drm]}
[ 4.408569] booster: found a new device /dev/sde1
[ 4.409580] booster: blkinfo for /dev/sde1: type=ext4 UUID=bfd47913-6f62-4e12-804b-a40b1240e4d9 LABEL=Pocket
[ 4.410356] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 Env:map[ACTION:change CONNECTOR:88 DEVNAME:dri/card0 DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 DEVTYPE:drm_minor HOTPLUG:1 MAJOR:226 MINOR:0 SEQNUM:1827 SUBSYSTEM:drm]}
[ 4.410883] booster: issue #222 /dev/sde1: 1
[ 4.411415] booster: block device info &{path:/dev/sde1 symlinks:[] format:ext4 isFs:true uuid:[191 212 121 19 111 98 78 18 128 75 164 11 18 64 228 217] label:Pocket hwPath: wwid:[] data:}
[ 4.413019] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0/card0-DP-1 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0/card0-DP-1 DEVTYPE:drm_connector SEQNUM:1828 SUBSYSTEM:drm]}
[ 4.413565] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 Env:map[ACTION:change CONNECTOR:90 DEVNAME:dri/card0 DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 DEVTYPE:drm_minor HOTPLUG:1 MAJOR:226 MINOR:0 SEQNUM:1829 SUBSYSTEM:drm]}
[ 4.414639] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0/card0-DP-2 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0/card0-DP-2 DEVTYPE:drm_connector SEQNUM:1830 SUBSYSTEM:drm]}
[ 4.415192] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 Env:map[ACTION:change CONNECTOR:93 DEVNAME:dri/card0 DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 DEVTYPE:drm_minor HOTPLUG:1 MAJOR:226 MINOR:0 SEQNUM:1831 SUBSYSTEM:drm]}
[ 4.416281] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0/card0-DP-3 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0/card0-DP-3 DEVTYPE:drm_connector SEQNUM:1832 SUBSYSTEM:drm]}
[ 4.416845] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 Env:map[ACTION:change CONNECTOR:96 DEVNAME:dri/card0 DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 DEVTYPE:drm_minor HOTPLUG:1 MAJOR:226 MINOR:0 SEQNUM:1833 SUBSYSTEM:drm]}
[ 4.417961] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 Env:map[ACTION:change DEVNAME:dri/card0 DEVPATH:/devices/pci0000:00/0000:00:03.1/0000:05:00.0/drm/card0 DEVTYPE:drm_minor HOTPLUG:1 MAJOR:226 MINOR:0 SEQNUM:1834 SUBSYSTEM:drm]}
[ 4.503720] usb 1-5: New USB device found, idVendor=047d, idProduct=1020, bcdDevice= 1.08
[ 4.503723] usb 1-5: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 4.503724] usb 1-5: Product: Kensington Expert Mouse
[ 4.503939] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5 Env:map[ACTION:add BUSNUM:001 DEVNAME:bus/usb/001/003 DEVNUM:003 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5 DEVTYPE:usb_device MAJOR:189 MINOR:2 PRODUCT:47d/1020/108 SEQNUM:1835 SUBSYSTEM:usb TYPE:0/0/0]}
[ 4.510512] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5 Env:map[ACTION:change BUSNUM:001 DEVNAME:bus/usb/001/003 DEVNUM:003 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:2 PRODUCT:47d/1020/108 SEQNUM:1836 SUBSYSTEM:usb TYPE:0/0/0]}
[ 4.511848] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0 DEVTYPE:usb_interface INTERFACE:3/1/2 MODALIAS:usb:v047Dp1020d0108dc00dsc00dp00ic03isc01ip02in00 PRODUCT:47d/1020/108 SEQNUM:1837 SUBSYSTEM:usb TYPE:0/0/0]}
[ 4.512985] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5 Env:map[ACTION:bind BUSNUM:001 DEVNAME:bus/usb/001/003 DEVNUM:003 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:2 PRODUCT:47d/1020/108 SEQNUM:1838 SUBSYSTEM:usb TYPE:0/0/0]}
[ 4.513017] booster: modalias usb:v047Dp1020d0108dc00dsc00dp00ic03isc01ip02in00 matched module usbhid
[ 4.514717] booster: loading module usbhid
[ 4.519650] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:05:00.0 on minor 0
[ 4.519702] booster: udev event {Action:add KObj:/module/nvidia_drm Env:map[ACTION:add DEVPATH:/module/nvidia_drm SEQNUM:1839 SUBSYSTEM:module]}
[ 4.527740] input: Kensington Expert Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0001/input/input2
[ 4.527759] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0001 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0001 HID_ID:0003:0000047D:00001020 HID_NAME:Kensington Expert Mouse HID_PHYS:usb-0000:02:00.0-5/input0 HID_UNIQ: MODALIAS:hid:b0003g0001v0000047Dp00001020 SEQNUM:1840 SUBSYSTEM:hid]}
[ 4.527778] hid-generic 0003:047D:1020.0001: input,hidraw0: USB HID v1.11 Mouse [Kensington Expert Mouse] on usb-0000:02:00.0-5/input0
[ 4.527792] usbcore: registered new interface driver usbhid
[ 4.527793] usbhid: USB HID core driver
[ 4.528984] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0001/input/input2 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0001/input/input2 EV:17 KEY:1f0000 0 0 0 0 MODALIAS:input:b0003v047Dp1020e0111-e0,1,2,4,k110,111,112,113,114,r0,1,8,B,am4,lsfw MSC:10 NAME:"Kensington Expert Mouse" PHYS:"usb-0000:02:00.0-5/input0" PRODUCT:3/47d/1020/111 PROP:0 REL:903 SEQNUM:1841 SUBSYSTEM:input UNIQ:""]}
[ 4.528999] booster: no match found for alias hid:b0003g0001v0000047Dp00001020
[ 4.530615] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0001/input/input2/event2 Env:map[ACTION:add DEVNAME:input/event2 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0001/input/input2/event2 MAJOR:13 MINOR:66 SEQNUM:1842 SUBSYSTEM:input]}
[ 4.530651] booster: no match found for alias input:b0003v047Dp1020e0111_e0,1,2,4,k110,111,112,113,114,r0,1,8,B,am4,lsfw
[ 4.531743] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0001/hidraw/hidraw0 Env:map[ACTION:add DEVNAME:hidraw0 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0001/hidraw/hidraw0 MAJOR:240 MINOR:0 SEQNUM:1843 SUBSYSTEM:hidraw]}
[ 4.532900] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0001 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0/0003:047D:1020.0001 DRIVER:hid-generic HID_ID:0003:0000047D:00001020 HID_NAME:Kensington Expert Mouse HID_PHYS:usb-0000:02:00.0-5/input0 HID_UNIQ: MODALIAS:hid:b0003g0001v0000047Dp00001020 SEQNUM:1844 SUBSYSTEM:hid]}
[ 4.534075] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5:1.0 DEVTYPE:usb_interface DRIVER:usbhid INTERFACE:3/1/2 MODALIAS:usb:v047Dp1020d0108dc00dsc00dp00ic03isc01ip02in00 PRODUCT:47d/1020/108 SEQNUM:1845 SUBSYSTEM:usb TYPE:0/0/0]}
[ 4.535262] booster: udev event {Action:add KObj:/bus/usb/drivers/usbhid Env:map[ACTION:add DEVPATH:/bus/usb/drivers/usbhid SEQNUM:1846 SUBSYSTEM:drivers]}
[ 4.535845] booster: udev event {Action:add KObj:/module/usbhid Env:map[ACTION:add DEVPATH:/module/usbhid SEQNUM:1847 SUBSYSTEM:module]}
[ 4.700215] usb 1-6: new low-speed USB device number 4 using xhci_hcd
[ 4.954433] usb 1-6: New USB device found, idVendor=1a2c, idProduct=2124, bcdDevice= 1.10
[ 4.954438] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.954440] usb 1-6: Product: USB Keyboard
[ 4.954441] usb 1-6: Manufacturer: SEM
[ 4.954629] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6 Env:map[ACTION:add BUSNUM:001 DEVNAME:bus/usb/001/004 DEVNUM:004 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6 DEVTYPE:usb_device MAJOR:189 MINOR:3 PRODUCT:1a2c/2124/110 SEQNUM:1848 SUBSYSTEM:usb TYPE:0/0/0]}
[ 4.966750] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6 Env:map[ACTION:change BUSNUM:001 DEVNAME:bus/usb/001/004 DEVNUM:004 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:3 PRODUCT:1a2c/2124/110 SEQNUM:1849 SUBSYSTEM:usb TYPE:0/0/0]}
[ 4.968079] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0 DEVTYPE:usb_interface INTERFACE:3/1/1 MODALIAS:usb:v1A2Cp2124d0110dc00dsc00dp00ic03isc01ip01in00 PRODUCT:1a2c/2124/110 SEQNUM:1850 SUBSYSTEM:usb TYPE:0/0/0]}
[ 4.969323] booster: modalias usb:v1A2Cp2124d0110dc00dsc00dp00ic03isc01ip01in00 matched module usbhid
[ 4.977536] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002 HID_ID:0003:00001A2C:00002124 HID_NAME:SEM USB Keyboard HID_PHYS:usb-0000:02:00.0-6/input0 HID_UNIQ: MODALIAS:hid:b0003g0001v00001A2Cp00002124 SEQNUM:1851 SUBSYSTEM:hid]}
[ 4.977545] input: SEM USB Keyboard as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3
[ 4.978931] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/wakeup/wakeup33 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/wakeup/wakeup33 SEQNUM:1852 SUBSYSTEM:wakeup]}
[ 4.978966] booster: no match found for alias hid:b0003g0001v00001A2Cp00002124
[ 4.979575] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3 EV:120013 KEY:1000000000007 ff800000000007ff febeffdff3cfffff fffffffffffffffe LED:7 MODALIAS:input:b0003v1A2Cp2124e0110-e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,sfw MSC:10 NAME:"SEM USB Keyboard" PHYS:"usb-0000:02:00.0-6/input0" PRODUCT:3/1a2c/2124/110 PROP:0 SEQNUM:1853 SUBSYSTEM:input UNIQ:""]}
[ 4.981446] booster: no match found for alias input:b0003v1A2Cp2124e0110_e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,sfw
[ 5.033941] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::numlock Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::numlock SEQNUM:1854 SUBSYSTEM:leds]}
[ 5.033942] hid-generic 0003:1A2C:2124.0002: input,hidraw1: USB HID v1.10 Keyboard [SEM USB Keyboard] on usb-0000:02:00.0-6/input0
[ 5.035267] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::numlock Env:map[ACTION:change DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::numlock SEQNUM:1855 SUBSYSTEM:leds TRIGGER:kbd-numlock]}
[ 5.036483] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::capslock Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::capslock SEQNUM:1856 SUBSYSTEM:leds]}
[ 5.037707] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::capslock Env:map[ACTION:change DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::capslock SEQNUM:1857 SUBSYSTEM:leds TRIGGER:kbd-capslock]}
[ 5.038938] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::scrolllock Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::scrolllock SEQNUM:1858 SUBSYSTEM:leds]}
[ 5.040197] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::scrolllock Env:map[ACTION:change DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/input3::scrolllock SEQNUM:1859 SUBSYSTEM:leds TRIGGER:kbd-scrolllock]}
[ 5.041450] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/event3 Env:map[ACTION:add DEVNAME:input/event3 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/input/input3/event3 MAJOR:13 MINOR:67 SEQNUM:1860 SUBSYSTEM:input]}
[ 5.042690] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/hidraw/hidraw1 Env:map[ACTION:add DEVNAME:hidraw1 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002/hidraw/hidraw1 MAJOR:240 MINOR:1 SEQNUM:1861 SUBSYSTEM:hidraw]}
[ 5.043522] input: SEM USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input4
[ 5.043944] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:1A2C:2124.0002 DRIVER:hid-generic HID_ID:0003:00001A2C:00002124 HID_NAME:SEM USB Keyboard HID_PHYS:usb-0000:02:00.0-6/input0 HID_UNIQ: MODALIAS:hid:b0003g0001v00001A2Cp00002124 SEQNUM:1862 SUBSYSTEM:hid]}
[ 5.045206] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0 DEVTYPE:usb_interface DRIVER:usbhid INTERFACE:3/1/1 MODALIAS:usb:v1A2Cp2124d0110dc00dsc00dp00ic03isc01ip01in00 PRODUCT:1a2c/2124/110 SEQNUM:1863 SUBSYSTEM:usb TYPE:0/0/0]}
[ 5.046458] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1 DEVTYPE:usb_interface INTERFACE:3/0/0 MODALIAS:usb:v1A2Cp2124d0110dc00dsc00dp00ic03isc00ip00in01 PRODUCT:1a2c/2124/110 SEQNUM:1864 SUBSYSTEM:usb TYPE:0/0/0]}
[ 5.047729] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003 HID_ID:0003:00001A2C:00002124 HID_NAME:SEM USB Keyboard HID_PHYS:usb-0000:02:00.0-6/input1 HID_UNIQ: MODALIAS:hid:b0003g0001v00001A2Cp00002124 SEQNUM:1865 SUBSYSTEM:hid]}
[ 5.047765] booster: modalias usb:v1A2Cp2124d0110dc00dsc00dp00ic03isc00ip00in01 matched module usbhid
[ 5.048984] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input4 Env:map[ABS:100000000 ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input4 EV:1f KEY:33eff 0 0 483ffff17aff32d bfd4444600000000 1 130c730b17c000 267bfad9415fed 9e168000004400 10000002 MODALIAS:input:b0003v1A2Cp2124e0110-e0,1,2,3,4,k71,72,73,74,77,80,82,83,85,86,87,88,89,8A,8B,8C,8E,90,96,98,9B,9C,9E,9F,A1,A3,A4,A5,A6,A7,A8,A9,AB,AC,AD,AE,B1,B2,B5,CE,CF,D0,D1,D2,D4,D8,D9,DB,E0,E1,E4,E5,E6,EA,EB,F0,F1,F4,100,161,162,166,16A,16E,172,174,176,177,178,179,17A,17B,17C,17D,17F,180,182,183,185,188,189,18C,18D,18E,18F,190,191,192,193,195,197,198,199,19A,19C,1A0,1A1,1A2,1A3,1A4,1A5,1A6,1A7,1A8,1A9,1AA,1AB,1AC,1AD,1AE,1AF,1B0,1B1,1B7,1BA,240,241,242,243,244,245,246,247,249,24A,24B,24C,24D,250,251,r6,C,a20,m4,lsfw MSC...
[ 5.052134] booster: no match found for alias input:b0003v1A2Cp2124e0110_e0,1,2,3,4,k71,72,73,74,77,80,82,83,85,86,87,88,89,8A,8B,8C,8E,90,96,98,9B,9C,9E,9F,A1,A3,A4,A5,A6,A7,A8,A9,AB,AC,AD,AE,B1,B2,B5,CE,CF,D0,D1,D2,D4,D8,D9,DB,E0,E1,E4,E5,E6,EA,EB,F0,F1,F4,100,161,162,166,16A,16E,172,174,176,177,178,179,17A,17B,17C,17D,17F,180,182,183,185,188,189,18C,18D,18E,18F,190,191,192,193,195,197,198,199,19A,19C,1A0,1A1,1A2,1A3,1A4,1A5,1A6,1A7,1A8,1A9,1AA,1AB,1AC,1AD,1AE,1AF,1B0,1B1,1B7,1BA,240,241,242,243,244,245,246,247,249,24A,24B,24C,24D,250,251,r6,C,a20,m4,lsfw
[ 5.097053] input: SEM USB Keyboard System Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input5
[ 5.097071] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input4/event4 Env:map[ACTION:add DEVNAME:input/event4 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input4/event4 MAJOR:13 MINOR:68 SEQNUM:1867 SUBSYSTEM:input]}
[ 5.097180] hid-generic 0003:1A2C:2124.0003: input,hidraw2: USB HID v1.10 Device [SEM USB Keyboard] on usb-0000:02:00.0-6/input1
[ 5.098752] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input5 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input5 EV:13 KEY:c000 10000000000000 0 MODALIAS:input:b0003v1A2Cp2124e0110-e0,1,4,k74,8E,8F,ram4,lsfw MSC:10 NAME:"SEM USB Keyboard System Control" PHYS:"usb-0000:02:00.0-6/input1" PRODUCT:3/1a2c/2124/110 PROP:0 SEQNUM:1868 SUBSYSTEM:input UNIQ:""]}
[ 5.100657] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input5/event5 Env:map[ACTION:add DEVNAME:input/event5 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/input/input5/event5 MAJOR:13 MINOR:69 SEQNUM:1869 SUBSYSTEM:input]}
[ 5.100693] booster: no match found for alias input:b0003v1A2Cp2124e0110_e0,1,4,k74,8E,8F,ram4,lsfw
[ 5.101919] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/hidraw/hidraw2 Env:map[ACTION:add DEVNAME:hidraw2 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003/hidraw/hidraw2 MAJOR:240 MINOR:2 SEQNUM:1870 SUBSYSTEM:hidraw]}
[ 5.103178] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:1A2C:2124.0003 DRIVER:hid-generic HID_ID:0003:00001A2C:00002124 HID_NAME:SEM USB Keyboard HID_PHYS:usb-0000:02:00.0-6/input1 HID_UNIQ: MODALIAS:hid:b0003g0001v00001A2Cp00002124 SEQNUM:1871 SUBSYSTEM:hid]}
[ 5.104438] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1 DEVTYPE:usb_interface DRIVER:usbhid INTERFACE:3/0/0 MODALIAS:usb:v1A2Cp2124d0110dc00dsc00dp00ic03isc00ip00in01 PRODUCT:1a2c/2124/110 SEQNUM:1872 SUBSYSTEM:usb TYPE:0/0/0]}
[ 5.106516] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6 Env:map[ACTION:bind BUSNUM:001 DEVNAME:bus/usb/001/004 DEVNUM:004 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:3 PRODUCT:1a2c/2124/110 SEQNUM:1873 SUBSYSTEM:usb TYPE:0/0/0]}
[ 5.220221] usb 1-7: new high-speed USB device number 5 using xhci_hcd
[ 5.318230] scsi 6:0:0:0: Direct-Access USB DISK 2.0 PMAP PQ: 0 ANSI: 6
[ 5.318367] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0 DEVTYPE:scsi_target SEQNUM:1874 SUBSYSTEM:scsi]}
[ 5.319224] sd 6:0:0:0: [sdf] 124846080 512-byte logical blocks: (63.9 GB/59.5 GiB)
[ 5.319805] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0/6:0:0:0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0/6:0:0:0 DEVTYPE:scsi_device MODALIAS:scsi:t-0x00 SEQNUM:1875 SUBSYSTEM:scsi]}
[ 5.320657] sd 6:0:0:0: [sdf] Write Protect is off
[ 5.320659] sd 6:0:0:0: [sdf] Mode Sense: 23 00 00 00
[ 5.321114] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0/6:0:0:0/scsi_device/6:0:0:0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0/6:0:0:0/scsi_device/6:0:0:0 SEQNUM:1876 SUBSYSTEM:scsi_device]}
[ 5.322095] sd 6:0:0:0: [sdf] No Caching mode page found
[ 5.322097] sd 6:0:0:0: [sdf] Assuming drive cache: write through
[ 5.322405] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0/6:0:0:0/bsg/6:0:0:0 Env:map[ACTION:add DEVNAME:bsg/6:0:0:0 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0/6:0:0:0/bsg/6:0:0:0 MAJOR:242 MINOR:5 SEQNUM:1877 SUBSYSTEM:bsg]}
[ 5.323687] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0/6:0:0:0/scsi_disk/6:0:0:0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0/6:0:0:0/scsi_disk/6:0:0:0 SEQNUM:1878 SUBSYSTEM:scsi_disk]}
[ 5.324990] booster: udev event {Action:add KObj:/devices/virtual/bdi/8:80 Env:map[ACTION:add DEVPATH:/devices/virtual/bdi/8:80 SEQNUM:1879 SUBSYSTEM:bdi]}
[ 5.328226] sdf: sdf1 sdf2
[ 5.328299] sd 6:0:0:0: [sdf] Attached SCSI removable disk
[ 5.328341] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0/6:0:0:0/block/sdf Env:map[ACTION:add DEVNAME:sdf DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0/6:0:0:0/block/sdf DEVTYPE:disk DISKSEQ:7 MAJOR:8 MINOR:80 SEQNUM:1880 SUBSYSTEM:block]}
[ 5.329772] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0/6:0:0:0/block/sdf/sdf1 Env:map[ACTION:add DEVNAME:sdf1 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0/6:0:0:0/block/sdf/sdf1 DEVTYPE:partition DISKSEQ:7 MAJOR:8 MINOR:81 PARTN:1 SEQNUM:1881 SUBSYSTEM:block]}
[ 5.329796] booster: found a new device /dev/sdf
[ 5.331075] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0/6:0:0:0/block/sdf/sdf2 Env:map[ACTION:add DEVNAME:sdf2 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0/6:0:0:0/block/sdf/sdf2 DEVTYPE:partition DISKSEQ:7 MAJOR:8 MINOR:82 PARTN:2 SEQNUM:1882 SUBSYSTEM:block]}
[ 5.332383] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0/6:0:0:0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0/6:0:0:0 DEVTYPE:scsi_device DRIVER:sd MODALIAS:scsi:t-0x00 SEQNUM:1883 SUBSYSTEM:scsi]}
[ 5.335718] booster: blkinfo for /dev/sdf: type=mbr UUID=48635238 LABEL=
[ 5.336569] booster: issue #222 /dev/sdf: 1
[ 5.337305] booster: issue #222 /dev/sdf: 2
[ 5.340340] booster: issue #222 /dev/sdf: 3
[ 5.341117] booster: issue #222 /dev/sdf: 4: usb-_USB_DISK_2.0_007100B24090
[ 5.341731] booster: diskSymlink(/dev/sdf->usb-_USB_DISK_2.0_007100B24090
[ 5.342342] booster: issue #222 /dev/sdf: err: symlink /dev/sdf /dev/disk/by-id/usb-_USB_DISK_2.0_007100B24090
[ 5.342951] booster: symlink /dev/sdf /dev/disk/by-id/usb-_USB_DISK_2.0_007100B24090
[ 5.342975] booster: found a new device /dev/sdf1
[ 5.342978] booster: found a new device /dev/sdf2
[ 5.346797] booster: blkinfo for /dev/sdf1: type=mbr UUID=00000000 LABEL=
[ 5.347582] booster: symlink /dev/sdf1 /dev/disk/by-uuid/00000000: file exists
[ 5.348246] booster: issue #222 /dev/sdf1: 1
[ 5.348823] booster: block device info &{path:/dev/sdf1 symlinks:[] format:mbr isFs:false uuid:[0 0 0 0] label: hwPath: wwid:[] data:}
[ 5.349029] booster: blkinfo for /dev/sdf2: type=fat UUID=83a6e98e LABEL=VTOYEFI
[ 5.349945] booster: issue #222 /dev/sdf2: 1
[ 5.350492] booster: block device info &{path:/dev/sdf2 symlinks:[] format:fat isFs:false uuid:[131 166 233 142] label:VTOYEFI hwPath: wwid:[] data:}
[ 5.449828] usb 1-7: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=60.60
[ 5.449834] usb 1-7: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 5.449835] usb 1-7: Product: USB2.0 Hub
[ 5.450073] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7 Env:map[ACTION:add BUSNUM:001 DEVNAME:bus/usb/001/005 DEVNUM:005 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7 DEVTYPE:usb_device MAJOR:189 MINOR:4 PRODUCT:5e3/610/6060 SEQNUM:1884 SUBSYSTEM:usb TYPE:9/0/2]}
[ 5.458835] hub 1-7:1.0: USB hub found
[ 5.458866] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7 Env:map[ACTION:change BUSNUM:001 DEVNAME:bus/usb/001/005 DEVNUM:005 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:4 PRODUCT:5e3/610/6060 SEQNUM:1885 SUBSYSTEM:usb TYPE:9/0/2]}
[ 5.460291] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7/1-7:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7/1-7:1.0 DEVTYPE:usb_interface INTERFACE:9/0/1 MODALIAS:usb:v05E3p0610d6060dc09dsc00dp02ic09isc00ip01in00 PRODUCT:5e3/610/6060 SEQNUM:1886 SUBSYSTEM:usb TYPE:9/0/2]}
[ 5.461398] booster: no match found for alias usb:v05E3p0610d6060dc09dsc00dp02ic09isc00ip01in00
[ 5.462800] hub 1-7:1.0: 4 ports detected
[ 5.493843] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7/1-7:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7/1-7:1.0 DEVTYPE:usb_interface DRIVER:hub INTERFACE:9/0/2 MODALIAS:usb:v05E3p0610d6060dc09dsc00dp02ic09isc00ip02in00 PRODUCT:5e3/610/6060 SEQNUM:1887 SUBSYSTEM:usb TYPE:9/0/2]}
[ 5.495081] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7 Env:map[ACTION:bind BUSNUM:001 DEVNAME:bus/usb/001/005 DEVNUM:005 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:4 PRODUCT:5e3/610/6060 SEQNUM:1888 SUBSYSTEM:usb TYPE:9/0/2]}
[ 5.495419] booster: no match found for alias usb:v05E3p0610d6060dc09dsc00dp02ic09isc00ip02in00
[ 5.617048] usb 1-10: new full-speed USB device number 6 using xhci_hcd
[ 5.938592] usb 1-10: New USB device found, idVendor=26ce, idProduct=01a2, bcdDevice= 0.00
[ 5.938597] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 5.938599] usb 1-10: Product: LED Controller
[ 5.938600] usb 1-10: Manufacturer: ASRock
[ 5.938601] usb 1-10: SerialNumber: A02019100900
[ 5.938783] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10 Env:map[ACTION:add BUSNUM:001 DEVNAME:bus/usb/001/006 DEVNUM:006 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10 DEVTYPE:usb_device MAJOR:189 MINOR:5 PRODUCT:26ce/1a2/0 SEQNUM:1889 SUBSYSTEM:usb TYPE:0/0/0]}
[ 5.952429] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0 DEVTYPE:usb_interface INTERFACE:3/0/0 MODALIAS:usb:v26CEp01A2d0000dc00dsc00dp00ic03isc00ip00in00 PRODUCT:26ce/1a2/0 SEQNUM:1890 SUBSYSTEM:usb TYPE:0/0/0]}
[ 5.953698] booster: modalias usb:v26CEp01A2d0000dc00dsc00dp00ic03isc00ip00in00 matched module usbhid
[ 5.966387] input: ASRock LED Controller as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004/input/input6
[ 5.966412] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004 HID_ID:0003:000026CE:000001A2 HID_NAME:ASRock LED Controller HID_PHYS:usb-0000:02:00.0-10/input0 HID_UNIQ:A02019100900 MODALIAS:hid:b0003g0001v000026CEp000001A2 SEQNUM:1891 SUBSYSTEM:hid]}
[ 5.967693] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004/input/input6 Env:map[ABS:100000101ff ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004/input/input6 EV:1b KEY:40000001000000 1200000000 c00000000000000 100000800000000 40000010cc00 10168000000000 0 MODALIAS:input:b0003v26CEp01A2e0110-e0,1,3,4,k74,8A,8B,8E,8F,94,AE,E3,F8,13A,13B,161,164,198,1B6,ra0,1,2,3,4,5,6,7,8,10,28,m4,lsfw MSC:10 NAME:"ASRock LED Controller" PHYS:"usb-0000:02:00.0-10/input0" PRODUCT:3/26ce/1a2/110 PROP:0 SEQNUM:1892 SUBSYSTEM:input UNIQ:"A02019100900"]}
[ 5.967740] booster: no match found for alias hid:b0003g0001v000026CEp000001A2
[ 5.969580] booster: no match found for alias input:b0003v26CEp01A2e0110_e0,1,3,4,k74,8A,8B,8E,8F,94,AE,E3,F8,13A,13B,161,164,198,1B6,ra0,1,2,3,4,5,6,7,8,10,28,m4,lsfw
[ 6.020584] hid-generic 0003:26CE:01A2.0004: input,hidraw3: USB HID v1.10 Device [ASRock LED Controller] on usb-0000:02:00.0-10/input0
[ 6.020648] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004/input/input6/event6 Env:map[ACTION:add DEVNAME:input/event6 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004/input/input6/event6 MAJOR:13 MINOR:70 SEQNUM:1893 SUBSYSTEM:input]}
[ 6.021871] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004/hidraw/hidraw3 Env:map[ACTION:add DEVNAME:hidraw3 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004/hidraw/hidraw3 MAJOR:240 MINOR:3 SEQNUM:1894 SUBSYSTEM:hidraw]}
[ 6.022950] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:26CE:01A2.0004 DRIVER:hid-generic HID_ID:0003:000026CE:000001A2 HID_NAME:ASRock LED Controller HID_PHYS:usb-0000:02:00.0-10/input0 HID_UNIQ:A02019100900 MODALIAS:hid:b0003g0001v000026CEp000001A2 SEQNUM:1895 SUBSYSTEM:hid]}
[ 6.024027] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0 DEVTYPE:usb_interface DRIVER:usbhid INTERFACE:3/0/0 MODALIAS:usb:v26CEp01A2d0000dc00dsc00dp00ic03isc00ip00in00 PRODUCT:26ce/1a2/0 SEQNUM:1896 SUBSYSTEM:usb TYPE:0/0/0]}
[ 6.025092] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10 Env:map[ACTION:bind BUSNUM:001 DEVNAME:bus/usb/001/006 DEVNUM:006 DEVPATH:/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10 DEVTYPE:usb_device DRIVER:usb MAJOR:189 MINOR:5 PRODUCT:26ce/1a2/0 SEQNUM:1897 SUBSYSTEM:usb TYPE:0/0/0]}
[ 8.113099] booster: Timeout waiting for root filesystem

So here is the relevant error message:

[ 3.362275] booster: issue https://github.com/anatol/booster/issues/222 /dev/nvme0n1: 4: nvme-KINGSTON_SKC3000S1024G_50026B7282B60D14
[ 3.362718] booster: diskSymlink(/dev/nvme0n1->nvme-KINGSTON_SKC3000S1024G_50026B7282B60D14
[ 3.363174] booster: issue https://github.com/anatol/booster/issues/222 /dev/nvme0n1: err: symlink /dev/nvme0n1 /dev/disk/by-id/nvme-KINGSTON_SKC3000S1024G_50026B7282B60D14
[ 3.363641] booster: symlink /dev/nvme0n1 /dev/disk/by-id/nvme-KINGSTON_SKC3000S1024G_50026B7282B60D14

It looks like symlink fails. The weird part is that the error message must include the OS error message, see the LinkError code:

func (e *LinkError) Error() string {
	return e.Op + " " + e.Old + " " + e.New + ": " + e.Err.Error()
}

The message you shared does not correspond the golang sources :/

Other symlink syscalls also fail. Is there any specific about your initramfs configuration? Do you have any restrictions on the filesystem operations there?

@anatol,

The weird part is that the error message must include the OS error message. The message you shared does not correspond the golang sources?

I'm not familiar with golang. To me the message looks truncated as I don't see ) err: %v anywhere. Apparently this is what you're talking about. It's really weird. I use go for compilation.

By the way, I cleanly (re)installed Arch several times and once EndeavourOS since the first post, each time writing new GPT to /dev/nvme0n1 using gdisk.

Other symlink syscalls also fail. Is there any specific about your initramfs configuration? Do you have any restrictions on the filesystem operations there?

The only difference between my booster.yaml and the one in the first post is that ext4 is additionally forced, because this is the only way I found to save dmesg output (mount doesn't work otherwise).

I also tried without nvidia modules.

@bileslav there is still not clear for me what is going on here.

Are you able to run booster's integration tests TestGptRootAutodiscovery*,

func TestGptRootAutodiscoveryExt4(t *testing.T) {
are they all passed?

@anatol,

Are you able to run booster's integration tests...

I'm afraid I need some assistance on this. If the following commands is what I should run, then there's really A LOT of output and I'm not sure how to correctly share it with you + it takes quite a while.

cd /tmp
git clone https://github.com/anatol/booster.git
cd booster/tests
go test -v

You are close. But instead of running all integration tests, just run the autodiscovery tests, e.g. this one go test -v -run TestGptRootAutodiscoveryExt4

Thank you @anatol. Here's the output:

2023/07/08 23:18:20 Call 'go build' for init
2023/07/08 23:18:21 Call 'go build' for generator
=== RUN   TestGptRootAutodiscoveryExt4
2023/07/08 23:18:21 Create booster.img with /tmp/3082948906/generator build --force --init-binary /tmp/3082948906/init --kernel-version 6.4.2-arch1-1 --config /tmp/TestGptRootAutodiscoveryExt42383010327/001/config.yaml /tmp/TestGptRootAutodiscoveryExt42383010327/001/booster.img
/tmp/TestGptRootAutodiscoveryExt42383010327/001/booster.img: 127878872 bytes   
GPT fdisk (gdisk) version 1.0.9.1

Partition table scan:
  MBR: not present
  BSD: not present
  APM: not present
  GPT: not present

Creating new GPT entries in memory.

Command (? for help): This option deletes all partitions and creates a new protective MBR.
Proceed? (Y/N): 
Command (? for help): Partition number (1-128, default 1): First sector (34-1023966, default = 2048) or {+-}size{KMGTP}: Last sector (2048-1023966, default = 1021951) or {+-}size{KMGTP}: Current type is 8300 (Linux filesystem)
Hex code or GUID (L to show codes, Enter = 8300): Changed type of partition to 'EFI system partition'

Command (? for help): Partition number (2-128, default 2): First sector (34-1023966, default = 411648) or {+-}size{KMGTP}: Last sector (411648-1023966, default = 1021951) or {+-}size{KMGTP}: Current type is 8300 (Linux filesystem)
Hex code or GUID (L to show codes, Enter = 8300): Changed type of partition to 'Linux x86-64 root (/)'

Command (? for help): 
Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING
PARTITIONS!!

Do you want to proceed? (Y/N): OK; writing new GUID partition table (GPT) to /dev/loop0.
The operation has completed successfully.
sudo: mkfs.fat: command not found
umount: : no mount point specified.
umount: : no mount point specified.
Device booster_auto_root is not active.
mount: /tmp/tmp.G51k9XyKJn: special device /dev/loop0p1 does not exist.
       dmesg(1) may have more information after failed mount system call.
umount: /tmp/tmp.G51k9XyKJn: not mounted.
umount: : no mount point specified.
Device booster_auto_root is not active.
losetup: /dev/loop0: detach failed: No such device or address
default booster
timeout 0
title Booster
linux /vmlinuz-linux
initrd /booster-linux.img
options booster.log=debug printk.devkmsg=on console=ttyS0,115200 ignore_loglevel
mke2fs 1.47.0 (5-Feb-2023)
The file /dev/loop0p2 does not exist and no size was specified.
umount: /tmp/tmp.G51k9XyKJn: not mounted.
umount: : no mount point specified.
Device booster_auto_root is not active.
losetup: /dev/loop0: detach failed: No such device or address
mount: /tmp/tmp.OVlYfXcc6x: special device /dev/loop0p2 does not exist.
       dmesg(1) may have more information after failed mount system call.
umount: /tmp/tmp.G51k9XyKJn: not mounted.
umount: /tmp/tmp.OVlYfXcc6x: not mounted.
Device booster_auto_root is not active.
losetup: /dev/loop0: detach failed: No such device or address
umount: /tmp/tmp.G51k9XyKJn: not mounted.
umount: /tmp/tmp.OVlYfXcc6x: not mounted.
Device booster_auto_root is not active.
losetup: /dev/loop0: detach failed: No such device or address
umount: /tmp/tmp.G51k9XyKJn: not mounted.
umount: /tmp/tmp.OVlYfXcc6x: not mounted.
Device booster_auto_root is not active.
losetup: /dev/loop0: detach failed: No such device or address
2023/07/08 23:18:23 QEMU command line: qemu-system-x86_64 -monitor unix:/tmp/vmtest1328454251/monitor.socket -serial unix:/tmp/vmtest1328454251/console.socket -no-reboot -nographic -display none -m 8G -smp 24 -enable-kvm -cpu host -bios /usr/share/ovmf/x64/OVMF.fd -device virtio-scsi-pci,id=scsi -drive format=raw,if=none,id=hd0,file=/tmp/TestGptRootAutodiscoveryExt42383010327/001/espdisk.raw -device scsi-hd,drive=hd0
BdsDxe: failed to load Boot0001 "UEFI QEMU QEMU HARDDISK " from PciRoot(0x0)/Pci(0x4,0x0)/Scsi(0x0,0x0): Not Found

>>Start PXE over IPv4.    gpt_test.go:150: 
        	Error Trace:	/tmp/bt/booster/tests/gpt_test.go:150
        	Error:      	Received unexpected error:
        	            	EOF
        	Test:       	TestGptRootAutodiscoveryExt4
2023/07/08 23:19:03 Got error while waiting for Qemu process completion: signal: killed
--- FAIL: TestGptRootAutodiscoveryExt4 (42.15s)
FAIL
exit status 1
FAIL	github.com/anatol/booster/tests	42.645s

sudo: mkfs.fat: command not found please make sure mkfs.fat is installed at your host.

@anatol, oh, I'm sorry. It seems good now:

go test -v -run TestGptRootAutodiscoveryExt4

2023/07/09 01:08:11 Call 'go build' for init
2023/07/09 01:08:11 Call 'go build' for generator
=== RUN TestGptRootAutodiscoveryExt4
2023/07/09 01:08:11 Create booster.img with /tmp/998789239/generator build --force --init-binary /tmp/998789239/init --kernel-version 6.4.2-arch1-1 --config /tmp/TestGptRootAutodiscoveryExt43630974979/001/config.yaml /tmp/TestGptRootAutodiscoveryExt43630974979/001/booster.img
/tmp/TestGptRootAutodiscoveryExt43630974979/001/booster.img: 127878872 bytes
GPT fdisk (gdisk) version 1.0.9.1

Partition table scan:
MBR: not present
BSD: not present
APM: not present
GPT: not present

Creating new GPT entries in memory.

Command (? for help): This option deletes all partitions and creates a new protective MBR.
Proceed? (Y/N):
Command (? for help): Partition number (1-128, default 1): First sector (34-1023966, default = 2048) or {+-}size{KMGTP}: Last sector (2048-1023966, default = 1021951) or {+-}size{KMGTP}: Current type is 8300 (Linux filesystem)
Hex code or GUID (L to show codes, Enter = 8300): Changed type of partition to 'EFI system partition'

Command (? for help): Partition number (2-128, default 2): First sector (34-1023966, default = 411648) or {+-}size{KMGTP}: Last sector (411648-1023966, default = 1021951) or {+-}size{KMGTP}: Current type is 8300 (Linux filesystem)
Hex code or GUID (L to show codes, Enter = 8300): Changed type of partition to 'Linux x86-64 root (/)'

Command (? for help):
Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING
PARTITIONS!!

Do you want to proceed? (Y/N): OK; writing new GUID partition table (GPT) to /dev/loop0.
The operation has completed successfully.
mkfs.fat 4.2 (2021-01-31)
default booster
timeout 0
title Booster
linux /vmlinuz-linux
initrd /booster-linux.img
options booster.log=debug printk.devkmsg=on console=ttyS0,115200 ignore_loglevel
mke2fs 1.47.0 (5-Feb-2023)
Discarding device blocks: done
Creating filesystem with 305152 1k blocks and 76304 inodes
Filesystem UUID: b70718ad-164b-40f1-957f-e9037e1f70bb
Superblock backups stored on blocks:
8193, 24577, 40961, 57345, 73729, 204801, 221185

Allocating group tables: done
Writing inode tables: done
Creating journal (8192 blocks): done
Writing superblocks and filesystem accounting information: done

Device booster_auto_root is not active.
2023/07/09 01:08:13 QEMU command line: qemu-system-x86_64 -monitor unix:/tmp/vmtest982528742/monitor.socket -serial unix:/tmp/vmtest982528742/console.socket -no-reboot -nographic -display none -m 8G -smp 24 -enable-kvm -cpu host -bios /usr/share/ovmf/x64/OVMF.fd -device virtio-scsi-pci,id=scsi -drive format=raw,if=none,id=hd0,file=/tmp/TestGptRootAutodiscoveryExt43630974979/001/espdisk.raw -device scsi-hd,drive=hd0
BdsDxe: loading Boot0001 "UEFI QEMU QEMU HARDDISK " from PciRoot(0x0)/Pci(0x4,0x0)/Scsi(0x0,0x0)
BdsDxe: starting Boot0001 "UEFI QEMU QEMU HARDDISK " from PciRoot(0x0)/Pci(0x4,0x0)/Scsi(0x0,0x0)
[ 0.000000] Linux version 6.4.2-arch1-1 (linux@archlinux) (gcc (GCC) 13.1.1 20230429, GNU ld (GNU Binutils) 2.40.0) #1 SMP PREEMPT_DYNAMIC Thu, 06 Jul 2023 18:35:54 +0000
[ 0.000000] Command line: initrd=\booster-linux.img booster.log=debug printk.devkmsg=on console=ttyS0,115200 ignore_loglevel
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
[ 0.000000] signal: max sigframe size: 3376
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000007fffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000800000-0x0000000000807fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000000808000-0x000000000080afff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000080b000-0x000000000080bfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000000080c000-0x000000000080ffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000810000-0x00000000008fffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000000900000-0x00000000bf6ecfff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bf6ed000-0x00000000bf96cfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bf96d000-0x00000000bf97efff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000bf97f000-0x00000000bf9fefff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bf9ff000-0x00000000bfe9ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bfea0000-0x00000000bfebffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bfec0000-0x00000000bfffffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[ 0.000000] printk: debug: ignoring loglevel setting.
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] e820: update [mem 0xbc261018-0xbc269e57] usable ==> usable
[ 0.000000] e820: update [mem 0xbc261018-0xbc269e57] usable ==> usable
[ 0.000000] e820: update [mem 0xbc23a018-0xbc260e57] usable ==> usable
[ 0.000000] e820: update [mem 0xbc23a018-0xbc260e57] usable ==> usable
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000007fffff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000000800000-0x0000000000807fff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x0000000000808000-0x000000000080afff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000080b000-0x000000000080bfff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x000000000080c000-0x000000000080ffff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000000810000-0x00000000008fffff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x0000000000900000-0x00000000bc23a017] usable
[ 0.000000] reserve setup_data: [mem 0x00000000bc23a018-0x00000000bc260e57] usable
[ 0.000000] reserve setup_data: [mem 0x00000000bc260e58-0x00000000bc261017] usable
[ 0.000000] reserve setup_data: [mem 0x00000000bc261018-0x00000000bc269e57] usable
[ 0.000000] reserve setup_data: [mem 0x00000000bc269e58-0x00000000bf6ecfff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000bf6ed000-0x00000000bf96cfff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000bf96d000-0x00000000bf97efff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x00000000bf97f000-0x00000000bf9fefff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x00000000bf9ff000-0x00000000bfe9ffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000bfea0000-0x00000000bfebffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000bfec0000-0x00000000bfffffff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000023fffffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[ 0.000000] efi: EFI v2.7 by EDK II
[ 0.000000] efi: SMBIOS=0xbf7a9000 ACPI=0xbf97e000 ACPI 2.0=0xbf97e014 MEMATTR=0xbe563018 INITRD=0xbe55d618
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS unknown 2/2/2022
[ 0.000000] Hypervisor detected: KVM
[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[ 0.000000] kvm-clock: using sched offset of 960905195 cycles
[ 0.000001] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[ 0.000002] tsc: Detected 3693.060 MHz processor
[ 0.000047] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000048] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000052] last_pfn = 0x240000 max_arch_pfn = 0x400000000
[ 0.000071] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000093] last_pfn = 0xbfea0 max_arch_pfn = 0x400000000
[ 0.002700] Using GB pages for direct mapping
[ 0.002982] Secure boot disabled
[ 0.002983] RAMDISK: [mem 0xb5756000-0xb77aafff]
[ 0.002984] ACPI: Early table checksum verification disabled
[ 0.002985] ACPI: RSDP 0x00000000BF97E014 000024 (v02 BOCHS )
[ 0.002987] ACPI: XSDT 0x00000000BF97D0E8 00004C (v01 BOCHS BXPC 00000001 01000013)
[ 0.002990] ACPI: FACP 0x00000000BF979000 000074 (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.002992] ACPI: DSDT 0x00000000BF97A000 00211C (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.002993] ACPI: FACS 0x00000000BF9DD000 000040
[ 0.002995] ACPI: APIC 0x00000000BF978000 000130 (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.002996] ACPI: HPET 0x00000000BF977000 000038 (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.002997] ACPI: WAET 0x00000000BF976000 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.002999] ACPI: BGRT 0x00000000BF975000 000038 (v01 INTEL EDK2 00000002 01000013)
[ 0.003000] ACPI: Reserving FACP table memory at [mem 0xbf979000-0xbf979073]
[ 0.003001] ACPI: Reserving DSDT table memory at [mem 0xbf97a000-0xbf97c11b]
[ 0.003001] ACPI: Reserving FACS table memory at [mem 0xbf9dd000-0xbf9dd03f]
[ 0.003001] ACPI: Reserving APIC table memory at [mem 0xbf978000-0xbf97812f]
[ 0.003002] ACPI: Reserving HPET table memory at [mem 0xbf977000-0xbf977037]
[ 0.003002] ACPI: Reserving WAET table memory at [mem 0xbf976000-0xbf976027]
[ 0.003003] ACPI: Reserving BGRT table memory at [mem 0xbf975000-0xbf975037]
[ 0.003105] No NUMA configuration found
[ 0.003105] Faking a node at [mem 0x0000000000000000-0x000000023fffffff]
[ 0.003106] NODE_DATA(0) allocated [mem 0x23fffb000-0x23fffffff]
[ 0.003217] Zone ranges:
[ 0.003217] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.003218] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.003219] Normal [mem 0x0000000100000000-0x000000023fffffff]
[ 0.003220] Device empty
[ 0.003220] Movable zone start for each node
[ 0.003221] Early memory node ranges
[ 0.003221] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 0.003221] node 0: [mem 0x0000000000100000-0x00000000007fffff]
[ 0.003222] node 0: [mem 0x0000000000808000-0x000000000080afff]
[ 0.003222] node 0: [mem 0x000000000080c000-0x000000000080ffff]
[ 0.003223] node 0: [mem 0x0000000000900000-0x00000000bf6ecfff]
[ 0.003223] node 0: [mem 0x00000000bf9ff000-0x00000000bfe9ffff]
[ 0.003223] node 0: [mem 0x0000000100000000-0x000000023fffffff]
[ 0.003224] Initmem setup node 0 [mem 0x0000000000001000-0x000000023fffffff]
[ 0.003325] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.003329] On node 0, zone DMA: 96 pages in unavailable ranges
[ 0.003330] On node 0, zone DMA: 8 pages in unavailable ranges
[ 0.003330] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.003334] On node 0, zone DMA: 240 pages in unavailable ranges
[ 0.007435] On node 0, zone DMA32: 786 pages in unavailable ranges
[ 0.015828] On node 0, zone Normal: 352 pages in unavailable ranges
[ 0.016051] ACPI: PM-Timer IO Port: 0xb008
[ 0.016061] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[ 0.016083] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[ 0.016085] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.016087] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[ 0.016088] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.016089] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[ 0.016090] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[ 0.016093] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.016094] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.016101] e820: update [mem 0xbe2fe000-0xbe306fff] usable ==> reserved
[ 0.016110] TSC deadline timer available
[ 0.016113] smpboot: Allowing 24 CPUs, 0 hotplug CPUs
[ 0.016128] kvm-guest: KVM setup pv remote TLB flush
[ 0.016131] kvm-guest: setup PV sched yield
[ 0.016141] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.016142] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.016143] PM: hibernation: Registered nosave memory: [mem 0x00800000-0x00807fff]
[ 0.016144] PM: hibernation: Registered nosave memory: [mem 0x0080b000-0x0080bfff]
[ 0.016145] PM: hibernation: Registered nosave memory: [mem 0x00810000-0x008fffff]
[ 0.016146] PM: hibernation: Registered nosave memory: [mem 0xbc23a000-0xbc23afff]
[ 0.016147] PM: hibernation: Registered nosave memory: [mem 0xbc260000-0xbc260fff]
[ 0.016148] PM: hibernation: Registered nosave memory: [mem 0xbc261000-0xbc261fff]
[ 0.016149] PM: hibernation: Registered nosave memory: [mem 0xbc269000-0xbc269fff]
[ 0.016150] PM: hibernation: Registered nosave memory: [mem 0xbe2fe000-0xbe306fff]
[ 0.016151] PM: hibernation: Registered nosave memory: [mem 0xbf6ed000-0xbf96cfff]
[ 0.016152] PM: hibernation: Registered nosave memory: [mem 0xbf96d000-0xbf97efff]
[ 0.016152] PM: hibernation: Registered nosave memory: [mem 0xbf97f000-0xbf9fefff]
[ 0.016153] PM: hibernation: Registered nosave memory: [mem 0xbfea0000-0xbfebffff]
[ 0.016154] PM: hibernation: Registered nosave memory: [mem 0xbfec0000-0xbfffffff]
[ 0.016155] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]
[ 0.016155] PM: hibernation: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]
[ 0.016156] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.016157] [mem 0xc0000000-0xfeffbfff] available for PCI devices
[ 0.016158] Booting paravirtualized kernel on KVM
[ 0.016160] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.019027] setup_percpu: NR_CPUS:320 nr_cpumask_bits:24 nr_cpu_ids:24 nr_node_ids:1
[ 0.019661] percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
[ 0.019664] pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
[ 0.019665] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[ 0.019670] pcpu-alloc: [0] 16 17 18 19 20 21 22 23
[ 0.019690] kvm-guest: PV spinlocks enabled
[ 0.019691] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.019694] Kernel command line: initrd=\booster-linux.img booster.log=debug printk.devkmsg=on console=ttyS0,115200 ignore_loglevel
[ 0.019757] random: crng init done
[ 0.019757] printk: log_buf_len individual max cpu contribution: 4096 bytes
[ 0.019758] printk: log_buf_len total cpu_extra contributions: 94208 bytes
[ 0.019758] printk: log_buf_len min size: 131072 bytes
[ 0.019847] printk: log_buf_len: 262144 bytes
[ 0.019848] printk: early log buf free: 119632(91%)
[ 0.020487] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.020812] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.020890] Fallback order for Node 0: 0
[ 0.020893] Built 1 zonelists, mobility grouping on. Total pages: 2060971
[ 0.020894] Policy zone: Normal
[ 0.021074] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.021077] software IO TLB: area num 32.
[ 0.036940] Memory: 8051644K/8382672K available (16384K kernel code, 2119K rwdata, 12752K rodata, 3332K init, 4008K bss, 330768K reserved, 0K cma-reserved)
[ 0.037107] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=24, Nodes=1
[ 0.037120] ftrace: allocating 47524 entries in 186 pages
[ 0.044065] ftrace: allocated 186 pages with 5 groups
[ 0.044105] Dynamic Preempt: full
[ 0.044281] rcu: Preemptible hierarchical RCU implementation.
[ 0.044282] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=24.
[ 0.044283] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.044283] Trampoline variant of Tasks RCU enabled.
[ 0.044284] Rude variant of Tasks RCU enabled.
[ 0.044284] Tracing variant of Tasks RCU enabled.
[ 0.044284] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.044285] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=24
[ 0.045614] NR_IRQS: 20736, nr_irqs: 616, preallocated irqs: 16
[ 0.045767] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.045821] kfence: initialized - using 2097152 bytes for 255 objects at 0x(ptrval)-0x(ptrval)
[ 0.045852] Console: colour dummy device 80x25
[ 0.045884] printk: console [ttyS0] enabled
[ 0.123351] ACPI: Core revision 20230331
[ 0.123744] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[ 0.124211] APIC: Switch to symmetric I/O mode setup
[ 0.124529] x2apic enabled
[ 0.124740] Switched APIC routing to physical x2apic.
[ 0.124979] kvm-guest: setup PV IPIs
[ 0.125609] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.125977] tsc: Marking TSC unstable due to TSCs unsynchronized
[ 0.126344] Calibrating delay loop (skipped) preset value.. 7389.87 BogoMIPS (lpj=12310200)
[ 0.126835] pid_max: default: 32768 minimum: 301
[ 0.129809] LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
[ 0.130263] landlock: Up and running.
[ 0.130482] Yama: becoming mindful.
[ 0.130692] LSM support for eBPF active
[ 0.130933] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.131381] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.132008] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.132431] Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127
[ 0.132773] Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0
[ 0.133012] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.133511] Spectre V2 : Mitigation: Retpolines
[ 0.133777] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.134258] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[ 0.134649] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.135063] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.135554] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.149660] Freeing SMP alternatives memory: 40K
[ 0.149744] smpboot: CPU0: AMD Ryzen 9 5900X 12-Core Processor (family: 0x19, model: 0x21, stepping: 0x0)
[ 0.150400] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.150822] cblist_init_generic: Setting shift to 5 and lim to 1.
[ 0.151184] cblist_init_generic: Setting shift to 5 and lim to 1.
[ 0.151562] cblist_init_generic: Setting shift to 5 and lim to 1.
[ 0.151927] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[ 0.152310] ... version: 0
[ 0.152543] ... bit width: 48
[ 0.152789] ... generic registers: 6
[ 0.153007] ... value mask: 0000ffffffffffff
[ 0.153010] ... max period: 00007fffffffffff
[ 0.153320] ... fixed-purpose events: 0
[ 0.153554] ... event mask: 000000000000003f
[ 0.153945] rcu: Hierarchical SRCU implementation.
[ 0.154232] rcu: Max phase no-delay instances is 1000.
[ 0.154960] smp: Bringing up secondary CPUs ...
[ 0.155283] x86: Booting SMP configuration:
[ 0.155531] .... 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.163267] smp: Brought up 1 node, 24 CPUs
[ 0.164046] smpboot: Max logical packages: 1
[ 0.164295] smpboot: Total of 24 processors activated (177337.00 BogoMIPS)
[ 0.166581] devtmpfs: initialized
[ 0.166581] x86/mm: Memory block size: 128MB
[ 0.167113] ACPI: PM: Registering ACPI NVS region [mem 0x00800000-0x00807fff] (32768 bytes)
[ 0.167113] ACPI: PM: Registering ACPI NVS region [mem 0x0080b000-0x0080bfff] (4096 bytes)
[ 0.167342] ACPI: PM: Registering ACPI NVS region [mem 0x00810000-0x008fffff] (983040 bytes)
[ 0.167838] ACPI: PM: Registering ACPI NVS region [mem 0xbf97f000-0xbf9fefff] (524288 bytes)
[ 0.168335] ACPI: PM: Registering ACPI NVS region [mem 0xbfec0000-0xbfffffff] (1310720 bytes)
[ 0.169720] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.170319] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[ 0.170791] pinctrl core: initialized pinctrl subsystem
[ 0.171222] PM: RTC time: 22:08:14, date: 2023-07-08
[ 0.172044] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.172615] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.173709] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.174230] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.174710] audit: initializing netlink subsys (disabled)
[ 0.175056] audit: type=2000 audit(1688854095.062:1): state=initialized audit_enabled=0 res=1
[ 0.175056] thermal_sys: Registered thermal governor 'fair_share'
[ 0.175056] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.176343] thermal_sys: Registered thermal governor 'step_wise'
[ 0.176696] thermal_sys: Registered thermal governor 'user_space'
[ 0.177065] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.177450] cpuidle: using governor ladder
[ 0.177450] cpuidle: using governor menu
[ 0.177450] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.177450] PCI: Using configuration type 1 for base access
[ 0.179682] PCI: Using configuration type 1 for extended access
[ 0.180396] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.195837] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.196343] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.196738] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.197146] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.197535] ACPI: Added _OSI(Module Device)
[ 0.197535] ACPI: Added _OSI(Processor Device)
[ 0.197535] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.197535] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.198020] ACPI: 1 ACPI AML tables successfully acquired and loaded
[ 0.199860] ACPI: Interpreter enabled
[ 0.200019] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.200276] ACPI: Using IOAPIC for interrupt routing
[ 0.200627] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.201160] PCI: Using E820 reservations for host bridge windows
[ 0.201568] ACPI: Enabled 2 GPEs in block 00 to 0F
[ 0.203540] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.203913] acpi PNP0A03:00: OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.204623] acpiphp: Slot [3] registered
[ 0.204869] acpiphp: Slot [4] registered
[ 0.205109] acpiphp: Slot [5] registered
[ 0.205348] acpiphp: Slot [6] registered
[ 0.205587] acpiphp: Slot [7] registered
[ 0.205831] acpiphp: Slot [8] registered
[ 0.206070] acpiphp: Slot [9] registered
[ 0.206313] acpiphp: Slot [10] registered
[ 0.206349] acpiphp: Slot [11] registered
[ 0.206591] acpiphp: Slot [12] registered
[ 0.206833] acpiphp: Slot [13] registered
[ 0.207076] acpiphp: Slot [14] registered
[ 0.207318] acpiphp: Slot [15] registered
[ 0.207558] acpiphp: Slot [16] registered
[ 0.207800] acpiphp: Slot [17] registered
[ 0.208044] acpiphp: Slot [18] registered
[ 0.208288] acpiphp: Slot [19] registered
[ 0.208531] acpiphp: Slot [20] registered
[ 0.208783] acpiphp: Slot [21] registered
[ 0.209026] acpiphp: Slot [22] registered
[ 0.209269] acpiphp: Slot [23] registered
[ 0.209517] acpiphp: Slot [24] registered
[ 0.209682] acpiphp: Slot [25] registered
[ 0.209927] acpiphp: Slot [26] registered
[ 0.210169] acpiphp: Slot [27] registered
[ 0.210411] acpiphp: Slot [28] registered
[ 0.210652] acpiphp: Slot [29] registered
[ 0.210895] acpiphp: Slot [30] registered
[ 0.211136] acpiphp: Slot [31] registered
[ 0.211376] PCI host bridge to bus 0000:00
[ 0.211620] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.212024] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.212422] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.212864] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[ 0.213009] pci_bus 0000:00: root bus resource [mem 0x700000000000-0x70007fffffff window]
[ 0.213489] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.213870] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[ 0.214382] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[ 0.214939] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[ 0.215989] pci 0000:00:01.1: reg 0x20: [io 0xc080-0xc08f]
[ 0.216536] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 0.216957] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 0.217341] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 0.217756] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 0.218200] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[ 0.218709] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI
[ 0.219144] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB
[ 0.219638] pci 0000:00:02.0: [1234:1111] type 00 class 0x030000
[ 0.223015] pci 0000:00:02.0: reg 0x10: [mem 0xc0000000-0xc0ffffff pref]
[ 0.229685] pci 0000:00:02.0: reg 0x18: [mem 0xc1061000-0xc1061fff]
[ 0.245170] pci 0000:00:02.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
[ 0.246087] pci 0000:00:02.0: BAR 0: assigned to efifb
[ 0.246354] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.247017] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000
[ 0.253020] pci 0000:00:03.0: reg 0x10: [mem 0xc1040000-0xc105ffff]
[ 0.259678] pci 0000:00:03.0: reg 0x14: [io 0xc040-0xc07f]
[ 0.289678] pci 0000:00:03.0: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
[ 0.291385] pci 0000:00:04.0: [1af4:1004] type 00 class 0x010000
[ 0.293014] pci 0000:00:04.0: reg 0x10: [io 0xc000-0xc03f]
[ 0.294695] pci 0000:00:04.0: reg 0x14: [mem 0xc1060000-0xc1060fff]
[ 0.297528] pci 0000:00:04.0: reg 0x20: [mem 0x700000000000-0x700000003fff 64bit pref]
[ 0.306712] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[ 0.307527] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[ 0.308413] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[ 0.309303] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[ 0.309739] ACPI: PCI: Interrupt link LNKS configured for IRQ 9
[ 0.311384] iommu: Default domain type: Translated
[ 0.311384] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.311384] SCSI subsystem initialized
[ 0.313022] libata version 3.00 loaded.
[ 0.313563] ACPI: bus type USB registered
[ 0.314140] usbcore: registered new interface driver usbfs
[ 0.314879] usbcore: registered new interface driver hub
[ 0.315648] usbcore: registered new device driver usb
[ 0.316365] pps_core: LinuxPPS API ver. 1 registered
[ 0.316940] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.318002] PTP clock support registered
[ 0.318469] EDAC MC: Ver: 3.0.0
[ 0.318924] efivars: Registered efivars operations
[ 0.318924] NetLabel: Initializing
[ 0.319677] NetLabel: domain hash size = 128
[ 0.320027] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.320492] NetLabel: unlabeled traffic allowed by default
[ 0.320965] mctp: management component transport protocol core
[ 0.321396] NET: Registered PF_MCTP protocol family
[ 0.321752] PCI: Using ACPI for IRQ routing
[ 0.322052] PCI: pci_cache_line_size set to 64 bytes
[ 0.322448] e820: reserve RAM buffer [mem 0x0080b000-0x008fffff]
[ 0.322875] e820: reserve RAM buffer [mem 0x00810000-0x008fffff]
[ 0.323009] e820: reserve RAM buffer [mem 0xbc23a018-0xbfffffff]
[ 0.323435] e820: reserve RAM buffer [mem 0xbc261018-0xbfffffff]
[ 0.323862] e820: reserve RAM buffer [mem 0xbe2fe000-0xbfffffff]
[ 0.324300] e820: reserve RAM buffer [mem 0xbf6ed000-0xbfffffff]
[ 0.324734] e820: reserve RAM buffer [mem 0xbfea0000-0xbfffffff]
[ 0.325244] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.325244] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.325244] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.326344] vgaarb: loaded
[ 0.326589] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.326803] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
[ 0.332774] clocksource: Switched to clocksource kvm-clock
[ 0.332774] VFS: Disk quotas dquot_6.6.0
[ 0.332774] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.332774] pnp: PnP ACPI init
[ 0.332774] pnp 00:02: [dma 2]
[ 0.332774] pnp: PnP ACPI: found 6 devices
[ 0.337255] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.337907] NET: Registered PF_INET protocol family
[ 0.338383] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.339779] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.340393] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.340958] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.341696] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.342298] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.342805] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[ 0.343344] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.343836] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.344395] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.344805] NET: Registered PF_XDP protocol family
[ 0.345147] pci 0000:00:03.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
[ 0.345848] pci 0000:00:03.0: BAR 6: assigned [mem 0xc1000000-0xc103ffff pref]
[ 0.346360] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.346794] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.347233] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.347728] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfebfffff window]
[ 0.348215] pci_bus 0000:00: resource 8 [mem 0x700000000000-0x70007fffffff window]
[ 0.348764] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[ 0.349171] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 0.349614] PCI: CLS 0 bytes, default 64
[ 0.349899] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.349944] Trying to unpack rootfs image as initramfs...
[ 0.350356] software IO TLB: mapped [mem 0x00000000b7dbf000-0x00000000bbdbf000] (64MB)
[ 0.356561] Initialise system trusted keyrings
[ 0.356892] Key type blacklist registered
[ 0.357225] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[ 0.357738] zbud: loaded
[ 0.358117] integrity: Platform Keyring initialized
[ 0.358549] integrity: Machine keyring initialized
[ 0.362681] Key type asymmetric registered
[ 0.363138] Asymmetric key parser 'x509' registered
[ 0.363690] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[ 0.364577] io scheduler mq-deadline registered
[ 0.365083] io scheduler kyber registered
[ 0.365537] io scheduler bfq registered
[ 0.366629] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.367429] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 0.368135] ACPI: button: Power Button [PWRF]
[ 0.369217] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.370136] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.371887] Non-volatile memory driver v1.3
[ 0.372363] Linux agpgart interface v0.103
[ 0.372836] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[ 0.373802] ACPI: bus type drm_connector registered
[ 0.376582] usbcore: registered new interface driver usbserial_generic
[ 0.377333] usbserial: USB Serial support registered for generic
[ 0.378031] rtc_cmos 00:05: RTC can wake from S4
[ 0.378873] rtc_cmos 00:05: registered as rtc0
[ 0.379412] rtc_cmos 00:05: setting system clock to 2023-07-08T22:08:15 UTC (1688854095)
[ 0.380342] rtc_cmos 00:05: alarms up to one day, y3k, 242 bytes nvram, hpet irqs
[ 0.381207] amd_pstate: driver load is disabled, boot with specific mode to enable this
[ 0.382445] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.383154] efifb: probing for efifb
[ 0.383560] efifb: framebuffer at 0xc0000000, using 4000k, total 4000k
[ 0.384293] efifb: mode is 1280x800x32, linelength=5120, pages=1
[ 0.384956] efifb: scrolling: redraw
[ 0.385351] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.386004] fbcon: Deferring console take-over
[ 0.386501] fb0: EFI VGA frame buffer device
[ 0.386985] hid: raw HID events driver (C) Jiri Kosina
[ 0.387607] drop_monitor: Initializing network drop monitor service
[ 0.398185] Initializing XFRM netlink socket
[ 0.398700] NET: Registered PF_INET6 protocol family
[ 0.467926] Freeing initrd memory: 33108K
[ 0.469137] Segment Routing with IPv6
[ 0.469611] RPL Segment Routing with IPv6
[ 0.470194] In-situ OAM (IOAM) with IPv6
[ 0.470815] NET: Registered PF_PACKET protocol family
[ 0.473069] IPI shorthand broadcast: enabled
[ 0.475049] sched_clock: Marking stable (396673060, 77236359)->(532759925, -58850506)
[ 0.476414] registered taskstats version 1
[ 0.477949] Loading compiled-in X.509 certificates
[ 0.482242] Loaded X.509 cert 'Build time autogenerated kernel key: b05c4955678713ba4595009c5e6cacfc773b1b46'
[ 0.488392] zswap: loaded using pool zstd/zsmalloc
[ 0.490546] Key type .fscrypt registered
[ 0.491167] Key type fscrypt-provisioning registered
[ 0.492271] PM: Magic number: 15:7:148
[ 0.492889] acpi device:19: hash matches
[ 0.597584] RAS: Correctable Errors collector initialized.
[ 0.598452] clk: Disabling unused clocks
[ 0.600602] Freeing unused decrypted memory: 2036K
[ 0.601580] Freeing unused kernel image (initmem) memory: 3332K
[ 0.613917] Write protecting the kernel read-only data: 30720k
[ 0.615080] Freeing unused kernel image (rodata/data gap) memory: 1584K
[ 0.657677] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.658276] rodata_test: all tests were successful
[ 0.658724] Run /init as init process
[ 0.659075] with arguments:
[ 0.659356] /init
[ 0.659574] with environment:
[ 0.659871] HOME=/
[ 0.660099] TERM=linux
[ 0.666194] booster: root= param is not specified. Use GPT partition autodiscovery with guid type 4f68bce3-e8cd-4db1-96e7-fbcaf984b709
[ 0.668267] booster: no match found for alias input:b0019v0000p0001e0000-e0,1,k74,ramlsfw
[ 0.669104] booster: no match found for alias acpi:LNXPWRBN:
[ 0.669745] booster: no match found for alias acpi:LNXCPU:
[ 0.671892] booster: no match found for alias acpi:ACPI0010:PNP0A05:
[ 0.672395] booster: no match found for alias acpi:PNP0103:
[ 0.672862] booster: no match found for alias acpi:QEMU0002:
[ 0.673214] booster: no match found for alias acpi:PNP0A06:
[ 0.673612] booster: modalias acpi:PNP0303: matched module i8042
[ 0.674030] booster: no match found for alias acpi:PNP0400:
[ 0.674478] booster: loading module serio
[ 0.674794] booster: no match found for alias acpi:PNP0700:
[ 0.675423] booster: no match found for alias acpi:PNP0501:
[ 0.675872] booster: modalias acpi:PNP0F13: matched module i8042
[ 0.676316] booster: no match found for alias acpi:PNP0B00:
[ 0.677579] booster: loading module i8042
[ 0.677890] booster: udev event {Action:add KObj:/bus/serio Env:map[ACTION:add DEVPATH:/bus/serio SEQNUM:1207 SUBSYSTEM:bus]}
[ 0.679192] booster: no match found for alias acpi:PNP0C0F:
[ 0.679849] booster: no match found for alias acpi:PNP0A03:
[ 0.680478] booster: no match found for alias acpi:LNXSYSTM:
[ 0.681150] booster: no match found for alias acpi:LNXSYBUS:
[ 0.681821] booster: udev event {Action:add KObj:/module/serio Env:map[ACTION:add DEVPATH:/module/serio SEQNUM:1208 SUBSYSTEM:module]}
[ 0.683179] booster: no match found for alias pci:v00008086d00001237sv00001AF4sd00001100bc06sc00i00
[ 0.684212] booster: modalias pci:v00008086d00007010sv00001AF4sd00001100bc01sc01i80 matched module ata_piix
[ 0.685334] booster: modalias pci:v00008086d00007010sv00001AF4sd00001100bc01sc01i80 matched module pata_acpi
[ 0.685599] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 0.686440] booster: modalias pci:v00008086d00007010sv00001AF4sd00001100bc01sc01i80 matched module ata_generic
[ 0.688811] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.688852] booster: modalias pci:v00008086d00007010sv00001AF4sd00001100bc01sc01i80 matched module ata_generic
[ 0.689170] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.690347] booster: no match found for alias pci:v00008086d0000100Esv00001AF4sd00001100bc02sc00i00
[ 0.691628] booster: no match found for alias pci:v00008086d00007000sv00001AF4sd00001100bc06sc01i00
[ 0.692614] booster: no match found for alias platform:efivars
[ 0.693249] booster: no match found for alias platform:pcspkr
[ 0.693916] booster: no match found for alias platform:efi-framebuffer
[ 0.694632] booster: no match found for alias platform:serial8250
[ 0.695300] booster: no match found for alias platform:reg-dummy
[ 0.695967] booster: no match found for alias platform:rtc-efi
[ 0.696612] booster: modalias pci:v00001AF4d00001004sv00001AF4sd00000008bc01sc00i00 matched module virtio_pci
[ 0.697793] booster: udev event {Action:bind KObj:/devices/pnp0/00:00 Env:map[ACTION:bind DEVPATH:/devices/pnp0/00:00 DRIVER:i8042 kbd SEQNUM:1209 SUBSYSTEM:pnp]}
[ 0.699388] booster: udev event {Action:add KObj:/bus/pnp/drivers/i8042 kbd Env:map[ACTION:add DEVPATH:/bus/pnp/drivers/i8042 kbd SEQNUM:1210 SUBSYSTEM:drivers]}
[ 0.700967] booster: udev event {Action:bind KObj:/devices/pnp0/00:01 Env:map[ACTION:bind DEVPATH:/devices/pnp0/00:01 DRIVER:i8042 aux SEQNUM:1211 SUBSYSTEM:pnp]}
[ 0.702547] booster: udev event {Action:add KObj:/bus/pnp/drivers/i8042 aux Env:map[ACTION:add DEVPATH:/bus/pnp/drivers/i8042 aux SEQNUM:1212 SUBSYSTEM:drivers]}
[ 0.704145] booster: udev event {Action:add KObj:/bus/platform/drivers/i8042 Env:map[ACTION:add DEVPATH:/bus/platform/drivers/i8042 SEQNUM:1213 SUBSYSTEM:drivers]}
[ 0.705881] booster: udev event {Action:add KObj:/devices/platform/i8042 Env:map[ACTION:add DEVPATH:/devices/platform/i8042 MODALIAS:platform:i8042 SEQNUM:1214 SUBSYSTEM:platform]}
[ 0.707872] booster: no match found for alias platform:alarmtimer
[ 0.708578] booster: loading module virtio_pci_legacy_dev
[ 0.709214] booster: loading module virtio_pci_modern_dev
[ 0.710015] booster: no match found for alias pci:v00008086d00007113sv00001AF4sd00001100bc06sc80i00
[ 0.710918] booster: no match found for alias pci:v00001234d00001111sv00001AF4sd00001100bc03sc00i00
[ 0.711770] booster: loading module ata_generic
[ 0.712282] booster: loading module ata_piix
[ 0.713070] booster: loading module pata_acpi
[ 0.713390] booster: no match found for alias platform:i8042
[ 0.713852] booster: udev event {Action:add KObj:/devices/platform/i8042/serio0 Env:map[ACTION:add DEVPATH:/devices/platform/i8042/serio0 MODALIAS:serio:ty06pr00id00ex00 SEQNUM:1215 SERIO_EXTRA:00 SERIO_FIRMWARE_ID:PNP: PNP0303 SERIO_ID:00 SERIO_PROTO:00 SERIO_TYPE:06 SUBSYSTEM:serio]}
[ 0.715842] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,006E,0070,0074,0075,0079,007A,007F,0080,0081,0089,008C,008D,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,009F,00C0,00C1,00C2,00C4,00C5,00C6,00C7,00C8,00C9,00D7,00EA,00ED,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0114,0115,0120,0121,0123,0125,0127,0128,012A,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0165,016C,01A0,01A2,01A9,01AC,01AE,01AF,01B8,01C2,01E0,01E1,01E3,01E4,01E5,01EA,01EC,01EF,01F0,01FC,0202,0203,0204,0209,020A,0216,025A,025B,025D,025F,0282 matched module aesni_intel
[ 0.720718] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,006E,0070,0074,0075,0079,007A,007F,0080,0081,0089,008C,008D,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,009F,00C0,00C1,00C2,00C4,00C5,00C6,00C7,00C8,00C9,00D7,00EA,00ED,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0114,0115,0120,0121,0123,0125,0127,0128,012A,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0165,016C,01A0,01A2,01A9,01AC,01AE,01AF,01B8,01C2,01E0,01E1,01E3,01E4,01E5,01EA,01EC,01EF,01F0,01FC,0202,0203,0204,0209,020A,0216,025A,025B,025D,025F,0282 matched module sha512_ssse3
[ 0.725290] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,006E,0070,0074,0075,0079,007A,007F,0080,0081,0089,008C,008D,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,009F,00C0,00C1,00C2,00C4,00C5,00C6,00C7,00C8,00C9,00D7,00EA,00ED,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0114,0115,0120,0121,0123,0125,0127,0128,012A,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0165,016C,01A0,01A2,01A9,01AC,01AE,01AF,01B8,01C2,01E0,01E1,01E3,01E4,01E5,01EA,01EC,01EF,01F0,01FC,0202,0203,0204,0209,020A,0216,025A,025B,025D,025F,0282 matched module sha512_ssse3
[ 0.730918] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,006E,0070,0074,0075,0079,007A,007F,0080,0081,0089,008C,008D,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,009F,00C0,00C1,00C2,00C4,00C5,00C6,00C7,00C8,00C9,00D7,00EA,00ED,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0114,0115,0120,0121,0123,0125,0127,0128,012A,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0165,016C,01A0,01A2,01A9,01AC,01AE,01AF,01B8,01C2,01E0,01E1,01E3,01E4,01E5,01EA,01EC,01EF,01F0,01FC,0202,0203,0204,0209,020A,0216,025A,025B,025D,025F,0282 matched module sha512_ssse3
[ 0.736533] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,006E,0070,0074,0075,0079,007A,007F,0080,0081,0089,008C,008D,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,009F,00C0,00C1,00C2,00C4,00C5,00C6,00C7,00C8,00C9,00D7,00EA,00ED,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0114,0115,0120,0121,0123,0125,0127,0128,012A,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0165,016C,01A0,01A2,01A9,01AC,01AE,01AF,01B8,01C2,01E0,01E1,01E3,01E4,01E5,01EA,01EC,01EF,01F0,01FC,0202,0203,0204,0209,020A,0216,025A,025B,025D,025F,0282 matched module ghash_clmulni_intel
[ 0.742160] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,006E,0070,0074,0075,0079,007A,007F,0080,0081,0089,008C,008D,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,009F,00C0,00C1,00C2,00C4,00C5,00C6,00C7,00C8,00C9,00D7,00EA,00ED,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0114,0115,0120,0121,0123,0125,0127,0128,012A,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0165,016C,01A0,01A2,01A9,01AC,01AE,01AF,01B8,01C2,01E0,01E1,01E3,01E4,01E5,01EA,01EC,01EF,01F0,01FC,0202,0203,0204,0209,020A,0216,025A,025B,025D,025F,0282 matched module polyval_clmulni
[ 0.747829] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,006E,0070,0074,0075,0079,007A,007F,0080,0081,0089,008C,008D,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,009F,00C0,00C1,00C2,00C4,00C5,00C6,00C7,00C8,00C9,00D7,00EA,00ED,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0114,0115,0120,0121,0123,0125,0127,0128,012A,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0165,016C,01A0,01A2,01A9,01AC,01AE,01AF,01B8,01C2,01E0,01E1,01E3,01E4,01E5,01EA,01EC,01EF,01F0,01FC,0202,0203,0204,0209,020A,0216,025A,025B,025D,025F,0282 matched module crc32c_intel
[ 0.752399] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,006E,0070,0074,0075,0079,007A,007F,0080,0081,0089,008C,008D,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,009F,00C0,00C1,00C2,00C4,00C5,00C6,00C7,00C8,00C9,00D7,00EA,00ED,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0114,0115,0120,0121,0123,0125,0127,0128,012A,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0165,016C,01A0,01A2,01A9,01AC,01AE,01AF,01B8,01C2,01E0,01E1,01E3,01E4,01E5,01EA,01EC,01EF,01F0,01FC,0202,0203,0204,0209,020A,0216,025A,025B,025D,025F,0282 matched module crc32_pclmul
[ 0.757328] booster: modalias cpu:type:x86,ven0002fam0019mod0021:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,006E,0070,0074,0075,0079,007A,007F,0080,0081,0089,008C,008D,0093,0094,0095,0096,0097,0098,0099,009A,009B,009C,009D,009E,009F,00C0,00C1,00C2,00C4,00C5,00C6,00C7,00C8,00C9,00D7,00EA,00ED,00F0,00F1,00F3,00F5,00F6,00F9,00FA,00FB,00FC,010F,0114,0115,0120,0121,0123,0125,0127,0128,012A,0132,0133,0134,0137,0138,013D,0140,0141,0142,0143,0165,016C,01A0,01A2,01A9,01AC,01AE,01AF,01B8,01C2,01E0,01E1,01E3,01E4,01E5,01EA,01EC,01EF,01F0,01FC,0202,0203,0204,0209,020A,0216,025A,025B,025D,025F,0282 matched module crct10dif_pclmul
[ 0.761169] booster: modalias serio:ty06pr00id00ex00 matched module atkbd
[ 0.761747] booster: udev event {Action:bind KObj:/devices/platform/i8042 Env:map[ACTION:bind DEVPATH:/devices/platform/i8042 DRIVER:i8042 MODALIAS:platform:i8042 SEQNUM:1216 SUBSYSTEM:platform]}
[ 0.762744] booster: no match found for alias dmi:bvnEDKII:bvrunknown:bd2/2/2022:br0.0:svnQEMU:pnStandardPC(i440FX+PIIX,1996):pvrpc-i440fx-8.0:cvnQEMU:ct1:cvrpc-i440fx-8.0:sku:
[ 0.763670] booster: loading module virtio_pci
[ 0.764057] ata_piix 0000:00:01.1: version 2.13
[ 0.764065] booster: loading module cryptd
[ 0.764793] booster: loading module sha512_ssse3
[ 0.764812] scsi host0: ata_piix
[ 0.765066] booster: loading module crc32c_intel
[ 0.765348] scsi host1: ata_piix
[ 0.765617] booster: loading module crct10dif_pclmul
[ 0.765806] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc080 irq 14
[ 0.766143] booster: loading module gf128mul
[ 0.766509] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc088 irq 15
[ 0.767619] booster: loading module crc32_pclmul
[ 0.767969] booster: modalias serio:ty06pr00id00ex00 matched module serio_raw
[ 0.768599] booster: loading module serio_raw
[ 0.768976] booster: loading module libps2
[ 0.769355] booster: udev event {Action:add KObj:/module/i8042 Env:map[ACTION:add DEVPATH:/module/i8042 SEQNUM:1217 SUBSYSTEM:module]}
[ 0.770239] booster: loading module vivaldi_fmap
[ 0.770636] booster: udev event {Action:add KObj:/devices/platform/i8042/serio1 Env:map[ACTION:add DEVPATH:/devices/platform/i8042/serio1 MODALIAS:serio:ty01pr00id00ex00 SEQNUM:1218 SERIO_EXTRA:00 SERIO_FIRMWARE_ID:PNP: PNP0f13 SERIO_ID:00 SERIO_PROTO:00 SERIO_TYPE:01 SUBSYSTEM:serio]}
[ 0.772428] booster: udev event {Action:add KObj:/module/virtio_pci_modern_dev Env:map[ACTION:add DEVPATH:/module/virtio_pci_modern_dev SEQNUM:1219 SUBSYSTEM:module]}
[ 0.773349] booster: modalias serio:ty01pr00id00ex00 matched module atkbd
[ 0.773918] booster: udev event {Action:add KObj:/module/virtio_pci_legacy_dev Env:map[ACTION:add DEVPATH:/module/virtio_pci_legacy_dev SEQNUM:1220 SUBSYSTEM:module]}
[ 0.774923] booster: udev event {Action:add KObj:/bus/pci/drivers/ata_generic Env:map[ACTION:add DEVPATH:/bus/pci/drivers/ata_generic SEQNUM:1221 SUBSYSTEM:drivers]}
[ 0.775899] booster: udev event {Action:add KObj:/module/ata_generic Env:map[ACTION:add DEVPATH:/module/ata_generic SEQNUM:1222 SUBSYSTEM:module]}
[ 0.776767] booster: udev event {Action:add KObj:/bus/pci/drivers/pata_acpi Env:map[ACTION:add DEVPATH:/bus/pci/drivers/pata_acpi SEQNUM:1223 SUBSYSTEM:drivers]}
[ 0.777744] booster: udev event {Action:add KObj:/module/pata_acpi Env:map[ACTION:add DEVPATH:/module/pata_acpi SEQNUM:1224 SUBSYSTEM:module]}
[ 0.778597] booster: modalias serio:ty01pr00id00ex00 matched module serio_raw
[ 0.779064] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/ata1/ata_port/ata1 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.1/ata1/ata_port/ata1 SEQNUM:1225 SUBSYSTEM:ata_port]}
[ 0.780069] ACPI: _SB
.LNKD: Enabled at IRQ 11
[ 0.780221] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/ata1/link1/ata_link/link1 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.1/ata1/link1/ata_link/link1 SEQNUM:1226 SUBSYSTEM:ata_link]}
[ 0.781953] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/ata1/link1/dev1.0/ata_device/dev1.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.1/ata1/link1/dev1.0/ata_device/dev1.0 SEQNUM:1227 SUBSYSTEM:ata_device]}
[ 0.783298] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/ata1/link1/dev1.1/ata_device/dev1.1 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.1/ata1/link1/dev1.1/ata_device/dev1.1 SEQNUM:1228 SUBSYSTEM:ata_device]}
[ 0.784875] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/ata2/ata_port/ata2 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.1/ata2/ata_port/ata2 SEQNUM:1229 SUBSYSTEM:ata_port]}
[ 0.786012] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/ata2/link2/ata_link/link2 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.1/ata2/link2/ata_link/link2 SEQNUM:1230 SUBSYSTEM:ata_link]}
[ 0.787228] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/ata2/link2/dev2.0/ata_device/dev2.0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.1/ata2/link2/dev2.0/ata_device/dev2.0 SEQNUM:1231 SUBSYSTEM:ata_device]}
[ 0.788720] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/ata2/link2/dev2.1/ata_device/dev2.1 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.1/ata2/link2/dev2.1/ata_device/dev2.1 SEQNUM:1232 SUBSYSTEM:ata_device]}
[ 0.788803] cryptd: max_cpu_qlen set to 1000
[ 0.790797] booster: udev event {Action:add KObj:/devices/virtual/workqueue/scsi_tmf_0 Env:map[ACTION:add DEVPATH:/devices/virtual/workqueue/scsi_tmf_0 SEQNUM:1233 SUBSYSTEM:workqueue]}
[ 0.792146] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/ata1/host0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.1/ata1/host0 DEVTYPE:scsi_host SEQNUM:1234 SUBSYSTEM:scsi]}
[ 0.793631] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/ata1/host0/scsi_host/host0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.1/ata1/host0/scsi_host/host0 SEQNUM:1235 SUBSYSTEM:scsi_host]}
[ 0.795312] booster: udev event {Action:add KObj:/devices/virtual/workqueue/scsi_tmf_1 Env:map[ACTION:add DEVPATH:/devices/virtual/workqueue/scsi_tmf_1 SEQNUM:1236 SUBSYSTEM:workqueue]}
[ 0.796196] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/ata2/host1 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.1/ata2/host1 DEVTYPE:scsi_host SEQNUM:1237 SUBSYSTEM:scsi]}
[ 0.797193] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:01.1/ata2/host1/scsi_host/host1 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:01.1/ata2/host1/scsi_host/host1 SEQNUM:1238 SUBSYSTEM:scsi_host]}
[ 0.798273] booster: loading module crypto_simd
[ 0.798613] booster: loading module polyval_generic
[ 0.798896] booster: loading module ghash_clmulni_intel
[ 0.799219] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:01.1 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:01.1 DRIVER:ata_piix MODALIAS:pci:v00008086d00007010sv00001AF4sd00001100bc01sc01i80 PCI_CLASS:10180 PCI_ID:8086:7010 PCI_SLOT_NAME:0000:00:01.1 PCI_SUBSYS_ID:1AF4:1100 SEQNUM:1239 SUBSYSTEM:pci]}
[ 0.801712] booster: udev event {Action:add KObj:/bus/pci/drivers/ata_piix Env:map[ACTION:add DEVPATH:/bus/pci/drivers/ata_piix SEQNUM:1240 SUBSYSTEM:drivers]}
[ 0.802853] booster: loading module atkbd
[ 0.803241] booster: udev event {Action:add KObj:/module/ata_piix Env:map[ACTION:add DEVPATH:/module/ata_piix SEQNUM:1241 SUBSYSTEM:module]}
[ 0.804163] booster: udev event {Action:add KObj:/module/crc32c_intel Env:map[ACTION:add DEVPATH:/module/crc32c_intel SEQNUM:1242 SUBSYSTEM:module]}
[ 0.804927] booster: udev event {Action:add KObj:/module/sha512_ssse3 Env:map[ACTION:add DEVPATH:/module/sha512_ssse3 SEQNUM:1243 SUBSYSTEM:module]}
[ 0.805680] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:04.0/virtio0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:04.0/virtio0 MODALIAS:virtio:d00000008v00001AF4 SEQNUM:1244 SUBSYSTEM:virtio]}
[ 0.806802] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:04.0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:04.0 DRIVER:virtio-pci MODALIAS:pci:v00001AF4d00001004sv00001AF4sd00000008bc01sc00i00 PCI_CLASS:10000 PCI_ID:1AF4:1004 PCI_SLOT_NAME:0000:00:04.0 PCI_SUBSYS_ID:1AF4:0008 SEQNUM:1245 SUBSYSTEM:pci]}
[ 0.808517] booster: udev event {Action:add KObj:/bus/pci/drivers/virtio-pci Env:map[ACTION:add DEVPATH:/bus/pci/drivers/virtio-pci SEQNUM:1246 SUBSYSTEM:drivers]}
[ 0.809338] booster: udev event {Action:add KObj:/module/virtio_pci Env:map[ACTION:add DEVPATH:/module/virtio_pci SEQNUM:1247 SUBSYSTEM:module]}
[ 0.810069] booster: udev event {Action:add KObj:/module/gf128mul Env:map[ACTION:add DEVPATH:/module/gf128mul SEQNUM:1248 SUBSYSTEM:module]}
[ 0.810803] booster: modalias virtio:d00000008v00001AF4 matched module virtio_scsi
[ 0.811322] booster: loading module aesni_intel
[ 0.811603] booster: loading module polyval_clmulni
[ 0.811911] booster: udev event {Action:add KObj:/module/vivaldi_fmap Env:map[ACTION:add DEVPATH:/module/vivaldi_fmap SEQNUM:1249 SUBSYSTEM:module]}
[ 0.812690] booster: udev event {Action:add KObj:/module/cryptd Env:map[ACTION:add DEVPATH:/module/cryptd SEQNUM:1250 SUBSYSTEM:module]}
[ 0.813463] booster: udev event {Action:add KObj:/module/crc32_pclmul Env:map[ACTION:add DEVPATH:/module/crc32_pclmul SEQNUM:1251 SUBSYSTEM:module]}
[ 0.814459] booster: udev event {Action:add KObj:/module/crct10dif_pclmul Env:map[ACTION:add DEVPATH:/module/crct10dif_pclmul SEQNUM:1252 SUBSYSTEM:module]}
[ 0.814488] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 0.815269] booster: udev event {Action:add KObj:/module/libps2 Env:map[ACTION:add DEVPATH:/module/libps2 SEQNUM:1253 SUBSYSTEM:module]}
[ 0.816563] booster: udev event {Action:add KObj:/bus/serio/drivers/serio_raw Env:map[ACTION:add DEVPATH:/bus/serio/drivers/serio_raw SEQNUM:1254 SUBSYSTEM:drivers]}
[ 0.817443] booster: udev event {Action:add KObj:/module/serio_raw Env:map[ACTION:add DEVPATH:/module/serio_raw SEQNUM:1255 SUBSYSTEM:module]}
[ 0.818217] booster: udev event {Action:add KObj:/module/crypto_simd Env:map[ACTION:add DEVPATH:/module/crypto_simd SEQNUM:1256 SUBSYSTEM:module]}
[ 0.818964] booster: udev event {Action:add KObj:/module/polyval_generic Env:map[ACTION:add DEVPATH:/module/polyval_generic SEQNUM:1257 SUBSYSTEM:module]}
[ 0.819739] booster: udev event {Action:add KObj:/module/ghash_clmulni_intel Env:map[ACTION:add DEVPATH:/module/ghash_clmulni_intel SEQNUM:1258 SUBSYSTEM:module]}
[ 0.820559] booster: udev event {Action:add KObj:/bus/serio/drivers/atkbd Env:map[ACTION:add DEVPATH:/bus/serio/drivers/atkbd SEQNUM:1259 SUBSYSTEM:drivers]}
[ 0.821359] booster: loading module virtio_scsi
[ 0.821725] booster: udev event {Action:add KObj:/module/atkbd Env:map[ACTION:add DEVPATH:/module/atkbd SEQNUM:1260 SUBSYSTEM:module]}
[ 0.822437] booster: udev event {Action:add KObj:/devices/platform/i8042/serio0/input/input1 Env:map[ACTION:add DEVPATH:/devices/platform/i8042/serio0/input/input1 EV:120013 KEY:402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe LED:7 MODALIAS:input:b0011v0001p0001eAB41-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,D9,E2,ram4,l0,1,2,sfw MSC:10 NAME:"AT Translated Set 2 keyboard" PHYS:"isa0060/serio0/input0" PRODUCT:11/1/1/ab41 PROP:0 SEQNUM:1261 SUBSYSTEM:input]}
[ 0.822466] AVX2 version of gcm_enc/dec engaged.
[ 0.825131] booster: udev event {Action:add KObj:/devices/platform/i8042/serio0/input/input1/input1::numlock Env:map[ACTION:add DEVPATH:/devices/platform/i8042/serio0/input/input1/input1::numlock SEQNUM:1262 SUBSYSTEM:leds]}
[ 0.826540] booster: udev event {Action:change KObj:/devices/platform/i8042/serio0/input/input1/input1::numlock Env:map[ACTION:change DEVPATH:/devices/platform/i8042/serio0/input/input1/input1::numlock SEQNUM:1263 SUBSYSTEM:leds TRIGGER:kbd-numlock]}
[ 0.827808] booster: udev event {Action:add KObj:/devices/platform/i8042/serio0/input/input1/input1::capslock Env:map[ACTION:add DEVPATH:/devices/platform/i8042/serio0/input/input1/input1::capslock SEQNUM:1264 SUBSYSTEM:leds]}
[ 0.828964] booster: udev event {Action:change KObj:/devices/platform/i8042/serio0/input/input1/input1::capslock Env:map[ACTION:change DEVPATH:/devices/platform/i8042/serio0/input/input1/input1::capslock SEQNUM:1265 SUBSYSTEM:leds TRIGGER:kbd-capslock]}
[ 0.830234] booster: udev event {Action:add KObj:/devices/platform/i8042/serio0/input/input1/input1::scrolllock Env:map[ACTION:add DEVPATH:/devices/platform/i8042/serio0/input/input1/input1::scrolllock SEQNUM:1266 SUBSYSTEM:leds]}
[ 0.831409] booster: udev event {Action:add KObj:/module/polyval_clmulni Env:map[ACTION:add DEVPATH:/module/polyval_clmulni SEQNUM:1267 SUBSYSTEM:module]}
[ 0.832203] booster: udev event {Action:change KObj:/devices/platform/i8042/serio0/input/input1/input1::scrolllock Env:map[ACTION:change DEVPATH:/devices/platform/i8042/serio0/input/input1/input1::scrolllock SEQNUM:1268 SUBSYSTEM:leds TRIGGER:kbd-scrolllock]}
[ 0.833502] booster: udev event {Action:add KObj:/devices/platform/i8042/serio0/input/input1/event1 Env:map[ACTION:add DEVNAME:input/event1 DEVPATH:/devices/platform/i8042/serio0/input/input1/event1 MAJOR:13 MINOR:65 SEQNUM:1269 SUBSYSTEM:input]}
[ 0.834752] booster: no match found for alias input:b0011v0001p0001eAB41_e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,D9,E2,ram4,l0,1,2,sfw
[ 0.835928] booster: udev event {Action:bind KObj:/devices/platform/i8042/serio0 Env:map[ACTION:bind DEVPATH:/devices/platform/i8042/serio0 DRIVER:atkbd MODALIAS:serio:ty06pr00id00ex00 SEQNUM:1270 SERIO_EXTRA:00 SERIO_FIRMWARE_ID:PNP: PNP0303 SERIO_ID:00 SERIO_PROTO:00 SERIO_TYPE:06 SUBSYSTEM:serio]}
[ 0.835941] AES CTR mode by8 optimization enabled
[ 0.838445] booster: udev event {Action:add KObj:/module/aesni_intel Env:map[ACTION:add DEVPATH:/module/aesni_intel SEQNUM:1271 SUBSYSTEM:module]}
[ 0.839481] booster: udev event {Action:add KObj:/devices/virtual/workqueue/scsi_tmf_2 Env:map[ACTION:add DEVPATH:/devices/virtual/workqueue/scsi_tmf_2 SEQNUM:1272 SUBSYSTEM:workqueue]}
[ 0.842594] scsi host2: Virtio SCSI HBA
[ 0.843551] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:04.0/virtio0/host2 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:04.0/virtio0/host2 DEVTYPE:scsi_host SEQNUM:1273 SUBSYSTEM:scsi]}
[ 0.928872] scsi 2:0:0:0: Direct-Access QEMU QEMU HARDDISK 2.5+ PQ: 0 ANSI: 5
[ 0.930017] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:04.0/virtio0/host2/scsi_host/host2 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:04.0/virtio0/host2/scsi_host/host2 SEQNUM:1274 SUBSYSTEM:scsi_host]}
[ 0.932083] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:04.0/virtio0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:04.0/virtio0 DRIVER:virtio_scsi MODALIAS:virtio:d00000008v00001AF4 SEQNUM:1275 SUBSYSTEM:virtio]}
[ 0.933548] booster: udev event {Action:add KObj:/bus/virtio/drivers/virtio_scsi Env:map[ACTION:add DEVPATH:/bus/virtio/drivers/virtio_scsi SEQNUM:1276 SUBSYSTEM:drivers]}
[ 0.934622] booster: udev event {Action:add KObj:/module/virtio_scsi Env:map[ACTION:add DEVPATH:/module/virtio_scsi SEQNUM:1277 SUBSYSTEM:module]}
[ 0.943526] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:04.0/virtio0/host2/target2:0:0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:04.0/virtio0/host2/target2:0:0 DEVTYPE:scsi_target SEQNUM:1278 SUBSYSTEM:scsi]}
[ 0.943666] sd 2:0:0:0: Power-on or device reset occurred
[ 0.945376] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:04.0/virtio0/host2/target2:0:0/2:0:0:0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:04.0/virtio0/host2/target2:0:0/2:0:0:0 DEVTYPE:scsi_device MODALIAS:scsi:t-0x00 SEQNUM:1279 SUBSYSTEM:scsi]}
[ 0.945901] sd 2:0:0:0: [sda] 1024000 512-byte logical blocks: (524 MB/500 MiB)
[ 0.947503] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:04.0/virtio0/host2/target2:0:0/2:0:0:0/scsi_device/2:0:0:0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:04.0/virtio0/host2/target2:0:0/2:0:0:0/scsi_device/2:0:0:0 SEQNUM:1280 SUBSYSTEM:scsi_device]}
[ 0.948207] sd 2:0:0:0: [sda] Write Protect is off
[ 0.949752] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:04.0/virtio0/host2/target2:0:0/2:0:0:0/bsg/2:0:0:0 Env:map[ACTION:add DEVNAME:bsg/2:0:0:0 DEVPATH:/devices/pci0000:00/0000:00:04.0/virtio0/host2/target2:0:0/2:0:0:0/bsg/2:0:0:0 MAJOR:242 MINOR:0 SEQNUM:1281 SUBSYSTEM:bsg]}
[ 0.950070] sd 2:0:0:0: [sda] Mode Sense: 63 00 00 08
[ 0.952259] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:04.0/virtio0/host2/target2:0:0/2:0:0:0/scsi_disk/2:0:0:0 Env:map[ACTION:add DEVPATH:/devices/pci0000:00/0000:00:04.0/virtio0/host2/target2:0:0/2:0:0:0/scsi_disk/2:0:0:0 SEQNUM:1282 SUBSYSTEM:scsi_disk]}
[ 0.952919] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.954236] booster: udev event {Action:change KObj:/devices/pci0000:00/0000:00:04.0/virtio0/host2/target2:0:0/2:0:0:0 Env:map[ACTION:change DEVPATH:/devices/pci0000:00/0000:00:04.0/virtio0/host2/target2:0:0/2:0:0:0 DEVTYPE:scsi_device DRIVER:sd MODALIAS:scsi:t-0x00 SDEV_UA:POWER_ON_RESET_OCCURRED SEQNUM:1283 SUBSYSTEM:scsi]}
[ 0.957209] sda: sda1 sda2
[ 0.957284] booster: udev event {Action:add KObj:/devices/virtual/bdi/8:0 Env:map[ACTION:add DEVPATH:/devices/virtual/bdi/8:0 SEQNUM:1284 SUBSYSTEM:bdi]}
[ 0.957611] sd 2:0:0:0: [sda] Attached SCSI disk
[ 0.958625] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:04.0/virtio0/host2/target2:0:0/2:0:0:0/block/sda Env:map[ACTION:add DEVNAME:sda DEVPATH:/devices/pci0000:00/0000:00:04.0/virtio0/host2/target2:0:0/2:0:0:0/block/sda DEVTYPE:disk DISKSEQ:1 MAJOR:8 MINOR:0 SEQNUM:1285 SUBSYSTEM:block]}
[ 0.960792] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:04.0/virtio0/host2/target2:0:0/2:0:0:0/block/sda/sda1 Env:map[ACTION:add DEVNAME:sda1 DEVPATH:/devices/pci0000:00/0000:00:04.0/virtio0/host2/target2:0:0/2:0:0:0/block/sda/sda1 DEVTYPE:partition DISKSEQ:1 MAJOR:8 MINOR:1 PARTN:1 PARTNAME:EFI system partition SEQNUM:1286 SUBSYSTEM:block]}
[ 0.962734] booster: udev event {Action:add KObj:/devices/pci0000:00/0000:00:04.0/virtio0/host2/target2:0:0/2:0:0:0/block/sda/sda2 Env:map[ACTION:add DEVNAME:sda2 DEVPATH:/devices/pci0000:00/0000:00:04.0/virtio0/host2/target2:0:0/2:0:0:0/block/sda/sda2 DEVTYPE:partition DISKSEQ:1 MAJOR:8 MINOR:2 PARTN:2 PARTNAME:Linux x86-64 root (/) SEQNUM:1287 SUBSYSTEM:block]}
[ 0.964669] booster: udev event {Action:bind KObj:/devices/pci0000:00/0000:00:04.0/virtio0/host2/target2:0:0/2:0:0:0 Env:map[ACTION:bind DEVPATH:/devices/pci0000:00/0000:00:04.0/virtio0/host2/target2:0:0/2:0:0:0 DEVTYPE:scsi_device DRIVER:sd MODALIAS:scsi:t-0x00 SEQNUM:1288 SUBSYSTEM:scsi]}
[ 0.966166] booster: no match found for alias scsi:t_0x00
[ 0.966495] booster: found a new device /dev/sda
[ 0.966976] booster: blkinfo for /dev/sda: type=gpt UUID=55fb08a2-e739-446c-9ee3-27a61e9f9fbe LABEL=
[ 0.967971] booster: /dev/sda table contains active ESP, use it to discover root
[ 0.968450] booster: autodiscovery: partition /dev/sda2 matches root
[ 0.968852] booster: found a new device /dev/sda2
[ 0.969210] booster: found a new device /dev/sda1
[ 0.969563] booster: blkinfo for /dev/sda2: type=ext4 UUID=b70718ad-164b-40f1-957f-e9037e1f70bb LABEL=
[ 0.970722] booster: blkinfo for /dev/sda1: type=fat UUID=e4d9f21e LABEL=NO NAME
[ 0.971252] booster: loading module crc16
[ 0.971533] booster: loading module jbd2
[ 0.971912] booster: loading module crc32c_generic
[ 0.972471] booster: loading module mbcache
[ 0.975422] booster: udev event {Action:add KObj:/module/crc16 Env:map[ACTION:add DEVPATH:/module/crc16 SEQNUM:1289 SUBSYSTEM:module]}
[ 0.976712] booster: udev event {Action:add KObj:/module/crc32c_generic Env:map[ACTION:add DEVPATH:/module/crc32c_generic SEQNUM:1290 SUBSYSTEM:module]}
[ 0.978988] booster: udev event {Action:add KObj:/module/mbcache Env:map[ACTION:add DEVPATH:/module/mbcache SEQNUM:1291 SUBSYSTEM:module]}
[ 0.986521] booster: udev event {Action:add KObj:/module/jbd2 Env:map[ACTION:add DEVPATH:/module/jbd2 SEQNUM:1292 SUBSYSTEM:module]}
[ 0.987972] booster: loading module ext4
[ 1.030316] booster: udev event {Action:add KObj:/module/ext4 Env:map[ACTION:add DEVPATH:/module/ext4 SEQNUM:1293 SUBSYSTEM:module]}
[ 1.031117] booster: mounting /dev/sda2->/booster.root, fs=ext4, flags=0x0, options=
[ 1.033391] EXT4-fs (sda2): mounted filesystem b70718ad-164b-40f1-957f-e9037e1f70bb r/w with ordered data mode. Quota mode: none.
[ 1.034060] booster: /run does not exist at the newly mounted root filesystem
[ 1.034547] booster: /dev does not exist at the newly mounted root filesystem
[ 1.035175] booster: /proc does not exist at the newly mounted root filesystem
[ 1.035583] booster: /sys does not exist at the newly mounted root filesystem
[ 1.040501] booster: Switching to the new userspace now. Да пабачэння!
Hello, booster!
[ 1.042014] sd 2:0:0:0: [sda] Synchronizing SCSI cache
[ 1.042462] ACPI: PM: Preparing to enter system sleep state S5
[ 1.042800] reboot: Power down
--- PASS: TestGptRootAutodiscoveryExt4 (4.73s)
PASS
ok github.com/anatol/booster/tests 5.286s

So here are the results:

--- PASS: TestGptRootAutodiscoveryExt4 (4.73s)
--- PASS: TestGptRootAutodiscoveryLUKS (18.93s)
--- PASS: TestGptRootAutodiscoveryNoAuto (6.38s)
--- PASS: TestGptRootAutodiscoveryReadOnly (5.86s)

So the GPT autodiscovery in QEMU works fine. It is your hardware that for some reason fails. It is not clear why though.

@anatol, but how can it be that this message is cut off even before the closing brace? I just checked it again.

[ 3.362718] booster: diskSymlink(/dev/nvme0n1->nvme-KINGSTON_SKC3000S1024G_50026B7282B60D14
[ 5.341731] booster: diskSymlink(/dev/sdf->usb-_USB_DISK_2.0_007100B24090

On a related note, the symlink creation used for detecting root by WWID and it is a rarely used feature. There is no need to stop the boot process because of the link creation failed.

I made this error non-critical and pushed the update to wip branch. Please give it a try.

@anatol, the auto-discovery works for me on the current wip branch 👍

The auto-discovery issue is fixed by 1615f19