Skip to content

Instantly share code, notes, and snippets.

@ogola89
Created March 10, 2020 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ogola89/d0b768c7f87079c998b7adbdeec86226 to your computer and use it in GitHub Desktop.
Save ogola89/d0b768c7f87079c998b7adbdeec86226 to your computer and use it in GitHub Desktop.
Ubuntu slow boot system files
[ 0.000000] microcode: microcode updated early to revision 0xd6, date = 2019-10-03
[ 0.000000] Linux version 5.3.0-40-generic (buildd@lcy01-amd64-026) (gcc version 9.2.1 20191008 (Ubuntu 9.2.1-9ubuntu2)) #32-Ubuntu SMP Fri Jan 31 20:24:34 UTC 2020 (Ubuntu 5.3.0-40.32-generic 5.3.18)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.3.0-40-generic root=UUID=97d1e2dc-db0b-484f-9a14-0211b112b05b ro quiet splash vt.handoff=7
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Hygon HygonGenuine
[ 0.000000] Centaur CentaurHauls
[ 0.000000] zhaoxin Shanghai
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
[ 0.000000] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
[ 0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000c9c56fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000c9c57000-0x00000000c9c57fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000c9c58000-0x00000000d90fafff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000d90fb000-0x00000000d9c7efff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000d9c7f000-0x00000000d9e7efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000d9e7f000-0x00000000d9efefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000d9eff000-0x00000000d9efffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000d9f00000-0x00000000de7fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f80fa000-0x00000000f80fafff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f80fd000-0x00000000f80fdfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000002207fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.40 by HP
[ 0.000000] efi: ACPI=0xd9efe000 ACPI 2.0=0xd9efe014 SMBIOS=0xd98db000 ESRT=0xd9079660
[ 0.000000] secureboot: Secure boot enabled
[ 0.000000] Kernel is locked down from EFI secure boot; see man kernel_lockdown.7
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] DMI: HP HP ProBook 450 G3/8101, BIOS N78 Ver. 01.17 06/08/2017
[ 0.000000] tsc: Detected 2400.000 MHz processor
[ 0.001512] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.001513] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.001518] last_pfn = 0x220800 max_arch_pfn = 0x400000000
[ 0.001528] MTRR default type: write-back
[ 0.001529] MTRR fixed ranges enabled:
[ 0.001530] 00000-9FFFF write-back
[ 0.001531] A0000-BFFFF uncachable
[ 0.001531] C0000-FFFFF write-protect
[ 0.001532] MTRR variable ranges enabled:
[ 0.001533] 0 base 00E0000000 mask 7FE0000000 uncachable
[ 0.001534] 1 base 00DC000000 mask 7FFC000000 uncachable
[ 0.001535] 2 disabled
[ 0.001535] 3 disabled
[ 0.001535] 4 disabled
[ 0.001536] 5 disabled
[ 0.001536] 6 disabled
[ 0.001537] 7 disabled
[ 0.001537] 8 disabled
[ 0.001537] 9 disabled
[ 0.001871] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.002028] last_pfn = 0xd9f00 max_arch_pfn = 0x400000000
[ 0.014567] esrt: ESRT header is not in the memory map.
[ 0.014575] check: Scanning 1 areas for low memory corruption
[ 0.014580] Using GB pages for direct mapping
[ 0.014581] BRK [0x1cb601000, 0x1cb601fff] PGTABLE
[ 0.014583] BRK [0x1cb602000, 0x1cb602fff] PGTABLE
[ 0.014584] BRK [0x1cb603000, 0x1cb603fff] PGTABLE
[ 0.014628] BRK [0x1cb604000, 0x1cb604fff] PGTABLE
[ 0.014629] BRK [0x1cb605000, 0x1cb605fff] PGTABLE
[ 0.014835] BRK [0x1cb606000, 0x1cb606fff] PGTABLE
[ 0.014877] BRK [0x1cb607000, 0x1cb607fff] PGTABLE
[ 0.015013] BRK [0x1cb608000, 0x1cb608fff] PGTABLE
[ 0.015070] BRK [0x1cb609000, 0x1cb609fff] PGTABLE
[ 0.015151] RAMDISK: [mem 0x3b051000-0x3fffdfff]
[ 0.015158] ACPI: Early table checksum verification disabled
[ 0.015161] ACPI: RSDP 0x00000000D9EFE014 000024 (v02 HPQOEM)
[ 0.015164] ACPI: XSDT 0x00000000D9EC0188 0000D4 (v01 HPQOEM SLIC-BPC 00000000 01000013)
[ 0.015169] ACPI: FACP 0x00000000D9EED000 0000F4 (v05 HPQOEM SLIC-BPC 00000000 HP 00000001)
[ 0.015173] ACPI: DSDT 0x00000000D9EC7000 02281D (v02 HPQOEM 8101 00000000 INTL 20121018)
[ 0.015176] ACPI: FACS 0x00000000D9E67000 000040
[ 0.015178] ACPI: SSDT 0x00000000D9EFC000 000108 (v02 HP ShmTable 00000001 INTL 20121018)
[ 0.015180] ACPI: SSDT 0x00000000D9EFB000 00024F (v01 AcpiRe zpodd 00001000 INTL 20121018)
[ 0.015183] ACPI: TCPA 0x00000000D9EF9000 000032 (v02 HPQOEM EDK2 00000002 01000013)
[ 0.015185] ACPI: SSDT 0x00000000D9EF8000 0003B8 (v02 HPQOEM TcgTable 00001000 INTL 20121018)
[ 0.015188] ACPI: UEFI 0x00000000D9E79000 000042 (v01 HPQOEM EDK2 00000002 01000013)
[ 0.015190] ACPI: SSDT 0x00000000D9EF2000 0051FA (v02 SaSsdt SaSsdt 00003000 INTL 20121018)
[ 0.015192] ACPI: SSDT 0x00000000D9EF1000 0005B1 (v01 Intel PerfTune 00001000 INTL 20121018)
[ 0.015195] ACPI: MSDM 0x00000000D9EF0000 000055 (v03 HPQOEM SLIC-BPC 00000000 HP 00000001)
[ 0.015197] ACPI: SLIC 0x00000000D9EEF000 000176 (v01 HPQOEM SLIC-BPC 00000001 HP 00000001)
[ 0.015199] ACPI: WSMT 0x00000000D9EEE000 000028 (v01 HPQOEM 8101 00000001 HP 00000001)
[ 0.015201] ACPI: HPET 0x00000000D9EEC000 000038 (v01 HPQOEM 8101 00000001 HP 00000001)
[ 0.015204] ACPI: APIC 0x00000000D9EEB000 0000BC (v01 HPQOEM 8101 00000001 HP 00000001)
[ 0.015206] ACPI: MCFG 0x00000000D9EEA000 00003C (v01 HPQOEM 8101 00000001 HP 00000001)
[ 0.015208] ACPI: SSDT 0x00000000D9EC6000 00019A (v02 HPQOEM Sata0Ide 00001000 INTL 20121018)
[ 0.015210] ACPI: SSDT 0x00000000D9EC5000 000729 (v01 HPQOEM PtidDevc 00001000 INTL 20121018)
[ 0.015213] ACPI: SSDT 0x00000000D9EC4000 0003DC (v02 HPQOEM SDS_RTD3 00001000 INTL 20121018)
[ 0.015215] ACPI: SSDT 0x00000000D9EC3000 000E73 (v02 CpuRef CpuSsdt 00003000 INTL 20121018)
[ 0.015217] ACPI: NHLT 0x00000000D9EC2000 00002D (v00 INTEL EDK2 00000002 01000013)
[ 0.015220] ACPI: FPDT 0x00000000D9EC1000 000044 (v01 HPQOEM EDK2 00000002 01000013)
[ 0.015222] ACPI: BGRT 0x00000000D9EFD000 000038 (v01 HPQOEM EDK2 00000002 01000013)
[ 0.015224] ACPI: SSDT 0x00000000D9EFA000 000260 (v02 HP PwrCtlEv 00000001 INTL 20121018)
[ 0.015230] ACPI: Local APIC address 0xfee00000
[ 0.015540] No NUMA configuration found
[ 0.015540] Faking a node at [mem 0x0000000000000000-0x00000002207fffff]
[ 0.015551] NODE_DATA(0) allocated [mem 0x2207d5000-0x2207fffff]
[ 0.015754] Zone ranges:
[ 0.015754] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.015755] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.015756] Normal [mem 0x0000000100000000-0x00000002207fffff]
[ 0.015757] Device empty
[ 0.015758] Movable zone start for each node
[ 0.015761] Early memory node ranges
[ 0.015761] node 0: [mem 0x0000000000001000-0x0000000000057fff]
[ 0.015762] node 0: [mem 0x0000000000059000-0x000000000009dfff]
[ 0.015763] node 0: [mem 0x0000000000100000-0x00000000c9c56fff]
[ 0.015763] node 0: [mem 0x00000000c9c58000-0x00000000d90fafff]
[ 0.015764] node 0: [mem 0x00000000d9eff000-0x00000000d9efffff]
[ 0.015765] node 0: [mem 0x0000000100000000-0x00000002207fffff]
[ 0.016064] Zeroed struct page in unavailable ranges: 28521 pages
[ 0.016065] Initmem setup node 0 [mem 0x0000000000001000-0x00000002207fffff]
[ 0.016066] On node 0 totalpages: 2070679
[ 0.016067] DMA zone: 64 pages used for memmap
[ 0.016068] DMA zone: 21 pages reserved
[ 0.016069] DMA zone: 3996 pages, LIFO batch:0
[ 0.016122] DMA32 zone: 13828 pages used for memmap
[ 0.016123] DMA32 zone: 884987 pages, LIFO batch:63
[ 0.029797] Normal zone: 18464 pages used for memmap
[ 0.029797] Normal zone: 1181696 pages, LIFO batch:63
[ 0.046630] Reserving Intel graphics memory at [mem 0xdc800000-0xde7fffff]
[ 0.046793] ACPI: PM-Timer IO Port: 0x1808
[ 0.046795] ACPI: Local APIC address 0xfee00000
[ 0.046801] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.046802] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.046802] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.046803] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.046803] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.046804] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.046804] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.046805] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.046832] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.046833] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.046834] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.046836] ACPI: IRQ0 used by override.
[ 0.046836] ACPI: IRQ9 used by override.
[ 0.046838] Using ACPI (MADT) for SMP configuration information
[ 0.046839] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.046847] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.046861] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.046863] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[ 0.046864] PM: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[ 0.046865] PM: Registered nosave memory: [mem 0xc9c57000-0xc9c57fff]
[ 0.046866] PM: Registered nosave memory: [mem 0xd90fb000-0xd9c7efff]
[ 0.046867] PM: Registered nosave memory: [mem 0xd9c7f000-0xd9e7efff]
[ 0.046867] PM: Registered nosave memory: [mem 0xd9e7f000-0xd9efefff]
[ 0.046868] PM: Registered nosave memory: [mem 0xd9f00000-0xde7fffff]
[ 0.046869] PM: Registered nosave memory: [mem 0xde800000-0xf80f9fff]
[ 0.046869] PM: Registered nosave memory: [mem 0xf80fa000-0xf80fafff]
[ 0.046870] PM: Registered nosave memory: [mem 0xf80fb000-0xf80fcfff]
[ 0.046870] PM: Registered nosave memory: [mem 0xf80fd000-0xf80fdfff]
[ 0.046871] PM: Registered nosave memory: [mem 0xf80fe000-0xfdffffff]
[ 0.046871] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[ 0.046872] PM: Registered nosave memory: [mem 0xfe011000-0xffffffff]
[ 0.046873] [mem 0xde800000-0xf80f9fff] available for PCI devices
[ 0.046874] Booting paravirtualized kernel on bare hardware
[ 0.046877] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.046882] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[ 0.047163] percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u524288
[ 0.047168] pcpu-alloc: s184320 r8192 d28672 u524288 alloc=1*2097152
[ 0.047169] pcpu-alloc: [0] 0 1 2 3
[ 0.047193] Built 1 zonelists, mobility grouping on. Total pages: 2038302
[ 0.047194] Policy zone: Normal
[ 0.047195] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.3.0-40-generic root=UUID=97d1e2dc-db0b-484f-9a14-0211b112b05b ro quiet splash vt.handoff=7
[ 0.048065] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.048502] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.048548] mem auto-init: stack:off, heap alloc:on, heap free:off
[ 0.055566] Calgary: detecting Calgary via BIOS EBDA area
[ 0.055568] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.087845] Memory: 7874172K/8282716K available (14339K kernel code, 2387K rwdata, 4724K rodata, 2668K init, 5056K bss, 408544K reserved, 0K cma-reserved)
[ 0.087972] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.087984] Kernel/User page tables isolation: enabled
[ 0.087998] ftrace: allocating 43186 entries in 169 pages
[ 0.103833] rcu: Hierarchical RCU implementation.
[ 0.103834] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[ 0.103835] Tasks RCU enabled.
[ 0.103835] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.103836] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.106553] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[ 0.106869] random: crng done (trusting CPU's manufacturer)
[ 0.106895] vt handoff: transparent VT on vt#7
[ 0.106902] Console: colour dummy device 80x25
[ 0.106906] printk: console [tty0] enabled
[ 0.106925] ACPI: Core revision 20190703
[ 0.107190] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[ 0.107276] APIC: Switch to symmetric I/O mode setup
[ 0.108484] x2apic: IRQ remapping doesn't support X2APIC mode
[ 0.112837] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.131229] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22983777dd9, max_idle_ns: 440795300422 ns
[ 0.131233] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.00 BogoMIPS (lpj=9600000)
[ 0.131235] pid_max: default: 32768 minimum: 301
[ 0.133682] LSM: Security Framework initializing
[ 0.133691] Yama: becoming mindful.
[ 0.133737] AppArmor: AppArmor initialized
[ 0.133790] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.133812] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.133969] *** VALIDATE proc ***
[ 0.134018] *** VALIDATE cgroup1 ***
[ 0.134019] *** VALIDATE cgroup2 ***
[ 0.134076] mce: CPU0: Thermal monitoring enabled (TM1)
[ 0.134090] process: using mwait in idle threads
[ 0.134093] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.134094] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.134096] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.134097] Spectre V2 : Mitigation: Full generic retpoline
[ 0.134098] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.134098] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.134099] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.134100] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[ 0.134100] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[ 0.134103] MDS: Mitigation: Clear CPU buffers
[ 0.134333] Freeing SMP alternatives memory: 36K
[ 0.137372] TSC deadline timer enabled
[ 0.137377] smpboot: CPU0: Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz (family: 0x6, model: 0x4e, stepping: 0x3)
[ 0.137481] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.137487] ... version: 4
[ 0.137488] ... bit width: 48
[ 0.137488] ... generic registers: 4
[ 0.137489] ... value mask: 0000ffffffffffff
[ 0.137489] ... max period: 00007fffffffffff
[ 0.137490] ... fixed-purpose events: 3
[ 0.137490] ... event mask: 000000070000000f
[ 0.137528] rcu: Hierarchical SRCU implementation.
[ 0.138318] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.138367] smp: Bringing up secondary CPUs ...
[ 0.138444] x86: Booting SMP configuration:
[ 0.138444] .... node #0, CPUs: #1 #2
[ 0.139312] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[ 0.139373] #3
[ 0.139727] smp: Brought up 1 node, 4 CPUs
[ 0.139727] smpboot: Max logical packages: 1
[ 0.139727] smpboot: Total of 4 processors activated (19200.00 BogoMIPS)
[ 0.140922] devtmpfs: initialized
[ 0.140922] x86/mm: Memory block size: 128MB
[ 0.140922] PM: Registering ACPI NVS region [mem 0xd9c7f000-0xd9e7efff] (2097152 bytes)
[ 0.140922] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.140922] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.140922] pinctrl core: initialized pinctrl subsystem
[ 0.140922] PM: RTC time: 11:37:52, date: 2020-03-10
[ 0.140922] NET: Registered protocol family 16
[ 0.140922] audit: initializing netlink subsys (disabled)
[ 0.140922] audit: type=2000 audit(1583840272.032:1): state=initialized audit_enabled=0 res=1
[ 0.140922] EISA bus registered
[ 0.140922] cpuidle: using governor ladder
[ 0.140922] cpuidle: using governor menu
[ 0.140922] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.140922] ACPI: bus type PCI registered
[ 0.140922] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.140922] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.143239] PCI: not using MMCONFIG
[ 0.143240] PCI: Using configuration type 1 for base access
[ 0.143553] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.144103] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.144103] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.144103] ACPI: Added _OSI(Module Device)
[ 0.144103] ACPI: Added _OSI(Processor Device)
[ 0.144103] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.144103] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.144103] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.144103] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.144103] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.182818] ACPI: 11 ACPI AML tables successfully acquired and loaded
[ 0.182829] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.188041] ACPI: Dynamic OEM Table Load:
[ 0.188054] ACPI: SSDT 0xFFFF9493D7356800 00061E (v02 PmRef Cpu0Ist 00003000 INTL 20121018)
[ 0.189588] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[ 0.190589] ACPI: Dynamic OEM Table Load:
[ 0.190595] ACPI: SSDT 0xFFFF9493D69BBC00 00037F (v02 PmRef Cpu0Cst 00003001 INTL 20121018)
[ 0.195420] ACPI: Dynamic OEM Table Load:
[ 0.195425] ACPI: SSDT 0xFFFF9493D6A60600 00008E (v02 PmRef Cpu0Hwp 00003000 INTL 20121018)
[ 0.196756] ACPI: Dynamic OEM Table Load:
[ 0.196760] ACPI: SSDT 0xFFFF9493D682C800 000130 (v02 PmRef HwpLvt 00003000 INTL 20121018)
[ 0.198636] ACPI: Dynamic OEM Table Load:
[ 0.198642] ACPI: SSDT 0xFFFF9493D693E000 0005AA (v02 PmRef ApIst 00003000 INTL 20121018)
[ 0.200488] ACPI: Dynamic OEM Table Load:
[ 0.200493] ACPI: SSDT 0xFFFF9493D682C600 000119 (v02 PmRef ApHwp 00003000 INTL 20121018)
[ 0.201885] ACPI: Dynamic OEM Table Load:
[ 0.201889] ACPI: SSDT 0xFFFF9493D682D800 000119 (v02 PmRef ApCst 00003000 INTL 20121018)
[ 0.204715] ACPI: EC: EC started
[ 0.204716] ACPI: EC: interrupt blocked
[ 2.439603] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
[ 2.439605] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x6e, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 2.439606] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
[ 2.439607] ACPI: Interpreter enabled
[ 2.439668] ACPI: (supports S0 S3 S4 S5)
[ 2.439669] ACPI: Using IOAPIC for interrupt routing
[ 2.439719] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 2.441040] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources
[ 2.441048] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 2.441500] ACPI: Enabled 7 GPEs in block 00 to 7F
[ 2.443123] ACPI: Power Resource [PG01] (on)
[ 2.443605] ACPI: Power Resource [PG02] (on)
[ 2.444097] ACPI: Power Resource [PG00] (on)
[ 2.449865] ACPI: Power Resource [WRST] (on)
[ 2.450361] ACPI: Power Resource [WRST] (on)
[ 2.450823] ACPI: Power Resource [WRST] (on)
[ 2.451287] ACPI: Power Resource [WRST] (on)
[ 2.451760] ACPI: Power Resource [WRST] (on)
[ 2.452327] ACPI: Power Resource [WRST] (on)
[ 2.452789] ACPI: Power Resource [WRST] (on)
[ 2.453258] ACPI: Power Resource [WRST] (on)
[ 2.453523] ACPI: Power Resource [PXP] (on)
[ 2.583993] ACPI: Power Resource [WRST] (on)
[ 2.584553] ACPI: Power Resource [WRST] (on)
[ 2.585101] ACPI: Power Resource [WRST] (on)
[ 2.585646] ACPI: Power Resource [WRST] (on)
[ 2.586155] ACPI: Power Resource [WRST] (on)
[ 2.586661] ACPI: Power Resource [WRST] (on)
[ 2.587170] ACPI: Power Resource [WRST] (on)
[ 2.587682] ACPI: Power Resource [WRST] (on)
[ 2.588189] ACPI: Power Resource [WRST] (on)
[ 2.588717] ACPI: Power Resource [WRST] (on)
[ 2.589223] ACPI: Power Resource [WRST] (on)
[ 2.589733] ACPI: Power Resource [WRST] (on)
[ 2.590416] ACPI: Power Resource [P1PR] (on)
[ 3.311307] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 3.311314] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 3.313473] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[ 3.313474] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 3.315439] PCI host bridge to bus 0000:00
[ 3.315441] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 3.315442] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 3.315443] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 3.315444] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[ 3.315444] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[ 3.315445] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[ 3.315446] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[ 3.315447] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[ 3.315447] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[ 3.315448] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[ 3.315449] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[ 3.315450] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[ 3.315451] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[ 3.315451] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[ 3.315452] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[ 3.315453] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[ 3.315454] pci_bus 0000:00: root bus resource [mem 0xde800000-0xf7ffffff window]
[ 3.315455] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[ 3.315456] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 3.315466] pci 0000:00:00.0: [8086:1904] type 00 class 0x060000
[ 3.316270] pci 0000:00:02.0: [8086:1916] type 00 class 0x030000
[ 3.316282] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf0ffffff 64bit]
[ 3.316288] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[ 3.316292] pci 0000:00:02.0: reg 0x20: [io 0x4000-0x403f]
[ 3.316307] pci 0000:00:02.0: BAR 2: assigned to efifb
[ 3.317167] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[ 3.317187] pci 0000:00:14.0: reg 0x10: [mem 0xf1300000-0xf130ffff 64bit]
[ 3.317249] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 3.318121] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[ 3.318141] pci 0000:00:14.2: reg 0x10: [mem 0xf132a000-0xf132afff 64bit]
[ 3.318990] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[ 3.319013] pci 0000:00:16.0: reg 0x10: [mem 0xf132b000-0xf132bfff 64bit]
[ 3.319074] pci 0000:00:16.0: PME# supported from D3hot
[ 3.319908] pci 0000:00:17.0: [8086:9d03] type 00 class 0x010601
[ 3.319925] pci 0000:00:17.0: reg 0x10: [mem 0xf1328000-0xf1329fff]
[ 3.319931] pci 0000:00:17.0: reg 0x14: [mem 0xf132e000-0xf132e0ff]
[ 3.319938] pci 0000:00:17.0: reg 0x18: [io 0x4080-0x4087]
[ 3.319945] pci 0000:00:17.0: reg 0x1c: [io 0x4088-0x408b]
[ 3.319952] pci 0000:00:17.0: reg 0x20: [io 0x4040-0x405f]
[ 3.319959] pci 0000:00:17.0: reg 0x24: [mem 0xf132c000-0xf132c7ff]
[ 3.319998] pci 0000:00:17.0: PME# supported from D3hot
[ 3.320825] pci 0000:00:1c.0: [8086:9d14] type 01 class 0x060400
[ 3.320901] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 3.321774] pci 0000:00:1c.5: [8086:9d15] type 01 class 0x060400
[ 3.321851] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 3.322713] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400
[ 3.323527] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 3.324402] pci 0000:00:1f.0: [8086:9d48] type 00 class 0x060100
[ 3.325283] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[ 3.325297] pci 0000:00:1f.2: reg 0x10: [mem 0xf1320000-0xf1323fff]
[ 3.326141] pci 0000:00:1f.3: [8086:9d70] type 00 class 0x040380
[ 3.326166] pci 0000:00:1f.3: reg 0x10: [mem 0xf1324000-0xf1327fff 64bit]
[ 3.326192] pci 0000:00:1f.3: reg 0x20: [mem 0xf1310000-0xf131ffff 64bit]
[ 3.326240] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 3.327097] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[ 3.327150] pci 0000:00:1f.4: reg 0x10: [mem 0xf132d000-0xf132d0ff 64bit]
[ 3.327200] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf]
[ 3.328121] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
[ 3.328151] pci 0000:01:00.0: reg 0x10: [io 0x3000-0x30ff]
[ 3.328177] pci 0000:01:00.0: reg 0x18: [mem 0xf1004000-0xf1004fff 64bit]
[ 3.328194] pci 0000:01:00.0: reg 0x20: [mem 0xf1000000-0xf1003fff 64bit]
[ 3.328293] pci 0000:01:00.0: supports D1 D2
[ 3.328294] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 3.328473] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 3.328476] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
[ 3.328478] pci 0000:00:1c.0: bridge window [mem 0xf1000000-0xf10fffff]
[ 3.328591] pci 0000:02:00.0: [8086:3165] type 00 class 0x028000
[ 3.328641] pci 0000:02:00.0: reg 0x10: [mem 0xf1100000-0xf1101fff 64bit]
[ 3.328910] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 3.329303] pci 0000:00:1c.5: PCI bridge to [bus 02]
[ 3.329307] pci 0000:00:1c.5: bridge window [mem 0xf1100000-0xf11fffff]
[ 3.329363] pci 0000:03:00.0: [10ec:522a] type 00 class 0xff0000
[ 3.329388] pci 0000:03:00.0: reg 0x10: [mem 0xf1200000-0xf1200fff]
[ 3.329509] pci 0000:03:00.0: supports D1 D2
[ 3.329510] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[ 3.329682] pci 0000:00:1d.0: PCI bridge to [bus 03]
[ 3.329686] pci 0000:00:1d.0: bridge window [mem 0xf1200000-0xf12fffff]
[ 3.331314] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 3.331378] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 3.331439] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 3.331500] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 3.331561] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 3.331622] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 3.331682] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 3.331743] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 3.332115] ACPI: EC: interrupt unblocked
[ 3.332123] ACPI: EC: event unblocked
[ 3.332131] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x6e, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 3.332132] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions and events
[ 3.332204] SCSI subsystem initialized
[ 3.332204] libata version 3.00 loaded.
[ 3.332204] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 3.332204] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 3.332204] pci 0000:00:02.0: vgaarb: bridge control possible
[ 3.332204] vgaarb: loaded
[ 3.332204] ACPI: bus type USB registered
[ 3.332204] usbcore: registered new interface driver usbfs
[ 3.332204] usbcore: registered new interface driver hub
[ 3.332204] usbcore: registered new device driver usb
[ 3.332204] pps_core: LinuxPPS API ver. 1 registered
[ 3.332204] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 3.332204] PTP clock support registered
[ 3.332204] EDAC MC: Ver: 3.0.0
[ 3.332204] Registered efivars operations
[ 3.332204] PCI: Using ACPI for IRQ routing
[ 3.337339] PCI: pci_cache_line_size set to 64 bytes
[ 3.337484] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[ 3.337484] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[ 3.337485] e820: reserve RAM buffer [mem 0xc9c57000-0xcbffffff]
[ 3.337486] e820: reserve RAM buffer [mem 0xd90fb000-0xdbffffff]
[ 3.337486] e820: reserve RAM buffer [mem 0xd9f00000-0xdbffffff]
[ 3.337487] e820: reserve RAM buffer [mem 0x220800000-0x223ffffff]
[ 3.339231] NetLabel: Initializing
[ 3.339231] NetLabel: domain hash size = 128
[ 3.339231] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 3.339231] NetLabel: unlabeled traffic allowed by default
[ 3.339823] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 3.339827] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[ 3.340264] clocksource: Switched to clocksource tsc-early
[ 3.350118] VFS: Disk quotas dquot_6.6.0
[ 3.350132] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 3.350157] *** VALIDATE hugetlbfs ***
[ 3.350233] AppArmor: AppArmor Filesystem Enabled
[ 3.350260] pnp: PnP ACPI init
[ 3.350497] system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved
[ 3.350498] system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved
[ 3.350499] system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved
[ 3.350501] system 00:00: [mem 0xfe000000-0xfe01ffff] could not be reserved
[ 3.350502] system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved
[ 3.350506] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 3.350853] system 00:01: [io 0x2000-0x20fe] has been reserved
[ 3.350856] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 3.351026] system 00:02: [io 0x0680-0x069f] has been reserved
[ 3.351027] system 00:02: [io 0xffff] has been reserved
[ 3.351028] system 00:02: [io 0xffff] has been reserved
[ 3.351029] system 00:02: [io 0xffff] has been reserved
[ 3.351030] system 00:02: [io 0x1800-0x18fe] has been reserved
[ 3.351031] system 00:02: [io 0x164e-0x164f] has been reserved
[ 3.351033] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 3.351136] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 3.351193] system 00:04: [io 0x1854-0x1857] has been reserved
[ 3.351195] system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 3.351212] pnp 00:05: Plug and Play ACPI device, IDs HPQ8002 PNP0303 (active)
[ 3.351227] pnp 00:06: Plug and Play ACPI device, IDs SYN302b SYN0100 SYN0002 PNP0f13 (active)
[ 3.351306] system 00:07: [io 0x0200-0x023f] has been reserved
[ 3.351308] system 00:07: [mem 0xfedf0000-0xfedfffff] has been reserved
[ 3.351310] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 3.351716] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
[ 3.351717] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[ 3.351719] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[ 3.351720] system 00:08: [mem 0xf8000000-0xfbffffff] could not be reserved
[ 3.351721] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 3.351722] system 00:08: [mem 0xfed90000-0xfed93fff] has been reserved
[ 3.351723] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 3.351724] system 00:08: [mem 0xff000000-0xffffffff] has been reserved
[ 3.351725] system 00:08: [mem 0xfee00000-0xfeefffff] has been reserved
[ 3.351726] system 00:08: [mem 0xde800000-0xde81ffff] has been reserved
[ 3.351728] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 3.352050] pnp 00:09: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
[ 3.352126] pnp: PnP ACPI: found 10 devices
[ 3.353296] thermal_sys: Registered thermal governor 'fair_share'
[ 3.353297] thermal_sys: Registered thermal governor 'bang_bang'
[ 3.353297] thermal_sys: Registered thermal governor 'step_wise'
[ 3.353298] thermal_sys: Registered thermal governor 'user_space'
[ 3.353298] thermal_sys: Registered thermal governor 'power_allocator'
[ 3.357792] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 3.357821] pci 0000:00:1d.0: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
[ 3.357824] pci 0000:00:1d.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[ 3.357837] pci 0000:00:1d.0: BAR 15: assigned [mem 0xde900000-0xdeafffff 64bit pref]
[ 3.357839] pci 0000:00:1d.0: BAR 13: assigned [io 0x5000-0x5fff]
[ 3.357841] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 3.357843] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
[ 3.357846] pci 0000:00:1c.0: bridge window [mem 0xf1000000-0xf10fffff]
[ 3.357852] pci 0000:00:1c.5: PCI bridge to [bus 02]
[ 3.357855] pci 0000:00:1c.5: bridge window [mem 0xf1100000-0xf11fffff]
[ 3.357860] pci 0000:00:1d.0: PCI bridge to [bus 03]
[ 3.357861] pci 0000:00:1d.0: bridge window [io 0x5000-0x5fff]
[ 3.357864] pci 0000:00:1d.0: bridge window [mem 0xf1200000-0xf12fffff]
[ 3.357867] pci 0000:00:1d.0: bridge window [mem 0xde900000-0xdeafffff 64bit pref]
[ 3.357871] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 3.357872] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 3.357873] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 3.357874] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[ 3.357875] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[ 3.357875] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[ 3.357876] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[ 3.357877] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[ 3.357878] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[ 3.357879] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[ 3.357879] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[ 3.357880] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[ 3.357881] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[ 3.357882] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[ 3.357883] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[ 3.357884] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
[ 3.357884] pci_bus 0000:00: resource 20 [mem 0xde800000-0xf7ffffff window]
[ 3.357885] pci_bus 0000:00: resource 21 [mem 0xfd000000-0xfe7fffff window]
[ 3.357886] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
[ 3.357887] pci_bus 0000:01: resource 1 [mem 0xf1000000-0xf10fffff]
[ 3.357888] pci_bus 0000:02: resource 1 [mem 0xf1100000-0xf11fffff]
[ 3.357889] pci_bus 0000:03: resource 0 [io 0x5000-0x5fff]
[ 3.357890] pci_bus 0000:03: resource 1 [mem 0xf1200000-0xf12fffff]
[ 3.357891] pci_bus 0000:03: resource 2 [mem 0xde900000-0xdeafffff 64bit pref]
[ 3.358027] NET: Registered protocol family 2
[ 3.358138] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 3.358205] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 3.358335] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[ 3.358416] TCP: Hash tables configured (established 65536 bind 65536)
[ 3.358452] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 3.358476] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 3.358552] NET: Registered protocol family 1
[ 3.358556] NET: Registered protocol family 44
[ 3.358570] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 3.358926] PCI: CLS 0 bytes, default 64
[ 3.358962] Trying to unpack rootfs image as initramfs...
[ 3.544276] Initramfs unpacking failed: Decoding failed
[ 3.555429] Freeing initrd memory: 81588K
[ 3.555450] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 3.555452] software IO TLB: mapped [mem 0xd4870000-0xd8870000] (64MB)
[ 3.555686] check: Scanning for low memory corruption every 60 seconds
[ 3.557539] Initialise system trusted keyrings
[ 3.557546] Key type blacklist registered
[ 3.557575] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[ 3.558717] zbud: loaded
[ 3.559037] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 3.559161] fuse: init (API version 7.31)
[ 3.559258] Platform Keyring initialized
[ 3.563519] Key type asymmetric registered
[ 3.563520] Asymmetric key parser 'x509' registered
[ 3.563527] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[ 3.563559] io scheduler mq-deadline registered
[ 3.563902] pcieport 0000:00:1c.0: PME: Signaling with IRQ 120
[ 3.563951] pcieport 0000:00:1c.0: AER: enabled with IRQ 120
[ 3.564177] pcieport 0000:00:1c.5: PME: Signaling with IRQ 121
[ 3.564221] pcieport 0000:00:1c.5: AER: enabled with IRQ 121
[ 3.564412] pcieport 0000:00:1d.0: PME: Signaling with IRQ 122
[ 3.564453] pcieport 0000:00:1d.0: AER: enabled with IRQ 122
[ 3.564470] pcieport 0000:00:1d.0: pciehp: Slot #8 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[ 3.564555] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 3.564614] efifb: probing for efifb
[ 3.564636] efifb: showing boot graphics
[ 3.565579] efifb: framebuffer at 0xe0000000, using 8100k, total 8100k
[ 3.565579] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[ 3.565580] efifb: scrolling: redraw
[ 3.565581] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 3.565646] fbcon: Deferring console take-over
[ 3.565647] fb0: EFI VGA frame buffer device
[ 3.565653] intel_idle: MWAIT substates: 0x11142120
[ 3.565654] intel_idle: v0.4.1 model 0x4E
[ 3.565864] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 3.566107] ACPI: AC Adapter [AC] (on-line)
[ 3.566163] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[ 3.566169] ACPI: Sleep Button [SLPB]
[ 3.566191] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[ 3.566195] ACPI: Lid Switch [LID]
[ 3.566220] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 3.566229] ACPI: Power Button [PWRF]
[ 3.572928] thermal LNXTHERM:00: registered as thermal_zone0
[ 3.572929] ACPI: Thermal Zone [CPUZ] (48 C)
[ 3.579341] thermal LNXTHERM:01: registered as thermal_zone1
[ 3.579342] ACPI: Thermal Zone [GFXZ] (0 C)
[ 3.586245] thermal LNXTHERM:02: registered as thermal_zone2
[ 3.586246] ACPI: Thermal Zone [EXTZ] (35 C)
[ 3.589913] thermal LNXTHERM:03: registered as thermal_zone3
[ 3.589914] ACPI: Thermal Zone [LOCZ] (40 C)
[ 3.594165] thermal LNXTHERM:04: registered as thermal_zone4
[ 3.594166] ACPI: Thermal Zone [BATZ] (29 C)
[ 3.594483] thermal LNXTHERM:05: registered as thermal_zone5
[ 3.594484] ACPI: Thermal Zone [PCHZ] (0 C)
[ 3.594653] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 3.596133] Linux agpgart interface v0.103
[ 3.598401] tpm_tis 00:09: 1.2 TPM (device-id 0x1B, rev-id 16)
[ 3.604877] battery: ACPI: Battery Slot [BAT0] (battery present)
[ 3.610342] tpm tpm0: TPM is disabled/deactivated (0x7)
[ 3.610350] tpm tpm0: tpm_read_log_acpi: TCPA log area empty
[ 3.610360] tpm_tis: probe of 00:09 failed with error -5
[ 3.612229] loop: module loaded
[ 3.612432] libphy: Fixed MDIO Bus: probed
[ 3.612433] tun: Universal TUN/TAP device driver, 1.6
[ 3.612480] PPP generic driver version 2.4.2
[ 3.612518] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 3.612520] ehci-pci: EHCI PCI platform driver
[ 3.612530] ehci-platform: EHCI generic platform driver
[ 3.612540] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 3.612541] ohci-pci: OHCI PCI platform driver
[ 3.612549] ohci-platform: OHCI generic platform driver
[ 3.612555] uhci_hcd: USB Universal Host Controller Interface driver
[ 3.612762] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 3.612771] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 3.613849] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
[ 3.613854] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 3.614021] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.03
[ 3.614023] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.614024] usb usb1: Product: xHCI Host Controller
[ 3.614025] usb usb1: Manufacturer: Linux 5.3.0-40-generic xhci-hcd
[ 3.614026] usb usb1: SerialNumber: 0000:00:14.0
[ 3.614112] hub 1-0:1.0: USB hub found
[ 3.614129] hub 1-0:1.0: 12 ports detected
[ 3.617190] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 3.617193] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 3.617195] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 3.617228] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.03
[ 3.617229] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.617230] usb usb2: Product: xHCI Host Controller
[ 3.617231] usb usb2: Manufacturer: Linux 5.3.0-40-generic xhci-hcd
[ 3.617232] usb usb2: SerialNumber: 0000:00:14.0
[ 3.617314] hub 2-0:1.0: USB hub found
[ 3.617324] hub 2-0:1.0: 6 ports detected
[ 3.617468] usb: port power management may be unreliable
[ 3.617855] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 3.619348] i8042: Detected active multiplexing controller, rev 1.1
[ 3.619633] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 3.619637] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 3.619658] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 3.619675] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 3.619691] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 3.619784] mousedev: PS/2 mouse device common for all mice
[ 3.619917] rtc_cmos 00:03: RTC can wake from S4
[ 3.620358] rtc_cmos 00:03: registered as rtc0
[ 3.620372] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 3.620379] i2c /dev entries driver
[ 3.620422] device-mapper: uevent: version 1.0.3
[ 3.620474] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: dm-devel@redhat.com
[ 3.620495] platform eisa.0: Probing EISA bus 0
[ 3.620496] platform eisa.0: EISA: Cannot allocate resource for mainboard
[ 3.620497] platform eisa.0: Cannot allocate resource for EISA slot 1
[ 3.620498] platform eisa.0: Cannot allocate resource for EISA slot 2
[ 3.620499] platform eisa.0: Cannot allocate resource for EISA slot 3
[ 3.620500] platform eisa.0: Cannot allocate resource for EISA slot 4
[ 3.620501] platform eisa.0: Cannot allocate resource for EISA slot 5
[ 3.620502] platform eisa.0: Cannot allocate resource for EISA slot 6
[ 3.620503] platform eisa.0: Cannot allocate resource for EISA slot 7
[ 3.620503] platform eisa.0: Cannot allocate resource for EISA slot 8
[ 3.620504] platform eisa.0: EISA: Detected 0 cards
[ 3.620507] intel_pstate: Intel P-state driver initializing
[ 3.620910] intel_pstate: HWP enabled
[ 3.620935] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.620938] EFI Variables Facility v0.08 2004-May-17
[ 3.645183] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 3.658587] intel_pmc_core INT33A1:00: initialized
[ 3.658803] NET: Registered protocol family 10
[ 3.667019] Segment Routing with IPv6
[ 3.667043] NET: Registered protocol family 17
[ 3.667074] Key type dns_resolver registered
[ 3.667300] RAS: Correctable Errors collector initialized.
[ 3.667330] microcode: sig=0x406e3, pf=0x80, revision=0xd6
[ 3.667379] microcode: Microcode Update Driver: v2.2.
[ 3.667402] sched_clock: Marking stable (3666965775, 409866)->(3678821267, -11445626)
[ 3.667503] registered taskstats version 1
[ 3.667510] Loading compiled-in X.509 certificates
[ 3.669451] Loaded X.509 cert 'Build time autogenerated kernel key: 9c21ebfd2d85db5aed45c3b325f02e1590559b94'
[ 3.669478] zswap: loaded using pool lzo/zbud
[ 3.677445] Key type big_key registered
[ 3.681940] Key type encrypted registered
[ 3.681944] AppArmor: AppArmor sha1 policy hashing enabled
[ 3.682611] integrity: Loading X.509 certificate: UEFI:db
[ 3.682639] integrity: Loaded X.509 cert 'Hewlett-Packard Company: HP UEFI Secure Boot 2013 DB key: 1d7cf2c2b92673f69c8ee1ec7063967ab9b62bec'
[ 3.682640] integrity: Loading X.509 certificate: UEFI:db
[ 3.682658] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[ 3.682659] integrity: Loading X.509 certificate: UEFI:db
[ 3.682675] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[ 3.683482] ima: No TPM chip found, activating TPM-bypass!
[ 3.683485] ima: Allocated hash algorithm: sha1
[ 3.683489] No architecture policies found
[ 3.683495] evm: Initialising EVM extended attributes:
[ 3.683496] evm: security.selinux
[ 3.683496] evm: security.SMACK64
[ 3.683497] evm: security.SMACK64EXEC
[ 3.683497] evm: security.SMACK64TRANSMUTE
[ 3.683497] evm: security.SMACK64MMAP
[ 3.683498] evm: security.apparmor
[ 3.683498] evm: security.ima
[ 3.683498] evm: security.capability
[ 3.683499] evm: HMAC attrs: 0x1
[ 3.684791] PM: Magic number: 12:478:630
[ 3.685036] rtc_cmos 00:03: setting system clock to 2020-03-10T11:37:55 UTC (1583840275)
[ 3.685172] Lockdown: swapper/0: Hibernation is restricted; see man kernel_lockdown.7
[ 3.686175] Freeing unused decrypted memory: 2040K
[ 3.686642] Freeing unused kernel image memory: 2668K
[ 3.715462] Write protecting the kernel read-only data: 22528k
[ 3.716079] Freeing unused kernel image memory: 2008K
[ 3.716390] Freeing unused kernel image memory: 1420K
[ 3.725823] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 3.725824] x86/mm: Checking user space page tables
[ 3.735065] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 3.735067] Run /init as init process
[ 3.838046] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[ 3.845297] ahci 0000:00:17.0: version 3.0
[ 3.845524] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
[ 3.845593] ahci 0000:00:17.0: SSS flag set, parallel bus scan disabled
[ 3.845619] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 3 ports 6 Gbps 0x7 impl SATA mode
[ 3.845621] ahci 0000:00:17.0: flags: 64bit ncq stag pm led clo only pio slum part deso sadm sds apst
[ 3.845746] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 3.845924] rtsx_pci 0000:03:00.0: enabling device (0000 -> 0002)
[ 3.850665] r8169 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 3.856985] scsi host0: ahci
[ 3.857253] scsi host1: ahci
[ 3.857651] scsi host2: ahci
[ 3.857712] ata1: SATA max UDMA/133 abar m2048@0xf132c000 port 0xf132c100 irq 124
[ 3.857714] ata2: SATA max UDMA/133 abar m2048@0xf132c000 port 0xf132c180 irq 124
[ 3.857716] ata3: SATA max UDMA/133 abar m2048@0xf132c000 port 0xf132c200 irq 124
[ 3.867372] libphy: r8169: probed
[ 3.867534] r8169 0000:01:00.0 eth0: RTL8168h/8111h, 48:ba:4e:3d:15:93, XID 541, IRQ 126
[ 3.867536] r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 3.886555] cryptd: max_cpu_qlen set to 1000
[ 3.894180] r8169 0000:01:00.0 enp1s0: renamed from eth0
[ 3.899451] AVX2 version of gcm_enc/dec engaged.
[ 3.899452] AES CTR mode by8 optimization enabled
[ 3.952971] checking generic (e0000000 7e9000) vs hw (e0000000 10000000)
[ 3.952973] fb0: switching to inteldrmfb from EFI VGA
[ 3.953035] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 3.954250] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 3.954251] [drm] Driver supports precise vblank timestamp query.
[ 3.954987] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 3.955247] usb 1-4: new high-speed USB device number 2 using xhci_hcd
[ 3.955665] [drm] Finished loading DMC firmware i915/skl_dmc_ver1_27.bin (v1.27)
[ 3.977223] [drm] Initialized i915 1.6.0 20190619 for 0000:00:02.0 on minor 0
[ 3.979900] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 3.980562] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input11
[ 3.989515] fbcon: i915drmfb (fb0) is primary device
[ 3.989516] fbcon: Deferring console take-over
[ 3.989519] i915 0000:00:02.0: fb0: i915drmfb frame buffer device
[ 4.109396] usb 1-4: New USB device found, idVendor=0bc2, idProduct=ac25, bcdDevice= 1.00
[ 4.109398] usb 1-4: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[ 4.109399] usb 1-4: Product: BUP Portable
[ 4.109399] usb 1-4: Manufacturer: Seagate
[ 4.109400] usb 1-4: SerialNumber: 00000000NAB9MFK1
[ 4.174418] ata1: SATA link down (SStatus 4 SControl 300)
[ 4.239321] usb 1-5: new full-speed USB device number 3 using xhci_hcd
[ 4.389599] usb 1-5: New USB device found, idVendor=062a, idProduct=4106, bcdDevice= 1.00
[ 4.389601] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.389602] usb 1-5: Product: 2.4G Wireless Mouse
[ 4.389603] usb 1-5: Manufacturer: MOSART Semi.
[ 4.491460] ata2: SATA link down (SStatus 4 SControl 300)
[ 4.515451] usb 1-6: new high-speed USB device number 4 using xhci_hcd
[ 4.587348] tsc: Refined TSC clocksource calibration: 2399.999 MHz
[ 4.587355] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2298364cab5, max_idle_ns: 440795214892 ns
[ 4.587403] clocksource: Switched to clocksource tsc
[ 4.629727] psmouse serio3: synaptics: queried max coordinates: x [..5716], y [..4886]
[ 4.662139] psmouse serio3: synaptics: queried min coordinates: x [1220..], y [986..]
[ 4.695144] usb 1-6: New USB device found, idVendor=04f2, idProduct=b51d, bcdDevice=99.06
[ 4.695146] usb 1-6: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 4.695147] usb 1-6: Product: HP HD Camera
[ 4.695148] usb 1-6: Manufacturer: Generic
[ 4.695149] usb 1-6: SerialNumber: 200901010001
[ 4.722032] psmouse serio3: synaptics: Touchpad model: 1, fw: 7.5, id: 0x1e0b1, caps: 0xf00173/0x640000/0xa2400/0x0, board id: 2654, fw id: 1323623
[ 4.759487] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio3/input/input10
[ 4.803632] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 4.804424] ata3.00: ACPI cmd f5/00:00:00:00:00:e0 (SECURITY FREEZE LOCK) filtered out
[ 4.804875] ata3.00: ATA-9: SanDisk SD8SN8U-256G-1006, X4120006, max UDMA/133
[ 4.804877] ata3.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 32), AA
[ 4.806548] ata3.00: ACPI cmd f5/00:00:00:00:00:e0 (SECURITY FREEZE LOCK) filtered out
[ 4.807768] ata3.00: configured for UDMA/133
[ 4.818427] scsi 2:0:0:0: Direct-Access ATA SanDisk SD8SN8U- 0006 PQ: 0 ANSI: 5
[ 4.818930] sd 2:0:0:0: Attached scsi generic sg0 type 0
[ 4.819064] sd 2:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[ 4.819066] sd 2:0:0:0: [sda] 4096-byte physical blocks
[ 4.819083] sd 2:0:0:0: [sda] Write Protect is off
[ 4.819085] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 4.819109] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4.821238] sda: sda1 sda2 sda3 sda4
[ 4.821565] sd 2:0:0:0: [sda] Attached SCSI disk
[ 4.827304] usb 1-7: new full-speed USB device number 5 using xhci_hcd
[ 4.977090] usb 1-7: config 1 interface 1 altsetting 0 endpoint 0x3 has wMaxPacketSize 0, skipping
[ 4.977091] usb 1-7: config 1 interface 1 altsetting 0 endpoint 0x83 has wMaxPacketSize 0, skipping
[ 4.977094] usb 1-7: New USB device found, idVendor=8087, idProduct=0a2a, bcdDevice= 0.01
[ 4.977095] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.985166] hidraw: raw HID events driver (C) Jiri Kosina
[ 4.985209] usbcore: registered new interface driver usb-storage
[ 4.987900] usbcore: registered new interface driver usbhid
[ 4.987901] usbhid: USB HID core driver
[ 4.987989] scsi host3: uas
[ 4.988077] usbcore: registered new interface driver uas
[ 4.988822] scsi 3:0:0:0: Direct-Access Seagate BUP Portable 0004 PQ: 0 ANSI: 6
[ 4.989643] sd 3:0:0:0: Attached scsi generic sg1 type 0
[ 4.989835] input: MOSART Semi. 2.4G Wireless Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:062A:4106.0001/input/input13
[ 4.989917] input: MOSART Semi. 2.4G Wireless Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:062A:4106.0001/input/input14
[ 4.989993] hid-generic 0003:062A:4106.0001: input,hiddev0,hidraw0: USB HID v1.10 Mouse [MOSART Semi. 2.4G Wireless Mouse] on usb-0000:00:14.0-5/input0
[ 4.990386] sd 3:0:0:0: [sdb] 7814037167 512-byte logical blocks: (4.00 TB/3.64 TiB)
[ 4.990388] sd 3:0:0:0: [sdb] 4096-byte physical blocks
[ 7.666376] sd 3:0:0:0: [sdb] Write Protect is off
[ 7.666378] sd 3:0:0:0: [sdb] Mode Sense: 4f 00 00 00
[ 7.667130] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 7.667689] sd 3:0:0:0: [sdb] Optimal transfer size 33553920 bytes not a multiple of physical block size (4096 bytes)
[ 8.110305] sdb: sdb1 sdb2 sdb3 sdb4 sdb5 sdb6 sdb8
[ 8.112187] sd 3:0:0:0: [sdb] Attached SCSI disk
[ 10.011270] raid6: avx2x4 gen() 27509 MB/s
[ 10.059269] raid6: avx2x4 xor() 17243 MB/s
[ 10.107271] raid6: avx2x2 gen() 24053 MB/s
[ 10.155273] raid6: avx2x2 xor() 15308 MB/s
[ 10.203269] raid6: avx2x1 gen() 19753 MB/s
[ 10.251274] raid6: avx2x1 xor() 14105 MB/s
[ 10.299275] raid6: sse2x4 gen() 11395 MB/s
[ 10.347271] raid6: sse2x4 xor() 7136 MB/s
[ 10.395280] raid6: sse2x2 gen() 9888 MB/s
[ 10.443276] raid6: sse2x2 xor() 6671 MB/s
[ 10.491238] raid6: sse2x1 gen() 8774 MB/s
[ 10.539277] raid6: sse2x1 xor() 5043 MB/s
[ 10.539278] raid6: using algorithm avx2x4 gen() 27509 MB/s
[ 10.539278] raid6: .... xor() 17243 MB/s, rmw enabled
[ 10.539279] raid6: using avx2x2 recovery algorithm
[ 10.542061] xor: automatically using best checksumming function avx
[ 10.558195] Btrfs loaded, crc32c=crc32c-intel
[ 43.989824] EXT4-fs (sdb8): mounted filesystem with ordered data mode. Opts: (null)
[ 45.972591] systemd[1]: Inserted module 'autofs4'
[ 46.161366] systemd[1]: systemd 242 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)
[ 46.179547] systemd[1]: Detected architecture x86-64.
[ 46.196294] systemd[1]: Set hostname to <Tom-Ubuntu>.
[ 46.206542] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument
[ 46.206618] Lockdown: systemd: /dev/mem,kmem,port is restricted; see man kernel_lockdown.7
[ 46.275245] Lockdown: systemd: BPF is restricted; see man kernel_lockdown.7
[ 48.217398] systemd[1]: File /lib/systemd/system/systemd-journald.service:12 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[ 48.217400] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[ 48.344452] systemd[1]: /lib/systemd/system/dbus.socket:4: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
[ 49.533765] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 49.533892] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 49.534070] systemd[1]: Created slice system-postgresql.slice.
[ 50.133639] EXT4-fs (sdb8): re-mounted. Opts: errors=remount-ro
[ 50.193611] bpfilter: Loaded bpfilter_umh pid 499
[ 50.250280] Lockdown: systemd-modules: Loading of unsigned module is restricted; see man kernel_lockdown.7
[ 50.414935] systemd-journald[477]: Received request to flush runtime journal from PID 1
[ 50.565258] lp: driver loaded but no devices found
[ 50.570777] ppdev: user-space parallel port driver
[ 53.163615] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[ 53.163617] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 53.163617] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 53.163618] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 53.163619] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 53.163619] RAPL PMU: hw unit of domain psys 2^-14 Joules
[ 53.230497] tpm_inf_pnp 00:09: Found TPM with ID IFX0102
[ 53.395285] input: HP Wireless hotkeys as /devices/virtual/input/input15
[ 53.486159] ACPI Error: Needed [Buffer/String/Package], found [Integer] 00000000a7c35e45 (20190703/exresop-557)
[ 53.486167] ACPI Error: AE_AML_OPERAND_TYPE, While resolving operands for [Index] (20190703/dswexec-424)
[ 53.486176]
Initialized Local Variables for Method [WVPO]:
[ 53.486177] Local1: 00000000c7b6aaf2 <Obj> Buffer(12) 00 00 00 00 00 00 00 00
[ 53.486187] Initialized Arguments for Method [WVPO]: (2 arguments defined for method invocation)
[ 53.486188] Arg0: 00000000fdc28b7b <Obj> Integer 0000000000000004
[ 53.486192] Arg1: 00000000a7c35e45 <Obj> Integer 0000000000000000
[ 53.486200] ACPI Error: Aborting method \_SB.WMIV.WVPO due to previous error (AE_AML_OPERAND_TYPE) (20190703/psparse-529)
[ 53.486211] ACPI Error: Aborting method \_SB.WMIV.WMPV due to previous error (AE_AML_OPERAND_TYPE) (20190703/psparse-529)
[ 53.487700] ACPI Error: Needed [Buffer/String/Package], found [Integer] 00000000219a531c (20190703/exresop-557)
[ 53.487706] ACPI Error: AE_AML_OPERAND_TYPE, While resolving operands for [Index] (20190703/dswexec-424)
[ 53.487714]
Initialized Local Variables for Method [WVPO]:
[ 53.487715] Local1: 000000005c2c0798 <Obj> Buffer(12) 00 00 00 00 00 00 00 00
[ 53.487724] Initialized Arguments for Method [WVPO]: (2 arguments defined for method invocation)
[ 53.487724] Arg0: 00000000a1d8c3b5 <Obj> Integer 0000000000000004
[ 53.487728] Arg1: 00000000219a531c <Obj> Integer 0000000000000000
[ 53.487734] ACPI Error: Aborting method \_SB.WMIV.WVPO due to previous error (AE_AML_OPERAND_TYPE) (20190703/psparse-529)
[ 53.487743] ACPI Error: Aborting method \_SB.WMIV.WMPV due to previous error (AE_AML_OPERAND_TYPE) (20190703/psparse-529)
[ 53.489643] ACPI Error: Needed [Buffer/String/Package], found [Integer] 00000000f50ee120 (20190703/exresop-557)
[ 53.489649] ACPI Error: AE_AML_OPERAND_TYPE, While resolving operands for [Index] (20190703/dswexec-424)
[ 53.489656]
Initialized Local Variables for Method [WVPO]:
[ 53.489657] Local1: 00000000b73e3d7a <Obj> Buffer(136) 00 00 00 00 00 00 00 00
[ 53.489666] Initialized Arguments for Method [WVPO]: (2 arguments defined for method invocation)
[ 53.489667] Arg0: 00000000c578d674 <Obj> Integer 0000000000000080
[ 53.489671] Arg1: 00000000f50ee120 <Obj> Integer 0000000000000000
[ 53.489677] ACPI Error: Aborting method \_SB.WMIV.WVPO due to previous error (AE_AML_OPERAND_TYPE) (20190703/psparse-529)
[ 53.489686] ACPI Error: Aborting method \_SB.WMIV.WMPV due to previous error (AE_AML_OPERAND_TYPE) (20190703/psparse-529)
[ 53.489787] input: HP WMI hotkeys as /devices/virtual/input/input16
[ 53.495842] ACPI Error: Needed [Buffer/String/Package], found [Integer] 00000000541a5b01 (20190703/exresop-557)
[ 53.495848] ACPI Error: AE_AML_OPERAND_TYPE, While resolving operands for [Index] (20190703/dswexec-424)
[ 53.495857]
Initialized Local Variables for Method [WVPO]:
[ 53.495858] Local1: 000000008d90951a <Obj> Buffer(136) 00 00 00 00 00 00 00 00
[ 53.495867] Initialized Arguments for Method [WVPO]: (2 arguments defined for method invocation)
[ 53.495868] Arg0: 0000000076f33237 <Obj> Integer 0000000000000080
[ 53.495871] Arg1: 00000000541a5b01 <Obj> Integer 0000000000000000
[ 53.495878] ACPI Error: Aborting method \_SB.WMIV.WVPO due to previous error (AE_AML_OPERAND_TYPE) (20190703/psparse-529)
[ 53.495887] ACPI Error: Aborting method \_SB.WMIV.WMPV due to previous error (AE_AML_OPERAND_TYPE) (20190703/psparse-529)
[ 53.540020] hp_accel: laptop model unknown, using default axes configuration
[ 53.667943] lis3lv02d: 8 bits 3DC sensor found
[ 53.976511] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ 54.923284] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input17
[ 55.627957] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 55.630362] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 56.022632] intel_rapl_common: Found RAPL domain package
[ 56.022633] intel_rapl_common: Found RAPL domain core
[ 56.022635] intel_rapl_common: Found RAPL domain uncore
[ 56.022636] intel_rapl_common: Found RAPL domain dram
[ 56.268887] mc: Linux media interface: v0.10
[ 56.331722] videodev: Linux video capture interface: v2.00
[ 56.654395] Intel(R) Wireless WiFi driver for Linux
[ 56.654396] Copyright(c) 2003- 2015 Intel Corporation
[ 56.654561] iwlwifi 0000:02:00.0: enabling device (0000 -> 0002)
[ 56.749121] Bluetooth: Core ver 2.22
[ 56.749142] NET: Registered protocol family 31
[ 56.749143] Bluetooth: HCI device and connection manager initialized
[ 56.749149] Bluetooth: HCI socket layer initialized
[ 56.749151] Bluetooth: L2CAP socket layer initialized
[ 56.749153] Bluetooth: SCO socket layer initialized
[ 56.930350] usbcore: registered new interface driver btusb
[ 56.946813] Bluetooth: hci0: read Intel version: 370810011003110e00
[ 57.029193] iwlwifi 0000:02:00.0: Found debug destination: EXTERNAL_DRAM
[ 57.029195] iwlwifi 0000:02:00.0: Found debug configuration: 0
[ 57.029413] iwlwifi 0000:02:00.0: loaded firmware version 29.1654887522.0 op_mode iwlmvm
[ 57.056008] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq
[ 57.192668] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[ 57.192889] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 57.202201] uvcvideo: Found UVC 1.00 device HP HD Camera (04f2:b51d)
[ 57.209132] uvcvideo 1-6:1.0: Entity type for entity Extension 4 was not initialized!
[ 57.209133] uvcvideo 1-6:1.0: Entity type for entity Processing 2 was not initialized!
[ 57.209134] uvcvideo 1-6:1.0: Entity type for entity Camera 1 was not initialized!
[ 57.209186] input: HP HD Camera: HP HD Camera as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input18
[ 57.209249] usbcore: registered new interface driver uvcvideo
[ 57.209250] USB Video Class driver (1.1.1)
[ 57.313850] Bluetooth: hci0: unexpected event for opcode 0xfc2f
[ 57.330856] Bluetooth: hci0: Intel firmware patch completed and activated
[ 57.579002] snd_hda_codec_conexant hdaudioC0D0: CX20724: BIOS auto-probing.
[ 57.579511] snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX20724: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[ 57.579512] snd_hda_codec_conexant hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 57.579513] snd_hda_codec_conexant hdaudioC0D0: hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
[ 57.579514] snd_hda_codec_conexant hdaudioC0D0: mono: mono_out=0x0
[ 57.579514] snd_hda_codec_conexant hdaudioC0D0: inputs:
[ 57.579515] snd_hda_codec_conexant hdaudioC0D0: Internal Mic=0x1a
[ 57.579516] snd_hda_codec_conexant hdaudioC0D0: Mic=0x19
[ 57.684167] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[ 57.684224] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[ 57.684276] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
[ 57.684327] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
[ 57.684376] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
[ 57.684437] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
[ 57.684501] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
[ 57.794304] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 3165, REV=0x210
[ 57.807789] iwlwifi 0000:02:00.0: Applying debug destination EXTERNAL_DRAM
[ 57.808620] iwlwifi 0000:02:00.0: Allocated 0x00400000 bytes for firmware monitor.
[ 57.815109] iwlwifi 0000:02:00.0: base HW address: 7c:67:a2:27:4c:c8
[ 57.876339] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[ 57.877983] thermal thermal_zone8: failed to read out thermal zone (-61)
[ 57.906189] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
[ 63.033965] audit: type=1400 audit(1583840334.846:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=1163 comm="apparmor_parser"
[ 63.169994] audit: type=1400 audit(1583840334.982:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/ibus/ibus-engine-hangul" pid=1164 comm="apparmor_parser"
[ 63.190551] audit: type=1400 audit(1583840335.002:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=1165 comm="apparmor_parser"
[ 63.245217] audit: type=1400 audit(1583840335.054:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=1167 comm="apparmor_parser"
[ 63.245221] audit: type=1400 audit(1583840335.054:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=1167 comm="apparmor_parser"
[ 63.245223] audit: type=1400 audit(1583840335.054:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=1167 comm="apparmor_parser"
[ 63.301433] audit: type=1400 audit(1583840335.110:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=1166 comm="apparmor_parser"
[ 63.319975] audit: type=1400 audit(1583840335.130:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=1169 comm="apparmor_parser"
[ 63.319978] audit: type=1400 audit(1583840335.130:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=1169 comm="apparmor_parser"
[ 63.349427] audit: type=1400 audit(1583840335.158:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=1168 comm="apparmor_parser"
[ 146.615712] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 146.615716] Bluetooth: BNEP filters: protocol multicast
[ 146.615724] Bluetooth: BNEP socket layer initialized
[ 150.498821] Generic Realtek PHY r8169-100:00: attached PHY driver [Generic Realtek PHY] (mii_bus:phy_addr=r8169-100:00, irq=IGNORE)
[ 150.616424] r8169 0000:01:00.0 enp1s0: Link is Down
[ 150.639830] iwlwifi 0000:02:00.0: Applying debug destination EXTERNAL_DRAM
[ 150.726642] iwlwifi 0000:02:00.0: Applying debug destination EXTERNAL_DRAM
[ 150.728091] iwlwifi 0000:02:00.0: FW already configured (0) - re-configuring
[ 152.639807] kauditd_printk_skb: 55 callbacks suppressed
[ 152.639808] audit: type=1400 audit(1583840424.450:67): apparmor="ALLOWED" operation="open" profile="snap.anbox.container-manager" name="/proc/1589/attr/current" pid=1589 comm="cat" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 152.640716] audit: type=1400 audit(1583840424.450:68): apparmor="ALLOWED" operation="exec" profile="snap.anbox.container-manager" name="/usr/sbin/aa-exec" pid=1394 comm="container-manag" requested_mask="x" denied_mask="x" fsuid=0 ouid=0 target="snap.anbox.container-manager//null-/usr/sbin/aa-exec"
[ 152.666127] audit: type=1400 audit(1583840424.474:69): apparmor="ALLOWED" operation="file_mmap" profile="snap.anbox.container-manager//null-/usr/sbin/aa-exec" name="/usr/sbin/aa-exec" pid=1394 comm="aa-exec" requested_mask="rm" denied_mask="rm" fsuid=0 ouid=0
[ 152.666164] audit: type=1400 audit(1583840424.474:70): apparmor="ALLOWED" operation="file_mmap" profile="snap.anbox.container-manager//null-/usr/sbin/aa-exec" name="/lib/x86_64-linux-gnu/ld-2.23.so" pid=1394 comm="aa-exec" requested_mask="rm" denied_mask="rm" fsuid=0 ouid=0
[ 152.666831] audit: type=1400 audit(1583840424.474:71): apparmor="ALLOWED" operation="open" profile="snap.anbox.container-manager//null-/usr/sbin/aa-exec" name="/etc/ld.so.cache" pid=1394 comm="aa-exec" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 152.666884] audit: type=1400 audit(1583840424.474:72): apparmor="ALLOWED" operation="open" profile="snap.anbox.container-manager//null-/usr/sbin/aa-exec" name="/lib/x86_64-linux-gnu/libpthread-2.23.so" pid=1394 comm="aa-exec" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 152.666912] audit: type=1400 audit(1583840424.474:73): apparmor="ALLOWED" operation="file_mmap" profile="snap.anbox.container-manager//null-/usr/sbin/aa-exec" name="/lib/x86_64-linux-gnu/libpthread-2.23.so" pid=1394 comm="aa-exec" requested_mask="rm" denied_mask="rm" fsuid=0 ouid=0
[ 152.667121] audit: type=1400 audit(1583840424.474:74): apparmor="ALLOWED" operation="open" profile="snap.anbox.container-manager//null-/usr/sbin/aa-exec" name="/lib/x86_64-linux-gnu/libc-2.23.so" pid=1394 comm="aa-exec" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 152.667147] audit: type=1400 audit(1583840424.474:75): apparmor="ALLOWED" operation="file_mmap" profile="snap.anbox.container-manager//null-/usr/sbin/aa-exec" name="/lib/x86_64-linux-gnu/libc-2.23.so" pid=1394 comm="aa-exec" requested_mask="rm" denied_mask="rm" fsuid=0 ouid=0
[ 152.668055] audit: type=1400 audit(1583840424.478:76): apparmor="ALLOWED" operation="open" profile="snap.anbox.container-manager//null-/usr/sbin/aa-exec" name="/proc/1394/attr/exec" pid=1394 comm="aa-exec" requested_mask="w" denied_mask="w" fsuid=0 ouid=0
[ 154.682419] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 159.089621] kauditd_printk_skb: 1 callbacks suppressed
[ 159.089623] audit: type=1326 audit(1583840430.898:78): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=1394 comm="anbox" exe="/snap/anbox/158/usr/bin/anbox" sig=0 arch=c000003e syscall=165 compat=0 ip=0x7fe6f5817b9a code=0x7ffc0000
[ 159.174179] audit: type=1326 audit(1583840430.982:79): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=1394 comm="anbox" exe="/snap/anbox/158/usr/bin/anbox" sig=0 arch=c000003e syscall=165 compat=0 ip=0x7fe6f5817b9a code=0x7ffc0000
[ 159.327943] audit: type=1326 audit(1583840431.138:80): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=1394 comm="anbox" exe="/snap/anbox/158/usr/bin/anbox" sig=0 arch=c000003e syscall=165 compat=0 ip=0x7fe6f5817b9a code=0x7ffc0000
[ 174.629521] rfkill: input handler disabled
[ 178.563893] [UFW BLOCK] IN=anbox0 OUT= MAC= SRC=fe80:0000:0000:0000:f881:83ff:fe8e:5932 DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=629542 PROTO=UDP SPT=8612 DPT=8612 LEN=24
[ 178.563911] [UFW BLOCK] IN=anbox0 OUT= MAC= SRC=fe80:0000:0000:0000:f881:83ff:fe8e:5932 DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=992174 PROTO=UDP SPT=8612 DPT=8610 LEN=24
[ 178.574041] [UFW BLOCK] IN=anbox0 OUT= MAC= SRC=fe80:0000:0000:0000:f881:83ff:fe8e:5932 DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=629542 PROTO=UDP SPT=8612 DPT=8612 LEN=24
[ 178.574058] [UFW BLOCK] IN=anbox0 OUT= MAC= SRC=fe80:0000:0000:0000:f881:83ff:fe8e:5932 DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=992174 PROTO=UDP SPT=8612 DPT=8610 LEN=24
[ 183.203863] wlp2s0: authenticate with f8:c2:88:cc:7a:ff
[ 183.207889] wlp2s0: send auth to f8:c2:88:cc:7a:ff (try 1/3)
[ 183.208938] wlp2s0: authenticated
[ 183.211354] wlp2s0: associate with f8:c2:88:cc:7a:ff (try 1/3)
[ 183.214058] wlp2s0: RX AssocResp from f8:c2:88:cc:7a:ff (capab=0x111 status=0 aid=199)
[ 183.215370] wlp2s0: associated
[ 183.276605] wlp2s0: Limiting TX power to 17 dBm as advertised by f8:c2:88:cc:7a:ff
[ 183.337770] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[ 183.670426] rfkill: input handler enabled
[ 184.526188] Bluetooth: RFCOMM TTY layer initialized
[ 184.526196] Bluetooth: RFCOMM socket layer initialized
[ 184.526203] Bluetooth: RFCOMM ver 1.11
[ 192.213389] rfkill: input handler disabled
30.065s plymouth-quit-wait.service
17.912s systemd-journal-flush.service
12.927s snapd.service
12.301s networkd-dispatcher.service
11.463s postgresql@12-main.service
11.322s dev-sdb8.device
10.049s udisks2.service
9.536s NetworkManager-wait-online.service
8.739s ModemManager.service
7.873s accounts-daemon.service
7.333s fwupd.service
6.821s NetworkManager.service
6.513s grub-common.service
6.474s secureboot-db.service
6.146s e2scrub_reap.service
5.854s grub-initrd-fallback.service
5.724s avahi-daemon.service
5.665s rsyslog.service
5.600s thermald.service
5.594s iio-sensor-proxy.service
5.578s bluetooth.service
5.544s wpa_supplicant.service
5.509s vboxdrv.service
5.438s systemd-logind.service
5.436s sysstat.service
5.432s gpu-manager.service
5.428s switcheroo-control.service
5.087s bolt.service
4.744s apache2.service
4.413s ufw.service
3.289s systemd-sysctl.service
3.262s dev-loop16.device
3.082s virtualbox.service
3.005s systemd-udevd.service
2.761s snap-code-25.mount
2.760s dev-loop23.device
2.734s snap-slack-21.mount
2.691s dev-loop17.device
2.663s dev-loop18.device
2.651s dev-loop22.device
2.632s dev-loop24.device
2.632s dev-loop15.device
2.608s dev-loop10.device
2.589s snap-slack-20.mount
2.588s dev-loop2.device
2.570s dev-loop3.device
2.478s dev-loop25.device
2.444s snap-core-8689.mount
2.422s dev-loop7.device
2.354s snap-gnome\x2dcalculator-544.mount
2.333s dev-loop8.device
2.221s snap-pycharm\x2dcommunity-179.mount
2.214s dev-loop21.device
2.201s dev-loop0.device
2.156s dev-loop13.device
2.024s snap-gnome\x2d3\x2d28\x2d1804-116.mount
1.984s snap-gtk\x2dcommon\x2dthemes-1440.mount
1.984s dev-loop5.device
1.978s dev-loop6.device
1.960s dev-loop9.device
1.919s snap-sublime\x2dtext-77.mount
1.884s snap-gnome\x2dcharacters-399.mount
1.881s snap-gnome\x2d3\x2d28\x2d1804-110.mount
1.782s snap-gnome\x2dlogs-81.mount
1.770s snap-gnome\x2dcalculator-501.mount
1.757s snap-sublime\x2dtext-85.mount
1.756s gdm.service
1.706s dev-loop14.device
1.655s apparmor.service
1.653s dev-loop19.device
1.630s snap-anbox-158.mount
1.551s dev-loop12.device
1.430s snap-gtk\x2dcommon\x2dthemes-1353.mount
1.408s snap-code-24.mount
1.406s systemd-resolved.service
1.403s snap-skype-112.mount
1.342s snap-jupyter-6.mount
1.243s snap-core-8592.mount
1.233s systemd-fsck@dev-disk-by\x2duuid-67E3\x2d17ED.service
1.142s upower.service
1.131s snap-core18-1650.mount
1.070s systemd-timesyncd.service
1.056s snap-gnome\x2dlogs-73.mount
994ms dev-loop4.device
961ms snap-core18-1668.mount
784ms polkit.service
780ms snap-pycharm\x2dcommunity-175.mount
595ms snap-skype-115.mount
576ms systemd-journald.service
552ms lvm2-monitor.service
538ms systemd-tmpfiles-setup-dev.service
488ms dev-loop1.device
482ms snap-gnome\x2dcharacters-375.mount
479ms dev-loop20.device
479ms dev-loop11.device
420ms keyboard-setup.service
395ms snapd.seeded.service
341ms systemd-remount-fs.service
337ms kmod-static-nodes.service
333ms systemd-tmpfiles-setup.service
332ms systemd-rfkill.service
312ms apport.service
294ms pppd-dns.service
268ms systemd-sysusers.service
261ms dev-hugepages.mount
259ms sys-kernel-debug.mount
237ms snapd.socket
225ms colord.service
222ms systemd-udev-trigger.service
221ms systemd-backlight@backlight:intel_backlight.service
188ms blk-availability.service
168ms rtkit-daemon.service
140ms user@1000.service
136ms systemd-user-sessions.service
77ms vboxballoonctrl-service.service
76ms plymouth-read-write.service
70ms boot-efi.mount
62ms vboxweb-service.service
62ms vboxautostart-service.service
62ms kerneloops.service
61ms console-setup.service
58ms systemd-update-utmp.service
50ms setvtrgb.service
50ms systemd-random-seed.service
49ms openvpn.service
31ms user-runtime-dir@1000.service
21ms systemd-update-utmp-runlevel.service
15ms plymouth-start.service
6ms dev-mqueue.mount
5ms systemd-modules-load.service
3ms sys-kernel-config.mount
3ms sys-fs-fuse-connections.mount
2ms finalrd.service
1ms postgresql.service
664us clean-mount-point@media-ogola89-7029D4786376743F.service
197us clean-mount-point@media-ogola89-36341DB5183AA49A.service
The time when unit became active or started is printed after the "@" character.
The time the unit took to start is printed after the "+" character.
graphical.target @2min 11.702s
└─multi-user.target @2min 11.702s
└─postgresql.service @1min 53.007s +1ms
└─postgresql@12-main.service @1min 41.541s +11.463s
└─network.target @1min 41.481s
└─NetworkManager.service @1min 34.658s +6.821s
└─dbus.service @1min 34.631s
└─basic.target @1min 34.438s
└─sockets.target @1min 34.438s
└─snapd.socket @1min 34.200s +237ms
└─sysinit.target @1min 33.988s
└─systemd-timesyncd.service @23.008s +1.070s
└─systemd-tmpfiles-setup.service @22.673s +333ms
└─systemd-journal-flush.service @4.759s +17.912s
└─systemd-journald.service @4.182s +576ms
└─systemd-journald-dev-log.socket @4.180s
└─-.mount @3.870s
└─systemd-journald.socket @3.925s
└─-.mount @3.870s
└─...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment