Tpm error linux

I had tried a command (I do not remember it) with the terminal of Ubuntu, and the computer shut down. Now when I boot it, it says :- [ 4.562057] ACPI PCC probe failed. [ 4.615205 tpm_t...

I had tried a command (I do not remember it) with the terminal of Ubuntu, and the computer shut down. Now when I boot it, it says :-

[ 4.562057] ACPI PCC probe failed.
[ 4.615205 tpm_tis 00:05: A TPM error (7) occurred attempting to read a pcr value
Target filesystem doesn’t have requested /sbin/init.
No init found. Try passing init= bootargw

Busybox v1.21.1 (ubuntu 1:1.21.0-1ubuntu1) built in shell (ash)
Enter ‘help’ for a list of built-in commands.

(Initramfs)

Gautam Vashisht's user avatar

asked Nov 21, 2016 at 16:15

G. Hansel's user avatar

2

First of all TPM is:

Trusted Platform Module (TPM) is an international standard for a
secure cryptoprocessor, which is a dedicated microprocessor designed
to secure hardware by integrating cryptographic keys into devices.

In practice a TPM can be used for various different security
applications such as secure boot and key storage.

TPM is naturally supported only on devices that have TPM hardware
support. If your hardware has TPM support but it is not showing up, it
might need to be enabled in the BIOS settings.

1. So if you do not need use the TPM feature you can disable it via the BIOS settings. I have a machine with Phoenix BIOS and these settings are placed within the Security section.

enter image description here

2. Also you can ignore the TPM feature through the Ubuntu settings. Just type this command:

echo "blacklist tpm_tis" | sudo tee -a /etc/modprobe.d/tpm_tis.conf

Where the command tee -a will append the echoed line (blacklist tpm_tis) into the end of /etc/modprobe.d/tpm_tis.conf or will create the file if it’s doesn’t exists.

3. Sources and other solutions:

  • ArchWiki: Trusted Platform Module
  • A TPM error (6) occurred attempting to read a pcr value
  • A tpm error (7) occurred attempting to read a pcr value in centos

answered Jun 2, 2017 at 9:08

pa4080's user avatar

pa4080pa4080

28.8k10 gold badges83 silver badges157 bronze badges

I got this error and it was because I had two hard drive with the same UUID.

The error I got on boot up was:

A TPM error (7) occurred attempting to read a pcr value

I went searching the BIOS, nonmodeset on kernel line, etc because the error message was not very informative.

To see if you have this issue, boot to a command prompt and issue:

blkid -o list

and see if you have UUID’s that are the same.

Apparently what I had done was clone a partition and forgot to reset the UUID.
You need to check the file system and then set the UUID — here is an example:

fsck -y /dev/sda1
tune2fs /dev/sda1 -U cfe9f84d-a454-4e46-97bb-6f1f18fcb427

answered Oct 9, 2017 at 19:00

Carl Moser's user avatar

2

This error can be corrected as follows. It occurs when there is an error in the superblocks of the hard disk. Boot with a live CD or bootable USB with any Linux distribution, you can use KDE Partition Manager or GParted. Check and repair the partitions you have, executing the following command; e2fsck -f -y -v /dev/sdX (replace X with the desired partition letter). Reboot with sudo reboot.

karel's user avatar

karel

107k93 gold badges263 silver badges290 bronze badges

answered Nov 16, 2018 at 23:05

Elvis's user avatar

1

[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000026effffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x26effd000-0x26effffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000026effffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.000000]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000081200fff]
[    0.000000]   node   0: [mem 0x0000000081203000-0x000000008dcc2fff]
[    0.000000]   node   0: [mem 0x000000008f7fe000-0x000000008f7fefff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000026effffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000026effffff]
[    0.000000] On node 0 totalpages: 2083934
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 23 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 9012 pages used for memmap
[    0.000000]   DMA32 zone: 576706 pages, LIFO batch:31
[    0.000000]   Normal zone: 23488 pages used for memmap
[    0.000000]   Normal zone: 1503232 pages, LIFO batch:31
[    0.000000] Reserved but unavailable: 98 pages
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    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 high 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: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x81201000-0x81201fff]
[    0.000000] PM: Registered nosave memory: [mem 0x81202000-0x81202fff]
[    0.000000] PM: Registered nosave memory: [mem 0x8dcc3000-0x8eb40fff]
[    0.000000] PM: Registered nosave memory: [mem 0x8eb41000-0x8eb87fff]
[    0.000000] PM: Registered nosave memory: [mem 0x8eb88000-0x8efb6fff]
[    0.000000] PM: Registered nosave memory: [mem 0x8efb7000-0x8f78cfff]
[    0.000000] PM: Registered nosave memory: [mem 0x8f78d000-0x8f7fdfff]
[    0.000000] PM: Registered nosave memory: [mem 0x8f7ff000-0x8fffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x90000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0x90000000-0xdfffffff] 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: 6370452778343963 ns
[    0.000000] random: get_random_bytes called from start_kernel+0x96/0x4dc with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] percpu: Embedded 46 pages/cpu @        (ptrval) s151552 r8192 d28672 u524288
[    0.000000] pcpu-alloc: s151552 r8192 d28672 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 2051347
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=beadc1fb-07f5-4874-9fab-c1508273fac5 rw quiet
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 8030984K/8335736K available (10252K kernel code, 1263K rwdata, 3372K rodata, 1452K init, 632K bss, 304752K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 31747 entries in 125 pages
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  CONFIG_RCU_FANOUT set to non-default value of 32
[    0.000000]  RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000]  RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
[    0.000000]  RCU priority boosting: priority 1 delay 500 ms.
[    0.000000]  Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 20736, nr_irqs: 1024, preallocated irqs: 16
[    0.000000]  Offload RCU callbacks from CPUs: .
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] ACPI: Core revision 20180105
[    0.000000] ACPI: 11 ACPI AML tables successfully acquired and loaded
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.000000] hpet clockevent registered
[    0.003333] APIC: Switch to symmetric I/O mode setup
[    0.003333] DMAR: Host address width 39
[    0.003333] DMAR: DRHD base: 0x000000fed90000 flags: 0x1
[    0.003333] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.003333] DMAR: RMRR base: 0x0000008e2d1000 end: 0x0000008e2f0fff
[    0.003333] DMAR: ANDD device: 1 name: _SB.PCI0.I2C0
[    0.003333] DMAR: ANDD device: 2 name: _SB.PCI0.I2C1
[    0.003333] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed90000 IOMMU 0
[    0.003333] DMAR-IR: HPET id 0 under DRHD base 0xfed90000
[    0.003333] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.003333] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.003333] x2apic enabled
[    0.003333] Switched APIC routing to cluster x2apic.
[    0.006666] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.023333] tsc: Detected 3000.000 MHz processor
[    0.023333] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2b3e459bf4c, max_idle_ns: 440795289890 ns
[    0.023333] Calibrating delay loop (skipped), value calculated using timer frequency.. 6002.00 BogoMIPS (lpj=10000000)
[    0.023333] pid_max: default: 32768 minimum: 301
[    0.023333] Security Framework initialized
[    0.023333] Yama: becoming mindful.
[    0.023333] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.023333] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.023333] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.023333] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.023333] CPU: Physical Processor ID: 0
[    0.023333] CPU: Processor Core ID: 0
[    0.023333] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.023333] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.023333] mce: CPU supports 10 MCE banks
[    0.023333] CPU0: Thermal monitoring enabled (TM1)
[    0.023333] process: using mwait in idle threads
[    0.023333] Last level iTLB entries: 4KB 128, 2MB 8, 4MB 8
[    0.023333] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.023333] Spectre V2 : Mitigation: Full generic retpoline
[    0.023333] Spectre V2 : Spectre v2 mitigation: Filling RSB on context switch
[    0.023333] Freeing SMP alternatives memory: 24K
[    0.028094] TSC deadline timer enabled
[    0.028099] smpboot: CPU0: Intel(R) Core(TM) i5-7400 CPU @ 3.00GHz (family: 0x6, model: 0x9e, stepping: 0x9)
[    0.040017] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.040074] ... version:                4
[    0.040074] ... bit width:              48
[    0.040075] ... generic registers:      8
[    0.040076] ... value mask:             0000ffffffffffff
[    0.040076] ... max period:             00007fffffffffff
[    0.040076] ... fixed-purpose events:   3
[    0.040077] ... event mask:             00000007000000ff
[    0.046674] Hierarchical SRCU implementation.
[    0.066806] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.073340] smp: Bringing up secondary CPUs ...
[    0.103360] x86: Booting SMP configuration:
[    0.103363] .... node  #0, CPUs:      #1 #2 #3
[    0.163699] smp: Brought up 1 node, 4 CPUs
[    0.163699] smpboot: Max logical packages: 1
[    0.163699] smpboot: Total of 4 processors activated (24009.00 BogoMIPS)
[    0.165867] devtmpfs: initialized
[    0.165867] x86/mm: Memory block size: 128MB
[    0.167013] PM: Registering ACPI NVS region [mem 0x81201000-0x81201fff] (4096 bytes)
[    0.167013] PM: Registering ACPI NVS region [mem 0x8eb88000-0x8efb6fff] (4386816 bytes)
[    0.167013] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.167013] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.167013] pinctrl core: initialized pinctrl subsystem
[    0.167013] RTC time:  9:00:00, date: 04/27/18
[    0.167013] NET: Registered protocol family 16
[    0.167045] cpuidle: using governor ladder
[    0.167045] cpuidle: using governor menu
[    0.167045] KVM setup pv remote TLB flush
[    0.167045] ACPI: bus type PCI registered
[    0.167045] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.167045] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.167045] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.167045] PCI: Using configuration type 1 for base access
[    0.167343] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.167343] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.167343] ACPI: Added _OSI(Module Device)
[    0.167343] ACPI: Added _OSI(Processor Device)
[    0.167343] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.167343] ACPI: Added _OSI(Processor Aggregator Device)
[    0.168359] ACPI BIOS Error (bug): Failure looking up [_SB.PCI0.RP04.PXSX._SB.PCI0.RP05.PXSX], AE_NOT_FOUND (20180105/dswload2-194)                                         
[    0.168368] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20180105/psobject-252)                                                                                     
[    0.168372] ACPI Error: Method parse/execution failed _SB.PCI0.RP04.PXSX, AE_NOT_FOUND (20180105/psparse-550)                                                               
[    0.168736] ACPI BIOS Error (bug): Failure looking up [_SB.PCI0.RP08.PXSX._SB.PCI0.RP09.PXSX], AE_NOT_FOUND (20180105/dswload2-194)                                         
[    0.168742] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20180105/psobject-252)                                                                                     
[    0.168746] ACPI Error: Method parse/execution failed _SB.PCI0.RP08.PXSX, AE_NOT_FOUND (20180105/psparse-550)                                                               
[    0.170222] ACPI: Executed 50 blocks of module-level executable AML code
[    0.186572] ACPI: Dynamic OEM Table Load:
[    0.186578] ACPI: SSDT 0xFFFF9D9964D16000 000693 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
[    0.186819] ACPI: Executed 1 blocks of module-level executable AML code
[    0.186888] ACPI: _PR_.PR00: _OSC native thermal LVT Acked
[    0.188375] ACPI: Dynamic OEM Table Load:
[    0.188380] ACPI: SSDT 0xFFFF9D9964F04C00 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
[    0.188604] ACPI: Executed 1 blocks of module-level executable AML code
[    0.189167] ACPI: Dynamic OEM Table Load:
[    0.189172] ACPI: SSDT 0xFFFF9D9964F1A000 000D14 (v02 PmRef  ApIst    00003000 INTL 20160422)
[    0.190018] ACPI: Executed 1 blocks of module-level executable AML code
[    0.190239] ACPI: Dynamic OEM Table Load:
[    0.190243] ACPI: SSDT 0xFFFF9D9964F04800 00030A (v02 PmRef  ApCst    00003000 INTL 20160422)
[    0.190506] ACPI: Executed 1 blocks of module-level executable AML code
[    0.193312] ACPI: Interpreter enabled
[    0.193349] ACPI: (supports S0 S3 S4 S5)
[    0.193350] ACPI: Using IOAPIC for interrupt routing
[    0.193385] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.194448] ACPI: Enabled 6 GPEs in block 00 to 7F
[    0.197301] ACPI: Power Resource [PG00] (on)
[    0.197703] ACPI: Power Resource [PG01] (on)
[    0.198074] ACPI: Power Resource [PG02] (on)
[    0.225137] ACPI: Power Resource [FN00] (off)
[    0.225232] ACPI: Power Resource [FN01] (off)
[    0.225322] ACPI: Power Resource [FN02] (off)
[    0.225414] ACPI: Power Resource [FN03] (off)
[    0.225506] ACPI: Power Resource [FN04] (off)
[    0.226831] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.226837] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.228200] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.228903] PCI host bridge to bus 0000:00
[    0.228905] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.228906] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.228907] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.228908] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.228909] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.228910] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.228911] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.228912] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.228913] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.228914] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.228915] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.228916] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.228917] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.228918] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.228919] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.228920] pci_bus 0000:00: root bus resource [mem 0x90000000-0xdfffffff window]
[    0.228921] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.228923] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.228930] pci 0000:00:00.0: [8086:591f] type 00 class 0x060000
[    0.229297] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    0.229335] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.229552] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[    0.229563] pci 0000:00:08.0: reg 0x10: [mem 0xdf631000-0xdf631fff 64bit]
[    0.229725] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
[    0.229747] pci 0000:00:14.0: reg 0x10: [mem 0xdf610000-0xdf61ffff 64bit]
[    0.229813] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.230034] pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
[    0.230055] pci 0000:00:14.2: reg 0x10: [mem 0xdf630000-0xdf630fff 64bit]
[    0.230322] pci 0000:00:15.0: [8086:a160] type 00 class 0x118000
[    0.230585] pci 0000:00:15.0: reg 0x10: [mem 0xdf62f000-0xdf62ffff 64bit]
[    0.231569] pci 0000:00:15.1: [8086:a161] type 00 class 0x118000
[    0.231831] pci 0000:00:15.1: reg 0x10: [mem 0xdf62e000-0xdf62efff 64bit]
[    0.232751] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
[    0.232777] pci 0000:00:16.0: reg 0x10: [mem 0xdf62d000-0xdf62dfff 64bit]
[    0.232850] pci 0000:00:16.0: PME# supported from D3hot
[    0.233055] pci 0000:00:17.0: [8086:a102] type 00 class 0x010601
[    0.233073] pci 0000:00:17.0: reg 0x10: [mem 0xdf628000-0xdf629fff]
[    0.233080] pci 0000:00:17.0: reg 0x14: [mem 0xdf62c000-0xdf62c0ff]
[    0.233087] pci 0000:00:17.0: reg 0x18: [io  0xf050-0xf057]
[    0.233094] pci 0000:00:17.0: reg 0x1c: [io  0xf040-0xf043]
[    0.233101] pci 0000:00:17.0: reg 0x20: [io  0xf020-0xf03f]
[    0.233108] pci 0000:00:17.0: reg 0x24: [mem 0xdf62b000-0xdf62b7ff]
[    0.233149] pci 0000:00:17.0: PME# supported from D3hot
[    0.233311] pci 0000:00:1c.0: [8086:a114] type 01 class 0x060400
[    0.233379] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.233582] pci 0000:00:1c.6: [8086:a116] type 01 class 0x060400
[    0.233649] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[    0.233832] pci 0000:00:1c.7: [8086:a117] type 01 class 0x060400
[    0.233899] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[    0.234083] pci 0000:00:1d.0: [8086:a118] type 01 class 0x060400
[    0.234154] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.234360] pci 0000:00:1f.0: [8086:a143] type 00 class 0x060100
[    0.234613] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
[    0.234627] pci 0000:00:1f.2: reg 0x10: [mem 0xdf624000-0xdf627fff]
[    0.234813] pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300
[    0.234839] pci 0000:00:1f.3: reg 0x10: [mem 0xdf620000-0xdf623fff 64bit]
[    0.234864] pci 0000:00:1f.3: reg 0x20: [mem 0xdf600000-0xdf60ffff 64bit]
[    0.234912] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.235170] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
[    0.235230] pci 0000:00:1f.4: reg 0x10: [mem 0xdf62a000-0xdf62a0ff 64bit]
[    0.235299] pci 0000:00:1f.4: reg 0x20: [io  0xf000-0xf01f]
[    0.235551] pci 0000:01:00.0: [10de:1c81] type 00 class 0x030000
[    0.235570] pci 0000:01:00.0: reg 0x10: [mem 0xde000000-0xdeffffff]
[    0.235580] pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.235590] pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[    0.235597] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.235604] pci 0000:01:00.0: reg 0x30: [mem 0xdf000000-0xdf07ffff pref]
[    0.235622] pci 0000:01:00.0: BAR 1: assigned to efifb
[    0.235734] pci 0000:01:00.1: [10de:0fb9] type 00 class 0x040300
[    0.235748] pci 0000:01:00.1: reg 0x10: [mem 0xdf080000-0xdf083fff]
[    0.246727] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.246729] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.246731] pci 0000:00:01.0:   bridge window [mem 0xde000000-0xdf0fffff]
[    0.246734] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.246797] pci 0000:02:00.0: [1b21:1242] type 00 class 0x0c0330
[    0.246829] pci 0000:02:00.0: reg 0x10: [mem 0xdf500000-0xdf507fff 64bit]
[    0.246883] pci 0000:02:00.0: enabling Extended Tags
[    0.246959] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.247034] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.247038] pci 0000:00:1c.0:   bridge window [mem 0xdf500000-0xdf5fffff]
[    0.247102] pci 0000:03:00.0: [168c:0042] type 00 class 0x028000
[    0.247134] pci 0000:03:00.0: reg 0x10: [mem 0xdf200000-0xdf3fffff 64bit]
[    0.247250] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.247334] pci 0000:00:1c.6: PCI bridge to [bus 03]
[    0.247338] pci 0000:00:1c.6:   bridge window [mem 0xdf200000-0xdf3fffff]
[    0.247412] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[    0.247437] pci 0000:04:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.247458] pci 0000:04:00.0: reg 0x18: [mem 0xdf400000-0xdf400fff 64bit]
[    0.247471] pci 0000:04:00.0: reg 0x20: [mem 0xd2100000-0xd2103fff 64bit pref]
[    0.247565] pci 0000:04:00.0: supports D1 D2
[    0.247566] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.247648] pci 0000:00:1c.7: PCI bridge to [bus 04]
[    0.247650] pci 0000:00:1c.7:   bridge window [io  0xd000-0xdfff]
[    0.247653] pci 0000:00:1c.7:   bridge window [mem 0xdf400000-0xdf4fffff]
[    0.247657] pci 0000:00:1c.7:   bridge window [mem 0xd2100000-0xd21fffff 64bit pref]
[    0.247703] pci 0000:00:1d.0: PCI bridge to [bus 05]
[    0.250897] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.250957] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.251014] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.251070] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.251127] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.251184] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.251241] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.251297] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.253341] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.253342] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.253344] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.253344] vgaarb: loaded
[    0.253450] EDAC MC: Ver: 3.0.0
[    0.253569] Registered efivars operations
[    0.276709] PCI: Using ACPI for IRQ routing
[    0.304514] PCI: pci_cache_line_size set to 64 bytes
[    0.304618] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.304619] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.304620] e820: reserve RAM buffer [mem 0x81201000-0x83ffffff]
[    0.304621] e820: reserve RAM buffer [mem 0x8dcc3000-0x8fffffff]
[    0.304622] e820: reserve RAM buffer [mem 0x8f7ff000-0x8fffffff]
[    0.304623] e820: reserve RAM buffer [mem 0x26f000000-0x26fffffff]
[    0.304694] NetLabel: Initializing
[    0.304694] NetLabel:  domain hash size = 128
[    0.304695] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.304705] NetLabel:  unlabeled traffic allowed by default
[    0.304708] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.304708] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.306679] clocksource: Switched to clocksource tsc-early
[    0.313826] VFS: Disk quotas dquot_6.6.0
[    0.313837] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.313880] pnp: PnP ACPI init
[    0.314121] system 00:00: [io  0x0290-0x029f] has been reserved
[    0.314125] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.314367] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.314369] system 00:01: [io  0xffff] has been reserved
[    0.314370] system 00:01: [io  0xffff] has been reserved
[    0.314371] system 00:01: [io  0xffff] has been reserved
[    0.314372] system 00:01: [io  0x1800-0x18fe] has been reserved
[    0.314373] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.314376] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.314467] system 00:02: [io  0x0800-0x087f] has been reserved
[    0.314470] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.314486] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.314519] system 00:04: [io  0x1854-0x1857] has been reserved
[    0.314522] system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.314766] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.314768] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.314769] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.314770] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
[    0.314772] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.314773] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.314774] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.314775] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.314777] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.314778] system 00:05: [mem 0xdffe0000-0xdfffffff] has been reserved
[    0.314781] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.314819] system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.314821] system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.314822] system 00:06: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.314823] system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.314825] system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.314826] system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.314827] system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.314830] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.315146] system 00:07: [io  0xff00-0xfffe] has been reserved
[    0.315149] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.316338] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.317417] pnp: PnP ACPI: found 9 devices
[    0.322796] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.322824] pci 0000:00:1d.0: bridge window [io  0x1000-0x0fff] to [bus 05] add_size 1000
[    0.322826] pci 0000:00:1d.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05] add_size 200000 add_align 100000
[    0.322827] pci 0000:00:1d.0: bridge window [mem 0x00100000-0x000fffff] to [bus 05] add_size 200000 add_align 100000
[    0.322834] pci 0000:00:1d.0: BAR 14: assigned [mem 0x90000000-0x901fffff]
[    0.322842] pci 0000:00:1d.0: BAR 15: assigned [mem 0x90200000-0x903fffff 64bit pref]
[    0.322844] pci 0000:00:1d.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.322845] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.322847] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.322849] pci 0000:00:01.0:   bridge window [mem 0xde000000-0xdf0fffff]
[    0.322851] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.322855] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.322858] pci 0000:00:1c.0:   bridge window [mem 0xdf500000-0xdf5fffff]
[    0.322863] pci 0000:00:1c.6: PCI bridge to [bus 03]
[    0.322867] pci 0000:00:1c.6:   bridge window [mem 0xdf200000-0xdf3fffff]
[    0.322872] pci 0000:00:1c.7: PCI bridge to [bus 04]
[    0.322874] pci 0000:00:1c.7:   bridge window [io  0xd000-0xdfff]
[    0.322877] pci 0000:00:1c.7:   bridge window [mem 0xdf400000-0xdf4fffff]
[    0.322880] pci 0000:00:1c.7:   bridge window [mem 0xd2100000-0xd21fffff 64bit pref]
[    0.322884] pci 0000:00:1d.0: PCI bridge to [bus 05]
[    0.322885] pci 0000:00:1d.0:   bridge window [io  0x2000-0x2fff]
[    0.322889] pci 0000:00:1d.0:   bridge window [mem 0x90000000-0x901fffff]
[    0.322891] pci 0000:00:1d.0:   bridge window [mem 0x90200000-0x903fffff 64bit pref]
[    0.322896] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.322897] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.322898] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.322899] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.322901] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.322902] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.322903] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.322904] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.322905] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.322906] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.322907] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.322908] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    0.322909] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    0.322910] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    0.322911] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    0.322912] pci_bus 0000:00: resource 19 [mem 0x90000000-0xdfffffff window]
[    0.322913] pci_bus 0000:00: resource 20 [mem 0xfd000000-0xfe7fffff window]
[    0.322914] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.322915] pci_bus 0000:01: resource 1 [mem 0xde000000-0xdf0fffff]
[    0.322916] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.322918] pci_bus 0000:02: resource 1 [mem 0xdf500000-0xdf5fffff]
[    0.322919] pci_bus 0000:03: resource 1 [mem 0xdf200000-0xdf3fffff]
[    0.322920] pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
[    0.322921] pci_bus 0000:04: resource 1 [mem 0xdf400000-0xdf4fffff]
[    0.322922] pci_bus 0000:04: resource 2 [mem 0xd2100000-0xd21fffff 64bit pref]
[    0.322923] pci_bus 0000:05: resource 0 [io  0x2000-0x2fff]
[    0.322924] pci_bus 0000:05: resource 1 [mem 0x90000000-0x901fffff]
[    0.322925] pci_bus 0000:05: resource 2 [mem 0x90200000-0x903fffff 64bit pref]
[    0.323075] NET: Registered protocol family 2
[    0.323165] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[    0.323187] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.323274] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.323424] TCP: Hash tables configured (established 65536 bind 65536)
[    0.323445] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.323466] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.323505] NET: Registered protocol family 1
[    0.323788] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.323987] PCI: CLS 64 bytes, default 64
[    0.324008] Unpacking initramfs...
[    0.415344] Freeing initrd memory: 7264K
[    0.415374] DMAR: ACPI device "device:7d" under DMAR at fed90000 as 00:15.0
[    0.415376] DMAR: ACPI device "device:7e" under DMAR at fed90000 as 00:15.1
[    0.415387] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.415389] software IO TLB [mem 0x86a10000-0x8aa10000] (64MB) mapped at [        (ptrval)-        (ptrval)]
[    0.415409] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b3e459bf4c, max_idle_ns: 440795289890 ns
[    0.415424] clocksource: Switched to clocksource tsc
[    0.415496] Scanning for low memory corruption every 60 seconds
[    0.415877] Initialise system trusted keyrings
[    0.415883] Key type blacklist registered
[    0.415912] workingset: timestamp_bits=44 max_order=21 bucket_order=0
[    0.416739] zbud: loaded
[    0.417700] Key type asymmetric registered
[    0.417701] Asymmetric key parser 'x509' registered
[    0.417718] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.417740] io scheduler noop registered
[    0.417741] io scheduler deadline registered
[    0.417767] io scheduler cfq registered (default)
[    0.417768] io scheduler mq-deadline registered
[    0.417769] io scheduler kyber registered
[    0.417773] io scheduler bfq registered
[    0.418656] pcieport 0000:00:1c.0: AER enabled with IRQ 122
[    0.418674] pcieport 0000:00:1c.6: AER enabled with IRQ 123
[    0.418690] pcieport 0000:00:1c.7: AER enabled with IRQ 124
[    0.418701] pcieport 0000:00:01.0: Signaling PME with IRQ 121
[    0.418714] pcieport 0000:00:1c.0: Signaling PME with IRQ 122
[    0.418722] pcieport 0000:00:1c.6: Signaling PME with IRQ 123
[    0.418731] pcieport 0000:00:1c.7: Signaling PME with IRQ 124
[    0.418742] pcieport 0000:00:1d.0: Signaling PME with IRQ 125
[    0.418757] pciehp 0000:00:1d.0:pcie004: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[    0.418809] efifb: probing for efifb
[    0.418818] efifb: framebuffer at 0xc0000000, using 3072k, total 3072k
[    0.418819] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.418820] efifb: scrolling: redraw
[    0.418821] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.420032] Console: switching to colour frame buffer device 128x48
[    0.421181] fb0: EFI VGA frame buffer device
[    0.421187] intel_idle: MWAIT substates: 0x142120
[    0.421188] intel_idle: v0.4.1 model 0x9E
[    0.421291] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.421351] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.421356] ACPI: Sleep Button [SLPB]
[    0.421379] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.421384] ACPI: Power Button [PWRB]
[    0.421407] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.421417] ACPI: Power Button [PWRF]
[    0.520282] thermal LNXTHERM:00: registered as thermal_zone0
[    0.520283] ACPI: Thermal Zone [TZ00] (28 C)
[    0.520441] thermal LNXTHERM:01: registered as thermal_zone1
[    0.520442] ACPI: Thermal Zone [TZ01] (30 C)
[    0.520645] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.521887] intel_pstate: Intel P-state driver initializing
[    0.521927] intel_pstate: Disabling energy efficiency optimization
[    0.522047] intel_pstate: HWP enabled
[    0.522129] ledtrig-cpu: registered to indicate activity on CPUs
[    0.522145] resource sanity check: requesting [mem 0xfdffe800-0xfe0007ff], which spans more than pnp 00:06 [mem 0xfdb00000-0xfdffffff]
[    0.522148] caller pmc_core_probe+0x95/0x222 mapping multiple BARs
[    0.522154] intel_pmc_core:  initialized
[    0.522323] NET: Registered protocol family 10
[    0.525619] Segment Routing with IPv6
[    0.525635] NET: Registered protocol family 17
[    0.526021] RAS: Correctable Errors collector initialized.
[    0.526046] microcode: sig=0x906e9, pf=0x2, revision=0x5e
[    0.526172] microcode: Microcode Update Driver: v2.2.
[    0.526180] sched_clock: Marking stable (526168141, 0)->(505583659, 20584482)
[    0.526389] registered taskstats version 1
[    0.526395] Loading compiled-in X.509 certificates
[    0.526408] zswap: loaded using pool lzo/zbud
[    0.529087] Key type big_key registered
[    0.530693]   Magic number: 14:929:20
[    0.530739] memory memory60: hash matches
[    0.530747] hctosys: unable to open rtc device (rtc0)
[    0.532535] Freeing unused kernel memory: 1452K
[    0.532536] Write protecting the kernel read-only data: 16384k
[    0.533101] Freeing unused kernel memory: 2016K
[    0.534679] Freeing unused kernel memory: 724K
[    0.641209] SCSI subsystem initialized
[    0.643930] ACPI: bus type USB registered
[    0.643943] usbcore: registered new interface driver usbfs
[    0.643948] usbcore: registered new interface driver hub
[    0.643966] usbcore: registered new device driver usb
[    0.647122] libata version 3.00 loaded.
[    0.648967] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.648973] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.650046] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
[    0.650050] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.650164] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.650165] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.650166] usb usb1: Product: xHCI Host Controller
[    0.650167] usb usb1: Manufacturer: Linux 4.16.4-1-ARCH xhci-hcd
[    0.650168] usb usb1: SerialNumber: 0000:00:14.0
[    0.650314] hub 1-0:1.0: USB hub found
[    0.650327] hub 1-0:1.0: 10 ports detected
[    0.650653] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.650656] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.650684] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    0.650685] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.650686] usb usb2: Product: xHCI Host Controller
[    0.650687] usb usb2: Manufacturer: Linux 4.16.4-1-ARCH xhci-hcd
[    0.650688] usb usb2: SerialNumber: 0000:00:14.0
[    0.650780] hub 2-0:1.0: USB hub found
[    0.650788] hub 2-0:1.0: 4 ports detected
[    0.651172] ahci 0000:00:17.0: version 3.0
[    0.651368] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    0.651371] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 3
[    0.651478] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[    0.651481] ahci 0000:00:17.0: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds apst 
[    0.680482] scsi host0: ahci
[    0.680677] scsi host1: ahci
[    0.684208] scsi host2: ahci
[    0.684407] scsi host3: ahci
[    0.684454] ata1: SATA max UDMA/133 abar m2048@0xdf62b000 port 0xdf62b100 irq 127
[    0.684455] ata2: SATA max UDMA/133 abar m2048@0xdf62b000 port 0xdf62b180 irq 127
[    0.684458] ata3: SATA max UDMA/133 abar m2048@0xdf62b000 port 0xdf62b200 irq 127
[    0.684460] ata4: SATA max UDMA/133 abar m2048@0xdf62b000 port 0xdf62b280 irq 127
[    0.710130] xhci_hcd 0000:02:00.0: hcc params 0x0200eec1 hci version 0x110 quirks 0x00000010
[    0.710281] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    0.710282] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.710283] usb usb3: Product: xHCI Host Controller
[    0.710284] usb usb3: Manufacturer: Linux 4.16.4-1-ARCH xhci-hcd
[    0.710285] usb usb3: SerialNumber: 0000:02:00.0
[    0.710380] hub 3-0:1.0: USB hub found
[    0.710386] hub 3-0:1.0: 2 ports detected
[    0.710446] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    0.710448] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 4
[    0.710450] xhci_hcd 0000:02:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.710472] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.710485] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    0.710486] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.710487] usb usb4: Product: xHCI Host Controller
[    0.710487] usb usb4: Manufacturer: Linux 4.16.4-1-ARCH xhci-hcd
[    0.710488] usb usb4: SerialNumber: 0000:02:00.0
[    0.710580] hub 4-0:1.0: USB hub found
[    0.710586] hub 4-0:1.0: 2 ports detected
[    0.980062] usb 1-7: new full-speed USB device number 2 using xhci_hcd
[    0.997200] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    0.999129] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    0.999133] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    0.999137] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.000316] ata1.00: ATA-8: TOSHIBA DT01ACA200, MX4OABS0, max UDMA/133
[    1.000319] ata1.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.000508] ata2: SATA link down (SStatus 4 SControl 300)
[    1.000664] ata3: SATA link down (SStatus 4 SControl 300)
[    1.000689] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.003004] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.003008] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.003012] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.003373] ata4.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.003378] ata4.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.003381] ata4.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.004200] ata1.00: configured for UDMA/133
[    1.004386] ata4.00: ATAPI: ASUS DVD RAM GHD1N, AS02, max UDMA/133
[    1.004469] scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA DT01ACA2 ABS0 PQ: 0 ANSI: 5
[    1.007030] ata4.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.007034] ata4.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.007038] ata4.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.008080] ata4.00: configured for UDMA/133
[    1.010791] scsi 3:0:0:0: CD-ROM            ASUS DVD RAM GHD1N        AS02 PQ: 0 ANSI: 5
[    1.073749] sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    1.073753] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.073764] sd 0:0:0:0: [sda] Write Protect is off
[    1.073766] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.073782] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.112441]  sda: sda1 sda2 sda3 sda4
[    1.113045] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.113150] sr 3:0:0:0: [sr0] scsi3-mmc drive: 48x/12x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.113153] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.113404] sr 3:0:0:0: Attached scsi CD-ROM sr0
[    1.120740] usb 1-7: New USB device found, idVendor=13d3, idProduct=3491
[    1.120744] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.243393] usb 1-9: new low-speed USB device number 3 using xhci_hcd
[    1.388408] usb 1-9: New USB device found, idVendor=0c45, idProduct=7605
[    1.388412] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.388415] usb 1-9: Product: USB Keyboard
[    1.388417] usb 1-9: Manufacturer: SONiX
[    1.392521] hidraw: raw HID events driver (C) Jiri Kosina
[    1.399168] usbcore: registered new interface driver usbhid
[    1.399170] usbhid: USB HID core driver
[    1.400871] input: SONiX USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:0C45:7605.0001/input/input3
[    1.456876] hid-generic 0003:0C45:7605.0001: input,hidraw0: USB HID v1.11 Keyboard [SONiX USB Keyboard] on usb-0000:00:14.0-9/input0
[    1.457269] input: SONiX USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:0C45:7605.0002/input/input4
[    1.510066] usb 1-10: new full-speed USB device number 4 using xhci_hcd
[    1.513677] hid-generic 0003:0C45:7605.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [SONiX USB Keyboard] on usb-0000:00:14.0-9/input1
[    1.618522] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    1.643109] random: fast init done
[    1.661095] usb 1-10: New USB device found, idVendor=04d9, idProduct=fa59
[    1.661099] usb 1-10: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    1.661101] usb 1-10: Product: USB Laser Game Mouse
[    1.666878] input: USB Laser Game Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:04D9:FA59.0003/input/input5
[    1.667015] hid-generic 0003:04D9:FA59.0003: input,hidraw2: USB HID v1.10 Mouse [USB Laser Game Mouse] on usb-0000:00:14.0-10/input0
[    1.670667] input: USB Laser Game Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:04D9:FA59.0004/input/input6
[    1.726895] hid-generic 0003:04D9:FA59.0004: input,hidraw3: USB HID v1.10 Keyboard [USB Laser Game Mouse] on usb-0000:00:14.0-10/input1
[    1.734654] input: USB Laser Game Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.2/0003:04D9:FA59.0005/input/input7
[    1.790329] hid-generic 0003:04D9:FA59.0005: input,hiddev1,hidraw4: USB HID v1.10 Device [USB Laser Game Mouse] on usb-0000:00:14.0-10/input2
[    2.298419] systemd[1]: systemd 238 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.313610] systemd[1]: Detected architecture x86-64.
[    2.325092] systemd[1]: Set hostname to <Arch>.
[    3.050922] random: systemd: uninitialized urandom read (16 bytes read)
[    3.051055] systemd[1]: Listening on LVM2 poll daemon socket.
[    3.051154] random: systemd: uninitialized urandom read (16 bytes read)
[    3.051169] systemd[1]: Reached target Remote File Systems.
[    3.051192] random: systemd: uninitialized urandom read (16 bytes read)
[    3.051252] systemd[1]: Listening on udev Kernel Socket.
[    3.051274] random: systemd: uninitialized urandom read (16 bytes read)
[    3.051356] systemd[1]: Listening on udev Control Socket.
[    3.051374] random: systemd: uninitialized urandom read (16 bytes read)
[    3.053258] systemd[1]: Created slice system-syslogx2dng.slice.
[    3.053287] random: systemd: uninitialized urandom read (16 bytes read)
[    3.053443] systemd[1]: Listening on Journal Socket.
[    3.053540] random: systemd: uninitialized urandom read (16 bytes read)
[    3.054613] systemd[1]: Mounting Kernel Debug File System...
[    3.054910] random: systemd: uninitialized urandom read (16 bytes read)
[    3.056523] random: systemd: uninitialized urandom read (16 bytes read)
[    3.057987] random: systemd: uninitialized urandom read (16 bytes read)
[    3.123906] random: crng init done
[    3.258994] EXT4-fs (sda1): re-mounted. Opts: data=ordered
[    3.353039] systemd-journald[224]: Received request to flush runtime journal from PID 1
[    4.826198] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[    4.838083] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    4.848263] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[    4.848738] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    4.910719] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    4.911788] acpi PNP0C14:02: duplicate WMI GUID 97845ED0-4E6D-11DE-8A39-0800200C9A66 (first instance was on PNP0C14:01)
[    4.916522] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    4.922251] rtc_cmos 00:03: RTC can wake from S4
[    4.922612] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    4.922692] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    4.974731] input: PC Speaker as /devices/platform/pcspkr/input/input8
[    5.000890] tpm tpm0: A TPM error (379) occurred attempting get random
[    5.152238] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    5.152264] r8169 0000:04:00.0: enabling device (0000 -> 0003)
[    5.161182] r8169 0000:04:00.0 eth0: RTL8168g/8111g at 0x00000000beedee09, b0:6e:bf:cb:da:7b, XID 0c000800 IRQ 134
[    5.161187] r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    5.214540] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    5.215908] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    5.229057] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    5.229058] cfg80211: failed to load regulatory.db
[    5.266324] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    5.266361] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    5.268456] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    5.268459] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    5.268461] RAPL PMU: hw unit of domain package 2^-14 Joules
[    5.268462] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    5.268464] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    5.268465] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    5.363837] mousedev: PS/2 mouse device common for all mice
[    5.366008] cryptd: max_cpu_qlen set to 1000
[    5.378814] ipmi message handler version 39.2
[    5.407431] ipmi device interface
[    5.434419] Linux agpgart interface v0.103
[    5.530103] AVX2 version of gcm_enc/dec engaged.
[    5.530106] AES CTR mode by8 optimization enabled
[    5.564310] ath10k_pci 0000:03:00.0: enabling device (0000 -> 0002)
[    5.564565] ath10k_pci 0000:03:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[    5.662391] i8042: PNP: No PS/2 controller found.
[    5.662393] i8042: Probing ports directly.
[    5.665747] serio: i8042 KBD port at 0x60,0x64 irq 1
[    5.665789] serio: i8042 AUX port at 0x60,0x64 irq 12
[    5.724488] Bluetooth: Core ver 2.22
[    5.724502] NET: Registered protocol family 31
[    5.724503] Bluetooth: HCI device and connection manager initialized
[    5.724506] Bluetooth: HCI socket layer initialized
[    5.724508] Bluetooth: L2CAP socket layer initialized
[    5.724513] Bluetooth: SCO socket layer initialized
[    5.738257] Adding 8388604k swap on /dev/sda3.  Priority:-2 extents:1 across:8388604k FS
[    5.816112] asus_wmi: ASUS WMI generic driver loaded
[    5.822313] asus_wmi: Initialization: 0x1
[    5.822437] asus_wmi: BIOS WMI version: 9.0
[    5.822517] asus_wmi: SFUN value: 0x21
[    5.824546] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input9
[    5.825865] asus_wmi: Number of fans: 0
[    5.832454] asus_wmi: Initialization: 0x1
[    5.832571] asus_wmi: BIOS WMI version: 9.0
[    5.832650] asus_wmi: SFUN value: 0x21
[    5.835458] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input10
[    5.835773] asus_wmi: Number of fans: 0
[    5.838980] asus-nb-wmi asus-nb-wmi: Led asus::lightbar renamed to asus::lightbar_1 due to name collision
[    5.861471] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:03:00.0.bin failed with error -2
[    5.861493] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/cal-pci-0000:03:00.0.bin failed with error -2
[    5.897994] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/QCA9377/hw1.0/firmware-6.bin failed with error -2
[    5.910185] ath10k_pci 0000:03:00.0: qca9377 hw1.1 target 0x05020001 chip_id 0x003821ff sub 1a3b:2231
[    5.910190] ath10k_pci 0000:03:00.0: kconfig debug 1 debugfs 1 tracing 1 dfs 0 testmode 0
[    5.911465] ath10k_pci 0000:03:00.0: firmware ver WLAN.TF.1.0-00002-QCATFSWPZ-5 api 5 features ignore-otp crc32 c3e0d04f
[    5.916346] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    5.916979] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    5.917131] snd_hda_intel 0000:01:00.1: Disabling MSI
[    5.917141] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    6.013459] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC887-VD: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[    6.013462] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    6.013463] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    6.013464] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    6.013465] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    6.013466] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[    6.013468] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[    6.013469] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[    6.018106] ath10k_pci 0000:03:00.0: board_file api 2 bmi_id N/A crc32 8aedfa4a
[    6.027178] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[    6.027218] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[    6.027252] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[    6.027286] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[    6.027321] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[    6.027352] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[    6.027384] input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[    6.027413] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[    6.145010] usbcore: registered new interface driver btusb
[    6.195273] r8169 0000:04:00.0 enp4s0: renamed from eth0
[    6.242614] iTCO_vendor_support: vendor-support=0
[    6.249352] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    6.249530] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[    6.249650] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    6.578413] intel_rapl: Found RAPL domain package
[    6.578414] intel_rapl: Found RAPL domain core
[    6.578416] intel_rapl: Found RAPL domain dram
[    6.638532] ath10k_pci 0000:03:00.0: htt-ver 3.44 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[    6.645597] ath: EEPROM regdomain: 0x6a
[    6.645599] ath: EEPROM indicates we should expect a direct regpair map
[    6.645601] ath: Country alpha2 being used: 00
[    6.645602] ath: Regpair used: 0x6a
[    6.684219] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input22
[    6.684321] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input23
[    6.684400] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input24
[    7.150773] ath10k_pci 0000:03:00.0 wlp3s0: renamed from wlan0
[    7.215754] nvidia: loading out-of-tree module taints kernel.
[    7.215763] nvidia: module license 'NVIDIA' taints kernel.
[    7.215764] Disabling lock debugging due to kernel taint
[    7.233789] nvidia-nvlink: Nvlink Core is being initialized, major device number 240
[    7.234154] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    7.234257] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  390.48  Thu Mar 22 00:42:57 PDT 2018 (using threaded interrupts)
[    7.307051] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  390.48  Wed Mar 21 23:48:34 PDT 2018
[    7.308821] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[    7.308823] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
[    7.308856] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: data=ordered
[   12.910880] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
[   13.039292] r8169 0000:04:00.0 enp4s0: link down
[   13.039296] r8169 0000:04:00.0 enp4s0: link down
[   13.039346] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
[   13.053173] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[   13.839545] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[   14.173507] ACPI Warning: _SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20180105/nsarguments-100)
[   14.632831] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[   15.082644] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[   15.130845] nvidia-modeset: Allocated GPU:0 (GPU-6663cc13-43c7-6bee-85ae-f0c9bc03b70a) @ PCI:0000:01:00.0
[   15.380250] ------------[ cut here ]------------
[   15.380252] Bad or missing usercopy whitelist? Kernel memory exposure attempt detected from SLUB object 'nvidia_stack_cache' (offset 11440, size 3)!
[   15.380260] WARNING: CPU: 3 PID: 408 at mm/usercopy.c:81 usercopy_warn+0x7e/0xa0
[   15.380261] Modules linked in: nls_iso8859_1 nls_cp437 vfat fat nvidia_drm(PO) nvidia_modeset(PO) nvidia(PO) arc4 intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel snd_hda_codec_hdmi psmouse kvm serio_raw atkbd iTCO_wdt iTCO_vendor_support libps2 irqbypass btusb btrtl btbcm snd_hda_codec_realtek snd_hda_codec_generic btintel snd_hda_intel crct10dif_pclmul snd_hda_codec asus_nb_wmi eeepc_wmi crc32_pclmul asus_wmi ghash_clmulni_intel wmi_bmof pcbc bluetooth snd_hda_core sparse_keymap i8042 drm_kms_helper mxm_wmi serio joydev ath10k_pci drm ath10k_core aesni_intel aes_x86_64 crypto_simd glue_helper agpgart ipmi_devintf ath input_leds led_class snd_hwdep snd_pcm ipmi_msghandler mac80211 cryptd ecdh_generic mousedev intel_cstate snd_timer syscopyarea intel_uncore snd sysfillrect sysimgblt
[   15.380290]  soundcore intel_rapl_perf i2c_i801 fb_sys_fops cfg80211 r8169 mii rfkill pcspkr tpm_crb tpm_tis tpm_tis_core tpm evdev mac_hid rtc_cmos mei_me wmi shpchp rng_core idma64 mei intel_lpss_pci intel_pch_thermal intel_lpss crypto_user ip_tables x_tables ext4 crc16 mbcache jbd2 fscrypto hid_generic usbhid hid sr_mod cdrom sd_mod ahci xhci_pci libahci xhci_hcd libata crc32c_intel usbcore scsi_mod usb_common
[   15.380309] CPU: 3 PID: 408 Comm: Xorg Tainted: P           O     4.16.4-1-ARCH #1
[   15.380310] Hardware name: ASUSTeK COMPUTER INC. G11CD-K/G11CD-K, BIOS 0804 07/31/2017
[   15.380311] RIP: 0010:usercopy_warn+0x7e/0xa0
[   15.380312] RSP: 0018:ffffb9cbc1287b58 EFLAGS: 00010286
[   15.380313] RAX: 0000000000000000 RBX: ffff9d9955625cb0 RCX: 0000000000000001
[   15.380314] RDX: 0000000080000001 RSI: ffffffffb1e6807c RDI: 00000000ffffffff
[   15.380314] RBP: 0000000000000003 R08: 0000000000000098 R09: 000000000000037a
[   15.380315] R10: ffffffffb1ea4379 R11: 0000000000000001 R12: 0000000000000001
[   15.380316] R13: ffff9d9955625cb3 R14: 0000000000000000 R15: ffff9d9955625cf8
[   15.380317] FS:  00007fd694bdf940(0000) GS:ffff9d996ed80000(0000) knlGS:0000000000000000
[   15.380317] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   15.380318] CR2: 00007fd68cb1c010 CR3: 00000002548c0006 CR4: 00000000003606e0
[   15.380319] Call Trace:
[   15.380323]  __check_object_size+0x130/0x1a0
[   15.380444]  os_memcpy_to_user+0x21/0x40 [nvidia]
[   15.380567]  _nv009377rm+0xbf/0xe0 [nvidia]
[   15.380662]  ? _nv028067rm+0x79/0x90 [nvidia]
[   15.380755]  ? _nv028067rm+0x55/0x90 [nvidia]
[   15.380842]  ? _nv013694rm+0xee/0x100 [nvidia]
[   15.380928]  ? _nv015342rm+0x154/0x270 [nvidia]
[   15.381035]  ? _nv008310rm+0x134/0x1a0 [nvidia]
[   15.381141]  ? _nv008289rm+0x29c/0x2b0 [nvidia]
[   15.381248]  ? _nv001072rm+0xe/0x20 [nvidia]
[   15.381355]  ? _nv007316rm+0xd8/0x100 [nvidia]
[   15.381454]  ? _nv001171rm+0x627/0x830 [nvidia]
[   15.381553]  ? rm_ioctl+0x73/0x100 [nvidia]
[   15.381603]  ? nvidia_ioctl+0x573/0x720 [nvidia]
[   15.381605]  ? kmem_cache_free+0x1bd/0x1f0
[   15.381654]  ? nvidia_frontend_unlocked_ioctl+0x3e/0x50 [nvidia]
[   15.381656]  ? do_vfs_ioctl+0xa4/0x630
[   15.381658]  ? __fput+0x131/0x1e0
[   15.381660]  ? preempt_count_add+0x68/0xa0
[   15.381661]  ? SyS_ioctl+0x74/0x80
[   15.381663]  ? do_syscall_64+0x74/0x190
[   15.381665]  ? entry_SYSCALL_64_after_hwframe+0x3d/0xa2
[   15.381666] Code: 48 c7 c0 41 23 e7 b1 48 0f 44 c2 41 50 51 41 51 48 89 f9 49 89 f1 4d 89 d8 4c 89 d2 48 89 c6 48 c7 c7 98 23 e7 b1 e8 52 aa e3 ff <0f> 0b 48 83 c4 18 c3 48 c7 c6 7c 80 e6 b1 49 89 f1 49 89 f3 eb 
[   15.381687] ---[ end trace bb8a60e3812a2762 ]---
[   15.876949] r8169 0000:04:00.0 enp4s0: link up
[   15.876962] IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0: link becomes ready
[  361.062659] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[  676.029424] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[  991.080098] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 1306.077187] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 1621.104400] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 1913.252117] nvidia-modeset: Freed GPU:0 (GPU-6663cc13-43c7-6bee-85ae-f0c9bc03b70a) @ PCI:0000:01:00.0
[ 1913.898559] nvidia-modeset: Allocated GPU:0 (GPU-6663cc13-43c7-6bee-85ae-f0c9bc03b70a) @ PCI:0000:01:00.0
[ 1936.055242] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 2251.088324] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 2566.119973] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 2881.125984] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 3196.140617] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 3511.147945] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 3826.154785] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 4141.152649] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 4456.129068] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 4771.171286] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 5091.171359] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 5406.184145] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 5721.141212] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 6036.168660] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 6351.182534] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 6666.212222] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 6981.226808] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 7296.209648] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 7611.228889] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 7926.192485] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 8241.247413] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 8556.260036] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 8876.212072] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 9191.253069] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 9506.283512] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 9821.278403] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[10136.284684] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[10451.296770] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[10766.271493] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[11081.310436] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[11396.324937] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[11716.277613] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[12036.294031] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[12351.304028] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[12666.348112] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[12981.363204] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[13296.336287] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[13611.356215] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[13926.351477] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[14241.340150] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[14556.350350] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[14871.395474] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[15186.414145] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[15271.785801] nvidia-modeset: Freed GPU:0 (GPU-6663cc13-43c7-6bee-85ae-f0c9bc03b70a) @ PCI:0000:01:00.0
[15272.416583] nvidia-modeset: Allocated GPU:0 (GPU-6663cc13-43c7-6bee-85ae-f0c9bc03b70a) @ PCI:0000:01:00.0
[15501.420979] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[15816.420599] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[16131.433935] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[16232.819113] perf: interrupt took too long (2522 > 2500), lowering kernel.perf_event_max_sample_rate to 79200
[16446.382844] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[16463.957363] NVRM: GPU at PCI:0000:01:00: GPU-6663cc13-43c7-6bee-85ae-f0c9bc03b70a
[16463.957365] NVRM: GPU Board Serial Number: 
[16463.957367] NVRM: Xid (PCI:0000:01:00): 31, Ch 00000030, engmask 00000101, intr 10000000
[16677.368138] nvidia-modeset: Freed GPU:0 (GPU-6663cc13-43c7-6bee-85ae-f0c9bc03b70a) @ PCI:0000:01:00.0
[16677.998509] nvidia-modeset: Allocated GPU:0 (GPU-6663cc13-43c7-6bee-85ae-f0c9bc03b70a) @ PCI:0000:01:00.0
[16761.447995] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[17076.455921] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[17391.462283] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[17706.468857] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[18021.423221] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[18336.435217] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[18651.467019] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[18966.492091] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[19281.498441] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[19596.467450] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[19911.512897] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[20226.520372] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[20375.448592] x86/PAT: mpv:24735 freeing invalid memtype [mem 0x00000000-0x00003fff]
[20541.479971] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[20856.523833] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[21171.541597] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[21486.501497] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[21801.506025] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[22116.524861] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[22431.572446] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[22746.566062] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[23061.590060] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[23376.554221] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[23691.605701] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[24006.612136] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[24234.239567] perf: interrupt took too long (3236 > 3152), lowering kernel.perf_event_max_sample_rate to 61800
[24321.567512] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready

