You are not logged in.

#1 2016-06-20 22:15:10

WeeDram
Member
From: Vancouver, B.C., Canada
Registered: 2016-04-14
Posts: 91

SOLVED: Partitions not mounting correctly on boot

I reformatted my hard drive and then re-installed Arch on it by doing an rsync from an existing, bootable Arch installation on a USB. This took some fiddling but eventually I got it to boot. However, I now can only sign in as root and lsblk shows that only the / partition is mounted. If I mount the partitions that I set up as /home and /boot, I can switch to my usual user id and things seem fine. However, on rebooting I'm back to square one. I have edited the /etc/fstab to reflect the correct, corresponding UUIDs.

Any suggestions on how to fix this?

Last edited by WeeDram (2016-06-21 17:45:35)

Offline

#2 2016-06-20 22:45:54

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,612

Re: SOLVED: Partitions not mounting correctly on boot

Start with fixing your /etc/fstab file.  It is likely that /dev/sdXY references have changed.  It is possible (depending on how you did things) that UUIDs have changed.

Did your rsync include the /etc/passwd and /etc/shadow files?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#3 2016-06-20 23:24:50

loqs
Member
Registered: 2014-03-06
Posts: 18,859

Re: SOLVED: Partitions not mounting correctly on boot

systemctl status home.mount

Might give more information about the failure.
If you need more help please include the output of that command, the contents of /etc/fstab and the output of

# blkid

Offline

#4 2016-06-21 00:02:24

WeeDram
Member
From: Vancouver, B.C., Canada
Registered: 2016-04-14
Posts: 91

Re: SOLVED: Partitions not mounting correctly on boot

I edited (actually created a new one) the /etc/fstab and put the new UUIDs into it.
Also, the rsync did not exclude anything from /etc

Output BEFORE I mounted /home and /boot

 
# blkid
/dev/sda5: UUID="ffb9538e-17a2-454a-a6cf-673fdfc39284" TYPE="ext4" PARTUUID="9bcd704c-05"
/dev/sda6: UUID="b74b9f1a-eb62-4fae-a1f9-354d4fbe4fec" TYPE="ext4" PARTUUID="9bcd704c-06"
/dev/sda7: UUID="92f50a57-4eaa-4d19-9809-a96f8d7daf4c" TYPE="ext4" PARTUUID="9bcd704c-07"
/dev/sda8: UUID="c6122a7b-c97f-4527-86ec-0bb1a08b772d" TYPE="swap" PARTUUID="9bcd704c-08"
  systemctl status home.mount
Failed to dump process list, ignoring: Unit home.mount not found.
● home.mount
   Loaded: not-found (Reason: No such file or directory)
   Active: inactive (dead)

AFTER I mounted /home & /boot

 systemctl status home.mount
● home.mount - /home
   Loaded: loaded (/proc/self/mountinfo)
   Active: active (mounted) since Mon 2016-06-20 16:41:24 PDT; 21s ago
    Where: /home
     What: /dev/sda7
 blkid
/dev/sda5: UUID="ffb9538e-17a2-454a-a6cf-673fdfc39284" TYPE="ext4" PARTUUID="9bcd704c-05"
/dev/sda6: UUID="b74b9f1a-eb62-4fae-a1f9-354d4fbe4fec" TYPE="ext4" PARTUUID="9bcd704c-06"
/dev/sda7: UUID="92f50a57-4eaa-4d19-9809-a96f8d7daf4c" TYPE="ext4" PARTUUID="9bcd704c-07"
/dev/sda8: UUID="c6122a7b-c97f-4527-86ec-0bb1a08b772d" TYPE="swap" PARTUUID="9bcd704c-08"

Offline

#5 2016-06-21 11:28:07

loqs
Member
Registered: 2014-03-06
Posts: 18,859

Re: SOLVED: Partitions not mounting correctly on boot

systemctl status home.mount
Failed to dump process list, ignoring: Unit home.mount not found.

So the unit was not found meaning it was not generated by systemd-fstab-generator

loqs wrote:

If you need more help please include the output of that command, the contents of /etc/fstab and the output of

Additionally the journal output for a single boot and the output of

mount

After booting but before you have manually mounted anything.

Offline

#6 2016-06-21 16:57:43

WeeDram
Member
From: Vancouver, B.C., Canada
Registered: 2016-04-14
Posts: 91

Re: SOLVED: Partitions not mounting correctly on boot

Sorry for not posting the contents of fstab. Should have seen that but didn't.

Here it is here:

[root@Lenovo3Part ~]# cat /etc/fstab
# 
# /etc/fstab: static file system information
#
# <file system>	<dir>	<type>	<options>	<dump>	<pass>
# /dev/sda6
UUID= b74b9f1a-eb62-4fae-a1f9-354d4fbe4fec	/         	ext4      	rw,relatime,data=ordered	0 1

# /dev/sda5
UUID= ffb9538e-17a2-454a-a6cf-673fdfc39284	/boot     	ext4      	rw,relatime,data=ordered	0 2

# /dev/sda7
UUID= 92f50a57-4eaa-4d19-9809-a96f8d7daf4c	/home     	ext4      	rw,relatime,data=ordered	0 2

And here is the output from mount

[root@Lenovo3Part ~]# 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=1919748k,nr_inodes=479937,mode=755)
run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
/dev/sda6 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/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=35,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
tmpfs on /tmp type tmpfs (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=384476k,mode=700)
gvfsd-fuse on /run/user/0/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0)
/dev/sdb1 on /run/media/root/Linux Files type ext4 (rw,nosuid,nodev,relatime,data=ordered,uhelper=udisks2)

And finally here is what I take to be 'the journal output for a single boot'. I issued the command 'journalctl -b'. Hope this was correct.

