给E3815小主机装Debian

装系统过程可谓波澜不惊,板载EMMC说是4G,实际上是8G,足够塞下Debian Headless,安装过程也比较顺利(除了慢了点之外,安装了5个小时.).
识别结果是/dev/mmcblk0,只安装SSH和基本系统后占用1.2G,可用5.7G.
连续读写大概36MB/s,随机读写大概1200IOPS,但是系统还是很卡,挂载的一个SATA硬盘识别出来是SATA 1.5Gbps,速度基本跑满,网络千兆只识别百兆,无法输出声音,USB 2.0全部正常,USB3.0带宽只能跑到180MB/s左右,HDMI/VGA显示正常,内部USB排针也正常.
启动Log:

[    0.000000] Linux version 4.19.0-9-amd64 (debian-kernel@lists.debian.org) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP Debian 4.19.118-2 (2020-04-29)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.19.0-9-amd64 root=UUID=a16e5d8e-beba-4847-99c9-b58bd7ca2565 ro quiet
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008d7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008d800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000001f000000-0x00000000200fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020100000-0x000000007956dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000007956e000-0x000000007959dfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007959e000-0x00000000795aefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000795af000-0x00000000796e0fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000796e1000-0x00000000799ecfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000799ed000-0x00000000799edfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000799ee000-0x0000000079a2ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000079a30000-0x0000000079ba5fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000079ba6000-0x0000000079ff8fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000079ff9000-0x0000000079ffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed03000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed0c000-0x00000000fed0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1cfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fef00000-0x00000000feffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff990000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: \xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff \xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff/DE3815TYKH, BIOS TYBYT10H.86A.0024.2014.0523.1509 05/23/201
[    0.000000] tsc: Detected 1466.300 MHz processor
[    0.003663] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.003668] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.003690] last_pfn = 0x7a000 max_arch_pfn = 0x400000000
[    0.003697] MTRR default type: uncachable
[    0.003699] MTRR fixed ranges enabled:
[    0.003703]   00000-9FFFF write-back
[    0.003706]   A0000-BFFFF uncachable
[    0.003709]   C0000-E7FFF write-through
[    0.003712]   E8000-FFFFF write-protect
[    0.003714] MTRR variable ranges enabled:
[    0.003718]   0 base 000000000 mask F80000000 write-back
[    0.003722]   1 base 07A000000 mask FFE000000 uncachable
[    0.003725]   2 base 07C000000 mask FFC000000 uncachable
[    0.003727]   3 disabled
[    0.003729]   4 disabled
[    0.003731]   5 disabled
[    0.003733]   6 disabled
[    0.003735]   7 disabled
[    0.003909] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.012708] found SMP MP-table at [mem 0x000fd690-0x000fd69f]
[    0.013234] BRK [0x27a01000, 0x27a01fff] PGTABLE
[    0.013239] BRK [0x27a02000, 0x27a02fff] PGTABLE
[    0.013243] BRK [0x27a03000, 0x27a03fff] PGTABLE
[    0.013372] BRK [0x27a04000, 0x27a04fff] PGTABLE
[    0.013381] BRK [0x27a05000, 0x27a05fff] PGTABLE
[    0.014056] BRK [0x27a06000, 0x27a06fff] PGTABLE
[    0.014203] BRK [0x27a07000, 0x27a07fff] PGTABLE
[    0.014297] BRK [0x27a08000, 0x27a08fff] PGTABLE
[    0.014422] BRK [0x27a09000, 0x27a09fff] PGTABLE
[    0.014512] RAMDISK: [mem 0x34eaf000-0x3674efff]
[    0.014523] ACPI: Early table checksum verification disabled
[    0.014621] ACPI: RSDP 0x00000000000F04A0 000024 (v02 ALASKA)
[    0.014630] ACPI: XSDT 0x00000000795A1090 00009C (v01 INTEL  DE3815TY 01072009 AMI  00010013)
[    0.014643] ACPI: FACP 0x00000000795AC478 00010C (v05 INTEL  DE3815TY 01072009 AMI  00010013)
[    0.014654] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/32 (20180810/tbfadt-569)
[    0.014664] ACPI: DSDT 0x00000000795A11B8 00B2C0 (v02 INTEL  DE3815TY 01072009 INTL 20120913)
[    0.014673] ACPI: FACS 0x000000007967DF80 000040
[    0.014680] ACPI: APIC 0x00000000795AC588 00005A (v03 INTEL  DE3815TY 01072009 AMI  00010013)
[    0.014688] ACPI: FPDT 0x00000000795AC5E8 000044 (v01 INTEL  DE3815TY 01072009 AMI  00010013)
[    0.014697] ACPI: FIDT 0x00000000795AC630 00009C (v01 INTEL  DE3815TY 01072009 AMI  00010013)
[    0.014705] ACPI: TCPA 0x00000000795AC6D0 000032 (v02 INTEL  DE3815TY 00000001 MSFT 01000013)
[    0.014714] ACPI: MCFG 0x00000000795AC708 00003C (v01 INTEL  DE3815TY 01072009 MSFT 00000097)
[    0.014722] ACPI: LPIT 0x00000000795AC748 000104 (v01 INTEL  DE3815TY 00000003 VLV2 0100000D)
[    0.014731] ACPI: HPET 0x00000000795AC850 000038 (v01 INTEL  DE3815TY 01072009 AMI. 00000005)
[    0.014739] ACPI: SSDT 0x00000000795AC888 000338 (v01 INTEL  DE3815TY 00003000 INTL 20061109)
[    0.014748] ACPI: SSDT 0x00000000795ACBC0 000433 (v01 INTEL  DE3815TY 00003001 INTL 20061109)
[    0.014757] ACPI: SSDT 0x00000000795ACFF8 000763 (v01 INTEL  DE3815TY 00003000 INTL 20061109)
[    0.014766] ACPI: SSDT 0x00000000795AD760 000290 (v01 INTEL  DE3815TY 00003000 INTL 20061109)
[    0.014774] ACPI: UEFI 0x00000000795AD9F0 000042 (v01 INTEL  DE3815TY 00000000      00000000)
[    0.014783] ACPI: SSDT 0x00000000795ADA38 000530 (v01 INTEL  DE3815TY 00000001 INTL 20120913)
[    0.014792] ACPI: CSRT 0x00000000795ADF68 00014C (v00 INTEL  DE3815TY 00000005 INTL 20120624)
[    0.014817] ACPI: Local APIC address 0xfee00000
[    0.015063] No NUMA configuration found
[    0.015066] Faking a node at [mem 0x0000000000000000-0x0000000079ffffff]
[    0.015077] NODE_DATA(0) allocated [mem 0x79ffb000-0x79ffffff]
[    0.015145] Zone ranges:
[    0.015148]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.015152]   DMA32    [mem 0x0000000001000000-0x0000000079ffffff]
[    0.015155]   Normal   empty
[    0.015158]   Device   empty
[    0.015160] Movable zone start for each node
[    0.015162] Early memory node ranges
[    0.015165]   node   0: [mem 0x0000000000001000-0x000000000008cfff]
[    0.015167]   node   0: [mem 0x0000000000100000-0x000000001effffff]
[    0.015170]   node   0: [mem 0x0000000020100000-0x000000007956dfff]
[    0.015172]   node   0: [mem 0x00000000799ed000-0x00000000799edfff]
[    0.015174]   node   0: [mem 0x0000000079a30000-0x0000000079ba5fff]
[    0.015177]   node   0: [mem 0x0000000079ff9000-0x0000000079ffffff]
[    0.016806] Zeroed struct page in unavailable ranges: 31368 pages
[    0.016811] Initmem setup node 0 [mem 0x0000000000001000-0x0000000079ffffff]
[    0.016816] On node 0 totalpages: 492920
[    0.016820]   DMA zone: 64 pages used for memmap
[    0.016822]   DMA zone: 21 pages reserved
[    0.016825]   DMA zone: 3980 pages, LIFO batch:0
[    0.017122]   DMA32 zone: 7744 pages used for memmap
[    0.017125]   DMA32 zone: 488940 pages, LIFO batch:63
[    0.053010] x86/hpet: Will disable the HPET for this platform because it's not reliable
[    0.053022] Reserving Intel graphics memory at [mem 0x7b000000-0x7effffff]
[    0.053211] ACPI: PM-Timer IO Port: 0x408
[    0.053216] ACPI: Local APIC address 0xfee00000
[    0.053230] ACPI: LAPIC_NMI (acpi_id[0x01] high dfl lint[0x4])
[    0.053233] ACPI: NMI not connected to LINT 1!
[    0.053249] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-86
[    0.053254] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.053259] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.053262] ACPI: IRQ0 used by override.
[    0.053265] ACPI: IRQ9 used by override.
[    0.053270] Using ACPI (MADT) for SMP configuration information
[    0.053274] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.053728] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[    0.053798] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.053803] PM: Registered nosave memory: [mem 0x0008d000-0x0008dfff]
[    0.053806] PM: Registered nosave memory: [mem 0x0008e000-0x0009ffff]
[    0.053808] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.053810] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.053815] PM: Registered nosave memory: [mem 0x1f000000-0x200fffff]
[    0.053821] PM: Registered nosave memory: [mem 0x7956e000-0x7959dfff]
[    0.053823] PM: Registered nosave memory: [mem 0x7959e000-0x795aefff]
[    0.053825] PM: Registered nosave memory: [mem 0x795af000-0x796e0fff]
[    0.053828] PM: Registered nosave memory: [mem 0x796e1000-0x799ecfff]
[    0.053833] PM: Registered nosave memory: [mem 0x799ee000-0x79a2ffff]
[    0.053839] PM: Registered nosave memory: [mem 0x79ba6000-0x79ff8fff]
[    0.053844] [mem 0x7f000000-0xdfffffff] available for PCI devices
[    0.053846] Booting paravirtualized kernel on bare hardware
[    0.053853] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.370570] random: get_random_bytes called from start_kernel+0x93/0x52c with crng_init=0
[    0.370596] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1
[    0.371395] percpu: Embedded 45 pages/cpu s144408 r8192 d31720 u2097152
[    0.371417] pcpu-alloc: s144408 r8192 d31720 u2097152 alloc=1*2097152
[    0.371420] pcpu-alloc: [0] 0 
[    0.371482] Built 1 zonelists, mobility grouping on.  Total pages: 485091
[    0.371484] Policy zone: DMA32
[    0.371488] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.19.0-9-amd64 root=UUID=a16e5d8e-beba-4847-99c9-b58bd7ca2565 ro quiet
[    0.371634] Calgary: detecting Calgary via BIOS EBDA area
[    0.371638] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.389927] Memory: 1888708K/1971680K available (10252K kernel code, 1241K rwdata, 3316K rodata, 1588K init, 2276K bss, 82972K reserved, 0K cma-reserved)
[    0.390261] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.390277] Kernel/User page tables isolation: enabled
[    0.390415] ftrace: allocating 31879 entries in 125 pages
[    0.418883] rcu: Hierarchical RCU implementation.
[    0.418889] rcu:     RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.
[    0.418891] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[    0.429495] NR_IRQS: 33024, nr_irqs: 256, preallocated irqs: 16
[    0.429894] spurious 8259A interrupt: IRQ7.
[    0.432139] Console: colour VGA+ 80x25
[    0.432147] console [tty0] enabled
[    0.432208] ACPI: Core revision 20180810
[    0.432515] APIC: Switch to symmetric I/O mode setup
[    0.433355] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.452500] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1522c79555f, max_idle_ns: 440795265300 ns
[    0.452528] Calibrating delay loop (skipped), value calculated using timer frequency.. 2932.60 BogoMIPS (lpj=5865200)
[    0.452534] pid_max: default: 32768 minimum: 301
[    0.452637] Security Framework initialized
[    0.452641] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.452691] AppArmor: AppArmor initialized
[    0.454107] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.454630] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.454694] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.454715] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.455250] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.455254] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.455289] process: using mwait in idle threads
[    0.455297] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.455300] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
[    0.455303] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.455307] Spectre V2 : Mitigation: Full generic retpoline
[    0.455308] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.455360] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.463970] Freeing SMP alternatives memory: 24K
[    0.467512] TSC deadline timer enabled
[    0.467518] smpboot: CPU0: Intel(R) Atom(TM) CPU  E3815  @ 1.46GHz (family: 0x6, model: 0x37, stepping: 0x3)
[    0.467903] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
[    0.467929] ... version:                3
[    0.467932] ... bit width:              40
[    0.467933] ... generic registers:      2
[    0.467935] ... value mask:             000000ffffffffff
[    0.467937] ... max period:             0000007fffffffff
[    0.467938] ... fixed-purpose events:   3
[    0.467940] ... event mask:             0000000700000003
[    0.468058] rcu: Hierarchical SRCU implementation.
[    0.468506] random: crng done (trusting CPU's manufacturer)
[    0.468506] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.468506] smp: Bringing up secondary CPUs ...
[    0.468506] smp: Brought up 1 node, 1 CPU
[    0.468506] smpboot: Max logical packages: 1
[    0.468506] smpboot: Total of 1 processors activated (2932.60 BogoMIPS)
[    0.468506] devtmpfs: initialized
[    0.468506] x86/mm: Memory block size: 128MB
[    0.468506] PM: Registering ACPI NVS region [mem 0x795af000-0x796e0fff] (1253376 bytes)
[    0.468506] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.468506] futex hash table entries: 256 (order: 2, 16384 bytes)
[    0.468596] pinctrl core: initialized pinctrl subsystem
[    0.469046] NET: Registered protocol family 16
[    0.469278] audit: initializing netlink subsys (disabled)
[    0.469696] cpuidle: using governor ladder
[    0.469699] cpuidle: using governor menu
[    0.469780] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.469783] ACPI: bus type PCI registered
[    0.469786] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.469964] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.469971] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.470007] PCI: Using configuration type 1 for base access
[    0.472372] audit: type=2000 audit(1590905212.040:1): state=initialized audit_enabled=0 res=1
[    0.472697] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.473432] ACPI: Added _OSI(Module Device)
[    0.473436] ACPI: Added _OSI(Processor Device)
[    0.473438] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.473440] ACPI: Added _OSI(Processor Aggregator Device)
[    0.473443] ACPI: Added _OSI(Linux-Dell-Video)
[    0.473446] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.492463] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    0.500523] ACPI: Interpreter enabled
[    0.500584] ACPI: (supports S0 S3 S4 S5)
[    0.500588] ACPI: Using IOAPIC for interrupt routing
[    0.500676] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.501765] ACPI: Enabled 9 GPEs in block 00 to 3F
[    0.515174] ACPI: Power Resource [USBC] (on)
[    0.518093] ACPI: Power Resource [PLPE] (on)
[    0.518695] ACPI: Power Resource [PLPE] (on)
[    0.527204] ACPI: Power Resource [CLK0] (on)
[    0.527325] ACPI: Power Resource [CLK1] (on)
[    0.608462] ACPI: Power Resource [FN00] (off)
[    0.609932] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.609945] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.610713] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[    0.611233] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR]
[    0.611237] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.612453] PCI host bridge to bus 0000:00
[    0.612460] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    0.612465] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    0.612469] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    0.612472] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.612476] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.612480] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.612483] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[    0.612487] pci_bus 0000:00: root bus resource [mem 0x80000000-0xffffffff window]
[    0.612491] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.612506] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
[    0.612856] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
[    0.612877] pci 0000:00:02.0: reg 0x10: [mem 0xd0000000-0xd03fffff]
[    0.612891] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff pref]
[    0.612904] pci 0000:00:02.0: reg 0x20: [io  0xe080-0xe087]
[    0.613248] pci 0000:00:13.0: [8086:0f23] type 00 class 0x010601
[    0.613275] pci 0000:00:13.0: reg 0x10: [io  0xe070-0xe077]
[    0.613287] pci 0000:00:13.0: reg 0x14: [io  0xe060-0xe063]
[    0.613298] pci 0000:00:13.0: reg 0x18: [io  0xe050-0xe057]
[    0.613309] pci 0000:00:13.0: reg 0x1c: [io  0xe040-0xe043]
[    0.613320] pci 0000:00:13.0: reg 0x20: [io  0xe020-0xe03f]
[    0.613331] pci 0000:00:13.0: reg 0x24: [mem 0xd072c000-0xd072c7ff]
[    0.613390] pci 0000:00:13.0: PME# supported from D3hot
[    0.613688] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
[    0.613715] pci 0000:00:14.0: reg 0x10: [mem 0xd0700000-0xd070ffff 64bit]
[    0.613790] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.614077] pci 0000:00:18.0: [8086:0f40] type 00 class 0x080102
[    0.614104] pci 0000:00:18.0: reg 0x10: [mem 0xd0718000-0xd071bfff]
[    0.614117] pci 0000:00:18.0: reg 0x14: [mem 0xd072b000-0xd072bfff]
[    0.614469] pci 0000:00:18.1: [8086:0f41] type 00 class 0x0c8000
[    0.614496] pci 0000:00:18.1: reg 0x10: [mem 0xd072a000-0xd072afff]
[    0.614509] pci 0000:00:18.1: reg 0x14: [mem 0xd0729000-0xd0729fff]
[    0.614864] pci 0000:00:18.2: [8086:0f42] type 00 class 0x0c8000
[    0.614891] pci 0000:00:18.2: reg 0x10: [mem 0xd0728000-0xd0728fff]
[    0.614904] pci 0000:00:18.2: reg 0x14: [mem 0xd0727000-0xd0727fff]
[    0.615266] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
[    0.615301] pci 0000:00:1a.0: reg 0x10: [mem 0xd0500000-0xd05fffff]
[    0.615316] pci 0000:00:1a.0: reg 0x14: [mem 0xd0400000-0xd04fffff]
[    0.615434] pci 0000:00:1a.0: PME# supported from D0 D3hot
[    0.615794] pci 0000:00:1c.0: [8086:0f48] type 01 class 0x060400
[    0.615887] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.616187] pci 0000:00:1c.1: [8086:0f4a] type 01 class 0x060400
[    0.616276] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.616577] pci 0000:00:1c.2: [8086:0f4c] type 01 class 0x060400
[    0.616666] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.616975] pci 0000:00:1e.0: [8086:0f06] type 00 class 0x080102
[    0.617003] pci 0000:00:1e.0: reg 0x10: [mem 0xd0710000-0xd0713fff]
[    0.617016] pci 0000:00:1e.0: reg 0x14: [mem 0xd0725000-0xd0725fff]
[    0.617376] pci 0000:00:1e.1: [8086:0f08] type 00 class 0x0c8000
[    0.617404] pci 0000:00:1e.1: reg 0x10: [mem 0xd0724000-0xd0724fff]
[    0.617417] pci 0000:00:1e.1: reg 0x14: [mem 0xd0723000-0xd0723fff]
[    0.617770] pci 0000:00:1e.2: [8086:0f09] type 00 class 0x0c8000
[    0.617797] pci 0000:00:1e.2: reg 0x10: [mem 0xd0722000-0xd0722fff]
[    0.617810] pci 0000:00:1e.2: reg 0x14: [mem 0xd0721000-0xd0721fff]
[    0.618170] pci 0000:00:1e.3: [8086:0f0a] type 00 class 0x078000
[    0.618198] pci 0000:00:1e.3: reg 0x10: [mem 0xd0720000-0xd0720fff]
[    0.618211] pci 0000:00:1e.3: reg 0x14: [mem 0xd071f000-0xd071ffff]
[    0.618562] pci 0000:00:1e.4: [8086:0f0c] type 00 class 0x078000
[    0.618589] pci 0000:00:1e.4: reg 0x10: [mem 0xd071e000-0xd071efff]
[    0.618602] pci 0000:00:1e.4: reg 0x14: [mem 0xd071d000-0xd071dfff]
[    0.618954] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
[    0.619320] pci 0000:00:1f.3: [8086:0f12] type 00 class 0x0c0500
[    0.619368] pci 0000:00:1f.3: reg 0x10: [mem 0xd071c000-0xd071c01f]
[    0.619444] pci 0000:00:1f.3: reg 0x20: [io  0xe000-0xe01f]
[    0.619936] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.620064] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    0.620237] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[    0.620274] pci 0000:03:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.620306] pci 0000:03:00.0: reg 0x18: [mem 0xd0604000-0xd0604fff 64bit]
[    0.620327] pci 0000:03:00.0: reg 0x20: [mem 0xd0600000-0xd0603fff 64bit pref]
[    0.620445] pci 0000:03:00.0: supports D1 D2
[    0.620448] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.620667] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.620673] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    0.620679] pci 0000:00:1c.2:   bridge window [mem 0xd0600000-0xd06fffff]
[    0.621913] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.622096] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 10 11 12 14 15)
[    0.622273] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 *14 15)
[    0.622451] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.622631] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 *15)
[    0.622809] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 10 11 12 14 15)
[    0.622986] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 *4 5 6 10 11 12 14 15)
[    0.623163] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.625875] byt_gpio INT33FC:02: GPIO interrupt error, pins misconfigured. INT_STAT0: 0x00008000
[    0.634874] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.634880] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.634936] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.634950] vgaarb: loaded
[    0.635585] pps_core: LinuxPPS API ver. 1 registered
[    0.635594] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti 
[    0.635640] PTP clock support registered
[    0.635751] EDAC MC: Ver: 3.0.0
[    0.637223] PCI: Using ACPI for IRQ routing
[    0.660862] PCI: pci_cache_line_size set to 64 bytes
[    0.661177] e820: reserve RAM buffer [mem 0x0008d800-0x0008ffff]
[    0.661193] e820: reserve RAM buffer [mem 0x1f000000-0x1fffffff]
[    0.661201] e820: reserve RAM buffer [mem 0x7956e000-0x7bffffff]
[    0.661217] e820: reserve RAM buffer [mem 0x799ee000-0x7bffffff]
[    0.661232] e820: reserve RAM buffer [mem 0x79ba6000-0x7bffffff]
[    0.661241] e820: reserve RAM buffer [mem 0x7a000000-0x7bffffff]
[    0.663070] clocksource: Switched to clocksource tsc-early
[    0.799303] VFS: Disk quotas dquot_6.6.0
[    0.799504] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.800905] AppArmor: AppArmor Filesystem Enabled
[    0.801126] pnp: PnP ACPI init
[    0.801730] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.803184] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.803202] system 00:01: [io  0x0400-0x047f] has been reserved
[    0.803213] system 00:01: [io  0x0500-0x05fe] has been reserved
[    0.803223] system 00:01: [io  0x0600-0x061f] has been reserved
[    0.803285] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.805637] system 00:02: [io  0x0a10-0x0a3f] has been reserved
[    0.805661] system 00:02: [io  0x0a40-0x0a4f] has been reserved
[    0.805677] system 00:02: [io  0x0a00-0x0a0f] has been reserved
[    0.805739] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.808862] system 00:03: [mem 0xe0000000-0xefffffff] has been reserved
[    0.808886] system 00:03: [mem 0xfed01000-0xfed01fff] has been reserved
[    0.808903] system 00:03: [mem 0xfed03000-0xfed03fff] has been reserved
[    0.808919] system 00:03: [mem 0xfed04000-0xfed04fff] has been reserved
[    0.808935] system 00:03: [mem 0xfed08000-0xfed08fff] has been reserved
[    0.808946] system 00:03: [mem 0xfed1c000-0xfed1cfff] has been reserved
[    0.808963] system 00:03: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.808980] system 00:03: [mem 0xfef00000-0xfeffffff] has been reserved
[    0.809036] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.817794] pnp 00:04: Plug and Play ACPI device, IDs PNP0c31 (active)
[    0.817904] pnp: PnP ACPI: found 5 devices
[    0.842542] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.842648] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    0.842668] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[    0.842679] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
[    0.842713] pci 0000:00:1c.1: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    0.842731] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[    0.842742] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[    0.842783] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[    0.842880] pci 0000:00:1c.0: BAR 14: assigned [mem 0x80000000-0x801fffff]
[    0.842937] pci 0000:00:1c.0: BAR 15: assigned [mem 0x80200000-0x803fffff 64bit pref]
[    0.842962] pci 0000:00:1c.1: BAR 14: assigned [mem 0x80400000-0x805fffff]
[    0.843017] pci 0000:00:1c.1: BAR 15: assigned [mem 0x80600000-0x807fffff 64bit pref]
[    0.843073] pci 0000:00:1c.2: BAR 15: assigned [mem 0x80800000-0x809fffff 64bit pref]
[    0.843098] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
[    0.843122] pci 0000:00:1c.1: BAR 13: assigned [io  0x2000-0x2fff]
[    0.843155] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.843171] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    0.843195] pci 0000:00:1c.0:   bridge window [mem 0x80000000-0x801fffff]
[    0.843212] pci 0000:00:1c.0:   bridge window [mem 0x80200000-0x803fffff 64bit pref]
[    0.843236] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    0.843252] pci 0000:00:1c.1:   bridge window [io  0x2000-0x2fff]
[    0.843275] pci 0000:00:1c.1:   bridge window [mem 0x80400000-0x805fffff]
[    0.843298] pci 0000:00:1c.1:   bridge window [mem 0x80600000-0x807fffff 64bit pref]
[    0.843323] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.843338] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    0.843361] pci 0000:00:1c.2:   bridge window [mem 0xd0600000-0xd06fffff]
[    0.843378] pci 0000:00:1c.2:   bridge window [mem 0x80800000-0x809fffff 64bit pref]
[    0.843404] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    0.843414] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    0.843429] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    0.843444] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.843454] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.843464] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.843479] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[    0.843494] pci_bus 0000:00: resource 11 [mem 0x80000000-0xffffffff window]
[    0.843510] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    0.843519] pci_bus 0000:01: resource 1 [mem 0x80000000-0x801fffff]
[    0.843529] pci_bus 0000:01: resource 2 [mem 0x80200000-0x803fffff 64bit pref]
[    0.843544] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    0.843559] pci_bus 0000:02: resource 1 [mem 0x80400000-0x805fffff]
[    0.843569] pci_bus 0000:02: resource 2 [mem 0x80600000-0x807fffff 64bit pref]
[    0.843585] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.843594] pci_bus 0000:03: resource 1 [mem 0xd0600000-0xd06fffff]
[    0.843604] pci_bus 0000:03: resource 2 [mem 0x80800000-0x809fffff 64bit pref]
[    0.844650] NET: Registered protocol family 2
[    0.846064] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes)
[    0.846176] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.846490] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    0.846860] TCP: Hash tables configured (established 16384 bind 16384)
[    0.847253] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    0.847364] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    0.847944] NET: Registered protocol family 1
[    0.848000] NET: Registered protocol family 44
[    0.848096] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.850214] PCI: CLS 64 bytes, default 64
[    0.850749] Unpacking initramfs...
[    5.809147] Freeing initrd memory: 25216K
[    5.809557] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1522c79555f, max_idle_ns: 440795265300 ns
[    5.809661] clocksource: Switched to clocksource tsc
[    5.818294] Initialise system trusted keyrings
[    5.818404] Key type blacklist registered
[    5.818993] workingset: timestamp_bits=40 max_order=19 bucket_order=0
[    5.847354] zbud: loaded
[    8.169543] Key type asymmetric registered
[    8.169567] Asymmetric key parser 'x509' registered
[    8.169747] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    8.170154] io scheduler noop registered
[    8.170169] io scheduler deadline registered
[    8.170761] io scheduler cfq registered (default)
[    8.170779] io scheduler mq-deadline registered
[    8.177593] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    8.177891] intel_idle: MWAIT substates: 0x3000020
[    8.177901] intel_idle: v0.4.1 model 0x37
[    8.178471] intel_idle: lapic_timer_reliable_states 0xffffffff
[    8.195313] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    8.216443] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    8.222441] hpet: number irqs doesn't agree with number of timers
[    8.222899] Linux agpgart interface v0.103
[    8.223785] AMD IOMMUv2 driver by Joerg Roedel 
[    8.223800] AMD IOMMUv2 functionality not available on this system
[    8.225753] i8042: PNP: No PS/2 controller found.
[    8.226689] mousedev: PS/2 mouse device common for all mice
[    8.227121] rtc_cmos 00:00: RTC can wake from S4
[    8.227976] rtc_cmos 00:00: registered as rtc0
[    8.228291] rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram
[    8.228449] intel_pstate: Intel P-state driver initializing
[    8.230712] ledtrig-cpu: registered to indicate activity on CPUs
[    8.248620] NET: Registered protocol family 10
[    8.512178] Segment Routing with IPv6
[    8.512468] mip6: Mobile IPv6
[    8.512493] NET: Registered protocol family 17
[    8.513038] mpls_gso: MPLS GSO support
[    8.514052] mce: Using 6 MCE banks
[    8.514581] microcode: sig=0x30673, pf=0x1, revision=0x321
[    8.515145] microcode: Microcode Update Driver: v2.2.
[    8.515346] sched_clock: Marking stable (8513858744, -1345529)->(8518525183, -6011968)
[    8.517838] registered taskstats version 1
[    8.517854] Loading compiled-in X.509 certificates
[    9.050276] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[    9.050559] Loaded X.509 cert 'Debian Secure Boot Signer: 00a7468def'
[    9.050827] zswap: loaded using pool lzo/zbud
[    9.051410] AppArmor: AppArmor sha1 policy hashing enabled
[    9.058346] rtc_cmos 00:00: setting system clock to 2020-05-31 06:07:00 UTC (1590905220)
[    9.124241] Freeing unused kernel image memory: 1588K
[    9.124767] Write protecting the kernel read-only data: 16384k
[    9.131384] Freeing unused kernel image memory: 2028K
[    9.133780] Freeing unused kernel image memory: 780K
[    9.275163] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    9.275868] x86/mm: Checking user space page tables
[    9.415060] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    9.415084] Run /init as init process
[   12.626846] hidraw: raw HID events driver (C) Jiri Kosina
[   13.383344] thermal LNXTHERM:00: registered as thermal_zone0
[   13.383368] ACPI: Thermal Zone [TZ01] (27 C)
[   14.121010] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[   14.443192] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[   14.446432] SCSI subsystem initialized
[   14.725828] ACPI: bus type USB registered
[   14.726252] usbcore: registered new interface driver usbfs
[   14.726435] usbcore: registered new interface driver hub
[   14.732946] usbcore: registered new device driver usb
[   14.824390] cryptd: max_cpu_qlen set to 1000
[   14.873517] libphy: r8169: probed
[   14.875681] r8169 0000:03:00.0 eth0: RTL8168g/8111g, c0:3f:d5:6b:ee:0d, XID 4c000800, IRQ 87
[   14.875700] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[   15.341103] SSE version of gcm_enc/dec engaged.
[   15.470775] libata version 3.00 loaded.
[   15.720224] xhci_hcd 0000:00:14.0: xHCI Host Controller
[   15.720313] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[   15.730122] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[   15.730172] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[   15.745113] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[   15.745138] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   15.745148] usb usb1: Product: xHCI Host Controller
[   15.745164] usb usb1: Manufacturer: Linux 4.19.0-9-amd64 xhci-hcd
[   15.745173] usb usb1: SerialNumber: 0000:00:14.0
[   15.747200] hub 1-0:1.0: USB hub found
[   15.747305] hub 1-0:1.0: 6 ports detected
[   15.785293] xhci_hcd 0000:00:14.0: xHCI Host Controller
[   15.785357] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[   15.785406] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[   15.787030] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[   15.787055] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   15.787072] usb usb2: Product: xHCI Host Controller
[   15.787088] usb usb2: Manufacturer: Linux 4.19.0-9-amd64 xhci-hcd
[   15.787103] usb usb2: SerialNumber: 0000:00:14.0
[   15.797563] ahci 0000:00:13.0: version 3.0
[   15.799059] ahci 0000:00:13.0: controller can't do DEVSLP, turning off
[   15.809364] hub 2-0:1.0: USB hub found
[   15.811457] hub 2-0:1.0: 1 port detected
[   15.814112] ahci 0000:00:13.0: AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x1 impl SATA mode
[   15.814138] ahci 0000:00:13.0: flags: 64bit ncq pm led clo pio slum part deso 
[   15.840281] scsi host0: ahci
[   15.853186] scsi host1: ahci
[   15.854515] ata1: SATA max UDMA/133 abar m2048@0xd072c000 port 0xd072c100 irq 89
[   15.854532] ata2: DUMMY
[   16.116648] usb 1-4: new high-speed USB device number 2 using xhci_hcd
[   16.170251] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   16.170579] ata1.00: ATA-9: 256GB SSD, N0530A, max UDMA/133
[   16.170596] ata1.00: 500000000 sectors, multi 2: LBA48 NCQ (depth 32), AA
[   16.170975] ata1.00: configured for UDMA/133
[   16.173417] scsi 0:0:0:0: Direct-Access     ATA      256GB SSD        0A   PQ: 0 ANSI: 5
[   16.268700] usb 1-4: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
[   16.268725] usb 1-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[   16.268742] usb 1-4: Product: USB2.0 Hub
[   16.271389] hub 1-4:1.0: USB hub found
[   16.271757] hub 1-4:1.0: 4 ports detected
[   16.797547] r8169 0000:03:00.0 enp3s0: renamed from eth0
[   17.318633] sd 0:0:0:0: [sda] 500000000 512-byte logical blocks: (256 GB/238 GiB)
[   17.318750] sd 0:0:0:0: [sda] Write Protect is off
[   17.318780] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   17.318948] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   17.334835]  sda: sda1 sda2 
[   17.350449] sd 0:0:0:0: [sda] Attached SCSI disk
[   18.571130] PM: Image not found (code -22)
[   20.153655] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   21.459801] systemd[1]: Inserted module 'autofs4'
[   21.674636] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[   21.697235] systemd[1]: Detected architecture x86-64.
[   21.722372] systemd[1]: Set hostname to .
[   26.338618] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   26.342333] systemd[1]: Listening on udev Kernel Socket.
[   26.347181] systemd[1]: Listening on Journal Audit Socket.
[   26.347934] systemd[1]: Reached target Remote File Systems.
[   26.349922] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   26.350590] systemd[1]: Reached target Paths.
[   26.351030] systemd[1]: Reached target Local Encrypted Volumes.
[   26.742814] systemd[1]: Mounting Huge Pages File System...
[   26.743690] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[   26.764458] systemd[1]: Listening on Journal Socket (/dev/log).
[   26.912065] systemd[1]: Starting Journal Service...
[   27.064464] systemd[1]: Starting Remount Root and Kernel File Systems...
[   27.107103] systemd[1]: Created slice User and Session Slice.
[   27.107937] systemd[1]: Reached target Slices.
[   27.155438] systemd[1]: Created slice system-getty.slice.
[   27.188290] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   27.209562] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[   28.912880] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[   32.881043] systemd[1]: Started Create Static Device Nodes in /dev.
[   32.980464] systemd[1]: Starting udev Kernel Device Manager...
[   34.481014] systemd[1]: Started udev Kernel Device Manager.
[   38.647055] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[   38.647232] ACPI: Power Button [PWRB]
[   38.648243] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[   38.648377] ACPI: Sleep Button [SLPB]
[   38.688627] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[   38.688815] ACPI: Power Button [PWRF]
[   40.202006] systemd[1]: Started udev Coldplug all Devices.
[   40.413561] systemd[1]: Starting Helper to synchronize boot up for ifupdown...
[   40.944843] alg: No test for fips(ansi_cprng) (fips_ansi_cprng)
[   41.013059] systemd[1]: Started Helper to synchronize boot up for ifupdown.
[   42.090858] systemd[1]: Started Journal Service.
[   44.112739] tpm_tis 00:04: 1.2 TPM (device-id 0x0, rev-id 78)
[   44.147374] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   45.518722] iTCO_vendor_support: vendor-support=0
[   45.625467] Bluetooth: Core ver 2.22
[   45.625671] NET: Registered protocol family 31
[   45.625681] Bluetooth: HCI device and connection manager initialized
[   45.625720] Bluetooth: HCI socket layer initialized
[   45.625751] Bluetooth: L2CAP socket layer initialized
[   45.625868] Bluetooth: SCO socket layer initialized
[   45.671369] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   45.671883] iTCO_wdt: Found a Bay Trail SoC TCO device (Version=3, TCOBASE=0x0460)
[   45.710361] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   46.082972] systemd-journald[217]: Received request to flush runtime journal from PID 1
[   46.417555] input: PC Speaker as /devices/platform/pcspkr/input/input3
[   47.396281] Bluetooth: HCI UART driver ver 2.3
[   47.396306] Bluetooth: HCI UART protocol H4 registered
[   47.396321] Bluetooth: HCI UART protocol BCSP registered
[   47.424903] Bluetooth: HCI UART protocol LL registered
[   47.424926] Bluetooth: HCI UART protocol ATH3K registered
[   47.425185] Bluetooth: HCI UART protocol Three-wire (H5) registered
[   47.425507] Bluetooth: HCI UART protocol Intel registered
[   47.448884] Bluetooth: HCI UART protocol Broadcom registered
[   47.449211] Bluetooth: HCI UART protocol QCA registered
[   47.449226] Bluetooth: HCI UART protocol AG6XX registered
[   47.449235] Bluetooth: HCI UART protocol Marvell registered
[   54.849847] [drm] Replacing VGA console driver
[   54.878114] Console: switching to colour dummy device 80x25
[   54.893860] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   54.893876] [drm] Driver supports precise vblank timestamp query.
[   54.929746] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   55.022416] [drm] failed to retrieve link info, disabling eDP
[   55.252113] [drm] Initialized i915 1.6.0 20180719 for 0000:00:02.0 on minor 0
[   55.304014] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   55.340671] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
[   55.347586] [drm] HDaudio controller not detected, using LPE audio instead
[   55.712694] [drm] Cannot find any crtc or sizes
[   56.261576] [drm] Cannot find any crtc or sizes
[   56.800057] input: Intel HDMI/DP LPE Audio HDMI/DP,pcm=0 as /devices/pci0000:00/0000:00:02.0/hdmi-lpe-audio/sound/card0/input5
[   56.805397] input: Intel HDMI/DP LPE Audio HDMI/DP,pcm=1 as /devices/pci0000:00/0000:00:02.0/hdmi-lpe-audio/sound/card0/input6
[   57.264929] [drm] Cannot find any crtc or sizes
[   58.913946] Adding 1971196k swap on /dev/sda5.  Priority:-2 extents:1 across:1971196k SSFS
[   60.409199] audit: type=1400 audit(1590905271.847:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=315 comm="apparmor_parser"
[   60.409258] audit: type=1400 audit(1590905271.847:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=315 comm="apparmor_parser"
[   60.409307] audit: type=1400 audit(1590905271.847:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=315 comm="apparmor_parser"
[   60.548006] audit: type=1400 audit(1590905271.983:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=316 comm="apparmor_parser"
[   60.548078] audit: type=1400 audit(1590905271.983:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=316 comm="apparmor_parser"
[   62.656989] r8169 0000:03:00.0: firmware: failed to load rtl_nic/rtl8168g-2.fw (-2)
[   62.657031] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
[   62.657075] r8169 0000:03:00.0: Direct firmware load for rtl_nic/rtl8168g-2.fw failed with error -2
[   62.657116] r8169 0000:03:00.0 enp3s0: unable to load firmware patch rtl_nic/rtl8168g-2.fw (-2)
[   62.666111] Generic PHY r8169-300:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=r8169-300:00, irq=IGNORE)
[   62.767949] r8169 0000:03:00.0 enp3s0: Link is Down
[   62.768367] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
[   64.371891] r8169 0000:03:00.0 enp3s0: Link is Up - 100Mbps/Full - flow control rx/tx
[   64.371964] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
[  584.826313] perf: interrupt took too long (2528 > 2500), lowering kernel.perf_event_max_sample_rate to 79000
[  770.226393] perf: interrupt took too long (3162 > 3160), lowering kernel.perf_event_max_sample_rate to 63250
[ 1054.080411] perf: interrupt took too long (3970 > 3952), lowering kernel.perf_event_max_sample_rate to 50250
[ 1624.658408] perf: interrupt took too long (4965 > 4962), lowering kernel.perf_event_max_sample_rate to 40250