Ubuntu Core runs on, and can be built for, a diverse and constantly evolving set of platforms and devices.

The majority of our users and developers experience very few issues, but any technology this complex and diverse will likely encounter some issues and incompatibilities.

This page attempts to guide users to either an appropriate solution to their issues, or the correct forum/thread where they can get help.

  • Ubuntu Core install error: TPM is in DA Lockout Mode
  • Console-conf shows no-ip-address but device is accessible over SSH
  • Ubuntu Core asking for a recovery key

Ubuntu Core install error: TPM is in DA Lockout Mode

Installing Ubuntu Core 2x on a device with a TPM (such as an Intel NUC, or QEMU with emulated TPM) can sometimes result in a stalled installation and a TPM is in DA Lockout Mode error, as shown in the following example install log:

ubuntu snapd[15531]: handlers install.go:254:
   make system runnable
ubuntu snapd[115531]: secboot_tpm.go:483: 
   TPM provisioning error: the TPM is in DA lockout mode
ubuntu snapd[115531]: taskrunner.go:271:
   [change 2 "Setup system for run mode" task] failed: 
   cannot make system runnable: cannot seal the encryption keys:
   cannot provision TPM: the TPM is in DA lockout mode
ubuntu snapd[15531]: secboot_tpm.go:483: TPM provisioning error:
   the TPM is in DA lockout mode