-- Logs begin at Thu 2016-04-07 22:33:20 PDT, end at Tue 2016-06-21 08:29:19 PDT. --
Jun 21 08:14:15 Lenovo3Part systemd-journald[162]: Runtime journal (/run/log/journal/) is 8.0M, max 187.7M, 179.7M free.
Jun 21 08:14:15 Lenovo3Part systemd-journald[162]: System journal (/var/log/journal/) is 184.0M, max 1.1G, 1.0G free.
Jun 21 08:14:15 Lenovo3Part systemd-journald[162]: Time spent on flushing to /var is 734.783ms for 2 entries.
Jun 21 08:14:15 Lenovo3Part kernel: Linux version 4.6.2-1-ARCH (builduser@tobias) (gcc version 6.1.1 20160602 (GCC) ) #1 SMP PREEMPT Wed Jun 8 08:40:59 CEST 2016
Jun 21 08:14:16 Lenovo3Part kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=b74b9f1a-eb62-4fae-a1f9-354d4fbe4fec rw quiet
Jun 21 08:14:16 Lenovo3Part kernel: x86/fpu: Legacy x87 FPU detected.
Jun 21 08:14:16 Lenovo3Part kernel: x86/fpu: Using 'eager' FPU context switches.
Jun 21 08:14:16 Lenovo3Part kernel: e820: BIOS-provided physical RAM map:
Jun 21 08:14:16 Lenovo3Part kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009e7ff] usable
Jun 21 08:14:16 Lenovo3Part kernel: BIOS-e820: [mem 0x000000000009e800-0x000000000009ffff] reserved
Jun 21 08:14:16 Lenovo3Part kernel: BIOS-e820: [mem 0x00000000000d2000-0x00000000000d3fff] reserved
Jun 21 08:14:16 Lenovo3Part kernel: BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved
Jun 21 08:14:16 Lenovo3Part kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000bb27bfff] usable
Jun 21 08:14:16 Lenovo3Part kernel: BIOS-e820: [mem 0x00000000bb27c000-0x00000000bb281fff] reserved
Jun 21 08:14:16 Lenovo3Part kernel: BIOS-e820: [mem 0x00000000bb282000-0x00000000bb35efff] usable
Jun 21 08:14:16 Lenovo3Part kernel: BIOS-e820: [mem 0x00000000bb35f000-0x00000000bb370fff] reserved
Jun 21 08:14:16 Lenovo3Part kernel: BIOS-e820: [mem 0x00000000bb371000-0x00000000bb3f1fff] ACPI NVS
Jun 21 08:14:16 Lenovo3Part kernel: BIOS-e820: [mem 0x00000000bb3f2000-0x00000000bb40efff] reserved
Jun 21 08:14:16 Lenovo3Part kernel: BIOS-e820: [mem 0x00000000bb40f000-0x00000000bb46efff] usable
Jun 21 08:14:16 Lenovo3Part kernel: BIOS-e820: [mem 0x00000000bb46f000-0x00000000bb667fff] reserved
Jun 21 08:14:16 Lenovo3Part kernel: BIOS-e820: [mem 0x00000000bb668000-0x00000000bb6e7fff] ACPI NVS
Jun 21 08:14:16 Lenovo3Part kernel: BIOS-e820: [mem 0x00000000bb6e8000-0x00000000bb70efff] reserved
Jun 21 08:14:16 Lenovo3Part kernel: BIOS-e820: [mem 0x00000000bb70f000-0x00000000bb716fff] usable
Jun 21 08:14:16 Lenovo3Part kernel: BIOS-e820: [mem 0x00000000bb717000-0x00000000bb71efff] reserved
Jun 21 08:14:16 Lenovo3Part kernel: BIOS-e820: [mem 0x00000000bb71f000-0x00000000bb76bfff] usable
Jun 21 08:14:16 Lenovo3Part kernel: BIOS-e820: [mem 0x00000000bb76c000-0x00000000bb777fff] ACPI NVS
Jun 21 08:14:16 Lenovo3Part kernel: BIOS-e820: [mem 0x00000000bb778000-0x00000000bb77afff] ACPI data
Jun 21 08:14:16 Lenovo3Part kernel: BIOS-e820: [mem 0x00000000bb77b000-0x00000000bb78afff] ACPI NVS
Jun 21 08:14:16 Lenovo3Part kernel: BIOS-e820: [mem 0x00000000bb78b000-0x00000000bb78bfff] ACPI data
Jun 21 08:14:16 Lenovo3Part kernel: BIOS-e820: [mem 0x00000000bb78c000-0x00000000bb79efff] ACPI NVS
Jun 21 08:14:16 Lenovo3Part kernel: BIOS-e820: [mem 0x00000000bb79f000-0x00000000bb7fefff] ACPI data
Jun 21 08:14:16 Lenovo3Part kernel: BIOS-e820: [mem 0x00000000bb7ff000-0x00000000bb7fffff] usable
Jun 21 08:14:16 Lenovo3Part kernel: BIOS-e820: [mem 0x00000000bb800000-0x00000000bfffffff] reserved
Jun 21 08:14:16 Lenovo3Part kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Jun 21 08:14:16 Lenovo3Part kernel: BIOS-e820: [mem 0x00000000feaff000-0x00000000feafffff] reserved
Jun 21 08:14:16 Lenovo3Part kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
Jun 21 08:14:16 Lenovo3Part kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed003ff] reserved
Jun 21 08:14:16 Lenovo3Part kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed8ffff] reserved
Jun 21 08:14:16 Lenovo3Part kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Jun 21 08:14:16 Lenovo3Part kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jun 21 08:14:16 Lenovo3Part kernel: BIOS-e820: [mem 0x0000000100000000-0x0000000137ffffff] usable
Jun 21 08:14:16 Lenovo3Part kernel: NX (Execute Disable) protection: active
Jun 21 08:14:16 Lenovo3Part kernel: SMBIOS 2.6 present.
Jun 21 08:14:16 Lenovo3Part kernel: DMI: LENOVO 4349NY2/4349NY2, BIOS 6MET81WW (1.41 ) 10/26/2010
Jun 21 08:14:16 Lenovo3Part kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jun 21 08:14:16 Lenovo3Part kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jun 21 08:14:16 Lenovo3Part kernel: e820: last_pfn = 0x138000 max_arch_pfn = 0x400000000
Jun 21 08:14:16 Lenovo3Part kernel: MTRR default type: uncachable
Jun 21 08:14:16 Lenovo3Part kernel: MTRR fixed ranges enabled:
Jun 21 08:14:16 Lenovo3Part kernel:   00000-9FFFF write-back
Jun 21 08:14:17 Lenovo3Part kernel:   A0000-BFFFF uncachable
Jun 21 08:14:17 Lenovo3Part kernel:   C0000-D3FFF write-protect
Jun 21 08:14:17 Lenovo3Part kernel:   D4000-DBFFF uncachable
Jun 21 08:14:17 Lenovo3Part kernel:   DC000-FFFFF write-protect
Jun 21 08:14:17 Lenovo3Part kernel: MTRR variable ranges enabled:
Jun 21 08:14:17 Lenovo3Part kernel:   0 disabled
Jun 21 08:14:17 Lenovo3Part kernel:   1 base 000000000 mask F80000000 write-back
Jun 21 08:14:17 Lenovo3Part kernel:   2 base 080000000 mask FC0000000 write-back
Jun 21 08:14:17 Lenovo3Part kernel:   3 base 100000000 mask FC0000000 write-back
Jun 21 08:14:17 Lenovo3Part kernel:   4 base 138000000 mask FF8000000 uncachable
Jun 21 08:14:17 Lenovo3Part kernel:   5 base 0BC000000 mask FFC000000 uncachable
Jun 21 08:14:17 Lenovo3Part kernel:   6 disabled
Jun 21 08:14:17 Lenovo3Part kernel:   7 disabled
Jun 21 08:14:17 Lenovo3Part kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
Jun 21 08:14:17 Lenovo3Part kernel: e820: update [mem 0xbc000000-0xffffffff] usable ==> reserved
Jun 21 08:14:17 Lenovo3Part kernel: e820: last_pfn = 0xbb800 max_arch_pfn = 0x400000000
Jun 21 08:14:17 Lenovo3Part kernel: found SMP MP-table at [mem 0x000f68b0-0x000f68bf] mapped at [ffff8800000f68b0]
Jun 21 08:14:17 Lenovo3Part kernel: Scanning 1 areas for low memory corruption
Jun 21 08:14:17 Lenovo3Part kernel: Base memory trampoline at [ffff880000098000] 98000 size 24576
Jun 21 08:14:17 Lenovo3Part kernel: BRK [0x01b4f000, 0x01b4ffff] PGTABLE
Jun 21 08:14:17 Lenovo3Part kernel: BRK [0x01b50000, 0x01b50fff] PGTABLE
Jun 21 08:14:17 Lenovo3Part kernel: BRK [0x01b51000, 0x01b51fff] PGTABLE
Jun 21 08:14:17 Lenovo3Part kernel: BRK [0x01b52000, 0x01b52fff] PGTABLE
Jun 21 08:14:17 Lenovo3Part kernel: BRK [0x01b53000, 0x01b53fff] PGTABLE
Jun 21 08:14:17 Lenovo3Part kernel: BRK [0x01b54000, 0x01b54fff] PGTABLE
Jun 21 08:14:17 Lenovo3Part kernel: RAMDISK: [mem 0x378f6000-0x37c72fff]
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: Early table checksum verification disabled
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: RSDP 0x00000000000F6870 000024 (v02 LENOVO)
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: XSDT 0x00000000BB7EF320 00009C (v01 LENOVO TP-6M    00001410  LTP 00000000)
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: FACP 0x00000000BB7EF400 0000F4 (v04 LENOVO TP-6M    00001410 LNVO 00000001)
Jun 21 08:14:17 Lenovo3Part kernel: ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Pm1aControlBlock: 16/32 (20160108/tbfadt-623)
Jun 21 08:14:17 Lenovo3Part kernel: ACPI BIOS Warning (bug): Invalid length for FADT/Pm1aControlBlock: 32, using default 16 (20160108/tbfadt-704)
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: DSDT 0x00000000BB7EF7D1 00F310 (v01 LENOVO TP-6M    00001410 MSFT 03000001)
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: FACS 0x00000000BB6E7000 000040
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: FACS 0x00000000BB6E7000 000040
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: SSDT 0x00000000BB7EF5B4 00021D (v01 LENOVO TP-6M    00001410 MSFT 03000001)
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: ECDT 0x00000000BB7FEAE1 000052 (v01 LENOVO TP-6M    00001410 LNVO 00000001)
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: APIC 0x00000000BB7FEB33 000084 (v01 LENOVO TP-6M    00001410 LNVO 00000001)
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: MCFG 0x00000000BB7FEBEF 00003C (v01 LENOVO TP-6M    00001410 LNVO 00000001)
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: HPET 0x00000000BB7FEC2B 000038 (v01 LENOVO TP-6M    00001410 LNVO 00000001)
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: ASF! 0x00000000BB7FEDBE 0000A4 (v16 LENOVO TP-6M    00001410 PTL  00000001)
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: SLIC 0x00000000BB7FEE62 000176 (v01 LENOVO TP-6M    00001410  LTP 00000000)
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: BOOT 0x00000000BB7FEFD8 000028 (v01 LENOVO TP-6M    00001410  LTP 00000001)
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: SSDT 0x00000000BB6E591A 000B68 (v01 LENOVO TP-6M    00001410 INTL 20050513)
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: SSDT 0x00000000BB6E6482 000B7A (v01 LENOVO TP-6M    00001410 INTL 20050513)
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: TCPA 0x00000000BB78B000 000032 (v02 PTL     CRESTLN 06040000      00005A52)
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: SSDT 0x00000000BB77A000 0009F1 (v01 PmRef  CpuPm    00003000 INTL 20060912)
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: SSDT 0x00000000BB779000 000259 (v01 PmRef  Cpu0Tst  00003000 INTL 20060912)
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: SSDT 0x00000000BB778000 00049F (v01 PmRef  ApTst    00003000 INTL 20060912)
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: Local APIC address 0xfee00000
Jun 21 08:14:17 Lenovo3Part kernel: No NUMA configuration found
Jun 21 08:14:17 Lenovo3Part kernel: Faking a node at [mem 0x0000000000000000-0x0000000137ffffff]
Jun 21 08:14:17 Lenovo3Part kernel: NODE_DATA(0) allocated [mem 0x137ff9000-0x137ffcfff]
Jun 21 08:14:17 Lenovo3Part kernel: Zone ranges:
Jun 21 08:14:17 Lenovo3Part kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jun 21 08:14:17 Lenovo3Part kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jun 21 08:14:17 Lenovo3Part kernel:   Normal   [mem 0x0000000100000000-0x0000000137ffffff]
Jun 21 08:14:17 Lenovo3Part kernel: Movable zone start for each node
Jun 21 08:14:17 Lenovo3Part kernel: Early memory node ranges
Jun 21 08:14:17 Lenovo3Part kernel:   node   0: [mem 0x0000000000001000-0x000000000009dfff]
Jun 21 08:14:17 Lenovo3Part kernel:   node   0: [mem 0x0000000000100000-0x00000000bb27bfff]
Jun 21 08:14:17 Lenovo3Part kernel:   node   0: [mem 0x00000000bb282000-0x00000000bb35efff]
Jun 21 08:14:17 Lenovo3Part kernel:   node   0: [mem 0x00000000bb40f000-0x00000000bb46efff]
Jun 21 08:14:17 Lenovo3Part kernel:   node   0: [mem 0x00000000bb70f000-0x00000000bb716fff]
Jun 21 08:14:17 Lenovo3Part kernel:   node   0: [mem 0x00000000bb71f000-0x00000000bb76bfff]
Jun 21 08:14:17 Lenovo3Part kernel:   node   0: [mem 0x00000000bb7ff000-0x00000000bb7fffff]
Jun 21 08:14:17 Lenovo3Part kernel:   node   0: [mem 0x0000000100000000-0x0000000137ffffff]
Jun 21 08:14:17 Lenovo3Part kernel: Initmem setup node 0 [mem 0x0000000000001000-0x0000000137ffffff]
Jun 21 08:14:17 Lenovo3Part kernel: On node 0 totalpages: 996268
Jun 21 08:14:17 Lenovo3Part kernel:   DMA zone: 64 pages used for memmap
Jun 21 08:14:17 Lenovo3Part kernel:   DMA zone: 21 pages reserved
Jun 21 08:14:17 Lenovo3Part kernel:   DMA zone: 3997 pages, LIFO batch:0
Jun 21 08:14:17 Lenovo3Part kernel:   DMA32 zone: 11921 pages used for memmap
Jun 21 08:14:17 Lenovo3Part kernel:   DMA32 zone: 762895 pages, LIFO batch:31
Jun 21 08:14:17 Lenovo3Part kernel:   Normal zone: 3584 pages used for memmap
Jun 21 08:14:17 Lenovo3Part kernel:   Normal zone: 229376 pages, LIFO batch:31
Jun 21 08:14:17 Lenovo3Part kernel: Reserving Intel graphics stolen memory at 0xbe000000-0xbfffffff
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: PM-Timer IO Port: 0x1008
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: Local APIC address 0xfee00000
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Jun 21 08:14:17 Lenovo3Part kernel: IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: IRQ0 used by override.
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: IRQ9 used by override.
Jun 21 08:14:17 Lenovo3Part kernel: Using ACPI (MADT) for SMP configuration information
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Jun 21 08:14:17 Lenovo3Part kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000d1fff]
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registered nosave memory: [mem 0x000d2000-0x000d3fff]
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registered nosave memory: [mem 0x000d4000-0x000dbfff]
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registered nosave memory: [mem 0x000dc000-0x000fffff]
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registered nosave memory: [mem 0xbb27c000-0xbb281fff]
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registered nosave memory: [mem 0xbb35f000-0xbb370fff]
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registered nosave memory: [mem 0xbb371000-0xbb3f1fff]
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registered nosave memory: [mem 0xbb3f2000-0xbb40efff]
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registered nosave memory: [mem 0xbb46f000-0xbb667fff]
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registered nosave memory: [mem 0xbb668000-0xbb6e7fff]
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registered nosave memory: [mem 0xbb6e8000-0xbb70efff]
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registered nosave memory: [mem 0xbb717000-0xbb71efff]
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registered nosave memory: [mem 0xbb76c000-0xbb777fff]
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registered nosave memory: [mem 0xbb778000-0xbb77afff]
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registered nosave memory: [mem 0xbb77b000-0xbb78afff]
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registered nosave memory: [mem 0xbb78b000-0xbb78bfff]
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registered nosave memory: [mem 0xbb78c000-0xbb79efff]
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registered nosave memory: [mem 0xbb79f000-0xbb7fefff]
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registered nosave memory: [mem 0xbb800000-0xbfffffff]
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registered nosave memory: [mem 0xc0000000-0xdfffffff]
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfeafefff]
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registered nosave memory: [mem 0xfeaff000-0xfeafffff]
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registered nosave memory: [mem 0xfeb00000-0xfebfffff]
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec0ffff]
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registered nosave memory: [mem 0xfec10000-0xfecfffff]
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registered nosave memory: [mem 0xfed00000-0xfed1bfff]
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed8ffff]
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registered nosave memory: [mem 0xfed90000-0xfedfffff]
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
Jun 21 08:14:17 Lenovo3Part kernel: e820: [mem 0xc0000000-0xdfffffff] available for PCI devices
Jun 21 08:14:17 Lenovo3Part kernel: Booting paravirtualized kernel on bare hardware
Jun 21 08:14:17 Lenovo3Part kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Jun 21 08:14:17 Lenovo3Part kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
Jun 21 08:14:17 Lenovo3Part kernel: percpu: Embedded 32 pages/cpu @ffff880137c00000 s93464 r8192 d29416 u524288
Jun 21 08:14:17 Lenovo3Part kernel: pcpu-alloc: s93464 r8192 d29416 u524288 alloc=1*2097152
Jun 21 08:14:17 Lenovo3Part kernel: pcpu-alloc: [0] 0 1 2 3 
Jun 21 08:14:17 Lenovo3Part kernel: Built 1 zonelists in Node order, mobility grouping on.  Total pages: 980678
Jun 21 08:14:17 Lenovo3Part kernel: Policy zone: Normal
Jun 21 08:14:17 Lenovo3Part kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=b74b9f1a-eb62-4fae-a1f9-354d4fbe4fec rw quiet
Jun 21 08:14:17 Lenovo3Part kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
Jun 21 08:14:17 Lenovo3Part kernel: Calgary: detecting Calgary via BIOS EBDA area
Jun 21 08:14:17 Lenovo3Part kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Jun 21 08:14:17 Lenovo3Part kernel: Memory: 3839476K/3985072K available (5935K kernel code, 974K rwdata, 1796K rodata, 1224K init, 1152K bss, 145596K reserved, 0K cma-reserved)
Jun 21 08:14:17 Lenovo3Part kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Jun 21 08:14:17 Lenovo3Part kernel: Preemptible hierarchical RCU implementation.
Jun 21 08:14:17 Lenovo3Part kernel:         Build-time adjustment of leaf fanout to 64.
Jun 21 08:14:17 Lenovo3Part kernel:         RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
Jun 21 08:14:17 Lenovo3Part kernel: RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
Jun 21 08:14:17 Lenovo3Part kernel: NR_IRQS:8448 nr_irqs:456 16
Jun 21 08:14:17 Lenovo3Part kernel: Console: colour dummy device 80x25
Jun 21 08:14:17 Lenovo3Part kernel: console [tty0] enabled
Jun 21 08:14:17 Lenovo3Part kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Jun 21 08:14:17 Lenovo3Part kernel: hpet clockevent registered
Jun 21 08:14:17 Lenovo3Part kernel: tsc: Fast TSC calibration using PIT
Jun 21 08:14:17 Lenovo3Part kernel: tsc: Detected 2660.133 MHz processor
Jun 21 08:14:17 Lenovo3Part kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5322.94 BogoMIPS (lpj=8867110)
Jun 21 08:14:17 Lenovo3Part kernel: pid_max: default: 32768 minimum: 301
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: Core revision 20160108
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: 7 ACPI AML tables successfully acquired and loaded
Jun 21 08:14:17 Lenovo3Part kernel: 
Jun 21 08:14:17 Lenovo3Part kernel: Security Framework initialized
Jun 21 08:14:17 Lenovo3Part kernel: Yama: becoming mindful.
Jun 21 08:14:17 Lenovo3Part kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
Jun 21 08:14:17 Lenovo3Part kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
Jun 21 08:14:17 Lenovo3Part kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
Jun 21 08:14:17 Lenovo3Part kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
Jun 21 08:14:17 Lenovo3Part kernel: CPU: Physical Processor ID: 0
Jun 21 08:14:17 Lenovo3Part kernel: CPU: Processor Core ID: 0
Jun 21 08:14:17 Lenovo3Part kernel: mce: CPU supports 9 MCE banks
Jun 21 08:14:17 Lenovo3Part kernel: CPU0: Thermal monitoring enabled (TM1)
Jun 21 08:14:17 Lenovo3Part kernel: process: using mwait in idle threads
Jun 21 08:14:17 Lenovo3Part kernel: Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
Jun 21 08:14:17 Lenovo3Part kernel: Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
Jun 21 08:14:17 Lenovo3Part kernel: Freeing SMP alternatives memory: 24K (ffffffff81a27000 - ffffffff81a2d000)
Jun 21 08:14:17 Lenovo3Part kernel: ftrace: allocating 23494 entries in 92 pages
Jun 21 08:14:17 Lenovo3Part kernel: smpboot: Max logical packages: 2
Jun 21 08:14:17 Lenovo3Part kernel: smpboot: APIC(0) Converting physical 0 to logical package 0
Jun 21 08:14:17 Lenovo3Part kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jun 21 08:14:17 Lenovo3Part kernel: smpboot: CPU0: Intel(R) Core(TM) i5 CPU       M 560  @ 2.67GHz (family: 0x6, model: 0x25, stepping: 0x5)
Jun 21 08:14:17 Lenovo3Part kernel: Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Intel PMU driver.
Jun 21 08:14:17 Lenovo3Part kernel: core: CPUID marked event: 'bus cycles' unavailable
Jun 21 08:14:17 Lenovo3Part kernel: ... version:                3
Jun 21 08:14:17 Lenovo3Part kernel: ... bit width:              48
Jun 21 08:14:17 Lenovo3Part kernel: ... generic registers:      4
Jun 21 08:14:17 Lenovo3Part kernel: ... value mask:             0000ffffffffffff
Jun 21 08:14:17 Lenovo3Part kernel: ... max period:             000000007fffffff
Jun 21 08:14:17 Lenovo3Part kernel: ... fixed-purpose events:   3
Jun 21 08:14:17 Lenovo3Part kernel: ... event mask:             000000070000000f
Jun 21 08:14:17 Lenovo3Part kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Jun 21 08:14:17 Lenovo3Part kernel: x86: Booting SMP configuration:
Jun 21 08:14:17 Lenovo3Part kernel: .... node  #0, CPUs:      #1 #2 #3
Jun 21 08:14:17 Lenovo3Part kernel: x86: Booted up 1 node, 4 CPUs
Jun 21 08:14:17 Lenovo3Part kernel: smpboot: Total of 4 processors activated (21288.83 BogoMIPS)
Jun 21 08:14:17 Lenovo3Part kernel: devtmpfs: initialized
Jun 21 08:14:17 Lenovo3Part kernel: x86/mm: Memory block size: 128MB
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registering ACPI NVS region [mem 0xbb371000-0xbb3f1fff] (528384 bytes)
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registering ACPI NVS region [mem 0xbb668000-0xbb6e7fff] (524288 bytes)
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registering ACPI NVS region [mem 0xbb76c000-0xbb777fff] (49152 bytes)
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registering ACPI NVS region [mem 0xbb77b000-0xbb78afff] (65536 bytes)
Jun 21 08:14:17 Lenovo3Part kernel: PM: Registering ACPI NVS region [mem 0xbb78c000-0xbb79efff] (77824 bytes)
Jun 21 08:14:17 Lenovo3Part kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Jun 21 08:14:17 Lenovo3Part kernel: pinctrl core: initialized pinctrl subsystem
Jun 21 08:14:17 Lenovo3Part kernel: RTC time: 15:14:10, date: 06/21/16
Jun 21 08:14:17 Lenovo3Part kernel: NET: Registered protocol family 16
Jun 21 08:14:17 Lenovo3Part kernel: cpuidle: using governor ladder
Jun 21 08:14:17 Lenovo3Part kernel: cpuidle: using governor menu
Jun 21 08:14:17 Lenovo3Part kernel: Simple Boot Flag at 0x35 set to 0x1
Jun 21 08:14:17 Lenovo3Part kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Jun 21 08:14:17 Lenovo3Part kernel: ACPI: bus type PCI registered
Jun 21 08:14:17 Lenovo3Part kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jun 21 08:14:17 Lenovo3Part kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Jun 21 08:14:17 Lenovo3Part kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
Jun 21 08:14:18 Lenovo3Part kernel: PCI: Using configuration type 1 for base access
Jun 21 08:14:18 Lenovo3Part kernel: mtrr: your CPUs had inconsistent variable MTRR settings
Jun 21 08:14:18 Lenovo3Part kernel: mtrr: probably your BIOS does not setup all CPUs.
Jun 21 08:14:18 Lenovo3Part kernel: mtrr: corrected configuration.
Jun 21 08:14:18 Lenovo3Part kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
Jun 21 08:14:18 Lenovo3Part kernel: ACPI: Added _OSI(Module Device)
Jun 21 08:14:18 Lenovo3Part kernel: ACPI: Added _OSI(Processor Device)
Jun 21 08:14:18 Lenovo3Part kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jun 21 08:14:18 Lenovo3Part kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jun 21 08:14:18 Lenovo3Part kernel: ACPI : EC: EC description table is found, configuring boot EC
Jun 21 08:14:18 Lenovo3Part kernel: ACPI : EC: EC started
Jun 21 08:14:18 Lenovo3Part kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
Jun 21 08:14:18 Lenovo3Part kernel: ACPI: Dynamic OEM Table Load:
Jun 21 08:14:18 Lenovo3Part kernel: ACPI: SSDT 0xFFFF880132ACA000 0004F3 (v01 PmRef  Cpu0Ist  00003000 INTL 20060912)
Jun 21 08:14:18 Lenovo3Part kernel: ACPI: Dynamic OEM Table Load:
Jun 21 08:14:18 Lenovo3Part kernel: ACPI: SSDT 0xFFFF880132ACA800 0006B2 (v01 PmRef  Cpu0Cst  00003001 INTL 20060912)
Jun 21 08:14:18 Lenovo3Part kernel: ACPI: Dynamic OEM Table Load:
Jun 21 08:14:18 Lenovo3Part kernel: ACPI: SSDT 0xFFFF880132AE9400 000303 (v01 PmRef  ApIst    00003000 INTL 20060912)
Jun 21 08:14:18 Lenovo3Part kernel: ACPI: Dynamic OEM Table Load:
Jun 21 08:14:18 Lenovo3Part kernel: ACPI: SSDT 0xFFFF880132AAE600 000119 (v01 PmRef  ApCst    00003000 INTL 20060912)
Jun 21 08:14:18 Lenovo3Part kernel: ACPI: Interpreter enabled
Jun 21 08:14:18 Lenovo3Part kernel: ACPI: (supports S0 S3 S4 S5)
Jun 21 08:14:18 Lenovo3Part kernel: ACPI: Using IOAPIC for interrupt routing
Jun 21 08:14:18 Lenovo3Part kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jun 21 08:14:18 Lenovo3Part kernel: ACPI: Power Resource [PUBS] (on)
Jun 21 08:14:18 Lenovo3Part kernel: acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1)
Jun 21 08:14:18 Lenovo3Part kernel: acpi LNXIOBAY:00: ACPI dock station (docks/bays count: 2)
Jun 21 08:14:18 Lenovo3Part kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
Jun 21 08:14:18 Lenovo3Part kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
Jun 21 08:14:18 Lenovo3Part kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
Jun 21 08:14:18 Lenovo3Part kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
Jun 21 08:14:18 Lenovo3Part kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
Jun 21 08:14:18 Lenovo3Part kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
Jun 21 08:14:18 Lenovo3Part kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
Jun 21 08:14:18 Lenovo3Part kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
Jun 21 08:14:18 Lenovo3Part kernel: ACPI: PCI Root Bridge [UNCR] (domain 0000 [bus ff])
Jun 21 08:14:18 Lenovo3Part kernel: acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Jun 21 08:14:18 Lenovo3Part kernel: acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
Jun 21 08:14:18 Lenovo3Part kernel: PCI host bridge to bus 0000:ff
Jun 21 08:14:18 Lenovo3Part kernel: pci_bus 0000:ff: root bus resource [bus ff]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:ff:00.0: [8086:2c62] type 00 class 0x060000
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:ff:00.1: [8086:2d01] type 00 class 0x060000
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:ff:02.0: [8086:2d10] type 00 class 0x060000
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:ff:02.1: [8086:2d11] type 00 class 0x060000
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:ff:02.2: [8086:2d12] type 00 class 0x060000
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:ff:02.3: [8086:2d13] type 00 class 0x060000
Jun 21 08:14:18 Lenovo3Part kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Jun 21 08:14:18 Lenovo3Part kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Jun 21 08:14:18 Lenovo3Part kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeCapability]
Jun 21 08:14:18 Lenovo3Part kernel: acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
Jun 21 08:14:18 Lenovo3Part kernel: acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug PME AER PCIeCapability]
Jun 21 08:14:18 Lenovo3Part kernel: acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug PME AER]
Jun 21 08:14:18 Lenovo3Part kernel: acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
Jun 21 08:14:18 Lenovo3Part kernel: PCI host bridge to bus 0000:00
Jun 21 08:14:18 Lenovo3Part kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Jun 21 08:14:18 Lenovo3Part kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jun 21 08:14:18 Lenovo3Part kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Jun 21 08:14:18 Lenovo3Part kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
Jun 21 08:14:18 Lenovo3Part kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
Jun 21 08:14:18 Lenovo3Part kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
Jun 21 08:14:18 Lenovo3Part kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:00.0: [8086:0044] type 00 class 0x060000
Jun 21 08:14:18 Lenovo3Part kernel: DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:02.0: [8086:0046] type 00 class 0x030000
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:02.0: reg 0x10: [mem 0xf2000000-0xf23fffff 64bit]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:02.0: reg 0x20: [io  0x1800-0x1807]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:16.0: [8086:3b64] type 00 class 0x078000
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:16.0: reg 0x10: [mem 0xf2827000-0xf282700f 64bit]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:16.3: [8086:3b67] type 00 class 0x070002
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:16.3: reg 0x10: [io  0x1808-0x180f]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:16.3: reg 0x14: [mem 0xf2624000-0xf2624fff]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:19.0: [8086:10ea] type 00 class 0x020000
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:19.0: reg 0x10: [mem 0xf2600000-0xf261ffff]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:19.0: reg 0x14: [mem 0xf2625000-0xf2625fff]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:19.0: reg 0x18: [io  0x1820-0x183f]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:19.0: System wakeup disabled by ACPI
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xf2827800-0xf2827bff]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1a.0: System wakeup disabled by ACPI
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xf2620000-0xf2623fff 64bit]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1b.0: System wakeup disabled by ACPI
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1c.1: [8086:3b44] type 01 class 0x060400
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1c.1: System wakeup disabled by ACPI
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1c.3: [8086:3b48] type 01 class 0x060400
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1c.3: System wakeup disabled by ACPI
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1c.4: [8086:3b4a] type 01 class 0x060400
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1c.4: System wakeup disabled by ACPI
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xf2827c00-0xf2827fff]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1f.0: [8086:3b07] type 00 class 0x060100
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1f.2: [8086:3b2e] type 00 class 0x01018a
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1f.2: reg 0x10: [io  0x0000-0x0007]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1f.2: reg 0x14: [io  0x0000-0x0003]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1f.2: reg 0x18: [io  0x0000-0x0007]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1f.2: reg 0x1c: [io  0x0000-0x0003]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1f.2: reg 0x20: [io  0x1840-0x184f]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1f.2: reg 0x24: [io  0x1810-0x181f]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1f.2: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1f.2: legacy IDE quirk: reg 0x14: [io  0x03f6]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1f.2: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1f.2: legacy IDE quirk: reg 0x1c: [io  0x0376]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xf2828000-0xf28280ff 64bit]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1f.3: reg 0x20: [io  0x1860-0x187f]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1f.5: [8086:3b2d] type 00 class 0x010185
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1f.5: reg 0x10: [io  0x18a0-0x18a7]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1f.5: reg 0x14: [io  0x1894-0x1897]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1f.5: reg 0x18: [io  0x1898-0x189f]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1f.5: reg 0x1c: [io  0x1890-0x1893]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1f.5: reg 0x20: [io  0x1880-0x188f]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1f.5: reg 0x24: [io  0x1850-0x185f]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1f.6: [8086:3b32] type 00 class 0x118000
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1f.6: reg 0x10: [mem 0xf2626000-0xf2626fff 64bit]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:03:00.0: [8086:4239] type 00 class 0x028000
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:03:00.0: reg 0x10: [mem 0xf2400000-0xf2401fff 64bit]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1c.1:   bridge window [mem 0xf2400000-0xf24fffff]
Jun 21 08:14:18 Lenovo3Part kernel: acpiphp: Slot [1] registered
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1c.3:   bridge window [io  0x2000-0x2fff]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1c.3:   bridge window [mem 0xf0000000-0xf1ffffff]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1c.3:   bridge window [mem 0xf2900000-0xf29fffff 64bit pref]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:0d:00.0: [1180:e822] type 00 class 0x080500
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:0d:00.0: MMC controller base frequency changed to 50Mhz.
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:0d:00.0: reg 0x10: [mem 0xf2500000-0xf25000ff]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:0d:00.0: supports D1 D2
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:0d:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:0d:00.1: [1180:e230] type 00 class 0x088000
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:0d:00.1: reg 0x10: [mem 0xf2500400-0xf25004ff]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:0d:00.1: supports D1 D2
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:0d:00.1: PME# supported from D0 D1 D2 D3hot D3cold
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:0d:00.3: [1180:e832] type 00 class 0x0c0010
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:0d:00.3: reg 0x10: [mem 0xf2500800-0xf2500fff]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:0d:00.3: supports D1 D2
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:0d:00.3: PME# supported from D0 D1 D2 D3hot D3cold
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1c.4: PCI bridge to [bus 0d]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1c.4:   bridge window [mem 0xf2500000-0xf25fffff]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1e.0: PCI bridge to [bus 0e] (subtractive decode)
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1e.0:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1e.0:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xfebfffff window] (subtractive decode)
Jun 21 08:14:18 Lenovo3Part kernel: ACPI: Enabled 3 GPEs in block 00 to 3F
Jun 21 08:14:18 Lenovo3Part kernel: ACPI : EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62
Jun 21 08:14:18 Lenovo3Part kernel: vgaarb: setting as boot device: PCI:0000:00:02.0
Jun 21 08:14:18 Lenovo3Part kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
Jun 21 08:14:18 Lenovo3Part kernel: vgaarb: loaded
Jun 21 08:14:18 Lenovo3Part kernel: vgaarb: bridge control possible 0000:00:02.0
Jun 21 08:14:18 Lenovo3Part kernel: PCI: Using ACPI for IRQ routing
Jun 21 08:14:18 Lenovo3Part kernel: PCI: pci_cache_line_size set to 64 bytes
Jun 21 08:14:18 Lenovo3Part kernel: e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff]
Jun 21 08:14:18 Lenovo3Part kernel: e820: reserve RAM buffer [mem 0xbb27c000-0xbbffffff]
Jun 21 08:14:18 Lenovo3Part kernel: e820: reserve RAM buffer [mem 0xbb35f000-0xbbffffff]
Jun 21 08:14:18 Lenovo3Part kernel: e820: reserve RAM buffer [mem 0xbb46f000-0xbbffffff]
Jun 21 08:14:18 Lenovo3Part kernel: e820: reserve RAM buffer [mem 0xbb717000-0xbbffffff]
Jun 21 08:14:18 Lenovo3Part kernel: e820: reserve RAM buffer [mem 0xbb76c000-0xbbffffff]
Jun 21 08:14:18 Lenovo3Part kernel: e820: reserve RAM buffer [mem 0xbb800000-0xbbffffff]
Jun 21 08:14:18 Lenovo3Part kernel: NetLabel: Initializing
Jun 21 08:14:18 Lenovo3Part kernel: NetLabel:  domain hash size = 128
Jun 21 08:14:18 Lenovo3Part kernel: NetLabel:  protocols = UNLABELED CIPSOv4
Jun 21 08:14:18 Lenovo3Part kernel: NetLabel:  unlabeled traffic allowed by default
Jun 21 08:14:18 Lenovo3Part kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Jun 21 08:14:18 Lenovo3Part kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Jun 21 08:14:18 Lenovo3Part kernel: clocksource: Switched to clocksource hpet
Jun 21 08:14:18 Lenovo3Part kernel: VFS: Disk quotas dquot_6.6.0
Jun 21 08:14:18 Lenovo3Part kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jun 21 08:14:18 Lenovo3Part kernel: pnp: PnP ACPI init
Jun 21 08:14:18 Lenovo3Part kernel: system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
Jun 21 08:14:18 Lenovo3Part kernel: system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
Jun 21 08:14:18 Lenovo3Part kernel: system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
Jun 21 08:14:18 Lenovo3Part kernel: system 00:00: [mem 0x000c8000-0x000cbfff] has been reserved
Jun 21 08:14:18 Lenovo3Part kernel: system 00:00: [mem 0x000cc000-0x000cffff] has been reserved
Jun 21 08:14:18 Lenovo3Part kernel: system 00:00: [mem 0x000d0000-0x000d3fff] could not be reserved
Jun 21 08:14:18 Lenovo3Part kernel: system 00:00: [mem 0x000dc000-0x000dffff] could not be reserved
Jun 21 08:14:18 Lenovo3Part kernel: system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
Jun 21 08:14:18 Lenovo3Part kernel: system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
Jun 21 08:14:18 Lenovo3Part kernel: system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
Jun 21 08:14:18 Lenovo3Part kernel: system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
Jun 21 08:14:18 Lenovo3Part kernel: system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
Jun 21 08:14:18 Lenovo3Part kernel: system 00:00: [mem 0x00100000-0xbfffffff] could not be reserved
Jun 21 08:14:18 Lenovo3Part kernel: system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
Jun 21 08:14:18 Lenovo3Part kernel: system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
Jun 21 08:14:18 Lenovo3Part kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
Jun 21 08:14:18 Lenovo3Part kernel: system 00:01: [io  0x164e-0x164f] has been reserved
Jun 21 08:14:18 Lenovo3Part kernel: system 00:01: [io  0x1000-0x107f] could not be reserved
Jun 21 08:14:18 Lenovo3Part kernel: system 00:01: [io  0x1180-0x11ff] has been reserved
Jun 21 08:14:18 Lenovo3Part kernel: system 00:01: [io  0x0800-0x080f] has been reserved
Jun 21 08:14:18 Lenovo3Part kernel: system 00:01: [io  0x15e0-0x15ef] has been reserved
Jun 21 08:14:18 Lenovo3Part kernel: system 00:01: [io  0x1600-0x1641] has been reserved
Jun 21 08:14:18 Lenovo3Part kernel: system 00:01: [io  0x1644-0x167f] could not be reserved
Jun 21 08:14:18 Lenovo3Part kernel: system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
Jun 21 08:14:18 Lenovo3Part kernel: system 00:01: [mem 0xfeaff000-0xfeafffff] has been reserved
Jun 21 08:14:18 Lenovo3Part kernel: system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
Jun 21 08:14:18 Lenovo3Part kernel: system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
Jun 21 08:14:18 Lenovo3Part kernel: system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
Jun 21 08:14:18 Lenovo3Part kernel: system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
Jun 21 08:14:18 Lenovo3Part kernel: system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
Jun 21 08:14:18 Lenovo3Part kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Jun 21 08:14:18 Lenovo3Part kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
Jun 21 08:14:18 Lenovo3Part kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
Jun 21 08:14:18 Lenovo3Part kernel: pnp 00:04: Plug and Play ACPI device, IDs LEN0015 PNP0f13 (active)
Jun 21 08:14:18 Lenovo3Part kernel: pnp 00:05: Plug and Play ACPI device, IDs SMO1200 PNP0c31 (active)
Jun 21 08:14:18 Lenovo3Part kernel: pnp: PnP ACPI: found 6 devices
Jun 21 08:14:18 Lenovo3Part kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1c.1:   bridge window [mem 0xf2400000-0xf24fffff]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1c.3:   bridge window [io  0x2000-0x2fff]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1c.3:   bridge window [mem 0xf0000000-0xf1ffffff]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1c.3:   bridge window [mem 0xf2900000-0xf29fffff 64bit pref]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1c.4: PCI bridge to [bus 0d]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1c.4:   bridge window [mem 0xf2500000-0xf25fffff]
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:1e.0: PCI bridge to [bus 0e]
Jun 21 08:14:18 Lenovo3Part kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Jun 21 08:14:18 Lenovo3Part kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Jun 21 08:14:18 Lenovo3Part kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Jun 21 08:14:18 Lenovo3Part kernel: pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff window]
Jun 21 08:14:18 Lenovo3Part kernel: pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff window]
Jun 21 08:14:18 Lenovo3Part kernel: pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfebfffff window]
Jun 21 08:14:18 Lenovo3Part kernel: pci_bus 0000:03: resource 1 [mem 0xf2400000-0xf24fffff]
Jun 21 08:14:18 Lenovo3Part kernel: pci_bus 0000:05: resource 0 [io  0x2000-0x2fff]
Jun 21 08:14:18 Lenovo3Part kernel: pci_bus 0000:05: resource 1 [mem 0xf0000000-0xf1ffffff]
Jun 21 08:14:18 Lenovo3Part kernel: pci_bus 0000:05: resource 2 [mem 0xf2900000-0xf29fffff 64bit pref]
Jun 21 08:14:18 Lenovo3Part kernel: pci_bus 0000:0d: resource 1 [mem 0xf2500000-0xf25fffff]
Jun 21 08:14:18 Lenovo3Part kernel: pci_bus 0000:0e: resource 4 [io  0x0000-0x0cf7 window]
Jun 21 08:14:18 Lenovo3Part kernel: pci_bus 0000:0e: resource 5 [io  0x0d00-0xffff window]
Jun 21 08:14:18 Lenovo3Part kernel: pci_bus 0000:0e: resource 6 [mem 0x000a0000-0x000bffff window]
Jun 21 08:14:18 Lenovo3Part kernel: pci_bus 0000:0e: resource 7 [mem 0x000d4000-0x000d7fff window]
Jun 21 08:14:18 Lenovo3Part kernel: pci_bus 0000:0e: resource 8 [mem 0x000d8000-0x000dbfff window]
Jun 21 08:14:18 Lenovo3Part kernel: pci_bus 0000:0e: resource 9 [mem 0xc0000000-0xfebfffff window]
Jun 21 08:14:18 Lenovo3Part kernel: NET: Registered protocol family 2
Jun 21 08:14:18 Lenovo3Part kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes)
Jun 21 08:14:18 Lenovo3Part kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
Jun 21 08:14:18 Lenovo3Part kernel: TCP: Hash tables configured (established 32768 bind 32768)
Jun 21 08:14:18 Lenovo3Part kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes)
Jun 21 08:14:18 Lenovo3Part kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
Jun 21 08:14:18 Lenovo3Part kernel: NET: Registered protocol family 1
Jun 21 08:14:18 Lenovo3Part kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Jun 21 08:14:18 Lenovo3Part kernel: PCI: CLS 64 bytes, default 64
Jun 21 08:14:18 Lenovo3Part kernel: Unpacking initramfs...
Jun 21 08:14:18 Lenovo3Part kernel: Freeing initrd memory: 3572K (ffff8800378f6000 - ffff880037c73000)
Jun 21 08:14:18 Lenovo3Part kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jun 21 08:14:18 Lenovo3Part kernel: software IO TLB [mem 0xb727c000-0xbb27c000] (64MB) mapped at [ffff8800b727c000-ffff8800bb27bfff]
Jun 21 08:14:18 Lenovo3Part kernel: Scanning for low memory corruption every 60 seconds
Jun 21 08:14:18 Lenovo3Part kernel: futex hash table entries: 1024 (order: 4, 65536 bytes)
Jun 21 08:14:18 Lenovo3Part kernel: Initialise system trusted keyring
Jun 21 08:14:18 Lenovo3Part kernel: workingset: timestamp_bits=38 max_order=20 bucket_order=0
Jun 21 08:14:18 Lenovo3Part kernel: zbud: loaded
Jun 21 08:14:18 Lenovo3Part kernel: Key type big_key registered
Jun 21 08:14:18 Lenovo3Part kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
Jun 21 08:14:18 Lenovo3Part kernel: io scheduler noop registered
Jun 21 08:14:18 Lenovo3Part kernel: io scheduler deadline registered
Jun 21 08:14:18 Lenovo3Part kernel: io scheduler cfq registered (default)
Jun 21 08:14:18 Lenovo3Part kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Jun 21 08:14:18 Lenovo3Part kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
Jun 21 08:14:18 Lenovo3Part kernel: vesafb: mode is 1024x768x32, linelength=4096, pages=0
Jun 21 08:14:18 Lenovo3Part kernel: vesafb: scrolling: redraw
Jun 21 08:14:18 Lenovo3Part kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Jun 21 08:14:18 Lenovo3Part kernel: vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90000800000, using 3072k, total 3072k
Jun 21 08:14:18 Lenovo3Part kernel: Console: switching to colour frame buffer device 128x48
Jun 21 08:14:18 Lenovo3Part kernel: fb0: VESA VGA frame buffer device
Jun 21 08:14:18 Lenovo3Part kernel: intel_idle: MWAIT substates: 0x1120
Jun 21 08:14:18 Lenovo3Part kernel: intel_idle: v0.4.1 model 0x25
Jun 21 08:14:18 Lenovo3Part kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
Jun 21 08:14:18 Lenovo3Part kernel: GHES: HEST is not enabled!
Jun 21 08:14:18 Lenovo3Part kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
Jun 21 08:14:18 Lenovo3Part kernel: 0000:00:16.3: ttyS0 at I/O 0x1808 (irq = 17, base_baud = 115200) is a 16550A
Jun 21 08:14:18 Lenovo3Part kernel: Linux agpgart interface v0.103
Jun 21 08:14:18 Lenovo3Part kernel: rtc_cmos 00:02: RTC can wake from S4
Jun 21 08:14:18 Lenovo3Part kernel: rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
Jun 21 08:14:18 Lenovo3Part kernel: rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Jun 21 08:14:18 Lenovo3Part kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jun 21 08:14:18 Lenovo3Part kernel: NET: Registered protocol family 10
Jun 21 08:14:18 Lenovo3Part kernel: NET: Registered protocol family 17
Jun 21 08:14:18 Lenovo3Part kernel: microcode: CPU0 sig=0x20655, pf=0x10, revision=0x2
Jun 21 08:14:18 Lenovo3Part kernel: microcode: CPU1 sig=0x20655, pf=0x10, revision=0x2
Jun 21 08:14:18 Lenovo3Part kernel: microcode: CPU2 sig=0x20655, pf=0x10, revision=0x2
Jun 21 08:14:18 Lenovo3Part kernel: microcode: CPU3 sig=0x20655, pf=0x10, revision=0x2
Jun 21 08:14:18 Lenovo3Part kernel: microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
Jun 21 08:14:18 Lenovo3Part kernel: registered taskstats version 1
Jun 21 08:14:18 Lenovo3Part kernel: Loading compiled-in X.509 certificates
Jun 21 08:14:18 Lenovo3Part kernel: zswap: loaded using pool lzo/zbud
Jun 21 08:14:18 Lenovo3Part kernel:   Magic number: 4:337:235
Jun 21 08:14:18 Lenovo3Part kernel: rtc_cmos 00:02: setting system clock to 2016-06-21 15:14:10 UTC (1466522050)
Jun 21 08:14:18 Lenovo3Part kernel: PM: Hibernation image not present or could not be loaded.
Jun 21 08:14:18 Lenovo3Part kernel: Freeing unused kernel memory: 1224K (ffffffff818f5000 - ffffffff81a27000)
Jun 21 08:14:18 Lenovo3Part kernel: Write protecting the kernel read-only data: 8192k
Jun 21 08:14:18 Lenovo3Part kernel: Freeing unused kernel memory: 192K (ffff8800015d0000 - ffff880001600000)
Jun 21 08:14:18 Lenovo3Part kernel: Freeing unused kernel memory: 252K (ffff8800017c1000 - ffff880001800000)
Jun 21 08:14:18 Lenovo3Part kernel: random: systemd-tmpfile urandom read with 5 bits of entropy available
Jun 21 08:14:18 Lenovo3Part kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
Jun 21 08:14:18 Lenovo3Part kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Jun 21 08:14:18 Lenovo3Part kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Jun 21 08:14:18 Lenovo3Part kernel: sdhci: Secure Digital Host Controller Interface driver
Jun 21 08:14:18 Lenovo3Part kernel: sdhci: Copyright(c) Pierre Ossman
Jun 21 08:14:18 Lenovo3Part kernel: ACPI: bus type USB registered
Jun 21 08:14:18 Lenovo3Part kernel: usbcore: registered new interface driver usbfs
Jun 21 08:14:18 Lenovo3Part kernel: usbcore: registered new interface driver hub
Jun 21 08:14:18 Lenovo3Part kernel: usbcore: registered new device driver usb
Jun 21 08:14:18 Lenovo3Part kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Jun 21 08:14:18 Lenovo3Part kernel: SCSI subsystem initialized
Jun 21 08:14:18 Lenovo3Part kernel: ehci-pci: EHCI PCI platform driver
Jun 21 08:14:18 Lenovo3Part kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
Jun 21 08:14:18 Lenovo3Part kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
Jun 21 08:14:18 Lenovo3Part kernel: ehci-pci 0000:00:1a.0: debug port 2
Jun 21 08:14:18 Lenovo3Part kernel: ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
Jun 21 08:14:18 Lenovo3Part kernel: ehci-pci 0000:00:1a.0: irq 23, io mem 0xf2827800
Jun 21 08:14:18 Lenovo3Part kernel: libata version 3.00 loaded.
Jun 21 08:14:18 Lenovo3Part kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Jun 21 08:14:18 Lenovo3Part kernel: hub 1-0:1.0: USB hub found
Jun 21 08:14:18 Lenovo3Part kernel: hub 1-0:1.0: 3 ports detected
Jun 21 08:14:18 Lenovo3Part kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
Jun 21 08:14:18 Lenovo3Part kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
Jun 21 08:14:18 Lenovo3Part kernel: ehci-pci 0000:00:1d.0: debug port 2
Jun 21 08:14:18 Lenovo3Part kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
Jun 21 08:14:18 Lenovo3Part kernel: ehci-pci 0000:00:1d.0: irq 19, io mem 0xf2827c00
Jun 21 08:14:18 Lenovo3Part kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Jun 21 08:14:18 Lenovo3Part kernel: hub 2-0:1.0: USB hub found
Jun 21 08:14:18 Lenovo3Part kernel: hub 2-0:1.0: 3 ports detected
Jun 21 08:14:18 Lenovo3Part kernel: ata_piix 0000:00:1f.2: version 2.13
Jun 21 08:14:18 Lenovo3Part kernel: ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
Jun 21 08:14:18 Lenovo3Part kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
Jun 21 08:14:18 Lenovo3Part kernel: firewire_ohci 0000:0d:00.3: added OHCI v1.10 device as card 0, 4 IR + 4 IT contexts, quirks 0x11
Jun 21 08:14:18 Lenovo3Part kernel: sdhci-pci 0000:0d:00.0: SDHCI controller found [1180:e822] (rev 1)
Jun 21 08:14:18 Lenovo3Part kernel: sdhci-pci 0000:0d:00.0: Will use DMA mode even though HW doesn't fully claim to support it.
Jun 21 08:14:18 Lenovo3Part kernel: mmc0: SDHCI controller on PCI [0000:0d:00.0] using DMA
Jun 21 08:14:18 Lenovo3Part kernel: scsi host0: ata_piix
Jun 21 08:14:18 Lenovo3Part kernel: scsi host1: ata_piix
Jun 21 08:14:18 Lenovo3Part kernel: ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x1840 irq 14
Jun 21 08:14:18 Lenovo3Part kernel: ata2: SATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0x1848 irq 15
Jun 21 08:14:18 Lenovo3Part kernel: ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
Jun 21 08:14:18 Lenovo3Part kernel: scsi host2: ata_piix
Jun 21 08:14:18 Lenovo3Part kernel: scsi host3: ata_piix
Jun 21 08:14:18 Lenovo3Part kernel: ata3: SATA max UDMA/133 cmd 0x18a0 ctl 0x1894 bmdma 0x1880 irq 17
Jun 21 08:14:18 Lenovo3Part kernel: ata4: SATA max UDMA/133 cmd 0x1898 ctl 0x1890 bmdma 0x1888 irq 17
Jun 21 08:14:18 Lenovo3Part kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
Jun 21 08:14:18 Lenovo3Part kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
Jun 21 08:14:18 Lenovo3Part kernel: hub 1-1:1.0: USB hub found
Jun 21 08:14:18 Lenovo3Part kernel: hub 1-1:1.0: 6 ports detected
Jun 21 08:14:18 Lenovo3Part kernel: hub 2-1:1.0: USB hub found
Jun 21 08:14:18 Lenovo3Part kernel: hub 2-1:1.0: 8 ports detected
Jun 21 08:14:18 Lenovo3Part kernel: ata4: SATA link down (SStatus 0 SControl 300)
Jun 21 08:14:18 Lenovo3Part kernel: ata3: SATA link down (SStatus 0 SControl 300)
Jun 21 08:14:18 Lenovo3Part kernel: firewire_core 0000:0d:00.3: created device fw0: GUID f0def1ff4b92daff, S400
Jun 21 08:14:18 Lenovo3Part kernel: tsc: Refined TSC clocksource calibration: 2660.001 MHz
Jun 21 08:14:18 Lenovo3Part kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2657a4b8216, max_idle_ns: 440795261550 ns
Jun 21 08:14:18 Lenovo3Part kernel: usb 1-1.2: new low-speed USB device number 3 using ehci-pci
Jun 21 08:14:18 Lenovo3Part kernel: hidraw: raw HID events driver (C) Jiri Kosina
Jun 21 08:14:18 Lenovo3Part kernel: usbcore: registered new interface driver usbhid
Jun 21 08:14:18 Lenovo3Part kernel: usbhid: USB HID core driver
Jun 21 08:14:18 Lenovo3Part kernel: input: USB Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:04B3:310C.0001/input/input2
Jun 21 08:14:18 Lenovo3Part kernel: hid-generic 0003:04B3:310C.0001: input,hidraw0: USB HID v1.11 Mouse [USB Optical Mouse] on usb-0000:00:1a.0-1.2/input0
Jun 21 08:14:18 Lenovo3Part kernel: usb 1-1.3: new full-speed USB device number 4 using ehci-pci
Jun 21 08:14:18 Lenovo3Part kernel: usb 1-1.4: new full-speed USB device number 5 using ehci-pci
Jun 21 08:14:18 Lenovo3Part kernel: usb 1-1.6: new high-speed USB device number 6 using ehci-pci
Jun 21 08:14:18 Lenovo3Part kernel: ata1.01: failed to resume link (SControl 0)
Jun 21 08:14:18 Lenovo3Part kernel: ata2.01: failed to resume link (SControl 0)
Jun 21 08:14:18 Lenovo3Part kernel: ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Jun 21 08:14:18 Lenovo3Part kernel: ata1.01: SATA link down (SStatus 4 SControl 0)
Jun 21 08:14:18 Lenovo3Part kernel: ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Jun 21 08:14:18 Lenovo3Part kernel: ata2.01: SATA link down (SStatus 4 SControl 0)
Jun 21 08:14:18 Lenovo3Part kernel: ata2.01: link offline, clearing class 3 to NONE
Jun 21 08:14:18 Lenovo3Part kernel: ata2.00: ATAPI: HL-DT-STDVDRAM GT33N, LT20, max UDMA/66
Jun 21 08:14:18 Lenovo3Part kernel: ata1.00: ATA-8: HITACHI HTS725032A9A364, PC3ZC70F, max UDMA/100
Jun 21 08:14:18 Lenovo3Part kernel: ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
Jun 21 08:14:18 Lenovo3Part kernel: ata2.00: configured for UDMA/66
Jun 21 08:14:18 Lenovo3Part kernel: ata1.00: configured for UDMA/100
Jun 21 08:14:18 Lenovo3Part kernel: scsi 0:0:0:0: Direct-Access     ATA      HITACHI HTS72503 C70F PQ: 0 ANSI: 5
Jun 21 08:14:18 Lenovo3Part kernel: clocksource: Switched to clocksource tsc
Jun 21 08:14:18 Lenovo3Part kernel: scsi 1:0:0:0: CD-ROM            HL-DT-ST DVDRAM GT33N     LT20 PQ: 0 ANSI: 5
Jun 21 08:14:18 Lenovo3Part kernel: sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
Jun 21 08:14:18 Lenovo3Part kernel: sd 0:0:0:0: [sda] Write Protect is off
Jun 21 08:14:18 Lenovo3Part kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Jun 21 08:14:18 Lenovo3Part kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jun 21 08:14:18 Lenovo3Part kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
Jun 21 08:14:18 Lenovo3Part kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Jun 21 08:14:18 Lenovo3Part kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
Jun 21 08:14:18 Lenovo3Part kernel:  sda: sda1 < sda5 sda6 sda7 sda8 >
Jun 21 08:14:18 Lenovo3Part kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Jun 21 08:14:18 Lenovo3Part kernel: EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
Jun 21 08:14:18 Lenovo3Part kernel: random: nonblocking pool is initialized
Jun 21 08:14:18 Lenovo3Part kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
Jun 21 08:14:18 Lenovo3Part systemd[1]: systemd 230 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
Jun 21 08:14:19 Lenovo3Part systemd[1]: Detected architecture x86-64.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Set hostname to <Lenovo3Part>.
Jun 21 08:14:19 Lenovo3Part systemd-fstab-generator[153]: Mount point b74b9f1a-eb62-4fae-a1f9-354d4fbe4fec is not a valid path, ignoring.
Jun 21 08:14:19 Lenovo3Part systemd-fstab-generator[153]: Mount point ffb9538e-17a2-454a-a6cf-673fdfc39284 is not a valid path, ignoring.
Jun 21 08:14:19 Lenovo3Part systemd-fstab-generator[153]: Mount point 92f50a57-4eaa-4d19-9809-a96f8d7daf4c is not a valid path, ignoring.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Listening on Journal Socket.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Reached target Encrypted Volumes.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Listening on udev Kernel Socket.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Reached target Login Prompts.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Listening on udev Control Socket.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Listening on LVM2 metadata daemon socket.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Listening on Journal Socket (/dev/log).
Jun 21 08:14:19 Lenovo3Part systemd[1]: Reached target Remote File Systems.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Reached target Swap.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Listening on Process Core Dump Socket.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Created slice System Slice.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Starting Setup Virtual Console...
Jun 21 08:14:19 Lenovo3Part systemd[1]: Mounting Temporary Directory...
Jun 21 08:14:19 Lenovo3Part systemd[1]: Created slice system-netctl.slice.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Mounting POSIX Message Queue File System...
Jun 21 08:14:19 Lenovo3Part systemd[1]: Mounting Huge Pages File System...
Jun 21 08:14:19 Lenovo3Part systemd[1]: Starting Create list of required static device nodes for the current kernel...
Jun 21 08:14:19 Lenovo3Part systemd[1]: Mounting Debug File System...
Jun 21 08:14:19 Lenovo3Part systemd[1]: Created slice system-dhcpcd.slice.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Starting Journal Service...
Jun 21 08:14:19 Lenovo3Part systemd[1]: Starting Remount Root and Kernel File Systems...
Jun 21 08:14:19 Lenovo3Part systemd[1]: Created slice system-getty.slice.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Starting Apply Kernel Variables...
Jun 21 08:14:19 Lenovo3Part systemd[1]: Mounting Configuration File System...
Jun 21 08:14:19 Lenovo3Part systemd[1]: Created slice User and Session Slice.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Reached target Slices.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Started Remount Root and Kernel File Systems.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Starting udev Coldplug all Devices...
Jun 21 08:14:19 Lenovo3Part systemd[1]: Starting Load/Save Random Seed...
Jun 21 08:14:19 Lenovo3Part systemd[1]: Started Create list of required static device nodes for the current kernel.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Starting Create Static Device Nodes in /dev...
Jun 21 08:14:19 Lenovo3Part systemd[1]: Started udev Coldplug all Devices.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Started Setup Virtual Console.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Mounted Debug File System.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Mounted POSIX Message Queue File System.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Mounted Configuration File System.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Mounted Huge Pages File System.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Mounted Temporary Directory.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Started Load/Save Random Seed.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Started Create Static Device Nodes in /dev.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Starting udev Kernel Device Manager...
Jun 21 08:14:19 Lenovo3Part systemd[1]: Reached target Local File Systems (Pre).
Jun 21 08:14:19 Lenovo3Part systemd[1]: Reached target Local File Systems.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Started Apply Kernel Variables.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Started udev Kernel Device Manager.
Jun 21 08:14:19 Lenovo3Part kernel: tpm_tis 00:05: 1.2 TPM (device-id 0x0, rev-id 78)
Jun 21 08:14:19 Lenovo3Part kernel: tpm_tis 00:05: TPM is disabled/deactivated (0x6)
Jun 21 08:14:19 Lenovo3Part kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input3
Jun 21 08:14:19 Lenovo3Part kernel: ACPI: Lid Switch [LID]
Jun 21 08:14:19 Lenovo3Part kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4
Jun 21 08:14:19 Lenovo3Part kernel: ACPI: Sleep Button [SLPB]
Jun 21 08:14:19 Lenovo3Part kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
Jun 21 08:14:19 Lenovo3Part kernel: ACPI: Power Button [PWRF]
Jun 21 08:14:19 Lenovo3Part kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jun 21 08:14:19 Lenovo3Part kernel: ACPI: AC Adapter [AC] (on-line)
Jun 21 08:14:19 Lenovo3Part kernel: pps_core: LinuxPPS API ver. 1 registered
Jun 21 08:14:19 Lenovo3Part kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jun 21 08:14:19 Lenovo3Part kernel: PTP clock support registered
Jun 21 08:14:19 Lenovo3Part kernel: [drm] Initialized drm 1.1.0 20060810
Jun 21 08:14:19 Lenovo3Part kernel: ACPI Warning: SystemIO range 0x0000000000001028-0x000000000000102F conflicts with OpRegion 0x0000000000001000-0x000000000000107F (\_SB.PCI0.LPC.PMIO) (20160108/utaddress-255)
Jun 21 08:14:19 Lenovo3Part kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Jun 21 08:14:19 Lenovo3Part kernel: ACPI Warning: SystemIO range 0x00000000000011C0-0x00000000000011CF conflicts with OpRegion 0x0000000000001180-0x00000000000011FF (\_SB.PCI0.LPC.LPIO) (20160108/utaddress-255)
Jun 21 08:14:19 Lenovo3Part kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Jun 21 08:14:19 Lenovo3Part kernel: ACPI Warning: SystemIO range 0x00000000000011B0-0x00000000000011BF conflicts with OpRegion 0x0000000000001180-0x00000000000011FF (\_SB.PCI0.LPC.LPIO) (20160108/utaddress-255)
Jun 21 08:14:19 Lenovo3Part kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Jun 21 08:14:19 Lenovo3Part kernel: ACPI Warning: SystemIO range 0x0000000000001180-0x00000000000011AF conflicts with OpRegion 0x0000000000001180-0x00000000000011FF (\_SB.PCI0.LPC.LPIO) (20160108/utaddress-255)
Jun 21 08:14:19 Lenovo3Part kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Jun 21 08:14:19 Lenovo3Part kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
Jun 21 08:14:19 Lenovo3Part kernel: thermal LNXTHERM:00: registered as thermal_zone0
Jun 21 08:14:19 Lenovo3Part kernel: ACPI: Thermal Zone [THM0] (48 C)
Jun 21 08:14:19 Lenovo3Part kernel: e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
Jun 21 08:14:19 Lenovo3Part kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
Jun 21 08:14:19 Lenovo3Part kernel: e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
Jun 21 08:14:19 Lenovo3Part kernel: ACPI: Battery Slot [BAT0] (battery present)
Jun 21 08:14:19 Lenovo3Part kernel: FUJITSU Extended Socket Network Device Driver - version 1.0 - Copyright (c) 2015 FUJITSU LIMITED
Jun 21 08:14:19 Lenovo3Part kernel: wmi: Mapper loaded
Jun 21 08:14:19 Lenovo3Part kernel: Non-volatile memory driver v1.3
Jun 21 08:14:19 Lenovo3Part kernel: e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) f0:de:f1:4b:92:da
Jun 21 08:14:19 Lenovo3Part kernel: e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
Jun 21 08:14:19 Lenovo3Part kernel: e1000e 0000:00:19.0 eth0: MAC: 9, PHY: 10, PBA No: A002FF-0FF
Jun 21 08:14:19 Lenovo3Part kernel: intel ips 0000:00:1f.6: CPU TDP doesn't match expected value (found 25, expected 29)
Jun 21 08:14:19 Lenovo3Part kernel: intel ips 0000:00:1f.6: failed to get i915 symbols, graphics turbo disabled until i915 loads
Jun 21 08:14:19 Lenovo3Part kernel: intel ips 0000:00:1f.6: IPS driver initialized, MCP temp limit 90
Jun 21 08:14:19 Lenovo3Part kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
Jun 21 08:14:19 Lenovo3Part kernel: pci 0000:00:00.0: Intel HD Graphics Chipset
Jun 21 08:14:19 Lenovo3Part kernel: pci 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
Jun 21 08:14:19 Lenovo3Part kernel: pci 0000:00:00.0: detected 32768K stolen memory
Jun 21 08:14:19 Lenovo3Part kernel: [drm] Memory usable by graphics device = 2048M
Jun 21 08:14:19 Lenovo3Part kernel: checking generic (d0000000 300000) vs hw (d0000000 10000000)
Jun 21 08:14:19 Lenovo3Part kernel: fb: switching to inteldrmfb from VESA VGA
Jun 21 08:14:19 Lenovo3Part kernel: Console: switching to colour dummy device 80x25
Jun 21 08:14:19 Lenovo3Part kernel: [drm] Replacing VGA console driver
Jun 21 08:14:19 Lenovo3Part kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Jun 21 08:14:19 Lenovo3Part kernel: [drm] Driver supports precise vblank timestamp query.
Jun 21 08:14:19 Lenovo3Part kernel: vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
Jun 21 08:14:19 Lenovo3Part kernel: [drm] RC6 disabled, disabling runtime PM support
Jun 21 08:14:19 Lenovo3Part kernel: ACPI: Video Device [VID] (multi-head: yes  rom: no  post: no)
Jun 21 08:14:19 Lenovo3Part kernel: acpi device:01: registered as cooling_device4
Jun 21 08:14:19 Lenovo3Part kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
Jun 21 08:14:19 Lenovo3Part kernel: [drm] Initialized i915 1.6.0 20160229 for 0000:00:02.0 on minor 0
Jun 21 08:14:19 Lenovo3Part kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
Jun 21 08:14:19 Lenovo3Part kernel: [drm] GMBUS [i915 gmbus dpb] timed out, falling back to bit banging on pin 5
Jun 21 08:14:19 Lenovo3Part kernel: Intel(R) Wireless WiFi driver for Linux
Jun 21 08:14:19 Lenovo3Part kernel: Copyright(c) 2003- 2015 Intel Corporation
Jun 21 08:14:19 Lenovo3Part kernel: iwlwifi 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
Jun 21 08:14:19 Lenovo3Part kernel: iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-6000-6.ucode failed with error -2
Jun 21 08:14:19 Lenovo3Part kernel: iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-6000-5.ucode failed with error -2
Jun 21 08:14:19 Lenovo3Part kernel: thinkpad_acpi: ThinkPad ACPI Extras v0.25
Jun 21 08:14:19 Lenovo3Part kernel: thinkpad_acpi: http://ibm-acpi.sf.net/
Jun 21 08:14:19 Lenovo3Part kernel: thinkpad_acpi: ThinkPad BIOS 6MET81WW (1.41 ), EC 6MHT43WW-1.18
Jun 21 08:14:19 Lenovo3Part kernel: thinkpad_acpi: Lenovo ThinkPad T510, model 4349NY2
Jun 21 08:14:19 Lenovo3Part kernel: thinkpad_acpi: radio switch found; radios are enabled
Jun 21 08:14:19 Lenovo3Part kernel: thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
Jun 21 08:14:19 Lenovo3Part kernel: thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
Jun 21 08:14:19 Lenovo3Part kernel: thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
Jun 21 08:14:19 Lenovo3Part kernel: thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
Jun 21 08:14:19 Lenovo3Part kernel: input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input8
Jun 21 08:14:19 Lenovo3Part kernel: iwlwifi 0000:03:00.0: loaded firmware version 9.221.4.1 build 25532 op_mode iwldvm
Jun 21 08:14:19 Lenovo3Part kernel: fbcon: inteldrmfb (fb0) is primary device
Jun 21 08:14:19 Lenovo3Part kernel: snd_hda_codec_conexant hdaudioC0D0: CX20585: BIOS auto-probing.
Jun 21 08:14:19 Lenovo3Part kernel: snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX20585: line_outs=1 (0x1f/0x0/0x0/0x0/0x0) type:speaker
Jun 21 08:14:19 Lenovo3Part kernel: snd_hda_codec_conexant hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jun 21 08:14:19 Lenovo3Part kernel: snd_hda_codec_conexant hdaudioC0D0:    hp_outs=2 (0x1c/0x19/0x0/0x0/0x0)
Jun 21 08:14:19 Lenovo3Part kernel: snd_hda_codec_conexant hdaudioC0D0:    mono: mono_out=0x0
Jun 21 08:14:19 Lenovo3Part kernel: snd_hda_codec_conexant hdaudioC0D0:    inputs:
Jun 21 08:14:19 Lenovo3Part kernel: snd_hda_codec_conexant hdaudioC0D0:      Internal Mic=0x23
Jun 21 08:14:19 Lenovo3Part kernel: snd_hda_codec_conexant hdaudioC0D0:      Mic=0x1b
Jun 21 08:14:19 Lenovo3Part kernel: snd_hda_codec_conexant hdaudioC0D0:      Dock Mic=0x1a
Jun 21 08:14:19 Lenovo3Part kernel: snd_hda_codec_conexant hdaudioC0D0: Enable sync_write for stable communication
Jun 21 08:14:19 Lenovo3Part kernel: Bluetooth: Core ver 2.21
Jun 21 08:14:19 Lenovo3Part kernel: NET: Registered protocol family 31
Jun 21 08:14:19 Lenovo3Part kernel: Bluetooth: HCI device and connection manager initialized
Jun 21 08:14:19 Lenovo3Part kernel: Bluetooth: HCI socket layer initialized
Jun 21 08:14:19 Lenovo3Part kernel: Bluetooth: L2CAP socket layer initialized
Jun 21 08:14:19 Lenovo3Part kernel: Bluetooth: SCO socket layer initialized
Jun 21 08:14:19 Lenovo3Part kernel: mousedev: PS/2 mouse device common for all mice
Jun 21 08:14:19 Lenovo3Part kernel: usbcore: registered new interface driver btusb
Jun 21 08:14:19 Lenovo3Part kernel: iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG disabled
Jun 21 08:14:19 Lenovo3Part kernel: iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
Jun 21 08:14:19 Lenovo3Part kernel: iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
Jun 21 08:14:19 Lenovo3Part kernel: iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Advanced-N 6200 AGN, REV=0x74
Jun 21 08:14:19 Lenovo3Part kernel: iwlwifi 0000:03:00.0: L1 Enabled - LTR Disabled
Jun 21 08:14:19 Lenovo3Part kernel: media: Linux media interface: v0.10
Jun 21 08:14:19 Lenovo3Part kernel: Linux video capture interface: v2.00
Jun 21 08:14:19 Lenovo3Part kernel: uvcvideo: Found UVC 1.00 device Integrated Camera (17ef:480f)
Jun 21 08:14:19 Lenovo3Part kernel: uvcvideo 1-1.6:1.0: Entity type for entity Extension 3 was not initialized!
Jun 21 08:14:19 Lenovo3Part kernel: uvcvideo 1-1.6:1.0: Entity type for entity Processing 2 was not initialized!
Jun 21 08:14:19 Lenovo3Part kernel: uvcvideo 1-1.6:1.0: Entity type for entity Camera 1 was not initialized!
Jun 21 08:14:19 Lenovo3Part kernel: input: Integrated Camera as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input15
Jun 21 08:14:19 Lenovo3Part kernel: usbcore: registered new interface driver uvcvideo
Jun 21 08:14:19 Lenovo3Part kernel: USB Video Class driver (1.1.1)
Jun 21 08:14:19 Lenovo3Part kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
Jun 21 08:14:19 Lenovo3Part kernel: input: HDA Intel MID Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
Jun 21 08:14:19 Lenovo3Part kernel: input: HDA Intel MID Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
Jun 21 08:14:19 Lenovo3Part kernel: input: HDA Intel MID Dock Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
Jun 21 08:14:19 Lenovo3Part kernel: input: HDA Intel MID Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
Jun 21 08:14:19 Lenovo3Part kernel: input: HDA Intel MID HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
Jun 21 08:14:19 Lenovo3Part kernel: input: HDA Intel MID HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
Jun 21 08:14:19 Lenovo3Part kernel: input: HDA Intel MID HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
Jun 21 08:14:19 Lenovo3Part kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
Jun 21 08:14:19 Lenovo3Part kernel: SSE version of gcm_enc/dec engaged.
Jun 21 08:14:19 Lenovo3Part kernel: psmouse serio1: synaptics: queried max coordinates: x [..5888], y [..4820]
Jun 21 08:14:19 Lenovo3Part kernel: ppdev: user-space parallel port driver
Jun 21 08:14:19 Lenovo3Part kernel: e1000e 0000:00:19.0 enp0s25: renamed from eth0
Jun 21 08:14:19 Lenovo3Part kernel: psmouse serio1: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd047b3/0xb40000/0xa0000/0x0, board id: 0, fw id: 578367
Jun 21 08:14:19 Lenovo3Part kernel: psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
Jun 21 08:14:19 Lenovo3Part kernel: iTCO_vendor_support: vendor-support=0
Jun 21 08:14:19 Lenovo3Part kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Jun 21 08:14:19 Lenovo3Part kernel: iTCO_wdt: Found a QM57 TCO device (Version=2, TCOBASE=0x1060)
Jun 21 08:14:19 Lenovo3Part kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Jun 21 08:14:19 Lenovo3Part kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input9
Jun 21 08:14:19 Lenovo3Part kernel: iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
Jun 21 08:14:19 Lenovo3Part systemd[1]: Found device 82577LM Gigabit Network Connection.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Found device Centrino Advanced-N 6200 (2x2 AGN).
Jun 21 08:14:19 Lenovo3Part systemd[1]: Reached target Sound Card.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Reached target Bluetooth.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jun 21 08:14:19 Lenovo3Part kernel: Console: switching to colour frame buffer device 170x48
Jun 21 08:14:19 Lenovo3Part kernel: i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
Jun 21 08:14:19 Lenovo3Part systemd[1]: Starting Load/Save RF Kill Switch Status...
Jun 21 08:14:19 Lenovo3Part kernel: kvm: disabled by bios
Jun 21 08:14:19 Lenovo3Part systemd[1]: Created slice system-systemd\x2dbacklight.slice.
Jun 21 08:14:19 Lenovo3Part kernel: kvm: disabled by bios
Jun 21 08:14:19 Lenovo3Part systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Jun 21 08:14:19 Lenovo3Part systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Jun 21 08:14:19 Lenovo3Part kernel: kvm: disabled by bios
Jun 21 08:14:19 Lenovo3Part kernel: kvm: disabled by bios
Jun 21 08:14:19 Lenovo3Part systemd[1]: Started Load/Save RF Kill Switch Status.
Jun 21 08:14:19 Lenovo3Part kernel: psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
Jun 21 08:14:19 Lenovo3Part systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Jun 21 08:14:19 Lenovo3Part kernel: input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input19
Jun 21 08:14:19 Lenovo3Part systemd-journald[162]: Journal started
Jun 21 08:14:19 Lenovo3Part systemd[1]: Started Journal Service.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Starting Flush Journal to Persistent Storage...
Jun 21 08:14:19 Lenovo3Part systemd[1]: Started Flush Journal to Persistent Storage.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Starting Create Volatile Files and Directories...
Jun 21 08:14:19 Lenovo3Part systemd[1]: Started Create Volatile Files and Directories.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Jun 21 08:14:19 Lenovo3Part systemd[1]: Started Update UTMP about System Boot/Shutdown.
Jun 21 08:14:19 Lenovo3Part systemd[1]: Reached target System Initialization.
Jun 21 08:14:20 Lenovo3Part systemd[1]: Started Daily rotation of log files.
Jun 21 08:14:20 Lenovo3Part systemd[1]: Started Daily Cleanup of Temporary Directories.
Jun 21 08:14:20 Lenovo3Part systemd[1]: Started Daily verification of password and group files.
Jun 21 08:14:20 Lenovo3Part systemd[1]: Reached target Timers.
Jun 21 08:14:20 Lenovo3Part systemd[1]: Listening on CUPS Scheduler.
Jun 21 08:14:20 Lenovo3Part systemd[1]: Started CUPS Scheduler.
Jun 21 08:14:20 Lenovo3Part systemd[1]: Reached target Paths.
Jun 21 08:14:20 Lenovo3Part systemd[1]: Listening on D-Bus System Message Bus Socket.
Jun 21 08:14:20 Lenovo3Part systemd[1]: Reached target Sockets.
Jun 21 08:14:20 Lenovo3Part systemd[1]: Reached target Basic System.
Jun 21 08:14:20 Lenovo3Part systemd[1]: Started CUPS Scheduler.
Jun 21 08:14:20 Lenovo3Part systemd[1]: Starting dhcpcd on enp0s25...
Jun 21 08:14:20 Lenovo3Part systemd[1]: Starting Automatically generated profile by wifi-menu...
Jun 21 08:14:20 Lenovo3Part systemd[1]: Started D-Bus System Message Bus.
Jun 21 08:14:20 Lenovo3Part dhcpcd[300]: enp0s25: waiting for carrier
Jun 21 08:14:20 Lenovo3Part kernel: IPv6: ADDRCONF(NETDEV_UP): enp0s25: link is not ready
Jun 21 08:14:20 Lenovo3Part network[301]: Starting network profile 'wlp3s0-truckin77'...
Jun 21 08:14:21 Lenovo3Part systemd[1]: Starting Login Service...
Jun 21 08:14:21 Lenovo3Part systemd[1]: Starting Rotate log files...
Jun 21 08:14:21 Lenovo3Part systemd[1]: Starting Verify integrity of password and group files...
Jun 21 08:14:21 Lenovo3Part systemd[1]: Started Login Service.
Jun 21 08:14:21 Lenovo3Part systemd-logind[312]: New seat seat0.
Jun 21 08:14:21 Lenovo3Part systemd-logind[312]: Watching system buttons on /dev/input/event4 (Power Button)
Jun 21 08:14:21 Lenovo3Part systemd-logind[312]: Watching system buttons on /dev/input/event5 (Video Bus)
Jun 21 08:14:21 Lenovo3Part systemd-logind[312]: Watching system buttons on /dev/input/event2 (Lid Switch)
Jun 21 08:14:21 Lenovo3Part systemd-logind[312]: Watching system buttons on /dev/input/event3 (Sleep Button)
Jun 21 08:14:21 Lenovo3Part systemd-logind[312]: Watching system buttons on /dev/input/event7 (ThinkPad Extra Buttons)
Jun 21 08:14:21 Lenovo3Part kernel: iwlwifi 0000:03:00.0: L1 Enabled - LTR Disabled
Jun 21 08:14:21 Lenovo3Part kernel: iwlwifi 0000:03:00.0: L1 Enabled - LTR Disabled
Jun 21 08:14:21 Lenovo3Part kernel: iwlwifi 0000:03:00.0: Radio type=0x1-0x3-0x1
Jun 21 08:14:21 Lenovo3Part dbus[302]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service'
Jun 21 08:14:21 Lenovo3Part systemd[1]: Starting Manage, Install and Generate Color Profiles...
Jun 21 08:14:21 Lenovo3Part pwck[320]: user 'ross': directory '/home/ross' does not exist
Jun 21 08:14:21 Lenovo3Part kernel: intel ips 0000:00:1f.6: i915 driver attached, reenabling gpu turbo
Jun 21 08:14:21 Lenovo3Part kernel: iwlwifi 0000:03:00.0: L1 Enabled - LTR Disabled
Jun 21 08:14:21 Lenovo3Part kernel: iwlwifi 0000:03:00.0: L1 Enabled - LTR Disabled
Jun 21 08:14:21 Lenovo3Part kernel: iwlwifi 0000:03:00.0: Radio type=0x1-0x3-0x1
Jun 21 08:14:21 Lenovo3Part systemd[1]: shadow.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Jun 21 08:14:21 Lenovo3Part pwck[320]: pwck: no changes
Jun 21 08:14:21 Lenovo3Part systemd[1]: Failed to start Verify integrity of password and group files.
Jun 21 08:14:21 Lenovo3Part systemd[1]: shadow.service: Unit entered failed state.
Jun 21 08:14:21 Lenovo3Part systemd[1]: shadow.service: Failed with result 'exit-code'.
Jun 21 08:14:21 Lenovo3Part systemd[1]: Started Rotate log files.
Jun 21 08:14:21 Lenovo3Part kernel: IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
Jun 21 08:14:22 Lenovo3Part dbus[302]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Jun 21 08:14:22 Lenovo3Part systemd[1]: Started Manage, Install and Generate Color Profiles.
Jun 21 08:14:22 Lenovo3Part colord[328]: (colord:328): Cd-WARNING **: failed to get session [pid 299]: No such device or address
Jun 21 08:14:22 Lenovo3Part colord[328]: /usr/lib/colord/colord-sane: error while loading shared libraries: libsane.so.1: cannot open shared object file: No such file or directory
Jun 21 08:14:24 Lenovo3Part kernel: wlp3s0: authenticate with 20:76:00:c3:44:84
Jun 21 08:14:24 Lenovo3Part kernel: wlp3s0: send auth to 20:76:00:c3:44:84 (try 1/3)
Jun 21 08:14:24 Lenovo3Part kernel: wlp3s0: authenticated
Jun 21 08:14:24 Lenovo3Part kernel: wlp3s0: associate with 20:76:00:c3:44:84 (try 1/3)
Jun 21 08:14:24 Lenovo3Part kernel: wlp3s0: RX AssocResp from 20:76:00:c3:44:84 (capab=0x411 status=0 aid=2)
Jun 21 08:14:24 Lenovo3Part kernel: wlp3s0: associated
Jun 21 08:14:24 Lenovo3Part kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
Jun 21 08:14:25 Lenovo3Part dhcpcd[496]: DUID 00:01:00:01:1e:99:ff:26:f0:de:f1:4b:92:da
Jun 21 08:14:25 Lenovo3Part dhcpcd[496]: wlp3s0: IAID a2:0b:b6:2c
Jun 21 08:14:25 Lenovo3Part dhcpcd[496]: read_lease: truncated lease
Jun 21 08:14:25 Lenovo3Part dhcpcd[496]: wlp3s0: soliciting a DHCP lease
Jun 21 08:14:25 Lenovo3Part dhcpcd[496]: wlp3s0: offered 192.168.1.72 from 192.168.1.254
Jun 21 08:14:25 Lenovo3Part dhcpcd[496]: wlp3s0: probing address 192.168.1.72/24
Jun 21 08:14:31 Lenovo3Part dhcpcd[496]: wlp3s0: leased 192.168.1.72 for 86400 seconds
Jun 21 08:14:31 Lenovo3Part dhcpcd[496]: wlp3s0: adding route to 192.168.1.0/24
Jun 21 08:14:31 Lenovo3Part dhcpcd[496]: wlp3s0: adding default route via 192.168.1.254
Jun 21 08:14:31 Lenovo3Part dhcpcd[496]: forked to background, child pid 541
Jun 21 08:14:31 Lenovo3Part network[301]: Started network profile 'wlp3s0-truckin77'
Jun 21 08:14:31 Lenovo3Part systemd[1]: Started Automatically generated profile by wifi-menu.
Jun 21 08:14:50 Lenovo3Part dhcpcd[300]: timed out
Jun 21 08:14:50 Lenovo3Part dhcpcd[300]: dhcpcd exited
Jun 21 08:14:50 Lenovo3Part systemd[1]: dhcpcd@enp0s25.service: Control process exited, code=exited status=1
Jun 21 08:14:50 Lenovo3Part systemd[1]: Failed to start dhcpcd on enp0s25.
Jun 21 08:14:50 Lenovo3Part systemd[1]: dhcpcd@enp0s25.service: Unit entered failed state.
Jun 21 08:14:50 Lenovo3Part systemd[1]: dhcpcd@enp0s25.service: Failed with result 'exit-code'.
Jun 21 08:14:50 Lenovo3Part systemd[1]: Reached target Network.
Jun 21 08:14:50 Lenovo3Part systemd[1]: Starting Network Time Service...
Jun 21 08:14:50 Lenovo3Part systemd[1]: Starting Permit User Sessions...
Jun 21 08:14:50 Lenovo3Part systemd[1]: Started Permit User Sessions.
Jun 21 08:14:50 Lenovo3Part ntpd[551]: ntpd 4.2.8p8@1.3265-o Sat Jun  4 14:58:28 UTC 2016 (1): Starting
Jun 21 08:14:50 Lenovo3Part ntpd[551]: Command line: /usr/bin/ntpd -g -u ntp:ntp
Jun 21 08:14:50 Lenovo3Part systemd[1]: Starting Light Display Manager...
Jun 21 08:14:50 Lenovo3Part systemd[1]: Started Network Time Service.
Jun 21 08:14:50 Lenovo3Part systemd[1]: Reached target Multi-User System.
Jun 21 08:14:50 Lenovo3Part ntpd[556]: proto: precision = 0.118 usec (-23)
Jun 21 08:14:50 Lenovo3Part ntpd[556]: Listen and drop on 0 v6wildcard [::]:123
Jun 21 08:14:50 Lenovo3Part ntpd[556]: Listen and drop on 1 v4wildcard 0.0.0.0:123
Jun 21 08:14:50 Lenovo3Part ntpd[556]: Listen normally on 2 lo 127.0.0.1:123
Jun 21 08:14:50 Lenovo3Part ntpd[556]: Listen normally on 3 wlp3s0 192.168.1.72:123
Jun 21 08:14:50 Lenovo3Part ntpd[556]: Listen normally on 4 lo [::1]:123
Jun 21 08:14:50 Lenovo3Part ntpd[556]: Listen normally on 5 wlp3s0 [2001:569:79c0:7200:1a3d:a2ff:fe0b:b62c]:123
Jun 21 08:14:50 Lenovo3Part ntpd[556]: Listen normally on 6 wlp3s0 [fe80::1a3d:a2ff:fe0b:b62c%3]:123
Jun 21 08:14:50 Lenovo3Part ntpd[556]: Listening on routing socket on fd #23 for interface updates
Jun 21 08:14:50 Lenovo3Part systemd[1]: Started Light Display Manager.
Jun 21 08:14:50 Lenovo3Part systemd[1]: Reached target Graphical Interface.
Jun 21 08:14:50 Lenovo3Part systemd[1]: Startup finished in 3.848s (kernel) + 37.250s (userspace) = 41.098s.
Jun 21 08:14:50 Lenovo3Part systemd[1]: Reached target User and Group Name Lookups.
Jun 21 08:14:50 Lenovo3Part dbus[302]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service'
Jun 21 08:14:50 Lenovo3Part systemd[1]: Starting Accounts Service...
Jun 21 08:14:51 Lenovo3Part dbus[302]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
Jun 21 08:14:51 Lenovo3Part systemd[1]: Starting Authorization Manager...
Jun 21 08:14:51 Lenovo3Part polkitd[568]: Started polkitd version 0.113
Jun 21 08:14:51 Lenovo3Part polkitd[568]: Loading rules from directory /etc/polkit-1/rules.d
Jun 21 08:14:51 Lenovo3Part polkitd[568]: Loading rules from directory /usr/share/polkit-1/rules.d
Jun 21 08:14:52 Lenovo3Part systemd[1]: Time has been changed
Jun 21 08:14:52 Lenovo3Part polkitd[568]: Finished loading, compiling and executing 3 rules
Jun 21 08:14:52 Lenovo3Part dbus[302]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Jun 21 08:14:52 Lenovo3Part systemd[1]: Started Authorization Manager.
Jun 21 08:14:52 Lenovo3Part polkitd[568]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Jun 21 08:14:52 Lenovo3Part accounts-daemon[563]: started daemon version 0.6.42
Jun 21 08:14:52 Lenovo3Part dbus[302]: [system] Successfully activated service 'org.freedesktop.Accounts'
Jun 21 08:14:52 Lenovo3Part systemd[1]: Started Accounts Service.
Jun 21 08:14:53 Lenovo3Part lightdm[585]: pam_unix(lightdm-greeter:session): session opened for user lightdm by (uid=0)
Jun 21 08:14:53 Lenovo3Part systemd[1]: Created slice User Slice of lightdm.
Jun 21 08:14:53 Lenovo3Part systemd[1]: Starting User Manager for UID 620...
Jun 21 08:14:53 Lenovo3Part systemd-logind[312]: New session c1 of user lightdm.
Jun 21 08:14:53 Lenovo3Part systemd[1]: Started Session c1 of user lightdm.
Jun 21 08:14:53 Lenovo3Part systemd[588]: pam_unix(systemd-user:session): session opened for user lightdm by (uid=0)
Jun 21 08:14:53 Lenovo3Part systemd[588]: Reached target Paths.
Jun 21 08:14:53 Lenovo3Part systemd[588]: Starting D-Bus User Message Bus Socket.
Jun 21 08:14:53 Lenovo3Part systemd[588]: Reached target Timers.
Jun 21 08:14:53 Lenovo3Part systemd[588]: Listening on Sound System.
Jun 21 08:14:53 Lenovo3Part systemd[588]: Listening on D-Bus User Message Bus Socket.
Jun 21 08:14:53 Lenovo3Part systemd[588]: Reached target Sockets.
Jun 21 08:14:53 Lenovo3Part systemd[588]: Reached target Basic System.
Jun 21 08:14:53 Lenovo3Part systemd[588]: Starting Update XDG user dir configuration...
Jun 21 08:14:53 Lenovo3Part systemd[588]: Started Update XDG user dir configuration.
Jun 21 08:14:53 Lenovo3Part systemd[588]: Reached target Default.
Jun 21 08:14:53 Lenovo3Part systemd[588]: Startup finished in 194ms.
Jun 21 08:14:53 Lenovo3Part systemd[1]: Started User Manager for UID 620.
Jun 21 08:14:54 Lenovo3Part systemd[588]: Started D-Bus User Message Bus.
Jun 21 08:14:54 Lenovo3Part dbus-daemon[598]: Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service'
Jun 21 08:14:54 Lenovo3Part systemd[588]: Starting Virtual filesystem service...
Jun 21 08:14:54 Lenovo3Part dbus-daemon[598]: Successfully activated service 'org.gtk.vfs.Daemon'
Jun 21 08:14:54 Lenovo3Part systemd[588]: Started Virtual filesystem service.
Jun 21 08:14:55 Lenovo3Part kernel: fuse init (API version 7.24)
Jun 21 08:14:55 Lenovo3Part systemd[1]: Mounting FUSE Control File System...
Jun 21 08:14:55 Lenovo3Part systemd[1]: Mounted FUSE Control File System.
Jun 21 08:15:19 Lenovo3Part lightdm[585]: pam_unix(lightdm-greeter:session): session closed for user lightdm
Jun 21 08:15:19 Lenovo3Part systemd-logind[312]: Removed session c1.
Jun 21 08:15:19 Lenovo3Part lightdm[631]: pam_unix(lightdm:session): session opened for user ross by (uid=0)
Jun 21 08:15:19 Lenovo3Part systemd[1]: Stopping User Manager for UID 620...
Jun 21 08:15:19 Lenovo3Part systemd[1]: Created slice User Slice of ross.
Jun 21 08:15:19 Lenovo3Part systemd[588]: Stopping Virtual filesystem service...
Jun 21 08:15:19 Lenovo3Part systemd[588]: Stopping D-Bus User Message Bus...
Jun 21 08:15:19 Lenovo3Part systemd[588]: Stopped target Default.
Jun 21 08:15:19 Lenovo3Part systemd[1]: Starting User Manager for UID 1000...
Jun 21 08:15:19 Lenovo3Part systemd[638]: pam_unix(systemd-user:session): session opened for user ross by (uid=0)
Jun 21 08:15:19 Lenovo3Part systemd[588]: Stopped D-Bus User Message Bus.
Jun 21 08:15:19 Lenovo3Part systemd-logind[312]: New session c2 of user ross.
Jun 21 08:15:19 Lenovo3Part systemd[1]: Started Session c2 of user ross.
Jun 21 08:15:19 Lenovo3Part systemd[588]: Stopped Virtual filesystem service.
Jun 21 08:15:19 Lenovo3Part systemd[588]: Stopped target Basic System.
Jun 21 08:15:19 Lenovo3Part systemd[588]: Stopped target Paths.
Jun 21 08:15:19 Lenovo3Part systemd[588]: Stopped target Timers.
Jun 21 08:15:19 Lenovo3Part systemd[588]: Stopped target Sockets.
Jun 21 08:15:19 Lenovo3Part systemd[588]: Closed Sound System.
Jun 21 08:15:19 Lenovo3Part systemd[588]: Closed D-Bus User Message Bus Socket.
Jun 21 08:15:19 Lenovo3Part systemd[588]: Reached target Shutdown.
Jun 21 08:15:19 Lenovo3Part systemd[588]: Starting Exit the Session...
Jun 21 08:15:19 Lenovo3Part systemd[638]: Starting D-Bus User Message Bus Socket.
Jun 21 08:15:19 Lenovo3Part systemd[589]: pam_unix(systemd-user:session): session closed for user lightdm
Jun 21 08:15:19 Lenovo3Part systemd[638]: Reached target Paths.
Jun 21 08:15:20 Lenovo3Part lightdm[555]: Error writing X authority: Failed to open X authority /home/ross/.Xauthority: No such file or directory
Jun 21 08:15:19 Lenovo3Part systemd[644]: pam_unix(systemd-user:session): session closed for user ross
Jun 21 08:15:19 Lenovo3Part systemd[638]: Listening on Sound System.
Jun 21 08:15:20 Lenovo3Part xdg-user-dirs-update[649]: Can't create dir /home/ross/Desktop
Jun 21 08:15:20 Lenovo3Part xdg-user-dirs-update[649]: Can't create dir /home/ross/Downloads
Jun 21 08:15:20 Lenovo3Part xdg-user-dirs-update[649]: Can't create dir /home/ross/Templates
Jun 21 08:15:20 Lenovo3Part xdg-user-dirs-update[649]: Can't create dir /home/ross/Public
Jun 21 08:15:20 Lenovo3Part xdg-user-dirs-update[649]: Can't create dir /home/ross/Documents
Jun 21 08:15:20 Lenovo3Part xdg-user-dirs-update[649]: Can't create dir /home/ross/Music
Jun 21 08:15:20 Lenovo3Part xdg-user-dirs-update[649]: Can't create dir /home/ross/Pictures
Jun 21 08:15:20 Lenovo3Part xdg-user-dirs-update[649]: Can't create dir /home/ross/Videos
Jun 21 08:15:19 Lenovo3Part systemd[638]: Reached target Timers.
Jun 21 08:15:19 Lenovo3Part systemd[638]: Listening on D-Bus User Message Bus Socket.
Jun 21 08:15:19 Lenovo3Part systemd[638]: Reached target Sockets.
Jun 21 08:15:19 Lenovo3Part systemd[638]: Reached target Basic System.
Jun 21 08:15:19 Lenovo3Part systemd[638]: Starting Update XDG user dir configuration...
Jun 21 08:15:19 Lenovo3Part systemd[638]: Started Update XDG user dir configuration.
Jun 21 08:15:19 Lenovo3Part systemd[638]: Reached target Default.
Jun 21 08:15:19 Lenovo3Part systemd[638]: Startup finished in 15ms.
Jun 21 08:15:19 Lenovo3Part systemd[1]: Started User Manager for UID 1000.
Jun 21 08:15:19 Lenovo3Part systemd-logind[312]: Removed session c2.
Jun 21 08:15:19 Lenovo3Part systemd[1]: Stopping User Manager for UID 1000...
Jun 21 08:15:19 Lenovo3Part systemd[638]: Stopped target Default.
Jun 21 08:15:19 Lenovo3Part systemd[638]: Stopped target Basic System.
Jun 21 08:15:19 Lenovo3Part systemd[638]: Stopped target Timers.
Jun 21 08:15:19 Lenovo3Part systemd[638]: Stopped target Sockets.
Jun 21 08:15:19 Lenovo3Part systemd[638]: Closed Sound System.
Jun 21 08:15:19 Lenovo3Part systemd[638]: Closed D-Bus User Message Bus Socket.
Jun 21 08:15:19 Lenovo3Part systemd[638]: Reached target Shutdown.
Jun 21 08:15:19 Lenovo3Part systemd[638]: Starting Exit the Session...
Jun 21 08:15:19 Lenovo3Part systemd[638]: Stopped target Paths.
Jun 21 08:15:19 Lenovo3Part systemd[588]: Received SIGRTMIN+24 from PID 643 (kill).
Jun 21 08:15:19 Lenovo3Part systemd[638]: Received SIGRTMIN+24 from PID 652 (kill).
Jun 21 08:15:19 Lenovo3Part systemd[1]: Stopped User Manager for UID 620.
Jun 21 08:15:19 Lenovo3Part systemd[1]: Stopped User Manager for UID 1000.
Jun 21 08:15:19 Lenovo3Part systemd[1]: Removed slice User Slice of ross.
Jun 21 08:15:19 Lenovo3Part systemd[1]: Removed slice User Slice of lightdm.
Jun 21 08:15:20 Lenovo3Part lightdm[667]: pam_unix(lightdm-greeter:session): session opened for user lightdm by (uid=0)
Jun 21 08:15:20 Lenovo3Part systemd[1]: Created slice User Slice of lightdm.
Jun 21 08:15:20 Lenovo3Part systemd[1]: Starting User Manager for UID 620...
Jun 21 08:15:20 Lenovo3Part systemd-logind[312]: New session c3 of user lightdm.
Jun 21 08:15:20 Lenovo3Part systemd[1]: Started Session c3 of user lightdm.
Jun 21 08:15:20 Lenovo3Part systemd[670]: pam_unix(systemd-user:session): session opened for user lightdm by (uid=0)
Jun 21 08:15:20 Lenovo3Part systemd[670]: Reached target Paths.
Jun 21 08:15:20 Lenovo3Part systemd[670]: Reached target Timers.
Jun 21 08:15:20 Lenovo3Part systemd[670]: Listening on Sound System.
Jun 21 08:15:20 Lenovo3Part systemd[670]: Starting D-Bus User Message Bus Socket.
Jun 21 08:15:20 Lenovo3Part systemd[670]: Listening on D-Bus User Message Bus Socket.
Jun 21 08:15:20 Lenovo3Part systemd[670]: Reached target Sockets.
Jun 21 08:15:20 Lenovo3Part systemd[670]: Reached target Basic System.
Jun 21 08:15:20 Lenovo3Part systemd[670]: Starting Update XDG user dir configuration...
Jun 21 08:15:20 Lenovo3Part systemd[670]: Started Update XDG user dir configuration.
Jun 21 08:15:20 Lenovo3Part systemd[670]: Reached target Default.
Jun 21 08:15:20 Lenovo3Part systemd[670]: Startup finished in 17ms.
Jun 21 08:15:20 Lenovo3Part systemd[1]: Started User Manager for UID 620.
Jun 21 08:15:20 Lenovo3Part systemd[670]: Started D-Bus User Message Bus.
Jun 21 08:15:20 Lenovo3Part dbus-daemon[680]: Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service'
Jun 21 08:15:20 Lenovo3Part systemd[670]: Starting Virtual filesystem service...
Jun 21 08:15:20 Lenovo3Part dbus-daemon[680]: Successfully activated service 'org.gtk.vfs.Daemon'
Jun 21 08:15:20 Lenovo3Part systemd[670]: Started Virtual filesystem service.
Jun 21 08:15:33 Lenovo3Part lightdm[667]: pam_unix(lightdm-greeter:session): session closed for user lightdm
Jun 21 08:15:33 Lenovo3Part systemd-logind[312]: Removed session c3.
Jun 21 08:15:33 Lenovo3Part lightdm[708]: pam_unix(lightdm:session): session opened for user root by (uid=0)
Jun 21 08:15:33 Lenovo3Part systemd[1]: Stopping User Manager for UID 620...
Jun 21 08:15:33 Lenovo3Part systemd[670]: Stopped target Default.
Jun 21 08:15:33 Lenovo3Part systemd[670]: Stopping D-Bus User Message Bus...
Jun 21 08:15:33 Lenovo3Part systemd[670]: Stopping Virtual filesystem service...
Jun 21 08:15:33 Lenovo3Part systemd[670]: Stopped D-Bus User Message Bus.
Jun 21 08:15:33 Lenovo3Part systemd[1]: Created slice User Slice of root.
Jun 21 08:15:33 Lenovo3Part systemd[670]: Stopped Virtual filesystem service.
Jun 21 08:15:33 Lenovo3Part systemd[670]: Stopped target Basic System.
Jun 21 08:15:33 Lenovo3Part systemd[670]: Stopped target Timers.
Jun 21 08:15:33 Lenovo3Part systemd[670]: Stopped target Sockets.
Jun 21 08:15:33 Lenovo3Part systemd[670]: Closed Sound System.
Jun 21 08:15:33 Lenovo3Part systemd[670]: Stopped target Paths.
Jun 21 08:15:33 Lenovo3Part systemd[670]: Closed D-Bus User Message Bus Socket.
Jun 21 08:15:33 Lenovo3Part systemd[670]: Reached target Shutdown.
Jun 21 08:15:33 Lenovo3Part systemd[670]: Starting Exit the Session...
Jun 21 08:15:33 Lenovo3Part systemd[1]: Starting User Manager for UID 0...
Jun 21 08:15:33 Lenovo3Part systemd[670]: Received SIGRTMIN+24 from PID 719 (kill).
Jun 21 08:15:33 Lenovo3Part systemd[671]: pam_unix(systemd-user:session): session closed for user lightdm
Jun 21 08:15:33 Lenovo3Part systemd-logind[312]: New session c4 of user root.
Jun 21 08:15:33 Lenovo3Part systemd[716]: pam_unix(systemd-user:session): session opened for user root by (uid=0)
Jun 21 08:15:33 Lenovo3Part systemd[1]: Stopped User Manager for UID 620.
Jun 21 08:15:33 Lenovo3Part systemd[1]: Removed slice User Slice of lightdm.
Jun 21 08:15:33 Lenovo3Part systemd[1]: Started Session c4 of user root.
Jun 21 08:15:33 Lenovo3Part systemd[716]: Starting D-Bus User Message Bus Socket.
Jun 21 08:15:33 Lenovo3Part systemd[716]: Reached target Timers.
Jun 21 08:15:33 Lenovo3Part systemd[716]: Reached target Paths.
Jun 21 08:15:33 Lenovo3Part systemd[716]: Listening on Sound System.
Jun 21 08:15:33 Lenovo3Part systemd[716]: Listening on D-Bus User Message Bus Socket.
Jun 21 08:15:33 Lenovo3Part systemd[716]: Reached target Sockets.
Jun 21 08:15:33 Lenovo3Part systemd[716]: Reached target Basic System.
Jun 21 08:15:33 Lenovo3Part systemd[716]: Starting Update XDG user dir configuration...
Jun 21 08:15:33 Lenovo3Part systemd[716]: Started Update XDG user dir configuration.
Jun 21 08:15:33 Lenovo3Part systemd[716]: Reached target Default.
Jun 21 08:15:33 Lenovo3Part systemd[716]: Startup finished in 56ms.
Jun 21 08:15:33 Lenovo3Part systemd[1]: Started User Manager for UID 0.
Jun 21 08:15:34 Lenovo3Part systemd[716]: Started D-Bus User Message Bus.
Jun 21 08:15:34 Lenovo3Part dbus-daemon[765]: Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service'
Jun 21 08:15:34 Lenovo3Part systemd[716]: Starting Virtual filesystem service...
Jun 21 08:15:34 Lenovo3Part dbus-daemon[765]: Successfully activated service 'org.gtk.vfs.Daemon'
Jun 21 08:15:34 Lenovo3Part systemd[716]: Started Virtual filesystem service.
Jun 21 08:15:34 Lenovo3Part dbus-daemon[765]: Activating service name='ca.desrt.dconf'
Jun 21 08:15:34 Lenovo3Part dbus-daemon[765]: Successfully activated service 'ca.desrt.dconf'
Jun 21 08:15:34 Lenovo3Part mate-session[747]: WARNING: Unable to find provider '' of required component 'dock'
Jun 21 08:15:35 Lenovo3Part systemd[716]: Starting Sound Service...
Jun 21 08:15:35 Lenovo3Part pulseaudio[803]: W: [pulseaudio] main.c: This program is not intended to be run as root (unless --system is specified).
Jun 21 08:15:35 Lenovo3Part dbus-daemon[765]: Activating service name='org.mate.panel.applet.WnckletFactory'
Jun 21 08:15:36 Lenovo3Part dbus-daemon[765]: Successfully activated service 'org.mate.panel.applet.WnckletFactory'
Jun 21 08:15:36 Lenovo3Part polkitd[568]: Registered Authentication Agent for unix-session:c4 (system bus name :1.25 [/usr/lib/mate-polkit/polkit-mate-authentication-agent-1], object path /org/mate/PolicyKit1/AuthenticationAgent, locale en_CA.utf8)
Jun 21 08:15:36 Lenovo3Part dbus-daemon[765]: Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service'
Jun 21 08:15:36 Lenovo3Part systemd[716]: Started Sound Service.
Jun 21 08:15:36 Lenovo3Part systemd[716]: Starting Virtual filesystem service - disk device monitor...
Jun 21 08:15:36 Lenovo3Part dbus[302]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service'
Jun 21 08:15:36 Lenovo3Part systemd[1]: Starting Disk Manager...
Jun 21 08:15:36 Lenovo3Part udisksd[839]: udisks daemon version 2.1.7 starting
Jun 21 08:15:37 Lenovo3Part dbus[302]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Jun 21 08:15:37 Lenovo3Part systemd[1]: Started Disk Manager.
Jun 21 08:15:37 Lenovo3Part udisksd[839]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Jun 21 08:15:37 Lenovo3Part dbus-daemon[765]: Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
Jun 21 08:15:37 Lenovo3Part systemd[716]: Started Virtual filesystem service - disk device monitor.
Jun 21 08:15:37 Lenovo3Part dbus-daemon[765]: Activating service name='org.mate.panel.applet.ClockAppletFactory'
Jun 21 08:15:37 Lenovo3Part dbus-daemon[765]: Activating service name='org.mate.panel.applet.NotificationAreaAppletFactory'
Jun 21 08:15:37 Lenovo3Part dbus-daemon[765]: Successfully activated service 'org.mate.panel.applet.NotificationAreaAppletFactory'
Jun 21 08:15:37 Lenovo3Part dbus-daemon[765]: Successfully activated service 'org.mate.panel.applet.ClockAppletFactory'
Jun 21 08:15:37 Lenovo3Part dbus-daemon[765]: Activating service name='org.xfce.Xfconf'
Jun 21 08:15:37 Lenovo3Part dbus-daemon[765]: Successfully activated service 'org.xfce.Xfconf'
Jun 21 08:15:37 Lenovo3Part dbus[302]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
Jun 21 08:15:37 Lenovo3Part dbus-daemon[765]: Activating service name='org.freedesktop.Notifications'
Jun 21 08:15:37 Lenovo3Part systemd[1]: Starting Daemon for power management...
Jun 21 08:15:37 Lenovo3Part dbus[302]: [system] Activating service name='org.mate.SettingsDaemon.DateTimeMechanism' (using servicehelper)
Jun 21 08:15:38 Lenovo3Part dbus[302]: [system] Successfully activated service 'org.mate.SettingsDaemon.DateTimeMechanism'
Jun 21 08:15:38 Lenovo3Part dbus[302]: [system] Successfully activated service 'org.freedesktop.UPower'
Jun 21 08:15:38 Lenovo3Part systemd[1]: Started Daemon for power management.
Jun 21 08:15:38 Lenovo3Part dbus-daemon[765]: Successfully activated service 'org.freedesktop.Notifications'
Jun 21 08:15:38 Lenovo3Part dbus-daemon[765]: Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service'
Jun 21 08:15:38 Lenovo3Part systemd[716]: Starting Accessibility services bus...
Jun 21 08:15:38 Lenovo3Part dbus-daemon[765]: Successfully activated service 'org.a11y.Bus'
Jun 21 08:15:38 Lenovo3Part systemd[716]: Started Accessibility services bus.
Jun 21 08:15:38 Lenovo3Part at-spi-bus-launcher[938]: Activating service name='org.a11y.atspi.Registry'
Jun 21 08:15:39 Lenovo3Part at-spi-bus-launcher[938]: Successfully activated service 'org.a11y.atspi.Registry'
Jun 21 08:15:39 Lenovo3Part org.a11y.atspi.Registry[943]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Jun 21 08:15:41 Lenovo3Part dbus-daemon[765]: Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service'
Jun 21 08:15:41 Lenovo3Part systemd[716]: Starting Virtual filesystem metadata service...
Jun 21 08:15:41 Lenovo3Part dbus-daemon[765]: Successfully activated service 'org.gtk.vfs.Metadata'
Jun 21 08:15:41 Lenovo3Part systemd[716]: Started Virtual filesystem metadata service.
Jun 21 08:25:16 Lenovo3Part dbus-daemon[765]: Activating service name='org.gnome.GConf'
Jun 21 08:25:16 Lenovo3Part dbus-daemon[765]: Successfully activated service 'org.gnome.GConf'
Jun 21 08:25:47 Lenovo3Part kernel: usb 2-1.2: new high-speed USB device number 3 using ehci-pci
Jun 21 08:25:47 Lenovo3Part colord[328]: /usr/lib/colord/colord-sane: error while loading shared libraries: libsane.so.1: cannot open shared object file: No such file or directory
Jun 21 08:25:47 Lenovo3Part kernel: usb-storage 2-1.2:1.0: USB Mass Storage device detected
Jun 21 08:25:47 Lenovo3Part kernel: scsi host4: usb-storage 2-1.2:1.0
Jun 21 08:25:47 Lenovo3Part kernel: usbcore: registered new interface driver usb-storage
Jun 21 08:25:47 Lenovo3Part kernel: usbcore: registered new interface driver uas
Jun 21 08:25:47 Lenovo3Part colord[328]: /usr/lib/colord/colord-sane: error while loading shared libraries: libsane.so.1: cannot open shared object file: No such file or directory
Jun 21 08:25:49 Lenovo3Part kernel: scsi 4:0:0:0: Direct-Access              USB Flash Memory PMAP PQ: 0 ANSI: 4
Jun 21 08:25:49 Lenovo3Part colord[328]: /usr/lib/colord/colord-sane: error while loading shared libraries: libsane.so.1: cannot open shared object file: No such file or directory
Jun 21 08:25:50 Lenovo3Part kernel: sd 4:0:0:0: [sdb] 30489408 512-byte logical blocks: (15.6 GB/14.5 GiB)
Jun 21 08:25:50 Lenovo3Part kernel: sd 4:0:0:0: [sdb] Write Protect is off
Jun 21 08:25:50 Lenovo3Part kernel: sd 4:0:0:0: [sdb] Mode Sense: 23 00 00 00
Jun 21 08:25:50 Lenovo3Part kernel: sd 4:0:0:0: [sdb] No Caching mode page found
Jun 21 08:25:50 Lenovo3Part kernel: sd 4:0:0:0: [sdb] Assuming drive cache: write through
Jun 21 08:25:50 Lenovo3Part kernel:  sdb: sdb1
Jun 21 08:25:50 Lenovo3Part kernel: sd 4:0:0:0: [sdb] Attached SCSI removable disk
Jun 21 08:25:52 Lenovo3Part kernel: EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
Jun 21 08:25:52 Lenovo3Part udisksd[839]: Mounted /dev/sdb1 at /run/media/root/Linux Files on behalf of uid 0
Jun 21 08:25:52 Lenovo3Part gvfs-udisks2-volume-monitor[833]: disc.c:350: error opening file BDMV/index.bdmv
Jun 21 08:25:52 Lenovo3Part gvfs-udisks2-volume-monitor[833]: disc.c:350: error opening file BDMV/BACKUP/index.bdmv
Jun 21 08:29:19 Lenovo3Part systemd[1]: Starting Cleanup of Temporary Directories...
Jun 21 08:29:19 Lenovo3Part systemd[1]: Started Cleanup of Temporary Directories.

