Jump to content
Read the Funtoo Newsletter: Summer 2023 ×
  • 0

LUKS on LVM; Mapping to a specific location?


excelereight

Question

I'm fairly certain I've botched my LUKS on LVM setup. The main problem is that the root partition is getting mapped to the wrong place; I would like it to be in /dev/mapper/root, but instead it gets mapped to /dev/mapper/luks-<gibberish, I think the PARTUUID?>. Once I enter the decryption password on boot, it hangs for a bit, starts "Scanning for btrfs devices" before crashing to an emergency shell.  From there, I close /dev/mapper/luks... and reopen it, mapping it to /dev/mapper/root.  Any ideas? Here's my dracut config and the initramfs log:

 

/etc/dracut.conf

# PUT YOUR CONFIG HERE OR IN separate files named *.conf
# in /etc/dracut.conf.d
# SEE man dracut.conf(5)

# Sample dracut config file

#logfile=/var/log/dracut.log
#fileloglvl=6

# Exact list of dracut modules to use.  Modules not listed here are not going
# to be included.  If you only want to add some optional modules use
# add_dracutmodules option instead.
#dracutmodules+=""

# dracut modules to omit
#omit_dracutmodules+=""

# dracut modules to add to the default
#add_dracutmodules+=""

# additional kernel modules to the default
#add_drivers+=""

# list of kernel filesystem modules to be included in the generic initramfs
#filesystems+=""

# build initrd only to boot current hardware
hostonly="yes"
#

# install local /etc/mdadm.conf
#mdadmconf="no"

# install local /etc/lvm/lvm.conf
#lvmconf="no"

# A list of fsck tools to install. If it's not specified, module's hardcoded
# default is used, currently: "umount mount /sbin/fsck* xfs_db xfs_check
# xfs_repair e2fsck jfs_fsck reiserfsck btrfsck". The installation is
# opportunistic, so non-existing tools are just ignored.
#fscks=""

# inhibit installation of any fsck tools
#nofscks="yes"

# mount / and /usr read-only by default
#ro_mnt="no"

# set the directory for temporary files
# default: /var/tmp
#tmpdir=/tmp
#kernel_cmdline="dolvm luks luks_trim crypt_root=/dev/botri/root root=/dev/mapper/luks-a4cdb696-8157-48ca-8f39-46bac0554642 rw"
kernel_cmdline="dolvm luks luks_trim crypt_root=/dev/botri/root real_root=PARTUUID=e50532bc-1e87-4400-b318-6acce8bc6f3a rw"

/run/initramfs/rdsosreport.txt

t-041
dracut-041
+ cat /proc/cmdline
initrd=\initramfs.img
+ '[' -f /etc/cmdline ']'
+ for _i in '/etc/cmdline.d/*.conf'
+ '[' -f /etc/cmdline.d/01-default.conf ']'
+ echo /etc/cmdline.d/01-default.conf
/etc/cmdline.d/01-default.conf
+ cat /etc/cmdline.d/01-default.conf
dolvm luks luks_trim crypt_root=/dev/botri/root real_root=PARTUUID=e50532bc-1e87-4400-b318-6acce8bc6f3a rw
+ for _i in '/etc/cmdline.d/*.conf'
+ '[' -f /etc/cmdline.d/90crypt.conf ']'
+ echo /etc/cmdline.d/90crypt.conf
/etc/cmdline.d/90crypt.conf
+ cat /etc/cmdline.d/90crypt.conf
 rd.luks.uuid=luks-a4cdb696-8157-48ca-8f39-46bac0554642
+ for _i in '/etc/cmdline.d/*.conf'
+ '[' -f /etc/cmdline.d/90lvm.conf ']'
+ echo /etc/cmdline.d/90lvm.conf
/etc/cmdline.d/90lvm.conf
+ cat /etc/cmdline.d/90lvm.conf
 rd.lvm.lv=botri/root 
+ for _i in '/etc/cmdline.d/*.conf'
+ '[' -f /etc/cmdline.d/95root-dev.conf ']'
+ echo /etc/cmdline.d/95root-dev.conf
/etc/cmdline.d/95root-dev.conf
+ cat /etc/cmdline.d/95root-dev.conf
 root=/dev/mapper/root rootflags=rw,relatime,ssd,space_cache rootfstype=btrfs
+ for _i in '/etc/cmdline.d/*.conf'
+ '[' -f /etc/cmdline.d/base.conf ']'
+ echo /etc/cmdline.d/base.conf
/etc/cmdline.d/base.conf
+ cat /etc/cmdline.d/base.conf
ro
+ cat /proc/self/mountinfo
1 1 0:2 / / rw - rootfs rootfs rw,size=8031284k,nr_inodes=2007821
14 1 0:5 / /proc rw,nosuid,nodev,noexec,relatime - proc proc rw
15 1 0:14 / /sys rw,nosuid,nodev,noexec,relatime - sysfs sysfs rw
16 1 0:6 / /dev rw,nosuid - devtmpfs devtmpfs rw,size=8135284k,nr_inodes=2033821,mode=755
17 16 0:11 / /dev/pts rw,nosuid,noexec,relatime - devpts devpts rw,gid=5,mode=620
18 16 0:15 / /dev/shm rw,nosuid,nodev - tmpfs tmpfs rw
19 1 0:16 / /run rw,nosuid,nodev - tmpfs tmpfs rw,mode=755
+ cat /proc/mounts
rootfs / rootfs rw,size=8031284k,nr_inodes=2007821 0 0
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
devtmpfs /dev devtmpfs rw,nosuid,size=8135284k,nr_inodes=2033821,mode=755 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
tmpfs /run tmpfs rw,nosuid,nodev,mode=755 0 0
+ blkid
/dev/sda1: UUID="XVAZ38-gV07-LuzH-Btc4-tfIR-sk8B-Lhh8o8" TYPE="LVM2_member" PARTLABEL="cowboy" PARTUUID="85225c0f-6970-48d5-8dbe-752c1e029dcc"
/dev/sdc: UUID="e8af0cd1-735c-476e-93e0-23bf93ae2372" TYPE="crypto_LUKS"
/dev/sdb1: UUID="C034-D7D4" TYPE="vfat" PARTLABEL="efi" PARTUUID="0bc0e63a-ba5c-4ca1-a3ef-bd9859d6c871"
/dev/sdb2: UUID="e1hryg-no20-V2BS-ZeUG-caUM-3gWk-pWB62h" TYPE="LVM2_member" PARTLABEL="bellum" PARTUUID="b1f5c316-0dbd-4815-a9b6-257b6e27834e"
/dev/sdd1: UUID="3ef79c78-3f3f-4062-9c5c-d36807fad19d" TYPE="crypto_LUKS" PARTUUID="2b297eb6-ca69-498f-a977-65a7099896d9"
/dev/mapper/botri-root: UUID="a4cdb696-8157-48ca-8f39-46bac0554642" TYPE="crypto_LUKS"
/dev/mapper/luks-a4cdb696-8157-48ca-8f39-46bac0554642: UUID="e50532bc-1e87-4400-b318-6acce8bc6f3a" UUID_SUB="b13323c7-527d-4eeb-95e1-c531357c83cb" TYPE="btrfs"
+ blkid -o udev
ID_FS_UUID=XVAZ38-gV07-LuzH-Btc4-tfIR-sk8B-Lhh8o8
ID_FS_UUID_ENC=XVAZ38-gV07-LuzH-Btc4-tfIR-sk8B-Lhh8o8
ID_FS_TYPE=LVM2_member
ID_FS_PARTLABEL=cowboy
ID_FS_PARTUUID=85225c0f-6970-48d5-8dbe-752c1e029dcc

ID_FS_UUID=e8af0cd1-735c-476e-93e0-23bf93ae2372
ID_FS_UUID_ENC=e8af0cd1-735c-476e-93e0-23bf93ae2372
ID_FS_TYPE=crypto_LUKS

ID_FS_UUID=C034-D7D4
ID_FS_UUID_ENC=C034-D7D4
ID_FS_TYPE=vfat
ID_FS_PARTLABEL=efi
ID_FS_PARTUUID=0bc0e63a-ba5c-4ca1-a3ef-bd9859d6c871

ID_FS_UUID=e1hryg-no20-V2BS-ZeUG-caUM-3gWk-pWB62h
ID_FS_UUID_ENC=e1hryg-no20-V2BS-ZeUG-caUM-3gWk-pWB62h
ID_FS_TYPE=LVM2_member
ID_FS_PARTLABEL=bellum
ID_FS_PARTUUID=b1f5c316-0dbd-4815-a9b6-257b6e27834e

