AdGuard Home snap not loading after power outage

I need some help, when we have a power outage & the power is restored AdGuard Home doesn’t seem to load correctly after boot. I generally resolve this by utilising SSH and manually restart the AdGuard Home snap service to get it running again.

This is the error log prior to restarting the snap instance.

htpc@HTPC:~$ sudo snap logs adguard-home
2022-02-27T19:18:39+10:00 adguard-home.adguard-home[1748]: 2022/02/27 19:18:39.695214 [fatal] couldn't start forwarding DNS server: listening to udp socket: listen udp 192.168.0.2:53: bind: cannot assign requested address
2022-02-27T19:18:39+10:00 systemd[1]: snap.adguard-home.adguard-home.service: Main process exited, code=exited, status=1/FAILURE
2022-02-27T19:18:39+10:00 systemd[1]: snap.adguard-home.adguard-home.service: Failed with result 'exit-code'.
2022-02-27T19:18:39+10:00 systemd[1]: snap.adguard-home.adguard-home.service: Consumed 1.889s CPU time.
2022-02-27T19:18:40+10:00 systemd[1]: snap.adguard-home.adguard-home.service: Scheduled restart job, restart counter is at 10.
2022-02-27T19:18:40+10:00 systemd[1]: Stopped Service for snap application adguard-home.adguard-home.
2022-02-27T19:18:40+10:00 systemd[1]: snap.adguard-home.adguard-home.service: Consumed 1.889s CPU time.
2022-02-27T19:18:40+10:00 systemd[1]: snap.adguard-home.adguard-home.service: Start request repeated too quickly.
2022-02-27T19:18:40+10:00 systemd[1]: snap.adguard-home.adguard-home.service: Failed with result 'exit-code'.
2022-02-27T19:18:40+10:00 systemd[1]: Failed to start Service for snap application adguard-home.adguard-home.
1 Like

Does your system use AppArmor? Were there any denials? Attach the outputs of:

  • sudo dmesg
  • snap version

dmesg

