インストールlogを調べる

目次

dmesg

昔調べたdmesgは/var/logに記録されていたけど、現在はシャットダウンまで保持される仕様らしい。おかげで色付きで見やすくなっていますが、記録は赤い部分と太字の部分だけ再現しています。とりあえず全文

root@fumi:~# dmesg
[    0.000000] Linux version 4.19.0-6-amd64 (debian-kernel@lists.debian.org) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP Debian 4.19.67-2+deb10u1 (2019-09-20)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.19.0-6-amd64 root=UUID=750114f5-dc03-4d46-8bbf-05e0a3514c36 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 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009d01fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009d02000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20b000-0x000000000affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000b020000-0x000000005b002fff] usable
[    0.000000] BIOS-e820: [mem 0x000000005b003000-0x000000005c4cdfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005c4ce000-0x000000005c64cfff] usable
[    0.000000] BIOS-e820: [mem 0x000000005c64d000-0x000000005ca57fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000005ca58000-0x000000005d856fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005d857000-0x000000005effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000005f000000-0x00000000dfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041f33ffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 3.2.1 present.
[    0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./B450M Pro4, BIOS P3.60 07/31/2019
[    0.000000] tsc: Fast TSC calibration failed
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] last_pfn = 0x41f340 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF write-through
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.000000]   2 base 0000C0000000 mask FFFFE0000000 write-back
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 0000000420000000 aka 16896M
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[    0.000000] last_pfn = 0x5f000 max_arch_pfn = 0x400000000
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x3cbc01000, 0x3cbc01fff] PGTABLE
[    0.000000] BRK [0x3cbc02000, 0x3cbc02fff] PGTABLE
[    0.000000] BRK [0x3cbc03000, 0x3cbc03fff] PGTABLE
[    0.000000] BRK [0x3cbc04000, 0x3cbc04fff] PGTABLE
[    0.000000] BRK [0x3cbc05000, 0x3cbc05fff] PGTABLE
[    0.000000] BRK [0x3cbc06000, 0x3cbc06fff] PGTABLE
[    0.000000] BRK [0x3cbc07000, 0x3cbc07fff] PGTABLE
[    0.000000] BRK [0x3cbc08000, 0x3cbc08fff] PGTABLE
[    0.000000] BRK [0x3cbc09000, 0x3cbc09fff] PGTABLE
[    0.000000] BRK [0x3cbc0a000, 0x3cbc0afff] PGTABLE
[    0.000000] BRK [0x3cbc0b000, 0x3cbc0bfff] PGTABLE
[    0.000000] BRK [0x3cbc0c000, 0x3cbc0cfff] PGTABLE
[    0.000000] RAMDISK: [mem 0x33b2d000-0x35d8dfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F05A0 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x000000005C9D4098 0000B4 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000005C9DAC00 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x000000005C9D41E8 006A17 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.000000] ACPI: FACS 0x000000005CA40E00 000040
[    0.000000] ACPI: APIC 0x000000005C9DAD18 00015E (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x000000005C9DAE78 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x000000005C9DAEC0 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x000000005C9DAF60 000060 (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
[    0.000000] ACPI: SSDT 0x000000005C9DAFC0 005419 (v02 AMD    AmdTable 00000002 MSFT 02000002)
[    0.000000] ACPI: SSDT 0x000000005C9E03E0 00315B (v01 AMD    AMD AOD  00000001 INTL 20120913)
[    0.000000] ACPI: MCFG 0x000000005C9E3540 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.000000] ACPI: AAFT 0x000000005C9E3580 000430 (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x000000005C9E39B0 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.000000] ACPI: UEFI 0x000000005C9E39E8 000042 (v01 ALASKA A M I    00000002      01000013)
[    0.000000] ACPI: SSDT 0x000000005C9E3A30 000718 (v01 AMD    AMD CPU  00000001 AMD  00000001)
[    0.000000] ACPI: CRAT 0x000000005C9E4148 000490 (v01 AMD    AMD CRAT 00000001 AMD  00000001)
[    0.000000] ACPI: CDIT 0x000000005C9E45D8 000029 (v01 AMD    AMD CDIT 00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 0x000000005C9E4608 001D34 (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.000000] ACPI: SSDT 0x000000005C9E6340 0000BF (v01 AMD    AMD PT   00001000 INTL 20120913)
[    0.000000] ACPI: WSMT 0x000000005C9E6400 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x000000005C9E6428 0010AF (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000041f33ffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x41f33b000-0x41f33ffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000041f33ffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000009d01fff]
[    0.000000]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.000000]   node   0: [mem 0x000000000a20b000-0x000000000affffff]
[    0.000000]   node   0: [mem 0x000000000b020000-0x000000005b002fff]
[    0.000000]   node   0: [mem 0x000000005c4ce000-0x000000005c64cfff]
[    0.000000]   node   0: [mem 0x000000005d857000-0x000000005effffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000041f33ffff]
[    0.000000] Reserved but unavailable: 100 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000041f33ffff]
[    0.000000] On node 0 totalpages: 3651806
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 5849 pages used for memmap
[    0.000000]   DMA32 zone: 374274 pages, LIFO batch:63
[    0.000000]   Normal zone: 51149 pages used for memmap
[    0.000000]   Normal zone: 3273536 pages, LIFO batch:63
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 5, version 33, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 6, version 33, address 0xfec01000, GSI 24-55
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.000000] smpboot: Allowing 32 CPUs, 28 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x09d02000-0x09ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x0a200000-0x0a20afff]
[    0.000000] PM: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x5b003000-0x5c4cdfff]
[    0.000000] PM: Registered nosave memory: [mem 0x5c64d000-0x5ca57fff]
[    0.000000] PM: Registered nosave memory: [mem 0x5ca58000-0x5d856fff]
[    0.000000] PM: Registered nosave memory: [mem 0x5f000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfcffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfd000000-0xffffffff]
[    0.000000] [mem 0xe0000000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] random: get_random_bytes called from start_kernel+0x93/0x52c with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:32 nr_node_ids:1
[    0.000000] percpu: Embedded 45 pages/cpu s144408 r8192 d31720 u262144
[    0.000000] pcpu-alloc: s144408 r8192 d31720 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.000000] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 3594723
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.19.0-6-amd64 root=UUID=750114f5-dc03-4d46-8bbf-05e0a3514c36 ro quiet
[    0.000000] log_buf_len individual max cpu contribution: 4096 bytes
[    0.000000] log_buf_len total cpu_extra contributions: 126976 bytes
[    0.000000] log_buf_len min size: 131072 bytes
[    0.000000] log_buf_len: 262144 bytes
[    0.000000] early log buf free: 119592(91%)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 14245844K/14607224K available (10252K kernel code, 1243K rwdata, 3324K rodata, 1584K init, 2280K bss, 361380K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[    0.000000] ftrace: allocating 31861 entries in 125 pages
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=32.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
[    0.000000] NR_IRQS: 33024, nr_irqs: 1224, preallocated irqs: 16
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] ACPI: Core revision 20180810
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.000000] hpet clockevent registered
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.000000] Switched APIC routing to physical flat.
[    0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.024000] tsc: PIT calibration matches HPET. 1 loops
[    0.024000] tsc: Detected 3194.049 MHz processor
[    0.000007] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2e0a546b8f9, max_idle_ns: 440795249696 ns
[    0.000013] Calibrating delay loop (skipped), value calculated using timer frequency.. 6388.09 BogoMIPS (lpj=12776196)
[    0.000015] pid_max: default: 32768 minimum: 301
[    0.000381] Security Framework initialized
[    0.000382] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.000510] AppArmor: AppArmor initialized
[    0.005084] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.006330] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.006442] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.006481] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.007084] LVT offset 1 assigned for vector 0xf9
[    0.007137] LVT offset 2 assigned for vector 0xf4
[    0.007147] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.007148] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[    0.007149] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.007150] Spectre V2 : Mitigation: Full AMD retpoline
[    0.007150] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.007156] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.007157] Spectre V2 : User space: Vulnerable
[    0.007157] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.011865] Freeing SMP alternatives memory: 24K
[    0.020008] smpboot: CPU0: AMD Athlon 200GE with Radeon Vega Graphics (family: 0x17, model: 0x11, stepping: 0x0)
[    0.020008] Performance Events: Fam17h core perfctr, AMD PMU driver.
[    0.020008] ... version:                0
[    0.020008] ... bit width:              48
[    0.020008] ... generic registers:      6
[    0.020008] ... value mask:             0000ffffffffffff
[    0.020008] ... max period:             00007fffffffffff
[    0.020008] ... fixed-purpose events:   0
[    0.020008] ... event mask:             000000000000003f
[    0.020008] rcu: Hierarchical SRCU implementation.
[    0.020008] random: crng done (trusting CPU's manufacturer)
[    0.020008] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.020008] smp: Bringing up secondary CPUs ...
[    0.020008] x86: Booting SMP configuration:
[    0.020008] .... node  #0, CPUs:        #1  #2  #3
[    0.026386] smp: Brought up 1 node, 4 CPUs
[    0.026386] smpboot: Max logical packages: 8
[    0.026386] smpboot: Total of 4 processors activated (25552.39 BogoMIPS)
[    0.028388] devtmpfs: initialized
[    0.028388] x86/mm: Memory block size: 128MB
[    0.029501] PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20afff] (45056 bytes)
[    0.029501] PM: Registering ACPI NVS region [mem 0x5c64d000-0x5ca57fff] (4239360 bytes)
[    0.029501] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.029501] futex hash table entries: 8192 (order: 7, 524288 bytes)
[    0.029572] pinctrl core: initialized pinctrl subsystem
[    0.032300] NET: Registered protocol family 16
[    0.032391] audit: initializing netlink subsys (disabled)
[    0.032396] audit: type=2000 audit(1569907804.056:1): state=initialized audit_enabled=0 res=1
[    0.032396] cpuidle: using governor ladder
[    0.032396] cpuidle: using governor menu
[    0.032396] ACPI: bus type PCI registered
[    0.032396] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.032396] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.032396] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.032396] PCI: Using configuration type 1 for base access
[    0.032396] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.032396] mtrr: probably your BIOS does not setup all CPUs.
[    0.032396] mtrr: corrected configuration.
[    0.032786] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.032786] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.032786] ACPI: Added _OSI(Module Device)
[    0.032786] ACPI: Added _OSI(Processor Device)
[    0.032786] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.032786] ACPI: Added _OSI(Processor Aggregator Device)
[    0.032786] ACPI: Added _OSI(Linux-Dell-Video)
[    0.032786] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.040012] ACPI: 8 ACPI AML tables successfully acquired and loaded
[    0.041666] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.042966] ACPI: Interpreter enabled
[    0.042979] ACPI: (supports S0 S3 S4 S5)
[    0.042980] ACPI: Using IOAPIC for interrupt routing
[    0.044256] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.044529] ACPI: Enabled 2 GPEs in block 00 to 1F
[    0.051796] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.051799] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.051912] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
[    0.052024] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.052033] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.052285] PCI host bridge to bus 0000:00
[    0.052287] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.052288] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.052289] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.052290] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.052291] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.052292] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.052292] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfec2ffff window]
[    0.052293] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.052294] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.052303] pci 0000:00:00.0: [1022:15d0] type 00 class 0x060000
[    0.052428] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[    0.052538] pci 0000:00:01.2: [1022:15d3] type 01 class 0x060400
[    0.052590] pci 0000:00:01.2: enabling Extended Tags
[    0.052648] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.052778] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[    0.052894] pci 0000:00:08.1: [1022:15db] type 01 class 0x060400
[    0.052948] pci 0000:00:08.1: enabling Extended Tags
[    0.053006] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.053106] pci 0000:00:08.2: [1022:15dc] type 01 class 0x060400
[    0.053160] pci 0000:00:08.2: enabling Extended Tags
[    0.053220] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[    0.053361] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.053588] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.053793] pci 0000:00:18.0: [1022:15e8] type 00 class 0x060000
[    0.053849] pci 0000:00:18.1: [1022:15e9] type 00 class 0x060000
[    0.053896] pci 0000:00:18.2: [1022:15ea] type 00 class 0x060000
[    0.053944] pci 0000:00:18.3: [1022:15eb] type 00 class 0x060000
[    0.053998] pci 0000:00:18.4: [1022:15ec] type 00 class 0x060000
[    0.054044] pci 0000:00:18.5: [1022:15ed] type 00 class 0x060000
[    0.054099] pci 0000:00:18.6: [1022:15ee] type 00 class 0x060000
[    0.054146] pci 0000:00:18.7: [1022:15ef] type 00 class 0x060000
[    0.054284] pci 0000:01:00.0: [1022:43d5] type 00 class 0x0c0330
[    0.054317] pci 0000:01:00.0: reg 0x10: [mem 0xfcea0000-0xfcea7fff 64bit]
[    0.054371] pci 0000:01:00.0: enabling Extended Tags
[    0.054436] pci 0000:01:00.0: PME# supported from D3hot D3cold
[    0.054482] pci 0000:01:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8 GT/s x2 link at 0000:00:01.2 (capable of 31.504 Gb/s with 8 GT/s x4 link)
[    0.054536] pci 0000:01:00.1: [1022:43c8] type 00 class 0x010601
[    0.054605] pci 0000:01:00.1: reg 0x24: [mem 0xfce80000-0xfce9ffff]
[    0.054615] pci 0000:01:00.1: reg 0x30: [mem 0xfce00000-0xfce7ffff pref]
[    0.054624] pci 0000:01:00.1: enabling Extended Tags
[    0.054676] pci 0000:01:00.1: PME# supported from D3hot D3cold
[    0.054756] pci 0000:01:00.2: [1022:43c6] type 01 class 0x060400
[    0.054813] pci 0000:01:00.2: enabling Extended Tags
[    0.054871] pci 0000:01:00.2: PME# supported from D3hot D3cold
[    0.055003] pci 0000:00:01.2: PCI bridge to [bus 01-05]
[    0.055008] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.055011] pci 0000:00:01.2:   bridge window [mem 0xfcd00000-0xfcefffff]
[    0.055114] pci 0000:02:00.0: [1022:43c7] type 01 class 0x060400
[    0.055177] pci 0000:02:00.0: enabling Extended Tags
[    0.055245] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.055358] pci 0000:02:01.0: [1022:43c7] type 01 class 0x060400
[    0.055420] pci 0000:02:01.0: enabling Extended Tags
[    0.055488] pci 0000:02:01.0: PME# supported from D3hot D3cold
[    0.055581] pci 0000:02:04.0: [1022:43c7] type 01 class 0x060400
[    0.055643] pci 0000:02:04.0: enabling Extended Tags
[    0.055711] pci 0000:02:04.0: PME# supported from D3hot D3cold
[    0.055838] pci 0000:01:00.2: PCI bridge to [bus 02-05]
[    0.055844] pci 0000:01:00.2:   bridge window [io  0xf000-0xffff]
[    0.055847] pci 0000:01:00.2:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.055908] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.056002] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[    0.056055] pci 0000:04:00.0: reg 0x10: [io  0xf000-0xf0ff]
[    0.056099] pci 0000:04:00.0: reg 0x18: [mem 0xfcd04000-0xfcd04fff 64bit]
[    0.056126] pci 0000:04:00.0: reg 0x20: [mem 0xfcd00000-0xfcd03fff 64bit]
[    0.056287] pci 0000:04:00.0: supports D1 D2
[    0.056288] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.056493] pci 0000:02:01.0: PCI bridge to [bus 04]
[    0.056500] pci 0000:02:01.0:   bridge window [io  0xf000-0xffff]
[    0.056503] pci 0000:02:01.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.056565] pci 0000:02:04.0: PCI bridge to [bus 05]
[    0.056718] pci 0000:06:00.0: [1002:15dd] type 00 class 0x030000
[    0.056764] pci 0000:06:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.056782] pci 0000:06:00.0: reg 0x18: [mem 0xf0000000-0xf01fffff 64bit pref]
[    0.056794] pci 0000:06:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    0.056806] pci 0000:06:00.0: reg 0x24: [mem 0xfcc00000-0xfcc7ffff]
[    0.056826] pci 0000:06:00.0: enabling Extended Tags
[    0.056933] pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.057051] pci 0000:06:00.1: [1002:15de] type 00 class 0x040300
[    0.057080] pci 0000:06:00.1: reg 0x10: [mem 0xfcc88000-0xfcc8bfff]
[    0.057153] pci 0000:06:00.1: enabling Extended Tags
[    0.057223] pci 0000:06:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.057301] pci 0000:06:00.2: [1022:15df] type 00 class 0x108000
[    0.057352] pci 0000:06:00.2: reg 0x18: [mem 0xfcb00000-0xfcbfffff]
[    0.057384] pci 0000:06:00.2: reg 0x24: [mem 0xfcc8c000-0xfcc8dfff]
[    0.057404] pci 0000:06:00.2: enabling Extended Tags
[    0.057560] pci 0000:06:00.3: [1022:15e0] type 00 class 0x0c0330
[    0.057596] pci 0000:06:00.3: reg 0x10: [mem 0xfca00000-0xfcafffff 64bit]
[    0.057658] pci 0000:06:00.3: enabling Extended Tags
[    0.057735] pci 0000:06:00.3: PME# supported from D0 D3hot D3cold
[    0.057828] pci 0000:06:00.4: [1022:15e1] type 00 class 0x0c0330
[    0.057863] pci 0000:06:00.4: reg 0x10: [mem 0xfc900000-0xfc9fffff 64bit]
[    0.057925] pci 0000:06:00.4: enabling Extended Tags
[    0.058002] pci 0000:06:00.4: PME# supported from D0 D3hot D3cold
[    0.058111] pci 0000:06:00.6: [1022:15e3] type 00 class 0x040300
[    0.058141] pci 0000:06:00.6: reg 0x10: [mem 0xfcc80000-0xfcc87fff]
[    0.058214] pci 0000:06:00.6: enabling Extended Tags
[    0.058283] pci 0000:06:00.6: PME# supported from D0 D3hot D3cold
[    0.058429] pci 0000:00:08.1: PCI bridge to [bus 06]
[    0.058434] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    0.058437] pci 0000:00:08.1:   bridge window [mem 0xfc900000-0xfccfffff]
[    0.058443] pci 0000:00:08.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.058522] pci 0000:07:00.0: [1022:7901] type 00 class 0x010601
[    0.058608] pci 0000:07:00.0: reg 0x24: [mem 0xfcf00000-0xfcf007ff]
[    0.058628] pci 0000:07:00.0: enabling Extended Tags
[    0.058713] pci 0000:07:00.0: PME# supported from D3hot D3cold
[    0.058866] pci 0000:00:08.2: PCI bridge to [bus 07]
[    0.058874] pci 0000:00:08.2:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.059301] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[    0.059347] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[    0.059385] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[    0.059436] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[    0.059480] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[    0.059516] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[    0.059551] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[    0.059587] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    0.059977] pci 0000:06:00.0: vgaarb: setting as boot VGA device
[    0.059977] pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.060013] pci 0000:06:00.0: vgaarb: bridge control possible
[    0.060013] vgaarb: loaded
[    0.060103] pps_core: LinuxPPS API ver. 1 registered
[    0.060104] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.060106] PTP clock support registered
[    0.060119] EDAC MC: Ver: 3.0.0
[    0.060256] PCI: Using ACPI for IRQ routing
[    0.063067] PCI: pci_cache_line_size set to 64 bytes
[    0.063146] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.063147] e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
[    0.063148] e820: reserve RAM buffer [mem 0x09d02000-0x0bffffff]
[    0.063149] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.063150] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.063150] e820: reserve RAM buffer [mem 0x5b003000-0x5bffffff]
[    0.063151] e820: reserve RAM buffer [mem 0x5c64d000-0x5fffffff]
[    0.063151] e820: reserve RAM buffer [mem 0x5f000000-0x5fffffff]
[    0.063152] e820: reserve RAM buffer [mem 0x41f340000-0x41fffffff]
[    0.063277] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.063277] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.065040] clocksource: Switched to clocksource tsc-early
[    0.074375] VFS: Disk quotas dquot_6.6.0
[    0.074423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.074600] AppArmor: AppArmor Filesystem Enabled
[    0.074616] pnp: PnP ACPI init
[    0.074738] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.074743] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.074778] system 00:01: [mem 0xfeb80000-0xfebfffff] has been reserved
[    0.074781] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.074832] system 00:02: [mem 0x60000000-0xdfffffff window] has been reserved
[    0.074835] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.074960] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.075113] system 00:04: [io  0x0280-0x028f] has been reserved
[    0.075114] system 00:04: [io  0x0290-0x029f] has been reserved
[    0.075115] system 00:04: [io  0x02a0-0x02af] has been reserved
[    0.075115] system 00:04: [io  0x02b0-0x02bf] has been reserved
[    0.075118] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.075335] pnp 00:05: [dma 0 disabled]
[    0.075363] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.075409] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.075591] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.075592] system 00:07: [io  0x040b] has been reserved
[    0.075593] system 00:07: [io  0x04d6] has been reserved
[    0.075594] system 00:07: [io  0x0c00-0x0c01] has been reserved
[    0.075595] system 00:07: [io  0x0c14] has been reserved
[    0.075595] system 00:07: [io  0x0c50-0x0c51] has been reserved
[    0.075596] system 00:07: [io  0x0c52] has been reserved
[    0.075597] system 00:07: [io  0x0c6c] has been reserved
[    0.075598] system 00:07: [io  0x0c6f] has been reserved
[    0.075598] system 00:07: [io  0x0cd0-0x0cd1] has been reserved
[    0.075599] system 00:07: [io  0x0cd2-0x0cd3] has been reserved
[    0.075600] system 00:07: [io  0x0cd4-0x0cd5] has been reserved
[    0.075601] system 00:07: [io  0x0cd6-0x0cd7] has been reserved
[    0.075602] system 00:07: [io  0x0cd8-0x0cdf] has been reserved
[    0.075602] system 00:07: [io  0x0800-0x089f] has been reserved
[    0.075603] system 00:07: [io  0x0b00-0x0b0f] has been reserved
[    0.075604] system 00:07: [io  0x0b20-0x0b3f] has been reserved
[    0.075605] system 00:07: [io  0x0900-0x090f] has been reserved
[    0.075605] system 00:07: [io  0x0910-0x091f] has been reserved
[    0.075607] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.075608] system 00:07: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.075609] system 00:07: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.075610] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.075611] system 00:07: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.075612] system 00:07: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.075613] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[    0.075615] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.075966] pnp: PnP ACPI: found 8 devices
[    0.081944] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.082014] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.082029] pci 0000:02:01.0: PCI bridge to [bus 04]
[    0.082031] pci 0000:02:01.0:   bridge window [io  0xf000-0xffff]
[    0.082036] pci 0000:02:01.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.082045] pci 0000:02:04.0: PCI bridge to [bus 05]
[    0.082058] pci 0000:01:00.2: PCI bridge to [bus 02-05]
[    0.082061] pci 0000:01:00.2:   bridge window [io  0xf000-0xffff]
[    0.082065] pci 0000:01:00.2:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.082074] pci 0000:00:01.2: PCI bridge to [bus 01-05]
[    0.082076] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.082080] pci 0000:00:01.2:   bridge window [mem 0xfcd00000-0xfcefffff]
[    0.082089] pci 0000:00:08.1: PCI bridge to [bus 06]
[    0.082091] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    0.082095] pci 0000:00:08.1:   bridge window [mem 0xfc900000-0xfccfffff]
[    0.082098] pci 0000:00:08.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.082104] pci 0000:00:08.2: PCI bridge to [bus 07]
[    0.082109] pci 0000:00:08.2:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.082118] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.082119] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.082120] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.082121] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.082122] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.082123] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.082124] pci_bus 0000:00: resource 10 [mem 0xe0000000-0xfec2ffff window]
[    0.082125] pci_bus 0000:00: resource 11 [mem 0xfee00000-0xffffffff window]
[    0.082125] pci_bus 0000:01: resource 0 [io  0xf000-0xffff]
[    0.082126] pci_bus 0000:01: resource 1 [mem 0xfcd00000-0xfcefffff]
[    0.082127] pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
[    0.082128] pci_bus 0000:02: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    0.082129] pci_bus 0000:04: resource 0 [io  0xf000-0xffff]
[    0.082130] pci_bus 0000:04: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    0.082131] pci_bus 0000:06: resource 0 [io  0xe000-0xefff]
[    0.082131] pci_bus 0000:06: resource 1 [mem 0xfc900000-0xfccfffff]
[    0.082132] pci_bus 0000:06: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.082133] pci_bus 0000:07: resource 1 [mem 0xfcf00000-0xfcffffff]
[    0.082330] NET: Registered protocol family 2
[    0.082685] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes)
[    0.082735] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.082945] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.083113] TCP: Hash tables configured (established 131072 bind 65536)
[    0.083196] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.083262] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.083539] NET: Registered protocol family 1
[    0.083545] NET: Registered protocol family 44
[    0.083749] pci 0000:06:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.083757] pci 0000:06:00.1: Linked as a consumer to 0000:06:00.0
[    0.084081] PCI: CLS 64 bytes, default 64
[    0.084119] Unpacking initramfs...
[    0.559348] Freeing initrd memory: 35204K
[    0.559426] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.559427] software IO TLB: mapped [mem 0x57003000-0x5b003000] (64MB)
[    0.559462] amd_uncore: AMD NB counters detected
[    0.559474] amd_uncore: AMD LLC counters detected
[    0.560420] Initialise system trusted keyrings
[    0.560456] Key type blacklist registered
[    0.560533] workingset: timestamp_bits=40 max_order=22 bucket_order=0
[    0.562187] zbud: loaded
[    0.670734] Key type asymmetric registered
[    0.670735] Asymmetric key parser 'x509' registered
[    0.670743] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.670801] io scheduler noop registered
[    0.670801] io scheduler deadline registered
[    0.670859] io scheduler cfq registered (default)
[    0.670860] io scheduler mq-deadline registered
[    0.672221] pcieport 0000:00:01.2: AER enabled with IRQ 25
[    0.672256] pcieport 0000:00:08.2: AER enabled with IRQ 27
[    0.672269] pcieport 0000:00:01.2: Signaling PME with IRQ 25
[    0.672289] pcieport 0000:00:08.1: Signaling PME with IRQ 26
[    0.672322] pcieport 0000:00:08.2: Signaling PME with IRQ 27
[    0.672352] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.672769] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.693675] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.694069] Linux agpgart interface v0.103
[    0.694454] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.694455] AMD IOMMUv2 functionality not available on this system
[    0.694881] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    0.694882] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.695522] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.695648] mousedev: PS/2 mouse device common for all mice
[    0.695691] rtc_cmos 00:03: RTC can wake from S4
[    0.695895] rtc_cmos 00:03: registered as rtc0
[    0.695912] rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.695955] ledtrig-cpu: registered to indicate activity on CPUs
[    0.696448] NET: Registered protocol family 10
[    0.701612] Segment Routing with IPv6
[    0.701632] mip6: Mobile IPv6
[    0.701634] NET: Registered protocol family 17
[    0.701668] mpls_gso: MPLS GSO support
[    0.701988] mce: Using 23 MCE banks
[    0.702043] microcode: CPU0: patch_level=0x08101016
[    0.702046] microcode: CPU1: patch_level=0x08101016
[    0.702049] microcode: CPU2: patch_level=0x08101016
[    0.702060] microcode: CPU3: patch_level=0x08101016
[    0.702090] microcode: Microcode Update Driver: v2.2.
[    0.702113] sched_clock: Marking stable (726076929, -23991214)->(809774617, -107688902)
[    0.702267] registered taskstats version 1
[    0.702268] Loading compiled-in X.509 certificates
[    0.719380] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.726942] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[    0.726982] Loaded X.509 cert 'Debian Secure Boot Signer: 00a7468def'
[    0.727004] zswap: loaded using pool lzo/zbud
[    0.727113] AppArmor: AppArmor sha1 policy hashing enabled
[    0.728100] rtc_cmos 00:03: setting system clock to 2019-10-01 05:30:05 UTC (1569907805)
[    1.023947] Freeing unused kernel image memory: 1584K
[    1.039320] Write protecting the kernel read-only data: 16384k
[    1.040682] Freeing unused kernel image memory: 2028K
[    1.040828] Freeing unused kernel image memory: 772K
[    1.048360] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.048366] Run /init as init process
[    1.106076] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.106087] ACPI: Power Button [PWRB]
[    1.106205] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.106226] ACPI: Power Button [PWRF]
[    1.114518] ACPI: Video Device [VGA1] (multi-head: yes  rom: no  post: no)
[    1.114786] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.GP17.VGA.LCD._BCM.AFN7], AE_NOT_FOUND (20180810/psargs-330)
[    1.115177] ACPI Error: Method parse/execution failed \_SB.PCI0.GP17.VGA.LCD._BCM, AE_NOT_FOUND (20180810/psparse-516)
[    1.115488] ACPI Error: Evaluating _BCM failed (20180810/video-364)
[    1.115900] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0e/LNXVIDEO:01/input/input3
[    1.140437] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    1.140439] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    1.144690] SCSI subsystem initialized
[    1.154093] ACPI: bus type USB registered
[    1.154113] usbcore: registered new interface driver usbfs
[    1.154120] usbcore: registered new interface driver hub
[    1.154164] usbcore: registered new device driver usb
[    1.161995] libata version 3.00 loaded.
[    1.163338] cryptd: max_cpu_qlen set to 1000
[    1.166619] ahci 0000:01:00.1: version 3.0
[    1.166781] ahci 0000:01:00.1: SSS flag set, parallel bus scan disabled
[    1.166836] ahci 0000:01:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0x33 impl SATA mode
[    1.166838] ahci 0000:01:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
[    1.170483] libphy: r8169: probed
[    1.170989] r8169 0000:04:00.0 eth0: RTL8168h/8111h, 70:85:c2:f2:89:c7, XID 54100800, IRQ 35
[    1.170991] r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    1.174362] AVX2 version of gcm_enc/dec engaged.
[    1.174363] AES CTR mode by8 optimization enabled
[    1.180712] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    1.180718] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[    1.192138] scsi host0: ahci
[    1.212389] scsi host1: ahci
[    1.223721] r8169 0000:04:00.0 enp4s0: renamed from eth0
[    1.224908] scsi host2: ahci
[    1.225095] scsi host3: ahci
[    1.225261] scsi host4: ahci
[    1.225435] scsi host5: ahci
[    1.225591] scsi host6: ahci
[    1.225763] scsi host7: ahci
[    1.225853] ata1: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80100 irq 36
[    1.225860] ata2: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80180 irq 36
[    1.225861] ata3: DUMMY
[    1.225862] ata4: DUMMY
[    1.225864] ata5: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80300 irq 36
[    1.225865] ata6: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80380 irq 36
[    1.225866] ata7: DUMMY
[    1.225866] ata8: DUMMY
[    1.236088] xhci_hcd 0000:01:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
[    1.236286] ahci 0000:07:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    1.236288] ahci 0000:07:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    1.236334] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    1.236336] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.236337] usb usb1: Product: xHCI Host Controller
[    1.236338] usb usb1: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.236339] usb usb1: SerialNumber: 0000:01:00.0
[    1.236489] hub 1-0:1.0: USB hub found
[    1.236508] hub 1-0:1.0: 10 ports detected
[    1.237261] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    1.237264] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[    1.237266] xhci_hcd 0000:01:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    1.237324] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.237338] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[    1.237339] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.237340] usb usb2: Product: xHCI Host Controller
[    1.237340] usb usb2: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.237341] usb usb2: SerialNumber: 0000:01:00.0
[    1.237420] hub 2-0:1.0: USB hub found
[    1.237440] hub 2-0:1.0: 4 ports detected
[    1.237950] xhci_hcd 0000:06:00.3: xHCI Host Controller
[    1.237953] xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 3
[    1.238284] xhci_hcd 0000:06:00.3: hcc params 0x0270ffe5 hci version 0x110 quirks 0x0000000840000410
[    1.238527] scsi host8: ahci
[    1.238638] ata9: SATA max UDMA/133 abar m2048@0xfcf00000 port 0xfcf00100 irq 38
[    1.238684] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    1.238705] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.238706] usb usb3: Product: xHCI Host Controller
[    1.238707] usb usb3: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.238708] usb usb3: SerialNumber: 0000:06:00.3
[    1.238847] hub 3-0:1.0: USB hub found
[    1.238861] hub 3-0:1.0: 4 ports detected
[    1.239437] xhci_hcd 0000:06:00.3: xHCI Host Controller
[    1.239453] xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 4
[    1.239455] xhci_hcd 0000:06:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    1.239497] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.239525] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[    1.239526] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.239527] usb usb4: Product: xHCI Host Controller
[    1.239527] usb usb4: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.239528] usb usb4: SerialNumber: 0000:06:00.3
[    1.239639] hub 4-0:1.0: USB hub found
[    1.239668] hub 4-0:1.0: 4 ports detected
[    1.240345] xhci_hcd 0000:06:00.4: xHCI Host Controller
[    1.240349] xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 5
[    1.240645] xhci_hcd 0000:06:00.4: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000840000410
[    1.241122] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    1.241124] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.241125] usb usb5: Product: xHCI Host Controller
[    1.241126] usb usb5: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.241127] usb usb5: SerialNumber: 0000:06:00.4
[    1.241273] hub 5-0:1.0: USB hub found
[    1.241304] hub 5-0:1.0: 1 port detected
[    1.241484] xhci_hcd 0000:06:00.4: xHCI Host Controller
[    1.241487] xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 6
[    1.241489] xhci_hcd 0000:06:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    1.241551] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.241569] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[    1.241570] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.241571] usb usb6: Product: xHCI Host Controller
[    1.241572] usb usb6: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.241573] usb usb6: SerialNumber: 0000:06:00.4
[    1.241735] hub 6-0:1.0: USB hub found
[    1.241746] hub 6-0:1.0: 1 port detected
[    1.324540] [drm] amdgpu kernel modesetting enabled.
[    1.324649] [drm:amdgpu_pci_probe [amdgpu]] *ERROR* amdgpu requires firmware installed
[    1.324864] See https://wiki.debian.org/Firmware for information about missing firmware
[    1.554457] ata9: SATA link down (SStatus 0 SControl 300)
[    1.572031] tsc: Refined TSC clocksource calibration: 3193.984 MHz
[    1.572045] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e0a16d682b, max_idle_ns: 440795210620 ns
[    1.572064] clocksource: Switched to clocksource tsc
[    1.640017] usb 1-7: new full-speed USB device number 2 using xhci_hcd
[    1.700027] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.704888] ata1.00: ATA-9: HP SSD S700 250GB, S0704A1, max UDMA/133
[    1.704890] ata1.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    1.712440] ata1.00: configured for UDMA/133
[    1.712625] scsi 0:0:0:0: Direct-Access     ATA      HP SSD S700 250G 4A1  PQ: 0 ANSI: 5
[    1.715727] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
[    1.715729] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.715733] sd 0:0:0:0: [sda] Write Protect is off
[    1.715734] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.715739] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.716415]  sda: sda1 sda2 < sda5 sda6 >
[    1.716906] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.888532] usb 1-7: New USB device found, idVendor=056e, idProduct=00e6, bcdDevice=10.01
[    1.888534] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.888535] usb 1-7: Product: ELECOM UltimateLaser Mouse
[    1.888536] usb 1-7: Manufacturer: ELECOM
[    1.904655] hidraw: raw HID events driver (C) Jiri Kosina
[    1.922356] usbcore: registered new interface driver usbhid
[    1.922357] usbhid: USB HID core driver
[    1.924340] input: ELECOM ELECOM UltimateLaser Mouse as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/usb1/1-7/1-7:1.0/0003:056E:00E6.0001/input/input4
[    1.924501] hid-generic 0003:056E:00E6.0001: input,hidraw0: USB HID v1.01 Mouse [ELECOM ELECOM UltimateLaser Mouse] on usb-0000:01:00.0-7/input0
[    1.924765] input: ELECOM ELECOM UltimateLaser Mouse as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/usb1/1-7/1-7:1.1/0003:056E:00E6.0002/input/input5
[    1.984067] hid-generic 0003:056E:00E6.0002: input,hidraw1: USB HID v1.01 Device [ELECOM ELECOM UltimateLaser Mouse] on usb-0000:01:00.0-7/input1
[    1.984254] hid-generic 0003:056E:00E6.0003: hiddev0,hidraw2: USB HID v1.01 Device [ELECOM ELECOM UltimateLaser Mouse] on usb-0000:01:00.0-7/input2
[    2.030231] ata2: SATA link down (SStatus 0 SControl 300)
[    2.342180] ata5: SATA link down (SStatus 0 SControl 330)
[    2.654188] ata6: SATA link down (SStatus 0 SControl 330)
[    2.700624] PM: Image not found (code -22)
[    2.813276] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    2.921351] systemd[1]: Inserted module 'autofs4'
[    2.935976] 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)
[    2.956053] systemd[1]: Detected architecture x86-64.
[    2.960879] systemd[1]: Set hostname to <fumi>.
[    2.961246] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument
[    3.058945] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    3.059068] systemd[1]: Listening on fsck to fsckd communication Socket.
[    3.059153] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.059188] systemd[1]: Reached target User and Group Name Lookups.
[    3.059270] systemd[1]: Listening on udev Control Socket.
[    3.059331] systemd[1]: Reached target Remote File Systems.
[    3.080951] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[    3.093898] lp: driver loaded but no devices found
[    3.098627] ppdev: user-space parallel port driver
[    3.234127] systemd-journald[296]: Received request to flush runtime journal from PID 1
[    3.242531] acpi_cpufreq: overriding BIOS provided _PSD data
[    3.304188] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.323208] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    3.323347] sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
[    3.323378] sp5100-tco sp5100-tco: Watchdog hardware is disabled
[    3.333065] input: PC Speaker as /devices/platform/pcspkr/input/input6
[    3.385030] snd_hda_intel 0000:06:00.1: Handle vga_switcheroo audio client
[    3.409184] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input7
[    3.409252] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input8
[    3.409325] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input9
[    3.472494] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC892: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[    3.472496] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.472498] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    3.472499] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    3.472499] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    3.472501] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
[    3.472502] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
[    3.472503] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
[    3.508905] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input10
[    3.508990] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input11
[    3.509096] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input12
[    3.509173] input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input13
[    3.509269] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input14
[    3.530935] kvm: Nested Virtualization enabled
[    3.530952] kvm: Nested Paging enabled
[    3.530953] SVM: Virtual VMLOAD VMSAVE supported
[    3.530953] SVM: Virtual GIF supported
[    3.535879] MCE: In-kernel MCE decoding enabled.
[    3.537036] Adding 14605308k swap on /dev/sda5.  Priority:-2 extents:1 across:14605308k SSFS
[    3.539236] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.539237] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    3.580709] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.580711] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    3.585568] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[    3.621330] audit: type=1400 audit(1569907808.387:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=439 comm="apparmor_parser"
[    3.621701] audit: type=1400 audit(1569907808.387:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=437 comm="apparmor_parser"
[    3.624431] audit: type=1400 audit(1569907808.391:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=438 comm="apparmor_parser"
[    3.624436] audit: type=1400 audit(1569907808.391:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=438 comm="apparmor_parser"
[    3.624439] audit: type=1400 audit(1569907808.391:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=438 comm="apparmor_parser"
[    3.626758] audit: type=1400 audit(1569907808.391:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=445 comm="apparmor_parser"
[    3.628153] audit: type=1400 audit(1569907808.395:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=444 comm="apparmor_parser"
[    3.628157] audit: type=1400 audit(1569907808.395:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=444 comm="apparmor_parser"
[    3.628159] audit: type=1400 audit(1569907808.395:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=444 comm="apparmor_parser"
[    3.629939] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.629941] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    3.676725] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.676726] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    4.142851] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
[    4.143105] r8169 0000:04:00.0: firmware: failed to load rtl_nic/rtl8168h-2.fw (-2)
[    4.143320] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
[    4.143546] r8169 0000:04:00.0: Direct firmware load for rtl_nic/rtl8168h-2.fw failed with error -2
[    4.143549] r8169 0000:04:00.0 enp4s0: unable to load firmware patch rtl_nic/rtl8168h-2.fw (-2)
[    4.143777] Generic PHY r8169-400:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=r8169-400:00, irq=IGNORE)
[    4.246757] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
[    5.833417] r8169 0000:04:00.0 enp4s0: Link is Up - 100Mbps/Full - flow control rx/tx
[    5.833426] IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0: link becomes ready
[ 1891.290635] PM: suspend entry (deep)
[ 1891.290637] PM: Syncing filesystems ... done.
[ 1891.336712] Freezing user space processes ... (elapsed 0.001 seconds) done.
[ 1891.338107] OOM killer disabled.
[ 1891.338108] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 1891.339341] Suspending console(s) (use no_console_suspend to debug)
[ 1891.366659] serial 00:05: disabled
[ 1891.378126] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 1891.378177] sd 0:0:0:0: [sda] Stopping disk
[ 1891.474205] ACPI: Preparing to enter system sleep state S3
[ 1892.018350] PM: Saving platform NVS memory
[ 1892.018438] Disabling non-boot CPUs ...
[ 1892.035548] smpboot: CPU 1 is now offline
[ 1892.051956] smpboot: CPU 2 is now offline
[ 1892.075610] smpboot: CPU 3 is now offline
[ 1892.078571] ACPI: Low-level resume complete
[ 1892.078626] PM: Restoring platform NVS memory
[ 1892.079385] Enabling non-boot CPUs ...
[ 1892.079442] x86: Booting SMP configuration:
[ 1892.079442] smpboot: Booting Node 0 Processor 1 APIC 0x2
[ 1892.079649] microcode: CPU1: patch_level=0x08101016
[ 1892.081794]  cache: parent cpu1 should not be sleeping
[ 1892.082071] CPU1 is up
[ 1892.082084] smpboot: Booting Node 0 Processor 2 APIC 0x1
[ 1892.082305] microcode: CPU2: patch_level=0x08101016
[ 1892.084439]  cache: parent cpu2 should not be sleeping
[ 1892.084768] CPU2 is up
[ 1892.084792] smpboot: Booting Node 0 Processor 3 APIC 0x3
[ 1892.085001] microcode: CPU3: patch_level=0x08101016
[ 1892.087136]  cache: parent cpu3 should not be sleeping
[ 1892.087453] CPU3 is up
[ 1892.087799] ACPI: Waking up from system sleep state S3
[ 1892.168062] usb usb1: root hub lost power or was reset
[ 1892.168065] usb usb2: root hub lost power or was reset
[ 1892.169039] serial 00:05: activated
[ 1892.192256] sd 0:0:0:0: [sda] Starting disk
[ 1892.481590] ata5: SATA link down (SStatus 0 SControl 330)
[ 1892.481622] ata2: SATA link down (SStatus 0 SControl 300)
[ 1892.505596] ata6: SATA link down (SStatus 0 SControl 330)
[ 1892.505873] ata9: SATA link down (SStatus 0 SControl 300)
[ 1892.643577] usb 1-7: reset full-speed USB device number 2 using xhci_hcd
[ 1892.667451] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1892.679864] ata1.00: configured for UDMA/133
[ 1892.971832] OOM killer enabled.
[ 1892.971832] Restarting tasks ... done.
[ 1892.977678] video LNXVIDEO:01: Restoring backlight state
[ 1892.979100] PM: suspend exit
[ 1893.235702] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
[ 1893.236026] Generic PHY r8169-400:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=r8169-400:00, irq=IGNORE)
[ 1893.338074] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
[ 1894.894485] r8169 0000:04:00.0 enp4s0: Link is Up - 100Mbps/Full - flow control rx/tx
[ 1894.894495] IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0: link becomes ready