ID_FS_UUID=3ef79c78-3f3f-4062-9c5c-d36807fad19d
ID_FS_UUID_ENC=3ef79c78-3f3f-4062-9c5c-d36807fad19d
ID_FS_TYPE=crypto_LUKS
ID_FS_PARTUUID=2b297eb6-ca69-498f-a977-65a7099896d9

ID_FS_UUID=a4cdb696-8157-48ca-8f39-46bac0554642
ID_FS_UUID_ENC=a4cdb696-8157-48ca-8f39-46bac0554642
ID_FS_TYPE=crypto_LUKS

ID_FS_UUID=e50532bc-1e87-4400-b318-6acce8bc6f3a
ID_FS_UUID_ENC=e50532bc-1e87-4400-b318-6acce8bc6f3a
ID_FS_UUID_SUB=b13323c7-527d-4eeb-95e1-c531357c83cb
ID_FS_UUID_SUB_ENC=b13323c7-527d-4eeb-95e1-c531357c83cb
ID_FS_TYPE=btrfs
+ ls -l /dev/disk/by-id /dev/disk/by-partlabel /dev/disk/by-partuuid /dev/disk/by-path /dev/disk/by-uuid
/dev/disk/by-id:
total 0
lrwxrwxrwx 1 root 0  9 May 28 23:24 ata-Hitachi_HDS723020ALA640_MK0153YFKBNA0C -> ../../sdc
lrwxrwxrwx 1 root 0  9 May 28 23:24 ata-Samsung_SSD_840_EVO_500GB_S1DHNSBF638785R -> ../../sdb
lrwxrwxrwx 1 root 0 10 May 28 23:24 ata-Samsung_SSD_840_EVO_500GB_S1DHNSBF638785R-part1 -> ../../sdb1
lrwxrwxrwx 1 root 0 10 May 28 23:24 ata-Samsung_SSD_840_EVO_500GB_S1DHNSBF638785R-part2 -> ../../sdb2
lrwxrwxrwx 1 root 0  9 May 28 23:24 ata-WDC_WD10EZEX-75M2NA0_WD-WCC3FLDUKYRE -> ../../sda
lrwxrwxrwx 1 root 0 10 May 28 23:24 ata-WDC_WD10EZEX-75M2NA0_WD-WCC3FLDUKYRE-part1 -> ../../sda1
lrwxrwxrwx 1 root 0 10 May 28 23:24 dm-name-botri-root -> ../../dm-0
lrwxrwxrwx 1 root 0 10 May 28 23:24 dm-name-luks-a4cdb696-8157-48ca-8f39-46bac0554642 -> ../../dm-1
lrwxrwxrwx 1 root 0 10 May 28 23:24 dm-uuid-CRYPT-LUKS1-a4cdb696815748ca8f3946bac0554642-luks-a4cdb696-8157-48ca-8f39-46bac0554642 -> ../../dm-1
lrwxrwxrwx 1 root 0 10 May 28 23:24 dm-uuid-LVM-3AtIK0YljJWOgx23IqSfH3NPfYa0Buggi8dNtWOONpFeeqnihIeVjbQUvdj3jm7Y -> ../../dm-0
lrwxrwxrwx 1 root 0 10 May 28 23:24 lvm-pv-uuid-XVAZ38-gV07-LuzH-Btc4-tfIR-sk8B-Lhh8o8 -> ../../sda1
lrwxrwxrwx 1 root 0 10 May 28 23:24 lvm-pv-uuid-e1hryg-no20-V2BS-ZeUG-caUM-3gWk-pWB62h -> ../../sdb2
lrwxrwxrwx 1 root 0  9 May 28 23:24 usb-WD_My_Passport_0748_5758423145413146585A4533-0:0 -> ../../sdd
lrwxrwxrwx 1 root 0 10 May 28 23:24 usb-WD_My_Passport_0748_5758423145413146585A4533-0:0-part1 -> ../../sdd1
lrwxrwxrwx 1 root 0  9 May 28 23:24 wwn-0x5000cca223ef92e2 -> ../../sdc
lrwxrwxrwx 1 root 0  9 May 28 23:24 wwn-0x50014ee2b5240c89 -> ../../sda
lrwxrwxrwx 1 root 0 10 May 28 23:24 wwn-0x50014ee2b5240c89-part1 -> ../../sda1
lrwxrwxrwx 1 root 0  9 May 28 23:24 wwn-0x50025388a0542c09 -> ../../sdb
lrwxrwxrwx 1 root 0 10 May 28 23:24 wwn-0x50025388a0542c09-part1 -> ../../sdb1
lrwxrwxrwx 1 root 0 10 May 28 23:24 wwn-0x50025388a0542c09-part2 -> ../../sdb2

/dev/disk/by-partlabel:
total 0
lrwxrwxrwx 1 root 0 10 May 28 23:24 bellum -> ../../sdb2
lrwxrwxrwx 1 root 0 10 May 28 23:24 cowboy -> ../../sda1
lrwxrwxrwx 1 root 0 10 May 28 23:24 efi -> ../../sdb1

/dev/disk/by-partuuid:
total 0
lrwxrwxrwx 1 root 0 10 May 28 23:24 0bc0e63a-ba5c-4ca1-a3ef-bd9859d6c871 -> ../../sdb1
lrwxrwxrwx 1 root 0 10 May 28 23:24 2b297eb6-ca69-498f-a977-65a7099896d9 -> ../../sdd1
lrwxrwxrwx 1 root 0 10 May 28 23:24 85225c0f-6970-48d5-8dbe-752c1e029dcc -> ../../sda1
lrwxrwxrwx 1 root 0 10 May 28 23:24 b1f5c316-0dbd-4815-a9b6-257b6e27834e -> ../../sdb2

/dev/disk/by-path:
total 0
lrwxrwxrwx 1 root 0  9 May 28 23:24 pci-0000:07:00.0-usb-0:1:1.0-scsi-0:0:0:0 -> ../../sdd
lrwxrwxrwx 1 root 0 10 May 28 23:24 pci-0000:07:00.0-usb-0:1:1.0-scsi-0:0:0:0-part1 -> ../../sdd1

/dev/disk/by-uuid:
total 0
lrwxrwxrwx 1 root 0 10 May 28 23:24 3ef79c78-3f3f-4062-9c5c-d36807fad19d -> ../../sdd1
lrwxrwxrwx 1 root 0 10 May 28 23:24 C034-D7D4 -> ../../sdb1
lrwxrwxrwx 1 root 0 10 May 28 23:24 a4cdb696-8157-48ca-8f39-46bac0554642 -> ../../dm-0
lrwxrwxrwx 1 root 0 10 May 28 23:24 e50532bc-1e87-4400-b318-6acce8bc6f3a -> ../../dm-1
lrwxrwxrwx 1 root 0  9 May 28 23:24 e8af0cd1-735c-476e-93e0-23bf93ae2372 -> ../../sdc
+ for _i in '/etc/conf.d/*.conf'
+ '[' -f /etc/conf.d/systemd.conf ']'
+ echo /etc/conf.d/systemd.conf
/etc/conf.d/systemd.conf
+ cat /etc/conf.d/systemd.conf
systemdutildir="/lib/systemd"
systemdsystemunitdir="/lib/systemd/system"
systemdsystemconfdir="/etc/systemd/system"
+ command -v lvm
+ lvm pvdisplay
File descriptor 9 (/.console_lock) leaked on lvm invocation. Parent PID 7887: /bin/sh
  --- Physical volume ---
  PV Name               /dev/sdb2
  VG Name               botri
  PV Size               465.66 GiB / not usable 3.01 MiB
  Allocatable           yes (but full)
  PE Size               4.00 MiB
  Total PE              119209
  Free PE               0
  Allocated PE          119209
  PV UUID               e1hryg-no20-V2BS-ZeUG-caUM-3gWk-pWB62h
   
  --- Physical volume ---
  PV Name               /dev/sda1
  VG Name               botri
  PV Size               931.51 GiB / not usable 4.69 MiB
  Allocatable           yes (but full)
  PE Size               4.00 MiB
  Total PE              238466
  Free PE               0
  Allocated PE          238466
  PV UUID               XVAZ38-gV07-LuzH-Btc4-tfIR-sk8B-Lhh8o8
   
+ lvm vgdisplay
File descriptor 9 (/.console_lock) leaked on lvm invocation. Parent PID 7887: /bin/sh
  --- Volume group ---
  VG Name               botri
  System ID             
  Format                lvm2
  Metadata Areas        2
  Metadata Sequence No  20
  VG Access             read/write
  VG Status             resizable
  MAX LV                0
  Cur LV                3
  Open LV               1
  Max PV                0
  Cur PV                2
  Act PV                2
  VG Size               1.36 TiB
  PE Size               4.00 MiB
  Total PE              357675
  Alloc PE / Size       357675 / 1.36 TiB
  Free  PE / Size       0 / 0   
  VG UUID               3AtIK0-YljJ-WOgx-23Iq-SfH3-NPfY-a0Bugg
   