ubuntu snapd[15531]: taskrunner.go:271:
   [change 2 "Setup system for run mode" task] failed:
   cannot make system runnable:
   cannot seal the encryption keys:
   cannot provision TPM:
   the TPM is in DA lockout mode 

This error typically means the TPM has been locked to protect the system against potential dictionary attacks (DA) and the TPM needs to be cleared before the Ubuntu Core installation will proceed.

To clear the TPM on hardware, boot a classic Ubuntu system (such as a live version of Ubuntu 20.04 LTS from USB storage) and run the following command from a terminal:

$ echo 5 | sudo tee /sys/class/tpm/tpm0/ppi/request

To clear a software TPM, such as the test-snapd-swtpm snap, remove it and re-install it again:

 snap remove test-snapd-swtpm --purge; snap install test-snapd-swtpm

Now reboot the problematic system and re-attempt the Ubuntu Core installation, which should continue without error.

Console-conf shows no-ip

During a snap refresh, console-conf may display an no-ip message.

Despite the no-ip message, you should still be able to connect to the device using SSH if you actually know the IP.

The snap changes command will show that one or more snaps are being updated and the device may need to reboot.

The solution to the no-ip error is to simply wait for any updates to complete.

Ubuntu Core boot asking for recovery key

When using Full Disk Encryption, a device’s Trusted Platform Module (TPM) stores the encryption keys necessary to decrypt and boot the device.