ハイライトされているところ

[    0.032396] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.063146] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.694882] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.114786] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.GP17.VGA.LCD._BCM.AFN7], AE_NOT_FOUND (20180810/psargs-330)
[    1.115177] ACPI Error: Method parse/execution failed \_SB.PCI0.GP17.VGA.LCD._BCM, AE_NOT_FOUND (20180810/psparse-516)
[    1.115488] ACPI Error: Evaluating _BCM failed (20180810/video-364)
[    1.324649] [drm:amdgpu_pci_probe [amdgpu]] *ERROR* amdgpu requires firmware installed
[    1.324864] See https://wiki.debian.org/Firmware for information about missing firmware
[    2.961246] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument
[    3.323378] sp5100-tco sp5100-tco: Watchdog hardware is disabled
[    4.143105] r8169 0000:04:00.0: firmware: failed to load rtl_nic/rtl8168h-2.fw (-2)
[    4.143320] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
[    4.143546] r8169 0000:04:00.0: Direct firmware load for rtl_nic/rtl8168h-2.fw failed with error -2
[    4.143549] r8169 0000:04:00.0 enp4s0: unable to load firmware patch rtl_nic/rtl8168h-2.fw (-2)
[ 1892.081794]  cache: parent cpu1 should not be sleeping
[ 1892.084439]  cache: parent cpu2 should not be sleeping
[ 1892.087136]  cache: parent cpu3 should not be sleeping