[    0.000000] Linux version 5.10.0-11-amd64 (debian-kernel@lists.debian.org) (gcc-10 (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP Debian 5.10.92-1 (2022-01-18)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.10.0-11-amd64 root=UUID=90b6fa9a-da9e-4966-84a5-7d79befb5afd ro quiet
[    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: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009cfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d000-0x000000000009efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000d52cafff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d52cb000-0x00000000d52d1fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000d52d2000-0x00000000d5707fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d5708000-0x00000000d5b9ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d5ba0000-0x00000000daeeafff] usable
[    0.000000] BIOS-e820: [mem 0x00000000daeeb000-0x00000000daffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000db000000-0x00000000db75ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000db760000-0x00000000db7fffff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000db800000-0x00000000dbfadfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dbfae000-0x00000000dbffffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000dc000000-0x00000000dd71cfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dd71d000-0x00000000dd7fffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000dd800000-0x00000000dee20fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dee21000-0x00000000deffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041dffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by American Megatrends
[    0.000000] efi: ACPI=0xdbfed000 ACPI 2.0=0xdbfed000 SMBIOS=0xf0000 MOKvar=0xd44e8000 
[    0.000000] secureboot: Secure boot could not be determined (mode 0)
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Dell Inc. OptiPlex 9020/0XCR8D, BIOS A25 05/30/2019
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3392.198 MHz processor
[    0.000036] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000038] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000044] last_pfn = 0x41e000 max_arch_pfn = 0x400000000
[    0.000047] MTRR default type: uncachable
[    0.000047] MTRR fixed ranges enabled:
[    0.000048]   00000-9FFFF write-back
[    0.000049]   A0000-DFFFF uncachable
[    0.000050]   E0000-FFFFF write-protect
[    0.000050] MTRR variable ranges enabled:
[    0.000051]   0 base 0000000000 mask 7C00000000 write-back
[    0.000052]   1 base 0400000000 mask 7FF0000000 write-back
[    0.000053]   2 base 0410000000 mask 7FF8000000 write-back
[    0.000053]   3 base 0418000000 mask 7FFC000000 write-back
[    0.000054]   4 base 041C000000 mask 7FFE000000 write-back
[    0.000055]   5 base 00E0000000 mask 7FE0000000 uncachable
[    0.000055]   6 disabled
[    0.000055]   7 disabled
[    0.000056]   8 disabled
[    0.000056]   9 disabled
[    0.000324] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000536] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[    0.000540] last_pfn = 0xdee21 max_arch_pfn = 0x400000000
[    0.006344] e820: update [mem 0xd44e8000-0xd44eafff] usable ==> reserved
[    0.006361] Using GB pages for direct mapping
[    0.007237] RAMDISK: [mem 0x32927000-0x3548afff]
[    0.007239] ACPI: Early table checksum verification disabled
[    0.007241] ACPI: RSDP 0x00000000DBFED000 000024 (v02 DELL  )
[    0.007244] ACPI: XSDT 0x00000000DBFED090 0000A4 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.007247] ACPI: FACP 0x00000000DBFF8B48 00010C (v05 DELL   CBX3     01072009 AMI  00010013)
[    0.007251] ACPI: DSDT 0x00000000DBFED1C8 00B97E (v02 DELL   CBX3     00000014 INTL 20091112)
[    0.007254] ACPI: FACS 0x00000000DD7FE080 000040
[    0.007255] ACPI: UEFI 0x00000000DBFF9000 00063A (v01 INTEL  RstSataE 00000000 ??   00000000)
[    0.007258] ACPI: APIC 0x00000000DBFF9640 000072 (v03 DELL   CBX3     01072009 AMI  00010013)
[    0.007260] ACPI: FPDT 0x00000000DBFF96B8 000044 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.007262] ACPI: SLIC 0x00000000DBFF9700 000176 (v03 DELL   CBX3     01072009 MSFT 00010013)
[    0.007264] ACPI: LPIT 0x00000000DBFF9878 00005C (v01 DELL   CBX3     00000000 AMI. 00000005)
[    0.007266] ACPI: SSDT 0x00000000DBFF98D8 000539 (v01 PmRef  Cpu0Ist  00003000 INTL 20120711)
[    0.007268] ACPI: SSDT 0x00000000DBFF9E18 000AD8 (v01 PmRef  CpuPm    00003000 INTL 20120711)
[    0.007270] ACPI: SSDT 0x00000000DBFFA8F0 0001C7 (v01 PmRef  LakeTiny 00003000 INTL 20120711)
[    0.007272] ACPI: HPET 0x00000000DBFFAAB8 000038 (v01 DELL   CBX3     01072009 AMI. 00000005)
[    0.007274] ACPI: SSDT 0x00000000DBFFAAF0 00036D (v01 SataRe SataTabl 00001000 INTL 20120711)
[    0.007276] ACPI: MCFG 0x00000000DBFFAE60 00003C (v01 DELL   CBX3     01072009 MSFT 00000097)
[    0.007279] ACPI: SSDT 0x00000000DBFFAEA0 0034D6 (v01 SaSsdt SaSsdt   00003000 INTL 20091112)
[    0.007281] ACPI: ASF! 0x00000000DBFFE378 0000A5 (v32 INTEL   HCG     00000001 TFSM 000F4240)
[    0.007283] ACPI: UEFI 0x00000000DBFFE420 00005C (v01 INTEL  RstSataV 00000000 ??   00000000)
[    0.007285] ACPI: DMAR 0x00000000DBFFE480 000080 (v01 INTEL  HSW      00000001 INTL 00000001)
[    0.007287] ACPI: Reserving FACP table memory at [mem 0xdbff8b48-0xdbff8c53]
[    0.007288] ACPI: Reserving DSDT table memory at [mem 0xdbfed1c8-0xdbff8b45]
[    0.007289] ACPI: Reserving FACS table memory at [mem 0xdd7fe080-0xdd7fe0bf]
[    0.007289] ACPI: Reserving UEFI table memory at [mem 0xdbff9000-0xdbff9639]
[    0.007290] ACPI: Reserving APIC table memory at [mem 0xdbff9640-0xdbff96b1]
[    0.007290] ACPI: Reserving FPDT table memory at [mem 0xdbff96b8-0xdbff96fb]
[    0.007291] ACPI: Reserving SLIC table memory at [mem 0xdbff9700-0xdbff9875]
[    0.007292] ACPI: Reserving LPIT table memory at [mem 0xdbff9878-0xdbff98d3]
[    0.007292] ACPI: Reserving SSDT table memory at [mem 0xdbff98d8-0xdbff9e10]
[    0.007293] ACPI: Reserving SSDT table memory at [mem 0xdbff9e18-0xdbffa8ef]
[    0.007294] ACPI: Reserving SSDT table memory at [mem 0xdbffa8f0-0xdbffaab6]
[    0.007294] ACPI: Reserving HPET table memory at [mem 0xdbffaab8-0xdbffaaef]
[    0.007295] ACPI: Reserving SSDT table memory at [mem 0xdbffaaf0-0xdbffae5c]
[    0.007296] ACPI: Reserving MCFG table memory at [mem 0xdbffae60-0xdbffae9b]
[    0.007297] ACPI: Reserving SSDT table memory at [mem 0xdbffaea0-0xdbffe375]
[    0.007297] ACPI: Reserving ASF! table memory at [mem 0xdbffe378-0xdbffe41c]
[    0.007298] ACPI: Reserving UEFI table memory at [mem 0xdbffe420-0xdbffe47b]
[    0.007299] ACPI: Reserving DMAR table memory at [mem 0xdbffe480-0xdbffe4ff]
[    0.007311] ACPI: Local APIC address 0xfee00000
[    0.007356] No NUMA configuration found
[    0.007357] Faking a node at [mem 0x0000000000000000-0x000000041dffffff]
[    0.007365] NODE_DATA(0) allocated [mem 0x41dfd4000-0x41dffdfff]
[    0.007594] Zone ranges:
[    0.007595]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.007596]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.007598]   Normal   [mem 0x0000000100000000-0x000000041dffffff]
[    0.007599]   Device   empty
[    0.007599] Movable zone start for each node
[    0.007602] Early memory node ranges
[    0.007603]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.007603]   node   0: [mem 0x0000000000059000-0x000000000009cfff]
[    0.007604]   node   0: [mem 0x000000000009f000-0x000000000009ffff]
[    0.007605]   node   0: [mem 0x0000000000100000-0x00000000d52cafff]
[    0.007605]   node   0: [mem 0x00000000d52d2000-0x00000000d5707fff]
[    0.007606]   node   0: [mem 0x00000000d5ba0000-0x00000000daeeafff]
[    0.007606]   node   0: [mem 0x00000000db000000-0x00000000db75ffff]
[    0.007607]   node   0: [mem 0x00000000db800000-0x00000000dbfadfff]
[    0.007607]   node   0: [mem 0x00000000dc000000-0x00000000dd71cfff]
[    0.007608]   node   0: [mem 0x00000000dd800000-0x00000000dee20fff]
[    0.007609]   node   0: [mem 0x0000000100000000-0x000000041dffffff]
[    0.007610] Initmem setup node 0 [mem 0x0000000000001000-0x000000041dffffff]
[    0.007612] On node 0 totalpages: 4179508
[    0.007613]   DMA zone: 64 pages used for memmap
[    0.007613]   DMA zone: 24 pages reserved
[    0.007614]   DMA zone: 3996 pages, LIFO batch:0
[    0.007615]   DMA32 zone: 14171 pages used for memmap
[    0.007615]   DMA32 zone: 906904 pages, LIFO batch:63
[    0.007616]   Normal zone: 51072 pages used for memmap
[    0.007617]   Normal zone: 3268608 pages, LIFO batch:63
[    0.007619] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.007620] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.007620] On node 0, zone DMA: 2 pages in unavailable ranges
[    0.007652] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.014118] On node 0, zone DMA32: 7 pages in unavailable ranges
[    0.014293] On node 0, zone DMA32: 1176 pages in unavailable ranges
[    0.014312] On node 0, zone DMA32: 277 pages in unavailable ranges
[    0.014330] On node 0, zone DMA32: 160 pages in unavailable ranges
[    0.014379] On node 0, zone DMA32: 82 pages in unavailable ranges
[    0.014428] On node 0, zone DMA32: 227 pages in unavailable ranges
[    0.014708] On node 0, zone Normal: 4575 pages in unavailable ranges
[    0.014769] On node 0, zone Normal: 8192 pages in unavailable ranges
[    0.014833] ACPI: PM-Timer IO Port: 0x1808
[    0.014835] ACPI: Local APIC address 0xfee00000
[    0.014840] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.014854] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[    0.014855] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.014856] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.014857] ACPI: IRQ0 used by override.
[    0.014858] ACPI: IRQ9 used by override.
[    0.014859] Using ACPI (MADT) for SMP configuration information
[    0.014860] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.014863] TSC deadline timer available
[    0.014864] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.014885] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.014886] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.014887] PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009efff]
[    0.014889] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.014890] PM: hibernation: Registered nosave memory: [mem 0xd44e8000-0xd44eafff]
[    0.014891] PM: hibernation: Registered nosave memory: [mem 0xd52cb000-0xd52d1fff]
[    0.014893] PM: hibernation: Registered nosave memory: [mem 0xd5708000-0xd5b9ffff]
[    0.014894] PM: hibernation: Registered nosave memory: [mem 0xdaeeb000-0xdaffffff]
[    0.014896] PM: hibernation: Registered nosave memory: [mem 0xdb760000-0xdb7fffff]
[    0.014897] PM: hibernation: Registered nosave memory: [mem 0xdbfae000-0xdbffffff]
[    0.014898] PM: hibernation: Registered nosave memory: [mem 0xdd71d000-0xdd7fffff]
[    0.014900] PM: hibernation: Registered nosave memory: [mem 0xdee21000-0xdeffffff]
[    0.014900] PM: hibernation: Registered nosave memory: [mem 0xdf000000-0xf7ffffff]
[    0.014901] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.014901] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.014902] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.014902] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.014903] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.014903] PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.014904] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.014904] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.014905] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.014905] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.014906] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.014907] [mem 0xdf000000-0xf7ffffff] available for PCI devices
[    0.014909] Booting paravirtualized kernel on bare hardware
[    0.014911] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.017888] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.018026] percpu: Embedded 58 pages/cpu s200536 r8192 d28840 u524288
[    0.018032] pcpu-alloc: s200536 r8192 d28840 u524288 alloc=1*2097152
[    0.018033] pcpu-alloc: [0] 0 1 2 3 
[    0.018058] Built 1 zonelists, mobility grouping on.  Total pages: 4114177
[    0.018059] Policy zone: Normal
[    0.018060] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.10.0-11-amd64 root=UUID=90b6fa9a-da9e-4966-84a5-7d79befb5afd ro quiet
[    0.018734] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.019069] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.019104] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.033245] Memory: 3590504K/16718032K available (12295K kernel code, 2545K rwdata, 7568K rodata, 2412K init, 3680K bss, 507064K reserved, 0K cma-reserved)
[    0.033251] random: get_random_u64 called from __kmem_cache_create+0x2a/0x4d0 with crng_init=0
[    0.033332] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.033340] Kernel/User page tables isolation: enabled
[    0.033354] ftrace: allocating 36444 entries in 143 pages
[    0.042569] ftrace: allocated 143 pages with 5 groups
[    0.042646] rcu: Hierarchical RCU implementation.
[    0.042647] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.042648] 	Rude variant of Tasks RCU enabled.
[    0.042648] 	Tracing variant of Tasks RCU enabled.
[    0.042649] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.042650] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.045322] NR_IRQS: 524544, nr_irqs: 456, preallocated irqs: 16
[    0.045535] random: crng done (trusting CPU's manufacturer)
[    0.045549] Console: colour dummy device 80x25
[    0.045560] printk: console [tty0] enabled
[    0.045570] ACPI: Core revision 20200925
[    0.045653] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.045665] APIC: Switch to symmetric I/O mode setup
[    0.045666] DMAR: Host address width 39
[    0.045667] DMAR: DRHD base: 0x000000fed90000 flags: 0x1
[    0.045670] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap d2008c20660462 ecap f010da
[    0.045671] DMAR: RMRR base: 0x000000def8b000 end: 0x000000def98fff
[    0.045673] DMAR-IR: IOAPIC id 8 under DRHD base  0xfed90000 IOMMU 0
[    0.045673] DMAR-IR: HPET id 0 under DRHD base 0xfed90000
[    0.045674] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.045894] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.045895] x2apic enabled
[    0.045901] Switched APIC routing to cluster x2apic.
[    0.046302] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.065670] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x30e58445782, max_idle_ns: 440795337450 ns
[    0.065673] Calibrating delay loop (skipped), value calculated using timer frequency.. 6784.39 BogoMIPS (lpj=13568792)
[    0.065674] pid_max: default: 32768 minimum: 301
[    0.067868] LSM: Security Framework initializing
[    0.067875] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.067893] AppArmor: AppArmor initialized
[    0.067894] TOMOYO Linux initialized
[    0.067926] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.067953] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.068127] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.068139] process: using mwait in idle threads
[    0.068141] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.068142] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.068144] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.068145] Spectre V2 : Mitigation: Full generic retpoline
[    0.068145] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.068146] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.068147] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.068147] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.068149] SRBDS: Vulnerable: No microcode
[    0.068150] MDS: Mitigation: Clear CPU buffers
[    0.068240] Freeing SMP alternatives memory: 32K
[    0.069589] smpboot: CPU0: Intel(R) Core(TM) i5-4670 CPU @ 3.40GHz (family: 0x6, model: 0x3c, stepping: 0x3)
[    0.069671] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.069671] ... version:                3
[    0.069671] ... bit width:              48
[    0.069671] ... generic registers:      8
[    0.069671] ... value mask:             0000ffffffffffff
[    0.069671] ... max period:             00007fffffffffff
[    0.069671] ... fixed-purpose events:   3
[    0.069671] ... event mask:             00000007000000ff
[    0.069671] rcu: Hierarchical SRCU implementation.
[    0.069671] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.069671] smp: Bringing up secondary CPUs ...
[    0.069671] x86: Booting SMP configuration:
[    0.069671] .... node  #0, CPUs:      #1 #2 #3
[    0.069671] smp: Brought up 1 node, 4 CPUs
[    0.069671] smpboot: Max logical packages: 1
[    0.069671] smpboot: Total of 4 processors activated (27137.58 BogoMIPS)
[    0.087545] node 0 deferred pages initialised in 20ms
[    0.089697] devtmpfs: initialized
[    0.089707] x86/mm: Memory block size: 128MB
[    0.090442] PM: Registering ACPI NVS region [mem 0xd52cb000-0xd52d1fff] (28672 bytes)
[    0.090442] PM: Registering ACPI NVS region [mem 0xdd71d000-0xdd7fffff] (929792 bytes)
[    0.090442] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.090442] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.090442] pinctrl core: initialized pinctrl subsystem
[    0.090442] NET: Registered protocol family 16
[    0.090442] audit: initializing netlink subsys (disabled)
[    0.090442] audit: type=2000 audit(1645953496.044:1): state=initialized audit_enabled=0 res=1
[    0.090442] thermal_sys: Registered thermal governor 'fair_share'
[    0.090442] thermal_sys: Registered thermal governor 'bang_bang'
[    0.090442] thermal_sys: Registered thermal governor 'step_wise'
[    0.090442] thermal_sys: Registered thermal governor 'user_space'
[    0.090442] thermal_sys: Registered thermal governor 'power_allocator'
[    0.090442] cpuidle: using governor ladder
[    0.090442] cpuidle: using governor menu
[    0.090442] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.090442] ACPI: bus type PCI registered
[    0.090442] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.090442] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.090442] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.090442] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[    0.090442] PCI: Using configuration type 1 for base access
[    0.090442] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
[    0.090442] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.090442] Kprobes globally optimized
[    0.090442] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.090442] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.197725] ACPI: Added _OSI(Module Device)
[    0.197725] ACPI: Added _OSI(Processor Device)
[    0.197726] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.197726] ACPI: Added _OSI(Processor Aggregator Device)
[    0.197727] ACPI: Added _OSI(Linux-Dell-Video)
[    0.197728] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.197729] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.202822] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    0.203606] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.203990] ACPI: Dynamic OEM Table Load:
[    0.203994] ACPI: SSDT 0xFFFF9B3940996800 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20120711)
[    0.204536] ACPI: Dynamic OEM Table Load:
[    0.204539] ACPI: SSDT 0xFFFF9B3940983800 0005AA (v01 PmRef  ApIst    00003000 INTL 20120711)
[    0.205101] ACPI: Dynamic OEM Table Load:
[    0.205103] ACPI: SSDT 0xFFFF9B3C4DD63200 000119 (v01 PmRef  ApCst    00003000 INTL 20120711)
[    0.205935] ACPI: Interpreter enabled
[    0.205955] ACPI: (supports S0 S3 S4 S5)
[    0.205956] ACPI: Using IOAPIC for interrupt routing
[    0.205974] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.206118] ACPI: Enabled 8 GPEs in block 00 to 3F
[    0.212935] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.212938] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.213356] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[    0.213356] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.213613] PCI host bridge to bus 0000:00
[    0.213615] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.213616] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.213617] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.213617] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.213618] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.213619] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.213620] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.213620] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.213621] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.213622] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.213622] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.213623] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff window]
[    0.213624] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.213638] pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000
[    0.213697] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
[    0.213727] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.213843] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[    0.213858] pci 0000:00:14.0: reg 0x10: [mem 0xf7120000-0xf712ffff 64bit]
[    0.213909] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.213972] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[    0.213987] pci 0000:00:16.0: reg 0x10: [mem 0xf713c000-0xf713c00f 64bit]
[    0.214040] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.214095] pci 0000:00:16.3: [8086:8c3d] type 00 class 0x070002
[    0.214106] pci 0000:00:16.3: reg 0x10: [io  0xf0a0-0xf0a7]
[    0.214111] pci 0000:00:16.3: reg 0x14: [mem 0xf713a000-0xf713afff]
[    0.214209] pci 0000:00:19.0: [8086:153a] type 00 class 0x020000
[    0.214221] pci 0000:00:19.0: reg 0x10: [mem 0xf7100000-0xf711ffff]
[    0.214227] pci 0000:00:19.0: reg 0x14: [mem 0xf7139000-0xf7139fff]
[    0.214234] pci 0000:00:19.0: reg 0x18: [io  0xf040-0xf05f]
[    0.214282] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.214347] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[    0.214361] pci 0000:00:1a.0: reg 0x10: [mem 0xf7138000-0xf71383ff]
[    0.214431] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.214499] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[    0.214513] pci 0000:00:1b.0: reg 0x10: [mem 0xf7130000-0xf7133fff 64bit]
[    0.214574] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.214642] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[    0.214656] pci 0000:00:1d.0: reg 0x10: [mem 0xf7137000-0xf71373ff]
[    0.214726] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.214793] pci 0000:00:1f.0: [8086:8c4e] type 00 class 0x060100
[    0.214937] pci 0000:00:1f.2: [8086:2822] type 00 class 0x010400
[    0.214948] pci 0000:00:1f.2: reg 0x10: [io  0xf090-0xf097]
[    0.214954] pci 0000:00:1f.2: reg 0x14: [io  0xf080-0xf083]
[    0.214960] pci 0000:00:1f.2: reg 0x18: [io  0xf070-0xf077]
[    0.214966] pci 0000:00:1f.2: reg 0x1c: [io  0xf060-0xf063]
[    0.214972] pci 0000:00:1f.2: reg 0x20: [io  0xf020-0xf03f]
[    0.214978] pci 0000:00:1f.2: reg 0x24: [mem 0xf7136000-0xf71367ff]
[    0.215007] pci 0000:00:1f.2: PME# supported from D3hot
[    0.215062] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[    0.215075] pci 0000:00:1f.3: reg 0x10: [mem 0xf7135000-0xf71350ff 64bit]
[    0.215092] pci 0000:00:1f.3: reg 0x20: [io  0xf000-0xf01f]
[    0.215190] pci 0000:01:00.0: [10de:1d01] type 00 class 0x030000
[    0.215201] pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[    0.215210] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.215219] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.215226] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.215232] pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
[    0.215319] pci 0000:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:00:01.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[    0.215361] pci 0000:01:00.1: [10de:0fb8] type 00 class 0x040300
[    0.215371] pci 0000:01:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
[    0.215478] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.215480] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.215481] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.215483] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.216057] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.217709] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.217757] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.217799] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.217837] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.217879] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.217925] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.217967] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.218151] iommu: Default domain type: Translated 
[    0.218161] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.218161] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.218161] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.218161] vgaarb: loaded
[    0.218161] EDAC MC: Ver: 3.0.0
[    0.218161] Registered efivars operations
[    0.218161] NetLabel: Initializing
[    0.218161] NetLabel:  domain hash size = 128
[    0.218161] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.218161] NetLabel:  unlabeled traffic allowed by default
[    0.218161] PCI: Using ACPI for IRQ routing
[    0.219024] PCI: pci_cache_line_size set to 64 bytes
[    0.219061] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.219062] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
[    0.219062] e820: reserve RAM buffer [mem 0xd44e8000-0xd7ffffff]
[    0.219063] e820: reserve RAM buffer [mem 0xd52cb000-0xd7ffffff]
[    0.219064] e820: reserve RAM buffer [mem 0xd5708000-0xd7ffffff]
[    0.219065] e820: reserve RAM buffer [mem 0xdaeeb000-0xdbffffff]
[    0.219065] e820: reserve RAM buffer [mem 0xdb760000-0xdbffffff]
[    0.219066] e820: reserve RAM buffer [mem 0xdbfae000-0xdbffffff]
[    0.219067] e820: reserve RAM buffer [mem 0xdd71d000-0xdfffffff]
[    0.219068] e820: reserve RAM buffer [mem 0xdee21000-0xdfffffff]
[    0.219068] e820: reserve RAM buffer [mem 0x41e000000-0x41fffffff]
[    0.219086] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.219090] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.221685] clocksource: Switched to clocksource tsc-early
[    0.228630] VFS: Disk quotas dquot_6.6.0
[    0.228640] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.228720] AppArmor: AppArmor Filesystem Enabled
[    0.228730] pnp: PnP ACPI init
[    0.228784] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.228788] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.228907] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.228908] system 00:01: [io  0xffff] has been reserved
[    0.228909] system 00:01: [io  0xffff] has been reserved
[    0.228910] system 00:01: [io  0xffff] has been reserved
[    0.228910] system 00:01: [io  0x1c00-0x1cfe] has been reserved
[    0.228911] system 00:01: [io  0x1d00-0x1dfe] has been reserved
[    0.228912] system 00:01: [io  0x1e00-0x1efe] has been reserved
[    0.228913] system 00:01: [io  0x1f00-0x1ffe] has been reserved
[    0.228914] system 00:01: [io  0x1800-0x18fe] has been reserved
[    0.228914] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.228917] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.228930] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.228957] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.228960] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.229019] system 00:04: [io  0x0a00-0x0a0f] has been reserved
[    0.229021] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.229051] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.229053] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.229469] pnp 00:06: [dma 0 disabled]
[    0.229493] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.229819] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.229820] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.229821] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.229821] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.229822] system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.229823] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.229824] system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.229825] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.229826] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[    0.229827] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.229828] system 00:07: [mem 0xf7fdf000-0xf7fdffff] has been reserved
[    0.229829] system 00:07: [mem 0xf7fe0000-0xf7feffff] has been reserved
[    0.229831] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.230010] pnp: PnP ACPI: found 8 devices
[    0.235338] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.235377] NET: Registered protocol family 2
[    0.235489] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.237100] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.237161] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.237299] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.237384] TCP: Hash tables configured (established 131072 bind 65536)
[    0.237416] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.237446] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.237484] NET: Registered protocol family 1
[    0.237487] NET: Registered protocol family 44
[    0.237494] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.237496] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.237498] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.237499] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.237502] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.237503] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.237504] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.237504] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.237505] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.237506] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.237507] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.237507] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.237508] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.237509] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.237509] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.237510] pci_bus 0000:00: resource 15 [mem 0xe0000000-0xfeafffff window]
[    0.237511] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.237512] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
[    0.237512] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.261765] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x700 took 22167 usecs
[    0.285744] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x700 took 23403 usecs
[    0.285767] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.285786] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.285790] PCI: CLS 64 bytes, default 64
[    0.285847] Trying to unpack rootfs image as initramfs...
[    0.761006] Freeing initrd memory: 44432K
[    0.761032] DMAR: No ATSR found
[    0.761055] DMAR: dmar0: Using Queued invalidation
[    0.761101] pci 0000:00:00.0: Adding to iommu group 0
[    0.761110] pci 0000:00:01.0: Adding to iommu group 1
[    0.761117] pci 0000:00:14.0: Adding to iommu group 2
[    0.761125] pci 0000:00:16.0: Adding to iommu group 3
[    0.761130] pci 0000:00:16.3: Adding to iommu group 3
[    0.761135] pci 0000:00:19.0: Adding to iommu group 4
[    0.761144] pci 0000:00:1a.0: Adding to iommu group 5
[    0.761149] pci 0000:00:1b.0: Adding to iommu group 6
[    0.761156] pci 0000:00:1d.0: Adding to iommu group 7
[    0.761165] pci 0000:00:1f.0: Adding to iommu group 8
[    0.761171] pci 0000:00:1f.2: Adding to iommu group 8
[    0.761177] pci 0000:00:1f.3: Adding to iommu group 8
[    0.761180] pci 0000:01:00.0: Adding to iommu group 1
[    0.761183] pci 0000:01:00.1: Adding to iommu group 1
[    0.762530] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    0.762531] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.762533] software IO TLB: mapped [mem 0x00000000cfad3000-0x00000000d3ad3000] (64MB)
[    0.762812] Initialise system trusted keyrings
[    0.762819] Key type blacklist registered
[    0.762849] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    0.763574] zbud: loaded
[    0.763678] integrity: Platform Keyring initialized
[    0.763679] Key type asymmetric registered
[    0.763680] Asymmetric key parser 'x509' registered
[    0.763685] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    0.763705] io scheduler mq-deadline registered
[    0.763885] pcieport 0000:00:01.0: PME: Signaling with IRQ 25
[    0.763934] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.763941] intel_idle: MWAIT substates: 0x42120
[    0.763942] intel_idle: v0.5.1 model 0x3C
[    0.764069] intel_idle: Local APIC timer is reliable in all C-states
[    0.764388] ACPI: Invalid active0 threshold
[    0.764439] thermal LNXTHERM:00: registered as thermal_zone0
[    0.764440] ACPI: Thermal Zone [TZ00] (28 C)
[    0.764564] thermal LNXTHERM:01: registered as thermal_zone1
[    0.764565] ACPI: Thermal Zone [TZ01] (30 C)
[    0.764664] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.764830] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.765504] serial 0000:00:16.3: enabling device (0000 -> 0003)
[    0.765741] 0000:00:16.3: ttyS1 at I/O 0xf0a0 (irq = 19, base_baud = 115200) is a 16550A
[    0.765877] Linux agpgart interface v0.103
[    0.765896] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    0.766081] i8042: PNP: No PS/2 controller found.
[    0.766108] mousedev: PS/2 mouse device common for all mice
[    0.766132] rtc_cmos 00:02: RTC can wake from S4
[    0.766272] rtc_cmos 00:02: registered as rtc0
[    0.766319] rtc_cmos 00:02: setting system clock to 2022-02-27T09:18:17 UTC (1645953497)
[    0.766328] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.766343] intel_pstate: Intel P-state driver initializing
[    0.766685] ledtrig-cpu: registered to indicate activity on CPUs
[    0.766977] NET: Registered protocol family 10
[    0.771998] Segment Routing with IPv6
[    0.772013] mip6: Mobile IPv6
[    0.772014] NET: Registered protocol family 17
[    0.772054] mpls_gso: MPLS GSO support
[    0.772250] microcode: sig=0x306c3, pf=0x2, revision=0x27
[    0.772286] microcode: Microcode Update Driver: v2.2.
[    0.772289] IPI shorthand broadcast: enabled
[    0.772302] sched_clock: Marking stable (772053571, 159325)->(1355505808, -583292912)
[    0.772382] registered taskstats version 1
[    0.772384] Loading compiled-in X.509 certificates
[    0.795929] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[    0.795938] Loaded X.509 cert 'Debian Secure Boot Signer 2021 - linux: 4b6ef5abca669825178e052c84667ccbc0531f8c'
[    0.795951] zswap: loaded using pool lzo/zbud
[    0.796266] Key type ._fscrypt registered
[    0.796267] Key type .fscrypt registered
[    0.796267] Key type fscrypt-provisioning registered
[    0.796300] AppArmor: AppArmor sha1 policy hashing enabled
[    0.796688] integrity: Loading X.509 certificate: UEFI:db
[    0.796707] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.796708] integrity: Loading X.509 certificate: UEFI:db
[    0.796721] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.797879] Freeing unused kernel image (initmem) memory: 2412K
[    0.829751] Write protecting the kernel read-only data: 22528k
[    0.830109] Freeing unused kernel image (text/rodata gap) memory: 2040K
[    0.830244] Freeing unused kernel image (rodata/data gap) memory: 624K
[    0.868291] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.868292] x86/mm: Checking user space page tables
[    0.904269] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.904281] Run /init as init process
[    0.904282]   with arguments:
[    0.904283]     /init
[    0.904283]   with environment:
[    0.904284]     HOME=/
[    0.904284]     TERM=linux
[    0.904302]     BOOT_IMAGE=/boot/vmlinuz-5.10.0-11-amd64
[    0.952473] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.953862] wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
[    0.953986] pps_core: LinuxPPS API ver. 1 registered
[    0.953987] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.954775] PTP clock support registered
[    0.963051] e1000e: Intel(R) PRO/1000 Network Driver
[    0.963052] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    0.963208] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    0.965552] ACPI: bus type USB registered
[    0.965566] usbcore: registered new interface driver usbfs
[    0.965571] usbcore: registered new interface driver hub
[    0.965578] usbcore: registered new device driver usb
[    0.967110] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[    0.967135] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    0.968868] i2c i2c-0: 4/4 memory slots populated (from DMI)
[    0.971528] i2c i2c-0: Successfully instantiated SPD at 0x50
[    0.971821] i2c i2c-0: Successfully instantiated SPD at 0x51
[    0.972114] i2c i2c-0: Successfully instantiated SPD at 0x52
[    0.972404] i2c i2c-0: Successfully instantiated SPD at 0x53
[    0.975737] ACPI: Power Button [PWRB]
[    0.975776] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.975798] ACPI: Power Button [PWRF]
[    0.977189] SCSI subsystem initialized
[    0.977582] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20200925/utaddress-204)
[    0.977586] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    0.977593] ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200925/utaddress-204)
[    0.977595] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    0.977596] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20200925/utaddress-204)
[    0.977598] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200925/utaddress-204)
[    0.977600] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    0.977600] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20200925/utaddress-204)
[    0.977602] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200925/utaddress-204)
[    0.977603] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    0.977604] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    0.984405] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.984411] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.985499] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[    0.985503] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.986666] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    0.986667] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.986668] usb usb1: Product: xHCI Host Controller
[    0.986669] usb usb1: Manufacturer: Linux 5.10.0-11-amd64 xhci-hcd
[    0.986670] usb usb1: SerialNumber: 0000:00:14.0
[    0.986690] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.986753] hub 1-0:1.0: USB hub found
[    0.986775] hub 1-0:1.0: 15 ports detected
[    0.987149] ehci-pci: EHCI PCI platform driver
[    0.988847] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    0.988852] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 2
[    0.988865] ehci-pci 0000:00:1a.0: debug port 2
[    0.988875] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.988877] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    0.988880] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    0.988918] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    0.988919] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.988920] usb usb3: Product: xHCI Host Controller
[    0.988921] usb usb3: Manufacturer: Linux 5.10.0-11-amd64 xhci-hcd
[    0.988921] usb usb3: SerialNumber: 0000:00:14.0
[    0.989024] hub 3-0:1.0: USB hub found
[    0.989038] hub 3-0:1.0: 6 ports detected
[    0.989283] usb: port power management may be unreliable
[    0.990272] libata version 3.00 loaded.
[    0.992789] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    0.992803] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7138000
[    0.993038] ahci 0000:00:1f.2: version 3.0
[    0.993172] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3 impl RAID mode
[    0.993174] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst 
[    1.002252] scsi host0: ahci
[    1.002458] scsi host1: ahci
[    1.002586] scsi host2: ahci
[    1.002662] scsi host3: ahci
[    1.002784] scsi host4: ahci
[    1.002860] scsi host5: ahci
[    1.002896] ata1: SATA max UDMA/133 abar m2048@0xf7136000 port 0xf7136100 irq 28
[    1.002898] ata2: SATA max UDMA/133 abar m2048@0xf7136000 port 0xf7136180 irq 28
[    1.002899] ata3: DUMMY
[    1.002900] ata4: DUMMY
[    1.002900] ata5: DUMMY
[    1.002901] ata6: DUMMY
[    1.009732] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.009775] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    1.009776] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.009777] usb usb2: Product: EHCI Host Controller
[    1.009778] usb usb2: Manufacturer: Linux 5.10.0-11-amd64 ehci_hcd
[    1.009778] usb usb2: SerialNumber: 0000:00:1a.0
[    1.009899] hub 2-0:1.0: USB hub found
[    1.009904] hub 2-0:1.0: 3 ports detected
[    1.010167] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    1.010171] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
[    1.010184] ehci-pci 0000:00:1d.0: debug port 2
[    1.014088] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    1.014099] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7137000
[    1.029724] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.029761] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    1.029762] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.029763] usb usb4: Product: EHCI Host Controller
[    1.029764] usb usb4: Manufacturer: Linux 5.10.0-11-amd64 ehci_hcd
[    1.029765] usb usb4: SerialNumber: 0000:00:1d.0
[    1.029894] hub 4-0:1.0: USB hub found
[    1.029897] hub 4-0:1.0: 3 ports detected
[    1.048750] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
[    1.115488] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) f8:b1:56:d3:23:f3
[    1.115489] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[    1.115528] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
[    1.116371] e1000e 0000:00:19.0 eno1: renamed from eth0
[    1.241720] usb 1-9: new high-speed USB device number 2 using xhci_hcd
[    1.269723] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    1.285748] usb 4-1: new high-speed USB device number 2 using ehci-pci
[    1.316667] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.316866] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.317519] ata1.00: ATA-11: SPCC Solid State Disk, SBFM6B.3, max UDMA/133
[    1.317526] ata1.00: 1000215216 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.318097] ata1.00: configured for UDMA/133
[    1.318389] scsi 0:0:0:0: Direct-Access     ATA      SPCC Solid State 6B.3 PQ: 0 ANSI: 5
[    1.319557] ata2.00: ATAPI: HL-DT-ST DVD+/-RW GTA0N, A100, max UDMA/100
[    1.324271] ata2.00: configured for UDMA/100
[    1.329410] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GTA0N    A100 PQ: 0 ANSI: 5
[    1.365945] sd 0:0:0:0: [sda] 1000215216 512-byte logical blocks: (512 GB/477 GiB)
[    1.365951] sd 0:0:0:0: [sda] Write Protect is off
[    1.365953] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.365960] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.396212]  sda: sda1 sda2 sda3
[    1.405337] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.405340] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.409816] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.411105] usb 1-9: New USB device found, idVendor=152d, idProduct=2590, bcdDevice=81.05
[    1.411107] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.411108] usb 1-9: Product: Generic USB Device
[    1.411109] usb 1-9: Manufacturer: USB to ATA/ATAPI Brid
[    1.411109] usb 1-9: SerialNumber: 00A12345AFD0
[    1.416029] usbcore: registered new interface driver usb-storage
[    1.418579] scsi host6: uas
[    1.418636] usbcore: registered new interface driver uas
[    1.419066] scsi 6:0:0:0: Direct-Access     USB3.0                    8105 PQ: 0 ANSI: 6
[    1.420601] sd 6:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    1.420602] sd 6:0:0:0: [sdb] 4096-byte physical blocks
[    1.420770] sd 6:0:0:0: [sdb] Write Protect is off
[    1.420772] sd 6:0:0:0: [sdb] Mode Sense: 53 00 00 08
[    1.421100] sd 6:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.421342] sd 6:0:0:0: [sdb] Optimal transfer size 33553920 bytes not a multiple of physical block size (4096 bytes)
[    1.430153] usb 2-1: New USB device found, idVendor=8087, idProduct=8008, bcdDevice= 0.04
[    1.430164] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.430382] hub 2-1:1.0: USB hub found
[    1.430506] hub 2-1:1.0: 6 ports detected
[    1.441578]  sdb: sdb1
[    1.442121] usb 4-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.04
[    1.442123] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.442251] hub 4-1:1.0: USB hub found
[    1.442370] hub 4-1:1.0: 8 ports detected
[    1.475092] sd 6:0:0:0: [sdb] Attached SCSI disk
[    1.489760] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.730220] PM: Image not found (code -22)
[    1.777680] tsc: Refined TSC clocksource calibration: 3392.146 MHz
[    1.777684] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x30e5533d949, max_idle_ns: 440795202126 ns
[    1.777700] clocksource: Switched to clocksource tsc
[    3.168755] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    3.212183] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[    3.297864] systemd[1]: Inserted module 'autofs4'
[    3.327455] systemd[1]: systemd 247.3-6 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)
[    3.345837] systemd[1]: Detected architecture x86-64.
[    3.346296] systemd[1]: Set hostname to <HTPC>.
[    3.480498] systemd[1]: /lib/systemd/system/plymouth-start.service:16: 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.
[    3.513125] systemd[1]: Queued start job for default target Graphical Interface.
[    3.513854] systemd[1]: Created slice system-getty.slice.
[    3.514011] systemd[1]: Created slice system-modprobe.slice.
[    3.514174] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    3.514291] systemd[1]: Created slice User and Session Slice.
[    3.514347] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.514452] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.514493] systemd[1]: Reached target User and Group Name Lookups.
[    3.514501] systemd[1]: Reached target Remote File Systems.
[    3.514508] systemd[1]: Reached target Slices.
[    3.514605] systemd[1]: Listening on Syslog Socket.
[    3.514673] systemd[1]: Listening on fsck to fsckd communication Socket.
[    3.514708] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    3.514815] systemd[1]: Listening on Journal Audit Socket.
[    3.514878] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.514951] systemd[1]: Listening on Journal Socket.
[    3.515214] systemd[1]: Listening on udev Control Socket.
[    3.515273] systemd[1]: Listening on udev Kernel Socket.
[    3.515748] systemd[1]: Mounting Huge Pages File System...
[    3.516249] systemd[1]: Mounting POSIX Message Queue File System...
[    3.516771] systemd[1]: Mounting Kernel Debug File System...
[    3.517241] systemd[1]: Mounting Kernel Trace File System...
[    3.519621] systemd[1]: Starting Set the console keyboard layout...
[    3.520142] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    3.520672] systemd[1]: Starting Load Kernel Module configfs...
[    3.521207] systemd[1]: Starting Load Kernel Module drm...
[    3.521731] systemd[1]: Starting Load Kernel Module fuse...
[    3.522861] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    3.522892] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    3.523908] systemd[1]: Starting Journal Service...
[    3.527370] systemd[1]: Starting Load Kernel Modules...
[    3.527824] systemd[1]: Starting Remount Root and Kernel File Systems...
[    3.528302] systemd[1]: Starting Coldplug All udev Devices...
[    3.529429] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    3.531088] systemd[1]: Mounted Huge Pages File System.
[    3.531175] systemd[1]: Mounted POSIX Message Queue File System.
[    3.531245] systemd[1]: Mounted Kernel Debug File System.
[    3.531322] systemd[1]: Mounted Kernel Trace File System.
[    3.531482] systemd[1]: modprobe@configfs.service: Succeeded.
[    3.531638] systemd[1]: Finished Load Kernel Module configfs.
[    3.532184] systemd[1]: Mounting Kernel Configuration File System...
[    3.533873] systemd[1]: Mounted Kernel Configuration File System.
[    3.541256] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[    3.542576] systemd[1]: Finished Remount Root and Kernel File Systems.
[    3.543371] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    3.543400] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    3.543899] systemd[1]: Starting Load/Save Random Seed...
[    3.544191] fuse: init (API version 7.32)
[    3.544395] systemd[1]: Starting Create System Users...
[    3.544814] systemd[1]: modprobe@fuse.service: Succeeded.
[    3.544961] systemd[1]: Finished Load Kernel Module fuse.
[    3.545530] systemd[1]: Mounting FUSE Control File System...
[    3.547136] systemd[1]: Mounted FUSE Control File System.
[    3.553580] systemd[1]: modprobe@drm.service: Succeeded.
[    3.553788] systemd[1]: Finished Load Kernel Module drm.
[    3.557208] systemd[1]: Finished Load/Save Random Seed.
[    3.557318] systemd[1]: Condition check resulted in First Boot Complete being skipped.
[    3.563231] systemd[1]: Finished Create System Users.
[    3.563853] systemd[1]: Starting Create Static Device Nodes in /dev...
[    3.587808] systemd[1]: Finished Coldplug All udev Devices.
[    3.598543] systemd[1]: Starting Helper to synchronize boot up for ifupdown...
[    3.598630] systemd[1]: Started Journal Service.
[    3.630187] systemd-journald[251]: Received client request to flush runtime journal.
[    3.687277] nvidia: loading out-of-tree module taints kernel.
[    3.687285] nvidia: module license 'NVIDIA' taints kernel.
[    3.687286] Disabling lock debugging due to kernel taint
[    3.689948] systemd-journald[251]: File /var/log/journal/fa518d26f3d14d3cb0c928e60b7464b4/system.journal corrupted or uncleanly shut down, renaming and replacing.
[    3.696278] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    3.710246] nvidia-nvlink: Nvlink Core is being initialized, major device number 247