If an encrypted drive is detected, but the TPM does not contain a valid key, the Ubuntu Core boot process will prompt for a recovery key.

🔐 Please enter the recovery key for disk /dev/disk/by-partuuid/c7f7971b: (press TAB for no echo)

To progress from this point, you will need to enter a previously retrieved recovery key for the device.

See Using recovery keys for further details.

In this article we’ll see how to configure and use a TPM 2.0 module (Trusted Platform Module)  on CentOS 7 (RHEL 7, PacketLinux 2 and Scientific Linux and Fedora) and Debian (Kali, Ubuntu, Kubuntu and others).

Disclaimer

Before reading this article make sure you have read and understood my article about the TPM module per se (click here to read it), it explains how the TPM actually works and gives you a ton of resources to learn all the possible details.

The article here below explains how to install and configure TPM 2.0 on a Linux system. You can use it only if you have a TPM 2.0 on your computer and have fully understood what mentioned on the previous paragraph.

Please note(1): You cannot use Microsoft WSL to follow this procedure, not even for testing purposes. Microsoft WSL will not allow you to have access to the TPM seen and used by Windows under the Services for Linux.

Please Note(2): To follow this procedure you need either a Linux OS running on bare-metal OR a Linux OS running on a Virtual Machine that supports and that has been configured to use a vTPM (more details in the article mentioned on the first paragraph above).

