Bonjour,

au démarrage, j'ai des erreurs de permissions de ce type concernant SElinux avec dmesg
[bruno@localhost ~]$ dmesg
[    0.000000] Linux version 5.10.12-200.fc33.x86_64 (mockbuild@bkernel01.iad2.fedoraproject.org) (gcc (GCC) 10.2.1 20201125 (Red Hat 10.2.1-9), GNU ld version 2.35-18.fc33) #1 SMP Mon Feb 1 02:40:52 UTC 2021
[    0.000000] Command line: BOOT_IMAGE=(hd1,gpt2)/vmlinuz-5.10.12-200.fc33.x86_64 root=UUID=79acb4ef-2b5b-458f-94fa-901939aeeb54 ro rootflags=subvol=root rhgb quiet rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1

[    6.019642] SELinux:  Permission watch in class filesystem not defined in policy.
[    6.019645] SELinux:  Permission watch in class file not defined in policy.
[    6.019645] SELinux:  Permission watch_mount in class file not defined in policy.
[    6.019646] SELinux:  Permission watch_sb in class file not defined in policy.
[    6.019646] SELinux:  Permission watch_with_perm in class file not defined in policy.
[    6.019646] SELinux:  Permission watch_reads in class file not defined in policy.
[    6.019647] SELinux:  Permission watch in class dir not defined in policy.
[    6.019647] SELinux:  Permission watch_mount in class dir not defined in policy.
[    6.019648] SELinux:  Permission watch_sb in class dir not defined in policy.
[    6.019648] SELinux:  Permission watch_with_perm in class dir not defined in policy.
[    6.019648] SELinux:  Permission watch_reads in class dir not defined in policy.
[    6.019649] SELinux:  Permission watch in class lnk_file not defined in policy.
[    6.019650] SELinux:  Permission watch_mount in class lnk_file not defined in policy.
[    6.019650] SELinux:  Permission watch_sb in class lnk_file not defined in policy.
[    6.019650] SELinux:  Permission watch_with_perm in class lnk_file not defined in policy.
[    6.019650] SELinux:  Permission watch_reads in class lnk_file not defined in policy.
[    6.019651] SELinux:  Permission watch in class chr_file not defined in policy.
[    6.019651] SELinux:  Permission watch_mount in class chr_file not defined in policy.
[    6.019652] SELinux:  Permission watch_sb in class chr_file not defined in policy.
[    6.019652] SELinux:  Permission watch_with_perm in class chr_file not defined in policy.
[    6.019652] SELinux:  Permission watch_reads in class chr_file not defined in policy.
[    6.019653] SELinux:  Permission watch in class blk_file not defined in policy.
[    6.019653] SELinux:  Permission watch_mount in class blk_file not defined in policy.
[    6.019653] SELinux:  Permission watch_sb in class blk_file not defined in policy.
[    6.019653] SELinux:  Permission watch_with_perm in class blk_file not defined in policy.
[    6.019653] SELinux:  Permission watch_reads in class blk_file not defined in policy.
[    6.019654] SELinux:  Permission watch in class sock_file not defined in policy.
[    6.019654] SELinux:  Permission watch_mount in class sock_file not defined in policy.
[    6.019655] SELinux:  Permission watch_sb in class sock_file not defined in policy.
[    6.019655] SELinux:  Permission watch_with_perm in class sock_file not defined in policy.
[    6.019655] SELinux:  Permission watch_reads in class sock_file not defined in policy.
[    6.019656] SELinux:  Permission watch in class fifo_file not defined in policy.
[    6.019656] SELinux:  Permission watch_mount in class fifo_file not defined in policy.
[    6.019656] SELinux:  Permission watch_sb in class fifo_file not defined in policy.
[    6.019656] SELinux:  Permission watch_with_perm in class fifo_file not defined in policy.
[    6.019656] SELinux:  Permission watch_reads in class fifo_file not defined in policy.
[    6.019673] SELinux:  Permission perfmon in class capability2 not defined in policy.
[    6.019673] SELinux:  Permission bpf in class capability2 not defined in policy.
[    6.019673] SELinux:  Permission checkpoint_restore in class capability2 not defined in policy.
[    6.019676] SELinux:  Permission perfmon in class cap2_userns not defined in policy.
[    6.019676] SELinux:  Permission bpf in class cap2_userns not defined in policy.
[    6.019676] SELinux:  Permission checkpoint_restore in class cap2_userns not defined in policy.
[    6.019687] SELinux:  Class perf_event not defined in policy.
[    6.019687] SELinux:  Class lockdown not defined in policy.
[    6.019688] SELinux: the above unknown classes and permissions will be allowed
[    6.020960] SELinux:  policy capability network_peer_controls=1
[    6.020960] SELinux:  policy capability open_perms=1
[    6.020961] SELinux:  policy capability extended_socket_class=1
[    6.020961] SELinux:  policy capability always_check_network=0
[    6.020961] SELinux:  policy capability cgroup_seclabel=1
[    6.020961] SELinux:  policy capability nnp_nosuid_transition=1
[    6.020961] SELinux:  policy capability genfs_seclabel_symlinks=0
[    6.040658] systemd[1]: Successfully loaded SELinux policy in 83.778ms.
Ceci est-il problématique?

