You are not logged in.

#1 2019-04-24 19:32:50

tlillenuit
Member
From: Ireland
Registered: 2019-03-24
Posts: 28

[SOLVED] Painfully slow boot time

I wanted to post this topic to the System Administration thread, but it is locked so I am putting it here.
A couple of days ago my Arch system would boot up in less than 4 seconds, since I've got an SSD. During the last couple of days something
has changed and now I am able to boot up to the SSDM login screen after a long time of waiting. What is happening is I am getting the blank screen
immediately after getting through plymouth's show_arch_logo part. The blank screen stays there for a while, sometimes it is 10 seconds, sometimes it
needs 20 or more. I don't know what's happening. I tried to speed up the booting process by applying libahci.ignore_sss and fsck skip options to the kernel, but nothing has really changed.


$ cat /etc/default/grub

# GRUB boot loader configuration

GRUB_DEFAULT=0
GRUB_TIMEOUT=1
GRUB_DISTRIBUTOR="Arch"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash loglevel=3 rd.udev.log-priority=3 vt.global_cursor_default=0 libahci.ignore_sss=1 fsck.mode=skip"
GRUB_CMDLINE_LINUX=""

# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"

# Uncomment to enable booting from LUKS encrypted devices
#GRUB_ENABLE_CRYPTODISK=y

# Uncomment to enable Hidden Menu, and optionally hide the timeout count
#GRUB_HIDDEN_TIMEOUT=5
#GRUB_HIDDEN_TIMEOUT_QUIET=true

# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console

# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=auto

# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep

# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY=true

# Uncomment and set to the desired menu colors.  Used by normal and wallpaper
# modes only.  Entries specified as foreground/background.
#GRUB_COLOR_NORMAL="light-blue/black"
#GRUB_COLOR_HIGHLIGHT="light-cyan/blue"

# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/path/to/wallpaper"
#GRUB_THEME="/path/to/gfxtheme"

# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"

# Uncomment to make GRUB remember the last selection. This requires to
# set 'GRUB_DEFAULT=saved' above.
#GRUB_SAVEDEFAULT="true"


$ cat /etc/plymouth/plymouthd.conf

[Daemon]
Theme=spinfinity
ShowDelay=1
DeviceTimeout=1


$ cat /etc/mkinitcpio.conf

# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run.  Advanced users may wish to specify all system modules
# in this array.  For instance:
#     MODULES=(piix ide_disk reiserfs)
MODULES=(i915)

# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image.  This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=()

# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way.  This is useful for config files.
FILES=()

# HOOKS
# This is the most important setting in this file.  The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added.  Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
##   This setup specifies all modules in the MODULES setting above.
##   No raid, lvm2, or encrypted root is needed.
#    HOOKS=(base)
#
##   This setup will autodetect all modules for your system and should
##   work as a sane default
#    HOOKS=(base udev autodetect block filesystems)
#
##   This setup will generate a 'full' image which supports most systems.
##   No autodetection is done.
#    HOOKS=(base udev block filesystems)
#
##   This setup assembles a pata mdadm array with an encrypted root FS.
##   Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
#    HOOKS=(base udev block mdadm encrypt filesystems)
#
##   This setup loads an lvm2 volume group on a usb device.
#    HOOKS=(base udev block lvm2 filesystems)
#
##   NOTE: If you have /usr on a separate partition, you MUST include the
#    usr, fsck and shutdown hooks.
HOOKS=(base udev plymouth autodetect modconf block filesystems keyboard fsck)

# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"

# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=()


$ system-analyze

Startup finished in 2.660s (kernel) + 2.062s (userspace) = 4.723s 
graphical.target reached after 2.062s in userspace


$ system-analyze  critical-chain

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 @2.062s
└─sddm.service @2.061s
  └─systemd-logind.service @1.297s +759ms
    └─basic.target @1.295s
      └─sockets.target @1.295s
        └─dbus.socket @1.295s
          └─sysinit.target @1.290s
            └─systemd-update-utmp.service @1.274s +15ms
              └─systemd-tmpfiles-setup.service @1.241s +31ms
                └─local-fs.target @1.237s
                  └─home.mount @1.219s +17ms
                    └─systemd-fsck@dev-disk-by\x2duuid-e8ca300a\x2d6784\x2d4bb3>
                      └─local-fs-pre.target @1.205s
                        └─lvm2-monitor.service @299ms +905ms
                          └─lvm2-lvmetad.service @338ms
                            └─lvm2-lvmetad.socket @294ms
                              └─-.mount @244ms
                                └─systemd-journald.socket @288ms
                                  └─-.mount @244ms
                                    └─...


$ dmesg