+ lvm lvdisplay
File descriptor 9 (/.console_lock) leaked on lvm invocation. Parent PID 7887: /bin/sh
  --- Logical volume ---
  LV Path                /dev/botri/var
  LV Name                var
  VG Name                botri
  LV UUID                GLV0gR-Kg4H-BrYF-nxM1-1rCM-2Kcl-7Vs5Hf
  LV Write Access        read/write
  LV Creation host, time archiso, 2014-08-19 05:37:00 +0000
  LV Status              NOT available
  LV Size                30.62 GiB
  Current LE             7838
  Segments               4
  Allocation             inherit
  Read ahead sectors     auto
   
  --- Logical volume ---
  LV Path                /dev/botri/home
  LV Name                home
  VG Name                botri
  LV UUID                qT4o2r-H5xc-JE9G-LvfI-CNRE-EiIw-QrrIwO
  LV Write Access        read/write
  LV Creation host, time archiso, 2014-08-19 05:38:38 +0000
  LV Status              NOT available
  LV Size                900.89 GiB
  Current LE             230628
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
   
  --- Logical volume ---
  LV Path                /dev/botri/root
  LV Name                root
  VG Name                botri
  LV UUID                i8dNtW-OONp-Feeq-nihI-eVjb-QUvd-j3jm7Y
  LV Write Access        read/write
  LV Creation host, time archiso, 2014-08-19 05:58:17 +0000
  LV Status              available
  # open                 1
  LV Size                465.66 GiB
  Current LE             119209
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:0
   
+ command -v dmsetup
+ dmsetup ls --tree
luks-a4cdb696-8157-48ca-8f39-46bac0554642 (253:1)
 `-botri-root (253:0)
    `- (8:18)
