You are not logged in.

#1 2017-09-28 12:56:44

LnX_Archer
Member
Registered: 2017-09-06
Posts: 33

e4rat-lite slows boot time by 20-30 seconds

I have finally managed to get e4rat-lite-collect to work properly, create a startup.log, run e4rat-lite-realloc (moving ~2000 files, changing defrag from ~1200 to 7) and then append e4rat-lite-preload to my kernel commands.
I have used bootchart2 and booted with and without e4rat-lite-preload and got the following results:
Normal boot (not e4rat-lite-preload)
E4rat boot

I do not have enough insight into the boot process to look at these and find the cause.

The images are huge, so if I can get you this in a more readable format, please tell me how.

Any help is appreciated, thanks!

Offline

#2 2017-09-28 13:01:55

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,523
Website

Re: e4rat-lite slows boot time by 20-30 seconds

See my post in your other thread.

I'm not sure how much insight is needed: without e4rat your boot is faster than with e4rat.  The cause is e4rat.  It's hindering systemd from doing what systemd is really good at.  Ditch e4rat.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#3 2017-09-28 13:06:39

LnX_Archer
Member
Registered: 2017-09-06
Posts: 33

Re: e4rat-lite slows boot time by 20-30 seconds

Trilby wrote:

See my post in your other thread.

I'm not sure how much insight is needed: without e4rat your boot is faster than with e4rat.  The cause is e4rat.  It's hindering systemd from doing what systemd is really good at.  Ditch e4rat.

Yeah, that is probably true. However, when my arch install boots slower than my previous windows 10 install, I feel that something can be done. If e4rat doesn't help, what could?

Offline

#4 2017-09-28 13:08:38

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,523
Website

Re: e4rat-lite slows boot time by 20-30 seconds

Could you post the output of `systemd-analyze critical-chain`?


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#5 2017-09-28 13:12:49

LnX_Archer
Member
Registered: 2017-09-06
Posts: 33

Re: e4rat-lite slows boot time by 20-30 seconds

Trilby wrote:

Could you post the output of `systemd-analyze critical-chain`?

Definitely! On my way home atm though, I'll do it later tonight. Thanks.

Last edited by LnX_Archer (2017-10-01 10:41:01)

Offline

#6 2017-10-01 10:41:48

LnX_Archer
Member
Registered: 2017-09-06
Posts: 33

Re: e4rat-lite slows boot time by 20-30 seconds

Trilby wrote:

Could you post the output of `systemd-analyze critical-chain`?

Here is the output from systemd-analyze critical-chain

graphical.target @24.782s
└─lightdm.service @24.375s +405ms
  └─systemd-user-sessions.service @24.370s +2ms
    └─network.target @24.370s
      └─NetworkManager.service @23.122s +1.247s
        └─dbus.service @22.605s
          └─basic.target @22.603s
            └─sockets.target @22.603s
              └─dbus.socket @22.603s
                └─sysinit.target @22.573s
                  └─systemd-update-utmp.service @22.528s +44ms
                    └─systemd-tmpfiles-setup.service @22.273s +254ms
                      └─systemd-journal-flush.service @11.437s +10.835s
                        └─systemd-journald.service @11.350s +86ms
                          └─systemd-journald-dev-log.socket @11.350s
                            └─-.mount @9.749s
                              └─system.slice @10.982s
                                └─-.slice @9.749s

Offline

#7 2017-10-01 11:16:30

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,523
Website

Re: e4rat-lite slows boot time by 20-30 seconds

Was that with e4rat or without?  It looks like the delays are in the bootloader/firmware (which *might* be due to e4rat if this was with that running) and in the journal flush.

You could probably trim ('vacuum' ) your journal a bit, then set a limit on journal size in /etc/systemd/journald.conf.

Last edited by Trilby (2017-10-01 11:17:43)


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#8 2017-10-02 11:17:42

LnX_Archer
Member
Registered: 2017-09-06
Posts: 33

Re: e4rat-lite slows boot time by 20-30 seconds

Trilby wrote:

Was that with e4rat or without?  It looks like the delays are in the bootloader/firmware (which *might* be due to e4rat if this was with that running) and in the journal flush.

You could probably trim ('vacuum' ) your journal a bit, then set a limit on journal size in /etc/systemd/journald.conf.

Yeah, that one was with e4rat and also bootchart2 running from the kernel commandline.

This one is from my current boot with only "quiet" in the kernel commandline and nothing else:'

$ systemd-analyze critical-chain
The time after the unit is active or started is printed after the "@" character.
The time the unit takes to start is printed after the "+" character.

graphical.target @19.249s
└─lightdm.service @18.606s +643ms
  └─systemd-user-sessions.service @18.424s +180ms
    └─nss-user-lookup.target @19.497s

Yeah, I have seen the flush to permanent storage thing outputted during boot even with quiet mode on, and it delays my boot alot. But it only happens sometimes, almost rarely. Don't know what triggers it.
I actually don't really use the journal or know how important it is, so anything to trim it down is not an issue for me. It is just a matter of how?

Thanks for the help, btw!

Offline

#9 2017-10-06 12:09:05

LnX_Archer
Member
Registered: 2017-09-06
Posts: 33

Re: e4rat-lite slows boot time by 20-30 seconds

Trilby wrote:

Was that with e4rat or without?  It looks like the delays are in the bootloader/firmware (which *might* be due to e4rat if this was with that running) and in the journal flush.

You could probably trim ('vacuum' ) your journal a bit, then set a limit on journal size in /etc/systemd/journald.conf.

$ systemd-analyze 
Startup finished in 5.085s (firmware) + 2.766s (loader) + 4.831s (kernel) + 35.207s (userspace) = 47.891s

$ systemd-analyze critical-chain
The time after the unit is active or started is printed after the "@" character.
The time the unit takes to start is printed after the "+" character.

graphical.target @22.934s
└─lightdm.service @22.443s +490ms
  └─systemd-user-sessions.service @22.413s +29ms
    └─nss-user-lookup.target @23.006s

My boot time is still pretty slow to me, compared to previous Windows 10. I feel it should be a lot faster than windows, but it just isn't.
Is there anything else I can do?

Offline

#10 2017-10-06 13:29:26

seth
Member
Registered: 2012-09-03
Posts: 51,056

Re: e4rat-lite slows boot time by 20-30 seconds