Thanks for any insights you can give.

Offline

#7 2016-06-21 17:01:04

loqs
Member
Registered: 2014-03-06
Posts: 18,859

Re: SOLVED: Partitions not mounting correctly on boot

UUIDS

UUID= ffb9538e-17a2-454a-a6cf-673fdfc39284	/boot     	ext4      	rw,relatime,data=ordered	0 2

There should not be a space after the =
Edit:

Jun 21 08:14:19 Lenovo3Part systemd-fstab-generator[153]: Mount point b74b9f1a-eb62-4fae-a1f9-354d4fbe4fec is not a valid path, ignoring.
Jun 21 08:14:19 Lenovo3Part systemd-fstab-generator[153]: Mount point ffb9538e-17a2-454a-a6cf-673fdfc39284 is not a valid path, ignoring.
Jun 21 08:14:19 Lenovo3Part systemd-fstab-generator[153]: Mount point 92f50a57-4eaa-4d19-9809-a96f8d7daf4c is not a valid path, ignoring.

This is the hint from the journal interpreting the UUID as the mount point.

Last edited by loqs (2016-06-21 17:03:52)

Offline

#8 2016-06-21 17:04:20

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,612

Re: SOLVED: Partitions not mounting correctly on boot

Get rid of the spaces after the '='  before the UUID in your fstab.  The hex UUID is being interpreted as the second field (the mount point) because that is a space delimited file
Edit:  Snaked again sad

Last edited by ewaller (2016-06-21 17:04:53)


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#9 2016-06-21 17:44:57

WeeDram
Member
From: Vancouver, B.C., Canada
Registered: 2016-04-14
Posts: 91

Re: SOLVED: Partitions not mounting correctly on boot

YES! And thank you, loqs, very, very, much. If you are ever in Vancouver, B.C. contact me & I'll pour you a wee dram (or two).
I was really getting screen fatigue from all the wiki searching I was doing. 'Reading' the various outputs in this thread has made me realize just how much of a newbie I am.
Again, thanks loqs, and thanks to all others who helped.
I'll mark this thread as solved.

Offline

Board footer

Powered by FluxBB