Please Note(3): To use TPM 2.0 under CentOS 7/RHEL 7 make sure you are using a CentOS or RHEL release higher than 7.3.

Intro

A TPM module (or Trusted Platform Module) is an international standard for a secure cryptoprocessor, which is a dedicated micro-controller designed to secure hardware by integrating cryptographic keys into devices. You can find more info about what it is and how it works at this link: here.

To use TPM 2.0 on CentOS 7 (RHEL 7, PacketLinux 2, Scientific Linux and Fedora), first of all you need to configure your PC “BIOS” (nowadays UEFI) to enable it. The exact steps for this procedure will depend on the BIOS you have, the motherboard you have and the also the release of your TPM module, so for this step please check your motherboard manual.

Please Note: If you install a TPM module and leave it disabled as TPM (but you have enabled your BIOS Security CHIP flag) then you most likely will get the following error when Linux Kernel will boot up: “a tpm error (7) occurred attempting to read a pcr value”. To fix this please enable your TPM module in your BIOS/UEFI.

When you have completed the full activation process of your TPM, boot up your Linux system and login as root on your console (you can also login with a user account that has sudo privileges, in which case remember to prefix each command below using “sudo ” before the command).

First of all verify that your kernel can see the TPM module correctly. One way to do that (after your system has just booted) is by checking your /var/log/messages or using dmesg like this:

# dmesg | grep -i tpm

If the kernel can’t see the TPM module OR if the TPM module is not being installed or present then you’ll get a message similar to this one:

ima: No TPM chip found, activating TPM-bypass!

If you have got the message above then stop, shutdown your system and verify the TPM chip is installed or check your computer service manual to see if it has one of the types described in the article I pointed you in the disclaimed above.

If you are absolutely sure you have the TPM installed then check again your BIOS/UEFI configuration and activation state of the TPM module and retry.

If you already retried then please contact your system vendor for more details and check their Linux compatibility list to see if your Linux Distro is considered compatible with your computer and/or is supported.

If all goes well for the previous check then it should display your tpm module release, something similar to the following string:

Mar 17 20:37:15 vmm kernel: tpm_tis 00:05: 2.0 TPM (device-id 0xD, rev-id xy)

Another way is to check if in /dev/ you have a tpm0 device:

ls /dev/tpm0

Finally another method is to have a look at the keys in /proc with:

cat /proc/keys

However both the two extra methods above are not as good as the first one to determine if you have a TPM 2.0. The procedure below is good only for TPM 2.0 Modules, if you have a TPM 1.2 please read my other article about configuring Linux for your TPM 1.2.

If your Linux has a Kernel release from 5.6 or higher you can also try:

cat /sys/class/tpm/tpm*/tpm_version_major

Make sure that the output of the above is 2. If instead is one then again use my other article for the TPM 1.2.

If you have verified that you have a TPM 2.0 module on your system then you can proceed with the next steps, otherwise you need to get an appropriate TPM module for your computer. If you are unsure on which TPM version is supported by your chip them please refer to your computer manuals or ask your manufacturer support team. Generally speaking every Maintenance Manual has the correct details about the TPM module used on every specific board.

Configuring the required services to control the TPM 2.0 Module

First off check if the tpm2-abrmd daemon is installed and it’s up and running:

# systemctl status tpm2-abrmd

If you can’t find tpm2-abrmd you can install it via:

On CentOS, Fedora, PacketLinux, RHEL and ScientificLinux:

yum -y install tpm2-abrmd

On Debian, Kali and Ubuntu:

apt install tpm2-abrmd

On OpenSuse:

zypper install tpm2.0-abrmd

Please Note: Some Linux packaging may NOT load the TPM drivers automatically after installting, so, in some cases you may have to run modprobe manualy (or reboot your Linux system).

For example:

  sudo modprobe tpm_tis_spi

Or

  sudo modprobe tpm_infineon

Depending on your system. If unsure, I recommend to reboot your Linux 😉