(1)

ACPIの所でエラーがあります。

BIOSは最新になっているようです。

調べた所、起動時にはエラーが出るものの実害がないという報告も多く見ました。kernelの更新によって現れるようになり、そのうち解消されるだろうという意見もあります。firmwareのインストールで改善するという話もありますし、しなかったという報告もあります。

LinuxQuestions.orgの[SOLVED] ACPI error what means ? のkilgoretrout氏の意見が当たっているように思えます。UEFIについてはほとんど知識はありませんが、はじめてUEFIに触れたのはWindowsのノートPCをレスキューのためLinuxで起動した時です。まあ、勝手に別OSで起動できたらセキュリティは確保できないなと思う反面、面倒なことになるという予感がします。その次は別のPCでUSBメモリからの起動をBIOS画面から選択した時。かつてのBIOS画面では優先順位を変更していたものですが、候補が表示されていました。その中にUEFIの文字がありました。今回のインストールでは他に起動するデバイスがないとはいえ、選択もなくUSBメモリから簡単に起動してくれました。UEFIが一般的になってきたということなのでしょう。その中で対応が遅れてまだ不具合が残っているとも考えられます。上記の記事ではMicrosoftの独自仕様が一因となっているということでした。

彼はBIOS legacyモードでインストールしたので問題がないといっています。また、UEFIを使いながらセキュアブートを使わなければうまく行くとの話も紹介しています。