[    3.710662] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    3.827483] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  460.91.03  Fri Jul  2 06:04:10 UTC 2021
[    3.882121] input: PC Speaker as /devices/platform/pcspkr/input/input2
[    3.883133] at24 0-0050: supply vcc not found, using dummy regulator
[    3.883682] at24 0-0050: 256 byte spd EEPROM, read-only
[    3.883694] at24 0-0051: supply vcc not found, using dummy regulator
[    3.884232] at24 0-0051: 256 byte spd EEPROM, read-only
[    3.884244] at24 0-0052: supply vcc not found, using dummy regulator
[    3.884767] at24 0-0052: 256 byte spd EEPROM, read-only
[    3.884779] at24 0-0053: supply vcc not found, using dummy regulator
[    3.885309] at24 0-0053: 256 byte spd EEPROM, read-only
[    3.888589] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.889036] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    3.889449] sd 6:0:0:0: Attached scsi generic sg2 type 0
[    3.891784] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4)
[    3.892980] iTCO_vendor_support: vendor-support=0
[    3.897676] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    3.897707] iTCO_wdt: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860)
[    3.898204] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    3.900284] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  460.91.03  Fri Jul  2 05:43:38 UTC 2021
[    3.913100] pstore: Using crash dump compression: deflate
[    3.913106] pstore: Registered efi as persistent store backend
[    3.954339] input: Dell WMI hotkeys as /devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input3
[    3.980190] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
[    3.980192] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    3.980193] RAPL PMU: hw unit of domain package 2^-14 Joules
[    3.980193] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    3.993705] Adding 999420k swap on /dev/sda3.  Priority:-2 extents:1 across:999420k SSFS
[    4.010173] cryptd: max_cpu_qlen set to 1000
[    4.062920] AVX2 version of gcm_enc/dec engaged.
[    4.062922] AES CTR mode by8 optimization enabled
[    4.066672] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[    4.066674] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
[    4.213731] loop: module loaded
[    4.234719] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    4.234761] snd_hda_intel 0000:01:00.1: Disabling MSI
[    4.234765] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    4.278368] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input4
[    4.278464] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input5
[    4.278543] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3220: line_outs=1 (0x1b/0x0/0x0/0x0/0x0) type:line
[    4.278543] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input6
[    4.278545] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=1 (0x14/0x0/0x0/0x0/0x0)
[    4.278546] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[    4.278547] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    4.278548] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    4.278549] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x1a
[    4.278550] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[    4.278624] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input7
[    4.278703] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input8
[    4.301852] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    4.304100] intel_rapl_common: Found RAPL domain package
[    4.304102] intel_rapl_common: Found RAPL domain core
[    4.304103] intel_rapl_common: Found RAPL domain dram
[    4.304107] intel_rapl_common: RAPL package-0 domain package locked by BIOS
[    4.304110] intel_rapl_common: RAPL package-0 domain dram locked by BIOS
[    4.334354] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    4.334390] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[    4.334417] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[    4.334442] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[    4.375275] audit: type=1400 audit(1645953501.103:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=459 comm="apparmor_parser"
[    4.375278] audit: type=1400 audit(1645953501.103:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=460 comm="apparmor_parser"
[    4.375280] audit: type=1400 audit(1645953501.103:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=460 comm="apparmor_parser"
[    4.375281] audit: type=1400 audit(1645953501.103:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=458 comm="apparmor_parser"
[    4.375283] audit: type=1400 audit(1645953501.103:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=458 comm="apparmor_parser"
[    4.375284] audit: type=1400 audit(1645953501.103:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=458 comm="apparmor_parser"
[    4.377542] audit: type=1400 audit(1645953501.103:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=463 comm="apparmor_parser"
[    4.379711] audit: type=1400 audit(1645953501.107:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=464 comm="apparmor_parser"
[    4.382241] audit: type=1400 audit(1645953501.111:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/x86_64-linux-gnu/lightdm/lightdm-guest-session" pid=457 comm="apparmor_parser"
[    5.949131] kauditd_printk_skb: 16 callbacks suppressed
[    5.949132] audit: type=1400 audit(1645953502.675:27): apparmor="DENIED" operation="capable" profile="/snap/snapd/14978/usr/lib/snapd/snap-confine" pid=578 comm="snap-confine" capability=12  capname="net_admin"
[    5.949135] audit: type=1400 audit(1645953502.675:28): apparmor="DENIED" operation="capable" profile="/snap/snapd/14978/usr/lib/snapd/snap-confine" pid=578 comm="snap-confine" capability=38  capname="perfmon"
[    6.943727] audit: type=1400 audit(1645953503.671:29): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=578 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[    8.984100] e1000e 0000:00:19.0 eno1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[    8.984138] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
[    9.186437] audit: type=1400 audit(1645953505.915:30): apparmor="DENIED" operation="capable" profile="/snap/snapd/14978/usr/lib/snapd/snap-confine" pid=1105 comm="snap-confine" capability=12  capname="net_admin"
[    9.186440] audit: type=1400 audit(1645953505.915:31): apparmor="DENIED" operation="capable" profile="/snap/snapd/14978/usr/lib/snapd/snap-confine" pid=1105 comm="snap-confine" capability=38  capname="perfmon"
[    9.228401] audit: type=1400 audit(1645953505.955:32): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=1105 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   10.394962] rfkill: input handler disabled
[   11.767693] audit: type=1400 audit(1645953508.495:33): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=1449 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   13.143577] audit: type=1400 audit(1645953509.871:34): apparmor="DENIED" operation="capable" profile="/snap/snapd/14978/usr/lib/snapd/snap-confine" pid=1511 comm="snap-confine" capability=12  capname="net_admin"
[   13.143590] audit: type=1400 audit(1645953509.871:35): apparmor="DENIED" operation="capable" profile="/snap/snapd/14978/usr/lib/snapd/snap-confine" pid=1511 comm="snap-confine" capability=38  capname="perfmon"
[   13.155113] audit: type=1400 audit(1645953509.883:36): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=1511 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   14.610659] audit: type=1400 audit(1645953511.339:37): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=1564 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   16.043034] audit: type=1400 audit(1645953512.771:38): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=1603 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   17.361270] audit: type=1400 audit(1645953514.087:39): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=1637 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   18.858905] audit: type=1400 audit(1645953515.587:40): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=1675 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   20.356945] audit: type=1400 audit(1645953517.083:41): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=1713 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   21.860312] audit: type=1400 audit(1645953518.587:42): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=1748 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[  596.655737] audit: type=1400 audit(1645954093.383:43): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=3591 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[15216.606350] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[15216.606528] cfg80211: Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[15216.606685] cfg80211: Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[15216.606831] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[15216.607355] platform regulatory.0: firmware: direct-loading firmware regulatory.db
[15216.607989] platform regulatory.0: firmware: direct-loading firmware regulatory.db.p7s
[41367.940435] perf: interrupt took too long (2507 > 2500), lowering kernel.perf_event_max_sample_rate to 79750
[44430.325318] nvidia_uvm: module uses symbols from proprietary module nvidia, inheriting taint.
[44430.332717] nvidia-uvm: Loaded the UVM driver, major device number 241.
[59563.653382] perf: interrupt took too long (3148 > 3133), lowering kernel.perf_event_max_sample_rate to 63500

snap version

htpc@HTPC:~$ snap version
snap    2.54.3
snapd   2.54.3
series  16
debian  11
kernel  5.10.0-11-amd64

I don’t use AppArmor and hadn’t heard of it before your comment.

I did see in the dmesg logs mention of AppArmor though.

[    5.949132] audit: type=1400 audit(1645953502.675:27): apparmor="DENIED" operation="capable" profile="/snap/snapd/14978/usr/lib/snapd/snap-confine" pid=578 comm="snap-confine" capability=12  capname="net_admin"
[    5.949135] audit: type=1400 audit(1645953502.675:28): apparmor="DENIED" operation="capable" profile="/snap/snapd/14978/usr/lib/snapd/snap-confine" pid=578 comm="snap-confine" capability=38  capname="perfmon"
[    6.943727] audit: type=1400 audit(1645953503.671:29): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=578 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[    8.984100] e1000e 0000:00:19.0 eno1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[    8.984138] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
[    9.186437] audit: type=1400 audit(1645953505.915:30): apparmor="DENIED" operation="capable" profile="/snap/snapd/14978/usr/lib/snapd/snap-confine" pid=1105 comm="snap-confine" capability=12  capname="net_admin"
[    9.186440] audit: type=1400 audit(1645953505.915:31): apparmor="DENIED" operation="capable" profile="/snap/snapd/14978/usr/lib/snapd/snap-confine" pid=1105 comm="snap-confine" capability=38  capname="perfmon"
[    9.228401] audit: type=1400 audit(1645953505.955:32): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=1105 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   10.394962] rfkill: input handler disabled
[   11.767693] audit: type=1400 audit(1645953508.495:33): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=1449 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   13.143577] audit: type=1400 audit(1645953509.871:34): apparmor="DENIED" operation="capable" profile="/snap/snapd/14978/usr/lib/snapd/snap-confine" pid=1511 comm="snap-confine" capability=12  capname="net_admin"
[   13.143590] audit: type=1400 audit(1645953509.871:35): apparmor="DENIED" operation="capable" profile="/snap/snapd/14978/usr/lib/snapd/snap-confine" pid=1511 comm="snap-confine" capability=38  capname="perfmon"
[   13.155113] audit: type=1400 audit(1645953509.883:36): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=1511 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   14.610659] audit: type=1400 audit(1645953511.339:37): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=1564 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   16.043034] audit: type=1400 audit(1645953512.771:38): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=1603 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   17.361270] audit: type=1400 audit(1645953514.087:39): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=1637 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   18.858905] audit: type=1400 audit(1645953515.587:40): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=1675 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   20.356945] audit: type=1400 audit(1645953517.083:41): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=1713 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   21.860312] audit: type=1400 audit(1645953518.587:42): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=1748 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[  596.655737] audit: type=1400 audit(1645954093.383:43): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=3591 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

Nothing obvious there. WHen you configured adguard, did you set the listen address to 192.168.0.2:53 or just :53 ? Perhaps it’s just the IP address that isn’t set on the interface yet by the time adguard starts, thus bindint to that listen address fails.

That’s what I thought might be the issue. How can I stop Snap from loading the ‘service’ so quickly? Can I specify a certain amount of time to wait? When I set it up I set to listen on 192.168.0.2:53

The servies generated by snapd already contain Wants=network.target and After=network.target which should order them correctly during startup. However, the network.target is not very well defined, so it’s possible that some interfaces may not really have their IP addresses assigned yet. You can add a drop in service file for the adguard snap with something like:

[Unit]
Wants=network-online.target
After=nework-online.target

It may or may not improve the situation though. Just run sudo systemctl edit snap.adguard-home.adguard-home.service and paste the above in the editor view.

Thanks, have done that now. I will try simulate a ‘power outage’ later on and see if that resolves the issue.

FWIW, If this is the situation, then a simple reboot will be sufficient.

Unfortunately it didn’t start after a power outage.

version

snap    2.54.3
snapd   2.54.3
series  16
debian  11
kernel  5.10.0-11-amd64

snap logs

2022-03-06T13:20:51+10:00 adguard-home.adguard-home[1790]: 2022/03/06 13:20:51.280284 [fatal] couldn't start forwarding DNS server: listening to udp socket: listen udp 192.168.0.2:53: bind: cannot assign requested address
2022-03-06T13:20:51+10:00 systemd[1]: snap.adguard-home.adguard-home.service: Main process exited, code=exited, status=1/FAILURE
2022-03-06T13:20:51+10:00 systemd[1]: snap.adguard-home.adguard-home.service: Failed with result 'exit-code'.
2022-03-06T13:20:51+10:00 systemd[1]: snap.adguard-home.adguard-home.service: Consumed 2.017s CPU time.
2022-03-06T13:20:51+10:00 systemd[1]: snap.adguard-home.adguard-home.service: Scheduled restart job, restart counter is at 9.
2022-03-06T13:20:51+10:00 systemd[1]: Stopped Service for snap application adguard-home.adguard-home.
2022-03-06T13:20:51+10:00 systemd[1]: snap.adguard-home.adguard-home.service: Consumed 2.017s CPU time.
2022-03-06T13:20:51+10:00 systemd[1]: snap.adguard-home.adguard-home.service: Start request repeated too quickly.
2022-03-06T13:20:51+10:00 systemd[1]: snap.adguard-home.adguard-home.service: Failed with result 'exit-code'.
2022-03-06T13:20:51+10:00 systemd[1]: Failed to start Service for snap application adguard-home.adguard-home.

dmesg logs