The problem seems in your network setup - so what does that look like (and please don't say "I use networkmanager" ;-)

Offline

#11 2017-10-06 14:49:05

LnX_Archer
Member
Registered: 2017-09-06
Posts: 33

Re: e4rat-lite slows boot time by 20-30 seconds

seth wrote:

The problem seems in your network setup - so what does that look like (and please don't say "I use networkmanager" ;-)

Well, since I use Deepin Desktop Environment, I do use networkmanager, was pointed to it by Deepin, if I remember correctly. If some other network set up works with Deepin I have no idea.

Offline

#12 2017-10-06 15:28:09

seth
Member
Registered: 2012-09-03
Posts: 51,056

Re: e4rat-lite slows boot time by 20-30 seconds

I know that you use NM (it's in your logs), but that's not a sufficient description of your network setup - you connectiions, possible remote FS, ldap, etcetc. would be.
Also, but unrelated, I doubt that a DE demands a certain network management service.

Offline

#13 2017-10-06 15:45:39

LnX_Archer
Member
Registered: 2017-09-06
Posts: 33

Re: e4rat-lite slows boot time by 20-30 seconds

seth wrote:

I know that you use NM (it's in your logs), but that's not a sufficient description of your network setup - you connectiions, possible remote FS, ldap, etcetc. would be.
Also, but unrelated, I doubt that a DE demands a certain network management service.

Well, there you see how much I know. I'll happily provide the info if you can tell me how to procure it. I have no idea what any of those things are.

Offline

#14 2017-10-06 17:46:21

seth
Member
Registered: 2012-09-03
Posts: 51,056

Re: e4rat-lite slows boot time by 20-30 seconds

For the beginning

ip addr
mount
uname -a
hostnamectl
nmap localhost
dmesg

You'll probably have to install nmap.

Offline

#15 2017-10-06 20:00:27

LnX_Archer
Member
Registered: 2017-09-06
Posts: 33

Re: e4rat-lite slows boot time by 20-30 seconds

seth wrote:

For the beginning

ip addr
mount
uname -a
hostnamectl
nmap localhost
dmesg

You'll probably have to install nmap.

Here are the results:

[lnx@Archer ~]$ ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: enp4s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
    link/ether 28:d2:44:eb:93:79 brd ff:ff:ff:ff:ff:ff
3: wlp5s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether 80:19:34:07:a5:d0 brd ff:ff:ff:ff:ff:ff
    inet 192.168.0.13/24 brd 192.168.0.255 scope global dynamic wlp5s0
       valid_lft 85402sec preferred_lft 85402sec
    inet6 fe80::f7ac:4926:9a42:b9e5/64 scope link 
       valid_lft forever preferred_lft forever
[lnx@Archer ~]$ mount
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
dev on /dev type devtmpfs (rw,nosuid,relatime,size=4030600k,nr_inodes=1007650,mode=755)
run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
/dev/sda2 on / type ext4 (rw,relatime,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=37,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
/dev/sda1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=807256k,mode=700,uid=1000,gid=1000)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
[lnx@Archer ~]$ uname -a
Linux Archer 4.9.52-1-lts #1 SMP Wed Sep 27 21:47:20 CEST 2017 x86_64 GNU/Linux
[lnx@Archer ~]$ hostnamectl
   Static hostname: Archer
         Icon name: computer-laptop
           Chassis: laptop
        Machine ID: e08d25e7bf154030b9e890725c779383
           Boot ID: 97b042ded3b3486086aebc75096e6eca
  Operating System: Arch Linux
            Kernel: Linux 4.9.52-1-lts
      Architecture: x86-64
[lnx@Archer ~]$ nmap localhost

Starting Nmap 7.60 ( https://nmap.org ) at 2017-10-06 21:55 CEST
Nmap scan report for localhost (127.0.0.1)
Host is up (0.000036s latency).
Other addresses for localhost (not scanned): ::1
rDNS record for 127.0.0.1: localhost.localdomain
All 1000 scanned ports on localhost (127.0.0.1) are closed

Nmap done: 1 IP address (1 host up) scanned in 0.07 seconds
[lnx@Archer ~]$ dmesg
[    0.000000] microcode: microcode updated early to revision 0x22, date = 2017-01-27
[    0.000000] Linux version 4.9.52-1-lts (builduser@andyrtr) (gcc version 7.2.0 (GCC) ) #1 SMP Wed Sep 27 21:47:20 CEST 2017
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=176e2a47-6e84-4da0-bdd2-310c3b27ac8a rw quiet
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] x86/fpu: Using 'eager' FPU context switches.
[    0.000000] e820: 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-0x000000000009bfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009c000-0x000000000009cfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000009d000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000bffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000b129efff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b129f000-0x00000000b14a0fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b14a1000-0x00000000bb3dbfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bb3dc000-0x00000000bb5dbfff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000bb5dc000-0x00000000bce3efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bce3f000-0x00000000bcf7efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bcf7f000-0x00000000bcffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bcfff000-0x00000000bcffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bd000000-0x00000000bf9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f80f8000-0x00000000f80f8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023e5fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by Lenovo
[    0.000000] efi:  ACPI=0xbcffe000  ACPI 2.0=0xbcffe014  SMBIOS=0xbcdd3000 
[    0.000000] efi: [Firmware Bug]: Invalid EFI memory map entries:
[    0.000000] efi: mem40: [Reserved           |   |  |  |  |  |  |  |   |  |  |  |  ] range=[0x0000000000000000-0x0000000000000000] (invalid)
[    0.000000] efi: mem41: [Reserved           |   |  |  |  |  |  |  |   |  |  |  |  ] range=[0x0000000000000000-0x0000000000000000] (invalid)
[    0.000000] efi: mem42: [Reserved           |   |  |  |  |  |  |  |   |  |  |  |  ] range=[0x0000000000000000-0x0000000000000000] (invalid)
[    0.000000] efi: mem43: [Reserved           |   |  |  |  |  |  |  |   |  |  |  |  ] range=[0x0000000000000000-0x0000000000000000] (invalid)
[    0.000000] efi: mem44: [Reserved           |   |  |  |  |  |  |  |   |  |  |  |  ] range=[0x0000000000000000-0x0000000000000000] (invalid)
[    0.000000] efi: Removing 5 invalid memory map entries.
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: LENOVO 20C6008FMS/20C6008FMS, BIOS J9ET96WW (2.16 ) 10/14/2014
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x23e600 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    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 00C0000000 mask 7FC0000000 uncachable
[    0.000000]   1 base 00BE000000 mask 7FFE000000 uncachable
[    0.000000]   2 base 00BD000000 mask 7FFF000000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] e820: last_pfn = 0xbd000 max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000075000] 75000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x02d5a000, 0x02d5afff] PGTABLE
[    0.000000] BRK [0x02d5b000, 0x02d5bfff] PGTABLE
[    0.000000] BRK [0x02d5c000, 0x02d5cfff] PGTABLE
[    0.000000] BRK [0x02d5d000, 0x02d5dfff] PGTABLE
[    0.000000] BRK [0x02d5e000, 0x02d5efff] PGTABLE
[    0.000000] BRK [0x02d5f000, 0x02d5ffff] PGTABLE
[    0.000000] RAMDISK: [mem 0x37057000-0x37822fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000BCFFE014 000024 (v02 LENOVO)
[    0.000000] ACPI: XSDT 0x00000000BCFFE170 0000DC (v01 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: FACP 0x00000000BCFF9000 00010C (v05 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: DSDT 0x00000000BCFE2000 011E6F (v01 LENOVO TP-J9    00002160 INTL 20120711)
[    0.000000] ACPI: FACS 0x00000000BCF49000 000040
[    0.000000] ACPI: DBGP 0x00000000BCFFC000 000034 (v01 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: ECDT 0x00000000BCFFB000 000052 (v01 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: HPET 0x00000000BCFF8000 000038 (v01 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: APIC 0x00000000BCFF7000 000098 (v01 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: MCFG 0x00000000BCFF6000 00003C (v01 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: SSDT 0x00000000BCFF5000 000033 (v01 LENOVO TP-SSDT1 00000100 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000BCFF4000 00044F (v01 LENOVO TP-SSDT2 00000200 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000BCFE1000 000920 (v01 LENOVO SataAhci 00001000 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000BCFE0000 00078E (v01 LENOVO Cpu0Ist  00003000 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000BCFDF000 000AD8 (v01 LENOVO CpuPm    00003000 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000BCFDD000 0011FA (v01 LENOVO SaSsdt   00003000 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000BCFDC000 000379 (v01 LENOVO CppcTabl 00001000 INTL 20120711)
[    0.000000] ACPI: PCCT 0x00000000BCFDB000 00006E (v05 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: SSDT 0x00000000BCFDA000 000AC4 (v01 LENOVO Cpc_Tabl 00001000 INTL 20120711)
[    0.000000] ACPI: UEFI 0x00000000BCFD9000 000042 (v01 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: MSDM 0x00000000BCF42000 000055 (v03 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: ASF! 0x00000000BCFFD000 0000A5 (v32 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: BATB 0x00000000BCFD8000 000046 (v01 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: FPDT 0x00000000BCFD7000 000064 (v01 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: UEFI 0x00000000BCFD6000 0002E2 (v01 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: SSDT 0x00000000BCFD5000 000499 (v01 LENOVO IsctTabl 00001000 INTL 20120711)
[    0.000000] ACPI: BGRT 0x00000000BCFD4000 000038 (v01 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000023e5fffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x23e5f8000-0x23e5fcfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000023e5fffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.000000]   node   0: [mem 0x0000000000059000-0x000000000009bfff]
[    0.000000]   node   0: [mem 0x000000000009d000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000b129efff]
[    0.000000]   node   0: [mem 0x00000000b14a1000-0x00000000bb3dbfff]
[    0.000000]   node   0: [mem 0x00000000bcfff000-0x00000000bcffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000023e5fffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000023e5fffff]
[    0.000000] On node 0 totalpages: 2070390
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 55 pages reserved
[    0.000000]   DMA zone: 3995 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 11912 pages used for memmap
[    0.000000]   DMA32 zone: 762331 pages, LIFO batch:31
[    0.000000]   Normal zone: 20376 pages used for memmap
[    0.000000]   Normal zone: 1304064 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics memory at 0x00000000bda00000-0x00000000bf9fffff
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    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] IOAPIC[0]: apic_id 2, 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: 0x8086a301 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009c000-0x0009cfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x000bffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xb129f000-0xb14a0fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb3dc000-0xbb5dbfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb5dc000-0xbce3efff]
[    0.000000] PM: Registered nosave memory: [mem 0xbce3f000-0xbcf7efff]
[    0.000000] PM: Registered nosave memory: [mem 0xbcf7f000-0xbcffefff]
[    0.000000] PM: Registered nosave memory: [mem 0xbd000000-0xbf9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbfa00000-0xf80f7fff]
[    0.000000] PM: Registered nosave memory: [mem 0xf80f8000-0xf80f8fff]
[    0.000000] PM: Registered nosave memory: [mem 0xf80f9000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xffffffff]
[    0.000000] e820: [mem 0xbfa00000-0xf80f7fff] 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: 19112604462750000 ns
[    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 34 pages/cpu @ffff88023e200000 s102232 r8192 d28840 u262144
[    0.000000] pcpu-alloc: s102232 r8192 d28840 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 2037983
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=176e2a47-6e84-4da0-bdd2-310c3b27ac8a rw quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 7989512K/8281560K available (6153K kernel code, 1077K rwdata, 1948K rodata, 1284K init, 1032K bss, 292048K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS:8448 nr_irqs:488 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2194.925 MHz processor
[    0.000080] Calibrating delay loop (skipped), value calculated using timer frequency.. 4389.85 BogoMIPS (lpj=21949250)
[    0.000085] pid_max: default: 32768 minimum: 301
[    0.000100] ACPI: Core revision 20160831
[    0.037896] ACPI: 10 ACPI AML tables successfully acquired and loaded
[    0.124301] Security Framework initialized
[    0.124303] Yama: becoming mindful.
[    0.125373] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.129432] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.131236] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.131256] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.131817] CPU: Physical Processor ID: 0
[    0.131818] CPU: Processor Core ID: 0
[    0.131827] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.131829] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.131837] mce: CPU supports 9 MCE banks
[    0.131858] CPU0: Thermal monitoring enabled (TM1)
[    0.131900] process: using mwait in idle threads
[    0.131906] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.131907] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.132714] Freeing SMP alternatives memory: 24K
[    0.144084] ftrace: allocating 24680 entries in 97 pages
[    0.170454] smpboot: Max logical packages: 2
[    0.170921] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.270947] TSC deadline timer enabled
[    0.270953] smpboot: CPU0: Intel(R) Core(TM) i7-4702MQ CPU @ 2.20GHz (family: 0x6, model: 0x3c, stepping: 0x3)
[    0.270962] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.271044] ... version:                3
[    0.271046] ... bit width:              48
[    0.271047] ... generic registers:      4
[    0.271049] ... value mask:             0000ffffffffffff
[    0.271050] ... max period:             00007fffffffffff
[    0.271051] ... fixed-purpose events:   3
[    0.271053] ... event mask:             000000070000000f
[    0.272500] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.272687] x86: Booting SMP configuration:
[    0.272690] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    1.323380] x86: Booted up 1 node, 8 CPUs
[    1.323386] smpboot: Total of 8 processors activated (35127.20 BogoMIPS)
[    1.343691] devtmpfs: initialized
[    1.343825] x86/mm: Memory block size: 128MB
[    1.349817] PM: Registering ACPI NVS region [mem 0xbce3f000-0xbcf7efff] (1310720 bytes)
[    1.349999] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    1.350025] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    1.350149] pinctrl core: initialized pinctrl subsystem
[    1.350221] RTC time: 19:38:02, date: 10/06/17
[    1.350424] NET: Registered protocol family 16
[    1.383036] cpuidle: using governor ladder
[    1.423049] cpuidle: using governor menu
[    1.423088] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    1.423090] ACPI: bus type PCI registered
[    1.423093] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    1.423998] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    1.424001] PCI: not using MMCONFIG
[    1.424004] PCI: Using configuration type 1 for base access
[    1.424139] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    1.473302] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[    1.473305] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.473793] ACPI: Added _OSI(Module Device)
[    1.473796] ACPI: Added _OSI(Processor Device)
[    1.473798] ACPI: Added _OSI(3.0 _SCP Extensions)
[    1.473800] ACPI: Added _OSI(Processor Aggregator Device)
[    1.473813] ACPI : EC: EC started
[    1.473814] ACPI : EC: interrupt blocked
[    1.476203] ACPI: \: Used as first EC
[    1.476206] ACPI: \: GPE=0x17, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    1.476209] ACPI: \: Used as boot ECDT EC to handle transactions
[    1.484435] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    1.505578] ACPI: Dynamic OEM Table Load:
[    1.505603] ACPI: SSDT 0xFFFF8802345E0800 000436 (v01 PmRef  Cpu0Cst  00003001 INTL 20120711)
[    1.506581] ACPI: Dynamic OEM Table Load:
[    1.506606] ACPI: SSDT 0xFFFF8802347B1800 0005AA (v01 PmRef  ApIst    00003000 INTL 20120711)
[    1.507593] ACPI: Dynamic OEM Table Load:
[    1.507615] ACPI: SSDT 0xFFFF880234054000 000119 (v01 PmRef  ApCst    00003000 INTL 20120711)
[    1.511543] ACPI : EC: EC stopped
[    1.511546] ACPI : EC: EC started
[    1.511547] ACPI : EC: interrupt blocked
[    1.511976] ACPI: \_SB_.PCI0.LPC_.EC__: Used as first EC
[    1.511981] ACPI: \_SB_.PCI0.LPC_.EC__: GPE=0x17, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    1.511984] ACPI: \_SB_.PCI0.LPC_.EC__: Used as boot DSDT EC to handle transactions
[    1.511985] ACPI: Interpreter enabled
[    1.512044] ACPI: (supports S0 S3 S4 S5)
[    1.512046] ACPI: Using IOAPIC for interrupt routing
[    1.512110] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    1.513145] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources
[    1.513165] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.521271] ACPI: Power Resource [PUBS] (on)
[    1.544047] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    1.544184] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    1.544312] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    1.544439] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    1.544566] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    1.544691] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    1.544817] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    1.544943] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    1.545086] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
[    1.545095] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    1.545356] acpi PNP0A08:00: _OSC: platform does not support [PCIeCapability]
[    1.545468] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
[    1.545472] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug PME AER PCIeCapability]
[    1.545475] acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug PME AER]
[    1.545479] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
[    1.546023] PCI host bridge to bus 0000:00
[    1.546028] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    1.546031] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    1.546034] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    1.546037] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    1.546039] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    1.546042] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    1.546044] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    1.546047] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    1.546049] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    1.546052] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    1.546054] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    1.546057] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    1.546059] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    1.546062] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    1.546064] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    1.546067] pci_bus 0000:00: root bus resource [mem 0xbfa00000-0xfebfffff window]
[    1.546070] pci_bus 0000:00: root bus resource [bus 00-3f]
[    1.546087] pci 0000:00:00.0: [8086:0c04] type 00 class 0x060000
[    1.546374] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
[    1.546461] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    1.546713] pci 0000:00:02.0: [8086:0416] type 00 class 0x030000
[    1.546738] pci 0000:00:02.0: reg 0x10: [mem 0xf1000000-0xf13fffff 64bit]
[    1.546754] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    1.546764] pci 0000:00:02.0: reg 0x20: [io  0x6000-0x603f]
[    1.547031] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
[    1.547051] pci 0000:00:03.0: reg 0x10: [mem 0xf2610000-0xf2613fff 64bit]
[    1.547380] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[    1.547421] pci 0000:00:14.0: reg 0x10: [mem 0xf2600000-0xf260ffff 64bit]
[    1.547570] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    1.547722] pci 0000:00:14.0: System wakeup disabled by ACPI
[    1.547816] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[    1.547857] pci 0000:00:16.0: reg 0x10: [mem 0xf2619000-0xf261900f 64bit]
[    1.548006] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    1.548255] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[    1.548291] pci 0000:00:1a.0: reg 0x10: [mem 0xf261e000-0xf261e3ff]
[    1.548463] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    1.548615] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    1.548710] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[    1.548749] pci 0000:00:1b.0: reg 0x10: [mem 0xf2614000-0xf2617fff 64bit]
[    1.548914] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    1.549082] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    1.549174] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
[    1.549336] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.549669] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
[    1.549831] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    1.550146] pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
[    1.550308] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    1.555052] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    1.555147] pci 0000:00:1c.4: [8086:8c18] type 01 class 0x060400
[    1.555312] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    1.555561] pci 0000:00:1c.4: System wakeup disabled by ACPI
[    1.555660] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[    1.555696] pci 0000:00:1d.0: reg 0x10: [mem 0xf261d000-0xf261d3ff]
[    1.555869] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    1.556023] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    1.556112] pci 0000:00:1f.0: [8086:8c4b] type 00 class 0x060100
[    1.556516] pci 0000:00:1f.2: [8086:8c03] type 00 class 0x010601
[    1.556552] pci 0000:00:1f.2: reg 0x10: [io  0x6088-0x608f]
[    1.556570] pci 0000:00:1f.2: reg 0x14: [io  0x6094-0x6097]
[    1.556588] pci 0000:00:1f.2: reg 0x18: [io  0x6080-0x6087]
[    1.556607] pci 0000:00:1f.2: reg 0x1c: [io  0x6090-0x6093]
[    1.556625] pci 0000:00:1f.2: reg 0x20: [io  0x6060-0x607f]
[    1.556643] pci 0000:00:1f.2: reg 0x24: [mem 0xf261c000-0xf261c7ff]
[    1.556739] pci 0000:00:1f.2: PME# supported from D3hot
[    1.556968] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[    1.557003] pci 0000:00:1f.3: reg 0x10: [mem 0xf2618000-0xf26180ff 64bit]
[    1.557053] pci 0000:00:1f.3: reg 0x20: [io  0xefa0-0xefbf]
[    1.557424] pci 0000:01:00.0: [10de:1292] type 00 class 0x030200
[    1.557447] pci 0000:01:00.0: reg 0x10: [mem 0xf0000000-0xf0ffffff]
[    1.557468] pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
[    1.557488] pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[    1.557501] pci 0000:01:00.0: reg 0x24: [io  0x5000-0x507f]
[    1.557514] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[    1.593140] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.593145] pci 0000:00:01.0:   bridge window [io  0x5000-0x5fff]
[    1.593150] pci 0000:00:01.0:   bridge window [mem 0xf0000000-0xf0ffffff]
[    1.593157] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    1.593263] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    1.593431] acpiphp: Slot [1] registered
[    1.593518] pci 0000:03:00.0: [10ec:5227] type 00 class 0xff0000
[    1.593609] pci 0000:03:00.0: reg 0x10: [mem 0xf1e00000-0xf1e00fff]
[    1.594245] pci 0000:03:00.0: supports D1 D2
[    1.594248] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[    1.623182] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    1.623189] pci 0000:00:1c.2:   bridge window [io  0x4000-0x4fff]
[    1.623197] pci 0000:00:1c.2:   bridge window [mem 0xf1e00000-0xf25fffff]
[    1.623208] pci 0000:00:1c.2:   bridge window [mem 0xf1400000-0xf1bfffff 64bit pref]
[    1.623379] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[    1.623469] pci 0000:04:00.0: reg 0x10: [io  0x3000-0x30ff]
[    1.623604] pci 0000:04:00.0: reg 0x18: [mem 0xf1d04000-0xf1d04fff 64bit]
[    1.623687] pci 0000:04:00.0: reg 0x20: [mem 0xf1d00000-0xf1d03fff 64bit]
[    1.624141] pci 0000:04:00.0: supports D1 D2
[    1.624144] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.653205] pci 0000:00:1c.3: PCI bridge to [bus 04]
[    1.653212] pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
[    1.653219] pci 0000:00:1c.3:   bridge window [mem 0xf1d00000-0xf1dfffff]
[    1.653441] pci 0000:05:00.0: [8086:08b2] type 00 class 0x028000
[    1.653633] pci 0000:05:00.0: reg 0x10: [mem 0xf1c00000-0xf1c01fff 64bit]
[    1.654478] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    1.683225] pci 0000:00:1c.4: PCI bridge to [bus 05]
[    1.683237] pci 0000:00:1c.4:   bridge window [mem 0xf1c00000-0xf1cfffff]
[    1.686456] ACPI: Enabled 5 GPEs in block 00 to 3F
[    1.686671] ACPI : EC: interrupt unblocked
[    1.686682] ACPI : EC: event unblocked
[    1.686696] ACPI: \_SB_.PCI0.LPC_.EC__: GPE=0x17, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    1.686700] ACPI: \_SB_.PCI0.LPC_.EC__: Used as boot DSDT EC to handle transactions and events
[    1.687104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=mem,locks=none
[    1.687113] vgaarb: loaded
[    1.687114] vgaarb: setting as boot device: PCI:0000:00:02.0
[    1.687116] vgaarb: bridge control possible 0000:00:02.0
[    1.687256] Registered efivars operations
[    1.709466] PCI: Using ACPI for IRQ routing
[    1.713240] PCI: pci_cache_line_size set to 64 bytes
[    1.713393] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    1.713396] e820: reserve RAM buffer [mem 0x0009c000-0x0009ffff]
[    1.713398] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    1.713400] e820: reserve RAM buffer [mem 0xb129f000-0xb3ffffff]
[    1.713402] e820: reserve RAM buffer [mem 0xbb3dc000-0xbbffffff]
[    1.713405] e820: reserve RAM buffer [mem 0xbd000000-0xbfffffff]
[    1.713407] e820: reserve RAM buffer [mem 0x23e600000-0x23fffffff]
[    1.713622] NetLabel: Initializing
[    1.713624] NetLabel:  domain hash size = 128
[    1.713625] NetLabel:  protocols = UNLABELED CIPSOv4
[    1.713655] NetLabel:  unlabeled traffic allowed by default
[    1.713762] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    1.713775] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    1.715829] clocksource: Switched to clocksource hpet
[    1.728539] VFS: Disk quotas dquot_6.6.0
[    1.728578] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.728743] pnp: PnP ACPI init
[    1.729479] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[    1.729484] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
[    1.729488] system 00:00: [mem 0x00100000-0xbf9fffff] could not be reserved
[    1.729491] system 00:00: [mem 0xfec00000-0xffffffff] could not be reserved
[    1.729498] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    1.729796] system 00:01: [io  0x1800-0x187f] has been reserved
[    1.729800] system 00:01: [io  0x0800-0x087f] has been reserved
[    1.729803] system 00:01: [io  0x15e0-0x15ef] has been reserved
[    1.729806] system 00:01: [io  0x1640-0x165f] has been reserved
[    1.729811] system 00:01: [mem 0xf8000000-0xfbffffff] could not be reserved
[    1.729815] system 00:01: [mem 0x00000000-0x00000fff] could not be reserved
[    1.729818] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    1.729822] system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
[    1.729825] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[    1.729828] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[    1.729832] system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
[    1.729837] system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
[    1.729842] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.729970] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.730022] pnp 00:03: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
[    1.730071] pnp 00:04: Plug and Play ACPI device, IDs LEN2006 PNP0f13 (active)
[    1.731790] pnp: PnP ACPI: found 5 devices
[    1.740192] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.740202] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[    1.740236] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    1.740242] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[    1.740245] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[    1.740300] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
[    1.740303] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
[    1.740306] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    1.740310] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    1.740313] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    1.740316] pci 0000:00:1c.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    1.740332] pci 0000:00:1c.0: BAR 14: assigned [mem 0xbfa00000-0xbfbfffff]
[    1.740355] pci 0000:00:1c.0: BAR 15: assigned [mem 0xbfc00000-0xbfdfffff 64bit pref]
[    1.740361] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    1.740369] pci 0000:01:00.0: BAR 6: no space for [mem size 0x00080000 pref]
[    1.740372] pci 0000:01:00.0: BAR 6: failed to assign [mem size 0x00080000 pref]
[    1.740375] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.740379] pci 0000:00:01.0:   bridge window [io  0x5000-0x5fff]
[    1.740386] pci 0000:00:01.0:   bridge window [mem 0xf0000000-0xf0ffffff]
[    1.740391] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    1.740400] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    1.740404] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    1.740414] pci 0000:00:1c.0:   bridge window [mem 0xbfa00000-0xbfbfffff]
[    1.740421] pci 0000:00:1c.0:   bridge window [mem 0xbfc00000-0xbfdfffff 64bit pref]
[    1.740434] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    1.740438] pci 0000:00:1c.2:   bridge window [io  0x4000-0x4fff]
[    1.740448] pci 0000:00:1c.2:   bridge window [mem 0xf1e00000-0xf25fffff]
[    1.740455] pci 0000:00:1c.2:   bridge window [mem 0xf1400000-0xf1bfffff 64bit pref]
[    1.740468] pci 0000:00:1c.3: PCI bridge to [bus 04]
[    1.740472] pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
[    1.740481] pci 0000:00:1c.3:   bridge window [mem 0xf1d00000-0xf1dfffff]
[    1.740498] pci 0000:00:1c.4: PCI bridge to [bus 05]
[    1.740507] pci 0000:00:1c.4:   bridge window [mem 0xf1c00000-0xf1cfffff]
[    1.740527] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    1.740530] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    1.740533] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    1.740536] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    1.740538] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    1.740541] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    1.740544] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    1.740546] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    1.740549] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    1.740552] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    1.740554] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    1.740557] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    1.740560] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    1.740562] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    1.740565] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    1.740568] pci_bus 0000:00: resource 19 [mem 0xbfa00000-0xfebfffff window]
[    1.740571] pci_bus 0000:01: resource 0 [io  0x5000-0x5fff]
[    1.740573] pci_bus 0000:01: resource 1 [mem 0xf0000000-0xf0ffffff]
[    1.740576] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[    1.740579] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    1.740582] pci_bus 0000:02: resource 1 [mem 0xbfa00000-0xbfbfffff]
[    1.740585] pci_bus 0000:02: resource 2 [mem 0xbfc00000-0xbfdfffff 64bit pref]
[    1.740587] pci_bus 0000:03: resource 0 [io  0x4000-0x4fff]
[    1.740590] pci_bus 0000:03: resource 1 [mem 0xf1e00000-0xf25fffff]
[    1.740593] pci_bus 0000:03: resource 2 [mem 0xf1400000-0xf1bfffff 64bit pref]
[    1.740596] pci_bus 0000:04: resource 0 [io  0x3000-0x3fff]
[    1.740598] pci_bus 0000:04: resource 1 [mem 0xf1d00000-0xf1dfffff]
[    1.740601] pci_bus 0000:05: resource 1 [mem 0xf1c00000-0xf1cfffff]
[    1.740825] NET: Registered protocol family 2
[    1.741216] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    1.741500] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.741762] TCP: Hash tables configured (established 65536 bind 65536)
[    1.741818] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    1.741870] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    1.741990] NET: Registered protocol family 1
[    1.742021] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.742975] PCI: CLS 64 bytes, default 64
[    1.743083] Unpacking initramfs...
[    2.036853] Freeing initrd memory: 7984K
[    2.036858] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    2.036864] software IO TLB [mem 0xab2ef000-0xaf2ef000] (64MB) mapped at [ffff8800ab2ef000-ffff8800af2eefff]
[    2.037388] Scanning for low memory corruption every 60 seconds
[    2.038976] Initialise system trusted keyrings
[    2.039177] workingset: timestamp_bits=40 max_order=21 bucket_order=0
[    2.043026] zbud: loaded
[    2.043932] Key type asymmetric registered
[    2.044004] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    2.044068] io scheduler noop registered
[    2.044070] io scheduler deadline registered (default)
[    2.044086] io scheduler cfq registered
[    2.045372] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    2.045383] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    2.045409] efifb: probing for efifb
[    2.045438] efifb: framebuffer at 0xe0000000, using 8128k, total 8128k
[    2.045440] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    2.045441] efifb: scrolling: redraw
[    2.045444] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    2.057299] Console: switching to colour frame buffer device 240x67
[    2.068858] fb0: EFI VGA frame buffer device
[    2.068876] intel_idle: MWAIT substates: 0x42120
[    2.068878] intel_idle: v0.4.1 model 0x3C
[    2.069578] intel_idle: lapic_timer_reliable_states 0xffffffff
[    2.070392] GHES: HEST is not enabled!
[    2.070547] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    2.071272] Linux agpgart interface v0.103
[    2.072596] rtc_cmos 00:02: RTC can wake from S4
[    2.072792] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    2.072832] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    2.072852] intel_pstate: Intel P-state driver initializing
[    2.073490] ledtrig-cpu: registered to indicate activity on CPUs
[    2.073988] NET: Registered protocol family 10
[    2.074497] NET: Registered protocol family 17
[    2.075144] microcode: sig=0x306c3, pf=0x10, revision=0x22
[    2.075413] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    2.075756] registered taskstats version 1
[    2.075768] Loading compiled-in X.509 certificates
[    2.075803] zswap: loaded using pool lzo/zbud
[    2.077333]   Magic number: 5:73:647
[    2.077404] acpi LNXCPU:00: hash matches
[    2.077483] rtc_cmos 00:02: setting system clock to 2017-10-06 19:38:02 UTC (1507318682)
[    2.077616] PM: Hibernation image not present or could not be loaded.
[    2.080046] Freeing unused kernel memory: 1284K
[    2.080048] Write protecting the kernel read-only data: 10240k
[    2.081150] Freeing unused kernel memory: 2024K
[    2.081868] Freeing unused kernel memory: 100K
[    2.166950] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    2.174635] rtsx_pci 0000:03:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 25
[    2.174919] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.174928] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.175481] SCSI subsystem initialized
[    2.175517] ACPI: bus type USB registered
[    2.175539] usbcore: registered new interface driver usbfs
[    2.175549] usbcore: registered new interface driver hub
[    2.175588] usbcore: registered new device driver usb
[    2.176252] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.176622] ehci-pci: EHCI PCI platform driver
[    2.176728] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    2.176733] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    2.176744] ehci-pci 0000:00:1a.0: debug port 2
[    2.177180] libata version 3.00 loaded.
[    2.180652] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    2.180663] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf261e000
[    2.190281] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    2.205958] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    2.206753] hub 1-0:1.0: USB hub found
[    2.206782] hub 1-0:1.0: 3 ports detected
[    2.207270] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    2.207274] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    2.207285] ehci-pci 0000:00:1d.0: debug port 2
[    2.211199] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    2.211208] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf261d000
[    2.235958] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    2.236897] hub 2-0:1.0: USB hub found
[    2.236943] hub 2-0:1.0: 3 ports detected
[    2.237702] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.237711] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    2.238822] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
[    2.238830] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    2.239472] hub 3-0:1.0: USB hub found
[    2.239509] hub 3-0:1.0: 14 ports detected
[    2.242140] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.242145] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    2.242986] hub 4-0:1.0: USB hub found
[    2.243024] hub 4-0:1.0: 6 ports detected
[    2.243626] usb: port power management may be unreliable
[    2.244198] ahci 0000:00:1f.2: version 3.0
[    2.244444] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x7 impl SATA mode
[    2.244448] ahci 0000:00:1f.2: flags: 64bit ncq ilck pm led clo pio slum part ems apst 
[    2.297613] scsi host0: ahci
[    2.298104] scsi host1: ahci
[    2.298552] scsi host2: ahci
[    2.298857] scsi host3: ahci
[    2.299121] scsi host4: ahci
[    2.299388] scsi host5: ahci
[    2.299495] ata1: SATA max UDMA/133 abar m2048@0xf261c000 port 0xf261c100 irq 27
[    2.299499] ata2: SATA max UDMA/133 abar m2048@0xf261c000 port 0xf261c180 irq 27
[    2.299503] ata3: SATA max UDMA/133 abar m2048@0xf261c000 port 0xf261c200 irq 27
[    2.299504] ata4: DUMMY
[    2.299506] ata5: DUMMY
[    2.299507] ata6: DUMMY
[    2.565876] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    2.595896] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    2.605898] usb 3-7: new full-speed USB device number 2 using xhci_hcd
[    2.628402] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.628423] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.628442] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.628788] ata2.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    2.628791] ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.629102] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    2.629104] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.629254] ata2.00: ATA-9: SanDisk SSD U110 16GB, U21B001, max UDMA/133
[    2.629257] ata2.00: 31277232 sectors, multi 1: LBA48 NCQ (depth 31/32)
[    2.629788] ata1.00: ATA-9: WDC WD10JPVX-08JC3T5, 05.01A05, max UDMA/133
[    2.629790] ata1.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    2.629968] ata2.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    2.629970] ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.630118] ata2.00: configured for UDMA/133
[    2.630484] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    2.630486] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.631017] ata1.00: configured for UDMA/133
[    2.631047] ata3.00: ATAPI: HL-DT-ST DVDRAM GU90N, LUE1, max UDMA/133
[    2.631304] scsi 0:0:0:0: Direct-Access     ATA      WDC WD10JPVX-08J 1A05 PQ: 0 ANSI: 5
[    2.633149] ata3.00: configured for UDMA/133
[    2.706647] scsi 1:0:0:0: Direct-Access     ATA      SanDisk SSD U110 001  PQ: 0 ANSI: 5
[    2.757112] hub 1-1:1.0: USB hub found
[    2.757260] hub 1-1:1.0: 6 ports detected
[    2.786935] hub 2-1:1.0: USB hub found
[    2.787110] hub 2-1:1.0: 8 ports detected
[    2.829374] scsi 2:0:0:0: CD-ROM            HL-DT-ST DVDRAM GU90N     LUE1 PQ: 0 ANSI: 5
[    2.850435] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    2.850438] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    2.850451] sd 1:0:0:0: [sdb] 31277232 512-byte logical blocks: (16.0 GB/14.9 GiB)
[    2.850506] sd 0:0:0:0: [sda] Write Protect is off
[    2.850509] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.850533] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.850546] sd 1:0:0:0: [sdb] Write Protect is off
[    2.850548] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.850573] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.853004]  sdb: sdb1
[    2.853270] sd 1:0:0:0: [sdb] Attached SCSI disk
[    2.869345] sr 2:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.869347] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.869462] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    2.915845] usb 3-11: new full-speed USB device number 3 using xhci_hcd
[    2.937555]  sda: sda1 sda2
[    2.938314] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.027077] random: fast init done
[    3.126088] tsc: Refined TSC clocksource calibration: 2194.917 MHz
[    3.126096] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fa37107ca2, max_idle_ns: 440795258165 ns
[    3.225937] usb 3-12: new high-speed USB device number 4 using xhci_hcd
[    3.510059] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    4.135962] clocksource: Switched to clocksource tsc
[    5.122331] ip_tables: (C) 2000-2006 Netfilter Core Team
[    5.254884] systemd[1]: systemd 234 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN default-hierarchy=hybrid)
[    5.255084] systemd[1]: Detected architecture x86-64.
[    5.275155] systemd[1]: Set hostname to <Archer>.
[    6.669420] systemd[1]: Reached target Remote File Systems.
[    6.669508] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    6.676190] systemd[1]: Listening on Process Core Dump Socket.
[    6.676215] systemd[1]: Listening on LVM2 metadata daemon socket.
[    6.676241] systemd[1]: Listening on udev Control Socket.
[    6.676266] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    6.676292] systemd[1]: Listening on Journal Socket (/dev/log).
[    7.126889] EXT4-fs (sda2): re-mounted. Opts: data=ordered
[    7.329896] systemd-journald[202]: Received request to flush runtime journal from PID 1
[    7.721887] systemd-journald[202]: File /var/log/journal/e08d25e7bf154030b9e890725c779383/system.journal corrupted or uncleanly shut down, renaming and replacing.
[   10.758584] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[   10.759124] ACPI: Lid Switch [LID]
[   10.759214] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[   10.759218] ACPI: Power Button [PWRF]
[   10.789916] wmi: Mapper loaded
[   11.036335] ACPI: AC Adapter [AC] (off-line)
[   11.045453] EDAC MC: Ver: 3.0.0
[   11.045991] EDAC ie31200: No ECC support
[   11.048226] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   11.088401] thermal LNXTHERM:00: registered as thermal_zone0
[   11.088402] ACPI: Thermal Zone [THM0] (48 C)
[   11.097969] ACPI: Battery Slot [BAT0] (battery present)
[   11.246464] FUJITSU Extended Socket Network Device Driver - version 1.1 - Copyright (c) 2015 FUJITSU LIMITED
[   11.246935] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[   11.325213] Bluetooth: Core ver 2.22
[   11.325224] NET: Registered protocol family 31
[   11.325225] Bluetooth: HCI device and connection manager initialized
[   11.325227] Bluetooth: HCI socket layer initialized
[   11.325228] Bluetooth: L2CAP socket layer initialized
[   11.325232] Bluetooth: SCO socket layer initialized
[   11.366372] Non-volatile memory driver v1.3
[   11.373029] usbcore: registered new interface driver btusb
[   11.381564] Intel(R) Wireless WiFi driver for Linux
[   11.381565] Copyright(c) 2003- 2015 Intel Corporation
[   11.385702] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[   11.385703] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   11.385704] RAPL PMU: hw unit of domain package 2^-14 Joules
[   11.385705] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   11.385706] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   11.386900] Bluetooth: hci0: read Intel version: 370710018002030d56
[   11.386901] Bluetooth: hci0: Intel device is already patched. patch num: 56
[   11.512087] thinkpad_acpi: ThinkPad ACPI Extras v0.25
[   11.512088] thinkpad_acpi: http://ibm-acpi.sf.net/
[   11.512088] thinkpad_acpi: ThinkPad BIOS J9ET96WW (2.16 ), EC unknown
[   11.512089] thinkpad_acpi: Lenovo ThinkPad Edge E540, model 20C6008FMS
[   11.512557] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[   11.512557] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[   11.516230] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[   11.523223] iTCO_vendor_support: vendor-support=0
[   11.556446] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input5
[   11.581792] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   11.581823] iTCO_wdt: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860)
[   11.581880] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   11.644655] [drm] Initialized
[   11.672966] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[   11.672972] r8169 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
[   11.696849] r8169 0000:04:00.0 eth0: RTL8168g/8111g at 0xffffc90000e2d000, 28:d2:44:eb:93:79, XID 10900880 IRQ 30
[   11.696852] r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[   11.754774] r8169 0000:04:00.0 enp4s0: renamed from eth0
[   11.809151] iwlwifi 0000:05:00.0: loaded firmware version 17.459231.0 op_mode iwlmvm
[   11.897708] random: crng init done
[   11.977771] AVX2 version of gcm_enc/dec engaged.
[   11.977772] AES CTR mode by8 optimization enabled
[   12.023973] Adding 15637568k swap on /dev/sdb1.  Priority:-1 extents:1 across:15637568k SSFS
[   12.099854] psmouse serio1: synaptics: queried max coordinates: x [..5674], y [..4684]
[   12.139234] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1170..]
[   12.139240] psmouse serio1: synaptics: quirked min/max coordinates: x [1264..5675], y [1171..4688]
[   12.191605] media: Linux media interface: v0.10
[   12.215169] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd001a3/0x940300/0x12f800/0x0, board id: 2964, fw id: 2560
[   12.215175] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[   12.216826] snd_hda_codec_conexant hdaudioC1D0: CX20751/2: BIOS auto-probing.
[   12.217121] snd_hda_codec_conexant hdaudioC1D0: autoconfig for CX20751/2: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[   12.217123] snd_hda_codec_conexant hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   12.217124] snd_hda_codec_conexant hdaudioC1D0:    hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
[   12.217125] snd_hda_codec_conexant hdaudioC1D0:    mono: mono_out=0x0
[   12.217125] snd_hda_codec_conexant hdaudioC1D0:    inputs:
[   12.217127] snd_hda_codec_conexant hdaudioC1D0:      Internal Mic=0x1a
[   12.217128] snd_hda_codec_conexant hdaudioC1D0:      Mic=0x19
[   12.217918] snd_hda_codec_conexant hdaudioC1D0: Enable sync_write for stable communication
[   12.231026] iwlwifi 0000:05:00.0: Detected Intel(R) Wireless N 7260, REV=0x144
[   12.231161] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card1/input6
[   12.231277] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input7
[   12.231312] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input8
[   12.233088] iwlwifi 0000:05:00.0: L1 Enabled - LTR Enabled
[   12.233353] iwlwifi 0000:05:00.0: L1 Enabled - LTR Enabled
[   12.263133] i915 0000:00:02.0: enabling device (0006 -> 0007)
[   12.263304] [drm] Memory usable by graphics device = 2048M
[   12.263305] checking generic (e0000000 7f0000) vs hw (e0000000 10000000)
[   12.263306] fb: switching to inteldrmfb from EFI VGA
[   12.263324] Console: switching to colour dummy device 80x25
[   12.263372] [drm] Replacing VGA console driver
[   12.269329] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   12.269329] [drm] Driver supports precise vblank timestamp query.
[   12.269571] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=mem
[   12.270803] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input4
[   12.277128] ACPI: Video Device [VID] (multi-head: yes  rom: no  post: no)
[   12.277347] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9
[   12.277455] ACPI: Video Device [VID1] (multi-head: yes  rom: yes  post: no)
[   12.277624] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:01/input/input10
[   12.287599] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   12.287606] [drm] Initialized i915 1.6.0 20160919 for 0000:00:02.0 on minor 0
[   12.290349] fbcon: inteldrmfb (fb0) is primary device
[   12.300249] mousedev: PS/2 mouse device common for all mice
[   12.338397] Linux video capture interface: v2.00
[   12.394596] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input12
[   12.394638] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input13
[   12.394675] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input14
[   12.460553] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[   12.469764] uvcvideo: Found UVC 1.00 device Integrated Camera (5986:0397)
[   12.470347] uvcvideo 3-12:1.0: Entity type for entity Processing 2 was not initialized!
[   12.470349] uvcvideo 3-12:1.0: Entity type for entity Camera 1 was not initialized!
[   12.470350] uvcvideo 3-12:1.0: Entity type for entity Extension 4 was not initialized!
[   12.470394] input: Integrated Camera as /devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12:1.0/input/input15
[   12.470426] usbcore: registered new interface driver uvcvideo
[   12.470427] USB Video Class driver (1.1.1)
[   12.626173] intel_rapl: Found RAPL domain package
[   12.626174] intel_rapl: Found RAPL domain core
[   12.626175] intel_rapl: Found RAPL domain uncore
[   12.626176] intel_rapl: Found RAPL domain dram
[   12.666955] iwlwifi 0000:05:00.0 wlp5s0: renamed from wlan0
[   12.985710] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
[   13.230744] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input11
[   13.499161] Console: switching to colour frame buffer device 240x67
[   13.521735] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   23.004754] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
[   23.088192] r8169 0000:04:00.0 enp4s0: link down
[   23.088303] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
[   23.118060] IPv6: ADDRCONF(NETDEV_UP): wlp5s0: link is not ready
[   23.120250] iwlwifi 0000:05:00.0: L1 Enabled - LTR Enabled
[   23.120525] iwlwifi 0000:05:00.0: L1 Enabled - LTR Enabled
[   23.323687] iwlwifi 0000:05:00.0: L1 Enabled - LTR Enabled
[   23.323954] iwlwifi 0000:05:00.0: L1 Enabled - LTR Enabled
[   23.338424] IPv6: ADDRCONF(NETDEV_UP): wlp5s0: link is not ready
[   23.348065] iwlwifi 0000:05:00.0: L1 Enabled - LTR Enabled
[   23.348318] iwlwifi 0000:05:00.0: L1 Enabled - LTR Enabled
[   23.451278] nvidia: loading out-of-tree module taints kernel.
[   23.451282] nvidia: module license 'NVIDIA' taints kernel.
[   23.451283] Disabling lock debugging due to kernel taint
[   23.460693] nvidia-nvlink: Nvlink Core is being initialized, major device number 244
[   23.460912] nvidia 0000:01:00.0: enabling device (0004 -> 0007)
[   23.461045] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  384.90  Tue Sep 19 19:17:35 PDT 2017 (using threaded interrupts)
[   23.551822] iwlwifi 0000:05:00.0: L1 Enabled - LTR Enabled
[   23.552107] iwlwifi 0000:05:00.0: L1 Enabled - LTR Enabled
[   23.568825] IPv6: ADDRCONF(NETDEV_UP): wlp5s0: link is not ready
[   25.143770] IPv6: ADDRCONF(NETDEV_UP): wlp5s0: link is not ready
[   25.681037] IPv6: ADDRCONF(NETDEV_UP): wlp5s0: link is not ready
[   26.400062] wlp5s0: authenticate with a4:2b:8c:a3:82:14
[   26.402998] wlp5s0: send auth to a4:2b:8c:a3:82:14 (try 1/3)
[   26.404829] wlp5s0: authenticated
[   26.405761] wlp5s0: associate with a4:2b:8c:a3:82:14 (try 1/3)
[   26.415102] wlp5s0: RX AssocResp from a4:2b:8c:a3:82:14 (capab=0x1411 status=0 aid=3)
[   26.424466] wlp5s0: associated
[   26.424505] IPv6: ADDRCONF(NETDEV_CHANGE): wlp5s0: link becomes ready
[   59.475866] systemd-journald[202]: File /var/log/journal/e08d25e7bf154030b9e890725c779383/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
[   61.084378] fuse init (API version 7.26)