mon dmesg au complet
[    0.000000] Linux version 5.10.12-200.fc33.x86_64 (mockbuild@bkernel01.iad2.fedoraproject.org) (gcc (GCC) 10.2.1 20201125 (Red Hat 10.2.1-9), GNU ld version 2.35-18.fc33) #1 SMP Mon Feb 1 02:40:52 UTC 2021
[    0.000000] Command line: BOOT_IMAGE=(hd1,gpt2)/vmlinuz-5.10.12-200.fc33.x86_64 root=UUID=79acb4ef-2b5b-458f-94fa-901939aeeb54 ro rootflags=subvol=root rhgb quiet rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1
[    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] 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-0x0000000009c1efff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009c1f000-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-0x00000000bc753fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bc754000-0x00000000bca85fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bca86000-0x00000000bcac9fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bcaca000-0x00000000bd147fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bd148000-0x00000000bddfefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bddff000-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-0x000000083f37ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000083f380000-0x000000083fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xb7e09018-0xb7e16857] usable ==> usable
[    0.000000] e820: update [mem 0xb7e09018-0xb7e16857] usable ==> usable
[    0.000000] e820: update [mem 0xb7da2018-0xb7dc3c57] usable ==> usable
[    0.000000] e820: update [mem 0xb7da2018-0xb7dc3c57] 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-0x0000000009c1efff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009c1f000-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-0x00000000b7da2017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b7da2018-0x00000000b7dc3c57] usable
[    0.000000] reserve setup_data: [mem 0x00000000b7dc3c58-0x00000000b7e09017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b7e09018-0x00000000b7e16857] usable
[    0.000000] reserve setup_data: [mem 0x00000000b7e16858-0x00000000bc753fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000bc754000-0x00000000bca85fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bca86000-0x00000000bcac9fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000bcaca000-0x00000000bd147fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000bd148000-0x00000000bddfefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bddff000-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-0x000000083f37ffff] usable
[    0.000000] reserve setup_data: [mem 0x000000083f380000-0x000000083fffffff] reserved
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI=0xbd131000 ACPI 2.0=0xbd131014 SMBIOS=0xbdc26000 SMBIOS 3.0=0xbdc25000 MEMATTR=0xb9062118 ESRT=0xbb0df898 RNG=0xbdc6ce18 
[    0.000000] efi: seeding entropy pool
[    0.000000] secureboot: Secure boot disabled
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: Gigabyte Technology Co., Ltd. B550 AORUS ELITE V2/B550 AORUS ELITE V2, BIOS F13a 01/27/2021
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3693.397 MHz processor
[    0.000327] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000331] last_pfn = 0x83f380 max_arch_pfn = 0x400000000
[    0.000333] MTRR default type: uncachable
[    0.000334] MTRR fixed ranges enabled:
[    0.000334]   00000-9FFFF write-back
[    0.000335]   A0000-BFFFF write-through
[    0.000335]   C0000-FFFFF write-protect
[    0.000335] MTRR variable ranges enabled:
[    0.000336]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000337]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.000337]   2 base 0000BD540000 mask FFFFFFFF0000 uncachable
[    0.000337]   3 disabled
[    0.000337]   4 disabled
[    0.000338]   5 disabled
[    0.000338]   6 disabled
[    0.000338]   7 disabled
[    0.000339] TOM2: 0000000840000000 aka 33792M
[    0.001143] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001259] e820: update [mem 0xbd540000-0xbd54ffff] usable ==> reserved
[    0.001262] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[    0.001265] last_pfn = 0xbf000 max_arch_pfn = 0x400000000
[    0.003768] esrt: Reserving ESRT space from 0x00000000bb0df898 to 0x00000000bb0df8d0.
[    0.003774] e820: update [mem 0xbb0df000-0xbb0dffff] usable ==> reserved
[    0.003810] Using GB pages for direct mapping
[    0.004154] secureboot: Secure boot disabled
[    0.004155] RAMDISK: [mem 0x5abb4000-0x5cb9afff]
[    0.004159] ACPI: Early table checksum verification disabled
[    0.004162] ACPI: RSDP 0x00000000BD131014 000024 (v02 ALASKA)
[    0.004163] ACPI: XSDT 0x00000000BD130728 0000D4 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.004167] ACPI: FACP 0x00000000BCAB1000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.004169] ACPI: DSDT 0x00000000BCA92000 006807 (v02 ALASKA A M I    01072009 INTL 20190509)
[    0.004171] ACPI: FACS 0x00000000BD12B000 000040
[    0.004172] ACPI: SSDT 0x00000000BCAC0000 009BE8 (v01 GBT    GSWApp   00000001 INTL 20190509)
[    0.004173] ACPI: SSDT 0x00000000BCAB7000 008C98 (v02 AMD    AmdTable 00000002 MSFT 04000000)
[    0.004175] ACPI: SSDT 0x00000000BCAB3000 003CC0 (v01 AMD    AMD AOD  00000001 INTL 20190509)
[    0.004176] ACPI: SSDT 0x00000000BCAB2000 0001AD (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
[    0.004177] ACPI: FIDT 0x00000000BCAAA000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.004178] ACPI: MCFG 0x00000000BCAA9000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.004180] ACPI: HPET 0x00000000BCAA8000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.004181] ACPI: IVRS 0x00000000BCAA7000 0000D0 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.004182] ACPI: BGRT 0x00000000BCAA6000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.004183] ACPI: PCCT 0x00000000BCAA5000 00006E (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.004184] ACPI: SSDT 0x00000000BCAA2000 002FDD (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.004186] ACPI: CRAT 0x00000000BCAA1000 000B18 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.004187] ACPI: CDIT 0x00000000BCAA0000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.004188] ACPI: SSDT 0x00000000BCA9F000 0005F6 (v01 AMD    ArticDGP 00000001 INTL 20190509)
[    0.004189] ACPI: SSDT 0x00000000BCA9B000 003A59 (v01 AMD    ArticN   00000001 INTL 20190509)
[    0.004190] ACPI: WSMT 0x00000000BCA9A000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.004192] ACPI: APIC 0x00000000BCA99000 00015E (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.004193] ACPI: SSDT 0x00000000BCAB0000 00008D (v01 AMD    ArticDIS 00000001 INTL 20190509)
[    0.004194] ACPI: SSDT 0x00000000BCAAE000 00147F (v01 AMD    ArticC   00000001 INTL 20190509)
[    0.004195] ACPI: SSDT 0x00000000BCAAD000 0000BF (v01 AMD    AmdTable 00001000 INTL 20190509)
[    0.004196] ACPI: FPDT 0x00000000BCAAC000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.004201] ACPI: Local APIC address 0xfee00000
[    0.004241] No NUMA configuration found
[    0.004242] Faking a node at [mem 0x0000000000000000-0x000000083f37ffff]
[    0.004246] NODE_DATA(0) allocated [mem 0x83f355000-0x83f37ffff]
[    0.036077] Zone ranges:
[    0.036078]   DMA      [mem 0x0000000000000000-0x0000000000ffffff]
[    0.036079]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.036080]   Normal   [mem 0x0000000100000000-0x000000083f37ffff]
[    0.036081]   Device   empty
[    0.036081] Movable zone start for each node
[    0.036082] Early memory node ranges
[    0.036082]   node   0: [mem 0x0000000000000000-0x000000000009ffff]
[    0.036083]   node   0: [mem 0x0000000000100000-0x0000000009c1efff]
[    0.036083]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.036084]   node   0: [mem 0x000000000a20e000-0x000000000affffff]
[    0.036084]   node   0: [mem 0x000000000b020000-0x00000000bc753fff]
[    0.036085]   node   0: [mem 0x00000000bddff000-0x00000000beffffff]
[    0.036085]   node   0: [mem 0x0000000100000000-0x000000083f37ffff]
[    0.036147] Zeroed struct page in unavailable ranges: 14234 pages
[    0.036148] Initmem setup node 0 [mem 0x0000000000000000-0x000000083f37ffff]
[    0.036149] On node 0 totalpages: 8374374
[    0.036150]   DMA zone: 64 pages used for memmap
[    0.036150]   DMA zone: 30 pages reserved
[    0.036150]   DMA zone: 4000 pages, LIFO batch:0
[    0.036165]   DMA32 zone: 12054 pages used for memmap
[    0.036166]   DMA32 zone: 771398 pages, LIFO batch:63
[    0.039234]   Normal zone: 118734 pages used for memmap
[    0.039234]   Normal zone: 7598976 pages, LIFO batch:63
[    0.069854] ACPI: PM-Timer IO Port: 0x808
[    0.069856] ACPI: Local APIC address 0xfee00000
[    0.069861] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.069872] IOAPIC[0]: apic_id 13, version 33, address 0xfec00000, GSI 0-23
[    0.069876] IOAPIC[1]: apic_id 14, version 33, address 0xfec01000, GSI 24-55
[    0.069877] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.069878] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.069879] ACPI: IRQ0 used by override.
[    0.069880] ACPI: IRQ9 used by override.
[    0.069881] Using ACPI (MADT) for SMP configuration information
[    0.069881] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.069889] e820: update [mem 0xb85b2000-0xb8608fff] usable ==> reserved
[    0.069897] smpboot: Allowing 32 CPUs, 20 hotplug CPUs
[    0.069913] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.069913] PM: hibernation: Registered nosave memory: [mem 0x09c1f000-0x09ffffff]
[    0.069914] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20dfff]
[    0.069915] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[    0.069916] PM: hibernation: Registered nosave memory: [mem 0xb7da2000-0xb7da2fff]
[    0.069916] PM: hibernation: Registered nosave memory: [mem 0xb7dc3000-0xb7dc3fff]
[    0.069917] PM: hibernation: Registered nosave memory: [mem 0xb7e09000-0xb7e09fff]
[    0.069918] PM: hibernation: Registered nosave memory: [mem 0xb7e16000-0xb7e16fff]
[    0.069919] PM: hibernation: Registered nosave memory: [mem 0xb85b2000-0xb8608fff]
[    0.069919] PM: hibernation: Registered nosave memory: [mem 0xbb0df000-0xbb0dffff]
[    0.069920] PM: hibernation: Registered nosave memory: [mem 0xbc754000-0xbca85fff]
[    0.069920] PM: hibernation: Registered nosave memory: [mem 0xbca86000-0xbcac9fff]
[    0.069921] PM: hibernation: Registered nosave memory: [mem 0xbcaca000-0xbd147fff]
[    0.069921] PM: hibernation: Registered nosave memory: [mem 0xbd148000-0xbddfefff]
[    0.069922] PM: hibernation: Registered nosave memory: [mem 0xbf000000-0xbfffffff]
[    0.069922] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xefffffff]
[    0.069922] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[    0.069923] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfd1fffff]
[    0.069923] PM: hibernation: Registered nosave memory: [mem 0xfd200000-0xfd2fffff]
[    0.069923] PM: hibernation: Registered nosave memory: [mem 0xfd300000-0xfd5fffff]
[    0.069923] PM: hibernation: Registered nosave memory: [mem 0xfd600000-0xfd7fffff]
[    0.069924] PM: hibernation: Registered nosave memory: [mem 0xfd800000-0xfe9fffff]
[    0.069924] PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[    0.069924] PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff]
[    0.069924] PM: hibernation: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
[    0.069925] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.069925] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.069925] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
[    0.069926] PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
[    0.069926] PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
[    0.069926] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.069926] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.069927] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.069927] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.069927] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.069927] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[    0.069928] PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[    0.069928] PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[    0.069928] PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[    0.069928] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xfeffffff]
[    0.069929] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.069930] [mem 0xc0000000-0xefffffff] available for PCI devices
[    0.069931] Booting paravirtualized kernel on bare hardware
[    0.069933] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.072400] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
[    0.073155] percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u262144
[    0.073160] pcpu-alloc: s184320 r8192 d28672 u262144 alloc=1*2097152
[    0.073160] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.073164] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31 
[    0.073187] Built 1 zonelists, mobility grouping on.  Total pages: 8243492
[    0.073188] Policy zone: Normal
[    0.073188] Kernel command line: BOOT_IMAGE=(hd1,gpt2)/vmlinuz-5.10.12-200.fc33.x86_64 root=UUID=79acb4ef-2b5b-458f-94fa-901939aeeb54 ro rootflags=subvol=root rhgb quiet rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1
[    0.074820] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.075692] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.075743] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.115972] Memory: 32706740K/33497496K available (14345K kernel code, 3465K rwdata, 9704K rodata, 2536K init, 5504K bss, 790496K reserved, 0K cma-reserved)
[    0.115977] random: get_random_u64 called from __kmem_cache_create+0x2e/0x550 with crng_init=0
[    0.116035] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[    0.116041] ftrace: allocating 45612 entries in 179 pages
[    0.126627] ftrace: allocated 179 pages with 5 groups
[    0.126709] rcu: Hierarchical RCU implementation.
[    0.126710] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=32.
[    0.126711] 	Trampoline variant of Tasks RCU enabled.
[    0.126711] 	Rude variant of Tasks RCU enabled.
[    0.126711] 	Tracing variant of Tasks RCU enabled.
[    0.126712] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.126712] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
[    0.128367] NR_IRQS: 524544, nr_irqs: 1224, preallocated irqs: 16
[    0.128630] random: crng done (trusting CPU's manufacturer)
[    0.128649] Console: colour dummy device 80x25
[    0.128656] printk: console [tty0] enabled
[    0.128668] ACPI: Core revision 20200925
[    0.128785] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.128799] APIC: Switch to symmetric I/O mode setup
[    0.447866] Switched APIC routing to physical flat.
[    0.448481] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.452767] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6a79f0da811, max_idle_ns: 881591150776 ns
[    0.452770] Calibrating delay loop (skipped), value calculated using timer frequency.. 7386.79 BogoMIPS (lpj=3693397)
[    0.452771] pid_max: default: 32768 minimum: 301
[    0.454548] LSM: Security Framework initializing
[    0.454555] Yama: becoming mindful.
[    0.454559] SELinux:  Initializing.
[    0.454606] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.454640] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.454798] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.454842] LVT offset 1 assigned for vector 0xf9
[    0.454990] LVT offset 2 assigned for vector 0xf4
[    0.455031] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    0.455032] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.455034] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.455035] Spectre V2 : Mitigation: Full AMD retpoline
[    0.455035] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.455036] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.455037] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.455037] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    0.455038] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.455229] Freeing SMP alternatives memory: 40K
[    0.558837] smpboot: CPU0: AMD Ryzen 5 5600X 6-Core Processor (family: 0x19, model: 0x21, stepping: 0x0)
[    0.558928] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.558931] ... version:                0
[    0.558931] ... bit width:              48
[    0.558931] ... generic registers:      6
[    0.558932] ... value mask:             0000ffffffffffff
[    0.558932] ... max period:             00007fffffffffff
[    0.558932] ... fixed-purpose events:   0
[    0.558932] ... event mask:             000000000000003f
[    0.558969] rcu: Hierarchical SRCU implementation.
[    0.559168] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.559302] smp: Bringing up secondary CPUs ...
[    0.559343] x86: Booting SMP configuration:
[    0.559344] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6
[    0.566812] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    0.567811]   #7  #8  #9 #10 #11
[    0.572789] smp: Brought up 1 node, 12 CPUs
[    0.572789] smpboot: Max logical packages: 3
[    0.572789] smpboot: Total of 12 processors activated (88641.52 BogoMIPS)
[    0.574076] devtmpfs: initialized
[    0.574076] x86/mm: Memory block size: 128MB
[    0.575429] PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20dfff] (57344 bytes)
[    0.575429] PM: Registering ACPI NVS region [mem 0xbcaca000-0xbd147fff] (6807552 bytes)
[    0.575429] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.575429] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.575429] pinctrl core: initialized pinctrl subsystem
[    0.575429] PM: RTC time: 11:50:59, date: 2021-02-06
[    0.575429] NET: Registered protocol family 16
[    0.575794] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.575798] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.575801] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.575805] audit: initializing netlink subsys (disabled)
[    0.575808] audit: type=2000 audit(1612612259.129:1): state=initialized audit_enabled=0 res=1
[    0.575814] thermal_sys: Registered thermal governor 'fair_share'
[    0.575814] thermal_sys: Registered thermal governor 'bang_bang'
[    0.575815] thermal_sys: Registered thermal governor 'step_wise'
[    0.575815] thermal_sys: Registered thermal governor 'user_space'
[    0.575825] cpuidle: using governor menu
[    0.575825] Detected 1 PCC Subspaces
[    0.575825] Registering PCC driver as Mailbox controller
[    0.575825] ACPI: bus type PCI registered
[    0.575825] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.575858] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.575861] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.575865] PCI: Using configuration type 1 for base access
[    0.576946] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.576946] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.632895] cryptd: max_cpu_qlen set to 1000
[    0.634805] alg: No test for 842 (842-generic)
[    0.634805] alg: No test for 842 (842-scomp)
[    0.635846] raid6: skip pq benchmark and using algorithm avx2x4
[    0.635846] raid6: using avx2x2 recovery algorithm
[    0.635846] ACPI: Added _OSI(Module Device)
[    0.635846] ACPI: Added _OSI(Processor Device)
[    0.635846] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.635846] ACPI: Added _OSI(Processor Aggregator Device)
[    0.635846] ACPI: Added _OSI(Linux-Dell-Video)
[    0.635846] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.635846] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.637169] ACPI BIOS Error (bug): Failure creating named object [\_GPE._L08], AE_ALREADY_EXISTS (20200925/dswload2-326)
[    0.637172] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20200925/psobject-220)
[    0.637173] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.642635] ACPI: 11 ACPI AML tables successfully acquired and loaded
[    0.643377] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.650225] ACPI: Interpreter enabled
[    0.650233] ACPI: (supports S0 S3 S4 S5)
[    0.650234] ACPI: Using IOAPIC for interrupt routing
[    0.650377] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.650570] ACPI: Enabled 7 GPEs in block 00 to 1F
[    0.654248] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.654250] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.654315] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
[    0.654374] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.654380] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.654521] PCI host bridge to bus 0000:00
[    0.654522] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.654522] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.654523] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.654523] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.654524] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.654524] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.654524] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfec2ffff window]
[    0.654525] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.654525] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.654534] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000
[    0.654606] pci 0000:00:00.2: [1022:1481] type 00 class 0x080600
[    0.654686] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000
[    0.654746] pci 0000:00:01.1: [1022:1483] type 01 class 0x060400
[    0.654827] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.654924] pci 0000:00:01.2: [1022:1483] type 01 class 0x060400
[    0.654953] pci 0000:00:01.2: enabling Extended Tags
[    0.655005] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.655093] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000
[    0.655149] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000
[    0.655208] pci 0000:00:03.1: [1022:1483] type 01 class 0x060400
[    0.655288] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[    0.655470] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000
[    0.655529] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000
[    0.655587] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000
[    0.655641] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400
[    0.655664] pci 0000:00:07.1: enabling Extended Tags
[    0.655703] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.655779] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000
[    0.655835] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400
[    0.655859] pci 0000:00:08.1: enabling Extended Tags
[    0.655901] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.655993] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.656091] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.656195] pci 0000:00:18.0: [1022:1440] type 00 class 0x060000
[    0.656223] pci 0000:00:18.1: [1022:1441] type 00 class 0x060000
[    0.656252] pci 0000:00:18.2: [1022:1442] type 00 class 0x060000
[    0.656280] pci 0000:00:18.3: [1022:1443] type 00 class 0x060000
[    0.656309] pci 0000:00:18.4: [1022:1444] type 00 class 0x060000
[    0.656337] pci 0000:00:18.5: [1022:1445] type 00 class 0x060000
[    0.656366] pci 0000:00:18.6: [1022:1446] type 00 class 0x060000
[    0.656395] pci 0000:00:18.7: [1022:1447] type 00 class 0x060000
[    0.656472] pci 0000:01:00.0: [1344:5405] type 00 class 0x010802
[    0.656488] pci 0000:01:00.0: reg 0x10: [mem 0xfc700000-0xfc703fff 64bit]
[    0.656638] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.656643] pci 0000:00:01.1:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.656696] pci 0000:02:00.0: [1022:43ee] type 00 class 0x0c0330
[    0.656715] pci 0000:02:00.0: reg 0x10: [mem 0xfc6a0000-0xfc6a7fff 64bit]
[    0.656759] pci 0000:02:00.0: enabling Extended Tags
[    0.656821] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.656901] pci 0000:02:00.1: [1022:43eb] type 00 class 0x010601
[    0.656953] pci 0000:02:00.1: reg 0x24: [mem 0xfc680000-0xfc69ffff]
[    0.656961] pci 0000:02:00.1: reg 0x30: [mem 0xfc600000-0xfc67ffff pref]
[    0.656967] pci 0000:02:00.1: enabling Extended Tags
[    0.657012] pci 0000:02:00.1: PME# supported from D3hot D3cold
[    0.657070] pci 0000:02:00.2: [1022:43e9] type 01 class 0x060400
[    0.657119] pci 0000:02:00.2: enabling Extended Tags
[    0.657169] pci 0000:02:00.2: PME# supported from D3hot D3cold
[    0.657241] pci 0000:00:01.2: PCI bridge to [bus 02-04]
[    0.657244] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.657245] pci 0000:00:01.2:   bridge window [mem 0xfc500000-0xfc6fffff]
[    0.657330] pci 0000:03:08.0: [1022:43ea] type 01 class 0x060400
[    0.657382] pci 0000:03:08.0: enabling Extended Tags
[    0.657440] pci 0000:03:08.0: PME# supported from D3hot D3cold
[    0.657525] pci 0000:02:00.2: PCI bridge to [bus 03-04]
[    0.657530] pci 0000:02:00.2:   bridge window [io  0xf000-0xffff]
[    0.657533] pci 0000:02:00.2:   bridge window [mem 0xfc500000-0xfc5fffff]
[    0.657625] pci 0000:04:00.0: [10ec:8125] type 00 class 0x020000
[    0.657649] pci 0000:04:00.0: reg 0x10: [io  0xf000-0xf0ff]
[    0.657684] pci 0000:04:00.0: reg 0x18: [mem 0xfc500000-0xfc50ffff 64bit]
[    0.657705] pci 0000:04:00.0: reg 0x20: [mem 0xfc510000-0xfc513fff 64bit]
[    0.657862] pci 0000:04:00.0: supports D1 D2
[    0.657862] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.658036] pci 0000:03:08.0: PCI bridge to [bus 04]
[    0.658041] pci 0000:03:08.0:   bridge window [io  0xf000-0xffff]
[    0.658043] pci 0000:03:08.0:   bridge window [mem 0xfc500000-0xfc5fffff]
[    0.658112] pci 0000:05:00.0: [10de:13c2] type 00 class 0x030000
[    0.658126] pci 0000:05:00.0: reg 0x10: [mem 0xfb000000-0xfbffffff]
[    0.658138] pci 0000:05:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.658150] pci 0000:05:00.0: reg 0x1c: [mem 0xe0000000-0xe1ffffff 64bit pref]
[    0.658158] pci 0000:05:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.658166] pci 0000:05:00.0: reg 0x30: [mem 0xfc000000-0xfc07ffff pref]
[    0.658183] pci 0000:05:00.0: BAR 3: assigned to efifb
[    0.658287] pci 0000:05:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x16 link at 0000:00:03.1 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[    0.658324] pci 0000:05:00.1: [10de:0fbb] type 00 class 0x040300
[    0.658338] pci 0000:05:00.1: reg 0x10: [mem 0xfc080000-0xfc083fff]
[    0.658477] pci 0000:00:03.1: ASPM: current common clock configuration is inconsistent, reconfiguring
[    0.660787] pci 0000:00:03.1: PCI bridge to [bus 05]
[    0.660791] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.660792] pci 0000:00:03.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.660796] pci 0000:00:03.1:   bridge window [mem 0xd0000000-0xe1ffffff 64bit pref]
[    0.660835] pci 0000:06:00.0: [1022:148a] type 00 class 0x130000
[    0.660864] pci 0000:06:00.0: enabling Extended Tags
[    0.660967] pci 0000:00:07.1: PCI bridge to [bus 06]
[    0.661018] pci 0000:07:00.0: [1022:1485] type 00 class 0x130000
[    0.661052] pci 0000:07:00.0: enabling Extended Tags
[    0.661165] pci 0000:07:00.1: [1022:1486] type 00 class 0x108000
[    0.661181] pci 0000:07:00.1: reg 0x18: [mem 0xfc300000-0xfc3fffff]
[    0.661193] pci 0000:07:00.1: reg 0x24: [mem 0xfc408000-0xfc409fff]
[    0.661201] pci 0000:07:00.1: enabling Extended Tags
[    0.661301] pci 0000:07:00.3: [1022:149c] type 00 class 0x0c0330
[    0.661315] pci 0000:07:00.3: reg 0x10: [mem 0xfc200000-0xfc2fffff 64bit]
[    0.661345] pci 0000:07:00.3: enabling Extended Tags
[    0.661393] pci 0000:07:00.3: PME# supported from D0 D3hot D3cold
[    0.661459] pci 0000:07:00.4: [1022:1487] type 00 class 0x040300
[    0.661467] pci 0000:07:00.4: reg 0x10: [mem 0xfc400000-0xfc407fff]
[    0.661494] pci 0000:07:00.4: enabling Extended Tags
[    0.661538] pci 0000:07:00.4: PME# supported from D0 D3hot D3cold
[    0.661609] pci 0000:00:08.1: PCI bridge to [bus 07]
[    0.661613] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc4fffff]
[    0.661797] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[    0.661831] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[    0.661858] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[    0.661891] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[    0.661920] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[    0.661945] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[    0.661969] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[    0.661993] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    0.662402] iommu: Default domain type: Translated 
[    0.662402] pci 0000:05:00.0: vgaarb: setting as boot VGA device
[    0.662402] pci 0000:05:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.662402] pci 0000:05:00.0: vgaarb: bridge control possible
[    0.662402] vgaarb: loaded
[    0.662402] SCSI subsystem initialized
[    0.662402] libata version 3.00 loaded.
[    0.662402] ACPI: bus type USB registered
[    0.662402] usbcore: registered new interface driver usbfs
[    0.662402] usbcore: registered new interface driver hub
[    0.662402] usbcore: registered new device driver usb
[    0.662402] pps_core: LinuxPPS API ver. 1 registered
[    0.662402] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.662402] PTP clock support registered
[    0.662402] EDAC MC: Ver: 3.0.0
[    0.662402] Registered efivars operations
[    0.662402] NetLabel: Initializing
[    0.662402] NetLabel:  domain hash size = 128
[    0.662402] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.662402] NetLabel:  unlabeled traffic allowed by default
[    0.662402] PCI: Using ACPI for IRQ routing
[    0.666691] PCI: pci_cache_line_size set to 64 bytes
[    0.666745] e820: reserve RAM buffer [mem 0x09c1f000-0x0bffffff]
[    0.666746] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.666746] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.666746] e820: reserve RAM buffer [mem 0xb7da2018-0xb7ffffff]
[    0.666747] e820: reserve RAM buffer [mem 0xb7e09018-0xb7ffffff]
[    0.666747] e820: reserve RAM buffer [mem 0xb85b2000-0xbbffffff]
[    0.666747] e820: reserve RAM buffer [mem 0xbb0df000-0xbbffffff]
[    0.666748] e820: reserve RAM buffer [mem 0xbc754000-0xbfffffff]
[    0.666748] e820: reserve RAM buffer [mem 0xbf000000-0xbfffffff]
[    0.666749] e820: reserve RAM buffer [mem 0x83f380000-0x83fffffff]
[    0.666787] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.666788] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.668787] clocksource: Switched to clocksource tsc-early
[    0.677943] VFS: Disk quotas dquot_6.6.0
[    0.677951] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.677976] pnp: PnP ACPI init
[    0.678016] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.678018] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.678043] system 00:01: [mem 0xfd200000-0xfd2fffff] has been reserved
[    0.678044] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.678062] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.678129] system 00:03: [io  0x0a00-0x0a2f] has been reserved
[    0.678130] system 00:03: [io  0x0a30-0x0a3f] has been reserved
[    0.678130] system 00:03: [io  0x0a40-0x0a4f] has been reserved
[    0.678131] system 00:03: [mem 0xfe000000-0xfe00ffff] has been reserved
[    0.678132] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.678224] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.678224] system 00:04: [io  0x040b] has been reserved
[    0.678225] system 00:04: [io  0x04d6] has been reserved
[    0.678225] system 00:04: [io  0x0c00-0x0c01] has been reserved
[    0.678225] system 00:04: [io  0x0c14] has been reserved
[    0.678226] system 00:04: [io  0x0c50-0x0c51] has been reserved
[    0.678226] system 00:04: [io  0x0c52] has been reserved
[    0.678227] system 00:04: [io  0x0c6c] has been reserved
[    0.678227] system 00:04: [io  0x0c6f] has been reserved
[    0.678228] system 00:04: [io  0x0cd8-0x0cdf] has been reserved
[    0.678228] system 00:04: [io  0x0800-0x089f] has been reserved
[    0.678228] system 00:04: [io  0x0b00-0x0b0f] has been reserved
[    0.678229] system 00:04: [io  0x0b20-0x0b3f] has been reserved
[    0.678229] system 00:04: [io  0x0900-0x090f] has been reserved
[    0.678230] system 00:04: [io  0x0910-0x091f] has been reserved
[    0.678231] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.678231] system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.678232] system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.678232] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.678233] system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.678234] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.678234] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[    0.678235] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.678488] pnp: PnP ACPI: found 5 devices
[    0.683624] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.683656] NET: Registered protocol family 2
[    0.683756] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.683778] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.683933] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.683988] TCP: Hash tables configured (established 262144 bind 65536)
[    0.684071] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[    0.684098] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.684137] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.684201] NET: Registered protocol family 1
[    0.684204] NET: Registered protocol family 44
[    0.684210] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.684212] pci 0000:00:01.1:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.684217] pci 0000:03:08.0: PCI bridge to [bus 04]
[    0.684219] pci 0000:03:08.0:   bridge window [io  0xf000-0xffff]
[    0.684222] pci 0000:03:08.0:   bridge window [mem 0xfc500000-0xfc5fffff]
[    0.684230] pci 0000:02:00.2: PCI bridge to [bus 03-04]
[    0.684231] pci 0000:02:00.2:   bridge window [io  0xf000-0xffff]
[    0.684235] pci 0000:02:00.2:   bridge window [mem 0xfc500000-0xfc5fffff]
[    0.684241] pci 0000:00:01.2: PCI bridge to [bus 02-04]
[    0.684242] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.684245] pci 0000:00:01.2:   bridge window [mem 0xfc500000-0xfc6fffff]
[    0.684249] pci 0000:00:03.1: PCI bridge to [bus 05]
[    0.684250] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.684252] pci 0000:00:03.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.684254] pci 0000:00:03.1:   bridge window [mem 0xd0000000-0xe1ffffff 64bit pref]
[    0.684257] pci 0000:00:07.1: PCI bridge to [bus 06]
[    0.684263] pci 0000:00:08.1: PCI bridge to [bus 07]
[    0.684265] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc4fffff]
[    0.684269] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.684270] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.684270] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.684270] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.684271] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.684271] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.684272] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xfec2ffff window]
[    0.684272] pci_bus 0000:00: resource 11 [mem 0xfee00000-0xffffffff window]
[    0.684272] pci_bus 0000:01: resource 1 [mem 0xfc700000-0xfc7fffff]
[    0.684273] pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
[    0.684273] pci_bus 0000:02: resource 1 [mem 0xfc500000-0xfc6fffff]
[    0.684274] pci_bus 0000:03: resource 0 [io  0xf000-0xffff]
[    0.684274] pci_bus 0000:03: resource 1 [mem 0xfc500000-0xfc5fffff]
[    0.684274] pci_bus 0000:04: resource 0 [io  0xf000-0xffff]
[    0.684275] pci_bus 0000:04: resource 1 [mem 0xfc500000-0xfc5fffff]
[    0.684275] pci_bus 0000:05: resource 0 [io  0xe000-0xefff]
[    0.684275] pci_bus 0000:05: resource 1 [mem 0xfb000000-0xfc0fffff]
[    0.684276] pci_bus 0000:05: resource 2 [mem 0xd0000000-0xe1ffffff 64bit pref]
[    0.684276] pci_bus 0000:07: resource 1 [mem 0xfc200000-0xfc4fffff]
[    0.684396] pci 0000:05:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.684410] pci 0000:05:00.1: D0 power state depends on 0000:05:00.0
[    0.684508] PCI: CLS 64 bytes, default 64
[    0.684523] Trying to unpack rootfs image as initramfs...
[    0.889354] Freeing initrd memory: 32668K
[    0.889378] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.889418] pci 0000:00:01.0: Adding to iommu group 0
[    0.889423] pci 0000:00:01.1: Adding to iommu group 1
[    0.889429] pci 0000:00:01.2: Adding to iommu group 2
[    0.889434] pci 0000:00:02.0: Adding to iommu group 3
[    0.889442] pci 0000:00:03.0: Adding to iommu group 4
[    0.889448] pci 0000:00:03.1: Adding to iommu group 5
[    0.889453] pci 0000:00:04.0: Adding to iommu group 6
[    0.889458] pci 0000:00:05.0: Adding to iommu group 7
[    0.889465] pci 0000:00:07.0: Adding to iommu group 8
[    0.889471] pci 0000:00:07.1: Adding to iommu group 9
[    0.889477] pci 0000:00:08.0: Adding to iommu group 10
[    0.889482] pci 0000:00:08.1: Adding to iommu group 11
[    0.889490] pci 0000:00:14.0: Adding to iommu group 12
[    0.889495] pci 0000:00:14.3: Adding to iommu group 12
[    0.889510] pci 0000:00:18.0: Adding to iommu group 13
[    0.889514] pci 0000:00:18.1: Adding to iommu group 13
[    0.889518] pci 0000:00:18.2: Adding to iommu group 13
[    0.889522] pci 0000:00:18.3: Adding to iommu group 13
[    0.889526] pci 0000:00:18.4: Adding to iommu group 13
[    0.889530] pci 0000:00:18.5: Adding to iommu group 13
[    0.889535] pci 0000:00:18.6: Adding to iommu group 13
[    0.889538] pci 0000:00:18.7: Adding to iommu group 13
[    0.889544] pci 0000:01:00.0: Adding to iommu group 14
[    0.889553] pci 0000:02:00.0: Adding to iommu group 15
[    0.889559] pci 0000:02:00.1: Adding to iommu group 15
[    0.889565] pci 0000:02:00.2: Adding to iommu group 15
[    0.889568] pci 0000:03:08.0: Adding to iommu group 15
[    0.889570] pci 0000:04:00.0: Adding to iommu group 15
[    0.889578] pci 0000:05:00.0: Adding to iommu group 16
[    0.889584] pci 0000:05:00.1: Adding to iommu group 16
[    0.889590] pci 0000:06:00.0: Adding to iommu group 17
[    0.889596] pci 0000:07:00.0: Adding to iommu group 18
[    0.889602] pci 0000:07:00.1: Adding to iommu group 19
[    0.889609] pci 0000:07:00.3: Adding to iommu group 20
[    0.889616] pci 0000:07:00.4: Adding to iommu group 21
[    0.892294] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.892294] pci 0000:00:00.2: AMD-Vi: Extended features (0x58f77ef22294ade):
[    0.892295]  PPR X2APIC NX GT IA GA PC GA_vAPIC
[    0.892297] AMD-Vi: Interrupt remapping enabled
[    0.892297] AMD-Vi: Virtual APIC enabled
[    0.892297] AMD-Vi: X2APIC enabled
[    0.892360] AMD-Vi: Lazy IO/TLB flushing enabled
[    0.892839] amd_uncore: 4  amd_df counters detected
[    0.892842] amd_uncore: 6  amd_l3 counters detected
[    0.892937] LVT offset 0 assigned for vector 0x400
[    0.892983] perf: AMD IBS detected (0x000003ff)
[    0.892987] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.893651] Initialise system trusted keyrings
[    0.893657] Key type blacklist registered
[    0.893674] workingset: timestamp_bits=36 max_order=23 bucket_order=0
[    0.894117] zbud: loaded
[    0.894343] integrity: Platform Keyring initialized
[    0.896723] NET: Registered protocol family 38
[    0.896724] xor: automatically using best checksumming function   avx       
[    0.896724] Key type asymmetric registered
[    0.896725] Asymmetric key parser 'x509' registered
[    0.896728] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.896748] io scheduler mq-deadline registered
[    0.896748] io scheduler kyber registered
[    0.896759] io scheduler bfq registered
[    0.896824] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.896900] pcieport 0000:00:01.1: PME: Signaling with IRQ 26
[    0.896935] pcieport 0000:00:01.1: AER: enabled with IRQ 26
[    0.897030] pcieport 0000:00:01.2: PME: Signaling with IRQ 27
[    0.897061] pcieport 0000:00:01.2: AER: enabled with IRQ 27
[    0.897153] pcieport 0000:00:03.1: PME: Signaling with IRQ 28
[    0.897185] pcieport 0000:00:03.1: AER: enabled with IRQ 28
[    0.897331] pcieport 0000:00:07.1: PME: Signaling with IRQ 30
[    0.897360] pcieport 0000:00:07.1: AER: enabled with IRQ 30
[    0.897435] pcieport 0000:00:08.1: PME: Signaling with IRQ 31
[    0.897464] pcieport 0000:00:08.1: AER: enabled with IRQ 31
[    0.897727] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.897736] efifb: probing for efifb
[    0.897747] efifb: showing boot graphics
[    0.898788] efifb: framebuffer at 0xe1000000, using 3072k, total 3072k
[    0.898789] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.898790] efifb: scrolling: redraw
[    0.898790] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.898808] fbcon: Deferring console take-over
[    0.898809] fb0: EFI VGA frame buffer device
[    0.898885] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.898898] ACPI: Power Button [PWRB]
[    0.898912] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.898927] ACPI: Power Button [PWRF]
[    0.898962] Monitor-Mwait will be used to enter C-1 state
[    0.898964] ACPI: \_SB_.PLTF.C000: Found 2 idle states
[    0.899011] ACPI: \_SB_.PLTF.C002: Found 2 idle states
[    0.899052] ACPI: \_SB_.PLTF.C004: Found 2 idle states
[    0.899103] ACPI: \_SB_.PLTF.C006: Found 2 idle states
[    0.899142] ACPI: \_SB_.PLTF.C008: Found 2 idle states
[    0.899179] ACPI: \_SB_.PLTF.C00A: Found 2 idle states
[    0.899230] ACPI: \_SB_.PLTF.C001: Found 2 idle states
[    0.899284] ACPI: \_SB_.PLTF.C003: Found 2 idle states
[    0.899335] ACPI: \_SB_.PLTF.C005: Found 2 idle states
[    0.899385] ACPI: \_SB_.PLTF.C007: Found 2 idle states
[    0.899442] ACPI: \_SB_.PLTF.C009: Found 2 idle states
[    0.899492] ACPI: \_SB_.PLTF.C00B: Found 2 idle states
[    1.949842] tsc: Refined TSC clocksource calibration: 3693.062 MHz
[    1.949848] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6a7777116fa, max_idle_ns: 881590883556 ns
[    1.950056] clocksource: Switched to clocksource tsc
[    2.910736] ACPI: Invalid passive threshold
[    2.910851] thermal LNXTHERM:00: registered as thermal_zone0
[    2.910851] ACPI: Thermal Zone [TZ10] (17 C)
[    2.910934] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    2.911563] Non-volatile memory driver v1.3
[    2.911572] Linux agpgart interface v0.103
[    2.912367] ahci 0000:02:00.1: version 3.0
[    2.912457] ahci 0000:02:00.1: SSS flag set, parallel bus scan disabled
[    2.912525] ahci 0000:02:00.1: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[    2.912526] ahci 0000:02:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
[    2.912814] scsi host0: ahci
[    2.912886] scsi host1: ahci
[    2.912944] scsi host2: ahci
[    2.913007] scsi host3: ahci
[    2.913078] scsi host4: ahci
[    2.913131] scsi host5: ahci
[    2.913157] ata1: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680100 irq 37
[    2.913160] ata2: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680180 irq 37
[    2.913162] ata3: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680200 irq 37
[    2.913164] ata4: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680280 irq 37
[    2.913166] ata5: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680300 irq 37
[    2.913167] ata6: SATA max UDMA/133 abar m131072@0xfc680000 port 0xfc680380 irq 37
[    2.913244] libphy: Fixed MDIO Bus: probed
[    2.913293] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.913295] ehci-pci: EHCI PCI platform driver
[    2.913301] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.913302] ohci-pci: OHCI PCI platform driver
[    2.913306] uhci_hcd: USB Universal Host Controller Interface driver
[    2.913359] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    2.913379] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
[    3.010469] xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
[    3.010853] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    3.010854] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.010855] usb usb1: Product: xHCI Host Controller
[    3.010855] usb usb1: Manufacturer: Linux 5.10.12-200.fc33.x86_64 xhci-hcd
[    3.010856] usb usb1: SerialNumber: 0000:02:00.0
[    3.010902] hub 1-0:1.0: USB hub found
[    3.010917] hub 1-0:1.0: 10 ports detected
[    3.011095] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    3.011110] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[    3.011111] xhci_hcd 0000:02:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    3.011141] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    3.011148] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    3.011149] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.011149] usb usb2: Product: xHCI Host Controller
[    3.011150] usb usb2: Manufacturer: Linux 5.10.12-200.fc33.x86_64 xhci-hcd
[    3.011150] usb usb2: SerialNumber: 0000:02:00.0
[    3.011184] hub 2-0:1.0: USB hub found
[    3.011195] hub 2-0:1.0: 4 ports detected
[    3.011313] xhci_hcd 0000:07:00.3: xHCI Host Controller
[    3.011327] xhci_hcd 0000:07:00.3: new USB bus registered, assigned bus number 3
[    3.011450] xhci_hcd 0000:07:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
[    3.011810] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    3.011811] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.011811] usb usb3: Product: xHCI Host Controller
[    3.011812] usb usb3: Manufacturer: Linux 5.10.12-200.fc33.x86_64 xhci-hcd
[    3.011812] usb usb3: SerialNumber: 0000:07:00.3
[    3.011844] hub 3-0:1.0: USB hub found
[    3.011850] hub 3-0:1.0: 4 ports detected
[    3.011980] xhci_hcd 0000:07:00.3: xHCI Host Controller
[    3.011997] xhci_hcd 0000:07:00.3: new USB bus registered, assigned bus number 4
[    3.011998] xhci_hcd 0000:07:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    3.012005] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    3.012012] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    3.012012] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.012013] usb usb4: Product: xHCI Host Controller
[    3.012013] usb usb4: Manufacturer: Linux 5.10.12-200.fc33.x86_64 xhci-hcd
[    3.012013] usb usb4: SerialNumber: 0000:07:00.3
[    3.012043] hub 4-0:1.0: USB hub found
[    3.012048] hub 4-0:1.0: 4 ports detected
[    3.012131] usbcore: registered new interface driver usbserial_generic
[    3.012133] usbserial: USB Serial support registered for generic
[    3.012140] i8042: PNP: No PS/2 controller found.
[    3.012153] mousedev: PS/2 mouse device common for all mice
[    3.012204] rtc_cmos 00:02: RTC can wake from S4
[    3.012372] rtc_cmos 00:02: registered as rtc0
[    3.012580] rtc_cmos 00:02: setting system clock to 2021-02-06T11:51:02 UTC (1612612262)
[    3.012586] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    3.012605] device-mapper: uevent: version 1.0.3
[    3.012626] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[    3.012735] hid: raw HID events driver (C) Jiri Kosina
[    3.012747] usbcore: registered new interface driver usbhid
[    3.012748] usbhid: USB HID core driver
[    3.012786] drop_monitor: Initializing network drop monitor service
[    3.012815] Initializing XFRM netlink socket
[    3.012856] NET: Registered protocol family 10
[    3.014576] Segment Routing with IPv6
[    3.014577] RPL Segment Routing with IPv6
[    3.014586] mip6: Mobile IPv6
[    3.014587] NET: Registered protocol family 17
[    3.015051] microcode: CPU0: patch_level=0x0a201009
[    3.015054] microcode: CPU1: patch_level=0x0a201009
[    3.015059] microcode: CPU2: patch_level=0x0a201009
[    3.015061] microcode: CPU3: patch_level=0x0a201009
[    3.015074] microcode: CPU4: patch_level=0x0a201009
[    3.015079] microcode: CPU5: patch_level=0x0a201009
[    3.015084] microcode: CPU6: patch_level=0x0a201009
[    3.015088] microcode: CPU7: patch_level=0x0a201009
[    3.015093] microcode: CPU8: patch_level=0x0a201009
[    3.015097] microcode: CPU9: patch_level=0x0a201009
[    3.015103] microcode: CPU10: patch_level=0x0a201009
[    3.015108] microcode: CPU11: patch_level=0x0a201009
[    3.015109] microcode: Microcode Update Driver: v2.2.
[    3.015191] resctrl: L3 allocation detected
[    3.015191] resctrl: L3DATA allocation detected
[    3.015191] resctrl: L3CODE allocation detected
[    3.015192] resctrl: MB allocation detected
[    3.015192] resctrl: L3 monitoring detected
[    3.015194] IPI shorthand broadcast: enabled
[    3.015197] AVX2 version of gcm_enc/dec engaged.
[    3.015198] AES CTR mode by8 optimization enabled
[    3.021690] sched_clock: Marking stable (2703473288, 318215693)->(3032787922, -11098941)
[    3.021771] registered taskstats version 1
[    3.021776] Loading compiled-in X.509 certificates
[    3.022123] Loaded X.509 cert 'Fedora kernel signing key: e428ae061eaa18fd24d3ccf84731daaeb50ce476'
[    3.022134] zswap: loaded using pool lzo/zbud
[    3.022224] Key type ._fscrypt registered
[    3.022225] Key type .fscrypt registered
[    3.022225] Key type fscrypt-provisioning registered
[    3.022310] Btrfs loaded, crc32c=crc32c-generic
[    3.023485] Key type encrypted registered
[    3.023560] ima: No TPM chip found, activating TPM-bypass!
[    3.023561] ima: Allocated hash algorithm: sha256
[    3.023566] ima: No architecture policies found
[    3.023569] evm: Initialising EVM extended attributes:
[    3.023569] evm: security.selinux
[    3.023570] evm: security.ima
[    3.023570] evm: security.capability
[    3.023570] evm: HMAC attrs: 0x1
[    3.023754] PM:   Magic number: 9:378:832
[    3.023844] RAS: Correctable Errors collector initialized.
[    3.219723] ata1: SATA link down (SStatus 0 SControl 300)
[    3.397877] usb 1-6: new high-speed USB device number 2 using xhci_hcd
[    3.533057] ata2: SATA link down (SStatus 0 SControl 300)
[    3.609741] usb 1-6: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.36
[    3.609743] usb 1-6: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    3.609743] usb 1-6: Product: USB2.0 Hub
[    3.617747] hub 1-6:1.0: USB hub found
[    3.621729] hub 1-6:1.0: 4 ports detected
[    3.817878] usb 1-7: new full-speed USB device number 3 using xhci_hcd
[    4.005885] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    4.006678] ata3.00: ATA-9: WDC WD30EZRX-00SPEB0, 80.00A80, max UDMA/133
[    4.006679] ata3.00: 5860533168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    4.007402] ata3.00: configured for UDMA/133
[    4.007487] scsi 2:0:0:0: Direct-Access     ATA      WDC WD30EZRX-00S 0A80 PQ: 0 ANSI: 5
[    4.007576] sd 2:0:0:0: Attached scsi generic sg0 type 0
[    4.007576] sd 2:0:0:0: [sda] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[    4.007577] sd 2:0:0:0: [sda] 4096-byte physical blocks
[    4.007583] sd 2:0:0:0: [sda] Write Protect is off
[    4.007585] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    4.007591] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.075396]  sda: sda1
[    4.075665] sd 2:0:0:0: [sda] Attached SCSI disk
[    4.197494] usb 1-7: New USB device found, idVendor=048d, idProduct=5702, bcdDevice= 0.01
[    4.197495] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.197496] usb 1-7: Product: ITE Device
[    4.197496] usb 1-7: Manufacturer: ITE Tech. Inc.
[    4.210317] hid-generic 0003:048D:5702.0001: hiddev96,hidraw0: USB HID v1.12 Device [ITE Tech. Inc. ITE Device] on usb-0000:02:00.0-7/input0
[    4.317063] ata4: SATA link down (SStatus 0 SControl 300)
[    4.385877] usb 1-8: new full-speed USB device number 4 using xhci_hcd
[    4.628901] ata5: SATA link down (SStatus 0 SControl 330)
[    4.686194] usb 1-8: New USB device found, idVendor=258a, idProduct=1007, bcdDevice= 1.00
[    4.686196] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.686197] usb 1-8: Product: Game Mouse
[    4.686197] usb 1-8: Manufacturer: SINOWEALTH
[    4.713263] input: SINOWEALTH Game Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-8/1-8:1.0/0003:258A:1007.0002/input/input2
[    4.713327] hid-generic 0003:258A:1007.0002: input,hidraw1: USB HID v1.11 Mouse [SINOWEALTH Game Mouse] on usb-0000:02:00.0-8/input0
[    4.750319] input: SINOWEALTH Game Mouse Keyboard as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-8/1-8:1.1/0003:258A:1007.0003/input/input3
[    4.801946] hid-generic 0003:258A:1007.0003: input,hiddev97,hidraw2: USB HID v1.11 Keyboard [SINOWEALTH Game Mouse] on usb-0000:02:00.0-8/input1
[    4.940843] ata6: SATA link down (SStatus 0 SControl 330)
[    4.941732] Freeing unused decrypted memory: 2036K
[    4.942018] Freeing unused kernel image (initmem) memory: 2536K
[    4.942020] Write protecting the kernel read-only data: 26624k
[    4.942347] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    4.942458] Freeing unused kernel image (rodata/data gap) memory: 536K
[    4.963346] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    4.963348] rodata_test: all tests were successful
[    4.963350] Run /init as init process
[    4.963351]   with arguments:
[    4.963351]     /init
[    4.963351]     rhgb
[    4.963351]   with environment:
[    4.963352]     HOME=/
[    4.963352]     TERM=linux
[    4.963352]     BOOT_IMAGE=(hd1,gpt2)/vmlinuz-5.10.12-200.fc33.x86_64
[    4.970745] systemd[1]: systemd v246.10-1.fc33 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
[    4.977776] usb 1-9: new low-speed USB device number 5 using xhci_hcd
[    4.982803] systemd[1]: Detected architecture x86-64.
[    4.982804] systemd[1]: Running in initial RAM disk.
[    4.982823] systemd[1]: Set hostname to <localhost.localdomain>.
[    5.007950] systemd[1]: /usr/lib/systemd/system/plymouth-start.service:15: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
[    5.011097] systemd[1]: Queued start job for default target Initrd Default Target.
[    5.011157] systemd[1]: Reached target Local File Systems.
[    5.011180] systemd[1]: Reached target Slices.
[    5.011187] systemd[1]: Reached target Swap.
[    5.011191] systemd[1]: Reached target Timers.
[    5.011239] systemd[1]: Listening on Journal Audit Socket.
[    5.011269] systemd[1]: Listening on Journal Socket (/dev/log).
[    5.011300] systemd[1]: Listening on Journal Socket.
[    5.011332] systemd[1]: Listening on udev Control Socket.
[    5.011356] systemd[1]: Listening on udev Kernel Socket.
[    5.011361] systemd[1]: Reached target Sockets.
[    5.011957] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    5.012227] systemd[1]: Started Memstrack Anylazing Service.
[    5.012538] systemd[1]: Started Hardware RNG Entropy Gatherer Daemon.
[    5.013248] systemd[1]: Starting Journal Service...
[    5.013568] systemd[1]: Starting Load Kernel Modules...
[    5.013901] systemd[1]: Starting Setup Virtual Console...
[    5.014117] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    5.014453] systemd[1]: Starting Create Static Device Nodes in /dev...
[    5.017845] systemd[1]: Finished Create Static Device Nodes in /dev.
[    5.019399] systemd[1]: memstrack.service: Succeeded.
[    5.038668] fuse: init (API version 7.32)
[    5.039269] systemd[1]: Finished Load Kernel Modules.
[    5.039291] audit: type=1130 audit(1612612264.525:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.039738] systemd[1]: Starting Apply Kernel Variables...
[    5.042451] systemd[1]: Finished Apply Kernel Variables.
[    5.042472] audit: type=1130 audit(1612612264.528:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.048603] systemd[1]: Finished Setup Virtual Console.
[    5.048620] audit: type=1130 audit(1612612264.534:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.049075] systemd[1]: Starting dracut ask for additional cmdline parameters...
[    5.053321] systemd[1]: Started Journal Service.
[    5.053360] audit: type=1130 audit(1612612264.539:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.057933] audit: type=1130 audit(1612612264.544:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.059140] audit: type=1130 audit(1612612264.545:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline-ask comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.074687] audit: type=1130 audit(1612612264.560:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.083440] audit: type=1130 audit(1612612264.569:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.083965] audit: type=1334 audit(1612612264.570:10): prog-id=6 op=LOAD
[    5.149403] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    5.153357] fbcon: Taking over console
[    5.153664] Console: switching to colour frame buffer device 128x48
[    5.161723] ccp 0000:07:00.1: enabling device (0000 -> 0002)
[    5.161881] ccp 0000:07:00.1: ccp: unable to access the device: you might be running a broken BIOS.
[    5.165965] nvme nvme0: pci function 0000:01:00.0
[    5.171904] libphy: r8169: probed
[    5.172054] r8169 0000:04:00.0 eth0: RTL8125B, 18:c0:4d:64:9f:cb, XID 641, IRQ 61
[    5.172055] r8169 0000:04:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    5.192012] r8169 0000:04:00.0 eno1: renamed from eth0
[    5.212774] nvme nvme0: 31/0/0 default/read/poll queues
[    5.216777]  nvme0n1: p1 p2 p3
[    5.226735] BTRFS: device label fedora_localhost-live devid 1 transid 154525 /dev/nvme0n1p3 scanned by systemd-udevd (410)
[    5.284120] usb 1-9: New USB device found, idVendor=258a, idProduct=0001, bcdDevice= 1.00
[    5.284121] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.284121] usb 1-9: Product: USB KEYBOARD
[    5.284122] usb 1-9: Manufacturer: SINO WEALTH
[    5.308209] input: SINO WEALTH USB KEYBOARD as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-9/1-9:1.0/0003:258A:0001.0004/input/input6
[    5.359846] hid-generic 0003:258A:0001.0004: input,hidraw3: USB HID v1.10 Keyboard [SINO WEALTH USB KEYBOARD] on usb-0000:02:00.0-9/input0
[    5.383198] input: SINO WEALTH USB KEYBOARD System Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-9/1-9:1.1/0003:258A:0001.0005/input/input7
[    5.434806] input: SINO WEALTH USB KEYBOARD Consumer Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-9/1-9:1.1/0003:258A:0001.0005/input/input8
[    5.434848] hid-generic 0003:258A:0001.0005: input,hiddev98,hidraw4: USB HID v1.10 Device [SINO WEALTH USB KEYBOARD] on usb-0000:02:00.0-9/input1
[    5.683881] kauditd_printk_skb: 5 callbacks suppressed
[    5.683882] audit: type=1130 audit(1612612265.170:16): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.692380] audit: type=1130 audit(1612612265.178:17): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.696923] BTRFS info (device nvme0n1p3): disk space caching is enabled
[    5.696924] BTRFS info (device nvme0n1p3): has skinny extents
[    5.756514] BTRFS info (device nvme0n1p3): enabling ssd optimizations
[    5.767070] audit: type=1334 audit(1612612265.253:18): prog-id=5 op=UNLOAD
[    5.767071] audit: type=1334 audit(1612612265.253:19): prog-id=4 op=UNLOAD
[    5.767078] audit: type=1334 audit(1612612265.253:20): prog-id=3 op=UNLOAD
[    5.767749] audit: type=1334 audit(1612612265.253:21): prog-id=8 op=UNLOAD
[    5.767750] audit: type=1334 audit(1612612265.253:22): prog-id=7 op=UNLOAD
[    5.767865] audit: type=1334 audit(1612612265.254:23): prog-id=6 op=UNLOAD
[    5.809909] audit: type=1334 audit(1612612265.296:24): prog-id=9 op=LOAD
[    5.810010] audit: type=1334 audit(1612612265.296:25): prog-id=10 op=LOAD
[    6.019642] SELinux:  Permission watch in class filesystem not defined in policy.
[    6.019645] SELinux:  Permission watch in class file not defined in policy.
[    6.019645] SELinux:  Permission watch_mount in class file not defined in policy.
[    6.019646] SELinux:  Permission watch_sb in class file not defined in policy.
[    6.019646] SELinux:  Permission watch_with_perm in class file not defined in policy.
[    6.019646] SELinux:  Permission watch_reads in class file not defined in policy.
[    6.019647] SELinux:  Permission watch in class dir not defined in policy.
[    6.019647] SELinux:  Permission watch_mount in class dir not defined in policy.
[    6.019648] SELinux:  Permission watch_sb in class dir not defined in policy.
[    6.019648] SELinux:  Permission watch_with_perm in class dir not defined in policy.
[    6.019648] SELinux:  Permission watch_reads in class dir not defined in policy.
[    6.019649] SELinux:  Permission watch in class lnk_file not defined in policy.
[    6.019650] SELinux:  Permission watch_mount in class lnk_file not defined in policy.
[    6.019650] SELinux:  Permission watch_sb in class lnk_file not defined in policy.
[    6.019650] SELinux:  Permission watch_with_perm in class lnk_file not defined in policy.
[    6.019650] SELinux:  Permission watch_reads in class lnk_file not defined in policy.
[    6.019651] SELinux:  Permission watch in class chr_file not defined in policy.
[    6.019651] SELinux:  Permission watch_mount in class chr_file not defined in policy.
[    6.019652] SELinux:  Permission watch_sb in class chr_file not defined in policy.
[    6.019652] SELinux:  Permission watch_with_perm in class chr_file not defined in policy.
[    6.019652] SELinux:  Permission watch_reads in class chr_file not defined in policy.
[    6.019653] SELinux:  Permission watch in class blk_file not defined in policy.
[    6.019653] SELinux:  Permission watch_mount in class blk_file not defined in policy.
[    6.019653] SELinux:  Permission watch_sb in class blk_file not defined in policy.
[    6.019653] SELinux:  Permission watch_with_perm in class blk_file not defined in policy.
[    6.019653] SELinux:  Permission watch_reads in class blk_file not defined in policy.
[    6.019654] SELinux:  Permission watch in class sock_file not defined in policy.
[    6.019654] SELinux:  Permission watch_mount in class sock_file not defined in policy.
[    6.019655] SELinux:  Permission watch_sb in class sock_file not defined in policy.
[    6.019655] SELinux:  Permission watch_with_perm in class sock_file not defined in policy.
[    6.019655] SELinux:  Permission watch_reads in class sock_file not defined in policy.
[    6.019656] SELinux:  Permission watch in class fifo_file not defined in policy.
[    6.019656] SELinux:  Permission watch_mount in class fifo_file not defined in policy.
[    6.019656] SELinux:  Permission watch_sb in class fifo_file not defined in policy.
[    6.019656] SELinux:  Permission watch_with_perm in class fifo_file not defined in policy.
[    6.019656] SELinux:  Permission watch_reads in class fifo_file not defined in policy.
[    6.019673] SELinux:  Permission perfmon in class capability2 not defined in policy.
[    6.019673] SELinux:  Permission bpf in class capability2 not defined in policy.
[    6.019673] SELinux:  Permission checkpoint_restore in class capability2 not defined in policy.
[    6.019676] SELinux:  Permission perfmon in class cap2_userns not defined in policy.
[    6.019676] SELinux:  Permission bpf in class cap2_userns not defined in policy.
[    6.019676] SELinux:  Permission checkpoint_restore in class cap2_userns not defined in policy.
[    6.019687] SELinux:  Class perf_event not defined in policy.
[    6.019687] SELinux:  Class lockdown not defined in policy.
[    6.019688] SELinux: the above unknown classes and permissions will be allowed
[    6.020960] SELinux:  policy capability network_peer_controls=1
[    6.020960] SELinux:  policy capability open_perms=1
[    6.020961] SELinux:  policy capability extended_socket_class=1
[    6.020961] SELinux:  policy capability always_check_network=0
[    6.020961] SELinux:  policy capability cgroup_seclabel=1
[    6.020961] SELinux:  policy capability nnp_nosuid_transition=1
[    6.020961] SELinux:  policy capability genfs_seclabel_symlinks=0
[    6.040658] systemd[1]: Successfully loaded SELinux policy in 83.778ms.
[    6.067100] systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 14.317ms.
[    6.069614] systemd[1]: systemd v246.10-1.fc33 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
[    6.080802] systemd[1]: Detected architecture x86-64.
[    6.081008] systemd[1]: Set hostname to <localhost.localdomain>.
[    6.161979] systemd-sysv-generator[578]: SysV service '/etc/rc.d/init.d/livesys' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[    6.161998] systemd-sysv-generator[578]: SysV service '/etc/rc.d/init.d/livesys-late' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[    6.162310] zram_generator::generator[580]: Creating dev-zram0.swap for /dev/zram0 (4096MB)
[    6.166864] zram: Added device: zram0
[    6.185995] systemd[1]: /usr/lib/systemd/system/plymouth-start.service:15: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
[    6.198527] systemd[1]: /usr/lib/systemd/system/alsa-restore.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[    6.203069] systemd[1]: /usr/lib/systemd/system/mcelog.service:8: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[    6.229932] systemd[1]: initrd-switch-root.service: Succeeded.
[    6.230005] systemd[1]: Stopped Switch Root.
[    6.230567] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[    6.230675] systemd[1]: Created slice system-getty.slice.
[    6.231126] systemd[1]: Created slice system-modprobe.slice.
[    6.231557] systemd[1]: Created slice system-swap\x2dcreate.slice.
[    6.231996] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    6.232442] systemd[1]: Created slice User and Session Slice.
[    6.232782] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch being skipped.
[    6.232836] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    6.233344] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    6.233700] systemd[1]: Reached target Local Encrypted Volumes.
[    6.234051] systemd[1]: Reached target Login Prompts.
[    6.234391] systemd[1]: Stopped target Switch Root.
[    6.234728] systemd[1]: Stopped target Initrd File Systems.
[    6.235065] systemd[1]: Stopped target Initrd Root File System.
[    6.235408] systemd[1]: Reached target Slices.
[    6.235924] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    6.236570] systemd[1]: Listening on LVM2 poll daemon socket.
[    6.237408] systemd[1]: Listening on Process Core Dump Socket.
[    6.237788] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    6.238327] systemd[1]: Listening on udev Control Socket.
[    6.238764] systemd[1]: Listening on udev Kernel Socket.
[    6.239387] systemd[1]: Listening on User Database Manager Socket.
[    6.240308] systemd[1]: Mounting Huge Pages File System...
[    6.241073] systemd[1]: Mounting POSIX Message Queue File System...
[    6.241815] systemd[1]: Mounting Kernel Debug File System...
[    6.242213] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
[    6.242602] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    6.243320] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    6.244054] systemd[1]: Starting Load Kernel Module configfs...
[    6.244765] systemd[1]: Starting Load Kernel Module drm...
[    6.245479] systemd[1]: Starting Load Kernel Module fuse...
[    6.246169] systemd[1]: Starting Preprocess NFS configuration convertion...
[    6.246611] systemd[1]: plymouth-switch-root.service: Succeeded.
[    6.246691] systemd[1]: Stopped Plymouth switch root service.
[    6.247883] systemd[1]: Starting Set Up Additional Binary Formats...
[    6.248331] systemd[1]: systemd-fsck-root.service: Succeeded.
[    6.248422] systemd[1]: Stopped File System Check on Root Device.
[    6.248823] systemd[1]: Stopped Journal Service.
[    6.249988] systemd[1]: Starting Journal Service...
[    6.250829] systemd[1]: Starting Load Kernel Modules...
[    6.251670] systemd[1]: Starting Remount Root and Kernel File Systems...
[    6.252257] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[    6.252798] systemd[1]: Starting Coldplug All udev Devices...
[    6.253738] systemd[1]: sysroot.mount: Succeeded.
[    6.254269] systemd[1]: Mounted Huge Pages File System.
[    6.254891] systemd[1]: Mounted POSIX Message Queue File System.
[    6.255015] BTRFS info (device nvme0n1p3): disk space caching is enabled
[    6.255670] systemd[1]: Mounted Kernel Debug File System.
[    6.256273] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    6.256764] systemd[1]: modprobe@configfs.service: Succeeded.
[    6.256844] systemd[1]: Finished Load Kernel Module configfs.
[    6.257310] systemd[1]: modprobe@fuse.service: Succeeded.
[    6.257381] systemd[1]: Finished Load Kernel Module fuse.
[    6.257887] systemd[1]: nfs-convert.service: Succeeded.
[    6.257958] systemd[1]: Finished Preprocess NFS configuration convertion.
[    6.258474] systemd[1]: Finished Load Kernel Modules.
[    6.258974] systemd[1]: Finished Remount Root and Kernel File Systems.
[    6.259403] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 594 (systemd-binfmt)
[    6.259904] systemd[1]: Mounting Arbitrary Executable File Formats File System...
[    6.260689] systemd[1]: Mounting FUSE Control File System...
[    6.261652] systemd[1]: Mounting Kernel Configuration File System...
[    6.262228] systemd[1]: Condition check resulted in OSTree Remount OS/ Bind Mounts being skipped.
[    6.262284] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[    6.263030] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    6.263571] systemd[1]: Starting Load/Save Random Seed...
[    6.264545] systemd[1]: Starting Apply Kernel Variables...
[    6.265106] systemd[1]: Condition check resulted in Create System Users being skipped.
[    6.265616] systemd[1]: Starting Create Static Device Nodes in /dev...
[    6.266476] systemd[1]: modprobe@drm.service: Succeeded.
[    6.266560] systemd[1]: Finished Load Kernel Module drm.
[    6.267320] systemd[1]: Mounted Arbitrary Executable File Formats File System.
[    6.267805] systemd[1]: Started Journal Service.
[    6.385385] ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B08 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B0F (\GSA1.SMBI) (20200925/utaddress-204)
[    6.385391] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    6.385832] input: PC Speaker as /devices/platform/pcspkr/input/input9
[    6.387258] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    6.387308] sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
[    6.387314] sp5100-tco sp5100-tco: Watchdog hardware is disabled
[    6.392032] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    6.392033] RAPL PMU: hw unit of domain package 2^-16 Joules
[    6.439649] zram0: detected capacity change from 0 to 4294967296
[    6.450967] nvidia: loading out-of-tree module taints kernel.
[    6.450976] nvidia: module license 'NVIDIA' taints kernel.
[    6.450977] Disabling lock debugging due to kernel taint
[    6.467951] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    6.474794] Adding 4194300k swap on /dev/zram0.  Priority:100 extents:1 across:4194300k SSFS
[    6.488336] kvm: disabled by bios
[    6.504397] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null)
[    6.504787] nvidia-nvlink: Nvlink Core is being initialized, major device number 236