[    0.000000] Linux version 5.0.9-arch1-1-ARCH (builduser@heftig-18307) (gcc version 8.3.0 (GCC)) #1 SMP PREEMPT Sat Apr 20 15:00:46 UTC 2019
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=75a38357-a267-474c-b2a8-a7d6c7d1dfac rw quiet splash loglevel=3 rd.udev.log-priority=3 vt.global_cursor_default=0 libahci.ignore_sss=1 fsck.mode=skip
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bc6bcfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bc6bd000-0x00000000bcebcfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bcebd000-0x00000000bcfbcfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bcfbd000-0x00000000bcffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bcfff000-0x00000000bcffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bd000000-0x00000000bf9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffd00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023dffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.6 present.
[    0.000000] DMI: Hewlett-Packard HP EliteBook 8460p/161C, BIOS 68SCF Ver. F.27 06/14/2012
[    0.000000] tsc: Fast TSC calibration failed
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] last_pfn = 0x23e000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0FFC00000 mask FFFC00000 write-protect
[    0.000000]   1 base 000000000 mask F80000000 write-back
[    0.000000]   2 base 080000000 mask FC0000000 write-back
[    0.000000]   3 base 0BE000000 mask FFE000000 uncachable
[    0.000000]   4 base 0BD800000 mask FFF800000 uncachable
[    0.000000]   5 base 100000000 mask F00000000 write-back
[    0.000000]   6 base 200000000 mask FC0000000 write-back
[    0.000000]   7 base 23E000000 mask FFE000000 uncachable
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] last_pfn = 0xbd000 max_arch_pfn = 0x400000000
[    0.000000] check: Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [(____ptrval____)] 98000 size 24576
[    0.000000] reserving inaccessible SNB gfx pages
[    0.000000] BRK [0x128801000, 0x128801fff] PGTABLE
[    0.000000] BRK [0x128802000, 0x128802fff] PGTABLE
[    0.000000] BRK [0x128803000, 0x128803fff] PGTABLE
[    0.000000] BRK [0x128804000, 0x128804fff] PGTABLE
[    0.000000] BRK [0x128805000, 0x128805fff] PGTABLE
[    0.000000] BRK [0x128806000, 0x128806fff] PGTABLE
[    0.000000] BRK [0x128807000, 0x128807fff] PGTABLE
[    0.000000] BRK [0x128808000, 0x128808fff] PGTABLE
[    0.000000] BRK [0x128809000, 0x128809fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x36915000-0x37481fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F2F60 000024 (v02 HPQOEM)
[    0.000000] ACPI: XSDT 0x00000000BCFFE120 000084 (v01 HPQOEM SLIC-MPC 0000000F      01000013)
[    0.000000] ACPI: FACP 0x00000000BCFFC000 0000F4 (v03 HPQOEM 161C     0000000F HP   00000001)
[    0.000000] ACPI: DSDT 0x00000000BCFD1000 0258E9 (v02 HPQOEM 161C     00000001 INTL 20060912)
[    0.000000] ACPI: FACS 0x00000000BCF87000 000040
[    0.000000] ACPI: FACS 0x00000000BCF87000 000040
[    0.000000] ACPI: HPET 0x00000000BCFFB000 000038 (v01 HPQOEM 161C     00000001 HP   00000001)
[    0.000000] ACPI: APIC 0x00000000BCFFA000 0000BC (v01 HPQOEM 161C     00000001 HP   00000001)
[    0.000000] ACPI: MCFG 0x00000000BCFF9000 00003C (v01 HPQOEM 161C     00000001 HP   00000001)
[    0.000000] ACPI: TCPA 0x00000000BCFF7000 000032 (v02 HPQOEM 161C     00000000 HP   00000001)
[    0.000000] ACPI: SSDT 0x00000000BCFCE000 000266 (v01 HPQOEM SataAhci 00001000 INTL 20060912)
[    0.000000] ACPI: SSDT 0x00000000BCFCD000 00048A (v01 HPQOEM PtidDevc 00001000 INTL 20060912)
[    0.000000] ACPI: SLIC 0x00000000BCFCC000 000176 (v01 HPQOEM SLIC-MPC 00000001 HP   00000001)
[    0.000000] ACPI: SSDT 0x00000000BCFCB000 000810 (v01 PmRef  Cpu0Ist  00003000 INTL 20060912)
[    0.000000] ACPI: SSDT 0x00000000BCFCA000 0009B1 (v01 PmRef  CpuPm    00003000 INTL 20060912)
[    0.000000] ACPI: DMAR 0x00000000BCFC9000 0000E8 (v01 INTEL  SNB      00000001 INTL 00000001)
[    0.000000] ACPI: ASF! 0x00000000BCFF8000 0000A5 (v32 HPQOEM 161C     00000001 HP   00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000023dffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x23dff8000-0x23dffbfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000023dffffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000bc6bcfff]
[    0.000000]   node   0: [mem 0x00000000bcfff000-0x00000000bcffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000023dffffff]
[    0.000000] Zeroed struct page in unavailable ranges: 14757 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000023dffffff]
[    0.000000] On node 0 totalpages: 2074203
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 157 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 11995 pages used for memmap
[    0.000000]   DMA32 zone: 767678 pages, LIFO batch:63
[    0.000000]   Normal zone: 20352 pages used for memmap
[    0.000000]   Normal zone: 1302528 pages, LIFO batch:63
[    0.000000] Reserving Intel graphics memory at [mem 0xbda00000-0xbf9fffff]
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    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] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[    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 8 CPUs, 4 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbc6bd000-0xbcebcfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbcebd000-0xbcfbcfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbcfbd000-0xbcffefff]
[    0.000000] PM: Registered nosave memory: [mem 0xbd000000-0xbf9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbfa00000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed13fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed14000-0xfed17fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed18000-0xfed19fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffcfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffd00000-0xffffffff]
[    0.000000] [mem 0xbfa00000-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+0x95/0x538 with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 46 pages/cpu @(____ptrval____) s151552 r8192 d28672 u262144
[    0.000000] pcpu-alloc: s151552 r8192 d28672 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 2041635
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=75a38357-a267-474c-b2a8-a7d6c7d1dfac rw quiet splash loglevel=3 rd.udev.log-priority=3 vt.global_cursor_default=0 libahci.ignore_sss=1 fsck.mode=skip
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 8057136K/8296812K available (12291K kernel code, 1290K rwdata, 3756K rodata, 1548K init, 3848K bss, 239676K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 36356 entries in 143 pages
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu: 	CONFIG_RCU_FANOUT set to non-default value of 32.
[    0.000000] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[    0.000000] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS: 20736, nr_irqs: 488, preallocated irqs: 16
[    0.000000] rcu: 	Offload RCU callbacks from CPUs: (none).
[    0.000000] Console: colour dummy device 80x25
[    0.000000] printk: console [tty0] enabled
[    0.000000] ACPI: Core revision 20181213
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.000000] DMAR: Host address width 36
[    0.000000] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.000000] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020e60262 ecap f0101a
[    0.000000] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.000000] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap c9008020660262 ecap f0105a
[    0.000000] DMAR: RMRR base: 0x000000bce9a000 end: 0x000000bceb9fff
[    0.000000] DMAR: RMRR base: 0x000000bd800000 end: 0x000000bf9fffff
[    0.000000] DMAR-IR: IOAPIC id 0 under DRHD base  0xfed91000 IOMMU 1
[    0.000000] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.000000] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.000000] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.000000] x2apic enabled
[    0.000000] Switched APIC routing to cluster x2apic.
[    0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.019999] tsc: PIT calibration matches HPET. 1 loops
[    0.019999] tsc: Detected 2594.321 MHz processor
[    0.000011] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2565471a926, max_idle_ns: 440795217305 ns
[    0.000023] Calibrating delay loop (skipped), value calculated using timer frequency.. 5190.83 BogoMIPS (lpj=8647736)
[    0.000025] pid_max: default: 32768 minimum: 301
[    0.000062] LSM: Security Framework initializing
[    0.000063] Yama: becoming mindful.
[    0.000069] AppArmor: AppArmor disabled by boot time parameter
[    0.001286] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.001918] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.001961] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.001981] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.002212] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.002212] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.002217] mce: CPU supports 7 MCE banks
[    0.002226] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.002234] process: using mwait in idle threads
[    0.002237] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.002237] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.002239] Spectre V2 : Mitigation: Full generic retpoline
[    0.002240] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.002241] Speculative Store Bypass: Vulnerable
[    0.002707] Freeing SMP alternatives memory: 32K
[    0.006758] TSC deadline timer enabled
[    0.006761] smpboot: CPU0: Intel(R) Core(TM) i5-2540M CPU @ 2.60GHz (family: 0x6, model: 0x2a, stepping: 0x7)
[    0.026703] Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.026762] core: PEBS disabled due to CPU errata, please upgrade microcode
[    0.026768] ... version:                3
[    0.026770] ... bit width:              48
[    0.026772] ... generic registers:      4
[    0.026775] ... value mask:             0000ffffffffffff
[    0.026777] ... max period:             00007fffffffffff
[    0.026779] ... fixed-purpose events:   3
[    0.026781] ... event mask:             000000070000000f
[    0.033359] rcu: Hierarchical SRCU implementation.
[    0.056922] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.063376] smp: Bringing up secondary CPUs ...
[    0.103391] x86: Booting SMP configuration:
[    0.103395] .... node  #0, CPUs:      #1 #2 #3
[    0.186135] smp: Brought up 1 node, 4 CPUs
[    0.186135] smpboot: Max logical packages: 2
[    0.186135] smpboot: Total of 4 processors activated (20762.34 BogoMIPS)
[    0.186976] devtmpfs: initialized
[    0.186976] x86/mm: Memory block size: 128MB
[    0.187423] PM: Registering ACPI NVS region [mem 0xbcebd000-0xbcfbcfff] (1048576 bytes)
[    0.187423] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.187423] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.187423] pinctrl core: initialized pinctrl subsystem
[    0.187423] RTC time: 19:06:48, date: 2019-04-24
[    0.187423] NET: Registered protocol family 16
[    0.187423] audit: initializing netlink subsys (disabled)
[    0.187423] audit: type=2000 audit(1556132808.206:1): state=initialized audit_enabled=0 res=1
[    0.187423] cpuidle: using governor ladder
[    0.190037] cpuidle: using governor menu
[    0.190130] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.190131] ACPI: bus type PCI registered
[    0.190133] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.190208] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.190221] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.190221] PCI: Using configuration type 1 for base access
[    0.190221] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.190264] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.190265] mtrr: probably your BIOS does not setup all CPUs.
[    0.190265] mtrr: corrected configuration.
[    0.191120] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.191120] ACPI: Added _OSI(Module Device)
[    0.191120] ACPI: Added _OSI(Processor Device)
[    0.191120] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.191120] ACPI: Added _OSI(Processor Aggregator Device)
[    0.191120] ACPI: Added _OSI(Linux-Dell-Video)
[    0.191120] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.191120] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.210413] ACPI: 5 ACPI AML tables successfully acquired and loaded
[    0.211943] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.227026] ACPI: Dynamic OEM Table Load:
[    0.227033] ACPI: SSDT 0xFFFF8DD47437F800 00069C (v01 PmRef  Cpu0Cst  00003001 INTL 20060912)
[    0.227648] ACPI: Dynamic OEM Table Load:
[    0.227653] ACPI: SSDT 0xFFFF8DD4743D6000 000303 (v01 PmRef  ApIst    00003000 INTL 20060912)
[    0.228032] ACPI: Dynamic OEM Table Load:
[    0.228036] ACPI: SSDT 0xFFFF8DD473D50C00 000119 (v01 PmRef  ApCst    00003000 INTL 20060912)
[    0.229255] ACPI: EC: EC started
[    0.229256] ACPI: EC: interrupt blocked
[    0.668731] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
[    0.668734] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.668735] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
[    0.668736] ACPI: Interpreter enabled
[    0.668759] ACPI: (supports S0 S3 S4 S5)
[    0.668760] ACPI: Using IOAPIC for interrupt routing
[    0.668785] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.669149] ACPI: Enabled 8 GPEs in block 00 to 3F
[    0.671962] ACPI: Power Resource [APPR] (off)
[    0.674545] ACPI: Power Resource [COMP] (off)
[    0.674881] ACPI: Power Resource [LPP] (off)
[    0.679081] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.679087] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.680392] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
[    0.682298] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.682299] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.682991] PCI host bridge to bus 0000:00
[    0.682993] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.682995] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.682996] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.682997] pci_bus 0000:00: root bus resource [mem 0xbfa00000-0xdfffffff window]
[    0.682999] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfedfffff window]
[    0.683000] pci_bus 0000:00: root bus resource [mem 0xfee01000-0xffffffff window]
[    0.683002] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.683010] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
[    0.683120] pci 0000:00:02.0: [8086:0126] type 00 class 0x030000
[    0.683130] pci 0000:00:02.0: reg 0x10: [mem 0xd4000000-0xd43fffff 64bit]
[    0.683136] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.683140] pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
[    0.683262] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[    0.683288] pci 0000:00:16.0: reg 0x10: [mem 0xd4824000-0xd482400f 64bit]
[    0.683376] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.683470] pci 0000:00:16.3: [8086:1c3d] type 00 class 0x070002
[    0.683491] pci 0000:00:16.3: reg 0x10: [io  0x4090-0x4097]
[    0.683501] pci 0000:00:16.3: reg 0x14: [mem 0xd482b000-0xd482bfff]
[    0.683665] pci 0000:00:19.0: [8086:1502] type 00 class 0x020000
[    0.683685] pci 0000:00:19.0: reg 0x10: [mem 0xd4800000-0xd481ffff]
[    0.683694] pci 0000:00:19.0: reg 0x14: [mem 0xd482a000-0xd482afff]
[    0.683703] pci 0000:00:19.0: reg 0x18: [io  0x4060-0x407f]
[    0.683771] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.683863] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[    0.683886] pci 0000:00:1a.0: reg 0x10: [mem 0xd4829000-0xd48293ff]
[    0.683978] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.684073] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[    0.684096] pci 0000:00:1b.0: reg 0x10: [mem 0xd4820000-0xd4823fff 64bit]
[    0.684181] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.684276] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[    0.684377] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.684478] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
[    0.684616] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.684716] pci 0000:00:1c.2: [8086:1c14] type 01 class 0x060400
[    0.684814] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.684913] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
[    0.685012] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.685114] pci 0000:00:1c.7: [8086:1c1e] type 01 class 0x060400
[    0.685213] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[    0.685312] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[    0.685334] pci 0000:00:1d.0: reg 0x10: [mem 0xd4828000-0xd48283ff]
[    0.685427] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.685522] pci 0000:00:1f.0: [8086:1c4f] type 00 class 0x060100
[    0.685722] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
[    0.685741] pci 0000:00:1f.2: reg 0x10: [io  0x4088-0x408f]
[    0.685749] pci 0000:00:1f.2: reg 0x14: [io  0x409c-0x409f]
[    0.685757] pci 0000:00:1f.2: reg 0x18: [io  0x4080-0x4087]
[    0.685765] pci 0000:00:1f.2: reg 0x1c: [io  0x4098-0x409b]
[    0.685773] pci 0000:00:1f.2: reg 0x20: [io  0x4040-0x405f]
[    0.685781] pci 0000:00:1f.2: reg 0x24: [mem 0xd4827000-0xd48277ff]
[    0.685830] pci 0000:00:1f.2: PME# supported from D3hot
[    0.685961] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.685968] pci 0000:00:1c.0:   bridge window [mem 0xd4700000-0xd47fffff]
[    0.686093] pci 0000:00:1c.1: PCI bridge to [bus 02-22]
[    0.686097] pci 0000:00:1c.1:   bridge window [io  0x2000-0x3fff]
[    0.686101] pci 0000:00:1c.1:   bridge window [mem 0xd0000000-0xd3ffffff]
[    0.686206] pci 0000:00:1c.2: PCI bridge to [bus 23]
[    0.686212] pci 0000:00:1c.2:   bridge window [mem 0xd4600000-0xd46fffff]
[    0.686423] pci 0000:24:00.0: [8086:0085] type 00 class 0x028000
[    0.686627] pci 0000:24:00.0: reg 0x10: [mem 0xd4500000-0xd4501fff 64bit]
[    0.687493] pci 0000:24:00.0: PME# supported from D0 D3hot D3cold
[    0.687899] pci 0000:00:1c.3: PCI bridge to [bus 24]
[    0.687906] pci 0000:00:1c.3:   bridge window [mem 0xd4500000-0xd45fffff]
[    0.687980] pci 0000:25:00.0: [1033:0194] type 00 class 0x0c0330
[    0.688050] pci 0000:25:00.0: reg 0x10: [mem 0xd4400000-0xd4401fff 64bit]
[    0.688344] pci 0000:25:00.0: PME# supported from D0 D3hot D3cold
[    0.688504] pci 0000:00:1c.7: PCI bridge to [bus 25]
[    0.688510] pci 0000:00:1c.7:   bridge window [mem 0xd4400000-0xd44fffff]
[    0.689686] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[    0.689759] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[    0.689830] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[    0.689899] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.689969] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[    0.690042] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.690116] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 *5 6 7 10 12 14 15)
[    0.690185] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.690697] ACPI: EC: interrupt unblocked
[    0.690707] ACPI: EC: event unblocked
[    0.690728] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.690729] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
[    0.690809] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.690809] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.690809] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.690809] vgaarb: loaded
[    0.690809] ACPI: bus type USB registered
[    0.690809] usbcore: registered new interface driver usbfs
[    0.690809] usbcore: registered new interface driver hub
[    0.690809] usbcore: registered new device driver usb
[    0.690809] pps_core: LinuxPPS API ver. 1 registered
[    0.690809] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.690809] PTP clock support registered
[    0.690809] EDAC MC: Ver: 3.0.0
[    0.690809] PCI: Using ACPI for IRQ routing
[    0.697942] PCI: pci_cache_line_size set to 64 bytes
[    0.698039] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
[    0.698040] e820: reserve RAM buffer [mem 0xbc6bd000-0xbfffffff]
[    0.698041] e820: reserve RAM buffer [mem 0xbd000000-0xbfffffff]
[    0.698042] e820: reserve RAM buffer [mem 0x23e000000-0x23fffffff]
[    0.698140] NetLabel: Initializing
[    0.698141] NetLabel:  domain hash size = 128
[    0.698142] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.698156] NetLabel:  unlabeled traffic allowed by default
[    0.698165] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.698165] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.700035] clocksource: Switched to clocksource tsc-early
[    0.710890] VFS: Disk quotas dquot_6.6.0
[    0.710909] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.710982] pnp: PnP ACPI init
[    0.711220] system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.711222] system 00:00: [mem 0xfed10000-0xfed17fff] could not be reserved
[    0.711224] system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.711225] system 00:00: [mem 0x00000000-0x00000fff] could not be reserved
[    0.711227] system 00:00: [mem 0xbfa00000-0xbfa00fff] has been reserved
[    0.711229] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.711230] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.711232] system 00:00: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.711234] system 00:00: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.711235] system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.711241] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.711411] pnp 00:01: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
[    0.711496] system 00:02: [io  0x0200-0x027f] has been reserved
[    0.711498] system 00:02: [io  0x1000-0x100f] has been reserved
[    0.711500] system 00:02: [io  0xffff] has been reserved
[    0.711501] system 00:02: [io  0xffff] has been reserved
[    0.711503] system 00:02: [io  0x0400-0x047f] has been reserved
[    0.711504] system 00:02: [io  0x0500-0x057f] has been reserved
[    0.711506] system 00:02: [io  0xef80-0xef9f] has been reserved
[    0.711510] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.711535] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.711698] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.711720] pnp 00:05: Plug and Play ACPI device, IDs SYN017b SYN0100 SYN0002 PNP0f13 (active)
[    0.712319] pnp: PnP ACPI: found 6 devices
[    0.718174] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.718197] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02-22] add_size 200000 add_align 100000
[    0.718227] pci 0000:00:1c.1: BAR 15: assigned [mem 0xbfb00000-0xbfcfffff 64bit pref]
[    0.718229] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.718235] pci 0000:00:1c.0:   bridge window [mem 0xd4700000-0xd47fffff]
[    0.718243] pci 0000:00:1c.1: PCI bridge to [bus 02-22]
[    0.718246] pci 0000:00:1c.1:   bridge window [io  0x2000-0x3fff]
[    0.718251] pci 0000:00:1c.1:   bridge window [mem 0xd0000000-0xd3ffffff]
[    0.718255] pci 0000:00:1c.1:   bridge window [mem 0xbfb00000-0xbfcfffff 64bit pref]
[    0.718261] pci 0000:00:1c.2: PCI bridge to [bus 23]
[    0.718266] pci 0000:00:1c.2:   bridge window [mem 0xd4600000-0xd46fffff]
[    0.718275] pci 0000:00:1c.3: PCI bridge to [bus 24]
[    0.718279] pci 0000:00:1c.3:   bridge window [mem 0xd4500000-0xd45fffff]
[    0.718288] pci 0000:00:1c.7: PCI bridge to [bus 25]
[    0.718293] pci 0000:00:1c.7:   bridge window [mem 0xd4400000-0xd44fffff]
[    0.718301] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.718303] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.718304] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.718306] pci_bus 0000:00: resource 7 [mem 0xbfa00000-0xdfffffff window]
[    0.718307] pci_bus 0000:00: resource 8 [mem 0xf0000000-0xfedfffff window]
[    0.718309] pci_bus 0000:00: resource 9 [mem 0xfee01000-0xffffffff window]
[    0.718310] pci_bus 0000:01: resource 1 [mem 0xd4700000-0xd47fffff]
[    0.718312] pci_bus 0000:02: resource 0 [io  0x2000-0x3fff]
[    0.718313] pci_bus 0000:02: resource 1 [mem 0xd0000000-0xd3ffffff]
[    0.718315] pci_bus 0000:02: resource 2 [mem 0xbfb00000-0xbfcfffff 64bit pref]
[    0.718316] pci_bus 0000:23: resource 1 [mem 0xd4600000-0xd46fffff]
[    0.718318] pci_bus 0000:24: resource 1 [mem 0xd4500000-0xd45fffff]
[    0.718319] pci_bus 0000:25: resource 1 [mem 0xd4400000-0xd44fffff]
[    0.718438] NET: Registered protocol family 2
[    0.718606] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[    0.718638] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.718762] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.718879] TCP: Hash tables configured (established 65536 bind 65536)
[    0.718923] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.718949] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.719019] NET: Registered protocol family 1
[    0.719024] NET: Registered protocol family 44
[    0.719035] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.720197] PCI: CLS 64 bytes, default 64
[    0.720247] Unpacking initramfs...
[    0.900965] Freeing initrd memory: 11700K
[    0.923407] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.923414] software IO TLB: mapped [mem 0xb86bd000-0xbc6bd000] (64MB)
[    0.923617] check: Scanning for low memory corruption every 60 seconds
[    0.924183] Initialise system trusted keyrings
[    0.924192] Key type blacklist registered
[    0.924248] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[    0.925502] zbud: loaded
[    0.969011] Key type asymmetric registered
[    0.969013] Asymmetric key parser 'x509' registered
[    0.969028] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    0.969071] io scheduler mq-deadline registered
[    0.969072] io scheduler kyber registered
[    0.969129] io scheduler bfq registered
[    0.969628] pcieport 0000:00:1c.0: Signaling PME with IRQ 26
[    0.969920] pcieport 0000:00:1c.1: Signaling PME with IRQ 27
[    0.969947] pciehp 0000:00:1c.1:pcie004: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[    0.970284] pcieport 0000:00:1c.2: Signaling PME with IRQ 28
[    0.970554] pcieport 0000:00:1c.3: Signaling PME with IRQ 29
[    0.970654] pcieport 0000:00:1c.7: Signaling PME with IRQ 30
[    0.970713] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.970792] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[    0.970793] vesafb: scrolling: redraw
[    0.970794] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.970807] vesafb: framebuffer at 0xc0000000, mapped to 0x(____ptrval____), using 3072k, total 3072k
[    0.970848] fbcon: Deferring console take-over
[    0.970849] fb0: VESA VGA frame buffer device
[    0.970864] intel_idle: MWAIT substates: 0x21120
[    0.970865] intel_idle: v0.4.1 model 0x2A
[    0.971064] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.971134] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.971142] ACPI: Sleep Button [SLPB]
[    0.971176] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    0.971182] ACPI: Lid Switch [LID]
[    0.971215] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.976714] ACPI: Power Button [PWRF]
[    1.001390] thermal LNXTHERM:00: registered as thermal_zone0
[    1.001391] ACPI: Thermal Zone [CPUZ] (60 C)
[    1.025468] thermal LNXTHERM:01: registered as thermal_zone1
[    1.025470] ACPI: Thermal Zone [GFXZ] (0 C)
[    1.040503] thermal LNXTHERM:02: registered as thermal_zone2
[    1.040504] ACPI: Thermal Zone [EXTZ] (44 C)
[    1.055528] thermal LNXTHERM:03: registered as thermal_zone3
[    1.055530] ACPI: Thermal Zone [LOCZ] (40 C)
[    1.070648] thermal LNXTHERM:04: registered as thermal_zone4
[    1.070650] ACPI: Thermal Zone [BATZ] (20 C)
[    1.071067] thermal LNXTHERM:05: registered as thermal_zone5
[    1.071068] ACPI: Thermal Zone [PCHZ] (0 C)
[    1.071324] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.092766] 0000:00:16.3: ttyS0 at I/O 0x4090 (irq = 17, base_baud = 115200) is a 16550A
[    1.093850] usbcore: registered new interface driver usbserial_generic
[    1.093855] usbserial: USB Serial support registered for generic
[    1.093875] rtc_cmos 00:03: RTC can wake from S4
[    1.094055] rtc_cmos 00:03: registered as rtc0
[    1.094071] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.094120] intel_pstate: Intel P-state driver initializing
[    1.094466] ledtrig-cpu: registered to indicate activity on CPUs
[    1.095163] NET: Registered protocol family 10
[    1.117005] Segment Routing with IPv6
[    1.117076] NET: Registered protocol family 17
[    1.118376] RAS: Correctable Errors collector initialized.
[    1.118456] microcode: sig=0x206a7, pf=0x10, revision=0x1a
[    1.118684] microcode: Microcode Update Driver: v2.2.
[    1.118723] sched_clock: Marking stable (1138640796, -19985767)->(1133615692, -14960663)
[    1.119260] registered taskstats version 1
[    1.119273] Loading compiled-in X.509 certificates
[    1.132504] Loaded X.509 cert 'Build time autogenerated kernel key: a613bb265ebe773728d6b4e3d9200a98a2ea3c1f'
[    1.132577] zswap: loaded using pool lzo/zbud
[    1.141361] Key type big_key registered
[    1.142055]   Magic number: 15:870:142
[    1.142139] acpi device:13: hash matches
[    1.142258] rtc_cmos 00:03: setting system clock to 2019-04-24T19:06:49 UTC (1556132809)
[    1.145421] Freeing unused decrypted memory: 2040K
[    1.146213] Freeing unused kernel image memory: 1548K
[    1.193567] Write protecting the kernel read-only data: 18432k
[    1.195051] Freeing unused kernel image memory: 2016K
[    1.195446] Freeing unused kernel image memory: 340K
[    1.209850] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.209852] x86/mm: Checking user space page tables
[    1.218012] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.218014] Run /init as init process
[    1.277701] Linux agpgart interface v0.103
[    1.323669] VFIO - User Level meta-driver version: 0.3
[    1.382039] checking generic (c0000000 300000) vs hw (c0000000 10000000)
[    1.382040] fb0: switching to inteldrmfb from VESA VGA
[    1.382096] [drm] Replacing VGA console driver
[    1.383134] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.383135] [drm] Driver supports precise vblank timestamp query.
[    1.383776] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    1.413486] [drm] Initialized i915 1.6.0 20181204 for 0000:00:02.0 on minor 0
[    1.417846] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    1.422892] acpi device:0b: registered as cooling_device4
[    1.423035] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input3
[    1.439599] fbcon: inteldrmfb (fb0) is primary device
[    1.439613] fbcon: Deferring console take-over
[    1.439619] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    1.550395] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.552336] i8042: Detected active multiplexing controller, rev 1.1
[    1.553117] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.553177] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    1.553214] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    1.553248] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    1.553283] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    1.560117] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.561646] ehci-pci: EHCI PCI platform driver
[    1.561966] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    1.561974] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.561988] ehci-pci 0000:00:1a.0: debug port 2
[    1.565897] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    1.565921] ehci-pci 0000:00:1a.0: irq 16, io mem 0xd4829000
[    1.569504] SCSI subsystem initialized
[    1.576779] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.576844] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00
[    1.576847] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.576849] usb usb1: Product: EHCI Host Controller
[    1.576850] usb usb1: Manufacturer: Linux 5.0.9-arch1-1-ARCH ehci_hcd
[    1.576852] usb usb1: SerialNumber: 0000:00:1a.0
[    1.576992] hub 1-0:1.0: USB hub found
[    1.576998] hub 1-0:1.0: 3 ports detected
[    1.577183] xhci_hcd 0000:25:00.0: xHCI Host Controller
[    1.577193] xhci_hcd 0000:25:00.0: new USB bus registered, assigned bus number 2
[    1.577353] xhci_hcd 0000:25:00.0: hcc params 0x014042cb hci version 0x96 quirks 0x0000000000000004
[    1.577676] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00
[    1.577678] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.577679] usb usb2: Product: xHCI Host Controller
[    1.577680] usb usb2: Manufacturer: Linux 5.0.9-arch1-1-ARCH xhci-hcd
[    1.577681] usb usb2: SerialNumber: 0000:25:00.0
[    1.577772] hub 2-0:1.0: USB hub found
[    1.577783] hub 2-0:1.0: 2 ports detected
[    1.577889] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    1.577902] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 3
[    1.577903] xhci_hcd 0000:25:00.0: xHCI Host Controller
[    1.577907] xhci_hcd 0000:25:00.0: new USB bus registered, assigned bus number 4
[    1.577911] xhci_hcd 0000:25:00.0: Host supports USB 3.0  SuperSpeed
[    1.577921] ehci-pci 0000:00:1d.0: debug port 2
[    1.581230] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.581265] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.00
[    1.581267] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.581269] usb usb4: Product: xHCI Host Controller
[    1.581270] usb usb4: Manufacturer: Linux 5.0.9-arch1-1-ARCH xhci-hcd
[    1.581272] usb usb4: SerialNumber: 0000:25:00.0
[    1.581539] hub 4-0:1.0: USB hub found
[    1.581558] hub 4-0:1.0: 2 ports detected
[    1.581992] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    1.581998] ehci-pci 0000:00:1d.0: irq 16, io mem 0xd4828000
[    1.582744] libata version 3.00 loaded.
[    1.592192] ahci 0000:00:1f.2: version 3.0
[    1.593364] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.593406] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00
[    1.593408] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.593409] usb usb3: Product: EHCI Host Controller
[    1.593411] usb usb3: Manufacturer: Linux 5.0.9-arch1-1-ARCH ehci_hcd
[    1.593412] usb usb3: SerialNumber: 0000:00:1d.0
[    1.593550] hub 3-0:1.0: USB hub found
[    1.593558] hub 3-0:1.0: 3 ports detected
[    1.602636] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0xb impl SATA mode
[    1.602653] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst 
[    1.613576] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    1.621376] scsi host0: ahci
[    1.621720] scsi host1: ahci
[    1.621932] scsi host2: ahci
[    1.622229] scsi host3: ahci
[    1.622480] scsi host4: ahci
[    1.622793] scsi host5: ahci
[    1.622930] ata1: SATA max UDMA/133 abar m2048@0xd4827000 port 0xd4827100 irq 37
[    1.622935] ata2: SATA max UDMA/133 abar m2048@0xd4827000 port 0xd4827180 irq 37
[    1.622937] ata3: DUMMY
[    1.622941] ata4: SATA max UDMA/133 abar m2048@0xd4827000 port 0xd4827280 irq 37
[    1.622943] ata5: DUMMY
[    1.622944] ata6: DUMMY
[    1.906809] usb 2-2: new full-speed USB device number 2 using xhci_hcd
[    1.906858] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.923468] usb 3-1: new high-speed USB device number 2 using ehci-pci
[    1.927028] tsc: Refined TSC clocksource calibration: 2594.105 MHz
[    1.927062] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x25647b4be9b, max_idle_ns: 440795242141 ns
[    1.927125] clocksource: Switched to clocksource tsc
[    1.937382] ata4: SATA link down (SStatus 0 SControl 300)
[    1.937492] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.937544] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.938998] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[    1.939311] ata1.00: NCQ Send/Recv Log not supported
[    1.939317] ata1.00: ATA-10: Verbatim Vi500 S3 240GB SSD, R1029A, max UDMA/133
[    1.939322] ata1.00: 468862128 sectors, multi 0: LBA48 NCQ (depth 32), AA
[    1.940831] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[    1.941123] ata1.00: NCQ Send/Recv Log not supported
[    1.941139] ata1.00: configured for UDMA/133
[    1.942682] ata2.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[    1.942690] ata2.00: ATAPI: hp       DVDRAM GT50N, MP01, max UDMA/100
[    1.950083] ata2.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[    1.950113] ata2.00: configured for UDMA/100
[    1.951848] scsi 0:0:0:0: Direct-Access     ATA      Verbatim Vi500 S 9A   PQ: 0 ANSI: 5
[    1.964854] scsi 1:0:0:0: CD-ROM            hp       DVDRAM GT50N     MP01 PQ: 0 ANSI: 5
[    2.018229] sd 0:0:0:0: [sda] 468862128 512-byte logical blocks: (240 GB/224 GiB)
[    2.018252] sd 0:0:0:0: [sda] Write Protect is off
[    2.018256] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.018288] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.018974]  sda: sda1 sda2 sda3
[    2.019441] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.044092] random: fast init done
[    2.049088] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.049095] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.049392] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    2.053804] usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[    2.053810] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.054108] hub 1-1:1.0: USB hub found
[    2.054186] hub 1-1:1.0: 6 ports detected
[    2.070853] usb 3-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[    2.070862] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.071291] hub 3-1:1.0: USB hub found
[    2.071510] hub 3-1:1.0: 8 ports detected
[    2.085838] usb 2-2: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01
[    2.085844] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.085848] usb 2-2: Product: USB Receiver
[    2.085852] usb 2-2: Manufacturer: Logitech
[    2.108222] hidraw: raw HID events driver (C) Jiri Kosina
[    2.149290] usbcore: registered new interface driver usbhid
[    2.149293] usbhid: USB HID core driver
[    2.153256] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1c.7/0000:25:00.0/usb2/2-2/2-2:1.0/0003:046D:C534.0001/input/input9
[    2.207202] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:25:00.0-2/input0
[    2.208169] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:1c.7/0000:25:00.0/usb2/2-2/2-2:1.1/0003:046D:C534.0002/input/input10
[    2.208304] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:1c.7/0000:25:00.0/usb2/2-2/2-2:1.1/0003:046D:C534.0002/input/input11
[    2.263621] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:1c.7/0000:25:00.0/usb2/2-2/2-2:1.1/0003:046D:C534.0002/input/input12
[    2.263912] hid-generic 0003:046D:C534.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:25:00.0-2/input1
[    2.356802] usb 3-1.4: new high-speed USB device number 3 using ehci-pci
[    2.446444] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    2.591229] usb 3-1.4: New USB device found, idVendor=1bcf, idProduct=2805, bcdDevice=20.17
[    2.591237] usb 3-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.591243] usb 3-1.4: Product: HP HD Webcam [Fixed]
[    2.591249] usb 3-1.4: Manufacturer: DCPME024P2W7PD
[    2.695073] systemd[1]: systemd 242.0-1-arch 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.710400] systemd[1]: Detected architecture x86-64.
[    2.715842] systemd[1]: Set hostname to <t111nemesis>.
[    2.836752] usb 3-1.6: new full-speed USB device number 4 using ehci-pci
[    2.921698] systemd[1]: plymouth-start.service: Found ordering cycle on plymouth-start.path/start
[    2.921706] systemd[1]: plymouth-start.service: Found dependency on sysinit.target/start
[    2.921711] systemd[1]: plymouth-start.service: Found dependency on cryptsetup.target/start
[    2.921716] systemd[1]: plymouth-start.service: Found dependency on systemd-ask-password-console.path/start
[    2.921720] systemd[1]: plymouth-start.service: Found dependency on plymouth-start.service/start
[    2.921725] systemd[1]: plymouth-start.service: Job plymouth-start.path/start deleted to break ordering cycle starting with plymouth-start.service/start
[    2.922761] random: systemd: uninitialized urandom read (16 bytes read)
[    2.922871] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    2.922895] random: systemd: uninitialized urandom read (16 bytes read)
[    2.922922] random: systemd: uninitialized urandom read (16 bytes read)
[    2.938229] usb 3-1.6: New USB device found, idVendor=03f0, idProduct=231d, bcdDevice= 3.06
[    2.938233] usb 3-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.938235] usb 3-1.6: Product: HP Integrated Module
[    2.938237] usb 3-1.6: Manufacturer: Broadcom Corp
[    2.945710] EXT4-fs (sda1): re-mounted. Opts: (null)
[    2.971554] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.971616] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    2.981119] Asymmetric key parser 'pkcs8' registered
[    2.991455] vboxdrv: loading out-of-tree module taints kernel.
[    2.991647] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
[    2.998706] vboxdrv: Found 4 processor cores
[    3.020213] vboxdrv: TSC mode is Invariant, tentative frequency 2594104102 Hz
[    3.020214] vboxdrv: Successfully loaded version 6.0.6 (interface 0x00290008)
[    3.021755] VBoxPciLinuxInit
[    3.021761] vboxpci: IOMMU not found (not registered)
[    3.022685] VBoxNetAdp: Successfully started.
[    3.023821] VBoxNetFlt: Successfully started.
[    3.185480] audit: type=1130 audit(1556132811.538:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.195336] systemd-journald[297]: Received request to flush runtime journal from PID 1
[    3.402576] audit: type=1130 audit(1556132811.754:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.442160] audit: type=1130 audit(1556132811.794:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.442172] audit: type=1131 audit(1556132811.794:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.478560] ACPI: AC Adapter [AC] (on-line)
[    3.494238] battery: ACPI: Battery Slot [BAT0] (battery absent)
[    3.494353] battery: ACPI: Battery Slot [BAT1] (battery absent)
[    3.521616] audit: type=1130 audit(1556132811.874:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.544131] hp_accel: hardware type HPB64xx found
[    3.544800] lis3lv02d: 8 bits 3DC sensor found
[    3.551671] audit: type=1130 audit(1556132811.904:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.558837] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20181213/utaddress-213)
[    3.558844] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    3.558847] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20181213/utaddress-213)
[    3.558866] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    3.558868] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20181213/utaddress-213)
[    3.558872] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    3.558873] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20181213/utaddress-213)
[    3.558877] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    3.558878] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    3.573860] audit: type=1130 audit(1556132811.928:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.586771] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input15
[    3.599543] tpm_tis 00:01: 1.2 TPM (device-id 0xB, rev-id 16)
[    3.603504] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    3.603506] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    3.604478] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    3.641984] input: PC Speaker as /devices/platform/pcspkr/input/input16
[    3.642165] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    3.658218] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
[    3.658220] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[    3.658222] RAPL PMU: hw unit of domain package 2^-16 Joules
[    3.658222] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
[    3.660110] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    3.661136] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    3.661139] cfg80211: failed to load regulatory.db
[    3.721897] cryptd: max_cpu_qlen set to 1000
[    3.732008] Adding 16777212k swap on /dev/sda2.  Priority:-2 extents:1 across:16777212k SSFS
[    3.756287] AVX version of gcm_enc/dec engaged.
[    3.756289] AES CTR mode by8 optimization enabled
[    3.762551] Bluetooth: Core ver 2.22
[    3.762570] NET: Registered protocol family 31
[    3.762571] Bluetooth: HCI device and connection manager initialized
[    3.762575] Bluetooth: HCI socket layer initialized
[    3.762577] Bluetooth: L2CAP socket layer initialized
[    3.762581] Bluetooth: SCO socket layer initialized
[    3.801937] iTCO_vendor_support: vendor-support=0
[    3.806223] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    3.806281] iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
[    3.806363] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    3.806558] Intel(R) Wireless WiFi driver for Linux
[    3.806559] Copyright(c) 2003- 2015 Intel Corporation
[    3.825475] iwlwifi 0000:24:00.0: can't disable ASPM; OS doesn't have ASPM control
[    3.835375] iwlwifi 0000:24:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm
[    3.841468] usbcore: registered new interface driver btusb
[    3.846520] audit: type=1130 audit(1556132812.198:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.859153] audit: type=1130 audit(1556132812.211:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-e8ca300a\x2d6784\x2d4bb3\x2d9627\x2dfb4244f1d3eb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.869616] hp_wmi: query 0xd returned error 0x5
[    3.869695] input: HP WMI hotkeys as /devices/virtual/input/input18
[    3.875727] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[    3.878338] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
[    3.891477] snd_hda_intel 0000:00:1b.0: Linked as a consumer to 0000:00:02.0
[    3.891529] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    3.949761] snd_hda_codec_idt hdaudioC0D0: autoconfig for 92HD81B1X5: line_outs=1 (0xa/0x0/0x0/0x0/0x0) type:line
[    3.949765] snd_hda_codec_idt hdaudioC0D0:    speaker_outs=1 (0xd/0x0/0x0/0x0/0x0)
[    3.949767] snd_hda_codec_idt hdaudioC0D0:    hp_outs=1 (0xb/0x0/0x0/0x0/0x0)
[    3.949769] snd_hda_codec_idt hdaudioC0D0:    mono: mono_out=0x0
[    3.949770] snd_hda_codec_idt hdaudioC0D0:    inputs:
[    3.949773] snd_hda_codec_idt hdaudioC0D0:      Mic=0xc
[    3.949775] snd_hda_codec_idt hdaudioC0D0:      Internal Mic=0x11
[    3.949777] snd_hda_codec_idt hdaudioC0D0:      Line=0xf
[    3.992731] iwlwifi 0000:24:00.0: CONFIG_IWLWIFI_DEBUG enabled
[    3.992734] iwlwifi 0000:24:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
[    3.992735] iwlwifi 0000:24:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[    3.992738] iwlwifi 0000:24:00.0: Detected Intel(R) Centrino(R) Advanced-N 6205 AGN, REV=0xB0
[    4.010333] mousedev: PS/2 mouse device common for all mice
[    4.022767] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input19
[    4.026255] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input20
[    4.026328] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input21
[    4.026394] input: HDA Intel PCH Dock Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input22
[    4.026460] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input23
[    4.026526] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input24
[    4.026589] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input25
[    4.026661] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input26
[    4.054053] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[    4.066483] iwlwifi 0000:24:00.0 wlo1: renamed from wlan0
[    4.092925] intel_rapl: Found RAPL domain package
[    4.092928] intel_rapl: Found RAPL domain core
[    4.092929] intel_rapl: Found RAPL domain uncore
[    4.092934] intel_rapl: RAPL package 0 domain package locked by BIOS
[    4.104450] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) a0:b3:cc:29:9e:4e
[    4.104459] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[    4.104491] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: FFFFFF-0FF
[    4.127912] e1000e 0000:00:19.0 enp0s25: renamed from eth0
[    4.181559] pktcdvd: pktcdvd0: writer mapped to sr0
[    4.239441] media: Linux media interface: v0.10
[    4.265501] videodev: Linux video capture interface: v2.00
[    4.308255] uvcvideo: Found UVC 1.00 device HP HD Webcam [Fixed] (1bcf:2805)
[    4.349750] uvcvideo 3-1.4:1.0: Entity type for entity Extension 4 was not initialized!
[    4.349753] uvcvideo 3-1.4:1.0: Entity type for entity Extension 3 was not initialized!
[    4.349755] uvcvideo 3-1.4:1.0: Entity type for entity Processing 2 was not initialized!
[    4.349757] uvcvideo 3-1.4:1.0: Entity type for entity Camera 1 was not initialized!
[    4.349858] input: HP HD Webcam [Fixed]: HP HD Web as /devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.4/3-1.4:1.0/input/input27
[    4.349981] usbcore: registered new interface driver uvcvideo
[    4.349982] USB Video Class driver (1.1.1)
[    4.551505] iwlwifi 0000:24:00.0: Radio type=0x1-0x2-0x0
[    4.629758] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input17
[    4.842823] iwlwifi 0000:24:00.0: Radio type=0x1-0x2-0x0
[    4.948121] iwlwifi 0000:24:00.0: Radio type=0x1-0x2-0x0
[    5.249401] iwlwifi 0000:24:00.0: Radio type=0x1-0x2-0x0
[    5.384642] kauditd_printk_skb: 21 callbacks suppressed
[    5.384646] audit: type=1130 audit(1556132813.738:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.441829] psmouse serio4: synaptics: queried max coordinates: x [..5728], y [..4916]
[    5.464316] audit: type=1130 audit(1556132813.818:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.511864] psmouse serio4: synaptics: Touchpad model: 1, fw: 7.5, id: 0x1e0b1, caps: 0xd00073/0x640000/0xa0400/0x0, board id: 1623, fw id: 790122
[    5.557104] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input30
[    8.456059] e1000e: enp0s25 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[    8.456118] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s25: link becomes ready
[    9.273435] audit: type=1131 audit(1556132817.628:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.341090] e1000e 0000:00:19.0 enp0s25: Detected Hardware Unit Hang:
                 TDH                  <0>
                 TDT                  <1>
                 next_to_use          <1>
                 next_to_clean        <0>
               buffer_info[next_to_clean]:
                 time_stamp           <fffeaa8e>
                 next_to_watch        <0>
                 jiffies              <fffeadc0>
                 next_to_watch.status <0>
               MAC Status             <80080>
               PHY Status             <7949>
               PHY 1000BASE-T Status  <c00>
               PHY Extended Status    <3000>
               PCI Status             <10>