Thanks for helping!

Offline

#16 2017-10-06 20:23:51

seth
Member
Registered: 2012-09-03
Posts: 51,056

Re: e4rat-lite slows boot time by 20-30 seconds

Why do you use the lts kernel?
Try to connect your ethernet, boot the regular kernel (if it boots) and provide an updated dmesg from that condition.

Offline

#17 2017-10-06 20:35:12

LnX_Archer
Member
Registered: 2017-09-06
Posts: 33

Re: e4rat-lite slows boot time by 20-30 seconds

seth wrote:

Why do you use the lts kernel?
Try to connect your ethernet, boot the regular kernel (if it boots) and provide an updated dmesg from that condition.

Mostly because I get a PCC/PCCT parsing error while booting the current kernel. Otherwise no reason, the kernel works even with the error though.

Don't really have a ethernet cable at hand at the moment, so if that is critical I'll have to get to that during the weekend possibly.
Here is dmesg with regular/current kernel on wifi.

[lnx@Archer ~]$ dmesg
[    0.000000] microcode: microcode updated early to revision 0x22, date = 2017-01-27
[    0.000000] random: get_random_bytes called from start_kernel+0x42/0x4b7 with crng_init=0
[    0.000000] Linux version 4.13.3-1-ARCH (builduser@tobias) (gcc version 7.2.0 (GCC)) #1 SMP PREEMPT Thu Sep 21 20:33:16 CEST 2017
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=176e2a47-6e84-4da0-bdd2-310c3b27ac8a rw quiet
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] e820: 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-0x000000000009bfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009c000-0x000000000009cfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000009d000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000bffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000b129efff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b129f000-0x00000000b14a0fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b14a1000-0x00000000bb3dbfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bb3dc000-0x00000000bb5dbfff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000bb5dc000-0x00000000bce3efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bce3f000-0x00000000bcf7efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bcf7f000-0x00000000bcffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bcfff000-0x00000000bcffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bd000000-0x00000000bf9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f80f8000-0x00000000f80f8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023e5fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by Lenovo
[    0.000000] efi:  ACPI=0xbcffe000  ACPI 2.0=0xbcffe014  SMBIOS=0xbcdd3000 
[    0.000000] efi: [Firmware Bug]: Invalid EFI memory map entries:
[    0.000000] efi: mem40: [Reserved           |   |  |  |  |  |  |  |   |  |  |  |  ] range=[0x0000000000000000-0x0000000000000000] (invalid)
[    0.000000] efi: mem41: [Reserved           |   |  |  |  |  |  |  |   |  |  |  |  ] range=[0x0000000000000000-0x0000000000000000] (invalid)
[    0.000000] efi: mem42: [Reserved           |   |  |  |  |  |  |  |   |  |  |  |  ] range=[0x0000000000000000-0x0000000000000000] (invalid)
[    0.000000] efi: mem43: [Reserved           |   |  |  |  |  |  |  |   |  |  |  |  ] range=[0x0000000000000000-0x0000000000000000] (invalid)
[    0.000000] efi: mem44: [Reserved           |   |  |  |  |  |  |  |   |  |  |  |  ] range=[0x0000000000000000-0x0000000000000000] (invalid)
[    0.000000] efi: Removing 5 invalid memory map entries.
[    0.000000] random: fast init done
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: LENOVO 20C6008FMS/20C6008FMS, BIOS J9ET96WW (2.16 ) 10/14/2014
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x23e600 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    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 00C0000000 mask 7FC0000000 uncachable
[    0.000000]   1 base 00BE000000 mask 7FFE000000 uncachable
[    0.000000]   2 base 00BD000000 mask 7FFF000000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] e820: last_pfn = 0xbd000 max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff88cf80075000] 75000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x158d5e000, 0x158d5efff] PGTABLE
[    0.000000] BRK [0x158d5f000, 0x158d5ffff] PGTABLE
[    0.000000] BRK [0x158d60000, 0x158d60fff] PGTABLE
[    0.000000] BRK [0x158d61000, 0x158d61fff] PGTABLE
[    0.000000] BRK [0x158d62000, 0x158d62fff] PGTABLE
[    0.000000] BRK [0x158d63000, 0x158d63fff] PGTABLE
[    0.000000] BRK [0x158d64000, 0x158d64fff] PGTABLE
[    0.000000] BRK [0x158d65000, 0x158d65fff] PGTABLE
[    0.000000] BRK [0x158d66000, 0x158d66fff] PGTABLE
[    0.000000] BRK [0x158d67000, 0x158d67fff] PGTABLE
[    0.000000] Secure boot could not be determined
[    0.000000] RAMDISK: [mem 0x3704d000-0x3781dfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000BCFFE014 000024 (v02 LENOVO)
[    0.000000] ACPI: XSDT 0x00000000BCFFE170 0000DC (v01 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: FACP 0x00000000BCFF9000 00010C (v05 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: DSDT 0x00000000BCFE2000 011E6F (v01 LENOVO TP-J9    00002160 INTL 20120711)
[    0.000000] ACPI: FACS 0x00000000BCF49000 000040
[    0.000000] ACPI: DBGP 0x00000000BCFFC000 000034 (v01 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: ECDT 0x00000000BCFFB000 000052 (v01 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: HPET 0x00000000BCFF8000 000038 (v01 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: APIC 0x00000000BCFF7000 000098 (v01 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: MCFG 0x00000000BCFF6000 00003C (v01 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: SSDT 0x00000000BCFF5000 000033 (v01 LENOVO TP-SSDT1 00000100 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000BCFF4000 00044F (v01 LENOVO TP-SSDT2 00000200 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000BCFE1000 000920 (v01 LENOVO SataAhci 00001000 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000BCFE0000 00078E (v01 LENOVO Cpu0Ist  00003000 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000BCFDF000 000AD8 (v01 LENOVO CpuPm    00003000 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000BCFDD000 0011FA (v01 LENOVO SaSsdt   00003000 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000BCFDC000 000379 (v01 LENOVO CppcTabl 00001000 INTL 20120711)
[    0.000000] ACPI: PCCT 0x00000000BCFDB000 00006E (v05 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: SSDT 0x00000000BCFDA000 000AC4 (v01 LENOVO Cpc_Tabl 00001000 INTL 20120711)
[    0.000000] ACPI: UEFI 0x00000000BCFD9000 000042 (v01 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: MSDM 0x00000000BCF42000 000055 (v03 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: ASF! 0x00000000BCFFD000 0000A5 (v32 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: BATB 0x00000000BCFD8000 000046 (v01 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: FPDT 0x00000000BCFD7000 000064 (v01 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: UEFI 0x00000000BCFD6000 0002E2 (v01 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: SSDT 0x00000000BCFD5000 000499 (v01 LENOVO IsctTabl 00001000 INTL 20120711)
[    0.000000] ACPI: BGRT 0x00000000BCFD4000 000038 (v01 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000023e5fffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x23e5fb000-0x23e5fffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000023e5fffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.000000]   node   0: [mem 0x0000000000059000-0x000000000009bfff]
[    0.000000]   node   0: [mem 0x000000000009d000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000b129efff]
[    0.000000]   node   0: [mem 0x00000000b14a1000-0x00000000bb3dbfff]
[    0.000000]   node   0: [mem 0x00000000bcfff000-0x00000000bcffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000023e5fffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000023e5fffff]
[    0.000000] On node 0 totalpages: 2070390
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 55 pages reserved
[    0.000000]   DMA zone: 3995 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 11912 pages used for memmap
[    0.000000]   DMA32 zone: 762331 pages, LIFO batch:31
[    0.000000]   Normal zone: 20376 pages used for memmap
[    0.000000]   Normal zone: 1304064 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics memory at 0x00000000bda00000-0x00000000bf9fffff
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    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] IOAPIC[0]: apic_id 2, 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: 0x8086a301 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009c000-0x0009cfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x000bffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xb129f000-0xb14a0fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb3dc000-0xbb5dbfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb5dc000-0xbce3efff]
[    0.000000] PM: Registered nosave memory: [mem 0xbce3f000-0xbcf7efff]
[    0.000000] PM: Registered nosave memory: [mem 0xbcf7f000-0xbcffefff]
[    0.000000] PM: Registered nosave memory: [mem 0xbd000000-0xbf9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbfa00000-0xf80f7fff]
[    0.000000] PM: Registered nosave memory: [mem 0xf80f8000-0xf80f8fff]
[    0.000000] PM: Registered nosave memory: [mem 0xf80f9000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xffffffff]
[    0.000000] e820: [mem 0xbfa00000-0xf80f7fff] 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] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 36 pages/cpu @ffff88d1be200000 s106520 r8192 d32744 u262144
[    0.000000] pcpu-alloc: s106520 r8192 d32744 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 2037983
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=176e2a47-6e84-4da0-bdd2-310c3b27ac8a rw quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 7989396K/8281560K available (6603K kernel code, 1126K rwdata, 2036K rodata, 1328K init, 900K bss, 292164K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] ftrace: allocating 28108 entries in 110 pages
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS: 8448, nr_irqs: 488, preallocated irqs: 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.003333] tsc: Detected 2195.023 MHz processor
[    0.003333] Calibrating delay loop (skipped), value calculated using timer frequency.. 4391.96 BogoMIPS (lpj=7316743)
[    0.003333] pid_max: default: 32768 minimum: 301
[    0.003333] ACPI: Core revision 20170531
[    0.044412] ACPI: 10 ACPI AML tables successfully acquired and loaded
[    0.047025] Security Framework initialized
[    0.047028] Yama: becoming mindful.
[    0.050505] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.052023] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.052088] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.052136] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.052601] CPU: Physical Processor ID: 0
[    0.052603] CPU: Processor Core ID: 0
[    0.052613] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.052614] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.052623] mce: CPU supports 9 MCE banks
[    0.052650] CPU0: Thermal monitoring enabled (TM1)
[    0.052690] process: using mwait in idle threads
[    0.052697] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.052699] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.053850] Freeing SMP alternatives memory: 24K
[    0.063646] smpboot: Max logical packages: 2
[    0.064111] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.097135] TSC deadline timer enabled
[    0.097140] smpboot: CPU0: Intel(R) Core(TM) i7-4702MQ CPU @ 2.20GHz (family: 0x6, model: 0x3c, stepping: 0x3)
[    0.110016] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.110107] ... version:                3
[    0.110109] ... bit width:              48
[    0.110110] ... generic registers:      4
[    0.110112] ... value mask:             0000ffffffffffff
[    0.110113] ... max period:             00007fffffffffff
[    0.110115] ... fixed-purpose events:   3
[    0.110116] ... event mask:             000000070000000f
[    0.116672] Hierarchical SRCU implementation.
[    0.130342] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.136671] smp: Bringing up secondary CPUs ...
[    0.163361] x86: Booting SMP configuration:
[    0.163364] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.926710] smp: Brought up 1 node, 8 CPUs
[    0.926710] smpboot: Total of 8 processors activated (35162.20 BogoMIPS)
[    0.930659] devtmpfs: initialized
[    0.930659] x86/mm: Memory block size: 128MB
[    0.931675] PM: Registering ACPI NVS region [mem 0xbce3f000-0xbcf7efff] (1310720 bytes)
[    0.931675] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.931675] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.931675] pinctrl core: initialized pinctrl subsystem
[    0.931675] RTC time: 20:27:43, date: 10/06/17
[    0.931675] NET: Registered protocol family 16
[    0.933622] cpuidle: using governor ladder
[    0.933622] cpuidle: using governor menu
[    0.933622] Error parsing PCC subspaces from PCCT
[    0.933622] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.933622] ACPI: bus type PCI registered
[    0.933622] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.934426] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.934457] PCI: not using MMCONFIG
[    0.934457] PCI: Using configuration type 1 for base access
[    0.934457] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.936737] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.936737] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.936786] ACPI: Added _OSI(Module Device)
[    0.936789] ACPI: Added _OSI(Processor Device)
[    0.936791] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.936793] ACPI: Added _OSI(Processor Aggregator Device)
[    0.936809] ACPI: EC: EC started
[    0.936811] ACPI: EC: interrupt blocked
[    0.939360] ACPI: \: Used as first EC
[    0.939364] ACPI: \: GPE=0x17, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.939366] ACPI: \: Used as boot ECDT EC to handle transactions
[    0.946073] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.975442] ACPI Error: Needed type [Reference], found [Integer] ffff88d1b595ab88 (20170531/exresop-103)
[    0.975463] ACPI Exception: AE_AML_OPERAND_TYPE, While resolving operands for [OpcodeName unavailable] (20170531/dswexec-461)
[    0.975479] ACPI Error: Method parse/execution failed \_PR.CPU0._PDC, AE_AML_OPERAND_TYPE (20170531/psparse-550)
[    0.976139] ACPI: Dynamic OEM Table Load:
[    0.976163] ACPI: SSDT 0xFFFF88D1B44EF800 0005AA (v01 PmRef  ApIst    00003000 INTL 20120711)
[    0.977186] ACPI: Dynamic OEM Table Load:
[    0.977203] ACPI: SSDT 0xFFFF88D1B471B200 000119 (v01 PmRef  ApCst    00003000 INTL 20120711)
[    0.981147] ACPI: Interpreter enabled
[    0.981217] ACPI: (supports S0 S3 S4 S5)
[    0.981220] ACPI: Using IOAPIC for interrupt routing
[    0.981281] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.982274] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources
[    0.982294] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.991709] ACPI: Power Resource [PUBS] (on)
[    1.014321] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    1.014461] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    1.014593] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    1.014724] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    1.014855] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    1.014986] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    1.015117] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    1.015247] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    1.015404] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
[    1.015414] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    1.015679] acpi PNP0A08:00: _OSC: platform does not support [PCIeCapability]
[    1.015793] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
[    1.015797] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug PME AER PCIeCapability]
[    1.015801] acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug PME AER]
[    1.015803] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
[    1.016400] PCI host bridge to bus 0000:00
[    1.016405] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    1.016409] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    1.016412] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    1.016415] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    1.016417] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    1.016420] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    1.016423] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    1.016426] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    1.016428] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    1.016431] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    1.016434] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    1.016436] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    1.016439] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    1.016442] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    1.016444] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    1.016447] pci_bus 0000:00: root bus resource [mem 0xbfa00000-0xfebfffff window]
[    1.016451] pci_bus 0000:00: root bus resource [bus 00-3f]
[    1.016468] pci 0000:00:00.0: [8086:0c04] type 00 class 0x060000
[    1.016766] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
[    1.016857] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    1.017123] pci 0000:00:02.0: [8086:0416] type 00 class 0x030000
[    1.017152] pci 0000:00:02.0: reg 0x10: [mem 0xf1000000-0xf13fffff 64bit]
[    1.017167] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    1.017177] pci 0000:00:02.0: reg 0x20: [io  0x6000-0x603f]
[    1.017449] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
[    1.017474] pci 0000:00:03.0: reg 0x10: [mem 0xf2610000-0xf2613fff 64bit]
[    1.017806] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[    1.017856] pci 0000:00:14.0: reg 0x10: [mem 0xf2600000-0xf260ffff 64bit]
[    1.018002] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    1.018240] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[    1.018290] pci 0000:00:16.0: reg 0x10: [mem 0xf2619000-0xf261900f 64bit]
[    1.018437] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    1.018689] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[    1.018733] pci 0000:00:1a.0: reg 0x10: [mem 0xf261e000-0xf261e3ff]
[    1.018901] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    1.019146] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[    1.019192] pci 0000:00:1b.0: reg 0x10: [mem 0xf2614000-0xf2617fff 64bit]
[    1.019358] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    1.019610] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
[    1.019784] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.020133] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
[    1.020307] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    1.020639] pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
[    1.020811] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    1.021130] pci 0000:00:1c.4: [8086:8c18] type 01 class 0x060400
[    1.021302] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    1.021629] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[    1.021674] pci 0000:00:1d.0: reg 0x10: [mem 0xf261d000-0xf261d3ff]
[    1.021841] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    1.022079] pci 0000:00:1f.0: [8086:8c4b] type 00 class 0x060100
[    1.022491] pci 0000:00:1f.2: [8086:8c03] type 00 class 0x010601
[    1.022535] pci 0000:00:1f.2: reg 0x10: [io  0x6088-0x608f]
[    1.022552] pci 0000:00:1f.2: reg 0x14: [io  0x6094-0x6097]
[    1.022570] pci 0000:00:1f.2: reg 0x18: [io  0x6080-0x6087]
[    1.022588] pci 0000:00:1f.2: reg 0x1c: [io  0x6090-0x6093]
[    1.022605] pci 0000:00:1f.2: reg 0x20: [io  0x6060-0x607f]
[    1.022624] pci 0000:00:1f.2: reg 0x24: [mem 0xf261c000-0xf261c7ff]
[    1.022718] pci 0000:00:1f.2: PME# supported from D3hot
[    1.022947] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[    1.022991] pci 0000:00:1f.3: reg 0x10: [mem 0xf2618000-0xf26180ff 64bit]
[    1.023040] pci 0000:00:1f.3: reg 0x20: [io  0xefa0-0xefbf]
[    1.023409] pci 0000:01:00.0: [10de:1292] type 00 class 0x030200
[    1.023445] pci 0000:01:00.0: reg 0x10: [mem 0xf0000000-0xf0ffffff]
[    1.023465] pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
[    1.023486] pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[    1.023498] pci 0000:01:00.0: reg 0x24: [io  0x5000-0x507f]
[    1.023511] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[    1.033367] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.033373] pci 0000:00:01.0:   bridge window [io  0x5000-0x5fff]
[    1.033379] pci 0000:00:01.0:   bridge window [mem 0xf0000000-0xf0ffffff]
[    1.033386] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    1.033480] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    1.033636] acpiphp: Slot [1] registered
[    1.033720] pci 0000:03:00.0: [10ec:5227] type 00 class 0xff0000
[    1.033863] pci 0000:03:00.0: reg 0x10: [mem 0xf1e00000-0xf1e00fff]
[    1.034508] pci 0000:03:00.0: supports D1 D2
[    1.034511] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[    1.043413] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    1.043421] pci 0000:00:1c.2:   bridge window [io  0x4000-0x4fff]
[    1.043428] pci 0000:00:1c.2:   bridge window [mem 0xf1e00000-0xf25fffff]
[    1.043440] pci 0000:00:1c.2:   bridge window [mem 0xf1400000-0xf1bfffff 64bit pref]
[    1.043604] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[    1.043752] pci 0000:04:00.0: reg 0x10: [io  0x3000-0x30ff]
[    1.043886] pci 0000:04:00.0: reg 0x18: [mem 0xf1d04000-0xf1d04fff 64bit]
[    1.043969] pci 0000:04:00.0: reg 0x20: [mem 0xf1d00000-0xf1d03fff 64bit]
[    1.044433] pci 0000:04:00.0: supports D1 D2
[    1.044436] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.053427] pci 0000:00:1c.3: PCI bridge to [bus 04]
[    1.053434] pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
[    1.053441] pci 0000:00:1c.3:   bridge window [mem 0xf1d00000-0xf1dfffff]
[    1.053655] pci 0000:05:00.0: [8086:08b2] type 00 class 0x028000
[    1.053901] pci 0000:05:00.0: reg 0x10: [mem 0xf1c00000-0xf1c01fff 64bit]
[    1.054763] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    1.063419] pci 0000:00:1c.4: PCI bridge to [bus 05]
[    1.063431] pci 0000:00:1c.4:   bridge window [mem 0xf1c00000-0xf1cfffff]
[    1.066849] ACPI: Enabled 5 GPEs in block 00 to 3F
[    1.066894] ACPI: EC: EC stopped
[    1.066894] ACPI: EC: EC started
[    1.066894] ACPI: EC: interrupt blocked
[    1.067288] ACPI: EC: interrupt unblocked
[    1.067299] ACPI: EC: event unblocked
[    1.067331] ACPI: \_SB_.PCI0.LPC_.EC__: GPE=0x17, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    1.067334] ACPI: \_SB_.PCI0.LPC_.EC__: Used as boot ECDT EC to handle transactions and events
[    1.067392] ACPI: \_SB_.PCI0.LPC_.EC__: GPE=0x17, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    1.067395] ACPI: \_SB_.PCI0.LPC_.EC__: Used as boot DSDT EC to handle transactions and events
[    1.067660] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[    1.067660] pci 0000:00:02.0: vgaarb: setting as boot device
[    1.067660] pci 0000:00:02.0: vgaarb: bridge control possible
[    1.067660] vgaarb: loaded
[    1.067660] EDAC MC: Ver: 3.0.0
[    1.067660] Registered efivars operations
[    1.086695] PCI: Using ACPI for IRQ routing
[    1.090463] PCI: pci_cache_line_size set to 64 bytes
[    1.090604] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    1.090607] e820: reserve RAM buffer [mem 0x0009c000-0x0009ffff]
[    1.090609] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    1.090611] e820: reserve RAM buffer [mem 0xb129f000-0xb3ffffff]
[    1.090614] e820: reserve RAM buffer [mem 0xbb3dc000-0xbbffffff]
[    1.090616] e820: reserve RAM buffer [mem 0xbd000000-0xbfffffff]
[    1.090619] e820: reserve RAM buffer [mem 0x23e600000-0x23fffffff]
[    1.090797] NetLabel: Initializing
[    1.090799] NetLabel:  domain hash size = 128
[    1.090800] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    1.090835] NetLabel:  unlabeled traffic allowed by default
[    1.093977] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    1.093991] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    1.096713] clocksource: Switched to clocksource hpet
[    1.117168] VFS: Disk quotas dquot_6.6.0
[    1.117206] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.117364] pnp: PnP ACPI init
[    1.118127] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[    1.118132] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
[    1.118136] system 00:00: [mem 0x00100000-0xbf9fffff] could not be reserved
[    1.118140] system 00:00: [mem 0xfec00000-0xffffffff] could not be reserved
[    1.118148] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    1.118453] system 00:01: [io  0x1800-0x187f] has been reserved
[    1.118458] system 00:01: [io  0x0800-0x087f] has been reserved
[    1.118461] system 00:01: [io  0x15e0-0x15ef] has been reserved
[    1.118465] system 00:01: [io  0x1640-0x165f] has been reserved
[    1.118470] system 00:01: [mem 0xf8000000-0xfbffffff] could not be reserved
[    1.118474] system 00:01: [mem 0x00000000-0x00000fff] could not be reserved
[    1.118478] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    1.118481] system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
[    1.118485] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[    1.118488] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[    1.118492] system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
[    1.118495] system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
[    1.118501] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.118636] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.118681] pnp 00:03: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
[    1.118719] pnp 00:04: Plug and Play ACPI device, IDs LEN2006 PNP0f13 (active)
[    1.120339] pnp: PnP ACPI: found 5 devices
[    1.128728] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.128741] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[    1.128776] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    1.128781] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[    1.128786] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[    1.128852] pci 0000:00:1c.0: BAR 14: assigned [mem 0xbfa00000-0xbfbfffff]
[    1.128876] pci 0000:00:1c.0: BAR 15: assigned [mem 0xbfc00000-0xbfdfffff 64bit pref]
[    1.128882] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    1.128890] pci 0000:01:00.0: BAR 6: no space for [mem size 0x00080000 pref]
[    1.128894] pci 0000:01:00.0: BAR 6: failed to assign [mem size 0x00080000 pref]
[    1.128897] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.128901] pci 0000:00:01.0:   bridge window [io  0x5000-0x5fff]
[    1.128908] pci 0000:00:01.0:   bridge window [mem 0xf0000000-0xf0ffffff]
[    1.128913] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    1.128922] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    1.128926] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    1.128936] pci 0000:00:1c.0:   bridge window [mem 0xbfa00000-0xbfbfffff]
[    1.128943] pci 0000:00:1c.0:   bridge window [mem 0xbfc00000-0xbfdfffff 64bit pref]
[    1.128956] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    1.128960] pci 0000:00:1c.2:   bridge window [io  0x4000-0x4fff]
[    1.128970] pci 0000:00:1c.2:   bridge window [mem 0xf1e00000-0xf25fffff]
[    1.128977] pci 0000:00:1c.2:   bridge window [mem 0xf1400000-0xf1bfffff 64bit pref]
[    1.128990] pci 0000:00:1c.3: PCI bridge to [bus 04]
[    1.128994] pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
[    1.129004] pci 0000:00:1c.3:   bridge window [mem 0xf1d00000-0xf1dfffff]
[    1.129020] pci 0000:00:1c.4: PCI bridge to [bus 05]
[    1.129030] pci 0000:00:1c.4:   bridge window [mem 0xf1c00000-0xf1cfffff]
[    1.129049] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    1.129052] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    1.129055] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    1.129058] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    1.129061] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    1.129063] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    1.129066] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    1.129069] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    1.129072] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    1.129075] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    1.129077] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    1.129080] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    1.129083] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    1.129086] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    1.129089] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    1.129092] pci_bus 0000:00: resource 19 [mem 0xbfa00000-0xfebfffff window]
[    1.129095] pci_bus 0000:01: resource 0 [io  0x5000-0x5fff]
[    1.129098] pci_bus 0000:01: resource 1 [mem 0xf0000000-0xf0ffffff]
[    1.129101] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[    1.129104] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    1.129107] pci_bus 0000:02: resource 1 [mem 0xbfa00000-0xbfbfffff]
[    1.129109] pci_bus 0000:02: resource 2 [mem 0xbfc00000-0xbfdfffff 64bit pref]
[    1.129112] pci_bus 0000:03: resource 0 [io  0x4000-0x4fff]
[    1.129115] pci_bus 0000:03: resource 1 [mem 0xf1e00000-0xf25fffff]
[    1.129118] pci_bus 0000:03: resource 2 [mem 0xf1400000-0xf1bfffff 64bit pref]
[    1.129121] pci_bus 0000:04: resource 0 [io  0x3000-0x3fff]
[    1.129123] pci_bus 0000:04: resource 1 [mem 0xf1d00000-0xf1dfffff]
[    1.129126] pci_bus 0000:05: resource 1 [mem 0xf1c00000-0xf1cfffff]
[    1.129383] NET: Registered protocol family 2
[    1.129751] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    1.130052] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.130309] TCP: Hash tables configured (established 65536 bind 65536)
[    1.130389] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    1.130443] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    1.130559] NET: Registered protocol family 1
[    1.130590] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.131601] PCI: CLS 64 bytes, default 64
[    1.131681] Unpacking initramfs...
[    1.441220] Freeing initrd memory: 8004K
[    1.441230] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.441236] software IO TLB [mem 0xab2ef000-0xaf2ef000] (64MB) mapped at [ffff88d02b2ef000-ffff88d02f2eefff]
[    1.441832] Scanning for low memory corruption every 60 seconds
[    1.443215] Initialise system trusted keyrings
[    1.443242] Key type blacklist registered
[    1.443377] workingset: timestamp_bits=40 max_order=21 bucket_order=0
[    1.445912] zbud: loaded
[    1.447333] Key type asymmetric registered
[    1.447405] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    1.447487] io scheduler noop registered
[    1.447489] io scheduler deadline registered
[    1.447548] io scheduler cfq registered (default)
[    1.447550] io scheduler mq-deadline registered
[    1.447551] io scheduler kyber registered
[    1.447602] io scheduler bfq registered
[    1.449076] efifb: probing for efifb
[    1.449103] efifb: framebuffer at 0xe0000000, using 8128k, total 8128k
[    1.449105] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    1.449107] efifb: scrolling: redraw
[    1.449110] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.460984] Console: switching to colour frame buffer device 240x67
[    1.472574] fb0: EFI VGA frame buffer device
[    1.472591] intel_idle: MWAIT substates: 0x42120
[    1.472593] intel_idle: v0.4.1 model 0x3C
[    1.473306] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.474092] GHES: HEST is not enabled!
[    1.474261] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.475178] Linux agpgart interface v0.103
[    1.476529] rtc_cmos 00:02: RTC can wake from S4
[    1.476830] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.476873] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.476895] intel_pstate: Intel P-state driver initializing
[    1.477667] ledtrig-cpu: registered to indicate activity on CPUs
[    1.477744] vlv2_plat_clk vlv2_plat_clk: vlv2_plat_clk initialized
[    1.478252] NET: Registered protocol family 10
[    1.486382] Segment Routing with IPv6
[    1.486431] NET: Registered protocol family 17
[    1.487623] RAS: Correctable Errors collector initialized.
[    1.487696] microcode: sig=0x306c3, pf=0x10, revision=0x22
[    1.487988] microcode: Microcode Update Driver: v2.2.
[    1.488007] sched_clock: Marking stable (1487974194, 0)->(1584066345, -96092151)
[    1.488555] registered taskstats version 1
[    1.488567] Loading compiled-in X.509 certificates
[    1.488607] zswap: loaded using pool lzo/zbud
[    1.489985]   Magic number: 5:523:497
[    1.490127] rtc_cmos 00:02: setting system clock to 2017-10-06 20:27:44 UTC (1507321664)
[    1.491105] PM: Hibernation image not present or could not be loaded.
[    1.492995] Freeing unused kernel memory: 1328K
[    1.492997] Write protecting the kernel read-only data: 10240k
[    1.493590] Freeing unused kernel memory: 1576K
[    1.493702] Freeing unused kernel memory: 12K
[    1.562013] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    1.570038] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.570082] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.570613] SCSI subsystem initialized
[    1.570687] ACPI: bus type USB registered
[    1.570710] usbcore: registered new interface driver usbfs
[    1.570720] usbcore: registered new interface driver hub
[    1.570757] usbcore: registered new device driver usb
[    1.571326] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.571830] ehci-pci: EHCI PCI platform driver
[    1.571956] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    1.571962] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.571975] ehci-pci 0000:00:1a.0: debug port 2
[    1.572156] libata version 3.00 loaded.
[    1.575875] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    1.575889] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf261e000
[    1.587218] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.590082] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.590329] hub 1-0:1.0: USB hub found
[    1.590337] hub 1-0:1.0: 3 ports detected
[    1.590613] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    1.590618] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.590629] ehci-pci 0000:00:1d.0: debug port 2
[    1.594519] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    1.594531] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf261d000
[    1.606741] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.607047] hub 2-0:1.0: USB hub found
[    1.607056] hub 2-0:1.0: 3 ports detected
[    1.607436] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.607442] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    1.608540] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
[    1.608547] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.608788] hub 3-0:1.0: USB hub found
[    1.608805] hub 3-0:1.0: 14 ports detected
[    1.609923] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.609926] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    1.610100] hub 4-0:1.0: USB hub found
[    1.610113] hub 4-0:1.0: 6 ports detected
[    1.610471] usb: port power management may be unreliable
[    1.610751] ahci 0000:00:1f.2: version 3.0
[    1.610973] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x7 impl SATA mode
[    1.610976] ahci 0000:00:1f.2: flags: 64bit ncq ilck pm led clo pio slum part ems apst 
[    1.631081] scsi host0: ahci
[    1.631384] scsi host1: ahci
[    1.631663] scsi host2: ahci
[    1.631866] scsi host3: ahci
[    1.632001] scsi host4: ahci
[    1.632208] scsi host5: ahci
[    1.632271] ata1: SATA max UDMA/133 abar m2048@0xf261c000 port 0xf261c100 irq 26
[    1.632274] ata2: SATA max UDMA/133 abar m2048@0xf261c000 port 0xf261c180 irq 26
[    1.632277] ata3: SATA max UDMA/133 abar m2048@0xf261c000 port 0xf261c200 irq 26
[    1.632278] ata4: DUMMY
[    1.632279] ata5: DUMMY
[    1.632280] ata6: DUMMY
[    1.910085] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.926757] usb 3-7: new full-speed USB device number 2 using xhci_hcd
[    1.926776] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    1.947834] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.947863] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.947887] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.948272] ata2.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    1.948276] ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    1.948681] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    1.948687] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    1.948718] ata2.00: ATA-9: SanDisk SSD U110 16GB, U21B001, max UDMA/133
[    1.948721] ata2.00: 31277232 sectors, multi 1: LBA48 NCQ (depth 31/32)
[    1.949360] ata1.00: ATA-9: WDC WD10JPVX-08JC3T5, 05.01A05, max UDMA/133
[    1.949365] ata1.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    1.949737] ata2.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    1.949741] ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    1.949972] ata2.00: configured for UDMA/133
[    1.950426] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    1.950431] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    1.950646] ata3.00: ATAPI: HL-DT-ST DVDRAM GU90N, LUE1, max UDMA/133
[    1.950991] ata1.00: configured for UDMA/133
[    1.951313] scsi 0:0:0:0: Direct-Access     ATA      WDC WD10JPVX-08J 1A05 PQ: 0 ANSI: 5
[    1.952746] ata3.00: configured for UDMA/133
[    1.997421] scsi 1:0:0:0: Direct-Access     ATA      SanDisk SSD U110 001  PQ: 0 ANSI: 5
[    2.047917] hub 1-1:1.0: USB hub found
[    2.048075] hub 1-1:1.0: 6 ports detected
[    2.053635] scsi 2:0:0:0: CD-ROM            HL-DT-ST DVDRAM GU90N     LUE1 PQ: 0 ANSI: 5
[    2.063963] hub 2-1:1.0: USB hub found
[    2.064033] hub 2-1:1.0: 8 ports detected
[    2.073418] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    2.073421] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    2.073448] sd 0:0:0:0: [sda] Write Protect is off
[    2.073452] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.073477] sd 1:0:0:0: [sdb] 31277232 512-byte logical blocks: (16.0 GB/14.9 GiB)
[    2.073501] sd 1:0:0:0: [sdb] Write Protect is off
[    2.073503] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.073520] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.073542] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.076242]  sdb: sdb1
[    2.076709] sd 1:0:0:0: [sdb] Attached SCSI disk
[    2.090311] sr 2:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.090315] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.090615] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    2.174091]  sda: sda1 sda2
[    2.174912] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.230055] usb 3-11: new full-speed USB device number 3 using xhci_hcd
[    2.450046] tsc: Refined TSC clocksource calibration: 2194.916 MHz
[    2.450058] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fa3704c1a9, max_idle_ns: 440795296692 ns
[    2.476696] usb 3-12: new high-speed USB device number 4 using xhci_hcd
[    2.865887] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    3.463437] clocksource: Switched to clocksource tsc
[    4.120528] random: crng init done
[    4.469838] ip_tables: (C) 2000-2006 Netfilter Core Team
[    4.558257] systemd[1]: systemd 234 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN default-hierarchy=hybrid)
[    4.558495] systemd[1]: Detected architecture x86-64.
[    4.578212] systemd[1]: Set hostname to <Archer>.
[    5.994824] systemd[1]: Reached target Login Prompts.
[    6.078585] systemd[1]: Listening on LVM2 metadata daemon socket.
[    6.078969] systemd[1]: Created slice System Slice.
[    6.079427] systemd[1]: Mounting POSIX Message Queue File System...
[    6.079896] systemd[1]: Mounting Kernel Debug File System...
[    6.079946] systemd[1]: Listening on udev Kernel Socket.
[    6.080025] systemd[1]: Listening on Journal Socket.
[    6.485360] EXT4-fs (sda2): re-mounted. Opts: data=ordered
[    6.654429] systemd-journald[222]: Received request to flush runtime journal from PID 1
[    8.590007] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    8.874787] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[    8.875362] ACPI: Lid Switch [LID]
[    8.875415] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    8.875428] ACPI: Power Button [PWRF]
[    9.090158] EDAC ie31200: No ECC support
[    9.130365] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x0000000000001863 (\PMI) (20170531/utaddress-247)
[    9.130371] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\_SB.PCI0.LPC.PMIO) (20170531/utaddress-247)
[    9.130374] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    9.130377] ACPI Warning: SystemIO range 0x0000000000000840-0x000000000000084F conflicts with OpRegion 0x0000000000000800-0x0000000000000863 (\GPRL) (20170531/utaddress-247)
[    9.130380] ACPI Warning: SystemIO range 0x0000000000000840-0x000000000000084F conflicts with OpRegion 0x0000000000000800-0x0000000000000BFF (\GPR) (20170531/utaddress-247)
[    9.130383] ACPI Warning: SystemIO range 0x0000000000000840-0x000000000000084F conflicts with OpRegion 0x0000000000000800-0x000000000000085F (\_SB.PCI0.PEG.GPIO) (20170531/utaddress-247)
[    9.130386] ACPI Warning: SystemIO range 0x0000000000000840-0x000000000000084F conflicts with OpRegion 0x0000000000000800-0x000000000000085F (\_SB.PCI0.LPC.EC.HKEY.GINV) (20170531/utaddress-247)
[    9.130388] ACPI Warning: SystemIO range 0x0000000000000840-0x000000000000084F conflicts with OpRegion 0x0000000000000800-0x000000000000087F (\_SB.PCI0.LPC.LPIO) (20170531/utaddress-247)
[    9.130391] ACPI Warning: SystemIO range 0x0000000000000840-0x000000000000084F conflicts with OpRegion 0x0000000000000800-0x000000000000085F (\_GPE.GINV) (20170531/utaddress-247)
[    9.130393] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    9.130394] ACPI Warning: SystemIO range 0x0000000000000830-0x000000000000083F conflicts with OpRegion 0x0000000000000800-0x0000000000000863 (\GPRL) (20170531/utaddress-247)
[    9.130396] ACPI Warning: SystemIO range 0x0000000000000830-0x000000000000083F conflicts with OpRegion 0x0000000000000800-0x0000000000000BFF (\GPR) (20170531/utaddress-247)
[    9.130399] ACPI Warning: SystemIO range 0x0000000000000830-0x000000000000083F conflicts with OpRegion 0x0000000000000800-0x000000000000085F (\_SB.PCI0.PEG.GPIO) (20170531/utaddress-247)
[    9.130402] ACPI Warning: SystemIO range 0x0000000000000830-0x000000000000083F conflicts with OpRegion 0x0000000000000800-0x000000000000085F (\_SB.PCI0.LPC.EC.HKEY.GINV) (20170531/utaddress-247)
[    9.130404] ACPI Warning: SystemIO range 0x0000000000000830-0x000000000000083F conflicts with OpRegion 0x0000000000000800-0x000000000000087F (\_SB.PCI0.LPC.LPIO) (20170531/utaddress-247)
[    9.130407] ACPI Warning: SystemIO range 0x0000000000000830-0x000000000000083F conflicts with OpRegion 0x0000000000000800-0x000000000000085F (\_GPE.GINV) (20170531/utaddress-247)
[    9.130409] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    9.130409] ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x0000000000000863 (\GPRL) (20170531/utaddress-247)
[    9.130412] ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x0000000000000BFF (\GPR) (20170531/utaddress-247)
[    9.130414] ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x000000000000085F (\_SB.PCI0.PEG.GPIO) (20170531/utaddress-247)
[    9.130417] ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x000000000000085F (\_SB.PCI0.LPC.EC.HKEY.GINV) (20170531/utaddress-247)
[    9.130419] ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x000000000000087F (\_SB.PCI0.LPC.LPIO) (20170531/utaddress-247)
[    9.130422] ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x000000000000085F (\_GPE.GINV) (20170531/utaddress-247)
[    9.130424] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    9.130425] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    9.222827] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    9.295476] ACPI: Battery Slot [BAT0] (battery present)
[    9.344922] Non-volatile memory driver v1.3
[    9.351201] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    9.359047] thinkpad_acpi: ThinkPad ACPI Extras v0.25
[    9.359048] thinkpad_acpi: http://ibm-acpi.sf.net/
[    9.359049] thinkpad_acpi: ThinkPad BIOS J9ET96WW (2.16 ), EC unknown
[    9.359050] thinkpad_acpi: Lenovo ThinkPad Edge E540, model 20C6008FMS
[    9.359170] thinkpad_hwmon thinkpad_hwmon: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    9.359715] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[    9.359716] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[    9.363592] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[    9.375248] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    9.377039] thermal LNXTHERM:00: registered as thermal_zone0
[    9.377040] ACPI: Thermal Zone [THM0] (45 C)
[    9.391193] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input4
[    9.567861] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    9.567863] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    9.567864] RAPL PMU: hw unit of domain package 2^-14 Joules
[    9.567864] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    9.567865] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    9.761495] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    9.761503] r8169 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
[    9.770900] r8169 0000:04:00.0 eth0: RTL8168g/8111g at 0xfffface400e35000, 28:d2:44:eb:93:79, XID 10900880 IRQ 28
[    9.770902] r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    9.814601] ACPI: AC Adapter [AC] (off-line)
[    9.848281] Intel(R) Wireless WiFi driver for Linux
[    9.848283] Copyright(c) 2003- 2015 Intel Corporation
[    9.905540] iTCO_vendor_support: vendor-support=0
[   10.104897] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   10.104936] iTCO_wdt: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860)
[   10.105016] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   10.318053] Adding 15637568k swap on /dev/sdb1.  Priority:-1 extents:1 across:15637568k SSFS
[   10.345078] snd_hda_codec_conexant hdaudioC1D0: CX20751/2: BIOS auto-probing.
[   10.345367] snd_hda_codec_conexant hdaudioC1D0: autoconfig for CX20751/2: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[   10.345368] snd_hda_codec_conexant hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   10.345369] snd_hda_codec_conexant hdaudioC1D0:    hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
[   10.345369] snd_hda_codec_conexant hdaudioC1D0:    mono: mono_out=0x0
[   10.345370] snd_hda_codec_conexant hdaudioC1D0:    inputs:
[   10.345371] snd_hda_codec_conexant hdaudioC1D0:      Internal Mic=0x1a
[   10.345372] snd_hda_codec_conexant hdaudioC1D0:      Mic=0x19
[   10.346123] snd_hda_codec_conexant hdaudioC1D0: Enable sync_write for stable communication
[   10.356927] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card1/input6
[   10.357010] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input7
[   10.357038] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input8
[   11.137179] psmouse serio1: synaptics: queried max coordinates: x [..5674], y [..4684]
[   11.173655] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1170..]
[   11.173658] psmouse serio1: synaptics: Trying to set up SMBus access
[   11.201852] r8169 0000:04:00.0 enp4s0: renamed from eth0
[   11.532986] iwlwifi 0000:05:00.0: loaded firmware version 17.459231.0 op_mode iwlmvm
[   11.677208] media: Linux media interface: v0.10
[   13.076957] AVX2 version of gcm_enc/dec engaged.
[   13.076958] AES CTR mode by8 optimization enabled
[   13.100822] Linux video capture interface: v2.00
[   13.245423] Bluetooth: Core ver 2.22
[   13.245437] NET: Registered protocol family 31
[   13.245438] Bluetooth: HCI device and connection manager initialized
[   13.245440] Bluetooth: HCI socket layer initialized
[   13.245441] Bluetooth: L2CAP socket layer initialized
[   13.245444] Bluetooth: SCO socket layer initialized
[   14.169234] usbcore: registered new interface driver btusb
[   14.182340] Bluetooth: hci0: read Intel version: 370710018002030d00
[   14.448902] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
[   14.575345] Bluetooth: hci0: Intel Bluetooth firmware patch completed and activated
[   14.927933] iwlwifi 0000:05:00.0: Detected Intel(R) Wireless N 7260, REV=0x144
[   14.945326] iwlwifi 0000:05:00.0: base HW address: 80:19:34:07:a5:d0
[   15.152059] i915 0000:00:02.0: enabling device (0006 -> 0007)
[   15.152262] [drm] Memory usable by graphics device = 2048M
[   15.152264] checking generic (e0000000 7f0000) vs hw (e0000000 10000000)
[   15.152264] fb: switching to inteldrmfb from EFI VGA
[   15.152281] Console: switching to colour dummy device 80x25
[   15.152349] [drm] Replacing VGA console driver
[   15.158438] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   15.158439] [drm] Driver supports precise vblank timestamp query.
[   15.158752] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=mem
[   15.165672] [drm] Initialized i915 1.6.0 20170619 for 0000:00:02.0 on minor 0
[   15.166146] ACPI: Video Device [VID] (multi-head: yes  rom: no  post: no)
[   15.166467] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9
[   15.166602] ACPI: Video Device [VID1] (multi-head: yes  rom: yes  post: no)
[   15.166835] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:01/input/input10
[   15.188780] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   15.196117] rmi4_smbus 0-002c: registering SMbus-connected sensor
[   15.202072] fbcon: inteldrmfb (fb0) is primary device
[   15.245972] rmi4_f01 rmi4-00.fn01: found RMI device, manufacturer: Synaptics, product: tm2964-001, fw id: 1637231
[   15.261653] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[   15.303404] input: Synaptics tm2964-001 as /devices/rmi4-00/input/input11
[   15.309387] intel_rapl: Found RAPL domain package
[   15.309388] intel_rapl: Found RAPL domain core
[   15.309389] intel_rapl: Found RAPL domain uncore
[   15.309389] intel_rapl: Found RAPL domain dram
[   15.337790] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input13
[   15.337826] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input14
[   15.337858] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input15
[   15.337888] input: HDA Intel HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/sound/card0/input16
[   15.337918] input: HDA Intel HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.0/sound/card0/input17
[   15.346394] iwlwifi 0000:05:00.0 wlp5s0: renamed from wlan0
[   15.374774] mousedev: PS/2 mouse device common for all mice
[   15.437369] uvcvideo: Found UVC 1.00 device Integrated Camera (5986:0397)
[   15.437983] uvcvideo 3-12:1.0: Entity type for entity Processing 2 was not initialized!
[   15.437986] uvcvideo 3-12:1.0: Entity type for entity Camera 1 was not initialized!
[   15.437987] uvcvideo 3-12:1.0: Entity type for entity Extension 4 was not initialized!
[   15.438067] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12:1.0/input/input18
[   15.438129] usbcore: registered new interface driver uvcvideo
[   15.438130] USB Video Class driver (1.1.1)
[   15.649252] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
[   15.699616] input: TPPS/2 IBM TrackPoint as /devices/rmi4-00/rmi4-00.fn03/serio2/input/input12
[   16.327027] Console: switching to colour frame buffer device 240x67
[   16.347057] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   25.302280] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
[   25.368833] r8169 0000:04:00.0 enp4s0: link down
[   25.368913] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
[   25.396387] IPv6: ADDRCONF(NETDEV_UP): wlp5s0: link is not ready
[   25.638981] IPv6: ADDRCONF(NETDEV_UP): wlp5s0: link is not ready
[   25.904942] IPv6: ADDRCONF(NETDEV_UP): wlp5s0: link is not ready
[   26.395742] nvidia: loading out-of-tree module taints kernel.
[   26.395748] nvidia: module license 'NVIDIA' taints kernel.
[   26.395748] Disabling lock debugging due to kernel taint
[   26.404932] nvidia-nvlink: Nvlink Core is being initialized, major device number 244
[   26.405122] nvidia 0000:01:00.0: enabling device (0004 -> 0007)
[   26.405262] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  384.90  Tue Sep 19 19:17:35 PDT 2017 (using threaded interrupts)
[   27.247680] IPv6: ADDRCONF(NETDEV_UP): wlp5s0: link is not ready
[   27.775543] IPv6: ADDRCONF(NETDEV_UP): wlp5s0: link is not ready
[   28.411399] wlp5s0: authenticate with a4:2b:8c:a3:82:14
[   28.414183] wlp5s0: send auth to a4:2b:8c:a3:82:14 (try 1/3)
[   28.418408] wlp5s0: authenticated
[   28.419989] wlp5s0: associate with a4:2b:8c:a3:82:14 (try 1/3)
[   28.423965] wlp5s0: RX AssocResp from a4:2b:8c:a3:82:14 (capab=0x1411 status=0 aid=3)
[   28.424930] wlp5s0: associated
[   28.424948] IPv6: ADDRCONF(NETDEV_CHANGE): wlp5s0: link becomes ready
[   42.428541] fuse init (API version 7.26)