[    0.000000] Linux version 5.10.0-11-amd64 (debian-kernel@lists.debian.org) (gcc-10 (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP Debian 5.10.92-1 (2022-01-18)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.10.0-11-amd64 root=UUID=90b6fa9a-da9e-4966-84a5-7d79befb5afd ro quiet
[    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: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009cfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d000-0x000000000009efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000d52cafff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d52cb000-0x00000000d52d1fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000d52d2000-0x00000000d5707fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d5708000-0x00000000d5b9ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d5ba0000-0x00000000daeeafff] usable
[    0.000000] BIOS-e820: [mem 0x00000000daeeb000-0x00000000daffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000db000000-0x00000000db75ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000db760000-0x00000000db7fffff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000db800000-0x00000000dbfadfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dbfae000-0x00000000dbffffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000dc000000-0x00000000dd71cfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dd71d000-0x00000000dd7fffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000dd800000-0x00000000dee20fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dee21000-0x00000000deffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041dffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by American Megatrends
[    0.000000] efi: ACPI=0xdbfed000 ACPI 2.0=0xdbfed000 SMBIOS=0xf0000 MOKvar=0xd44e8000 
[    0.000000] secureboot: Secure boot could not be determined (mode 0)
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Dell Inc. OptiPlex 9020/0XCR8D, BIOS A25 05/30/2019
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3392.088 MHz processor
[    0.000036] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000038] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000044] last_pfn = 0x41e000 max_arch_pfn = 0x400000000
[    0.000047] MTRR default type: uncachable
[    0.000048] MTRR fixed ranges enabled:
[    0.000049]   00000-9FFFF write-back
[    0.000049]   A0000-DFFFF uncachable
[    0.000050]   E0000-FFFFF write-protect
[    0.000051] MTRR variable ranges enabled:
[    0.000052]   0 base 0000000000 mask 7C00000000 write-back
[    0.000052]   1 base 0400000000 mask 7FF0000000 write-back
[    0.000053]   2 base 0410000000 mask 7FF8000000 write-back
[    0.000054]   3 base 0418000000 mask 7FFC000000 write-back
[    0.000054]   4 base 041C000000 mask 7FFE000000 write-back
[    0.000055]   5 base 00E0000000 mask 7FE0000000 uncachable
[    0.000055]   6 disabled
[    0.000056]   7 disabled
[    0.000056]   8 disabled
[    0.000057]   9 disabled
[    0.000325] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000537] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[    0.000541] last_pfn = 0xdee21 max_arch_pfn = 0x400000000
[    0.006346] e820: update [mem 0xd44e8000-0xd44eafff] usable ==> reserved
[    0.006362] Using GB pages for direct mapping
[    0.007369] RAMDISK: [mem 0x32927000-0x3548afff]
[    0.007371] ACPI: Early table checksum verification disabled
[    0.007373] ACPI: RSDP 0x00000000DBFED000 000024 (v02 DELL  )
[    0.007375] ACPI: XSDT 0x00000000DBFED090 0000A4 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.007379] ACPI: FACP 0x00000000DBFF8B48 00010C (v05 DELL   CBX3     01072009 AMI  00010013)
[    0.007383] ACPI: DSDT 0x00000000DBFED1C8 00B97E (v02 DELL   CBX3     00000014 INTL 20091112)
[    0.007385] ACPI: FACS 0x00000000DD7FE080 000040
[    0.007387] ACPI: UEFI 0x00000000DBFF9000 00063A (v01 INTEL  RstSataE 00000000 ??   00000000)
[    0.007389] ACPI: APIC 0x00000000DBFF9640 000072 (v03 DELL   CBX3     01072009 AMI  00010013)
[    0.007391] ACPI: FPDT 0x00000000DBFF96B8 000044 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.007393] ACPI: SLIC 0x00000000DBFF9700 000176 (v03 DELL   CBX3     01072009 MSFT 00010013)
[    0.007395] ACPI: LPIT 0x00000000DBFF9878 00005C (v01 DELL   CBX3     00000000 AMI. 00000005)
[    0.007397] ACPI: SSDT 0x00000000DBFF98D8 000539 (v01 PmRef  Cpu0Ist  00003000 INTL 20120711)
[    0.007400] ACPI: SSDT 0x00000000DBFF9E18 000AD8 (v01 PmRef  CpuPm    00003000 INTL 20120711)
[    0.007402] ACPI: SSDT 0x00000000DBFFA8F0 0001C7 (v01 PmRef  LakeTiny 00003000 INTL 20120711)
[    0.007404] ACPI: HPET 0x00000000DBFFAAB8 000038 (v01 DELL   CBX3     01072009 AMI. 00000005)
[    0.007406] ACPI: SSDT 0x00000000DBFFAAF0 00036D (v01 SataRe SataTabl 00001000 INTL 20120711)
[    0.007408] ACPI: MCFG 0x00000000DBFFAE60 00003C (v01 DELL   CBX3     01072009 MSFT 00000097)
[    0.007410] ACPI: SSDT 0x00000000DBFFAEA0 0034D6 (v01 SaSsdt SaSsdt   00003000 INTL 20091112)
[    0.007412] ACPI: ASF! 0x00000000DBFFE378 0000A5 (v32 INTEL   HCG     00000001 TFSM 000F4240)
[    0.007414] ACPI: UEFI 0x00000000DBFFE420 00005C (v01 INTEL  RstSataV 00000000 ??   00000000)
[    0.007416] ACPI: DMAR 0x00000000DBFFE480 000080 (v01 INTEL  HSW      00000001 INTL 00000001)
[    0.007419] ACPI: Reserving FACP table memory at [mem 0xdbff8b48-0xdbff8c53]
[    0.007419] ACPI: Reserving DSDT table memory at [mem 0xdbfed1c8-0xdbff8b45]
[    0.007420] ACPI: Reserving FACS table memory at [mem 0xdd7fe080-0xdd7fe0bf]
[    0.007421] ACPI: Reserving UEFI table memory at [mem 0xdbff9000-0xdbff9639]
[    0.007421] ACPI: Reserving APIC table memory at [mem 0xdbff9640-0xdbff96b1]
[    0.007422] ACPI: Reserving FPDT table memory at [mem 0xdbff96b8-0xdbff96fb]
[    0.007423] ACPI: Reserving SLIC table memory at [mem 0xdbff9700-0xdbff9875]
[    0.007423] ACPI: Reserving LPIT table memory at [mem 0xdbff9878-0xdbff98d3]
[    0.007424] ACPI: Reserving SSDT table memory at [mem 0xdbff98d8-0xdbff9e10]
[    0.007425] ACPI: Reserving SSDT table memory at [mem 0xdbff9e18-0xdbffa8ef]
[    0.007425] ACPI: Reserving SSDT table memory at [mem 0xdbffa8f0-0xdbffaab6]
[    0.007426] ACPI: Reserving HPET table memory at [mem 0xdbffaab8-0xdbffaaef]
[    0.007427] ACPI: Reserving SSDT table memory at [mem 0xdbffaaf0-0xdbffae5c]
[    0.007427] ACPI: Reserving MCFG table memory at [mem 0xdbffae60-0xdbffae9b]
[    0.007428] ACPI: Reserving SSDT table memory at [mem 0xdbffaea0-0xdbffe375]
[    0.007429] ACPI: Reserving ASF! table memory at [mem 0xdbffe378-0xdbffe41c]
[    0.007429] ACPI: Reserving UEFI table memory at [mem 0xdbffe420-0xdbffe47b]
[    0.007430] ACPI: Reserving DMAR table memory at [mem 0xdbffe480-0xdbffe4ff]
[    0.007443] ACPI: Local APIC address 0xfee00000
[    0.007488] No NUMA configuration found
[    0.007488] Faking a node at [mem 0x0000000000000000-0x000000041dffffff]
[    0.007497] NODE_DATA(0) allocated [mem 0x41dfd4000-0x41dffdfff]
[    0.007725] Zone ranges:
[    0.007726]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.007727]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.007728]   Normal   [mem 0x0000000100000000-0x000000041dffffff]
[    0.007729]   Device   empty
[    0.007730] Movable zone start for each node
[    0.007732] Early memory node ranges
[    0.007733]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.007734]   node   0: [mem 0x0000000000059000-0x000000000009cfff]
[    0.007734]   node   0: [mem 0x000000000009f000-0x000000000009ffff]
[    0.007735]   node   0: [mem 0x0000000000100000-0x00000000d52cafff]
[    0.007736]   node   0: [mem 0x00000000d52d2000-0x00000000d5707fff]
[    0.007736]   node   0: [mem 0x00000000d5ba0000-0x00000000daeeafff]
[    0.007737]   node   0: [mem 0x00000000db000000-0x00000000db75ffff]
[    0.007737]   node   0: [mem 0x00000000db800000-0x00000000dbfadfff]
[    0.007738]   node   0: [mem 0x00000000dc000000-0x00000000dd71cfff]
[    0.007738]   node   0: [mem 0x00000000dd800000-0x00000000dee20fff]
[    0.007739]   node   0: [mem 0x0000000100000000-0x000000041dffffff]
[    0.007741] Initmem setup node 0 [mem 0x0000000000001000-0x000000041dffffff]
[    0.007742] On node 0 totalpages: 4179508
[    0.007743]   DMA zone: 64 pages used for memmap
[    0.007743]   DMA zone: 24 pages reserved
[    0.007744]   DMA zone: 3996 pages, LIFO batch:0
[    0.007745]   DMA32 zone: 14171 pages used for memmap
[    0.007745]   DMA32 zone: 906904 pages, LIFO batch:63
[    0.007746]   Normal zone: 51072 pages used for memmap
[    0.007746]   Normal zone: 3268608 pages, LIFO batch:63
[    0.007748] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.007749] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.007750] On node 0, zone DMA: 2 pages in unavailable ranges
[    0.007782] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.014235] On node 0, zone DMA32: 7 pages in unavailable ranges
[    0.014410] On node 0, zone DMA32: 1176 pages in unavailable ranges
[    0.014430] On node 0, zone DMA32: 277 pages in unavailable ranges
[    0.014448] On node 0, zone DMA32: 160 pages in unavailable ranges
[    0.014497] On node 0, zone DMA32: 82 pages in unavailable ranges
[    0.014545] On node 0, zone DMA32: 227 pages in unavailable ranges
[    0.014824] On node 0, zone Normal: 4575 pages in unavailable ranges
[    0.014884] On node 0, zone Normal: 8192 pages in unavailable ranges
[    0.014949] ACPI: PM-Timer IO Port: 0x1808
[    0.014951] ACPI: Local APIC address 0xfee00000
[    0.014955] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.014970] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[    0.014971] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.014972] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.014973] ACPI: IRQ0 used by override.
[    0.014974] ACPI: IRQ9 used by override.
[    0.014975] Using ACPI (MADT) for SMP configuration information
[    0.014976] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.014979] TSC deadline timer available
[    0.014980] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.015001] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.015002] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.015004] PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009efff]
[    0.015005] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.015006] PM: hibernation: Registered nosave memory: [mem 0xd44e8000-0xd44eafff]
[    0.015008] PM: hibernation: Registered nosave memory: [mem 0xd52cb000-0xd52d1fff]
[    0.015009] PM: hibernation: Registered nosave memory: [mem 0xd5708000-0xd5b9ffff]
[    0.015010] PM: hibernation: Registered nosave memory: [mem 0xdaeeb000-0xdaffffff]
[    0.015012] PM: hibernation: Registered nosave memory: [mem 0xdb760000-0xdb7fffff]
[    0.015013] PM: hibernation: Registered nosave memory: [mem 0xdbfae000-0xdbffffff]
[    0.015015] PM: hibernation: Registered nosave memory: [mem 0xdd71d000-0xdd7fffff]
[    0.015016] PM: hibernation: Registered nosave memory: [mem 0xdee21000-0xdeffffff]
[    0.015017] PM: hibernation: Registered nosave memory: [mem 0xdf000000-0xf7ffffff]
[    0.015017] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.015018] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.015018] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.015019] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.015019] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.015020] PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.015020] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.015021] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.015021] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.015022] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.015022] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.015023] [mem 0xdf000000-0xf7ffffff] available for PCI devices
[    0.015025] Booting paravirtualized kernel on bare hardware
[    0.015027] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.017996] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.018134] percpu: Embedded 58 pages/cpu s200536 r8192 d28840 u524288
[    0.018140] pcpu-alloc: s200536 r8192 d28840 u524288 alloc=1*2097152
[    0.018141] pcpu-alloc: [0] 0 1 2 3 
[    0.018166] Built 1 zonelists, mobility grouping on.  Total pages: 4114177
[    0.018167] Policy zone: Normal
[    0.018168] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.10.0-11-amd64 root=UUID=90b6fa9a-da9e-4966-84a5-7d79befb5afd ro quiet
[    0.018843] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.019178] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.019213] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.033367] Memory: 3590504K/16718032K available (12295K kernel code, 2545K rwdata, 7568K rodata, 2412K init, 3680K bss, 507064K reserved, 0K cma-reserved)
[    0.033373] random: get_random_u64 called from __kmem_cache_create+0x2a/0x4d0 with crng_init=0
[    0.033454] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.033462] Kernel/User page tables isolation: enabled
[    0.033477] ftrace: allocating 36444 entries in 143 pages
[    0.042677] ftrace: allocated 143 pages with 5 groups
[    0.042754] rcu: Hierarchical RCU implementation.
[    0.042755] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.042756] 	Rude variant of Tasks RCU enabled.
[    0.042756] 	Tracing variant of Tasks RCU enabled.
[    0.042757] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.042758] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.045420] NR_IRQS: 524544, nr_irqs: 456, preallocated irqs: 16
[    0.045633] random: crng done (trusting CPU's manufacturer)
[    0.045647] Console: colour dummy device 80x25
[    0.045658] printk: console [tty0] enabled
[    0.045668] ACPI: Core revision 20200925
[    0.045750] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.045761] APIC: Switch to symmetric I/O mode setup
[    0.045763] DMAR: Host address width 39
[    0.045764] DMAR: DRHD base: 0x000000fed90000 flags: 0x1
[    0.045768] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap d2008c20660462 ecap f010da
[    0.045768] DMAR: RMRR base: 0x000000def8b000 end: 0x000000def98fff
[    0.045770] DMAR-IR: IOAPIC id 8 under DRHD base  0xfed90000 IOMMU 0
[    0.045771] DMAR-IR: HPET id 0 under DRHD base 0xfed90000
[    0.045771] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.045991] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.045992] x2apic enabled
[    0.045997] Switched APIC routing to cluster x2apic.
[    0.046394] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.065767] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x30e51c5fdfe, max_idle_ns: 440795265275 ns
[    0.065770] Calibrating delay loop (skipped), value calculated using timer frequency.. 6784.17 BogoMIPS (lpj=13568352)
[    0.065772] pid_max: default: 32768 minimum: 301
[    0.067966] LSM: Security Framework initializing
[    0.067973] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.067991] AppArmor: AppArmor initialized
[    0.067992] TOMOYO Linux initialized
[    0.068025] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.068051] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.068227] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.068238] process: using mwait in idle threads
[    0.068240] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.068241] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.068243] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.068244] Spectre V2 : Mitigation: Full generic retpoline
[    0.068244] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.068245] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.068246] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.068247] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.068248] SRBDS: Vulnerable: No microcode
[    0.068249] MDS: Mitigation: Clear CPU buffers
[    0.068338] Freeing SMP alternatives memory: 32K
[    0.069685] smpboot: CPU0: Intel(R) Core(TM) i5-4670 CPU @ 3.40GHz (family: 0x6, model: 0x3c, stepping: 0x3)
[    0.069768] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.069768] ... version:                3
[    0.069768] ... bit width:              48
[    0.069768] ... generic registers:      8
[    0.069768] ... value mask:             0000ffffffffffff
[    0.069768] ... max period:             00007fffffffffff
[    0.069768] ... fixed-purpose events:   3
[    0.069768] ... event mask:             00000007000000ff
[    0.069768] rcu: Hierarchical SRCU implementation.
[    0.069768] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.069768] smp: Bringing up secondary CPUs ...
[    0.069768] x86: Booting SMP configuration:
[    0.069768] .... node  #0, CPUs:      #1 #2 #3
[    0.069768] smp: Brought up 1 node, 4 CPUs
[    0.069768] smpboot: Max logical packages: 1
[    0.069768] smpboot: Total of 4 processors activated (27136.70 BogoMIPS)
[    0.088339] node 0 deferred pages initialised in 20ms
[    0.089055] devtmpfs: initialized
[    0.089786] x86/mm: Memory block size: 128MB
[    0.090522] PM: Registering ACPI NVS region [mem 0xd52cb000-0xd52d1fff] (28672 bytes)
[    0.090522] PM: Registering ACPI NVS region [mem 0xdd71d000-0xdd7fffff] (929792 bytes)
[    0.090522] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.090522] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.090522] pinctrl core: initialized pinctrl subsystem
[    0.090522] NET: Registered protocol family 16
[    0.090522] audit: initializing netlink subsys (disabled)
[    0.090522] audit: type=2000 audit(1646536826.044:1): state=initialized audit_enabled=0 res=1
[    0.090522] thermal_sys: Registered thermal governor 'fair_share'
[    0.090522] thermal_sys: Registered thermal governor 'bang_bang'
[    0.090522] thermal_sys: Registered thermal governor 'step_wise'
[    0.090522] thermal_sys: Registered thermal governor 'user_space'
[    0.090522] thermal_sys: Registered thermal governor 'power_allocator'
[    0.090522] cpuidle: using governor ladder
[    0.090522] cpuidle: using governor menu
[    0.090522] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.090522] ACPI: bus type PCI registered
[    0.090522] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.090522] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.090522] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.090522] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[    0.090522] PCI: Using configuration type 1 for base access
[    0.090522] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
[    0.090522] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.090522] Kprobes globally optimized
[    0.090522] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.090522] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.197819] ACPI: Added _OSI(Module Device)
[    0.197820] ACPI: Added _OSI(Processor Device)
[    0.197821] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.197821] ACPI: Added _OSI(Processor Aggregator Device)
[    0.197822] ACPI: Added _OSI(Linux-Dell-Video)
[    0.197823] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.197823] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.204212] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    0.205026] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.205409] ACPI: Dynamic OEM Table Load:
[    0.205413] ACPI: SSDT 0xFFFF92A240854000 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20120711)
[    0.205967] ACPI: Dynamic OEM Table Load:
[    0.205970] ACPI: SSDT 0xFFFF92A2EB316800 0005AA (v01 PmRef  ApIst    00003000 INTL 20120711)
[    0.206551] ACPI: Dynamic OEM Table Load:
[    0.206553] ACPI: SSDT 0xFFFF92A54DDD7A00 000119 (v01 PmRef  ApCst    00003000 INTL 20120711)
[    0.207447] ACPI: Interpreter enabled
[    0.207468] ACPI: (supports S0 S3 S4 S5)
[    0.207469] ACPI: Using IOAPIC for interrupt routing
[    0.207487] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.207642] ACPI: Enabled 8 GPEs in block 00 to 3F
[    0.214628] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.214632] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.215047] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[    0.215048] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.215303] PCI host bridge to bus 0000:00
[    0.215304] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.215305] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.215306] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.215307] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.215307] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.215308] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.215309] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.215309] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.215310] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.215311] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.215311] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.215312] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff window]
[    0.215313] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.215327] pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000
[    0.215387] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
[    0.215416] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.215530] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[    0.215544] pci 0000:00:14.0: reg 0x10: [mem 0xf7120000-0xf712ffff 64bit]
[    0.215596] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.215660] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[    0.215675] pci 0000:00:16.0: reg 0x10: [mem 0xf713c000-0xf713c00f 64bit]
[    0.215728] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.215783] pci 0000:00:16.3: [8086:8c3d] type 00 class 0x070002
[    0.215794] pci 0000:00:16.3: reg 0x10: [io  0xf0a0-0xf0a7]
[    0.215799] pci 0000:00:16.3: reg 0x14: [mem 0xf713a000-0xf713afff]
[    0.215893] pci 0000:00:19.0: [8086:153a] type 00 class 0x020000
[    0.215904] pci 0000:00:19.0: reg 0x10: [mem 0xf7100000-0xf711ffff]
[    0.215911] pci 0000:00:19.0: reg 0x14: [mem 0xf7139000-0xf7139fff]
[    0.215918] pci 0000:00:19.0: reg 0x18: [io  0xf040-0xf05f]
[    0.215966] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.216030] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[    0.216044] pci 0000:00:1a.0: reg 0x10: [mem 0xf7138000-0xf71383ff]
[    0.216114] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.216179] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[    0.216192] pci 0000:00:1b.0: reg 0x10: [mem 0xf7130000-0xf7133fff 64bit]
[    0.216253] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.216320] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[    0.216333] pci 0000:00:1d.0: reg 0x10: [mem 0xf7137000-0xf71373ff]
[    0.216857] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.216925] pci 0000:00:1f.0: [8086:8c4e] type 00 class 0x060100
[    0.217072] pci 0000:00:1f.2: [8086:2822] type 00 class 0x010400
[    0.217082] pci 0000:00:1f.2: reg 0x10: [io  0xf090-0xf097]
[    0.217088] pci 0000:00:1f.2: reg 0x14: [io  0xf080-0xf083]
[    0.217094] pci 0000:00:1f.2: reg 0x18: [io  0xf070-0xf077]
[    0.217100] pci 0000:00:1f.2: reg 0x1c: [io  0xf060-0xf063]
[    0.217106] pci 0000:00:1f.2: reg 0x20: [io  0xf020-0xf03f]
[    0.217112] pci 0000:00:1f.2: reg 0x24: [mem 0xf7136000-0xf71367ff]
[    0.217141] pci 0000:00:1f.2: PME# supported from D3hot
[    0.217196] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[    0.217210] pci 0000:00:1f.3: reg 0x10: [mem 0xf7135000-0xf71350ff 64bit]
[    0.217226] pci 0000:00:1f.3: reg 0x20: [io  0xf000-0xf01f]
[    0.217325] pci 0000:01:00.0: [10de:1d01] type 00 class 0x030000
[    0.217336] pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[    0.217345] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.217354] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.217361] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.217367] pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
[    0.217455] pci 0000:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:00:01.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[    0.217499] pci 0000:01:00.1: [10de:0fb8] type 00 class 0x040300
[    0.217508] pci 0000:01:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
[    0.217618] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.217620] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.217621] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.217623] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.218241] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.218285] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.218330] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.218377] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.218419] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.218456] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.218498] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.218535] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.218713] iommu: Default domain type: Translated 
[    0.218722] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.218722] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.218722] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.218722] vgaarb: loaded
[    0.218722] EDAC MC: Ver: 3.0.0
[    0.218722] Registered efivars operations
[    0.218722] NetLabel: Initializing
[    0.218722] NetLabel:  domain hash size = 128
[    0.218722] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.218722] NetLabel:  unlabeled traffic allowed by default
[    0.218722] PCI: Using ACPI for IRQ routing
[    0.219109] PCI: pci_cache_line_size set to 64 bytes
[    0.219146] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.219147] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
[    0.219147] e820: reserve RAM buffer [mem 0xd44e8000-0xd7ffffff]
[    0.219148] e820: reserve RAM buffer [mem 0xd52cb000-0xd7ffffff]
[    0.219149] e820: reserve RAM buffer [mem 0xd5708000-0xd7ffffff]
[    0.219150] e820: reserve RAM buffer [mem 0xdaeeb000-0xdbffffff]
[    0.219151] e820: reserve RAM buffer [mem 0xdb760000-0xdbffffff]
[    0.219151] e820: reserve RAM buffer [mem 0xdbfae000-0xdbffffff]
[    0.219152] e820: reserve RAM buffer [mem 0xdd71d000-0xdfffffff]
[    0.219153] e820: reserve RAM buffer [mem 0xdee21000-0xdfffffff]
[    0.219153] e820: reserve RAM buffer [mem 0x41e000000-0x41fffffff]
[    0.219171] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.219175] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.221782] clocksource: Switched to clocksource tsc-early
[    0.228694] VFS: Disk quotas dquot_6.6.0
[    0.228705] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.228789] AppArmor: AppArmor Filesystem Enabled
[    0.228803] pnp: PnP ACPI init
[    0.228880] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.228885] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.229007] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.229008] system 00:01: [io  0xffff] has been reserved
[    0.229009] system 00:01: [io  0xffff] has been reserved
[    0.229010] system 00:01: [io  0xffff] has been reserved
[    0.229011] system 00:01: [io  0x1c00-0x1cfe] has been reserved
[    0.229012] system 00:01: [io  0x1d00-0x1dfe] has been reserved
[    0.229013] system 00:01: [io  0x1e00-0x1efe] has been reserved
[    0.229013] system 00:01: [io  0x1f00-0x1ffe] has been reserved
[    0.229014] system 00:01: [io  0x1800-0x18fe] has been reserved
[    0.229015] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.229017] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.229032] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.229061] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.229064] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.229127] system 00:04: [io  0x0a00-0x0a0f] has been reserved
[    0.229130] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.229159] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.229161] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.229577] pnp 00:06: [dma 0 disabled]
[    0.229601] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.229950] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.229951] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.229952] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.229953] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.229954] system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.229955] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.229956] system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.229957] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.229958] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[    0.229959] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.229960] system 00:07: [mem 0xf7fdf000-0xf7fdffff] has been reserved
[    0.229961] system 00:07: [mem 0xf7fe0000-0xf7feffff] has been reserved
[    0.229963] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.230147] pnp: PnP ACPI: found 8 devices
[    0.235466] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.235502] NET: Registered protocol family 2
[    0.235611] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.237215] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.237274] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.237399] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.237451] TCP: Hash tables configured (established 131072 bind 65536)
[    0.237481] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.237512] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.237553] NET: Registered protocol family 1
[    0.237556] NET: Registered protocol family 44
[    0.237564] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.237566] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.237569] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.237570] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.237573] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.237574] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.237575] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.237576] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.237576] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.237577] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.237578] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.237578] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.237579] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.237580] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.237581] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.237581] pci_bus 0000:00: resource 15 [mem 0xe0000000-0xfeafffff window]
[    0.237582] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.237583] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
[    0.237584] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.261841] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x700 took 22117 usecs
[    0.285842] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x700 took 23425 usecs
[    0.285867] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.285889] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.285893] PCI: CLS 64 bytes, default 64
[    0.285955] Trying to unpack rootfs image as initramfs...
[    0.761047] Freeing initrd memory: 44432K
[    0.761080] DMAR: No ATSR found
[    0.761101] DMAR: dmar0: Using Queued invalidation
[    0.761144] pci 0000:00:00.0: Adding to iommu group 0
[    0.761153] pci 0000:00:01.0: Adding to iommu group 1
[    0.761158] pci 0000:00:14.0: Adding to iommu group 2
[    0.761167] pci 0000:00:16.0: Adding to iommu group 3
[    0.761172] pci 0000:00:16.3: Adding to iommu group 3
[    0.761177] pci 0000:00:19.0: Adding to iommu group 4
[    0.761182] pci 0000:00:1a.0: Adding to iommu group 5
[    0.761189] pci 0000:00:1b.0: Adding to iommu group 6
[    0.761194] pci 0000:00:1d.0: Adding to iommu group 7
[    0.761204] pci 0000:00:1f.0: Adding to iommu group 8
[    0.761209] pci 0000:00:1f.2: Adding to iommu group 8
[    0.761214] pci 0000:00:1f.3: Adding to iommu group 8
[    0.761217] pci 0000:01:00.0: Adding to iommu group 1
[    0.761220] pci 0000:01:00.1: Adding to iommu group 1
[    0.762579] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    0.762580] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.762581] software IO TLB: mapped [mem 0x00000000cfad3000-0x00000000d3ad3000] (64MB)
[    0.762854] Initialise system trusted keyrings
[    0.762861] Key type blacklist registered
[    0.762891] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    0.763615] zbud: loaded
[    0.763721] integrity: Platform Keyring initialized
[    0.763723] Key type asymmetric registered
[    0.763723] Asymmetric key parser 'x509' registered
[    0.763728] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    0.763754] io scheduler mq-deadline registered
[    0.763934] pcieport 0000:00:01.0: PME: Signaling with IRQ 25
[    0.763982] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.763989] intel_idle: MWAIT substates: 0x42120
[    0.763990] intel_idle: v0.5.1 model 0x3C
[    0.764152] intel_idle: Local APIC timer is reliable in all C-states
[    0.764418] ACPI: Invalid active0 threshold
[    0.764467] thermal LNXTHERM:00: registered as thermal_zone0
[    0.764468] ACPI: Thermal Zone [TZ00] (28 C)
[    0.764590] thermal LNXTHERM:01: registered as thermal_zone1
[    0.764591] ACPI: Thermal Zone [TZ01] (30 C)
[    0.764672] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.764842] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.765327] serial 0000:00:16.3: enabling device (0000 -> 0003)
[    0.765549] 0000:00:16.3: ttyS1 at I/O 0xf0a0 (irq = 19, base_baud = 115200) is a 16550A
[    0.765707] Linux agpgart interface v0.103
[    0.765727] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    0.765948] i8042: PNP: No PS/2 controller found.
[    0.765977] mousedev: PS/2 mouse device common for all mice
[    0.765997] rtc_cmos 00:02: RTC can wake from S4
[    0.766158] rtc_cmos 00:02: registered as rtc0
[    0.766207] rtc_cmos 00:02: setting system clock to 2022-03-06T03:20:27 UTC (1646536827)
[    0.766216] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.766231] intel_pstate: Intel P-state driver initializing
[    0.766523] ledtrig-cpu: registered to indicate activity on CPUs
[    0.766784] NET: Registered protocol family 10
[    0.772428] Segment Routing with IPv6
[    0.772441] mip6: Mobile IPv6
[    0.772442] NET: Registered protocol family 17
[    0.772545] mpls_gso: MPLS GSO support
[    0.772810] microcode: sig=0x306c3, pf=0x2, revision=0x27
[    0.772853] microcode: Microcode Update Driver: v2.2.
[    0.772856] IPI shorthand broadcast: enabled
[    0.772861] sched_clock: Marking stable (772616418, 158297)->(1356273060, -583498345)
[    0.772978] registered taskstats version 1
[    0.772980] Loading compiled-in X.509 certificates
[    0.796649] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[    0.796660] Loaded X.509 cert 'Debian Secure Boot Signer 2021 - linux: 4b6ef5abca669825178e052c84667ccbc0531f8c'
[    0.796676] zswap: loaded using pool lzo/zbud
[    0.796974] Key type ._fscrypt registered
[    0.796974] Key type .fscrypt registered
[    0.796975] Key type fscrypt-provisioning registered
[    0.797007] AppArmor: AppArmor sha1 policy hashing enabled
[    0.797290] integrity: Loading X.509 certificate: UEFI:db
[    0.797307] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.797308] integrity: Loading X.509 certificate: UEFI:db
[    0.797322] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.798522] Freeing unused kernel image (initmem) memory: 2412K
[    0.829849] Write protecting the kernel read-only data: 22528k
[    0.830205] Freeing unused kernel image (text/rodata gap) memory: 2040K
[    0.830309] Freeing unused kernel image (rodata/data gap) memory: 624K
[    0.868972] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.868973] x86/mm: Checking user space page tables
[    0.905130] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.905151] Run /init as init process
[    0.905162]   with arguments:
[    0.905163]     /init
[    0.905164]   with environment:
[    0.905164]     HOME=/
[    0.905165]     TERM=linux
[    0.905165]     BOOT_IMAGE=/boot/vmlinuz-5.10.0-11-amd64
[    0.948100] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.959873] wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
[    0.963514] ACPI: Power Button [PWRB]
[    0.963559] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.963583] ACPI: Power Button [PWRF]
[    0.967060] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20200925/utaddress-204)
[    0.967064] pps_core: LinuxPPS API ver. 1 registered
[    0.967065] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    0.967066] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.967073] ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200925/utaddress-204)
[    0.967075] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    0.967076] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20200925/utaddress-204)
[    0.967078] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200925/utaddress-204)
[    0.967082] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    0.967082] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20200925/utaddress-204)
[    0.967084] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200925/utaddress-204)
[    0.967087] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    0.967087] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    0.969336] PTP clock support registered
[    0.969356] ACPI: bus type USB registered
[    0.969370] usbcore: registered new interface driver usbfs
[    0.969374] usbcore: registered new interface driver hub
[    0.969382] usbcore: registered new device driver usb
[    0.970137] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[    0.970163] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    0.971952] i2c i2c-0: 4/4 memory slots populated (from DMI)
[    0.972305] i2c i2c-0: Successfully instantiated SPD at 0x50
[    0.975133] i2c i2c-0: Successfully instantiated SPD at 0x51
[    0.975434] i2c i2c-0: Successfully instantiated SPD at 0x52
[    0.975680] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.975959] i2c i2c-0: Successfully instantiated SPD at 0x53
[    0.977041] e1000e: Intel(R) PRO/1000 Network Driver
[    0.977042] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    0.977177] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    0.977972] ehci-pci: EHCI PCI platform driver
[    0.978059] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    0.978063] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    0.978076] ehci-pci 0000:00:1a.0: debug port 2
[    0.979293] SCSI subsystem initialized
[    0.981994] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    0.982005] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7138000
[    0.987014] libata version 3.00 loaded.
[    0.989680] ahci 0000:00:1f.2: version 3.0
[    0.989872] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3 impl RAID mode
[    0.989873] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst 
[    0.997786] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    0.997820] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    0.997821] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.997822] usb usb1: Product: EHCI Host Controller
[    0.997822] usb usb1: Manufacturer: Linux 5.10.0-11-amd64 ehci_hcd
[    0.997823] usb usb1: SerialNumber: 0000:00:1a.0
[    0.997910] hub 1-0:1.0: USB hub found
[    0.997917] hub 1-0:1.0: 3 ports detected
[    0.998114] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.998120] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.999227] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[    0.999231] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.999353] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    0.999354] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.999355] usb usb2: Product: xHCI Host Controller
[    0.999355] usb usb2: Manufacturer: Linux 5.10.0-11-amd64 xhci-hcd
[    0.999356] usb usb2: SerialNumber: 0000:00:14.0
[    0.999461] hub 2-0:1.0: USB hub found
[    0.999492] hub 2-0:1.0: 15 ports detected
[    1.001827] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    1.001832] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 3
[    1.001852] ehci-pci 0000:00:1d.0: debug port 2
[    1.001861] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.001863] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    1.001865] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    1.002046] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    1.002047] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.002048] usb usb4: Product: xHCI Host Controller
[    1.002048] usb usb4: Manufacturer: Linux 5.10.0-11-amd64 xhci-hcd
[    1.002049] usb usb4: SerialNumber: 0000:00:14.0
[    1.005772] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    1.005781] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7137000
[    1.005860] hub 4-0:1.0: USB hub found
[    1.005877] hub 4-0:1.0: 6 ports detected
[    1.006287] usb: port power management may be unreliable
[    1.006529] scsi host0: ahci
[    1.006653] scsi host1: ahci
[    1.006726] scsi host2: ahci
[    1.007271] scsi host3: ahci
[    1.007793] scsi host4: ahci
[    1.007912] scsi host5: ahci
[    1.007945] ata1: SATA max UDMA/133 abar m2048@0xf7136000 port 0xf7136100 irq 27
[    1.007947] ata2: SATA max UDMA/133 abar m2048@0xf7136000 port 0xf7136180 irq 27
[    1.007947] ata3: DUMMY
[    1.007948] ata4: DUMMY
[    1.007948] ata5: DUMMY
[    1.007949] ata6: DUMMY
[    1.021829] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.021917] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    1.021919] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.021920] usb usb3: Product: EHCI Host Controller
[    1.021921] usb usb3: Manufacturer: Linux 5.10.0-11-amd64 ehci_hcd
[    1.021922] usb usb3: SerialNumber: 0000:00:1d.0
[    1.022045] hub 3-0:1.0: USB hub found
[    1.022050] hub 3-0:1.0: 3 ports detected
[    1.052809] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
[    1.119537] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) f8:b1:56:d3:23:f3
[    1.119539] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[    1.119577] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
[    1.120409] e1000e 0000:00:19.0 eno1: renamed from eth0
[    1.253844] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.257816] usb 2-9: new high-speed USB device number 2 using xhci_hcd
[    1.277814] usb 3-1: new high-speed USB device number 2 using ehci-pci
[    1.320809] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.320833] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.321174] ata1.00: ATA-11: SPCC Solid State Disk, SBFM6B.3, max UDMA/133
[    1.321175] ata1.00: 1000215216 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.321469] ata1.00: configured for UDMA/133
[    1.321566] scsi 0:0:0:0: Direct-Access     ATA      SPCC Solid State 6B.3 PQ: 0 ANSI: 5
[    1.323548] ata2.00: ATAPI: HL-DT-ST DVD+/-RW GTA0N, A100, max UDMA/100
[    1.325813] ata2.00: configured for UDMA/100
[    1.331021] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GTA0N    A100 PQ: 0 ANSI: 5
[    1.362167] sd 0:0:0:0: [sda] 1000215216 512-byte logical blocks: (512 GB/477 GiB)
[    1.362173] sd 0:0:0:0: [sda] Write Protect is off
[    1.362174] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.362190] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.379983]  sda: sda1 sda2 sda3
[    1.393883] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.397361] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.397364] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.410225] usb 1-1: New USB device found, idVendor=8087, idProduct=8008, bcdDevice= 0.04
[    1.410237] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.410603] hub 1-1:1.0: USB hub found
[    1.410691] hub 1-1:1.0: 6 ports detected
[    1.423360] usb 2-9: New USB device found, idVendor=152d, idProduct=2590, bcdDevice=81.05
[    1.423362] usb 2-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.423363] usb 2-9: Product: Generic USB Device
[    1.423364] usb 2-9: Manufacturer: USB to ATA/ATAPI Brid
[    1.423364] usb 2-9: SerialNumber: 00A12345AFD0
[    1.427672] usbcore: registered new interface driver usb-storage
[    1.430105] scsi host6: uas
[    1.430162] usbcore: registered new interface driver uas
[    1.430601] scsi 6:0:0:0: Direct-Access     USB3.0                    8105 PQ: 0 ANSI: 6
[    1.432013] sd 6:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    1.432014] sd 6:0:0:0: [sdb] 4096-byte physical blocks
[    1.432156] sd 6:0:0:0: [sdb] Write Protect is off
[    1.432157] sd 6:0:0:0: [sdb] Mode Sense: 53 00 00 08
[    1.432491] sd 6:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.432725] sd 6:0:0:0: [sdb] Optimal transfer size 33553920 bytes not a multiple of physical block size (4096 bytes)
[    1.438219] usb 3-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.04
[    1.438220] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.438421] hub 3-1:1.0: USB hub found
[    1.438590] hub 3-1:1.0: 8 ports detected
[    1.465679]  sdb: sdb1
[    1.483312] sd 6:0:0:0: [sdb] Attached SCSI disk
[    1.489848] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.773849] tsc: Refined TSC clocksource calibration: 3392.148 MHz
[    1.773854] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x30e5559347e, max_idle_ns: 440795323014 ns
[    1.773882] clocksource: Switched to clocksource tsc
[    1.782939] PM: Image not found (code -22)
[    3.384492] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    3.426421] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[    3.517795] systemd[1]: Inserted module 'autofs4'
[    3.548013] systemd[1]: systemd 247.3-6 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)
[    3.565942] systemd[1]: Detected architecture x86-64.
[    3.566492] systemd[1]: Set hostname to <HTPC>.
[    3.682409] systemd[1]: /lib/systemd/system/plymouth-start.service:16: 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.
[    3.715781] systemd[1]: Queued start job for default target Graphical Interface.
[    3.716493] systemd[1]: Created slice system-getty.slice.
[    3.716649] systemd[1]: Created slice system-modprobe.slice.
[    3.716811] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    3.716920] systemd[1]: Created slice User and Session Slice.
[    3.716980] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.717091] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.717134] systemd[1]: Reached target User and Group Name Lookups.
[    3.717144] systemd[1]: Reached target Remote File Systems.
[    3.717151] systemd[1]: Reached target Slices.
[    3.717248] systemd[1]: Listening on Syslog Socket.
[    3.717316] systemd[1]: Listening on fsck to fsckd communication Socket.
[    3.717350] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    3.717455] systemd[1]: Listening on Journal Audit Socket.
[    3.717516] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.717587] systemd[1]: Listening on Journal Socket.
[    3.717843] systemd[1]: Listening on udev Control Socket.
[    3.717904] systemd[1]: Listening on udev Kernel Socket.
[    3.718381] systemd[1]: Mounting Huge Pages File System...
[    3.718865] systemd[1]: Mounting POSIX Message Queue File System...
[    3.719364] systemd[1]: Mounting Kernel Debug File System...
[    3.719833] systemd[1]: Mounting Kernel Trace File System...
[    3.720662] systemd[1]: Starting Set the console keyboard layout...
[    3.721172] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    3.721672] systemd[1]: Starting Load Kernel Module configfs...
[    3.722187] systemd[1]: Starting Load Kernel Module drm...
[    3.722745] systemd[1]: Starting Load Kernel Module fuse...
[    3.724743] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    3.724782] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    3.725864] systemd[1]: Starting Journal Service...
[    3.730734] systemd[1]: Starting Load Kernel Modules...
[    3.731217] systemd[1]: Starting Remount Root and Kernel File Systems...
[    3.731708] systemd[1]: Starting Coldplug All udev Devices...
[    3.732912] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    3.734957] systemd[1]: modprobe@configfs.service: Succeeded.
[    3.735096] systemd[1]: Finished Load Kernel Module configfs.
[    3.735613] systemd[1]: Mounting Kernel Configuration File System...
[    3.737723] systemd[1]: Mounted Huge Pages File System.
[    3.737822] systemd[1]: Mounted POSIX Message Queue File System.
[    3.737892] systemd[1]: Mounted Kernel Debug File System.
[    3.737967] systemd[1]: Mounted Kernel Trace File System.
[    3.738087] systemd[1]: Mounted Kernel Configuration File System.
[    3.743087] fuse: init (API version 7.32)
[    3.743609] systemd[1]: modprobe@fuse.service: Succeeded.
[    3.743759] systemd[1]: Finished Load Kernel Module fuse.
[    3.744727] systemd[1]: Mounting FUSE Control File System...
[    3.746629] systemd[1]: Mounted FUSE Control File System.
[    3.751149] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[    3.755010] systemd[1]: Finished Remount Root and Kernel File Systems.
[    3.755662] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    3.755691] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    3.756195] systemd[1]: Starting Load/Save Random Seed...
[    3.756673] systemd[1]: Starting Create System Users...
[    3.759059] systemd[1]: modprobe@drm.service: Succeeded.
[    3.759206] systemd[1]: Finished Load Kernel Module drm.
[    3.775562] systemd[1]: Finished Create System Users.
[    3.776184] systemd[1]: Starting Create Static Device Nodes in /dev...
[    3.787503] systemd[1]: Started Journal Service.
[    3.816955] systemd-journald[251]: Received client request to flush runtime journal.
[    3.900033] nvidia: loading out-of-tree module taints kernel.
[    3.900041] nvidia: module license 'NVIDIA' taints kernel.
[    3.900042] Disabling lock debugging due to kernel taint
[    3.908467] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    3.922220] nvidia-nvlink: Nvlink Core is being initialized, major device number 247