If tpm2-abrmd is installed, but not running then you can run it via:

# systemctl start tpm2-abrmd

If it starts correctly then you can make sure it will start at every system reboot via:

# systemctl enable tpm2-abrmd

At this point you can install all your tpm2 tools via:

On Fedora, CentOS, PacketLinux, RHEL and Scientific Linux

# yum -y install tpm2-tools

On Debian, Kali, Ubuntu

# apt install tpm2-tools

After the installation is completed you’ll be ready to get ownership of your TPM module and start the fun 🙂

In future articles we’ll see how we can use it and also how we can program it…

What next?

  • Read what is a TPM module (for all platforms included mac and Raspberry Pi) here.
  • Read about what you can do with a TPM either as a software developer or as a system administrator here.
  • Read how to configure Linux to use your TPM 1.2 and how to check if your system has got one here.

Ok that’s it for now, thanks for reading and I hope you’ve found some useful information here. If you enjoyed this post, please don’t forget to support my blog by:

  • Visiting my on-line hacking and engineering merchandise shop on redbubble.com by clicking here
  • Or you can also make a donation with the PayPal link in the column on your right
  • Or share this article

If you like my articles and want to keep getting informed on new ones you can follow me on on of those 21st Century thingies called Facebook, Twitter, Instagram or Pinterest

And as always if you have any questions please feel free to use the comments section below.

Thank you! 🙂

Как правильно задавать вопросы

Правильно сформулированный вопрос и его грамотное оформление способствует высокой вероятности получения достаточно содержательного и по существу ответа. Общая рекомендация по составлению тем: 1. Для начала воспользуйтесь поиском форума. 2. Укажите версию ОС вместе с разрядностью. Пример: LM 19.3 x64, LM Sarah x32 3. DE. Если вопрос касается двух, то через запятую. (xfce, KDE, cinnamon, mate) 4. Какое железо. (достаточно вывод inxi -Fxz в спойлере (как пользоваться спойлером смотрим здесь)) или же дать ссылку на hw-probe 5. Суть. Желательно с выводом консоли, логами. 6. Скрин. Просьба указывать 2, 3 и 4 независимо от того, имеет ли это отношение к вопросу или нет. Так же не забываем об общих правилах Как пример вот

Аватара пользователя

djultra

Сообщения: 10
Зарегистрирован: 23 сен 2018, 21:22
Откуда: ДНР
Благодарил (а): 1 раз

Ima: Error Communicating to TPM chip

11 июл 2020, 08:55

Здравствуйте. Подскажите, что за ошибка при загрузке LM 20 (на 19.3 такого не было) показывает ошибку в самом начале Ima: Error Communicating to TPM chip и впереди время в 0,7329487 ms и так несколько раз например почти как на фото с интернета. Системник HP8300SFF

Вложения
wnokB.jpg


Аватара пользователя

symon2014

Сообщения: 5136
Зарегистрирован: 16 дек 2017, 21:59
Решено: 29
Откуда: Феодосия
Благодарил (а): 31 раз
Поблагодарили: 646 раз
Контактная информация:

Ima: Error Communicating to TPM chip

#2

11 июл 2020, 09:00


Аватара пользователя

djultra

Сообщения: 10
Зарегистрирован: 23 сен 2018, 21:22
Откуда: ДНР
Благодарил (а): 1 раз

Ima: Error Communicating to TPM chip

#3

11 июл 2020, 09:16

Да нет с жесткого диска, один на 500 на нем lm, второй на 250 на нем WIN7. BOOT0 так и остался ? Может из-за GRUB ? т.к после обновления он слетел, восстановил через BOOT REPAIR DISK. установил на весь диск 500 гб, а не на раздел с LINUX. Вроде правильно же


Аватара пользователя

Ара Магеддон

Сообщения: 559
Зарегистрирован: 08 дек 2018, 01:08
Решено: 18
Благодарил (а): 35 раз
Поблагодарили: 135 раз

Ima: Error Communicating to TPM chip

#4

11 июл 2020, 10:04

Ну сначала можно перейти по ссылке и выполнить то что там написано:
Зайти в БИОС и если чип TPM включён — выключить, если выключен — то включить. Должно быть где-то в разделе «Security».

(Хотя убунте раньше было пофиг на все эти ТРМ-ы. Может что поменялось)


Аватара пользователя

Ара Магеддон

Сообщения: 559
Зарегистрирован: 08 дек 2018, 01:08
Решено: 18
Благодарил (а): 35 раз
Поблагодарили: 135 раз

Ima: Error Communicating to TPM chip

#5

11 июл 2020, 12:38

UPD: Хотя чисто интуитивно… этот чип — он для очень специфических корпоративных задач, и обычным юзерам сроду не нужен был. Так что не думаю, что проблемы с доступом к нему будут прерывать загрузку. Вероятно, проблема где-то ещё, просто сообщение не падает в лог.


Понравилась статья? Поделить с друзьями:
  • Tph error tsc
  • Tp07 принтер ошибки
  • Tp link ошибка при функционировании данный аккаунт не привязан к устройству
  • Tp link ошибка 5017
  • Tp link ошибка 4937