Offline

#18 2017-10-06 20:47:03

seth
Member
Registered: 2012-09-03
Posts: 51,056

Re: e4rat-lite slows boot time by 20-30 seconds

Same 13 second delay to bring up your WiFi
You could also try to disable ethernet in networkmanager (no idea whether that's possible, there's a GUI or how to do it otherwise), but a direct connection would probably be a good test to see whether this is actually the cause of the delay.

Offline

#19 2017-10-06 21:38:04

LnX_Archer
Member
Registered: 2017-09-06
Posts: 33

Re: e4rat-lite slows boot time by 20-30 seconds

seth wrote:

Same 13 second delay to bring up your WiFi
You could also try to disable ethernet in networkmanager (no idea whether that's possible, there's a GUI or how to do it otherwise), but a direct connection would probably be a good test to see whether this is actually the cause of the delay.

Alright, thanks! I'll look into testing with a cable and possibly disabling network altogether and report back.

If it is the wifi that slows the boot, what could be done, I mean, I still need the wifi to work?


Thanks for the help so far, I appreciate it!

Offline

#20 2017-10-06 22:42:23

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,523
Website

Re: e4rat-lite slows boot time by 20-30 seconds

LnX_Archer wrote:

I still need the wifi to work?

But you don't need it to boot up.  An alternative to hooking up ethernet would be to just disable all networking services as a test.  If your boot time is reasonable, then we know the network connection time is the issue.