[    3.922870] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    4.038651] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  460.91.03  Fri Jul  2 06:04:10 UTC 2021
[    4.068684] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  460.91.03  Fri Jul  2 05:43:38 UTC 2021
[    4.113842] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[    4.113845] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
[    4.312244] input: PC Speaker as /devices/platform/pcspkr/input/input2
[    4.318162] pstore: Using crash dump compression: deflate
[    4.318169] pstore: Registered efi as persistent store backend
[    4.321692] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
[    4.321694] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    4.321694] RAPL PMU: hw unit of domain package 2^-14 Joules
[    4.321695] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    4.335293] cryptd: max_cpu_qlen set to 1000
[    4.341906] loop: module loaded
[    4.366904] AVX2 version of gcm_enc/dec engaged.
[    4.366906] AES CTR mode by8 optimization enabled
[    4.375855] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    4.403716] iTCO_vendor_support: vendor-support=0
[    4.403738] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    4.403771] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    4.403793] sd 6:0:0:0: Attached scsi generic sg2 type 0
[    4.403809] at24 0-0050: supply vcc not found, using dummy regulator
[    4.404357] at24 0-0050: 256 byte spd EEPROM, read-only
[    4.404371] at24 0-0051: supply vcc not found, using dummy regulator
[    4.404903] at24 0-0051: 256 byte spd EEPROM, read-only
[    4.404911] at24 0-0052: supply vcc not found, using dummy regulator
[    4.405422] at24 0-0052: 256 byte spd EEPROM, read-only
[    4.405432] at24 0-0053: supply vcc not found, using dummy regulator
[    4.406981] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4)
[    4.410388] at24 0-0053: 256 byte spd EEPROM, read-only
[    4.412053] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    4.412093] iTCO_wdt: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860)
[    4.412225] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    4.413136] input: Dell WMI hotkeys as /devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input3
[    4.482035] Adding 999420k swap on /dev/sda3.  Priority:-2 extents:1 across:999420k SSFS
[    4.522419] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    4.522454] snd_hda_intel 0000:01:00.1: Disabling MSI
[    4.522457] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    4.585834] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input4
[    4.585927] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input5
[    4.585992] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input6
[    4.586022] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input7
[    4.586047] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input8
[    4.590186] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3220: line_outs=1 (0x1b/0x0/0x0/0x0/0x0) type:line
[    4.590188] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=1 (0x14/0x0/0x0/0x0/0x0)
[    4.590189] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[    4.590189] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    4.590190] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    4.590191] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x1a
[    4.590192] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[    4.640673] audit: type=1400 audit(1646536831.367:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=445 comm="apparmor_parser"
[    4.640676] audit: type=1400 audit(1646536831.367:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=445 comm="apparmor_parser"
[    4.641398] audit: type=1400 audit(1646536831.367:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=444 comm="apparmor_parser"
[    4.643177] audit: type=1400 audit(1646536831.371:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=443 comm="apparmor_parser"
[    4.643179] audit: type=1400 audit(1646536831.371:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=443 comm="apparmor_parser"
[    4.643181] audit: type=1400 audit(1646536831.371:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=443 comm="apparmor_parser"
[    4.645326] audit: type=1400 audit(1646536831.371:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=459 comm="apparmor_parser"
[    4.646578] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    4.646610] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[    4.646640] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[    4.646665] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[    4.650256] audit: type=1400 audit(1646536831.379:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=460 comm="apparmor_parser"
[    4.652929] audit: type=1400 audit(1646536831.379:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/x86_64-linux-gnu/lightdm/lightdm-guest-session" pid=442 comm="apparmor_parser"
[    4.768414] intel_rapl_common: Found RAPL domain package
[    4.768415] intel_rapl_common: Found RAPL domain core
[    4.768416] intel_rapl_common: Found RAPL domain dram
[    4.768422] intel_rapl_common: RAPL package-0 domain package locked by BIOS
[    4.768425] intel_rapl_common: RAPL package-0 domain dram locked by BIOS
[    6.424522] kauditd_printk_skb: 16 callbacks suppressed
[    6.424523] audit: type=1400 audit(1646536833.151:27): apparmor="DENIED" operation="capable" profile="/snap/snapd/14978/usr/lib/snapd/snap-confine" pid=671 comm="snap-confine" capability=12  capname="net_admin"
[    6.424536] audit: type=1400 audit(1646536833.151:28): apparmor="DENIED" operation="capable" profile="/snap/snapd/14978/usr/lib/snapd/snap-confine" pid=671 comm="snap-confine" capability=38  capname="perfmon"
[    7.343193] audit: type=1400 audit(1646536834.071:29): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=671 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[    9.009449] e1000e 0000:00:19.0 eno1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[    9.009488] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
[   10.066581] audit: type=1400 audit(1646536836.795:30): apparmor="DENIED" operation="capable" profile="/snap/snapd/14978/usr/lib/snapd/snap-confine" pid=1165 comm="snap-confine" capability=12  capname="net_admin"
[   10.066584] audit: type=1400 audit(1646536836.795:31): apparmor="DENIED" operation="capable" profile="/snap/snapd/14978/usr/lib/snapd/snap-confine" pid=1165 comm="snap-confine" capability=38  capname="perfmon"
[   10.089655] audit: type=1400 audit(1646536836.815:32): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=1165 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   11.346273] rfkill: input handler disabled
[   13.181766] audit: type=1400 audit(1646536839.907:33): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=1534 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   14.859677] audit: type=1400 audit(1646536841.587:34): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=1589 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   16.395590] audit: type=1400 audit(1646536843.123:35): apparmor="DENIED" operation="capable" profile="/snap/snapd/14978/usr/lib/snapd/snap-confine" pid=1641 comm="snap-confine" capability=12  capname="net_admin"
[   16.395603] audit: type=1400 audit(1646536843.123:36): apparmor="DENIED" operation="capable" profile="/snap/snapd/14978/usr/lib/snapd/snap-confine" pid=1641 comm="snap-confine" capability=38  capname="perfmon"
[   16.405879] audit: type=1400 audit(1646536843.135:37): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=1641 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   17.953651] audit: type=1400 audit(1646536844.679:38): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=1675 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   19.967938] audit: type=1400 audit(1646536846.695:39): apparmor="DENIED" operation="capable" profile="/snap/snapd/14978/usr/lib/snapd/snap-confine" pid=1714 comm="snap-confine" capability=12  capname="net_admin"
[   19.967951] audit: type=1400 audit(1646536846.695:40): apparmor="DENIED" operation="capable" profile="/snap/snapd/14978/usr/lib/snapd/snap-confine" pid=1714 comm="snap-confine" capability=38  capname="perfmon"
[   19.982997] audit: type=1400 audit(1646536846.711:41): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=1714 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   21.481937] audit: type=1400 audit(1646536848.211:42): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=1752 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   23.038189] audit: type=1400 audit(1646536849.767:43): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=1790 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

Hm so the link ready log is interleaved with what appears to be attempt to start adguard. Can you double check that your snippet is included by systemd? systemctl cat snap.adguard-home.adguard-home.service should show that your drop in file was included. If it is then maybe you need to tweak it, but AFAIU network-online.target is rather vague. If your system is configured to use NetworkManager then maybe you can add a dependency on NetworkManager-wait-online.

FWIW, the self-installer of the upstream seems to be adding this:

After=syslog.target network-online.target

see https://github.com/AdguardTeam/AdGuardHome/blob/ff1e108bfe820c533bd757feb25c10a88f9127b1/internal/home/service.go#L335-L339

# /etc/systemd/system/snap.adguard-home.adguard-home.service
[Unit]
# Auto-generated, DO NOT EDIT
Description=Service for snap application adguard-home.adguard-home
Requires=snap-adguard\x2dhome-3721.mount
Wants=network.target
After=snap-adguard\x2dhome-3721.mount network.target snapd.apparmor.service
X-Snappy=yes

[Service]
EnvironmentFile=-/etc/environment
ExecStart=/usr/bin/snap run adguard-home
SyslogIdentifier=adguard-home.adguard-home
Restart=always
WorkingDirectory=/var/snap/adguard-home/3721
TimeoutStopSec=30
Type=simple

[Install]
WantedBy=multi-user.target

# /etc/systemd/system/snap.adguard-home.adguard-home.service.d/override.conf
[Unit]
Wants=network-online.target
After=nework-online.target

Well that looks correct. Do you know if your system is using NetworkManager? If so you may need to run sudo systemctl enable NetworkManager-wait-online.service such that it becomes a dependency of network-online.target, eg:

$ sudo systemctl enable NetworkManager-wait-online.service
Created symlink /etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service → /usr/lib/systemd/system/NetworkManager-wait-online.service.
$ sudo systemctl list-dependencies --after network-online.target
network-online.target
○ ├─NetworkManager-wait-online.service
● └─network.target
●   ├─iwd.service
●   ├─NetworkManager.service
○   ├─systemd-networkd.service
●   ├─systemd-resolved.service
○   └─network-pre.target

Though if you use something else, eg. systemd-networkd, ifupdown, netplan, I’m afraid I don’t know what is the unit which waits for network to be online for those daemon.

It appears I have NetworkManager running

● NetworkManager.service - Network Manager

     Loaded: loaded (/lib/systemd/system/NetworkManager.service; enabled; vendor preset: enabled)
     Active: active (running) since Sun 2022-03-06 13:44:14 AEST; 1 day 8h ago
       Docs: man:NetworkManager(8)
   Main PID: 486 (NetworkManager)
      Tasks: 3 (limit: 19083)
     Memory: 10.2M
        CPU: 2.340s
     CGroup: /system.slice/NetworkManager.service
             └─486 /usr/sbin/NetworkManager --no-daemon

Mar 06 13:44:36 HTPC NetworkManager[486]: <info>  [1646538276.3055] policy: set 'Wired connection 1' (eno1) as default for IPv4 routing and DNS
Mar 06 13:44:36 HTPC NetworkManager[486]: <info>  [1646538276.3082] device (eno1): Activation: successful, device activated.
Mar 06 13:44:36 HTPC NetworkManager[486]: <info>  [1646538276.3086] manager: NetworkManager state is now CONNECTED_GLOBAL
Mar 06 13:44:36 HTPC NetworkManager[486]: <info>  [1646538276.3090] manager: startup complete
Mar 06 13:45:35 HTPC NetworkManager[486]: <info>  [1646538335.4892] dhcp4 (eno1): state changed bound -> expire
Mar 06 13:45:35 HTPC NetworkManager[486]: <info>  [1646538335.4894] device (eno1): DHCPv4: trying to acquire a new lease within 90 seconds
Mar 06 13:45:42 HTPC NetworkManager[486]: <info>  [1646538342.9868] dhcp4 (eno1): state changed expire -> bound, address=192.168.0.2
Mar 06 13:45:42 HTPC NetworkManager[486]: <info>  [1646538342.9874] policy: set 'Wired connection 1' (eno1) as default for IPv4 routing and DNS
Mar 07 01:45:42 HTPC NetworkManager[486]: <info>  [1646581542.8262] dhcp4 (eno1): state changed bound -> extended, address=192.168.0.2
Mar 07 12:48:47 HTPC NetworkManager[486]: <info>  [1646621327.8010] dhcp4 (eno1): state changed extended -> extended, address=192.168.0.2

I’ve applied sudo systemctl enable NetworkManager-wait-online.service and will report back on outcome when I get a chance.

network-online.target
● ├─networking.service
● ├─NetworkManager-wait-online.service
● └─network.target
●   ├─ifupdown-pre.service
●   ├─networking.service
●   ├─NetworkManager.service
●   ├─systemd-networkd.service
●   ├─wpa_supplicant.service
●   └─network-pre.target
●     └─nftables.service

Still same issue, AdGuard Home not loading after power outage.

snap logs

2022-03-09T11:03:34+10:00 adguard-home.adguard-home[2075]: 2022/03/09 11:03:34.898379 [fatal] couldn't start forwarding DNS server: listening to udp socket: listen udp 192.168.0.2:53: bind: cannot assign requested address
2022-03-09T11:03:34+10:00 systemd[1]: snap.adguard-home.adguard-home.service: Main process exited, code=exited, status=1/FAILURE
2022-03-09T11:03:34+10:00 systemd[1]: snap.adguard-home.adguard-home.service: Failed with result 'exit-code'.
2022-03-09T11:03:34+10:00 systemd[1]: snap.adguard-home.adguard-home.service: Consumed 2.192s CPU time.
2022-03-09T11:03:35+10:00 systemd[1]: snap.adguard-home.adguard-home.service: Scheduled restart job, restart counter is at 9.
2022-03-09T11:03:35+10:00 systemd[1]: Stopped Service for snap application adguard-home.adguard-home.
2022-03-09T11:03:35+10:00 systemd[1]: snap.adguard-home.adguard-home.service: Consumed 2.192s CPU time.
2022-03-09T11:03:35+10:00 systemd[1]: snap.adguard-home.adguard-home.service: Start request repeated too quickly.
2022-03-09T11:03:35+10:00 systemd[1]: snap.adguard-home.adguard-home.service: Failed with result 'exit-code'.
2022-03-09T11:03:35+10:00 systemd[1]: Failed to start Service for snap application adguard-home.adguard-home.

dmesg logs

[    0.000000] Linux version 5.10.0-11-amd64 (debian-kernel@lists.debian.org) (gcc-10 (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP Debian 5.10.92-1 (2022-01-18)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.10.0-11-amd64 root=UUID=90b6fa9a-da9e-4966-84a5-7d79befb5afd ro quiet
[    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: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009cfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d000-0x000000000009efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000d52cafff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d52cb000-0x00000000d52d1fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000d52d2000-0x00000000d5707fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d5708000-0x00000000d5b9ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d5ba0000-0x00000000daeeafff] usable
[    0.000000] BIOS-e820: [mem 0x00000000daeeb000-0x00000000daffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000db000000-0x00000000db75ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000db760000-0x00000000db7fffff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000db800000-0x00000000dbfadfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dbfae000-0x00000000dbffffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000dc000000-0x00000000dd71cfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dd71d000-0x00000000dd7fffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000dd800000-0x00000000dee20fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dee21000-0x00000000deffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041dffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by American Megatrends
[    0.000000] efi: ACPI=0xdbfed000 ACPI 2.0=0xdbfed000 SMBIOS=0xf0000 MOKvar=0xd44e8000 
[    0.000000] secureboot: Secure boot could not be determined (mode 0)
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Dell Inc. OptiPlex 9020/0XCR8D, BIOS A25 05/30/2019
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3392.345 MHz processor
[    0.000036] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000038] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000044] last_pfn = 0x41e000 max_arch_pfn = 0x400000000
[    0.000047] MTRR default type: uncachable
[    0.000047] MTRR fixed ranges enabled:
[    0.000048]   00000-9FFFF write-back
[    0.000049]   A0000-DFFFF uncachable
[    0.000050]   E0000-FFFFF write-protect
[    0.000050] MTRR variable ranges enabled:
[    0.000051]   0 base 0000000000 mask 7C00000000 write-back
[    0.000052]   1 base 0400000000 mask 7FF0000000 write-back
[    0.000053]   2 base 0410000000 mask 7FF8000000 write-back
[    0.000053]   3 base 0418000000 mask 7FFC000000 write-back
[    0.000054]   4 base 041C000000 mask 7FFE000000 write-back
[    0.000054]   5 base 00E0000000 mask 7FE0000000 uncachable
[    0.000055]   6 disabled
[    0.000055]   7 disabled
[    0.000056]   8 disabled
[    0.000056]   9 disabled
[    0.000324] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000534] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[    0.000538] last_pfn = 0xdee21 max_arch_pfn = 0x400000000
[    0.006343] e820: update [mem 0xd44e8000-0xd44eafff] usable ==> reserved
[    0.006360] Using GB pages for direct mapping
[    0.007064] RAMDISK: [mem 0x32927000-0x3548afff]
[    0.007066] ACPI: Early table checksum verification disabled
[    0.007068] ACPI: RSDP 0x00000000DBFED000 000024 (v02 DELL  )
[    0.007071] ACPI: XSDT 0x00000000DBFED090 0000A4 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.007075] ACPI: FACP 0x00000000DBFF8B48 00010C (v05 DELL   CBX3     01072009 AMI  00010013)
[    0.007078] ACPI: DSDT 0x00000000DBFED1C8 00B97E (v02 DELL   CBX3     00000014 INTL 20091112)
[    0.007081] ACPI: FACS 0x00000000DD7FE080 000040
[    0.007083] ACPI: UEFI 0x00000000DBFF9000 00063A (v01 INTEL  RstSataE 00000000 ??   00000000)
[    0.007085] ACPI: APIC 0x00000000DBFF9640 000072 (v03 DELL   CBX3     01072009 AMI  00010013)
[    0.007087] ACPI: FPDT 0x00000000DBFF96B8 000044 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.007089] ACPI: SLIC 0x00000000DBFF9700 000176 (v03 DELL   CBX3     01072009 MSFT 00010013)
[    0.007091] ACPI: LPIT 0x00000000DBFF9878 00005C (v01 DELL   CBX3     00000000 AMI. 00000005)
[    0.007093] ACPI: SSDT 0x00000000DBFF98D8 000539 (v01 PmRef  Cpu0Ist  00003000 INTL 20120711)
[    0.007095] ACPI: SSDT 0x00000000DBFF9E18 000AD8 (v01 PmRef  CpuPm    00003000 INTL 20120711)
[    0.007097] ACPI: SSDT 0x00000000DBFFA8F0 0001C7 (v01 PmRef  LakeTiny 00003000 INTL 20120711)
[    0.007099] ACPI: HPET 0x00000000DBFFAAB8 000038 (v01 DELL   CBX3     01072009 AMI. 00000005)
[    0.007101] ACPI: SSDT 0x00000000DBFFAAF0 00036D (v01 SataRe SataTabl 00001000 INTL 20120711)
[    0.007103] ACPI: MCFG 0x00000000DBFFAE60 00003C (v01 DELL   CBX3     01072009 MSFT 00000097)
[    0.007105] ACPI: SSDT 0x00000000DBFFAEA0 0034D6 (v01 SaSsdt SaSsdt   00003000 INTL 20091112)
[    0.007108] ACPI: ASF! 0x00000000DBFFE378 0000A5 (v32 INTEL   HCG     00000001 TFSM 000F4240)
[    0.007110] ACPI: UEFI 0x00000000DBFFE420 00005C (v01 INTEL  RstSataV 00000000 ??   00000000)
[    0.007112] ACPI: DMAR 0x00000000DBFFE480 000080 (v01 INTEL  HSW      00000001 INTL 00000001)
[    0.007114] ACPI: Reserving FACP table memory at [mem 0xdbff8b48-0xdbff8c53]
[    0.007115] ACPI: Reserving DSDT table memory at [mem 0xdbfed1c8-0xdbff8b45]
[    0.007115] ACPI: Reserving FACS table memory at [mem 0xdd7fe080-0xdd7fe0bf]
[    0.007116] ACPI: Reserving UEFI table memory at [mem 0xdbff9000-0xdbff9639]
[    0.007117] ACPI: Reserving APIC table memory at [mem 0xdbff9640-0xdbff96b1]
[    0.007117] ACPI: Reserving FPDT table memory at [mem 0xdbff96b8-0xdbff96fb]
[    0.007118] ACPI: Reserving SLIC table memory at [mem 0xdbff9700-0xdbff9875]
[    0.007119] ACPI: Reserving LPIT table memory at [mem 0xdbff9878-0xdbff98d3]
[    0.007119] ACPI: Reserving SSDT table memory at [mem 0xdbff98d8-0xdbff9e10]
[    0.007120] ACPI: Reserving SSDT table memory at [mem 0xdbff9e18-0xdbffa8ef]
[    0.007121] ACPI: Reserving SSDT table memory at [mem 0xdbffa8f0-0xdbffaab6]
[    0.007121] ACPI: Reserving HPET table memory at [mem 0xdbffaab8-0xdbffaaef]
[    0.007122] ACPI: Reserving SSDT table memory at [mem 0xdbffaaf0-0xdbffae5c]
[    0.007123] ACPI: Reserving MCFG table memory at [mem 0xdbffae60-0xdbffae9b]
[    0.007123] ACPI: Reserving SSDT table memory at [mem 0xdbffaea0-0xdbffe375]
[    0.007124] ACPI: Reserving ASF! table memory at [mem 0xdbffe378-0xdbffe41c]
[    0.007125] ACPI: Reserving UEFI table memory at [mem 0xdbffe420-0xdbffe47b]
[    0.007125] ACPI: Reserving DMAR table memory at [mem 0xdbffe480-0xdbffe4ff]
[    0.007137] ACPI: Local APIC address 0xfee00000
[    0.007182] No NUMA configuration found
[    0.007183] Faking a node at [mem 0x0000000000000000-0x000000041dffffff]
[    0.007191] NODE_DATA(0) allocated [mem 0x41dfd4000-0x41dffdfff]
[    0.007420] Zone ranges:
[    0.007421]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.007422]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.007423]   Normal   [mem 0x0000000100000000-0x000000041dffffff]
[    0.007424]   Device   empty
[    0.007425] Movable zone start for each node
[    0.007427] Early memory node ranges
[    0.007428]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.007428]   node   0: [mem 0x0000000000059000-0x000000000009cfff]
[    0.007429]   node   0: [mem 0x000000000009f000-0x000000000009ffff]
[    0.007429]   node   0: [mem 0x0000000000100000-0x00000000d52cafff]
[    0.007430]   node   0: [mem 0x00000000d52d2000-0x00000000d5707fff]
[    0.007431]   node   0: [mem 0x00000000d5ba0000-0x00000000daeeafff]
[    0.007431]   node   0: [mem 0x00000000db000000-0x00000000db75ffff]
[    0.007432]   node   0: [mem 0x00000000db800000-0x00000000dbfadfff]
[    0.007432]   node   0: [mem 0x00000000dc000000-0x00000000dd71cfff]
[    0.007433]   node   0: [mem 0x00000000dd800000-0x00000000dee20fff]
[    0.007433]   node   0: [mem 0x0000000100000000-0x000000041dffffff]
[    0.007435] Initmem setup node 0 [mem 0x0000000000001000-0x000000041dffffff]
[    0.007437] On node 0 totalpages: 4179508
[    0.007437]   DMA zone: 64 pages used for memmap
[    0.007438]   DMA zone: 24 pages reserved
[    0.007439]   DMA zone: 3996 pages, LIFO batch:0
[    0.007440]   DMA32 zone: 14171 pages used for memmap
[    0.007440]   DMA32 zone: 906904 pages, LIFO batch:63
[    0.007441]   Normal zone: 51072 pages used for memmap
[    0.007441]   Normal zone: 3268608 pages, LIFO batch:63
[    0.007443] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.007444] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.007445] On node 0, zone DMA: 2 pages in unavailable ranges
[    0.007476] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.013936] On node 0, zone DMA32: 7 pages in unavailable ranges
[    0.014110] On node 0, zone DMA32: 1176 pages in unavailable ranges
[    0.014130] On node 0, zone DMA32: 277 pages in unavailable ranges
[    0.014148] On node 0, zone DMA32: 160 pages in unavailable ranges
[    0.014197] On node 0, zone DMA32: 82 pages in unavailable ranges
[    0.014246] On node 0, zone DMA32: 227 pages in unavailable ranges
[    0.014526] On node 0, zone Normal: 4575 pages in unavailable ranges
[    0.014588] On node 0, zone Normal: 8192 pages in unavailable ranges
[    0.014651] ACPI: PM-Timer IO Port: 0x1808
[    0.014653] ACPI: Local APIC address 0xfee00000
[    0.014658] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.014672] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[    0.014673] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.014674] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.014675] ACPI: IRQ0 used by override.
[    0.014676] ACPI: IRQ9 used by override.
[    0.014677] Using ACPI (MADT) for SMP configuration information
[    0.014678] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.014681] TSC deadline timer available
[    0.014682] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.014703] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.014704] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.014706] PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009efff]
[    0.014707] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.014709] PM: hibernation: Registered nosave memory: [mem 0xd44e8000-0xd44eafff]
[    0.014710] PM: hibernation: Registered nosave memory: [mem 0xd52cb000-0xd52d1fff]
[    0.014711] PM: hibernation: Registered nosave memory: [mem 0xd5708000-0xd5b9ffff]
[    0.014713] PM: hibernation: Registered nosave memory: [mem 0xdaeeb000-0xdaffffff]
[    0.014714] PM: hibernation: Registered nosave memory: [mem 0xdb760000-0xdb7fffff]
[    0.014715] PM: hibernation: Registered nosave memory: [mem 0xdbfae000-0xdbffffff]
[    0.014717] PM: hibernation: Registered nosave memory: [mem 0xdd71d000-0xdd7fffff]
[    0.014718] PM: hibernation: Registered nosave memory: [mem 0xdee21000-0xdeffffff]
[    0.014719] PM: hibernation: Registered nosave memory: [mem 0xdf000000-0xf7ffffff]
[    0.014719] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.014720] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.014720] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.014721] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.014721] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.014722] PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.014722] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.014723] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.014723] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.014724] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.014724] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.014726] [mem 0xdf000000-0xf7ffffff] available for PCI devices
[    0.014727] Booting paravirtualized kernel on bare hardware
[    0.014729] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.017700] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.017835] percpu: Embedded 58 pages/cpu s200536 r8192 d28840 u524288
[    0.017841] pcpu-alloc: s200536 r8192 d28840 u524288 alloc=1*2097152
[    0.017842] pcpu-alloc: [0] 0 1 2 3 
[    0.017867] Built 1 zonelists, mobility grouping on.  Total pages: 4114177
[    0.017868] Policy zone: Normal
[    0.017869] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.10.0-11-amd64 root=UUID=90b6fa9a-da9e-4966-84a5-7d79befb5afd ro quiet
[    0.018542] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.018877] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.018911] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.033069] Memory: 3590504K/16718032K available (12295K kernel code, 2545K rwdata, 7568K rodata, 2412K init, 3680K bss, 507064K reserved, 0K cma-reserved)
[    0.033076] random: get_random_u64 called from __kmem_cache_create+0x2a/0x4d0 with crng_init=0
[    0.033156] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.033164] Kernel/User page tables isolation: enabled
[    0.033178] ftrace: allocating 36444 entries in 143 pages
[    0.042394] ftrace: allocated 143 pages with 5 groups
[    0.042470] rcu: Hierarchical RCU implementation.
[    0.042471] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.042472] 	Rude variant of Tasks RCU enabled.
[    0.042472] 	Tracing variant of Tasks RCU enabled.
[    0.042473] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.042474] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.045138] NR_IRQS: 524544, nr_irqs: 456, preallocated irqs: 16
[    0.045347] random: crng done (trusting CPU's manufacturer)
[    0.045360] Console: colour dummy device 80x25
[    0.045371] printk: console [tty0] enabled
[    0.045381] ACPI: Core revision 20200925
[    0.045463] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.045475] APIC: Switch to symmetric I/O mode setup
[    0.045476] DMAR: Host address width 39
[    0.045477] DMAR: DRHD base: 0x000000fed90000 flags: 0x1
[    0.045481] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap d2008c20660462 ecap f010da
[    0.045481] DMAR: RMRR base: 0x000000def8b000 end: 0x000000def98fff
[    0.045483] DMAR-IR: IOAPIC id 8 under DRHD base  0xfed90000 IOMMU 0
[    0.045484] DMAR-IR: HPET id 0 under DRHD base 0xfed90000
[    0.045485] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.045707] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.045708] x2apic enabled
[    0.045714] Switched APIC routing to cluster x2apic.
[    0.046116] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.065479] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x30e60f333d9, max_idle_ns: 440795220170 ns
[    0.065482] Calibrating delay loop (skipped), value calculated using timer frequency.. 6784.69 BogoMIPS (lpj=13569380)
[    0.065483] pid_max: default: 32768 minimum: 301
[    0.067676] LSM: Security Framework initializing
[    0.067683] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.067701] AppArmor: AppArmor initialized
[    0.067702] TOMOYO Linux initialized
[    0.067734] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.067759] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.067934] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.067945] process: using mwait in idle threads
[    0.067947] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.067948] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.067950] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.067951] Spectre V2 : Mitigation: Full generic retpoline
[    0.067952] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.067952] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.067953] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.067954] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.067956] SRBDS: Vulnerable: No microcode
[    0.067956] MDS: Mitigation: Clear CPU buffers
[    0.068046] Freeing SMP alternatives memory: 32K
[    0.069397] smpboot: CPU0: Intel(R) Core(TM) i5-4670 CPU @ 3.40GHz (family: 0x6, model: 0x3c, stepping: 0x3)
[    0.069480] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.069480] ... version:                3
[    0.069480] ... bit width:              48
[    0.069480] ... generic registers:      8
[    0.069480] ... value mask:             0000ffffffffffff
[    0.069480] ... max period:             00007fffffffffff
[    0.069480] ... fixed-purpose events:   3
[    0.069480] ... event mask:             00000007000000ff
[    0.069480] rcu: Hierarchical SRCU implementation.
[    0.069480] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.069480] smp: Bringing up secondary CPUs ...
[    0.069480] x86: Booting SMP configuration:
[    0.069480] .... node  #0, CPUs:      #1 #2 #3
[    0.069480] smp: Brought up 1 node, 4 CPUs
[    0.069480] smpboot: Max logical packages: 1
[    0.069480] smpboot: Total of 4 processors activated (27138.76 BogoMIPS)
[    0.087360] node 0 deferred pages initialised in 20ms
[    0.088508] devtmpfs: initialized
[    0.088508] x86/mm: Memory block size: 128MB
[    0.089881] PM: Registering ACPI NVS region [mem 0xd52cb000-0xd52d1fff] (28672 bytes)
[    0.089881] PM: Registering ACPI NVS region [mem 0xdd71d000-0xdd7fffff] (929792 bytes)
[    0.089881] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.089881] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.089881] pinctrl core: initialized pinctrl subsystem
[    0.089881] NET: Registered protocol family 16
[    0.089881] audit: initializing netlink subsys (disabled)
[    0.089881] audit: type=2000 audit(1646787791.044:1): state=initialized audit_enabled=0 res=1
[    0.089881] thermal_sys: Registered thermal governor 'fair_share'
[    0.089881] thermal_sys: Registered thermal governor 'bang_bang'
[    0.089881] thermal_sys: Registered thermal governor 'step_wise'
[    0.089881] thermal_sys: Registered thermal governor 'user_space'
[    0.089881] thermal_sys: Registered thermal governor 'power_allocator'
[    0.089881] cpuidle: using governor ladder
[    0.089881] cpuidle: using governor menu
[    0.089881] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.089881] ACPI: bus type PCI registered
[    0.089881] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.089881] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.089881] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.089881] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[    0.089881] PCI: Using configuration type 1 for base access
[    0.089881] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
[    0.089881] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.089950] Kprobes globally optimized
[    0.089952] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.089952] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.194145] ACPI: Added _OSI(Module Device)
[    0.194145] ACPI: Added _OSI(Processor Device)
[    0.194145] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.194145] ACPI: Added _OSI(Processor Aggregator Device)
[    0.194145] ACPI: Added _OSI(Linux-Dell-Video)
[    0.194145] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.194145] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.203257] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    0.204033] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.204403] ACPI: Dynamic OEM Table Load:
[    0.204407] ACPI: SSDT 0xFFFF9D5780857400 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20120711)
[    0.204924] ACPI: Dynamic OEM Table Load:
[    0.204927] ACPI: SSDT 0xFFFF9D58A0110800 0005AA (v01 PmRef  ApIst    00003000 INTL 20120711)
[    0.205467] ACPI: Dynamic OEM Table Load:
[    0.205470] ACPI: SSDT 0xFFFF9D5A8DDC6200 000119 (v01 PmRef  ApCst    00003000 INTL 20120711)
[    0.206302] ACPI: Interpreter enabled
[    0.206322] ACPI: (supports S0 S3 S4 S5)
[    0.206323] ACPI: Using IOAPIC for interrupt routing
[    0.206341] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.206483] ACPI: Enabled 8 GPEs in block 00 to 3F
[    0.213253] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.213257] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.213678] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[    0.213679] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.213935] PCI host bridge to bus 0000:00
[    0.213936] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.213937] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.213938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.213939] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.213939] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.213940] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.213941] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.213942] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.213942] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.213943] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.213944] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.213944] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff window]
[    0.213945] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.213959] pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000
[    0.214019] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
[    0.214048] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.214157] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[    0.214172] pci 0000:00:14.0: reg 0x10: [mem 0xf7120000-0xf712ffff 64bit]
[    0.214223] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.214287] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[    0.214302] pci 0000:00:16.0: reg 0x10: [mem 0xf713c000-0xf713c00f 64bit]
[    0.214355] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.214412] pci 0000:00:16.3: [8086:8c3d] type 00 class 0x070002
[    0.214422] pci 0000:00:16.3: reg 0x10: [io  0xf0a0-0xf0a7]
[    0.214427] pci 0000:00:16.3: reg 0x14: [mem 0xf713a000-0xf713afff]
[    0.214526] pci 0000:00:19.0: [8086:153a] type 00 class 0x020000
[    0.214538] pci 0000:00:19.0: reg 0x10: [mem 0xf7100000-0xf711ffff]
[    0.214544] pci 0000:00:19.0: reg 0x14: [mem 0xf7139000-0xf7139fff]
[    0.214551] pci 0000:00:19.0: reg 0x18: [io  0xf040-0xf05f]
[    0.214599] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.214663] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[    0.214676] pci 0000:00:1a.0: reg 0x10: [mem 0xf7138000-0xf71383ff]
[    0.214746] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.214811] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[    0.214825] pci 0000:00:1b.0: reg 0x10: [mem 0xf7130000-0xf7133fff 64bit]
[    0.214886] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.214953] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[    0.214967] pci 0000:00:1d.0: reg 0x10: [mem 0xf7137000-0xf71373ff]
[    0.215037] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.215103] pci 0000:00:1f.0: [8086:8c4e] type 00 class 0x060100
[    0.215249] pci 0000:00:1f.2: [8086:2822] type 00 class 0x010400
[    0.215259] pci 0000:00:1f.2: reg 0x10: [io  0xf090-0xf097]
[    0.215265] pci 0000:00:1f.2: reg 0x14: [io  0xf080-0xf083]
[    0.215271] pci 0000:00:1f.2: reg 0x18: [io  0xf070-0xf077]
[    0.215277] pci 0000:00:1f.2: reg 0x1c: [io  0xf060-0xf063]
[    0.215283] pci 0000:00:1f.2: reg 0x20: [io  0xf020-0xf03f]
[    0.215289] pci 0000:00:1f.2: reg 0x24: [mem 0xf7136000-0xf71367ff]
[    0.215318] pci 0000:00:1f.2: PME# supported from D3hot
[    0.215372] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[    0.215386] pci 0000:00:1f.3: reg 0x10: [mem 0xf7135000-0xf71350ff 64bit]
[    0.215403] pci 0000:00:1f.3: reg 0x20: [io  0xf000-0xf01f]
[    0.215501] pci 0000:01:00.0: [10de:1d01] type 00 class 0x030000
[    0.215512] pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[    0.215521] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.215531] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.215537] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.215544] pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
[    0.215632] pci 0000:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:00:01.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[    0.215676] pci 0000:01:00.1: [10de:0fb8] type 00 class 0x040300
[    0.215686] pci 0000:01:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
[    0.215794] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.215795] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.215797] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.215799] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.217498] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.217544] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.217587] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.217635] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.217679] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.217722] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.217765] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.217802] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.217985] iommu: Default domain type: Translated 
[    0.217994] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.217994] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.217994] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.217994] vgaarb: loaded
[    0.217994] EDAC MC: Ver: 3.0.0
[    0.217994] Registered efivars operations
[    0.217994] NetLabel: Initializing
[    0.217994] NetLabel:  domain hash size = 128
[    0.217994] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.217994] NetLabel:  unlabeled traffic allowed by default
[    0.217994] PCI: Using ACPI for IRQ routing
[    0.218825] PCI: pci_cache_line_size set to 64 bytes
[    0.218857] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.218858] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
[    0.218859] e820: reserve RAM buffer [mem 0xd44e8000-0xd7ffffff]
[    0.218860] e820: reserve RAM buffer [mem 0xd52cb000-0xd7ffffff]
[    0.218860] e820: reserve RAM buffer [mem 0xd5708000-0xd7ffffff]
[    0.218861] e820: reserve RAM buffer [mem 0xdaeeb000-0xdbffffff]
[    0.218862] e820: reserve RAM buffer [mem 0xdb760000-0xdbffffff]
[    0.218863] e820: reserve RAM buffer [mem 0xdbfae000-0xdbffffff]
[    0.218863] e820: reserve RAM buffer [mem 0xdd71d000-0xdfffffff]
[    0.218864] e820: reserve RAM buffer [mem 0xdee21000-0xdfffffff]
[    0.218865] e820: reserve RAM buffer [mem 0x41e000000-0x41fffffff]
[    0.218884] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.218888] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.221495] clocksource: Switched to clocksource tsc-early
[    0.228471] VFS: Disk quotas dquot_6.6.0
[    0.228482] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.228565] AppArmor: AppArmor Filesystem Enabled
[    0.228579] pnp: PnP ACPI init
[    0.228655] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.228660] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.228790] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.228791] system 00:01: [io  0xffff] has been reserved
[    0.228792] system 00:01: [io  0xffff] has been reserved
[    0.228793] system 00:01: [io  0xffff] has been reserved
[    0.228793] system 00:01: [io  0x1c00-0x1cfe] has been reserved
[    0.228794] system 00:01: [io  0x1d00-0x1dfe] has been reserved
[    0.228795] system 00:01: [io  0x1e00-0x1efe] has been reserved
[    0.228796] system 00:01: [io  0x1f00-0x1ffe] has been reserved
[    0.228797] system 00:01: [io  0x1800-0x18fe] has been reserved
[    0.228797] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.228800] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.228815] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.228844] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.228846] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.228908] system 00:04: [io  0x0a00-0x0a0f] has been reserved
[    0.228910] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.228939] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.228941] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.229364] pnp 00:06: [dma 0 disabled]
[    0.229389] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.229720] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.229721] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.229722] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.229723] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.229724] system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.229725] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.229726] system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.229727] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.229728] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[    0.229729] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.229730] system 00:07: [mem 0xf7fdf000-0xf7fdffff] has been reserved
[    0.229731] system 00:07: [mem 0xf7fe0000-0xf7feffff] has been reserved
[    0.229733] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.229919] pnp: PnP ACPI: found 8 devices
[    0.235238] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.235274] NET: Registered protocol family 2
[    0.235383] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.236986] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.237045] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.237170] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.237222] TCP: Hash tables configured (established 131072 bind 65536)
[    0.237252] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.237283] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.237323] NET: Registered protocol family 1
[    0.237327] NET: Registered protocol family 44
[    0.237335] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.237337] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.237339] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.237341] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.237344] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.237344] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.237345] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.237346] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.237347] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.237347] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.237348] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.237349] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.237350] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.237350] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.237351] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.237352] pci_bus 0000:00: resource 15 [mem 0xe0000000-0xfeafffff window]
[    0.237353] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.237353] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
[    0.237354] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.261558] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x700 took 22067 usecs
[    0.285554] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x700 took 23420 usecs
[    0.285579] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.285601] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.285605] PCI: CLS 64 bytes, default 64
[    0.285666] Trying to unpack rootfs image as initramfs...
[    0.760737] Freeing initrd memory: 44432K
[    0.760771] DMAR: No ATSR found
[    0.760792] DMAR: dmar0: Using Queued invalidation
[    0.760834] pci 0000:00:00.0: Adding to iommu group 0
[    0.760843] pci 0000:00:01.0: Adding to iommu group 1
[    0.760848] pci 0000:00:14.0: Adding to iommu group 2
[    0.760857] pci 0000:00:16.0: Adding to iommu group 3
[    0.760861] pci 0000:00:16.3: Adding to iommu group 3
[    0.760867] pci 0000:00:19.0: Adding to iommu group 4
[    0.760872] pci 0000:00:1a.0: Adding to iommu group 5
[    0.760878] pci 0000:00:1b.0: Adding to iommu group 6
[    0.760884] pci 0000:00:1d.0: Adding to iommu group 7
[    0.760893] pci 0000:00:1f.0: Adding to iommu group 8
[    0.760898] pci 0000:00:1f.2: Adding to iommu group 8
[    0.760903] pci 0000:00:1f.3: Adding to iommu group 8
[    0.760906] pci 0000:01:00.0: Adding to iommu group 1
[    0.760910] pci 0000:01:00.1: Adding to iommu group 1
[    0.762270] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    0.762270] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.762272] software IO TLB: mapped [mem 0x00000000cfad3000-0x00000000d3ad3000] (64MB)
[    0.762544] Initialise system trusted keyrings
[    0.762551] Key type blacklist registered
[    0.762582] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    0.763307] zbud: loaded
[    0.763414] integrity: Platform Keyring initialized
[    0.763415] Key type asymmetric registered
[    0.763415] Asymmetric key parser 'x509' registered
[    0.763420] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    0.763445] io scheduler mq-deadline registered
[    0.763623] pcieport 0000:00:01.0: PME: Signaling with IRQ 25
[    0.763671] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.763678] intel_idle: MWAIT substates: 0x42120
[    0.763678] intel_idle: v0.5.1 model 0x3C
[    0.763840] intel_idle: Local APIC timer is reliable in all C-states
[    0.764102] ACPI: Invalid active0 threshold
[    0.764151] thermal LNXTHERM:00: registered as thermal_zone0
[    0.764152] ACPI: Thermal Zone [TZ00] (28 C)
[    0.764274] thermal LNXTHERM:01: registered as thermal_zone1
[    0.764275] ACPI: Thermal Zone [TZ01] (30 C)
[    0.764355] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.764518] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.765004] serial 0000:00:16.3: enabling device (0000 -> 0003)
[    0.765225] 0000:00:16.3: ttyS1 at I/O 0xf0a0 (irq = 19, base_baud = 115200) is a 16550A
[    0.765379] Linux agpgart interface v0.103
[    0.765399] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    0.765618] i8042: PNP: No PS/2 controller found.
[    0.765646] mousedev: PS/2 mouse device common for all mice
[    0.765666] rtc_cmos 00:02: RTC can wake from S4
[    0.765826] rtc_cmos 00:02: registered as rtc0
[    0.765874] rtc_cmos 00:02: setting system clock to 2022-03-09T01:03:12 UTC (1646787792)
[    0.765883] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.765897] intel_pstate: Intel P-state driver initializing
[    0.766170] ledtrig-cpu: registered to indicate activity on CPUs
[    0.766443] NET: Registered protocol family 10
[    0.771644] Segment Routing with IPv6
[    0.771655] mip6: Mobile IPv6
[    0.771657] NET: Registered protocol family 17
[    0.771762] mpls_gso: MPLS GSO support
[    0.771998] microcode: sig=0x306c3, pf=0x2, revision=0x27
[    0.772036] microcode: Microcode Update Driver: v2.2.
[    0.772039] IPI shorthand broadcast: enabled
[    0.772052] sched_clock: Marking stable (771804233, 156597)->(1354543402, -582582572)
[    0.772183] registered taskstats version 1
[    0.772184] Loading compiled-in X.509 certificates
[    0.795885] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[    0.795895] Loaded X.509 cert 'Debian Secure Boot Signer 2021 - linux: 4b6ef5abca669825178e052c84667ccbc0531f8c'
[    0.795912] zswap: loaded using pool lzo/zbud
[    0.796275] Key type ._fscrypt registered
[    0.796276] Key type .fscrypt registered
[    0.796277] Key type fscrypt-provisioning registered
[    0.796308] AppArmor: AppArmor sha1 policy hashing enabled
[    0.796628] integrity: Loading X.509 certificate: UEFI:db
[    0.796645] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.796646] integrity: Loading X.509 certificate: UEFI:db
[    0.796661] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.797866] Freeing unused kernel image (initmem) memory: 2412K
[    0.837596] Write protecting the kernel read-only data: 22528k
[    0.837937] Freeing unused kernel image (text/rodata gap) memory: 2040K
[    0.838073] Freeing unused kernel image (rodata/data gap) memory: 624K
[    0.876309] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.876310] x86/mm: Checking user space page tables
[    0.912351] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.912355] Run /init as init process
[    0.912356]   with arguments:
[    0.912357]     /init
[    0.912357]   with environment:
[    0.912357]     HOME=/
[    0.912358]     TERM=linux
[    0.912358]     BOOT_IMAGE=/boot/vmlinuz-5.10.0-11-amd64
[    0.955235] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.965303] wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
[    0.966361] pps_core: LinuxPPS API ver. 1 registered
[    0.966362] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.967234] PTP clock support registered
[    0.972328] ACPI: Power Button [PWRB]
[    0.972366] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.972389] ACPI: Power Button [PWRF]
[    0.975071] ACPI: bus type USB registered
[    0.975085] usbcore: registered new interface driver usbfs
[    0.975090] usbcore: registered new interface driver hub
[    0.975097] usbcore: registered new device driver usb
[    0.976097] e1000e: Intel(R) PRO/1000 Network Driver
[    0.976098] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    0.976240] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    0.978771] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20200925/utaddress-204)
[    0.978775] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    0.978782] ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200925/utaddress-204)
[    0.978785] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    0.978785] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20200925/utaddress-204)
[    0.978787] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200925/utaddress-204)
[    0.978789] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    0.978789] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20200925/utaddress-204)
[    0.978791] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200925/utaddress-204)
[    0.978793] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    0.978793] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    0.979387] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.979812] ehci-pci: EHCI PCI platform driver
[    0.979910] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    0.979913] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    0.979927] ehci-pci 0000:00:1a.0: debug port 2
[    0.983828] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    0.984288] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7138000
[    0.986921] SCSI subsystem initialized
[    1.001500] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.001549] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    1.001550] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.001551] usb usb1: Product: EHCI Host Controller
[    1.001552] usb usb1: Manufacturer: Linux 5.10.0-11-amd64 ehci_hcd
[    1.001552] usb usb1: SerialNumber: 0000:00:1a.0
[    1.001635] hub 1-0:1.0: USB hub found
[    1.001639] hub 1-0:1.0: 3 ports detected
[    1.001818] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.001822] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.001966] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[    1.001991] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    1.002926] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[    1.002930] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.003057] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    1.003058] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.003059] usb usb2: Product: xHCI Host Controller
[    1.003060] usb usb2: Manufacturer: Linux 5.10.0-11-amd64 xhci-hcd
[    1.003060] usb usb2: SerialNumber: 0000:00:14.0
[    1.003181] hub 2-0:1.0: USB hub found
[    1.003202] hub 2-0:1.0: 15 ports detected
[    1.005649] libata version 3.00 loaded.
[    1.006519] i2c i2c-0: 4/4 memory slots populated (from DMI)
[    1.006566] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    1.006570] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 3
[    1.006589] ehci-pci 0000:00:1d.0: debug port 2
[    1.006599] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.006602] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    1.006604] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    1.006655] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    1.006655] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.006656] usb usb4: Product: xHCI Host Controller
[    1.006657] usb usb4: Manufacturer: Linux 5.10.0-11-amd64 xhci-hcd
[    1.006657] usb usb4: SerialNumber: 0000:00:14.0
[    1.006793] hub 4-0:1.0: USB hub found
[    1.006808] hub 4-0:1.0: 6 ports detected
[    1.007095] usb: port power management may be unreliable
[    1.008359] ahci 0000:00:1f.2: version 3.0
[    1.008492] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3 impl RAID mode
[    1.008493] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst 
[    1.009723] i2c i2c-0: Successfully instantiated SPD at 0x50
[    1.010040] i2c i2c-0: Successfully instantiated SPD at 0x51
[    1.010371] i2c i2c-0: Successfully instantiated SPD at 0x52
[    1.010529] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    1.010539] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7137000
[    1.010744] i2c i2c-0: Successfully instantiated SPD at 0x53
[    1.017966] scsi host0: ahci
[    1.018118] scsi host1: ahci
[    1.018227] scsi host2: ahci
[    1.018330] scsi host3: ahci
[    1.018464] scsi host4: ahci
[    1.018544] scsi host5: ahci
[    1.018574] ata1: SATA max UDMA/133 abar m2048@0xf7136000 port 0xf7136100 irq 28
[    1.018576] ata2: SATA max UDMA/133 abar m2048@0xf7136000 port 0xf7136180 irq 28
[    1.018576] ata3: DUMMY
[    1.018577] ata4: DUMMY
[    1.018577] ata5: DUMMY
[    1.018578] ata6: DUMMY
[    1.029492] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.029525] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    1.029526] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.029527] usb usb3: Product: EHCI Host Controller
[    1.029527] usb usb3: Manufacturer: Linux 5.10.0-11-amd64 ehci_hcd
[    1.029528] usb usb3: SerialNumber: 0000:00:1d.0
[    1.029681] hub 3-0:1.0: USB hub found
[    1.029686] hub 3-0:1.0: 3 ports detected
[    1.060506] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
[    1.127320] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) f8:b1:56:d3:23:f3
[    1.127322] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[    1.127359] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
[    1.128344] e1000e 0000:00:19.0 eno1: renamed from eth0
[    1.257552] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.265515] usb 2-9: new high-speed USB device number 2 using xhci_hcd
[    1.285557] usb 3-1: new high-speed USB device number 2 using ehci-pci
[    1.332119] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.332806] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.333141] ata1.00: ATA-11: SPCC Solid State Disk, SBFM6B.3, max UDMA/133
[    1.333142] ata1.00: 1000215216 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.333383] ata1.00: configured for UDMA/133
[    1.333470] scsi 0:0:0:0: Direct-Access     ATA      SPCC Solid State 6B.3 PQ: 0 ANSI: 5
[    1.334867] ata2.00: ATAPI: HL-DT-ST DVD+/-RW GTA0N, A100, max UDMA/100
[    1.338441] ata2.00: configured for UDMA/100
[    1.343614] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GTA0N    A100 PQ: 0 ANSI: 5
[    1.376808] sd 0:0:0:0: [sda] 1000215216 512-byte logical blocks: (512 GB/477 GiB)
[    1.376814] sd 0:0:0:0: [sda] Write Protect is off
[    1.376815] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.376823] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.413969] usb 1-1: New USB device found, idVendor=8087, idProduct=8008, bcdDevice= 0.04
[    1.413971] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.414227] hub 1-1:1.0: USB hub found
[    1.414345] hub 1-1:1.0: 6 ports detected
[    1.415560]  sda: sda1 sda2 sda3
[    1.417054] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.417056] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.434659] usb 2-9: New USB device found, idVendor=152d, idProduct=2590, bcdDevice=81.05
[    1.434660] usb 2-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.434661] usb 2-9: Product: Generic USB Device
[    1.434662] usb 2-9: Manufacturer: USB to ATA/ATAPI Brid
[    1.434663] usb 2-9: SerialNumber: 00A12345AFD0
[    1.439131] usbcore: registered new interface driver usb-storage
[    1.441662] scsi host6: uas
[    1.441716] usbcore: registered new interface driver uas
[    1.442235] scsi 6:0:0:0: Direct-Access     USB3.0                    8105 PQ: 0 ANSI: 6
[    1.443687] sd 6:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    1.443689] sd 6:0:0:0: [sdb] 4096-byte physical blocks
[    1.443835] sd 6:0:0:0: [sdb] Write Protect is off
[    1.443836] sd 6:0:0:0: [sdb] Mode Sense: 53 00 00 08
[    1.444128] sd 6:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.444359] sd 6:0:0:0: [sdb] Optimal transfer size 33553920 bytes not a multiple of physical block size (4096 bytes)
[    1.449582] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.449956] usb 3-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.04
[    1.449958] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.450108] hub 3-1:1.0: USB hub found
[    1.450215] hub 3-1:1.0: 8 ports detected
[    1.469534]  sdb: sdb1
[    1.489539] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.494774] sd 6:0:0:0: [sdb] Attached SCSI disk
[    1.747740] PM: Image not found (code -22)
[    1.773497] tsc: Refined TSC clocksource calibration: 3392.144 MHz
[    1.773502] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x30e5517d4e4, max_idle_ns: 440795261668 ns
[    1.773530] clocksource: Switched to clocksource tsc
[    2.472211] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    2.515427] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[    2.609167] systemd[1]: Inserted module 'autofs4'
[    2.639687] systemd[1]: systemd 247.3-6 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)
[    2.657648] systemd[1]: Detected architecture x86-64.
[    2.658197] systemd[1]: Set hostname to <HTPC>.
[    2.776305] systemd[1]: /lib/systemd/system/plymouth-start.service:16: 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.
[    2.810393] systemd[1]: Queued start job for default target Graphical Interface.
[    2.811222] systemd[1]: Created slice system-getty.slice.
[    2.811383] systemd[1]: Created slice system-modprobe.slice.
[    2.811548] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    2.811668] systemd[1]: Created slice User and Session Slice.
[    2.811731] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    2.811840] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.811879] systemd[1]: Reached target User and Group Name Lookups.
[    2.811889] systemd[1]: Reached target Remote File Systems.
[    2.811894] systemd[1]: Reached target Slices.
[    2.811981] systemd[1]: Listening on Syslog Socket.
[    2.812040] systemd[1]: Listening on fsck to fsckd communication Socket.
[    2.812077] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    2.812186] systemd[1]: Listening on Journal Audit Socket.
[    2.812249] systemd[1]: Listening on Journal Socket (/dev/log).
[    2.812323] systemd[1]: Listening on Journal Socket.
[    2.812567] systemd[1]: Listening on udev Control Socket.
[    2.812627] systemd[1]: Listening on udev Kernel Socket.
[    2.813100] systemd[1]: Mounting Huge Pages File System...
[    2.813566] systemd[1]: Mounting POSIX Message Queue File System...
[    2.814066] systemd[1]: Mounting Kernel Debug File System...
[    2.814523] systemd[1]: Mounting Kernel Trace File System...
[    2.815266] systemd[1]: Starting Set the console keyboard layout...
[    2.815775] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    2.816272] systemd[1]: Starting Load Kernel Module configfs...
[    2.816797] systemd[1]: Starting Load Kernel Module drm...
[    2.817312] systemd[1]: Starting Load Kernel Module fuse...
[    2.819335] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    2.819369] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    2.820443] systemd[1]: Starting Journal Service...
[    2.825278] systemd[1]: Starting Load Kernel Modules...
[    2.825777] systemd[1]: Starting Remount Root and Kernel File Systems...
[    2.826265] systemd[1]: Starting Coldplug All udev Devices...
[    2.827426] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    2.829346] systemd[1]: modprobe@configfs.service: Succeeded.
[    2.829491] systemd[1]: Finished Load Kernel Module configfs.
[    2.829994] systemd[1]: Mounting Kernel Configuration File System...
[    2.832265] systemd[1]: Mounted Huge Pages File System.
[    2.832413] systemd[1]: Mounted POSIX Message Queue File System.
[    2.832525] systemd[1]: Mounted Kernel Debug File System.
[    2.832626] systemd[1]: Mounted Kernel Trace File System.
[    2.833263] systemd[1]: Mounted Kernel Configuration File System.
[    2.836380] fuse: init (API version 7.32)
[    2.839670] systemd[1]: modprobe@fuse.service: Succeeded.
[    2.839812] systemd[1]: Finished Load Kernel Module fuse.
[    2.840395] systemd[1]: Mounting FUSE Control File System...
[    2.842901] systemd[1]: Mounted FUSE Control File System.
[    2.843559] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[    2.844203] systemd[1]: Finished Remount Root and Kernel File Systems.
[    2.845627] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    2.845654] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    2.846177] systemd[1]: Starting Load/Save Random Seed...
[    2.846824] systemd[1]: Starting Create System Users...
[    2.853215] systemd[1]: modprobe@drm.service: Succeeded.
[    2.853369] systemd[1]: Finished Load Kernel Module drm.
[    2.872203] systemd[1]: Finished Create System Users.
[    2.872796] systemd[1]: Starting Create Static Device Nodes in /dev...
[    2.875491] systemd[1]: Finished Load/Save Random Seed.
[    2.875628] systemd[1]: Condition check resulted in First Boot Complete being skipped.
[    2.877583] systemd[1]: Started Journal Service.
[    2.904635] systemd-journald[250]: Received client request to flush runtime journal.
[    3.003391] nvidia: loading out-of-tree module taints kernel.
[    3.003399] nvidia: module license 'NVIDIA' taints kernel.
[    3.003400] Disabling lock debugging due to kernel taint
[    3.011836] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    3.025242] nvidia-nvlink: Nvlink Core is being initialized, major device number 247