[   12.225799] e1000e: enp0s25 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[   14.985156] audit: type=1131 audit(1556132823.338:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   34.478787] audit: type=1131 audit(1556132842.832:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   38.242114] random: crng init done
[   38.242119] random: 7 urandom warning(s) missed due to ratelimiting
[   39.490488] audit: type=1130 audit(1556132847.845:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@975 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   39.504949] audit: type=1006 audit(1556132847.859:38): pid=690 uid=0 old-auid=4294967295 auid=975 tty=(none) old-ses=4294967295 ses=1 res=1
[   39.574046] audit: type=1130 audit(1556132847.929:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@975 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   41.209872] audit: type=1130 audit(1556132849.565:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   41.396707] audit: type=1130 audit(1556132849.752:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   54.763708] audit: type=1006 audit(1556132863.119:42): pid=749 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   54.789192] audit: type=1130 audit(1556132863.146:43): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   54.801316] audit: type=1006 audit(1556132863.156:44): pid=753 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
[   54.846061] audit: type=1130 audit(1556132863.202:45): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   56.484119] audit: type=1130 audit(1556132864.839:46): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   57.744424] fuse init (API version 7.28)
[   60.439547] audit: type=1130 audit(1556132868.796:47): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=packagekit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   64.976246] audit: type=1131 audit(1556132873.329:48): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@975 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   64.984865] audit: type=1131 audit(1556132873.339:49): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@975 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   95.503589] audit: type=1111 audit(1556132903.860:50): pid=501 uid=0 auid=4294967295 ses=4294967295 msg='op=statistics arg="refresh-rate-ms" pid=853 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
[   96.159673] audit: type=1111 audit(1556132904.517:51): pid=501 uid=0 auid=4294967295 ses=4294967295 msg='op=statistics arg="refresh-rate-ms" pid=853 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
[  101.077264] audit: type=1111 audit(1556132909.434:52): pid=501 uid=0 auid=4294967295 ses=4294967295 msg='op=statistics arg="refresh-rate-ms" pid=853 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
[  107.058039] audit: type=1111 audit(1556132915.417:53): pid=501 uid=0 auid=4294967295 ses=4294967295 msg='op=statistics arg="refresh-rate-ms" pid=853 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
[  145.399790] audit: type=1325 audit(1556132953.758:54): table=filter family=2 entries=4
[  145.403288] audit: type=1325 audit(1556132953.762:55): table=filter family=2 entries=6
[  145.407030] audit: type=1325 audit(1556132953.765:56): table=filter family=2 entries=8
[  145.409734] audit: type=1325 audit(1556132953.768:57): table=filter family=2 entries=10
[  145.411896] audit: type=1325 audit(1556132953.768:58): table=filter family=2 entries=12
[  145.414066] audit: type=1325 audit(1556132953.772:59): table=filter family=2 entries=14
[  145.416961] audit: type=1325 audit(1556132953.775:60): table=filter family=2 entries=16
[  145.419231] audit: type=1325 audit(1556132953.775:61): table=filter family=10 entries=4
[  145.422813] audit: type=1325 audit(1556132953.782:62): table=filter family=2 entries=18
[  145.425516] audit: type=1325 audit(1556132953.782:63): table=filter family=2 entries=19
[  147.162355] tun: Universal TUN/TAP device driver, 1.6
[  157.986970] kauditd_printk_skb: 18 callbacks suppressed
[  157.986972] audit: type=1131 audit(1556132966.345:82): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  337.997628] iwlwifi 0000:24:00.0: Radio type=0x1-0x2-0x0
[  338.298331] iwlwifi 0000:24:00.0: Radio type=0x1-0x2-0x0
[  380.992435] audit: type=1130 audit(1556133189.355:83): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  390.982413] audit: type=1131 audit(1556133199.345:84): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  654.023397] iwlwifi 0000:24:00.0: Radio type=0x1-0x2-0x0
[  654.314473] iwlwifi 0000:24:00.0: Radio type=0x1-0x2-0x0
[  666.010768] audit: type=1131 audit(1556133474.361:85): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=packagekit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  923.039308] audit: type=1130 audit(1556133731.391:86): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  923.039313] audit: type=1131 audit(1556133731.391:87): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  970.004906] iwlwifi 0000:24:00.0: Radio type=0x1-0x2-0x0
[  970.296446] iwlwifi 0000:24:00.0: Radio type=0x1-0x2-0x0
[ 1285.993196] iwlwifi 0000:24:00.0: Radio type=0x1-0x2-0x0
[ 1286.284001] iwlwifi 0000:24:00.0: Radio type=0x1-0x2-0x0

Last edited by tlillenuit (2019-04-26 17:50:15)

Offline

#2 2019-04-24 19:44:01

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: [SOLVED] Painfully slow boot time


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2019-04-24 20:27:24

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 8,842
Website

Re: [SOLVED] Painfully slow boot time

Does disabling Plymouth improve things?

You could try installing (& enabling) haveged.

If that doesn't help then please post the output of

journalctl -u sddm

Jin, Jîyan, Azadî

Offline

#4 2019-04-26 17:53:11

tlillenuit
Member
From: Ireland
Registered: 2019-03-24
Posts: 28

Re: [SOLVED] Painfully slow boot time

Thank you, Head_on_a_Stick and jasonwryan!
Haveged seems to have solved the problem - I believe the system would wait for enough entropy to be generated by /dev/random, for boot-up delays weren't consistent with time needed to boot. Sometimes the gap would be 10 seconds, sometimes even 2 minutes. Brilliant. Now, my system boots up in less than 4 seconds again, and seems to have gained new levels of overall speediness :-)!

Last edited by tlillenuit (2019-04-26 17:54:06)

Offline

Board footer

Powered by FluxBB