While you may need a network connection to do your work, there is absolutely no reason your DE should wait for the network to be up before even starting.  There are ways to not have other services wait on a network connection (i.e.. the network can be brought up in parallel to everything else starting) but I have no idea how to do this with NM.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#21 2017-10-08 18:09:51

LnX_Archer
Member
Registered: 2017-09-06
Posts: 33

Re: e4rat-lite slows boot time by 20-30 seconds

Trilby wrote:
LnX_Archer wrote:

I still need the wifi to work?

But you don't need it to boot up.  An alternative to hooking up ethernet would be to just disable all networking services as a test.  If your boot time is reasonable, then we know the network connection time is the issue.

While you may need a network connection to do your work, there is absolutely no reason your DE should wait for the network to be up before even starting.  There are ways to not have other services wait on a network connection (i.e.. the network can be brought up in parallel to everything else starting) but I have no idea how to do this with NM.

seth wrote:

Same 13 second delay to bring up your WiFi
You could also try to disable ethernet in networkmanager (no idea whether that's possible, there's a GUI or how to do it otherwise), but a direct connection would probably be a good test to see whether this is actually the cause of the delay.

Booting with the NetworkManager services disabled looks like this:

[lnx@Archer ~]$ systemd-analyze 
Startup finished in 4.927s (firmware) + 1.890s (loader) + 3.770s (kernel) + 13.557s (userspace) = 24.145s
[lnx@Archer ~]$ systemd-analyze critical-chain
The time after the unit is active or started is printed after the "@" character.
The time the unit takes to start is printed after the "+" character.