[    3.025822] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    3.143780] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  460.91.03  Fri Jul  2 06:04:10 UTC 2021
[    3.179860] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  460.91.03  Fri Jul  2 05:43:38 UTC 2021
[    3.227064] input: PC Speaker as /devices/platform/pcspkr/input/input2
[    3.230557] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[    3.230559] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
[    3.255266] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4)
[    3.274134] iTCO_vendor_support: vendor-support=0
[    3.275099] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.275140] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    3.275189] sd 6:0:0:0: Attached scsi generic sg2 type 0
[    3.275910] at24 0-0050: supply vcc not found, using dummy regulator
[    3.276467] at24 0-0050: 256 byte spd EEPROM, read-only
[    3.276481] at24 0-0051: supply vcc not found, using dummy regulator
[    3.277508] at24 0-0051: 256 byte spd EEPROM, read-only
[    3.277520] at24 0-0052: supply vcc not found, using dummy regulator
[    3.278127] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    3.278158] iTCO_wdt: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860)
[    3.278218] at24 0-0052: 256 byte spd EEPROM, read-only
[    3.278235] at24 0-0053: supply vcc not found, using dummy regulator
[    3.278905] at24 0-0053: 256 byte spd EEPROM, read-only
[    3.279453] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    3.281814] pstore: Using crash dump compression: deflate
[    3.281831] pstore: Registered efi as persistent store backend
[    3.302498] input: Dell WMI hotkeys as /devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input3
[    3.335652] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
[    3.335654] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    3.335654] RAPL PMU: hw unit of domain package 2^-14 Joules
[    3.335654] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    3.365658] Adding 999420k swap on /dev/sda3.  Priority:-2 extents:1 across:999420k SSFS
[    3.380776] cryptd: max_cpu_qlen set to 1000
[    3.453551] loop: module loaded
[    3.483385] AVX2 version of gcm_enc/dec engaged.
[    3.483386] AES CTR mode by8 optimization enabled
[    3.483569] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    3.489774] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    3.489807] snd_hda_intel 0000:01:00.1: Disabling MSI
[    3.489811] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    3.530694] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input4
[    3.530724] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input5
[    3.530749] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input6
[    3.530773] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input7
[    3.530798] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input8
[    3.582809] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3220: line_outs=1 (0x1b/0x0/0x0/0x0/0x0) type:line
[    3.582811] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=1 (0x14/0x0/0x0/0x0/0x0)
[    3.582812] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[    3.582813] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    3.582813] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    3.582814] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x1a
[    3.582815] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[    3.631435] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    3.632368] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[    3.632979] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[    3.633191] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[    3.643435] audit: type=1400 audit(1646787795.371:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=456 comm="apparmor_parser"
[    3.643438] audit: type=1400 audit(1646787795.371:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=456 comm="apparmor_parser"
[    3.644607] audit: type=1400 audit(1646787795.371:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=454 comm="apparmor_parser"
[    3.644610] audit: type=1400 audit(1646787795.371:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=454 comm="apparmor_parser"
[    3.644611] audit: type=1400 audit(1646787795.371:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=454 comm="apparmor_parser"
[    3.646030] audit: type=1400 audit(1646787795.375:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=455 comm="apparmor_parser"
[    3.649265] audit: type=1400 audit(1646787795.375:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=461 comm="apparmor_parser"
[    3.649660] audit: type=1400 audit(1646787795.379:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=462 comm="apparmor_parser"
[    3.652174] audit: type=1400 audit(1646787795.379:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=463 comm="apparmor_parser"
[    3.760582] intel_rapl_common: Found RAPL domain package
[    3.760583] intel_rapl_common: Found RAPL domain core
[    3.760584] intel_rapl_common: Found RAPL domain dram
[    3.760587] intel_rapl_common: RAPL package-0 domain package locked by BIOS
[    3.760590] intel_rapl_common: RAPL package-0 domain dram locked by BIOS
[    5.401387] kauditd_printk_skb: 16 callbacks suppressed
[    5.401388] audit: type=1400 audit(1646787797.127:27): apparmor="DENIED" operation="capable" profile="/snap/snapd/14978/usr/lib/snapd/snap-confine" pid=665 comm="snap-confine" capability=12  capname="net_admin"
[    5.403122] audit: type=1400 audit(1646787797.127:28): apparmor="DENIED" operation="capable" profile="/snap/snapd/14978/usr/lib/snapd/snap-confine" pid=665 comm="snap-confine" capability=38  capname="perfmon"
[    6.437985] audit: type=1400 audit(1646787798.167:29): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=665 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[    7.171901] e1000e 0000:00:19.0 eno1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[    7.171948] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
[    9.123662] audit: type=1400 audit(1646787800.851:30): apparmor="DENIED" operation="capable" profile="/snap/snapd/14978/usr/lib/snapd/snap-confine" pid=1218 comm="snap-confine" capability=12  capname="net_admin"
[    9.123675] audit: type=1400 audit(1646787800.851:31): apparmor="DENIED" operation="capable" profile="/snap/snapd/14978/usr/lib/snapd/snap-confine" pid=1218 comm="snap-confine" capability=38  capname="perfmon"
[    9.143471] audit: type=1400 audit(1646787800.871:32): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=1218 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   10.341663] rfkill: input handler disabled
[   12.034485] audit: type=1400 audit(1646787803.763:33): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=1628 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   13.755336] audit: type=1400 audit(1646787805.483:34): apparmor="DENIED" operation="capable" profile="/snap/snapd/14978/usr/lib/snapd/snap-confine" pid=1714 comm="snap-confine" capability=12  capname="net_admin"
[   13.755348] audit: type=1400 audit(1646787805.483:35): apparmor="DENIED" operation="capable" profile="/snap/snapd/14978/usr/lib/snapd/snap-confine" pid=1714 comm="snap-confine" capability=38  capname="perfmon"
[   13.765727] audit: type=1400 audit(1646787805.495:36): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=1714 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   15.447560] audit: type=1400 audit(1646787807.175:37): apparmor="DENIED" operation="capable" profile="/snap/snapd/14978/usr/lib/snapd/snap-confine" pid=1798 comm="snap-confine" capability=12  capname="net_admin"
[   15.447572] audit: type=1400 audit(1646787807.175:38): apparmor="DENIED" operation="capable" profile="/snap/snapd/14978/usr/lib/snapd/snap-confine" pid=1798 comm="snap-confine" capability=38  capname="perfmon"
[   15.457853] audit: type=1400 audit(1646787807.187:39): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=1798 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   17.021337] audit: type=1400 audit(1646787808.747:40): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=1897 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   18.674325] audit: type=1400 audit(1646787810.403:41): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=1998 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   20.291161] audit: type=1400 audit(1646787812.019:42): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=2037 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   21.894569] audit: type=1400 audit(1646787813.623:43): apparmor="DENIED" operation="open" profile="snap.adguard-home.adguard-home" name="/etc/" pid=2075 comm="AdGuardHome" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

htpc@HTPC:~$  systemctl cat snap.adguard-home.adguard-home.service
# /etc/systemd/system/snap.adguard-home.adguard-home.service
[Unit]
# Auto-generated, DO NOT EDIT
Description=Service for snap application adguard-home.adguard-home
Requires=snap-adguard\x2dhome-3721.mount
Wants=network.target
After=snap-adguard\x2dhome-3721.mount network.target snapd.apparmor.service
X-Snappy=yes

[Service]
EnvironmentFile=-/etc/environment
ExecStart=/usr/bin/snap run adguard-home
SyslogIdentifier=adguard-home.adguard-home
Restart=always
WorkingDirectory=/var/snap/adguard-home/3721
TimeoutStopSec=30
Type=simple

[Install]
WantedBy=multi-user.target

# /etc/systemd/system/snap.adguard-home.adguard-home.service.d/override.conf
[Unit]
Wants=network-online.target
After=nework-online.target

The logs indicating that adguard is being started are interleaved with logs that indicate that the network interface is up. TBH I don’t know how your system is set up, perhaps you are not using NetworkManager at all, as it clearly looks like your interface is still being set up by something while adguard is already starting. The service dependencies appear to be correct, so it’s not really a problem with snapd or the snap at this point (recall that the upstream also generates a rule that waits for network-online, which does not have the desired effect in your setup).

I would investigate why networking.service seems to have failed, and why it’s part of the network-online.target, perhaps it’s conflicting with NM during startup?