[    6.505103] nvidia 0000:05:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    6.541165] kvm: disabled by bios
[    6.542041] MCE: In-kernel MCE decoding enabled.
[    6.544289] EDAC amd64: F19h_M20h detected (node 0).
[    6.544328] EDAC amd64: Node 0: DRAM ECC disabled.
[    6.580573] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    6.596502] EDAC amd64: F19h_M20h detected (node 0).
[    6.596547] EDAC amd64: Node 0: DRAM ECC disabled.
[    6.597372] kvm: disabled by bios
[    6.667016] RPC: Registered named UNIX socket transport module.
[    6.667017] RPC: Registered udp transport module.
[    6.667018] RPC: Registered tcp transport module.
[    6.667019] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    6.687235] EDAC amd64: F19h_M20h detected (node 0).
[    6.687279] EDAC amd64: Node 0: DRAM ECC disabled.
[    6.687319] kvm: disabled by bios
[    6.729593] EDAC amd64: F19h_M20h detected (node 0).
[    6.729636] EDAC amd64: Node 0: DRAM ECC disabled.
[    6.730055] kvm: disabled by bios
[    6.730252] snd_hda_intel 0000:05:00.1: Disabling MSI
[    6.730258] snd_hda_intel 0000:05:00.1: Handle vga_switcheroo audio client
[    6.730371] snd_hda_intel 0000:07:00.4: enabling device (0000 -> 0002)
[    6.732820] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  460.39  Thu Jan 21 21:54:06 UTC 2021
[    6.735728] nvidia_uvm: module uses symbols from proprietary module nvidia, inheriting taint.
[    6.776538] EDAC amd64: F19h_M20h detected (node 0).
[    6.776555] kvm: disabled by bios
[    6.776580] EDAC amd64: Node 0: DRAM ECC disabled.
[    6.784369] nvidia-uvm: Loaded the UVM driver, major device number 234.
[    6.796563] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:05:00.1/sound/card0/input10
[    6.796606] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:05:00.1/sound/card0/input11
[    6.796629] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:05:00.1/sound/card0/input12
[    6.796652] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:05:00.1/sound/card0/input13
[    6.796678] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:05:00.1/sound/card0/input14
[    6.796701] input: HDA NVidia HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:03.1/0000:05:00.1/sound/card0/input15
[    6.796724] input: HDA NVidia HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:03.1/0000:05:00.1/sound/card0/input16
[    6.823250] snd_hda_codec_realtek hdaudioC1D0: ALCS1200A: SKU not ready 0x00000000
[    6.823708] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALCS1200A: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
[    6.823710] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    6.823711] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    6.823712] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    6.823713] snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x1e/0x0
[    6.823713] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    6.823714] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
[    6.823715] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
[    6.823716] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
[    6.824001] kvm: disabled by bios
[    6.824295] EDAC amd64: F19h_M20h detected (node 0).
[    6.824337] EDAC amd64: Node 0: DRAM ECC disabled.
[    6.829791] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  460.39  Thu Jan 21 21:49:04 UTC 2021
[    6.855272] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:07:00.4/sound/card1/input17
[    6.855297] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:07:00.4/sound/card1/input18
[    6.855319] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:07:00.4/sound/card1/input19
[    6.855341] input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:07:00.4/sound/card1/input20
[    6.855361] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:07:00.4/sound/card1/input21
[    6.855381] input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:07:00.4/sound/card1/input22
[    6.855406] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:07:00.4/sound/card1/input23
[    6.876318] kvm: disabled by bios
[    6.877082] EDAC amd64: F19h_M20h detected (node 0).
[    6.877130] EDAC amd64: Node 0: DRAM ECC disabled.
[    6.877152] [drm] [nvidia-drm] [GPU ID 0x00000500] Loading driver
[    7.050022] resource sanity check: requesting [mem 0x000c0000-0x000fffff], which spans more than PCI Bus 0000:00 [mem 0x000c0000-0x000dffff window]
[    7.050174] caller _nv000707rm+0x1af/0x200 [nvidia] mapping multiple BARs
[    7.291263] kvm: disabled by bios
[    7.293726] EDAC amd64: F19h_M20h detected (node 0).
[    7.293815] EDAC amd64: Node 0: DRAM ECC disabled.
[    7.325772] RTL8226B_RTL8221B 2.5Gbps PHY r8169-400:00: attached PHY driver [RTL8226B_RTL8221B 2.5Gbps PHY] (mii_bus:phy_addr=r8169-400:00, irq=IGNORE)
[    7.337234] EDAC amd64: F19h_M20h detected (node 0).
[    7.337281] EDAC amd64: Node 0: DRAM ECC disabled.
[    7.338554] kvm: disabled by bios
[    7.414435] EDAC amd64: F19h_M20h detected (node 0).
[    7.414480] EDAC amd64: Node 0: DRAM ECC disabled.
[    7.461163] EDAC amd64: F19h_M20h detected (node 0).
[    7.461204] EDAC amd64: Node 0: DRAM ECC disabled.
[    7.491910] r8169 0000:04:00.0 eno1: Link is Down
[    7.496105] EDAC amd64: F19h_M20h detected (node 0).
[    7.496149] EDAC amd64: Node 0: DRAM ECC disabled.
[    7.999028] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:05:00.0 on minor 0
[    9.408491] rfkill: input handler disabled
[    9.638153] r8169 0000:04:00.0 eno1: Link is Up - 100Mbps/Full - flow control off
[    9.638162] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
[   20.750873] rfkill: input handler enabled
[   23.269281] rfkill: input handler disabled
[bruno@localhost ~]$ 
Merci d'avance pour votre aide