graphical.target @13.557s
└─lightdm.service @12.689s +867ms
  └─systemd-user-sessions.service @12.640s +49ms
    └─basic.target @12.268s
      └─sockets.target @12.268s
        └─dbus.socket @12.268s
          └─sysinit.target @12.267s
            └─systemd-update-utmp.service @12.176s +91ms
              └─systemd-tmpfiles-setup.service @11.972s +203ms
                └─systemd-journal-flush.service @2.300s +9.670s
                  └─systemd-remount-fs.service @2.194s +105ms
                    └─systemd-journald.socket @1.841s
                      └─-.slice @1.654s
[lnx@Archer ~]$ dmesg
[    0.000000] microcode: microcode updated early to revision 0x22, date = 2017-01-27
[    0.000000] random: get_random_bytes called from start_kernel+0x42/0x4b7 with crng_init=0
[    0.000000] Linux version 4.13.3-1-ARCH (builduser@tobias) (gcc version 7.2.0 (GCC)) #1 SMP PREEMPT Thu Sep 21 20:33:16 CEST 2017
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=176e2a47-6e84-4da0-bdd2-310c3b27ac8a rw quiet
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] e820: 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-0x000000000009bfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009c000-0x000000000009cfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000009d000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000bffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000b129efff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b129f000-0x00000000b14a0fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b14a1000-0x00000000bb3dbfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bb3dc000-0x00000000bb5dbfff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000bb5dc000-0x00000000bce3efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bce3f000-0x00000000bcf7efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bcf7f000-0x00000000bcffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bcfff000-0x00000000bcffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bd000000-0x00000000bf9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f80f8000-0x00000000f80f8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023e5fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by Lenovo
[    0.000000] efi:  ACPI=0xbcffe000  ACPI 2.0=0xbcffe014  SMBIOS=0xbcdd3000 
[    0.000000] efi: [Firmware Bug]: Invalid EFI memory map entries:
[    0.000000] efi: mem40: [Reserved           |   |  |  |  |  |  |  |   |  |  |  |  ] range=[0x0000000000000000-0x0000000000000000] (invalid)
[    0.000000] efi: mem41: [Reserved           |   |  |  |  |  |  |  |   |  |  |  |  ] range=[0x0000000000000000-0x0000000000000000] (invalid)
[    0.000000] efi: mem42: [Reserved           |   |  |  |  |  |  |  |   |  |  |  |  ] range=[0x0000000000000000-0x0000000000000000] (invalid)
[    0.000000] efi: mem43: [Reserved           |   |  |  |  |  |  |  |   |  |  |  |  ] range=[0x0000000000000000-0x0000000000000000] (invalid)
[    0.000000] efi: mem44: [Reserved           |   |  |  |  |  |  |  |   |  |  |  |  ] range=[0x0000000000000000-0x0000000000000000] (invalid)
[    0.000000] efi: Removing 5 invalid memory map entries.
[    0.000000] random: fast init done
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: LENOVO 20C6008FMS/20C6008FMS, BIOS J9ET96WW (2.16 ) 10/14/2014
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x23e600 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    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 00C0000000 mask 7FC0000000 uncachable
[    0.000000]   1 base 00BE000000 mask 7FFE000000 uncachable
[    0.000000]   2 base 00BD000000 mask 7FFF000000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] e820: last_pfn = 0xbd000 max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff8ee5c0079000] 79000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x76d5e000, 0x76d5efff] PGTABLE
[    0.000000] BRK [0x76d5f000, 0x76d5ffff] PGTABLE
[    0.000000] BRK [0x76d60000, 0x76d60fff] PGTABLE
[    0.000000] BRK [0x76d61000, 0x76d61fff] PGTABLE
[    0.000000] BRK [0x76d62000, 0x76d62fff] PGTABLE
[    0.000000] BRK [0x76d63000, 0x76d63fff] PGTABLE
[    0.000000] BRK [0x76d64000, 0x76d64fff] PGTABLE
[    0.000000] BRK [0x76d65000, 0x76d65fff] PGTABLE
[    0.000000] Secure boot could not be determined
[    0.000000] RAMDISK: [mem 0x3704d000-0x3781dfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000BCFFE014 000024 (v02 LENOVO)
[    0.000000] ACPI: XSDT 0x00000000BCFFE170 0000DC (v01 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: FACP 0x00000000BCFF9000 00010C (v05 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: DSDT 0x00000000BCFE2000 011E6F (v01 LENOVO TP-J9    00002160 INTL 20120711)
[    0.000000] ACPI: FACS 0x00000000BCF49000 000040
[    0.000000] ACPI: DBGP 0x00000000BCFFC000 000034 (v01 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: ECDT 0x00000000BCFFB000 000052 (v01 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: HPET 0x00000000BCFF8000 000038 (v01 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: APIC 0x00000000BCFF7000 000098 (v01 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: MCFG 0x00000000BCFF6000 00003C (v01 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: SSDT 0x00000000BCFF5000 000033 (v01 LENOVO TP-SSDT1 00000100 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000BCFF4000 00044F (v01 LENOVO TP-SSDT2 00000200 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000BCFE1000 000920 (v01 LENOVO SataAhci 00001000 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000BCFE0000 00078E (v01 LENOVO Cpu0Ist  00003000 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000BCFDF000 000AD8 (v01 LENOVO CpuPm    00003000 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000BCFDD000 0011FA (v01 LENOVO SaSsdt   00003000 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000BCFDC000 000379 (v01 LENOVO CppcTabl 00001000 INTL 20120711)
[    0.000000] ACPI: PCCT 0x00000000BCFDB000 00006E (v05 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: SSDT 0x00000000BCFDA000 000AC4 (v01 LENOVO Cpc_Tabl 00001000 INTL 20120711)
[    0.000000] ACPI: UEFI 0x00000000BCFD9000 000042 (v01 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: MSDM 0x00000000BCF42000 000055 (v03 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: ASF! 0x00000000BCFFD000 0000A5 (v32 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: BATB 0x00000000BCFD8000 000046 (v01 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: FPDT 0x00000000BCFD7000 000064 (v01 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: UEFI 0x00000000BCFD6000 0002E2 (v01 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: SSDT 0x00000000BCFD5000 000499 (v01 LENOVO IsctTabl 00001000 INTL 20120711)
[    0.000000] ACPI: BGRT 0x00000000BCFD4000 000038 (v01 LENOVO TP-J9    00002160 PTEC 00000002)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000023e5fffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x23e5f9000-0x23e5fdfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000023e5fffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.000000]   node   0: [mem 0x0000000000059000-0x000000000009bfff]
[    0.000000]   node   0: [mem 0x000000000009d000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000b129efff]
[    0.000000]   node   0: [mem 0x00000000b14a1000-0x00000000bb3dbfff]
[    0.000000]   node   0: [mem 0x00000000bcfff000-0x00000000bcffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000023e5fffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000023e5fffff]
[    0.000000] On node 0 totalpages: 2070390
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 51 pages reserved
[    0.000000]   DMA zone: 3995 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 11912 pages used for memmap
[    0.000000]   DMA32 zone: 762331 pages, LIFO batch:31
[    0.000000]   Normal zone: 20376 pages used for memmap
[    0.000000]   Normal zone: 1304064 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics memory at 0x00000000bda00000-0x00000000bf9fffff
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    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] IOAPIC[0]: apic_id 2, 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: 0x8086a301 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009c000-0x0009cfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x000bffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xb129f000-0xb14a0fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb3dc000-0xbb5dbfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb5dc000-0xbce3efff]
[    0.000000] PM: Registered nosave memory: [mem 0xbce3f000-0xbcf7efff]
[    0.000000] PM: Registered nosave memory: [mem 0xbcf7f000-0xbcffefff]
[    0.000000] PM: Registered nosave memory: [mem 0xbd000000-0xbf9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbfa00000-0xf80f7fff]
[    0.000000] PM: Registered nosave memory: [mem 0xf80f8000-0xf80f8fff]
[    0.000000] PM: Registered nosave memory: [mem 0xf80f9000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xffffffff]
[    0.000000] e820: [mem 0xbfa00000-0xf80f7fff] 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] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 36 pages/cpu @ffff8ee7fe200000 s106520 r8192 d32744 u262144
[    0.000000] pcpu-alloc: s106520 r8192 d32744 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 2037987
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=176e2a47-6e84-4da0-bdd2-310c3b27ac8a rw quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 7989408K/8281560K available (6603K kernel code, 1126K rwdata, 2036K rodata, 1328K init, 900K bss, 292152K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] ftrace: allocating 28108 entries in 110 pages
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS: 8448, nr_irqs: 488, preallocated irqs: 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.003333] tsc: Detected 2194.746 MHz processor
[    0.003333] Calibrating delay loop (skipped), value calculated using timer frequency.. 4391.38 BogoMIPS (lpj=7315820)
[    0.003333] pid_max: default: 32768 minimum: 301
[    0.003333] ACPI: Core revision 20170531
[    0.020352] ACPI: 10 ACPI AML tables successfully acquired and loaded
[    0.023500] Security Framework initialized
[    0.023502] Yama: becoming mindful.
[    0.026801] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.027629] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.027662] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.027688] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.027882] CPU: Physical Processor ID: 0
[    0.027883] CPU: Processor Core ID: 0
[    0.027887] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.027888] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.027892] mce: CPU supports 9 MCE banks
[    0.027903] CPU0: Thermal monitoring enabled (TM1)
[    0.027918] process: using mwait in idle threads
[    0.027921] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.027922] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.028736] Freeing SMP alternatives memory: 24K
[    0.034384] smpboot: Max logical packages: 2
[    0.034794] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.067807] TSC deadline timer enabled
[    0.067810] smpboot: CPU0: Intel(R) Core(TM) i7-4702MQ CPU @ 2.20GHz (family: 0x6, model: 0x3c, stepping: 0x3)
[    0.080020] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.080056] ... version:                3
[    0.080056] ... bit width:              48
[    0.080057] ... generic registers:      4
[    0.080057] ... value mask:             0000ffffffffffff
[    0.080058] ... max period:             00007fffffffffff
[    0.080059] ... fixed-purpose events:   3
[    0.080059] ... event mask:             000000070000000f
[    0.086682] Hierarchical SRCU implementation.
[    0.100159] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.106682] smp: Bringing up secondary CPUs ...
[    0.133359] x86: Booting SMP configuration:
[    0.133360] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.876686] smp: Brought up 1 node, 8 CPUs
[    0.876686] smpboot: Total of 8 processors activated (35140.46 BogoMIPS)
[    0.880313] devtmpfs: initialized
[    0.880313] x86/mm: Memory block size: 128MB
[    0.880623] PM: Registering ACPI NVS region [mem 0xbce3f000-0xbcf7efff] (1310720 bytes)
[    0.880623] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.880623] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.880623] pinctrl core: initialized pinctrl subsystem
[    0.880623] RTC time: 18:02:35, date: 10/08/17
[    0.880623] NET: Registered protocol family 16
[    0.880623] cpuidle: using governor ladder
[    0.880623] cpuidle: using governor menu
[    0.880623] Error parsing PCC subspaces from PCCT
[    0.880623] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.880623] ACPI: bus type PCI registered
[    0.880623] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.880719] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.880728] PCI: not using MMCONFIG
[    0.880728] PCI: Using configuration type 1 for base access
[    0.880728] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.880777] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.880777] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.883386] ACPI: Added _OSI(Module Device)
[    0.883387] ACPI: Added _OSI(Processor Device)
[    0.883388] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.883388] ACPI: Added _OSI(Processor Aggregator Device)
[    0.883395] ACPI: EC: EC started
[    0.883395] ACPI: EC: interrupt blocked
[    0.884351] ACPI: \: Used as first EC
[    0.884353] ACPI: \: GPE=0x17, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.884354] ACPI: \: Used as boot ECDT EC to handle transactions
[    0.886669] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.909694] ACPI Error: Needed type [Reference], found [Integer] ffff8ee7f595a6c0 (20170531/exresop-103)
[    0.909702] ACPI Exception: AE_AML_OPERAND_TYPE, While resolving operands for [OpcodeName unavailable] (20170531/dswexec-461)
[    0.909708] ACPI Error: Method parse/execution failed \_PR.CPU0._PDC, AE_AML_OPERAND_TYPE (20170531/psparse-550)
[    0.909953] ACPI: Dynamic OEM Table Load:
[    0.909962] ACPI: SSDT 0xFFFF8EE7F44E9000 0005AA (v01 PmRef  ApIst    00003000 INTL 20120711)
[    0.910340] ACPI: Dynamic OEM Table Load:
[    0.910346] ACPI: SSDT 0xFFFF8EE7F4719400 000119 (v01 PmRef  ApCst    00003000 INTL 20120711)
[    0.911826] ACPI: Interpreter enabled
[    0.911852] ACPI: (supports S0 S3 S4 S5)
[    0.911853] ACPI: Using IOAPIC for interrupt routing
[    0.911875] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.912259] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources
[    0.912266] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.917611] ACPI: Power Resource [PUBS] (on)
[    0.935883] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.935938] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.935990] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.936042] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.936094] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.936145] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.936196] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.936248] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.936306] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
[    0.936310] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.936406] acpi PNP0A08:00: _OSC: platform does not support [PCIeCapability]
[    0.936448] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
[    0.936449] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug PME AER PCIeCapability]
[    0.936450] acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug PME AER]
[    0.936452] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
[    0.936684] PCI host bridge to bus 0000:00
[    0.936686] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.936687] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.936688] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.936689] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.936690] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.936691] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.936692] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.936693] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.936694] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.936695] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.936696] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.936697] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.936698] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.936699] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.936700] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.936701] pci_bus 0000:00: root bus resource [mem 0xbfa00000-0xfebfffff window]
[    0.936703] pci_bus 0000:00: root bus resource [bus 00-3f]
[    0.936710] pci 0000:00:00.0: [8086:0c04] type 00 class 0x060000
[    0.936822] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
[    0.936858] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.936956] pci 0000:00:02.0: [8086:0416] type 00 class 0x030000
[    0.936967] pci 0000:00:02.0: reg 0x10: [mem 0xf1000000-0xf13fffff 64bit]
[    0.936973] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.936977] pci 0000:00:02.0: reg 0x20: [io  0x6000-0x603f]
[    0.937078] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
[    0.937087] pci 0000:00:03.0: reg 0x10: [mem 0xf2610000-0xf2613fff 64bit]
[    0.937215] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[    0.937236] pci 0000:00:14.0: reg 0x10: [mem 0xf2600000-0xf260ffff 64bit]
[    0.937295] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.937389] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[    0.937410] pci 0000:00:16.0: reg 0x10: [mem 0xf2619000-0xf261900f 64bit]
[    0.937472] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.937572] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[    0.937593] pci 0000:00:1a.0: reg 0x10: [mem 0xf261e000-0xf261e3ff]
[    0.937674] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.937771] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[    0.937791] pci 0000:00:1b.0: reg 0x10: [mem 0xf2614000-0xf2617fff 64bit]
[    0.937859] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.937958] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
[    0.938026] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.938157] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
[    0.938225] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.938352] pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
[    0.938420] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.938542] pci 0000:00:1c.4: [8086:8c18] type 01 class 0x060400
[    0.938618] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.938746] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[    0.938768] pci 0000:00:1d.0: reg 0x10: [mem 0xf261d000-0xf261d3ff]
[    0.938849] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.938943] pci 0000:00:1f.0: [8086:8c4b] type 00 class 0x060100
[    0.939131] pci 0000:00:1f.2: [8086:8c03] type 00 class 0x010601
[    0.939148] pci 0000:00:1f.2: reg 0x10: [io  0x6088-0x608f]
[    0.939155] pci 0000:00:1f.2: reg 0x14: [io  0x6094-0x6097]
[    0.939163] pci 0000:00:1f.2: reg 0x18: [io  0x6080-0x6087]
[    0.939170] pci 0000:00:1f.2: reg 0x1c: [io  0x6090-0x6093]
[    0.939177] pci 0000:00:1f.2: reg 0x20: [io  0x6060-0x607f]
[    0.939184] pci 0000:00:1f.2: reg 0x24: [mem 0xf261c000-0xf261c7ff]
[    0.939220] pci 0000:00:1f.2: PME# supported from D3hot
[    0.939307] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[    0.939326] pci 0000:00:1f.3: reg 0x10: [mem 0xf2618000-0xf26180ff 64bit]
[    0.939345] pci 0000:00:1f.3: reg 0x20: [io  0xefa0-0xefbf]
[    0.939489] pci 0000:01:00.0: [10de:1292] type 00 class 0x030200
[    0.939509] pci 0000:01:00.0: reg 0x10: [mem 0xf0000000-0xf0ffffff]
[    0.939520] pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.939531] pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[    0.939537] pci 0000:01:00.0: reg 0x24: [io  0x5000-0x507f]
[    0.939544] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[    0.946684] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.946686] pci 0000:00:01.0:   bridge window [io  0x5000-0x5fff]
[    0.946688] pci 0000:00:01.0:   bridge window [mem 0xf0000000-0xf0ffffff]
[    0.946691] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.946728] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.946788] acpiphp: Slot [1] registered
[    0.946826] pci 0000:03:00.0: [10ec:5227] type 00 class 0xff0000
[    0.946928] pci 0000:03:00.0: reg 0x10: [mem 0xf1e00000-0xf1e00fff]
[    0.947105] pci 0000:03:00.0: supports D1 D2
[    0.947106] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.956699] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.956703] pci 0000:00:1c.2:   bridge window [io  0x4000-0x4fff]
[    0.956707] pci 0000:00:1c.2:   bridge window [mem 0xf1e00000-0xf25fffff]
[    0.956712] pci 0000:00:1c.2:   bridge window [mem 0xf1400000-0xf1bfffff 64bit pref]
[    0.956811] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[    0.956912] pci 0000:04:00.0: reg 0x10: [io  0x3000-0x30ff]
[    0.956983] pci 0000:04:00.0: reg 0x18: [mem 0xf1d04000-0xf1d04fff 64bit]
[    0.957052] pci 0000:04:00.0: reg 0x20: [mem 0xf1d00000-0xf1d03fff 64bit]
[    0.957323] pci 0000:04:00.0: supports D1 D2
[    0.957324] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.966705] pci 0000:00:1c.3: PCI bridge to [bus 04]
[    0.966708] pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
[    0.966711] pci 0000:00:1c.3:   bridge window [mem 0xf1d00000-0xf1dfffff]
[    0.966797] pci 0000:05:00.0: [8086:08b2] type 00 class 0x028000
[    0.966885] pci 0000:05:00.0: reg 0x10: [mem 0xf1c00000-0xf1c01fff 64bit]
[    0.967126] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    0.976705] pci 0000:00:1c.4: PCI bridge to [bus 05]
[    0.976710] pci 0000:00:1c.4:   bridge window [mem 0xf1c00000-0xf1cfffff]
[    0.979147] ACPI: Enabled 5 GPEs in block 00 to 3F
[    0.979169] ACPI: EC: EC stopped
[    0.979169] ACPI: EC: EC started
[    0.979169] ACPI: EC: interrupt blocked
[    0.979169] ACPI: EC: interrupt unblocked
[    0.979169] ACPI: EC: event unblocked
[    0.979169] ACPI: \_SB_.PCI0.LPC_.EC__: GPE=0x17, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.979169] ACPI: \_SB_.PCI0.LPC_.EC__: Used as boot ECDT EC to handle transactions and events
[    0.979169] ACPI: \_SB_.PCI0.LPC_.EC__: GPE=0x17, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.979169] ACPI: \_SB_.PCI0.LPC_.EC__: Used as boot DSDT EC to handle transactions and events
[    0.979169] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[    0.979169] pci 0000:00:02.0: vgaarb: setting as boot device
[    0.979169] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.979169] vgaarb: loaded
[    0.979169] EDAC MC: Ver: 3.0.0
[    0.979169] Registered efivars operations
[    0.991352] PCI: Using ACPI for IRQ routing
[    0.991393] PCI: pci_cache_line_size set to 64 bytes
[    0.991472] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.991473] e820: reserve RAM buffer [mem 0x0009c000-0x0009ffff]
[    0.991474] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.991474] e820: reserve RAM buffer [mem 0xb129f000-0xb3ffffff]
[    0.991475] e820: reserve RAM buffer [mem 0xbb3dc000-0xbbffffff]
[    0.991476] e820: reserve RAM buffer [mem 0xbd000000-0xbfffffff]
[    0.991477] e820: reserve RAM buffer [mem 0x23e600000-0x23fffffff]
[    0.991548] NetLabel: Initializing
[    0.991548] NetLabel:  domain hash size = 128
[    0.991549] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.991563] NetLabel:  unlabeled traffic allowed by default
[    0.991575] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.991575] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.995356] clocksource: Switched to clocksource hpet
[    1.001411] VFS: Disk quotas dquot_6.6.0
[    1.001426] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.001490] pnp: PnP ACPI init
[    1.001787] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[    1.001789] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
[    1.001791] system 00:00: [mem 0x00100000-0xbf9fffff] could not be reserved
[    1.001792] system 00:00: [mem 0xfec00000-0xffffffff] could not be reserved
[    1.001795] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    1.001910] system 00:01: [io  0x1800-0x187f] has been reserved
[    1.001911] system 00:01: [io  0x0800-0x087f] has been reserved
[    1.001913] system 00:01: [io  0x15e0-0x15ef] has been reserved
[    1.001914] system 00:01: [io  0x1640-0x165f] has been reserved
[    1.001916] system 00:01: [mem 0xf8000000-0xfbffffff] could not be reserved
[    1.001917] system 00:01: [mem 0x00000000-0x00000fff] could not be reserved
[    1.001919] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    1.001920] system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
[    1.001921] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[    1.001923] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[    1.001924] system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
[    1.001925] system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
[    1.001927] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.001979] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.001995] pnp 00:03: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
[    1.002010] pnp 00:04: Plug and Play ACPI device, IDs LEN2006 PNP0f13 (active)
[    1.002665] pnp: PnP ACPI: found 5 devices
[    1.008749] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.008754] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[    1.008768] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    1.008770] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[    1.008772] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[    1.008802] pci 0000:00:1c.0: BAR 14: assigned [mem 0xbfa00000-0xbfbfffff]
[    1.008810] pci 0000:00:1c.0: BAR 15: assigned [mem 0xbfc00000-0xbfdfffff 64bit pref]
[    1.008812] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    1.008816] pci 0000:01:00.0: BAR 6: no space for [mem size 0x00080000 pref]
[    1.008817] pci 0000:01:00.0: BAR 6: failed to assign [mem size 0x00080000 pref]
[    1.008819] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.008820] pci 0000:00:01.0:   bridge window [io  0x5000-0x5fff]
[    1.008823] pci 0000:00:01.0:   bridge window [mem 0xf0000000-0xf0ffffff]
[    1.008825] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    1.008828] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    1.008830] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    1.008835] pci 0000:00:1c.0:   bridge window [mem 0xbfa00000-0xbfbfffff]
[    1.008838] pci 0000:00:1c.0:   bridge window [mem 0xbfc00000-0xbfdfffff 64bit pref]
[    1.008844] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    1.008847] pci 0000:00:1c.2:   bridge window [io  0x4000-0x4fff]
[    1.008851] pci 0000:00:1c.2:   bridge window [mem 0xf1e00000-0xf25fffff]
[    1.008854] pci 0000:00:1c.2:   bridge window [mem 0xf1400000-0xf1bfffff 64bit pref]
[    1.008860] pci 0000:00:1c.3: PCI bridge to [bus 04]
[    1.008862] pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
[    1.008866] pci 0000:00:1c.3:   bridge window [mem 0xf1d00000-0xf1dfffff]
[    1.008874] pci 0000:00:1c.4: PCI bridge to [bus 05]
[    1.008879] pci 0000:00:1c.4:   bridge window [mem 0xf1c00000-0xf1cfffff]
[    1.008887] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    1.008888] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    1.008889] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    1.008890] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    1.008891] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    1.008892] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    1.008894] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    1.008895] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    1.008896] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    1.008897] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    1.008898] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    1.008899] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    1.008900] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    1.008901] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    1.008902] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    1.008903] pci_bus 0000:00: resource 19 [mem 0xbfa00000-0xfebfffff window]
[    1.008904] pci_bus 0000:01: resource 0 [io  0x5000-0x5fff]
[    1.008905] pci_bus 0000:01: resource 1 [mem 0xf0000000-0xf0ffffff]
[    1.008906] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[    1.008907] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    1.008908] pci_bus 0000:02: resource 1 [mem 0xbfa00000-0xbfbfffff]
[    1.008909] pci_bus 0000:02: resource 2 [mem 0xbfc00000-0xbfdfffff 64bit pref]
[    1.008911] pci_bus 0000:03: resource 0 [io  0x4000-0x4fff]
[    1.008912] pci_bus 0000:03: resource 1 [mem 0xf1e00000-0xf25fffff]
[    1.008913] pci_bus 0000:03: resource 2 [mem 0xf1400000-0xf1bfffff 64bit pref]
[    1.008914] pci_bus 0000:04: resource 0 [io  0x3000-0x3fff]
[    1.008915] pci_bus 0000:04: resource 1 [mem 0xf1d00000-0xf1dfffff]
[    1.008916] pci_bus 0000:05: resource 1 [mem 0xf1c00000-0xf1cfffff]
[    1.009012] NET: Registered protocol family 2
[    1.009153] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    1.009262] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.009426] TCP: Hash tables configured (established 65536 bind 65536)
[    1.009456] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    1.009482] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    1.009535] NET: Registered protocol family 1
[    1.009549] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.009973] PCI: CLS 64 bytes, default 64
[    1.010020] Unpacking initramfs...
[    1.122560] Freeing initrd memory: 8004K
[    1.122565] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.122568] software IO TLB [mem 0xab2ef000-0xaf2ef000] (64MB) mapped at [ffff8ee66b2ef000-ffff8ee66f2eefff]
[    1.122871] Scanning for low memory corruption every 60 seconds
[    1.123439] Initialise system trusted keyrings
[    1.123448] Key type blacklist registered
[    1.123498] workingset: timestamp_bits=40 max_order=21 bucket_order=0
[    1.124428] zbud: loaded
[    1.125051] Key type asymmetric registered
[    1.125075] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    1.125109] io scheduler noop registered
[    1.125110] io scheduler deadline registered
[    1.125130] io scheduler cfq registered (default)
[    1.125131] io scheduler mq-deadline registered
[    1.125132] io scheduler kyber registered
[    1.125152] io scheduler bfq registered
[    1.125754] efifb: probing for efifb
[    1.125764] efifb: framebuffer at 0xe0000000, using 8128k, total 8128k
[    1.125765] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    1.125766] efifb: scrolling: redraw
[    1.125767] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.130085] Console: switching to colour frame buffer device 240x67
[    1.134291] fb0: EFI VGA frame buffer device
[    1.134297] intel_idle: MWAIT substates: 0x42120
[    1.134298] intel_idle: v0.4.1 model 0x3C
[    1.134575] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.145232] GHES: HEST is not enabled!
[    1.145398] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.146229] Linux agpgart interface v0.103
[    1.146858] rtc_cmos 00:02: RTC can wake from S4
[    1.146996] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.147022] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.147030] intel_pstate: Intel P-state driver initializing
[    1.147605] ledtrig-cpu: registered to indicate activity on CPUs
[    1.147689] vlv2_plat_clk vlv2_plat_clk: vlv2_plat_clk initialized
[    1.148217] NET: Registered protocol family 10
[    1.156477] Segment Routing with IPv6
[    1.156525] NET: Registered protocol family 17
[    1.157708] RAS: Correctable Errors collector initialized.
[    1.157772] microcode: sig=0x306c3, pf=0x10, revision=0x22
[    1.158068] microcode: Microcode Update Driver: v2.2.
[    1.158097] sched_clock: Marking stable (1158054906, 0)->(1188505081, -30450175)
[    1.158671] registered taskstats version 1
[    1.158684] Loading compiled-in X.509 certificates
[    1.158720] zswap: loaded using pool lzo/zbud
[    1.160150]   Magic number: 5:496:38
[    1.160254] rtc_cmos 00:02: setting system clock to 2017-10-08 18:02:35 UTC (1507485755)
[    1.161182] PM: Hibernation image not present or could not be loaded.
[    1.162947] Freeing unused kernel memory: 1328K
[    1.162948] Write protecting the kernel read-only data: 10240k
[    1.163500] Freeing unused kernel memory: 1576K
[    1.163602] Freeing unused kernel memory: 12K
[    1.231537] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    1.239631] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.239681] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.240242] SCSI subsystem initialized
[    1.240298] ACPI: bus type USB registered
[    1.240319] usbcore: registered new interface driver usbfs
[    1.240328] usbcore: registered new interface driver hub
[    1.240362] usbcore: registered new device driver usb
[    1.240924] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.241592] ehci-pci: EHCI PCI platform driver
[    1.241713] libata version 3.00 loaded.
[    1.241738] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    1.241746] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.241761] ehci-pci 0000:00:1a.0: debug port 2
[    1.245656] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    1.245670] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf261e000
[    1.256715] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.256814] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.256894] hub 1-0:1.0: USB hub found
[    1.256899] hub 1-0:1.0: 3 ports detected
[    1.257155] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    1.257161] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.257173] ehci-pci 0000:00:1d.0: debug port 2
[    1.261068] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    1.261078] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf261d000
[    1.273424] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.273701] hub 2-0:1.0: USB hub found
[    1.273706] hub 2-0:1.0: 3 ports detected
[    1.274006] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.274014] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    1.275110] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
[    1.275115] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.275364] hub 3-0:1.0: USB hub found
[    1.275382] hub 3-0:1.0: 14 ports detected
[    1.276669] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.276673] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    1.276880] hub 4-0:1.0: USB hub found
[    1.276893] hub 4-0:1.0: 6 ports detected
[    1.277308] usb: port power management may be unreliable
[    1.277578] ahci 0000:00:1f.2: version 3.0
[    1.277794] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x7 impl SATA mode
[    1.277797] ahci 0000:00:1f.2: flags: 64bit ncq ilck pm led clo pio slum part ems apst 
[    1.297603] scsi host0: ahci
[    1.297891] scsi host1: ahci
[    1.298272] scsi host2: ahci
[    1.298489] scsi host3: ahci
[    1.298643] scsi host4: ahci
[    1.298807] scsi host5: ahci
[    1.298900] ata1: SATA max UDMA/133 abar m2048@0xf261c000 port 0xf261c100 irq 26
[    1.298903] ata2: SATA max UDMA/133 abar m2048@0xf261c000 port 0xf261c180 irq 26
[    1.298906] ata3: SATA max UDMA/133 abar m2048@0xf261c000 port 0xf261c200 irq 26
[    1.298908] ata4: DUMMY
[    1.298909] ata5: DUMMY
[    1.298910] ata6: DUMMY
[    1.576790] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.593462] usb 3-7: new full-speed USB device number 2 using xhci_hcd
[    1.593478] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    1.611010] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.611846] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    1.611852] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    1.612576] ata1.00: ATA-9: WDC WD10JPVX-08JC3T5, 05.01A05, max UDMA/133
[    1.612580] ata1.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    1.613450] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    1.613455] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    1.614174] ata1.00: configured for UDMA/133
[    1.614268] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.614304] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.614564] scsi 0:0:0:0: Direct-Access     ATA      WDC WD10JPVX-08J 1A05 PQ: 0 ANSI: 5
[    1.614655] ata2.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    1.614660] ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    1.615124] ata2.00: ATA-9: SanDisk SSD U110 16GB, U21B001, max UDMA/133
[    1.615128] ata2.00: 31277232 sectors, multi 1: LBA48 NCQ (depth 31/32)
[    1.615887] ata2.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    1.615891] ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    1.616047] ata2.00: configured for UDMA/133
[    1.616875] ata3.00: ATAPI: HL-DT-ST DVDRAM GU90N, LUE1, max UDMA/133
[    1.619010] ata3.00: configured for UDMA/133
[    1.650817] scsi 1:0:0:0: Direct-Access     ATA      SanDisk SSD U110 001  PQ: 0 ANSI: 5
[    1.693761] scsi 2:0:0:0: CD-ROM            HL-DT-ST DVDRAM GU90N     LUE1 PQ: 0 ANSI: 5
[    1.713260] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.713266] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.713283] sd 0:0:0:0: [sda] Write Protect is off
[    1.713286] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.713311] sd 1:0:0:0: [sdb] 31277232 512-byte logical blocks: (16.0 GB/14.9 GiB)
[    1.713313] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.713328] sd 1:0:0:0: [sdb] Write Protect is off
[    1.713331] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.713352] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.714045] hub 1-1:1.0: USB hub found
[    1.714124] hub 1-1:1.0: 6 ports detected
[    1.716107]  sdb: sdb1
[    1.716419] sd 1:0:0:0: [sdb] Attached SCSI disk
[    1.730355] sr 2:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.730358] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.730527] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    1.730951] hub 2-1:1.0: USB hub found
[    1.731004] hub 2-1:1.0: 8 ports detected
[    1.798913]  sda: sda1 sda2
[    1.799694] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.893478] usb 3-11: new full-speed USB device number 3 using xhci_hcd
[    2.133432] tsc: Refined TSC clocksource calibration: 2194.917 MHz
[    2.133441] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fa37107ca2, max_idle_ns: 440795258165 ns
[    2.140140] usb 3-12: new high-speed USB device number 4 using xhci_hcd
[    2.565789] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    3.146874] clocksource: Switched to clocksource tsc
[    3.789570] random: crng init done
[    4.127815] ip_tables: (C) 2000-2006 Netfilter Core Team
[    4.215811] systemd[1]: systemd 234 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN default-hierarchy=hybrid)
[    4.215995] systemd[1]: Detected architecture x86-64.
[    4.236177] systemd[1]: Set hostname to <Archer>.
[    5.610833] systemd[1]: Reached target Remote File Systems.
[    5.610928] systemd[1]: Listening on LVM2 metadata daemon socket.
[    5.610957] systemd[1]: Listening on udev Control Socket.
[    5.610991] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    5.611010] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    5.611021] systemd[1]: Reached target Login Prompts.
[    5.611369] systemd[1]: Created slice System Slice.
[    6.069613] EXT4-fs (sda2): re-mounted. Opts: data=ordered
[    6.247694] systemd-journald[222]: Received request to flush runtime journal from PID 1
[    9.144639] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    9.329863] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[    9.330474] ACPI: Lid Switch [LID]
[    9.330529] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    9.330540] ACPI: Power Button [PWRF]
[    9.583825] EDAC ie31200: No ECC support
[    9.595554] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    9.623817] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x0000000000001863 (\PMI) (20170531/utaddress-247)
[    9.623823] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\_SB.PCI0.LPC.PMIO) (20170531/utaddress-247)
[    9.623825] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    9.623827] ACPI Warning: SystemIO range 0x0000000000000840-0x000000000000084F conflicts with OpRegion 0x0000000000000800-0x0000000000000863 (\GPRL) (20170531/utaddress-247)
[    9.623830] ACPI Warning: SystemIO range 0x0000000000000840-0x000000000000084F conflicts with OpRegion 0x0000000000000800-0x0000000000000BFF (\GPR) (20170531/utaddress-247)
[    9.623832] ACPI Warning: SystemIO range 0x0000000000000840-0x000000000000084F conflicts with OpRegion 0x0000000000000800-0x000000000000085F (\_SB.PCI0.PEG.GPIO) (20170531/utaddress-247)
[    9.623834] ACPI Warning: SystemIO range 0x0000000000000840-0x000000000000084F conflicts with OpRegion 0x0000000000000800-0x000000000000085F (\_SB.PCI0.LPC.EC.HKEY.GINV) (20170531/utaddress-247)
[    9.623836] ACPI Warning: SystemIO range 0x0000000000000840-0x000000000000084F conflicts with OpRegion 0x0000000000000800-0x000000000000087F (\_SB.PCI0.LPC.LPIO) (20170531/utaddress-247)
[    9.623838] ACPI Warning: SystemIO range 0x0000000000000840-0x000000000000084F conflicts with OpRegion 0x0000000000000800-0x000000000000085F (\_GPE.GINV) (20170531/utaddress-247)
[    9.623840] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    9.623841] ACPI Warning: SystemIO range 0x0000000000000830-0x000000000000083F conflicts with OpRegion 0x0000000000000800-0x0000000000000863 (\GPRL) (20170531/utaddress-247)
[    9.623842] ACPI Warning: SystemIO range 0x0000000000000830-0x000000000000083F conflicts with OpRegion 0x0000000000000800-0x0000000000000BFF (\GPR) (20170531/utaddress-247)
[    9.623844] ACPI Warning: SystemIO range 0x0000000000000830-0x000000000000083F conflicts with OpRegion 0x0000000000000800-0x000000000000085F (\_SB.PCI0.PEG.GPIO) (20170531/utaddress-247)
[    9.623846] ACPI Warning: SystemIO range 0x0000000000000830-0x000000000000083F conflicts with OpRegion 0x0000000000000800-0x000000000000085F (\_SB.PCI0.LPC.EC.HKEY.GINV) (20170531/utaddress-247)
[    9.623848] ACPI Warning: SystemIO range 0x0000000000000830-0x000000000000083F conflicts with OpRegion 0x0000000000000800-0x000000000000087F (\_SB.PCI0.LPC.LPIO) (20170531/utaddress-247)
[    9.623850] ACPI Warning: SystemIO range 0x0000000000000830-0x000000000000083F conflicts with OpRegion 0x0000000000000800-0x000000000000085F (\_GPE.GINV) (20170531/utaddress-247)
[    9.623852] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    9.623852] ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x0000000000000863 (\GPRL) (20170531/utaddress-247)
[    9.623854] ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x0000000000000BFF (\GPR) (20170531/utaddress-247)
[    9.623856] ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x000000000000085F (\_SB.PCI0.PEG.GPIO) (20170531/utaddress-247)
[    9.623858] ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x000000000000085F (\_SB.PCI0.LPC.EC.HKEY.GINV) (20170531/utaddress-247)
[    9.623860] ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x000000000000087F (\_SB.PCI0.LPC.LPIO) (20170531/utaddress-247)
[    9.623861] ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x000000000000085F (\_GPE.GINV) (20170531/utaddress-247)
[    9.623863] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    9.623864] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    9.732973] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    9.773081] ACPI: Battery Slot [BAT0] (battery present)
[    9.958612] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    9.958619] r8169 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
[    9.967683] r8169 0000:04:00.0 eth0: RTL8168g/8111g at 0xffffaffa00e35000, 28:d2:44:eb:93:79, XID 10900880 IRQ 28
[    9.967685] r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[   10.018101] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[   10.019905] thermal LNXTHERM:00: registered as thermal_zone0
[   10.019906] ACPI: Thermal Zone [THM0] (51 C)
[   10.045035] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[   10.045036] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   10.045037] RAPL PMU: hw unit of domain package 2^-14 Joules
[   10.045038] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   10.045039] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   10.094680] Bluetooth: Core ver 2.22
[   10.094696] NET: Registered protocol family 31
[   10.094697] Bluetooth: HCI device and connection manager initialized
[   10.094699] Bluetooth: HCI socket layer initialized
[   10.094700] Bluetooth: L2CAP socket layer initialized
[   10.094703] Bluetooth: SCO socket layer initialized
[   10.299826] Intel(R) Wireless WiFi driver for Linux
[   10.299827] Copyright(c) 2003- 2015 Intel Corporation
[   10.402492] ACPI: AC Adapter [AC] (on-line)
[   10.419939] Non-volatile memory driver v1.3
[   10.594079] r8169 0000:04:00.0 enp4s0: renamed from eth0
[   10.863539] usbcore: registered new interface driver btusb
[   10.877119] Bluetooth: hci0: read Intel version: 370710018002030d56
[   10.877121] Bluetooth: hci0: Intel device is already patched. patch num: 56
[   10.880807] iTCO_vendor_support: vendor-support=0
[   11.014910] psmouse serio1: synaptics: queried max coordinates: x [..5674], y [..4684]
[   11.051389] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1170..]
[   11.051394] psmouse serio1: synaptics: Trying to set up SMBus access
[   11.257492] media: Linux media interface: v0.10
[   11.378387] i915 0000:00:02.0: enabling device (0006 -> 0007)
[   11.378602] [drm] Memory usable by graphics device = 2048M
[   11.378604] checking generic (e0000000 7f0000) vs hw (e0000000 10000000)
[   11.378605] fb: switching to inteldrmfb from EFI VGA
[   11.378622] Console: switching to colour dummy device 80x25
[   11.378699] [drm] Replacing VGA console driver
[   11.383455] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   11.383455] [drm] Driver supports precise vblank timestamp query.
[   11.383848] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=mem
[   11.390685] [drm] Initialized i915 1.6.0 20170619 for 0000:00:02.0 on minor 0
[   11.391022] ACPI: Video Device [VID] (multi-head: yes  rom: no  post: no)
[   11.391381] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
[   11.391484] ACPI: Video Device [VID1] (multi-head: yes  rom: yes  post: no)
[   11.391601] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:01/input/input6
[   11.415546] fbcon: inteldrmfb (fb0) is primary device
[   11.507670] Linux video capture interface: v2.00
[   11.700133] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   11.700165] iTCO_wdt: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860)
[   11.700225] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   11.776190] rmi4_smbus 0-002c: registering SMbus-connected sensor
[   11.825739] rmi4_f01 rmi4-00.fn01: found RMI device, manufacturer: Synaptics, product: tm2964-001, fw id: 1637231
[   11.885336] input: Synaptics tm2964-001 as /devices/rmi4-00/input/input7
[   12.143036] iwlwifi 0000:05:00.0: loaded firmware version 17.459231.0 op_mode iwlmvm
[   12.222097] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
[   12.234246] thinkpad_acpi: ThinkPad ACPI Extras v0.25
[   12.234247] thinkpad_acpi: http://ibm-acpi.sf.net/
[   12.234247] thinkpad_acpi: ThinkPad BIOS J9ET96WW (2.16 ), EC unknown
[   12.234248] thinkpad_acpi: Lenovo ThinkPad Edge E540, model 20C6008FMS
[   12.234361] thinkpad_hwmon thinkpad_hwmon: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[   12.234737] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[   12.234737] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[   12.238421] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[   12.264554] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input9
[   12.282418] input: TPPS/2 IBM TrackPoint as /devices/rmi4-00/rmi4-00.fn03/serio2/input/input8
[   12.511059] Adding 15637568k swap on /dev/sdb1.  Priority:-1 extents:1 across:15637568k SSFS
[   12.541936] mousedev: PS/2 mouse device common for all mice
[   12.545301] Console: switching to colour frame buffer device 240x67
[   12.545382] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   12.567761] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   12.644294] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input10
[   12.644330] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input11
[   12.644359] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input12
[   12.644389] input: HDA Intel HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/sound/card0/input13
[   12.644416] input: HDA Intel HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.0/sound/card0/input14
[   12.801220] AVX2 version of gcm_enc/dec engaged.
[   12.801221] AES CTR mode by8 optimization enabled
[   13.048983] iwlwifi 0000:05:00.0: Detected Intel(R) Wireless N 7260, REV=0x144
[   13.067167] iwlwifi 0000:05:00.0: base HW address: 80:19:34:07:a5:d0
[   13.619616] uvcvideo: Found UVC 1.00 device Integrated Camera (5986:0397)
[   13.620208] uvcvideo 3-12:1.0: Entity type for entity Processing 2 was not initialized!
[   13.620210] uvcvideo 3-12:1.0: Entity type for entity Camera 1 was not initialized!
[   13.620211] uvcvideo 3-12:1.0: Entity type for entity Extension 4 was not initialized!
[   13.620254] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12:1.0/input/input15
[   13.620290] usbcore: registered new interface driver uvcvideo
[   13.620291] USB Video Class driver (1.1.1)
[   13.705518] snd_hda_codec_conexant hdaudioC1D0: CX20751/2: BIOS auto-probing.
[   13.705827] snd_hda_codec_conexant hdaudioC1D0: autoconfig for CX20751/2: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[   13.705828] snd_hda_codec_conexant hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   13.705829] snd_hda_codec_conexant hdaudioC1D0:    hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
[   13.705830] snd_hda_codec_conexant hdaudioC1D0:    mono: mono_out=0x0
[   13.705831] snd_hda_codec_conexant hdaudioC1D0:    inputs:
[   13.705832] snd_hda_codec_conexant hdaudioC1D0:      Internal Mic=0x1a
[   13.705833] snd_hda_codec_conexant hdaudioC1D0:      Mic=0x19
[   13.706596] snd_hda_codec_conexant hdaudioC1D0: Enable sync_write for stable communication
[   13.711945] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card1/input16
[   13.712033] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input17
[   13.712065] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input18
[   13.727036] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[   14.450889] iwlwifi 0000:05:00.0 wlp5s0: renamed from wlan0
[   14.469270] intel_rapl: Found RAPL domain package
[   14.469272] intel_rapl: Found RAPL domain core
[   14.469274] intel_rapl: Found RAPL domain uncore
[   14.469275] intel_rapl: Found RAPL domain dram
[   21.577413] nvidia: loading out-of-tree module taints kernel.
[   21.577419] nvidia: module license 'NVIDIA' taints kernel.
[   21.577421] Disabling lock debugging due to kernel taint
[   21.587078] nvidia-nvlink: Nvlink Core is being initialized, major device number 244
[   21.587268] nvidia 0000:01:00.0: enabling device (0004 -> 0007)
[   21.587403] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  384.90  Tue Sep 19 19:17:35 PDT 2017 (using threaded interrupts)
[   38.534110] fuse init (API version 7.26)