今回のbusterではサスペンドから戻れないということがあるので、ACPIが関係している可能性があります。

サスペンドしなければ問題はないので、カーネルなどのアップデートで直ることを期待したいところですが、firmwareを確認してみます。

(2)

amdgpuが必要とあります。

(3)

rtl8168h-2.fwが必要とあります。これはよく見るもので放置してもネットワーク接続に影響はないようですが、synapticを使ってnonfreeのfirmwareを導入すればすぐ解決します。

log/messages

log/messagesも見てみます。最後の方に気になるErrorがあります。

root@fumi:~# tail -20 /var/log/messages 
Oct  1 15:58:22 fumi NetworkManager[481]: <info>  [1569913102.5204] dhcp6 (enp4s0): state changed bound -> done
Oct  1 15:58:23 fumi NetworkManager[481]: <info>  [1569913103.7089] device (enp4s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Oct  1 15:58:23 fumi NetworkManager[481]: <info>  [1569913103.7100] device (enp4s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Oct  1 15:58:23 fumi NetworkManager[481]: <info>  [1569913103.7105] device (enp4s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Oct  1 15:58:23 fumi NetworkManager[481]: <info>  [1569913103.7112] manager: NetworkManager state is now CONNECTED_LOCAL
Oct  1 15:58:23 fumi NetworkManager[481]: <info>  [1569913103.7132] manager: NetworkManager state is now CONNECTED_SITE
Oct  1 15:58:23 fumi NetworkManager[481]: <info>  [1569913103.7133] policy: set 'Wired connection 1' (enp4s0) as default for IPv6 routing and DNS
Oct  1 15:58:23 fumi NetworkManager[481]: <info>  [1569913103.7151] device (enp4s0): Activation: successful, device activated.
Oct  1 15:58:23 fumi NetworkManager[481]: <info>  [1569913103.7156] manager: NetworkManager state is now CONNECTED_GLOBAL
Oct  1 15:58:26 fumi NetworkManager[481]: <info>  [1569913106.5674] dhcp4 (enp4s0):   address 192.168.1.15
Oct  1 15:58:26 fumi NetworkManager[481]: <info>  [1569913106.5674] dhcp4 (enp4s0):   plen 24 (255.255.255.0)
Oct  1 15:58:26 fumi NetworkManager[481]: <info>  [1569913106.5674] dhcp4 (enp4s0):   gateway 192.168.1.1
Oct  1 15:58:26 fumi NetworkManager[481]: <info>  [1569913106.5674] dhcp4 (enp4s0):   lease time 14400
Oct  1 15:58:26 fumi NetworkManager[481]: <info>  [1569913106.5674] dhcp4 (enp4s0):   nameserver '192.168.1.1'
Oct  1 15:58:26 fumi NetworkManager[481]: <info>  [1569913106.5674] dhcp4 (enp4s0): state changed unknown -> bound
Oct  1 15:58:26 fumi NetworkManager[481]: <info>  [1569913106.5685] policy: set 'Wired connection 1' (enp4s0) as default for IPv4 routing and DNS
Oct  1 15:58:27 fumi colord[823]: failed to get session [pid 475]: 利用可能なデータがありません
Oct  1 15:58:43 fumi gsd-power[863]: Error setting property 'PowerSaveMode' on interface org.gnome.Mutter.DisplayConfig: タイムアウトしました (g-io-error-quark, 24)
Oct  1 15:58:43 fumi gsd-power[863]: Error setting property 'PowerSaveMode' on interface org.gnome.Mutter.DisplayConfig: タイムアウトしました (g-io-error-quark, 24)
Oct  1 15:58:43 fumi gsd-power[863]: Error setting property 'PowerSaveMode' on interface org.gnome.Mutter.DisplayConfig: タイムアウトしました (g-io-error-quark, 24)
root@fumi:~# init 0
Connection to 192.168.1.15 closed by remote host.
Connection to 192.168.1.15 closed.

新しいbusterは仮り置きで扱いにくいのと、記録をとるのは旧stretch機からssh接続するのが楽。もう一つサスペンドの後に画面は戻らないがsshは生きているという場面があったので、init 0はその時の名残。