+ cat /proc/mdstat
Personalities : 
unused devices: <none>
+ command -v ip
+ command -v journalctl
+ dmesg
[    0.000000] log_buf_len min size: 32768 bytes
[    0.000000] log_buf_len: 65536 bytes
[    0.000000] early log buf free: 18340(55%)
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
[    0.000000] AGP: Checking aperture...
[    0.000000] AGP: No AGP bridge found
[    0.000000] AGP: Node 0: aperture [bus addr 0x00000000-0x01ffffff] (32MB)
[    0.000000] AGP: Your BIOS doesn't leave a aperture memory hole
[    0.000000] AGP: Please enable the IOMMU option in the BIOS setup
[    0.000000] AGP: This costs you 64MB of RAM
[    0.000000] AGP: Mapping aperture over RAM [mem 0xa0000000-0xa3ffffff] (65536KB)
[    0.000000] PM: Registered nosave memory: [mem 0xa0000000-0xa3ffffff]
[    0.000000] Memory: 16062568K/16674300K available (6305K kernel code, 409K rwdata, 1940K rodata, 844K init, 836K bss, 611732K reserved, 0K cma-reserved)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=32 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS:4352 nr_irqs:1032 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 4013.476 MHz processor
[    0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 8026.95 BogoMIPS (lpj=40134760)
[    0.000009] pid_max: default: 32768 minimum: 301
[    0.000017] ACPI: Core revision 20150410
[    0.002502] ACPI: All ACPI Tables successfully acquired
[    0.285494] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.285498] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.285785] CPU: Physical Processor ID: 0
[    0.285787] CPU: Processor Core ID: 0
[    0.285790] mce: CPU supports 7 MCE banks
[    0.285797] LVT offset 1 assigned for vector 0xf9
[    0.285803] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
[    0.285806] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
[    0.285903] Freeing SMP alternatives memory: 28K (ffffffff8194b000 - ffffffff81952000)
[    0.291501] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.502098] smpboot: CPU0: AMD FX(tm)-8350 Eight-Core Processor (fam: 15, model: 02, stepping: 00)
[    0.502113] Performance Events: Fam15h core perfctr, AMD PMU driver.
[    0.502120] ... version:                0
[    0.502122] ... bit width:              48
[    0.502125] ... generic registers:      6
[    0.502127] ... value mask:             0000ffffffffffff
[    0.502130] ... max period:             00007fffffffffff
[    0.502132] ... fixed-purpose events:   0
[    0.502135] ... event mask:             000000000000003f
[    0.502352] x86: Booting SMP configuration:
[    0.502355] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.595145] x86: Booted up 1 node, 8 CPUs
[    0.595152] smpboot: Total of 8 processors activated (64215.61 BogoMIPS)
[    0.604002] devtmpfs: initialized
[    0.604175] PM: Registering ACPI NVS region [mem 0xbaa78000-0xbb87dfff] (14704640 bytes)
[    0.604343] PM: Registering ACPI NVS region [mem 0xbca35000-0xbcc3afff] (2121728 bytes)
[    0.604444] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.604528] xor: automatically using best checksumming function:
[    0.701981]    avx       :  5146.000 MB/sec
[    0.701989] pinctrl core: initialized pinctrl subsystem
[    0.702084] NET: Registered protocol family 16
[    0.731974] cpuidle: using governor ladder
[    0.761955] cpuidle: using governor menu
[    0.762034] ACPI: bus type PCI registered
[    0.762110] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.762116] PCI: not using MMCONFIG
[    0.762118] PCI: Using configuration type 1 for base access
[    0.762121] PCI: Using configuration type 1 for extended access
[    0.961840] raid6: sse2x1   gen()  7351 MB/s
[    1.131740] raid6: sse2x1   xor()  4894 MB/s
[    1.301637] raid6: sse2x2   gen() 11169 MB/s
[    1.471538] raid6: sse2x2   xor()  7839 MB/s
[    1.641441] raid6: sse2x4   gen() 13976 MB/s
[    1.811342] raid6: sse2x4   xor()  6958 MB/s
[    1.811345] raid6: using algorithm sse2x4 gen() 13976 MB/s
[    1.811347] raid6: .... xor() 6958 MB/s, rmw enabled
[    1.811350] raid6: using ssse3x2 recovery algorithm
[    1.811405] ACPI: Added _OSI(Module Device)
[    1.811407] ACPI: Added _OSI(Processor Device)
[    1.811410] ACPI: Added _OSI(3.0 _SCP Extensions)
[    1.811413] ACPI: Added _OSI(Processor Aggregator Device)
[    1.812480] ACPI: Executed 2 blocks of module-level executable AML code
[    1.814650] ACPI : EC: EC started
[    1.814656] ACPI: Interpreter enabled
[    1.814663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150410/hwxface-580)
[    1.814670] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150410/hwxface-580)
[    1.814684] ACPI: (supports S0 S3 S4 S5)
[    1.814687] ACPI: Using IOAPIC for interrupt routing
[    1.814784] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    1.814813] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    1.815019] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.819513] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    1.819519] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    1.819525] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    1.819630] PCI host bridge to bus 0000:00
[    1.819634] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.819638] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    1.819641] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    1.819644] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    1.819648] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    1.819651] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    1.819655] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    1.819658] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff window]
[    1.819669] pci 0000:00:00.0: [1002:5a14] type 00 class 0x060000
[    1.819769] pci 0000:00:02.0: [1002:5a16] type 01 class 0x060400
[    1.819795] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[    1.819830] pci 0000:00:02.0: System wakeup disabled by ACPI
[    1.819869] pci 0000:00:04.0: [1002:5a18] type 01 class 0x060400
[    1.819894] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[    1.819930] pci 0000:00:04.0: System wakeup disabled by ACPI
[    1.819972] pci 0000:00:0b.0: [1002:5a1f] type 01 class 0x060400
[    1.819998] pci 0000:00:0b.0: PME# supported from D0 D3hot D3cold
[    1.820032] pci 0000:00:0b.0: System wakeup disabled by ACPI
[    1.820070] pci 0000:00:0d.0: [1002:5a1e] type 01 class 0x060400
[    1.820095] pci 0000:00:0d.0: PME# supported from D0 D3hot D3cold
[    1.820129] pci 0000:00:0d.0: System wakeup disabled by ACPI
[    1.820171] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
[    1.820183] pci 0000:00:11.0: reg 0x10: [io  0xf040-0xf047]
[    1.820190] pci 0000:00:11.0: reg 0x14: [io  0xf030-0xf033]
[    1.820196] pci 0000:00:11.0: reg 0x18: [io  0xf020-0xf027]
[    1.820203] pci 0000:00:11.0: reg 0x1c: [io  0xf010-0xf013]
[    1.820210] pci 0000:00:11.0: reg 0x20: [io  0xf000-0xf00f]
[    1.820216] pci 0000:00:11.0: reg 0x24: [mem 0xfeb0b000-0xfeb0b3ff]
[    1.820328] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
[    1.820338] pci 0000:00:12.0: reg 0x10: [mem 0xfeb0a000-0xfeb0afff]
[    1.820410] pci 0000:00:12.0: System wakeup disabled by ACPI
[    1.820450] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
[    1.820462] pci 0000:00:12.2: reg 0x10: [mem 0xfeb09000-0xfeb090ff]
[    1.820515] pci 0000:00:12.2: supports D1 D2
[    1.820516] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[    1.820552] pci 0000:00:12.2: System wakeup disabled by ACPI
[    1.820594] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
[    1.820604] pci 0000:00:13.0: reg 0x10: [mem 0xfeb08000-0xfeb08fff]
[    1.820676] pci 0000:00:13.0: System wakeup disabled by ACPI
[    1.820716] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
[    1.820728] pci 0000:00:13.2: reg 0x10: [mem 0xfeb07000-0xfeb070ff]
[    1.820781] pci 0000:00:13.2: supports D1 D2
[    1.820782] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[    1.820819] pci 0000:00:13.2: System wakeup disabled by ACPI
[    1.820860] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
[    1.820967] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
[    1.820982] pci 0000:00:14.2: reg 0x10: [mem 0xfeb00000-0xfeb03fff 64bit]
[    1.821026] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    1.821061] pci 0000:00:14.2: System wakeup disabled by ACPI
[    1.821099] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
[    1.821207] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
[    1.821264] pci 0000:00:14.4: System wakeup disabled by ACPI
[    1.821302] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
[    1.821311] pci 0000:00:14.5: reg 0x10: [mem 0xfeb06000-0xfeb06fff]
[    1.821383] pci 0000:00:14.5: System wakeup disabled by ACPI
[    1.821425] pci 0000:00:15.0: [1002:43a0] type 01 class 0x060400
[    1.821496] pci 0000:00:15.0: supports D1 D2
[    1.821531] pci 0000:00:15.0: System wakeup disabled by ACPI
[    1.821572] pci 0000:00:15.1: [1002:43a1] type 01 class 0x060400
[    1.821615] pci 0000:00:15.1: supports D1 D2
[    1.821651] pci 0000:00:15.1: System wakeup disabled by ACPI
[    1.821691] pci 0000:00:15.2: [1002:43a2] type 01 class 0x060400
[    1.821734] pci 0000:00:15.2: supports D1 D2
[    1.821769] pci 0000:00:15.2: System wakeup disabled by ACPI
[    1.821813] pci 0000:00:15.3: [1002:43a3] type 01 class 0x060400
[    1.821857] pci 0000:00:15.3: supports D1 D2
[    1.821892] pci 0000:00:15.3: System wakeup disabled by ACPI
[    1.821934] pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
[    1.821944] pci 0000:00:16.0: reg 0x10: [mem 0xfeb05000-0xfeb05fff]
[    1.822017] pci 0000:00:16.0: System wakeup disabled by ACPI
[    1.822058] pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
[    1.822070] pci 0000:00:16.2: reg 0x10: [mem 0xfeb04000-0xfeb040ff]
[    1.822123] pci 0000:00:16.2: supports D1 D2
[    1.822124] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
[    1.822160] pci 0000:00:16.2: System wakeup disabled by ACPI
[    1.822201] pci 0000:00:18.0: [1022:1600] type 00 class 0x060000
[    1.822267] pci 0000:00:18.1: [1022:1601] type 00 class 0x060000
[    1.822331] pci 0000:00:18.2: [1022:1602] type 00 class 0x060000
[    1.822396] pci 0000:00:18.3: [1022:1603] type 00 class 0x060000
[    1.822461] pci 0000:00:18.4: [1022:1604] type 00 class 0x060000
[    1.822524] pci 0000:00:18.5: [1022:1605] type 00 class 0x060000
[    1.822627] pci 0000:01:00.0: [1002:6798] type 00 class 0x030000
[    1.822637] pci 0000:01:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
[    1.822645] pci 0000:01:00.0: reg 0x18: [mem 0xfea00000-0xfea3ffff 64bit]
[    1.822650] pci 0000:01:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    1.822659] pci 0000:01:00.0: reg 0x30: [mem 0xfea40000-0xfea5ffff pref]
[    1.822717] pci 0000:01:00.0: supports D1 D2
[    1.822718] pci 0000:01:00.0: PME# supported from D1 D2 D3hot
[    1.822773] pci 0000:01:00.1: [1002:aaa0] type 00 class 0x040300
[    1.822782] pci 0000:01:00.1: reg 0x10: [mem 0xfea60000-0xfea63fff 64bit]
[    1.822821] pci 0000:01:00.1: supports D1 D2
[    1.848653] pci 0000:00:02.0: PCI bridge to [bus 01]
[    1.848658] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
[    1.848660] pci 0000:00:02.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    1.848663] pci 0000:00:02.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[    1.848699] pci 0000:00:04.0: PCI bridge to [bus 02]
[    1.848735] pci 0000:00:0b.0: PCI bridge to [bus 03]
[    1.848769] pci 0000:00:0d.0: PCI bridge to [bus 04]
[    1.848833] pci 0000:00:14.4: PCI bridge to [bus 05] (subtractive decode)
[    1.848842] pci 0000:00:14.4:   bridge window [io  0x0000-0x03af window] (subtractive decode)
[    1.848843] pci 0000:00:14.4:   bridge window [io  0x03e0-0x0cf7 window] (subtractive decode)
[    1.848844] pci 0000:00:14.4:   bridge window [io  0x03b0-0x03df window] (subtractive decode)
[    1.848846] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    1.848847] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    1.848848] pci 0000:00:14.4:   bridge window [mem 0x000c0000-0x000dffff window] (subtractive decode)
[    1.848850] pci 0000:00:14.4:   bridge window [mem 0xc0000000-0xffffffff window] (subtractive decode)
[    1.848899] pci 0000:06:00.0: [1b21:0612] type 00 class 0x010601
[    1.848914] pci 0000:06:00.0: reg 0x10: [io  0xd050-0xd057]
[    1.848923] pci 0000:06:00.0: reg 0x14: [io  0xd040-0xd043]
[    1.848933] pci 0000:06:00.0: reg 0x18: [io  0xd030-0xd037]
[    1.848942] pci 0000:06:00.0: reg 0x1c: [io  0xd020-0xd023]
[    1.848951] pci 0000:06:00.0: reg 0x20: [io  0xd000-0xd01f]
[    1.848960] pci 0000:06:00.0: reg 0x24: [mem 0xfe900000-0xfe9001ff]
[    1.868643] pci 0000:00:15.0: PCI bridge to [bus 06]
[    1.868650] pci 0000:00:15.0:   bridge window [io  0xd000-0xdfff]
[    1.868652] pci 0000:00:15.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[    1.868716] pci 0000:07:00.0: [1b21:1142] type 00 class 0x0c0330
[    1.868740] pci 0000:07:00.0: reg 0x10: [mem 0xfe800000-0xfe807fff 64bit]
[    1.868844] pci 0000:07:00.0: PME# supported from D3cold
[    1.888614] pci 0000:00:15.1: PCI bridge to [bus 07]
[    1.888622] pci 0000:00:15.1:   bridge window [mem 0xfe800000-0xfe8fffff]
[    1.888685] pci 0000:08:00.0: [1b21:1142] type 00 class 0x0c0330
[    1.888709] pci 0000:08:00.0: reg 0x10: [mem 0xfe700000-0xfe707fff 64bit]
[    1.888812] pci 0000:08:00.0: PME# supported from D3cold
[    1.908621] pci 0000:00:15.2: PCI bridge to [bus 08]
[    1.908629] pci 0000:00:15.2:   bridge window [mem 0xfe700000-0xfe7fffff]
[    1.908689] pci 0000:09:00.0: [10ec:8168] type 00 class 0x020000
[    1.908706] pci 0000:09:00.0: reg 0x10: [io  0xc000-0xc0ff]
[    1.908730] pci 0000:09:00.0: reg 0x18: [mem 0xd0004000-0xd0004fff 64bit pref]
[    1.908745] pci 0000:09:00.0: reg 0x20: [mem 0xd0000000-0xd0003fff 64bit pref]
[    1.908812] pci 0000:09:00.0: supports D1 D2
[    1.908813] pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.928609] pci 0000:00:15.3: PCI bridge to [bus 09]
[    1.928616] pci 0000:00:15.3:   bridge window [io  0xc000-0xcfff]
[    1.928621] pci 0000:00:15.3:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    1.928663] pci_bus 0000:00: on NUMA node 0
[    1.928957] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 10 11 14 15) *0
[    1.929006] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 11 14 15) *0
[    1.929055] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 10 11 14 15) *0
[    1.929103] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 10 11 14 15) *0
[    1.929143] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 11 14 15) *0
[    1.929174] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 10 11 14 15) *0
[    1.929206] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 10 11 14 15) *0
[    1.929237] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 11 14 15) *0
[    1.929335] ACPI: Enabled 1 GPEs in block 00 to 1F
[    1.929355] ACPI : EC: GPE = 0xa, I/O: command/status = 0x66, data = 0x62
[    1.929427] vgaarb: setting as boot device: PCI:0000:01:00.0
[    1.929430] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    1.929434] vgaarb: loaded
[    1.929436] vgaarb: bridge control possible 0000:01:00.0
[    1.929503] SCSI subsystem initialized
[    1.929508] ACPI: bus type USB registered
[    1.929532] usbcore: registered new interface driver usbfs
[    1.929545] usbcore: registered new interface driver hub
[    1.929575] usbcore: registered new device driver usb
[    1.929717] PCI: Using ACPI for IRQ routing
[    1.935681] PCI: pci_cache_line_size set to 64 bytes
[    1.935734] e820: reserve RAM buffer [mem 0xa7650018-0xa7ffffff]
[    1.935735] e820: reserve RAM buffer [mem 0xa765d018-0xa7ffffff]
[    1.935736] e820: reserve RAM buffer [mem 0xa7666018-0xa7ffffff]
[    1.935736] e820: reserve RAM buffer [mem 0xba78c000-0xbbffffff]
[    1.935738] e820: reserve RAM buffer [mem 0xbca35000-0xbfffffff]
[    1.935739] e820: reserve RAM buffer [mem 0xbd083000-0xbfffffff]
[    1.935739] e820: reserve RAM buffer [mem 0xbd800000-0xbfffffff]
[    1.935740] e820: reserve RAM buffer [mem 0x43f000000-0x43fffffff]
[    1.935904] Switched to clocksource hpet
[    1.936000] pnp: PnP ACPI init
[    1.936102] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    1.936108] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    1.936312] system 00:01: [io  0x040b] has been reserved
[    1.936316] system 00:01: [io  0x04d6] has been reserved
[    1.936320] system 00:01: [io  0x0c00-0x0c01] has been reserved
[    1.936323] system 00:01: [io  0x0c14] has been reserved
[    1.936327] system 00:01: [io  0x0c50-0x0c51] has been reserved
[    1.936330] system 00:01: [io  0x0c52] has been reserved
[    1.936334] system 00:01: [io  0x0c6c] has been reserved
[    1.936337] system 00:01: [io  0x0c6f] has been reserved
[    1.936341] system 00:01: [io  0x0cd0-0x0cd1] has been reserved
[    1.936344] system 00:01: [io  0x0cd2-0x0cd3] has been reserved
[    1.936348] system 00:01: [io  0x0cd4-0x0cd5] has been reserved
[    1.936352] system 00:01: [io  0x0cd6-0x0cd7] has been reserved
[    1.936355] system 00:01: [io  0x0cd8-0x0cdf] has been reserved
[    1.936359] system 00:01: [io  0x0800-0x089f] could not be reserved
[    1.936362] system 00:01: [io  0x0b20-0x0b3f] has been reserved
[    1.936366] system 00:01: [io  0x0900-0x090f] has been reserved
[    1.936370] system 00:01: [io  0x0910-0x091f] has been reserved
[    1.936373] system 00:01: [io  0xfe00-0xfefe] has been reserved
[    1.936377] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
[    1.936382] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
[    1.936386] system 00:01: [mem 0xfed80000-0xfed8ffff] has been reserved
[    1.936390] system 00:01: [mem 0xfed61000-0xfed70fff] has been reserved
[    1.936394] system 00:01: [mem 0xfec10000-0xfec10fff] has been reserved
[    1.936398] system 00:01: [mem 0xfed00000-0xfed00fff] could not be reserved
[    1.936402] system 00:01: [mem 0xff800000-0xffffffff] has been reserved
[    1.936406] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.936514] system 00:02: [io  0x0290-0x02af] has been reserved
[    1.936518] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.936548] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.936598] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    1.936603] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.936640] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.936761] pnp 00:06: [dma 0 disabled]
[    1.936805] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[    1.936904] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.936984] system 00:08: [mem 0xfec20000-0xfec200ff] could not be reserved
[    1.936989] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.937097] pnp: PnP ACPI: found 9 devices
[    1.943565] clocksource acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.943603] pci 0000:00:02.0: PCI bridge to [bus 01]
[    1.943607] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
[    1.943612] pci 0000:00:02.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    1.943616] pci 0000:00:02.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[    1.943621] pci 0000:00:04.0: PCI bridge to [bus 02]
[    1.943627] pci 0000:00:0b.0: PCI bridge to [bus 03]
[    1.943633] pci 0000:00:0d.0: PCI bridge to [bus 04]
[    1.943639] pci 0000:00:14.4: PCI bridge to [bus 05]
[    1.943649] pci 0000:00:15.0: PCI bridge to [bus 06]
[    1.943652] pci 0000:00:15.0:   bridge window [io  0xd000-0xdfff]
[    1.943658] pci 0000:00:15.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[    1.943665] pci 0000:00:15.1: PCI bridge to [bus 07]
[    1.943670] pci 0000:00:15.1:   bridge window [mem 0xfe800000-0xfe8fffff]
[    1.943677] pci 0000:00:15.2: PCI bridge to [bus 08]
[    1.943682] pci 0000:00:15.2:   bridge window [mem 0xfe700000-0xfe7fffff]
[    1.943689] pci 0000:00:15.3: PCI bridge to [bus 09]
[    1.943693] pci 0000:00:15.3:   bridge window [io  0xc000-0xcfff]
[    1.943699] pci 0000:00:15.3:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    1.943706] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    1.943707] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    1.943708] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    1.943709] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    1.943711] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    1.943712] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    1.943713] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xffffffff window]
[    1.943715] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    1.943716] pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
[    1.943717] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
[    1.943719] pci_bus 0000:05: resource 4 [io  0x0000-0x03af window]
[    1.943720] pci_bus 0000:05: resource 5 [io  0x03e0-0x0cf7 window]
[    1.943721] pci_bus 0000:05: resource 6 [io  0x03b0-0x03df window]
[    1.943723] pci_bus 0000:05: resource 7 [io  0x0d00-0xffff window]
[    1.943724] pci_bus 0000:05: resource 8 [mem 0x000a0000-0x000bffff window]
[    1.943725] pci_bus 0000:05: resource 9 [mem 0x000c0000-0x000dffff window]
[    1.943726] pci_bus 0000:05: resource 10 [mem 0xc0000000-0xffffffff window]
[    1.943728] pci_bus 0000:06: resource 0 [io  0xd000-0xdfff]
[    1.943729] pci_bus 0000:06: resource 1 [mem 0xfe900000-0xfe9fffff]
[    1.943730] pci_bus 0000:07: resource 1 [mem 0xfe800000-0xfe8fffff]
[    1.943731] pci_bus 0000:08: resource 1 [mem 0xfe700000-0xfe7fffff]
[    1.943732] pci_bus 0000:09: resource 0 [io  0xc000-0xcfff]
[    1.943734] pci_bus 0000:09: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
[    1.943804] NET: Registered protocol family 2
[    1.943954] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    1.944124] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.944278] TCP: Hash tables configured (established 131072 bind 65536)
[    1.944305] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    1.944355] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    1.944474] NET: Registered protocol family 1
[    2.265934] pci 0000:01:00.0: Video device with shadowed ROM
[    2.266114] PCI: CLS 64 bytes, default 64
[    2.266146] Trying to unpack rootfs image as initramfs...
[    2.344459] Freeing initrd memory: 6256K (ffff88007f9e4000 - ffff880080000000)
[    2.344808] PCI-DMA: Disabling AGP.
[    2.344880] PCI-DMA: aperture base @ a0000000 size 65536 KB
[    2.344883] PCI-DMA: using GART IOMMU.
[    2.344886] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
[    2.348733] perf: AMD NB counters detected
[    2.348812] LVT offset 0 assigned for vector 0x400
[    2.348831] perf: AMD IBS detected (0x000000ff)
[    2.348934] AVX version of gcm_enc/dec engaged.
[    2.348937] AES CTR mode by8 optimization enabled
[    2.349721] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    2.349771] audit: initializing netlink subsys (disabled)
[    2.349793] audit: type=2000 audit(1432855450.970:1): initialized
[    2.350379] VFS: Disk quotas dquot_6.6.0
[    2.350402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.350533] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    2.350583] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[    2.351372] ocfs2: Registered cluster interface o2cb
[    2.351409] OCFS2 User DLM kernel interface loaded
[    2.351752] gfs2: GFS2 installed
[    2.352091] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
[    2.352096] io scheduler noop registered
[    2.352100] io scheduler deadline registered
[    2.352116] io scheduler cfq registered (default)
[    2.352641] efifb: probing for efifb
[    2.352662] efifb: framebuffer at 0xc0000000, mapped to 0xffffc90000800000, using 8100k, total 8100k
[    2.352668] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    2.352672] efifb: scrolling: redraw
[    2.352675] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    2.357881] Console: switching to colour frame buffer device 240x67
[    2.362984] fb0: EFI VGA frame buffer device
[    2.363055] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    2.383570] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    2.384042] Linux agpgart interface v0.103
[    2.386728] brd: module loaded
[    2.388532] loop: module loaded
[    2.388659] QUIRK: Enable AMD PLL fix
[    2.388673] xhci_hcd 0000:07:00.0: xHCI Host Controller
[    2.388698] xhci_hcd 0000:07:00.0: new USB bus registered, assigned bus number 1
[    2.522495] xhci_hcd 0000:07:00.0: hcc params 0x0200e081 hci version 0x100 quirks 0x00000010
[    2.522735] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.522760] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.522784] usb usb1: Product: xHCI Host Controller
[    2.522799] usb usb1: Manufacturer: Linux 4.1.0-rc5 xhci-hcd
[    2.522816] usb usb1: SerialNumber: 0000:07:00.0
[    2.522952] hub 1-0:1.0: USB hub found
[    2.522976] hub 1-0:1.0: 2 ports detected
[    2.523096] xhci_hcd 0000:07:00.0: xHCI Host Controller
[    2.523115] xhci_hcd 0000:07:00.0: new USB bus registered, assigned bus number 2
[    2.523231] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    2.523254] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.523278] usb usb2: Product: xHCI Host Controller
[    2.523293] usb usb2: Manufacturer: Linux 4.1.0-rc5 xhci-hcd
[    2.523310] usb usb2: SerialNumber: 0000:07:00.0
[    2.523442] hub 2-0:1.0: USB hub found
[    2.523466] hub 2-0:1.0: 2 ports detected
[    2.523646] xhci_hcd 0000:08:00.0: xHCI Host Controller
[    2.523666] xhci_hcd 0000:08:00.0: new USB bus registered, assigned bus number 3
[    2.584025] xhci_hcd 0000:08:00.0: hcc params 0x0200e081 hci version 0x100 quirks 0x00000010"Scanning
[    2.584244] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    2.584269] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.584292] usb usb3: Product: xHCI Host Controller
[    2.584307] usb usb3: Manufacturer: Linux 4.1.0-rc5 xhci-hcd
[    2.584325] usb usb3: SerialNumber: 0000:08:00.0
[    2.584456] hub 3-0:1.0: USB hub found
[    2.584479] hub 3-0:1.0: 2 ports detected
[    2.584582] xhci_hcd 0000:08:00.0: xHCI Host Controller
[    2.584601] xhci_hcd 0000:08:00.0: new USB bus registered, assigned bus number 4
[    2.584715] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    2.584738] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.584762] usb usb4: Product: xHCI Host Controller
[    2.584777] usb usb4: Manufacturer: Linux 4.1.0-rc5 xhci-hcd
[    2.584795] usb usb4: SerialNumber: 0000:08:00.0
[    2.585983] hub 4-0:1.0: USB hub found
[    2.587079] hub 4-0:1.0: 2 ports detected
[    2.588285] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.589349] ehci-pci: EHCI PCI platform driver
[    2.590485] ehci-pci 0000:00:12.2: EHCI Host Controller
[    2.591512] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 5
[    2.592571] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    2.593642] ehci-pci 0000:00:12.2: debug port 1
[    2.594715] ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb09000
[    2.615559] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    2.616673] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[    2.617726] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.618762] usb usb5: Product: EHCI Host Controller
[    2.619796] usb usb5: Manufacturer: Linux 4.1.0-rc5 ehci_hcd
[    2.620798] usb usb5: SerialNumber: 0000:00:12.2
[    2.621938] hub 5-0:1.0: USB hub found
[    2.622993] hub 5-0:1.0: 5 ports detected
[    2.624268] ehci-pci 0000:00:13.2: EHCI Host Controller
[    2.625310] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 6
[    2.626343] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    2.627370] ehci-pci 0000:00:13.2: debug port 1
[    2.628400] ehci-pci 0000:00:13.2: irq 21, io mem 0xfeb07000
[    2.645542] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    2.646624] usb usb6: New USB device found, idVendor=1d6b, idProduct=0002
[    2.647626] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.648633] usb usb6: Product: EHCI Host Controller
[    2.649633] usb usb6: Manufacturer: Linux 4.1.0-rc5 ehci_hcd
[    2.650627] usb usb6: SerialNumber: 0000:00:13.2
[    2.651731] hub 6-0:1.0: USB hub found
[    2.652749] hub 6-0:1.0: 5 ports detected
[    2.653982] ehci-pci 0000:00:16.2: EHCI Host Controller
[    2.654989] ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 7
[    2.655962] ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    2.656965] ehci-pci 0000:00:16.2: debug port 1
[    2.657963] ehci-pci 0000:00:16.2: irq 23, io mem 0xfeb04000
[    2.675527] ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
[    2.676587] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002
[    2.677584] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.678563] usb usb7: Product: EHCI Host Controller
[    2.679542] usb usb7: Manufacturer: Linux 4.1.0-rc5 ehci_hcd
[    2.680531] usb usb7: SerialNumber: 0000:00:16.2
[    2.681606] hub 7-0:1.0: USB hub found
[    2.682621] hub 7-0:1.0: 4 ports detected
[    2.683779] fusbh200_hcd: FUSBH200 Host Controller (EHCI) Driver
[    2.684788] fotg210_hcd: FOTG210 Host Controller (EHCI) Driver
[    2.685807] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    2.687161] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.688170] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.689266] mousedev: PS/2 mouse device common for all mice
[    2.690444] device-mapper: uevent: version 1.0.3
[    2.691507] device-mapper: ioctl: 4.31.0-ioctl (2015-3-12) initialised: dm-devel@redhat.com
[    2.692593] device-mapper: multipath: version 1.9.0 loaded
[    2.693586] device-mapper: multipath round-robin: version 1.0.0 loaded
[    2.694570] device-mapper: multipath queue-length: version 0.1.0 loaded
[    2.695563] device-mapper: multipath service-time: version 0.2.0 loaded
[    2.696539] EFI Variables Facility v0.08 2004-May-17
[    2.705570] hidraw: raw HID events driver (C) Jiri Kosina
[    2.706797] usbcore: registered new interface driver usbhid
[    2.707812] usbhid: USB HID core driver
[    2.708942] NET: Registered protocol family 17
[    2.710693] registered taskstats version 1
[    2.711991] Btrfs loaded
[    2.713636] Freeing unused kernel memory: 844K (ffffffff81878000 - ffffffff8194b000)
[    2.748786] dracut: dracut-041
[    2.845758] udevd[965]: starting version 1.5.3
[    2.845814] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    2.847936] random: systemd-udevd urandom read with 9 bits of entropy available
[    2.869230] usb 2-1: New USB device found, idVendor=1058, idProduct=0748
[    2.870265] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=5
[    2.871325] usb 2-1: Product: My Passport 0748
[    2.872373] usb 2-1: Manufacturer: Western Digital
[    2.873418] usb 2-1: SerialNumber: 5758423145413146585A4533
[    2.899162] libata version 3.00 loaded.
[    2.902490] ahci 0000:00:11.0: version 3.0
[    2.902692] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 3 ports 6 Gbps 0x31 impl SATA mode
[    2.903796] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part sxs 
[    2.905644] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.907014] ohci-pci: OHCI PCI platform driver
[    2.909294] scsi host0: ahci
[    2.910981] scsi host1: ahci
[    2.912722] scsi host2: ahci
[    2.913870] scsi host3: ahci
[    2.914993] scsi host4: ahci
[    2.916255] scsi host5: ahci
[    2.917463] ata1: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b100 irq 19
[    2.918510] ata2: DUMMY
[    2.919489] ata3: DUMMY
[    2.920448] ata4: DUMMY
[    2.921364] ata5: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b300 irq 19
[    2.921957] usb-storage 2-1:1.0: USB Mass Storage device detected
[    2.922034] scsi host6: usb-storage 2-1:1.0
[    2.922125] usbcore: registered new interface driver usb-storage
[    2.925257] ata6: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b380 irq 19
[    2.926370] ohci-pci 0000:00:12.0: OHCI PCI host controller
[    2.926441] ahci 0000:06:00.0: SSS flag set, parallel bus scan disabled
[    2.926477] ahci 0000:06:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    2.926479] ahci 0000:06:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs 
[    2.926812] scsi host7: ahci
[    2.927533] scsi host8: ahci
[    2.927591] ata7: SATA max UDMA/133 abar m512@0xfe900000 port 0xfe900100 irq 42
[    2.927594] ata8: SATA max UDMA/133 abar m512@0xfe900000 port 0xfe900180 irq 42
[    2.934358] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 8
[    2.935419] ohci-pci 0000:00:12.0: irq 18, io mem 0xfeb0a000
[    2.999551] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[    3.000573] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.001557] usb usb8: Product: OHCI PCI host controller
[    3.002563] usb usb8: Manufacturer: Linux 4.1.0-rc5 ohci_hcd
[    3.003565] usb usb8: SerialNumber: 0000:00:12.0
[    3.004713] hub 8-0:1.0: USB hub found
[    3.005764] hub 8-0:1.0: 5 ports detected
[    3.007063] ohci-pci 0000:00:13.0: OHCI PCI host controller
[    3.008093] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 9
[    3.009113] ohci-pci 0000:00:13.0: irq 20, io mem 0xfeb08000
[    3.069421] usb usb9: New USB device found, idVendor=1d6b, idProduct=0001
[    3.070444] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.071444] usb usb9: Product: OHCI PCI host controller
[    3.072452] usb usb9: Manufacturer: Linux 4.1.0-rc5 ohci_hcd
[    3.073434] usb usb9: SerialNumber: 0000:00:13.0
[    3.074577] hub 9-0:1.0: USB hub found
[    3.075608] hub 9-0:1.0: 5 ports detected
[    3.076851] ohci-pci 0000:00:14.5: OHCI PCI host controller
[    3.077858] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 10
[    3.078862] ohci-pci 0000:00:14.5: irq 18, io mem 0xfeb06000
[    3.139372] usb usb10: New USB device found, idVendor=1d6b, idProduct=0001
[    3.140371] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.141375] usb usb10: Product: OHCI PCI host controller
[    3.142373] usb usb10: Manufacturer: Linux 4.1.0-rc5 ohci_hcd
[    3.143373] usb usb10: SerialNumber: 0000:00:14.5
[    3.144505] hub 10-0:1.0: USB hub found
[    3.145540] hub 10-0:1.0: 2 ports detected
[    3.146751] ohci-pci 0000:00:16.0: OHCI PCI host controller
[    3.147717] ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 11
[    3.148721] ohci-pci 0000:00:16.0: irq 22, io mem 0xfeb05000
[    3.209344] usb usb11: New USB device found, idVendor=1d6b, idProduct=0001
[    3.210342] usb usb11: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.211327] usb usb11: Product: OHCI PCI host controller
[    3.212302] usb usb11: Manufacturer: Linux 4.1.0-rc5 ohci_hcd
[    3.213253] usb usb11: SerialNumber: 0000:00:16.0
[    3.214357] hub 11-0:1.0: USB hub found
[    3.215369] hub 11-0:1.0: 4 ports detected
[    3.265219] ata6: SATA link down (SStatus 0 SControl 300)
[    3.345144] tsc: Refined TSC clocksource calibration: 4013.421 MHz
[    3.346120] clocksource tsc: mask: 0xffffffffffffffff max_cycles: 0x39d9e328dd0, max_idle_ns: 440795325942 ns
[    3.365132] usb 8-1: new full-speed USB device number 2 using ohci-pci
[    3.465096] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    3.466682] ata1.00: ATA-9: WDC WD10EZEX-75M2NA0, 01.01A01, max UDMA/133
[    3.467680] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    3.469287] ata1.00: configured for UDMA/133
[    3.470433] scsi 0:0:0:0: Direct-Access     ATA      WDC WD10EZEX-75M 1A01 PQ: 0 ANSI: 5
[    3.471695] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    3.472830] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    3.473989] sd 0:0:0:0: [sda] Write Protect is off
[    3.475079] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.475097] ata7: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    3.475109] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.478507] ata7.00: ATA-8: Hitachi HDS723020ALA640, MK7OAAU0, max UDMA/133
[    3.479638] ata7.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    3.482026] ata7.00: configured for UDMA/133
[    3.495070] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    3.498044] ata5.00: supports DRM functions and may not be fully accessible
[    3.499222] ata5.00: failed to get NCQ Send/Recv Log Emask 0x1
[    3.499223] ata5.00: ATA-9: Samsung SSD 840 EVO 500GB, EXT0BB6Q, max UDMA/133
[    3.500348] ata5.00: 976773168 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[    3.501608] ata5.00: supports DRM functions and may not be fully accessible
[    3.502775] ata5.00: failed to get NCQ Send/Recv Log Emask 0x1
[    3.502778] ata5.00: configured for UDMA/133
[    3.503973] scsi 4:0:0:0: Direct-Access     ATA      Samsung SSD 840  BB6Q PQ: 0 ANSI: 5
[    3.505280] sd 4:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    3.505379] scsi 7:0:0:0: Direct-Access     ATA      Hitachi HDS72302 AAU0 PQ: 0 ANSI: 5
[    3.506512] sd 7:0:0:0: [sdc] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[    3.506558] sd 7:0:0:0: [sdc] Write Protect is off
[    3.506561] sd 7:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    3.506577] sd 7:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.511113] sd 4:0:0:0: [sdb] Write Protect is off
[    3.512267] sd 4:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    3.512305] sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.514648]  sdb: sdb1 sdb2
[    3.516087] sd 4:0:0:0: [sdb] Attached SCSI disk
[    3.532300] sd 7:0:0:0: [sdc] Attached SCSI disk
[    3.546245]  sda: sda1
[    3.547607] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.572156] usb 8-1: New USB device found, idVendor=1b1c, idProduct=1b09
[    3.573335] usb 8-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.574485] usb 8-1: Product: Corsair K70R Gaming Keyboard
[    3.575648] usb 8-1: Manufacturer: Corsair
[    3.581350] input: Corsair Corsair K70R Gaming Keyboard as /devices/pci0000:00/0000:00:12.0/usb8/8-1/8-1:1.0/0003:1B1C:1B09.0001/input/input3
[    3.635061] hid-generic 0003:1B1C:1B09.0001: input,hidraw0: USB HID v1.11 Keyboard [Corsair Corsair K70R Gaming Keyboard] on usb-0000:00:12.0-1/input0
[    3.641441] input: Corsair Corsair K70R Gaming Keyboard as /devices/pci0000:00/0000:00:12.0/usb8/8-1/8-1:1.1/0003:1B1C:1B09.0002/input/input4
[    3.695018] hid-generic 0003:1B1C:1B09.0002: input,hidraw1: USB HID v1.11 Device [Corsair Corsair K70R Gaming Keyboard] on usb-0000:00:12.0-1/input1
[    3.701142] input: Corsair Corsair K70R Gaming Keyboard as /devices/pci0000:00/0000:00:12.0/usb8/8-1/8-1:1.2/0003:1B1C:1B09.0003/input/input5
[    3.755016] hid-generic 0003:1B1C:1B09.0003: input,hidraw2: USB HID v1.11 Keyboard [Corsair Corsair K70R Gaming Keyboard] on usb-0000:00:12.0-1/input2
[    3.864865] ata8: SATA link down (SStatus 0 SControl 300)
[    3.915363] scsi 6:0:0:0: Direct-Access     WD       My Passport 0748 1010 PQ: 0 ANSI: 6
[    3.916917] scsi 6:0:0:1: Enclosure         WD       SES Device       1010 PQ: 0 ANSI: 6
[    3.920416] sd 6:0:0:0: [sdd] 1953458176 512-byte logical blocks: (1.00 TB/931 GiB)
[    3.922322] sd 6:0:0:0: [sdd] Write Protect is off
[    3.923683] sd 6:0:0:0: [sdd] Mode Sense: 47 00 10 08
[    3.924159] sd 6:0:0:0: [sdd] No Caching mode page found
[    3.925521] sd 6:0:0:0: [sdd] Assuming drive cache: write through
[    3.982586] dracut: Scanning devices sda1 sdb2  for LVM logical volumes botri/root
[    4.064744] usb 8-2: new full-speed USB device number 3 using ohci-pci
[    4.271761] usb 8-2: New USB device found, idVendor=046d, idProduct=c24c
[    4.273148] usb 8-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.274555] usb 8-2: Product: G400s Optical Gaming Mouse
[    4.275937] usb 8-2: Manufacturer: Logitech
[    4.283907] input: Logitech G400s Optical Gaming Mouse as /devices/pci0000:00/0000:00:12.0/usb8/8-2/8-2:1.0/0003:046D:C24C.0004/input/input6
[    4.285465] hid-generic 0003:046D:C24C.0004: input,hidraw3: USB HID v1.10 Mouse [Logitech G400s Optical Gaming Mouse] on usb-0000:00:12.0-2/input0
[    4.293838] hid-generic 0003:046D:C24C.0005: hiddev0,hidraw4: USB HID v1.10 Device [Logitech G400s Optical Gaming Mouse] on usb-0000:00:12.0-2/input1
[    4.354624] Switched to clocksource tsc
[    6.700668]  sdd: sdd1
[    6.703896] sd 6:0:0:0: [sdd] Attached SCSI disk
[    6.706176] dracut: inactive '/dev/botri/var' [30.62 GiB] inherit
[    6.707764] dracut: inactive '/dev/botri/home' [900.89 GiB] inherit
[    6.709342] dracut: inactive '/dev/botri/root' [465.66 GiB] inherit
[    7.561932] dracut: luksOpen /dev/mapper/botri-root luks-a4cdb696-8157-48ca-8f39-46bac0554642  
[    9.050066] random: nonblocking pool is initialized
[   18.586049] BTRFS: device fsid e50532bc-1e87-4400-b318-6acce8bc6f3a devid 1 transid 246049 /dev/dm-1
[  140.716743] dracut: Scanning for all btrfs devices
[  140.872010] dracut: Scanning devices sda1 sdb2  for LVM logical volumes botri/root
[  141.226401] dracut: inactive '/dev/botri/var' [30.62 GiB] inherit
[  141.227965] dracut: inactive '/dev/botri/home' [900.89 GiB] inherit
[  141.229484] dracut: ACTIVE '/dev/botri/root' [465.66 GiB] inherit
[  141.232711] dracut: PARTIAL MODE. Incomplete logical volumes will be processed.
[  142.071262] dracut: Scanning for all btrfs devices
[  142.587996] dracut: Scanning for all btrfs devices
[  143.194384] dracut: Scanning for all btrfs devices
[  143.711075] dracut: Scanning for all btrfs devices
[  144.227692] dracut: Scanning for all btrfs devices
[  144.744316] dracut: Scanning for all btrfs devices
[  145.351271] dracut: Scanning for all btrfs devices
[  145.867869] dracut: Scanning for all btrfs devices
[  146.384386] dracut: Scanning for all btrfs devices
[  146.999828] dracut: Scanning for all btrfs devices
[  147.516334] dracut: Scanning for all btrfs devices
[  148.032860] dracut: Scanning for all btrfs devices
[  148.549368] dracut: Scanning for all btrfs devices
[  149.164661] dracut: Scanning for all btrfs devices
[  149.681193] dracut: Scanning for all btrfs devices
[  150.197787] dracut: Scanning for all btrfs devices
[  150.714302] dracut: Scanning for all btrfs devices
[  151.331103] dracut: Scanning for all btrfs devices
[  151.847669] dracut: Scanning for all btrfs devices
[  152.364166] dracut: Scanning for all btrfs devices
[  152.979937] dracut: Scanning for all btrfs devices
[  153.496530] dracut: Scanning for all btrfs devices
[  154.013034] dracut: Scanning for all btrfs devices
[  154.529403] dracut: Scanning for all btrfs devices
[  155.144212] dracut: Scanning for all btrfs devices
[  155.660667] dracut: Scanning for all btrfs devices
[  156.177254] dracut: Scanning for all btrfs devices
[  156.693710] dracut: Scanning for all btrfs devices
[  157.310466] dracut: Scanning for all btrfs devices
[  157.827005] dracut: Scanning for all btrfs devices
[  158.343393] dracut: Scanning for all btrfs devices
[  158.958585] dracut: Scanning for all btrfs devices
[  159.474972] dracut: Scanning for all btrfs devices
[  159.991412] dracut: Scanning for all btrfs devices
[  160.507551] dracut: Scanning for all btrfs devices
[  161.124091] dracut: Scanning for all btrfs devices
[  161.640300] dracut: Scanning for all btrfs devices
[  162.156482] dracut: Scanning for all btrfs devices
[  162.672569] dracut: Scanning for all btrfs devices
[  163.288437] dracut: Scanning for all btrfs devices
[  163.804649] dracut: Scanning for all btrfs devices
[  164.320773] dracut: Scanning for all btrfs devices
[  164.939698] dracut: Scanning for all btrfs devices
[  165.455774] dracut: Scanning for all btrfs devices
[  165.971746] dracut: Scanning for all btrfs devices
[  166.487793] dracut: Scanning for all btrfs devices
[  167.103664] dracut: Scanning for all btrfs devices
[  167.619745] dracut: Scanning for all btrfs devices
[  168.135778] dracut: Scanning for all btrfs devices
[  168.651718] dracut: Scanning for all btrfs devices
[  169.269366] dracut: Scanning for all btrfs devices
[  169.785300] dracut: Scanning for all btrfs devices
[  170.301261] dracut: Scanning for all btrfs devices
[  170.917528] dracut: Scanning for all btrfs devices
[  171.433450] dracut: Scanning for all btrfs devices
[  171.949422] dracut: Scanning for all btrfs devices
[  172.465314] dracut: Scanning for all btrfs devices
[  173.075399] dracut: Scanning for all btrfs devices
[  173.591227] dracut: Scanning for all btrfs devices
[  174.107119] dracut: Scanning for all btrfs devices
[  174.622935] dracut: Scanning for all btrfs devices
[  175.239779] dracut: Scanning for all btrfs devices
[  175.755591] dracut: Scanning for all btrfs devices
[  176.271426] dracut: Scanning for all btrfs devices
[  176.787223] dracut: Scanning for all btrfs devices
[  177.387739] dracut: Scanning for all btrfs devices
[  177.903497] dracut: Scanning for all btrfs devices
[  178.419297] dracut: Scanning for all btrfs devices
[  179.020214] dracut: Scanning for all btrfs devices
[  179.535988] dracut: Scanning for all btrfs devices
[  180.051781] dracut: Scanning for all btrfs devices
[  180.570743] dracut: Scanning for all btrfs devices
[  181.186700] dracut: Scanning for all btrfs devices
[  181.702524] dracut: Scanning for all btrfs devices
[  182.218324] dracut: Scanning for all btrfs devices
[  182.734168] dracut: Scanning for all btrfs devices
[  183.343114] dracut: Scanning for all btrfs devices
[  183.859029] dracut: Scanning for all btrfs devices
[  184.374865] dracut: Scanning for all btrfs devices
[  184.993437] dracut: Scanning for all btrfs devices
[  185.509248] dracut: Scanning for all btrfs devices
[  186.025272] dracut: Scanning for all btrfs devices
[  186.541190] dracut: Scanning for all btrfs devices
[  187.158604] dracut: Scanning for all btrfs devices
[  187.674598] dracut: Scanning for all btrfs devices
[  188.190661] dracut: Scanning for all btrfs devices
[  188.706745] dracut: Scanning for all btrfs devices
[  189.323436] dracut: Scanning for all btrfs devices
[  189.839493] dracut: Scanning for all btrfs devices
[  190.355427] dracut: Scanning for all btrfs devices
[  190.971840] dracut: Scanning for all btrfs devices
[  191.487814] dracut: Scanning for all btrfs devices
[  192.003933] dracut: Scanning for all btrfs devices
[  192.519995] dracut: Scanning for all btrfs devices
[  193.121521] dracut: Scanning for all btrfs devices
[  193.637661] dracut: Scanning for all btrfs devices
[  194.153783] dracut: Scanning for all btrfs devices
[  194.669881] dracut: Scanning for all btrfs devices
[  195.286430] dracut: Scanning for all btrfs devices
[  195.802631] dracut: Scanning for all btrfs devices
[  196.318725] dracut: Scanning for all btrfs devices
[  196.934847] dracut: Scanning for all btrfs devices
[  197.451003] dracut: Scanning for all btrfs devices
[  197.967210] dracut: Scanning for all btrfs devices
[  198.483365] dracut: Scanning for all btrfs devices
[  199.083778] dracut: Scanning for all btrfs devices
[  199.599997] dracut: Scanning for all btrfs devices
[  200.116290] dracut: Scanning for all btrfs devices
[  200.632475] dracut: Scanning for all btrfs devices
[  201.249609] dracut: Scanning for all btrfs devices
[  201.765782] dracut: Scanning for all btrfs devices
[  202.281987] dracut: Scanning for all btrfs devices
[  202.898642] dracut: Scanning for all btrfs devices
[  203.414846] dracut: Scanning for all btrfs devices
[  203.931122] dracut: Scanning for all btrfs devices
[  204.447398] dracut: Scanning for all btrfs devices
[  205.063167] dracut: Scanning for all btrfs devices
[  205.579533] dracut: Scanning for all btrfs devices
[  206.095817] dracut: Scanning for all btrfs devices
[  206.102116] dracut Warning: Could not boot.
[  206.102641] dracut Warning: /dev/mapper/root does not exist
+ '[' -f /run/initramfs/init.log ']'
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...