How would I best set it up to start NetworkManager after boot? Or should I use another manager?

Thanks again for your help!

Offline

#22 2017-10-08 20:35:39

seth
Member
Registered: 2012-09-03
Posts: 51,056

Re: e4rat-lite slows boot time by 20-30 seconds

Sorry, no idea about NM config details sad
Personally I prefer netctl (resp. dhcpcd on a static box w/ just ethernet)

Offline

#23 2017-10-08 20:51:32

LnX_Archer
Member
Registered: 2017-09-06
Posts: 33

Re: e4rat-lite slows boot time by 20-30 seconds

seth wrote:

Sorry, no idea about NM config details sad
Personally I prefer netctl (resp. dhcpcd on a static box w/ just ethernet)

Yeah, I'll probably figure it out. I guess the dmesg log supported the much faster boot shown by systemd-analyze? Don't know how that read the dmesg...

How would I set up netctl to start after boot? If I don't manage with nm.

Edit: Is there anything else that can be done about the 13-14 sec user space? I have just installed preload, I'm hoping it will start shaving some time of soon.

Last edited by LnX_Archer (2017-10-08 20:56:43)

Offline

#24 2017-10-08 20:59:00

seth
Member
Registered: 2012-09-03
Posts: 51,056

Re: e4rat-lite slows boot time by 20-30 seconds

https://wiki.archlinux.org/index.php/Netctl

Your former dmesg had eg.

[   16.347057] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   25.302280] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready

and then it spend 3 more seconds in trying to get a network connection finally established while nothing™ else happened.

Offline

#25 2017-10-08 21:08:30

LnX_Archer
Member
Registered: 2017-09-06
Posts: 33

Re: e4rat-lite slows boot time by 20-30 seconds

seth wrote:

https://wiki.archlinux.org/index.php/Netctl

Your former dmesg had eg.

[   16.347057] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   25.302280] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready

and then it spend 3 more seconds in trying to get a network connection finally established while nothing™ else happened.

Thanks for the confirmation!

Nothing else that could possibly be trimmed?

Thanks for the help!!

Offline

Board footer

Powered by FluxBB