You are not logged in.

#1 2016-06-12 15:52:48

Heema
Member
From: Egypt
Registered: 2008-08-12
Posts: 62

No boot after upgrading to kernel 4.6.2-1 [Failed to mount /boot/efi/]

everything was running fine then when i upgraded the system and restarted it failed to mount boot/efi partition

i have refind

here are the details

https://dl.dropboxusercontent.com/u/307 … 171056.jpg


boot-efi:

● boot-efi.mount - /boot/efi
   Loaded: loaded (/etc/fstab; generated; vendor preset: disabled)
   Active: failed (Result: exit-code) since Sun 2016-06-12 17:09:10 EET; 4min 12s ago
    Where: /boot/efi
     What: /dev/disk/by-partuuid/2788a195-b395-489d-8b76-f5e44712f6f6
     Docs: man:fstab(5)
           man:systemd-fstab-generator(8)
  Process: 372 ExecMount=/usr/bin/mount /dev/disk/by-partuuid/2788a195-b395-489d-8b76-f5e44712f6f6 /boot/efi -t vfat (code=exited, status=32)

Jun 12 17:09:10 arch systemd[1]: Mounting /boot/efi...
Jun 12 17:09:10 arch mount[372]: mount: wrong fs type, bad option, bad superblock on /dev/sda1,
Jun 12 17:09:10 arch mount[372]:        missing codepage or helper program, or other error
Jun 12 17:09:10 arch mount[372]:        In some cases useful info is found in syslog - try
Jun 12 17:09:10 arch mount[372]:        dmesg | tail or so.
Jun 12 17:09:10 arch systemd[1]: boot-efi.mount: Mount process exited, code=exited status=32
Jun 12 17:09:10 arch systemd[1]: Failed to mount /boot/efi.
Jun 12 17:09:10 arch systemd[1]: boot-efi.mount: Unit entered failed state.

rpc-statd :

● rpc-statd.service - NFS status monitor for NFSv2/3 locking.
   Loaded: loaded (/usr/lib/systemd/system/rpc-statd.service; enabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since Sun 2016-06-12 17:09:10 EET; 5min ago
  Process: 388 ExecStart=/usr/sbin/rpc.statd --no-notify $STATDARGS (code=exited, status=1/FAILURE)

Jun 12 17:09:10 arch systemd[1]: Starting NFS status monitor for NFSv2/3 locking....
Jun 12 17:09:10 arch rpc.statd[391]: Version 1.3.3 starting
Jun 12 17:09:10 arch rpc.statd[391]: Flags: TI-RPC
Jun 12 17:09:10 arch rpc.statd[391]: Running as root.  chown /var/lib/nfs to choose different user
Jun 12 17:09:10 arch rpc.statd[391]: failed to create RPC listeners, exiting
Jun 12 17:09:10 arch systemd[1]: rpc-statd.service: Control process exited, code=exited status=1
Jun 12 17:09:10 arch systemd[1]: Failed to start NFS status monitor for NFSv2/3 locking..
Jun 12 17:09:10 arch systemd[1]: rpc-statd.service: Unit entered failed state.
Jun 12 17:09:10 arch systemd[1]: rpc-statd.service: Failed with result 'exit-code'.

lsblk -f :

NAME   FSTYPE LABEL UUID                                 MOUNTPOINT
sda                                                      
├─sda1 vfat         AA52-38C3                            
├─sda2                                                   
├─sda3 ntfs         98B45C5EB45C4144                     
├─sda4 swap   Swap  68796746-1b81-43ec-8268-fddaa9a55cc2 [SWAP]
└─sda5 ext4   Root  e912afaf-7afa-47a1-a905-79896de1edaa /
sdb                                                      
├─sdb1 ntfs         F01879E71879ACEA                     
└─sdb2 ntfs         EAAA88C0AA888B31                     

fstab:

# 
# /etc/fstab: static file system information
#
# <file system>	<dir>	<type>	<options>	<dump>	<pass>
tmpfs		/tmp	tmpfs	nodev,nosuid	0	0
# DEVICE DETAILS: /dev/sda1 PARTUUID=2788a195-b395-489d-8b76-f5e44712f6f6 PARTLABEL=EF UUID=AA52-38C3 LABEL=
# DEVICE DETAILS: /dev/sda4 PARTUUID=735c1774-fa2c-f1d2-4b07-a7bd4a282daf PARTLABEL= UUID=68796746-1b81-43ec-8268-fddaa9a55cc2 LABEL=Swap
# DEVICE DETAILS: /dev/sda5 PARTUUID=f0a6ffb9-09c4-4992-8b6c-91c9531cb7fa PARTLABEL=Root UUID=e912afaf-7afa-47a1-a905-79896de1edaa LABEL=Root
PARTUUID=2788a195-b395-489d-8b76-f5e44712f6f6 /boot/efi vfat defaults 0 1
PARTUUID=735c1774-fa2c-f1d2-4b07-a7bd4a282daf swap swap defaults 0 0
PARTUUID=f0a6ffb9-09c4-4992-8b6c-91c9531cb7fa / ext4 defaults,noatime,discard 0 1
/dev/sda3	/mnt/Win_C ntfs-3g defaults 0 0
/dev/sdb1	/mnt/Win_X ntfs-3g defaults 0 0
/dev/sdb2	/mnt/Win_Y ntfs-3g defaults 0 0

mkinitcpio.conf:

# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run.  Advanced users may wish to specify all system modules
# in this array.  For instance:
#     MODULES="piix ide_disk reiserfs"
MODULES="ahci libahci xhci-hcd ehci-hcd vfat ext4"

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

# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way.  This is useful for config files.
# Some users may wish to include modprobe.conf for custom module options
# like so:
#    FILES="/etc/modprobe.d/modprobe.conf"
FILES=""

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

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

# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=""

dmesg:

[    0.000000] Linux version 4.5.4-1-ARCH (builduser@tobias) (gcc version 6.1.1 20160501 (GCC) ) #1 SMP PREEMPT Wed May 11 22:21:28 CEST 2016
[    0.000000] Command line: vmlinuz-arch.efi root=PARTUUID=f0a6ffb9-09c4-4992-8b6c-91c9531cb7fa ro rootfstype=ext4 add_efi_memmap init=/usr/lib/systemd/systemd systemd.unit=graphical.target fsck.mode=force initrd=\EFI\arch\initramfs-arch.img 
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] x86/fpu: Using 'eager' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000dded6fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dded7000-0x00000000de104fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000de105000-0x00000000de105fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000de106000-0x00000000de231fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000de232000-0x00000000dea65fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dea66000-0x00000000dea66fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dea67000-0x00000000deaa9fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000deaaa000-0x00000000df46bfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000df46c000-0x00000000df7d6fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000df7d7000-0x00000000df7fffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xccd32018-0xccd41c57] usable ==> usable
[    0.000000] e820: update [mem 0xccd22018-0xccd31857] usable ==> usable
[    0.000000] e820: update [mem 0xccd11018-0xccd21057] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000ccd11017] usable
[    0.000000] reserve setup_data: [mem 0x00000000ccd11018-0x00000000ccd21057] usable
[    0.000000] reserve setup_data: [mem 0x00000000ccd21058-0x00000000ccd22017] usable
[    0.000000] reserve setup_data: [mem 0x00000000ccd22018-0x00000000ccd31857] usable
[    0.000000] reserve setup_data: [mem 0x00000000ccd31858-0x00000000ccd32017] usable
[    0.000000] reserve setup_data: [mem 0x00000000ccd32018-0x00000000ccd41c57] usable
[    0.000000] reserve setup_data: [mem 0x00000000ccd41c58-0x00000000dded6fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000dded7000-0x00000000de104fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000de105000-0x00000000de105fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000de106000-0x00000000de231fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000de232000-0x00000000dea65fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000dea66000-0x00000000dea66fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000dea67000-0x00000000deaa9fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000deaaa000-0x00000000df46bfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000df46c000-0x00000000df7d6fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000df7d7000-0x00000000df7fffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000041effffff] usable
[    0.000000] efi: EFI v2.31 by American Megatrends
[    0.000000] efi:  ACPI=0xde210000  ACPI 2.0=0xde210000  SMBIOS=0xf04c0  MPS=0xfd450 
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Gigabyte Technology Co., Ltd. To be filled by O.E.M./Z77X-UD5H, BIOS F14 08/22/2012
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x41f000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask C00000000 write-back
[    0.000000]   1 base 400000000 mask FF0000000 write-back
[    0.000000]   2 base 410000000 mask FF8000000 write-back
[    0.000000]   3 base 418000000 mask FFC000000 write-back
[    0.000000]   4 base 41C000000 mask FFE000000 write-back
[    0.000000]   5 base 41E000000 mask FFF000000 write-back
[    0.000000]   6 base 0E0000000 mask FE0000000 uncachable
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xdf800 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd7f0-0x000fd7ff] mapped at [ffff8800000fd7f0]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[    0.000000] BRK [0x02b4a000, 0x02b4afff] PGTABLE
[    0.000000] BRK [0x02b4b000, 0x02b4bfff] PGTABLE
[    0.000000] BRK [0x02b4c000, 0x02b4cfff] PGTABLE
[    0.000000] BRK [0x02b4d000, 0x02b4dfff] PGTABLE
[    0.000000] BRK [0x02b4e000, 0x02b4efff] PGTABLE
[    0.000000] BRK [0x02b4f000, 0x02b4ffff] PGTABLE
[    0.000000] RAMDISK: [mem 0x7fbca000-0x7fffffff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000DE210000 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x00000000DE210078 00006C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000DE21B5F8 0000F4 (v04 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x00000000DE210178 00B47F (v02 ALASKA A M I    00000012 INTL 20051117)
[    0.000000] ACPI: FACS 0x00000000DE230F80 000040
[    0.000000] ACPI: APIC 0x00000000DE21B6F0 000092 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x00000000DE21B788 00003C (v01                 01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000DE21B7C8 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.000000] ACPI: SSDT 0x00000000DE21B800 00036D (v01 SataRe SataTabl 00001000 INTL 20091112)
[    0.000000] ACPI: SSDT 0x00000000DE21BB70 0009AA (v01 PmRef  Cpu0Ist  00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 0x00000000DE21C520 000A92 (v01 PmRef  CpuPm    00003000 INTL 20051117)
[    0.000000] ACPI: DMAR 0x00000000DE21CFB8 000080 (v01 INTEL  SNB      00000001 INTL 00000001)
[    0.000000] ACPI: MATS 0x00000000DE21D038 000034 (v02 ALASKA A M I    00000002 w?x2 00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000041effffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x41efeb000-0x41efeefff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000041effffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000dded6fff]
[    0.000000]   node   0: [mem 0x00000000dea66000-0x00000000dea66fff]
[    0.000000]   node   0: [mem 0x00000000deaaa000-0x00000000df46bfff]
[    0.000000]   node   0: [mem 0x00000000df7d7000-0x00000000df7fffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000041effffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000041effffff]
[    0.000000] On node 0 totalpages: 4184161
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 25 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14180 pages used for memmap
[    0.000000]   DMA32 zone: 907459 pages, LIFO batch:31
[    0.000000]   Normal zone: 51136 pages used for memmap
[    0.000000]   Normal zone: 3272704 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xccd11000-0xccd11fff]
[    0.000000] PM: Registered nosave memory: [mem 0xccd21000-0xccd21fff]
[    0.000000] PM: Registered nosave memory: [mem 0xccd22000-0xccd22fff]
[    0.000000] PM: Registered nosave memory: [mem 0xccd31000-0xccd31fff]
[    0.000000] PM: Registered nosave memory: [mem 0xccd32000-0xccd32fff]
[    0.000000] PM: Registered nosave memory: [mem 0xccd41000-0xccd41fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdded7000-0xde104fff]
[    0.000000] PM: Registered nosave memory: [mem 0xde105000-0xde105fff]
[    0.000000] PM: Registered nosave memory: [mem 0xde106000-0xde231fff]
[    0.000000] PM: Registered nosave memory: [mem 0xde232000-0xdea65fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdea67000-0xdeaa9fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdf46c000-0xdf7d6fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdf800000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0xdf800000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 32 pages/cpu @ffff88041ec00000 s92952 r8192 d29928 u262144
[    0.000000] pcpu-alloc: s92952 r8192 d29928 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 4118756
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: vmlinuz-arch.efi root=PARTUUID=f0a6ffb9-09c4-4992-8b6c-91c9531cb7fa ro rootfstype=ext4 add_efi_memmap init=/usr/lib/systemd/systemd systemd.unit=graphical.target fsck.mode=force initrd=\EFI\arch\initramfs-arch.img 
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 16180216K/16736644K available (5864K kernel code, 971K rwdata, 1860K rodata, 1204K init, 1156K bss, 556428K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[    0.000000] NR_IRQS:8448 nr_irqs:488 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3403.551 MHz processor
[    0.000026] Calibrating delay loop (skipped), value calculated using timer frequency.. 6809.73 BogoMIPS (lpj=11345170)
[    0.000028] pid_max: default: 32768 minimum: 301
[    0.000032] ACPI: Core revision 20160108
[    0.005474] ACPI: 4 ACPI AML tables successfully acquired and loaded

[    0.006270] Security Framework initialized
[    0.006271] Yama: becoming mindful.
[    0.006961] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.009847] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.011141] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.011154] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.011361] CPU: Physical Processor ID: 0
[    0.011362] CPU: Processor Core ID: 0
[    0.011365] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.011366] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.011368] mce: CPU supports 9 MCE banks
[    0.011378] CPU0: Thermal monitoring enabled (TM1)
[    0.011385] process: using mwait in idle threads
[    0.011387] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.011388] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.011669] Freeing SMP alternatives memory: 24K (ffffffff81a21000 - ffffffff81a27000)
[    0.019246] ftrace: allocating 23133 entries in 91 pages
[    0.026761] DMAR: Host address width 36
[    0.026763] DMAR: DRHD base: 0x000000fed90000 flags: 0x1
[    0.026767] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c9008020660262 ecap f0105a
[    0.026768] DMAR: RMRR base: 0x000000de06e000 end: 0x000000de098fff
[    0.026770] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed90000 IOMMU 0
[    0.026771] DMAR-IR: HPET id 0 under DRHD base 0xfed90000
[    0.026771] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.026926] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.026928] x2apic enabled
[    0.026932] Switched APIC routing to cluster x2apic.
[    0.027321] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.060327] TSC deadline timer enabled
[    0.060330] smpboot: CPU0: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz (family: 0x6, model: 0x3a, stepping: 0x9)
[    0.060344] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
[    0.060359] ... version:                3
[    0.060360] ... bit width:              48
[    0.060360] ... generic registers:      4
[    0.060361] ... value mask:             0000ffffffffffff
[    0.060362] ... max period:             0000ffffffffffff
[    0.060362] ... fixed-purpose events:   3
[    0.060363] ... event mask:             000000070000000f
[    0.090376] x86: Booting SMP configuration:
[    0.090379] .... node  #0, CPUs:      #1
[    0.092945] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.100387]  #2 #3 #4 #5 #6 #7
[    0.153051] x86: Booted up 1 node, 8 CPUs
[    0.153054] smpboot: Total of 8 processors activated (54478.85 BogoMIPS)
[    0.159436] devtmpfs: initialized
[    0.161824] PM: Registering ACPI NVS region [mem 0xde106000-0xde231fff] (1228800 bytes)
[    0.161834] PM: Registering ACPI NVS region [mem 0xdea67000-0xdeaa9fff] (274432 bytes)
[    0.161896] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.161948] pinctrl core: initialized pinctrl subsystem
[    0.161985] RTC time: 17:09:04, date: 06/12/16
[    0.162065] NET: Registered protocol family 16
[    0.172622] cpuidle: using governor ladder
[    0.185965] cpuidle: using governor menu
[    0.186051] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.186052] ACPI: bus type PCI registered
[    0.186054] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.186105] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.186107] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.186110] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[    0.186162] PCI: Using configuration type 1 for base access
[    0.186442] perf_event_intel: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.202744] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.202889] ACPI: Added _OSI(Module Device)
[    0.202891] ACPI: Added _OSI(Processor Device)
[    0.202891] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.202892] ACPI: Added _OSI(Processor Aggregator Device)
[    0.204104] ACPI: Executed 1 blocks of module-level executable AML code
[    0.206014] ACPI: Dynamic OEM Table Load:
[    0.206019] ACPI: SSDT 0xFFFF88040BD53000 00083B (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
[    0.206401] ACPI: Dynamic OEM Table Load:
[    0.206403] ACPI: SSDT 0xFFFF88040BCD3C00 000303 (v01 PmRef  ApIst    00003000 INTL 20051117)
[    0.206732] ACPI: Dynamic OEM Table Load:
[    0.206734] ACPI: SSDT 0xFFFF88040BCF2400 000119 (v01 PmRef  ApCst    00003000 INTL 20051117)
[    0.207725] ACPI: Interpreter enabled
[    0.207739] ACPI: (supports S0 S3 S4 S5)
[    0.207740] ACPI: Using IOAPIC for interrupt routing
[    0.207756] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.212426] ACPI: Power Resource [FN00] (off)
[    0.212480] ACPI: Power Resource [FN01] (off)
[    0.212532] ACPI: Power Resource [FN02] (off)
[    0.212583] ACPI: Power Resource [FN03] (off)
[    0.212633] ACPI: Power Resource [FN04] (off)
[    0.213018] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.213022] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.213161] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[    0.213244] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.213245] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.213536] PCI host bridge to bus 0000:00
[    0.213538] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.213539] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.213540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.213541] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.213542] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.213543] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.213544] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.213545] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff window]
[    0.213546] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.213551] pci 0000:00:00.0: [8086:0150] type 00 class 0x060000
[    0.213623] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
[    0.213647] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.213682] pci 0000:00:01.0: System wakeup disabled by ACPI
[    0.213730] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
[    0.213749] pci 0000:00:14.0: reg 0x10: [mem 0xf7520000-0xf752ffff 64bit]
[    0.213813] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.213849] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.213878] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
[    0.213896] pci 0000:00:16.0: reg 0x10: [mem 0xf753b000-0xf753b00f 64bit]
[    0.213963] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.214031] pci 0000:00:19.0: [8086:1503] type 00 class 0x020000
[    0.214045] pci 0000:00:19.0: reg 0x10: [mem 0xf7500000-0xf751ffff]
[    0.214052] pci 0000:00:19.0: reg 0x14: [mem 0xf7539000-0xf7539fff]
[    0.214059] pci 0000:00:19.0: reg 0x18: [io  0xf040-0xf05f]
[    0.214113] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.214149] pci 0000:00:19.0: System wakeup disabled by ACPI
[    0.214177] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
[    0.214193] pci 0000:00:1a.0: reg 0x10: [mem 0xf7538000-0xf75383ff]
[    0.214270] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.214317] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.214345] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
[    0.214358] pci 0000:00:1b.0: reg 0x10: [mem 0xf7530000-0xf7533fff 64bit]
[    0.214416] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.214457] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.214483] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
[    0.214553] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.214593] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.214619] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
[    0.214689] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.214729] pci 0000:00:1c.1: System wakeup disabled by ACPI
[    0.214758] pci 0000:00:1c.5: [8086:244e] type 01 class 0x060401
[    0.214828] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.214868] pci 0000:00:1c.5: System wakeup disabled by ACPI
[    0.214894] pci 0000:00:1c.6: [8086:1e1c] type 01 class 0x060400
[    0.214964] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[    0.215003] pci 0000:00:1c.6: System wakeup disabled by ACPI
[    0.215029] pci 0000:00:1c.7: [8086:1e1e] type 01 class 0x060400
[    0.215099] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[    0.215139] pci 0000:00:1c.7: System wakeup disabled by ACPI
[    0.215166] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
[    0.215182] pci 0000:00:1d.0: reg 0x10: [mem 0xf7537000-0xf75373ff]
[    0.215260] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.215306] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.215334] pci 0000:00:1f.0: [8086:1e44] type 00 class 0x060100
[    0.215485] pci 0000:00:1f.2: [8086:1e02] type 00 class 0x010601
[    0.215498] pci 0000:00:1f.2: reg 0x10: [io  0xf090-0xf097]
[    0.215505] pci 0000:00:1f.2: reg 0x14: [io  0xf080-0xf083]
[    0.215511] pci 0000:00:1f.2: reg 0x18: [io  0xf070-0xf077]
[    0.215517] pci 0000:00:1f.2: reg 0x1c: [io  0xf060-0xf063]
[    0.215524] pci 0000:00:1f.2: reg 0x20: [io  0xf020-0xf03f]
[    0.215530] pci 0000:00:1f.2: reg 0x24: [mem 0xf7536000-0xf75367ff]
[    0.215566] pci 0000:00:1f.2: PME# supported from D3hot
[    0.215623] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
[    0.215636] pci 0000:00:1f.3: reg 0x10: [mem 0xf7535000-0xf75350ff 64bit]
[    0.215654] pci 0000:00:1f.3: reg 0x20: [io  0xf000-0xf01f]
[    0.215751] pci 0000:01:00.0: [10de:1180] type 00 class 0x030000
[    0.215760] pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[    0.215768] pci 0000:01:00.0: reg 0x14: [mem 0xe8000000-0xefffffff 64bit pref]
[    0.215777] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.215782] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.215788] pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
[    0.215859] pci 0000:01:00.1: [10de:0e0a] type 00 class 0x040300
[    0.215866] pci 0000:01:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
[    0.219335] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.219339] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.219342] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.219347] pci 0000:00:01.0:   bridge window [mem 0xe8000000-0xf1ffffff 64bit pref]
[    0.219406] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.219469] pci 0000:03:00.0: [1b4b:9172] type 00 class 0x010601
[    0.219488] pci 0000:03:00.0: reg 0x10: [io  0xd040-0xd047]
[    0.219499] pci 0000:03:00.0: reg 0x14: [io  0xd030-0xd033]
[    0.219510] pci 0000:03:00.0: reg 0x18: [io  0xd020-0xd027]
[    0.219522] pci 0000:03:00.0: reg 0x1c: [io  0xd010-0xd013]
[    0.219533] pci 0000:03:00.0: reg 0x20: [io  0xd000-0xd00f]
[    0.219545] pci 0000:03:00.0: reg 0x24: [mem 0xf7410000-0xf74101ff]
[    0.219556] pci 0000:03:00.0: reg 0x30: [mem 0xf7400000-0xf740ffff pref]
[    0.219621] pci 0000:03:00.0: PME# supported from D3hot
[    0.219653] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.226006] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.226011] pci 0000:00:1c.1:   bridge window [io  0xd000-0xdfff]
[    0.226015] pci 0000:00:1c.1:   bridge window [mem 0xf7400000-0xf74fffff]
[    0.226095] pci 0000:04:00.0: [8086:244e] type 01 class 0x060401
[    0.226252] pci 0000:04:00.0: supports D1 D2
[    0.226253] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.226279] pci 0000:04:00.0: System wakeup disabled by ACPI
[    0.226301] pci 0000:00:1c.5: PCI bridge to [bus 04-05] (subtractive decode)
[    0.226304] pci 0000:00:1c.5:   bridge window [io  0xc000-0xcfff]
[    0.226307] pci 0000:00:1c.5:   bridge window [mem 0xf7300000-0xf73fffff]
[    0.226312] pci 0000:00:1c.5:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.226313] pci 0000:00:1c.5:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.226314] pci 0000:00:1c.5:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.226315] pci 0000:00:1c.5:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
[    0.226316] pci 0000:00:1c.5:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
[    0.226317] pci 0000:00:1c.5:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[    0.226318] pci 0000:00:1c.5:   bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
[    0.226319] pci 0000:00:1c.5:   bridge window [mem 0xe0000000-0xfeafffff window] (subtractive decode)
[    0.226385] pci 0000:05:01.0: [1106:3044] type 00 class 0x0c0010
[    0.226412] pci 0000:05:01.0: reg 0x10: [mem 0xf7300000-0xf73007ff]
[    0.226427] pci 0000:05:01.0: reg 0x14: [io  0xc000-0xc07f]
[    0.226563] pci 0000:05:01.0: supports D2
[    0.226564] pci 0000:05:01.0: PME# supported from D2 D3hot D3cold
[    0.226679] pci 0000:04:00.0: PCI bridge to [bus 05] (subtractive decode)
[    0.226690] pci 0000:04:00.0:   bridge window [io  0xc000-0xcfff]
[    0.226696] pci 0000:04:00.0:   bridge window [mem 0xf7300000-0xf73fffff]
[    0.226706] pci 0000:04:00.0:   bridge window [io  0xc000-0xcfff] (subtractive decode)
[    0.226707] pci 0000:04:00.0:   bridge window [mem 0xf7300000-0xf73fffff] (subtractive decode)
[    0.226708] pci 0000:04:00.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.226709] pci 0000:04:00.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.226710] pci 0000:04:00.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.226711] pci 0000:04:00.0:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
[    0.226713] pci 0000:04:00.0:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
[    0.226714] pci 0000:04:00.0:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[    0.226715] pci 0000:04:00.0:   bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
[    0.226716] pci 0000:04:00.0:   bridge window [mem 0xe0000000-0xfeafffff window] (subtractive decode)
[    0.226787] pci 0000:06:00.0: [1969:1083] type 00 class 0x020000
[    0.226816] pci 0000:06:00.0: reg 0x10: [mem 0xf7200000-0xf723ffff 64bit]
[    0.226829] pci 0000:06:00.0: reg 0x18: [io  0xb000-0xb07f]
[    0.226963] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.227003] pci 0000:06:00.0: System wakeup disabled by ACPI
[    0.232680] pci 0000:00:1c.6: PCI bridge to [bus 06]
[    0.232685] pci 0000:00:1c.6:   bridge window [io  0xb000-0xbfff]
[    0.232689] pci 0000:00:1c.6:   bridge window [mem 0xf7200000-0xf72fffff]
[    0.232768] pci 0000:07:00.0: [1b4b:9172] type 00 class 0x010601
[    0.232787] pci 0000:07:00.0: reg 0x10: [io  0xa040-0xa047]
[    0.232798] pci 0000:07:00.0: reg 0x14: [io  0xa030-0xa033]
[    0.232809] pci 0000:07:00.0: reg 0x18: [io  0xa020-0xa027]
[    0.232821] pci 0000:07:00.0: reg 0x1c: [io  0xa010-0xa013]
[    0.232832] pci 0000:07:00.0: reg 0x20: [io  0xa000-0xa00f]
[    0.232844] pci 0000:07:00.0: reg 0x24: [mem 0xf7110000-0xf71101ff]
[    0.232855] pci 0000:07:00.0: reg 0x30: [mem 0xf7100000-0xf710ffff pref]
[    0.232920] pci 0000:07:00.0: PME# supported from D3hot
[    0.232951] pci 0000:07:00.0: System wakeup disabled by ACPI
[    0.239348] pci 0000:00:1c.7: PCI bridge to [bus 07]
[    0.239353] pci 0000:00:1c.7:   bridge window [io  0xa000-0xafff]
[    0.239357] pci 0000:00:1c.7:   bridge window [mem 0xf7100000-0xf71fffff]
[    0.239722] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.239757] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.239790] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.239823] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 10 11 12 14 15)
[    0.239855] ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 10 11 12 14 15)
[    0.239887] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.239919] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 *4 5 6 10 11 12 14 15)
[    0.239952] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.240102] ACPI: Enabled 4 GPEs in block 00 to 3F
[    0.240173] vgaarb: setting as boot device: PCI:0000:01:00.0
[    0.240174] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.240175] vgaarb: loaded
[    0.240176] vgaarb: bridge control possible 0000:01:00.0
[    0.240257] PCI: Using ACPI for IRQ routing
[    0.241586] PCI: pci_cache_line_size set to 64 bytes
[    0.241646] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.241647] e820: reserve RAM buffer [mem 0xccd11018-0xcfffffff]
[    0.241648] e820: reserve RAM buffer [mem 0xccd22018-0xcfffffff]
[    0.241649] e820: reserve RAM buffer [mem 0xccd32018-0xcfffffff]
[    0.241649] e820: reserve RAM buffer [mem 0xdded7000-0xdfffffff]
[    0.241651] e820: reserve RAM buffer [mem 0xdea67000-0xdfffffff]
[    0.241652] e820: reserve RAM buffer [mem 0xdf46c000-0xdfffffff]
[    0.241653] e820: reserve RAM buffer [mem 0xdf800000-0xdfffffff]
[    0.241654] e820: reserve RAM buffer [mem 0x41f000000-0x41fffffff]
[    0.241726] NetLabel: Initializing
[    0.241727] NetLabel:  domain hash size = 128
[    0.241727] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.241735] NetLabel:  unlabeled traffic allowed by default
[    0.241761] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.241765] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.243784] clocksource: Switched to clocksource hpet
[    0.247447] VFS: Disk quotas dquot_6.6.0
[    0.247458] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.247533] pnp: PnP ACPI init
[    0.247593] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.247596] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.247652] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.247653] system 00:01: [io  0x0200-0x020f] has been reserved
[    0.247654] system 00:01: [io  0xffff] has been reserved
[    0.247656] system 00:01: [io  0xffff] has been reserved
[    0.247657] system 00:01: [io  0x0400-0x0453] could not be reserved
[    0.247658] system 00:01: [io  0x0458-0x047f] has been reserved
[    0.247659] system 00:01: [io  0x0500-0x057f] has been reserved
[    0.247661] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.247677] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.247710] system 00:03: [io  0x0454-0x0457] has been reserved
[    0.247712] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.247795] system 00:04: [io  0x0a00-0x0a0f] has been reserved
[    0.247796] system 00:04: [io  0x0a30-0x0a3f] has been reserved
[    0.247798] system 00:04: [io  0x0a20-0x0a2f] has been reserved
[    0.247799] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.247851] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.247853] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.248013] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.248014] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.248015] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.248016] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.248018] system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.248019] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.248020] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.248021] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.248022] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.248024] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.248025] system 00:06: [mem 0xe0000000-0xe0000fff] has been reserved
[    0.248027] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.248108] pnp: PnP ACPI: found 7 devices
[    0.253816] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.253873] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.253874] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.253876] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.253878] pci 0000:00:01.0:   bridge window [mem 0xe8000000-0xf1ffffff 64bit pref]
[    0.253881] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.253890] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.253892] pci 0000:00:1c.1:   bridge window [io  0xd000-0xdfff]
[    0.253896] pci 0000:00:1c.1:   bridge window [mem 0xf7400000-0xf74fffff]
[    0.253903] pci 0000:04:00.0: PCI bridge to [bus 05]
[    0.253906] pci 0000:04:00.0:   bridge window [io  0xc000-0xcfff]
[    0.253915] pci 0000:04:00.0:   bridge window [mem 0xf7300000-0xf73fffff]
[    0.253930] pci 0000:00:1c.5: PCI bridge to [bus 04-05]
[    0.253932] pci 0000:00:1c.5:   bridge window [io  0xc000-0xcfff]
[    0.253935] pci 0000:00:1c.5:   bridge window [mem 0xf7300000-0xf73fffff]
[    0.253942] pci 0000:00:1c.6: PCI bridge to [bus 06]
[    0.253944] pci 0000:00:1c.6:   bridge window [io  0xb000-0xbfff]
[    0.253948] pci 0000:00:1c.6:   bridge window [mem 0xf7200000-0xf72fffff]
[    0.253955] pci 0000:00:1c.7: PCI bridge to [bus 07]
[    0.253957] pci 0000:00:1c.7:   bridge window [io  0xa000-0xafff]
[    0.253960] pci 0000:00:1c.7:   bridge window [mem 0xf7100000-0xf71fffff]
[    0.253968] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.253969] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.253970] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.253971] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.253972] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.253973] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.253974] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.253975] pci_bus 0000:00: resource 11 [mem 0xe0000000-0xfeafffff window]
[    0.253976] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.253977] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
[    0.253978] pci_bus 0000:01: resource 2 [mem 0xe8000000-0xf1ffffff 64bit pref]
[    0.253980] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.253981] pci_bus 0000:03: resource 1 [mem 0xf7400000-0xf74fffff]
[    0.253982] pci_bus 0000:04: resource 0 [io  0xc000-0xcfff]
[    0.253983] pci_bus 0000:04: resource 1 [mem 0xf7300000-0xf73fffff]
[    0.253984] pci_bus 0000:04: resource 4 [io  0x0000-0x0cf7 window]
[    0.253985] pci_bus 0000:04: resource 5 [io  0x0d00-0xffff window]
[    0.253986] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.253987] pci_bus 0000:04: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.253988] pci_bus 0000:04: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.253989] pci_bus 0000:04: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.253990] pci_bus 0000:04: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.253991] pci_bus 0000:04: resource 11 [mem 0xe0000000-0xfeafffff window]
[    0.253992] pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
[    0.253993] pci_bus 0000:05: resource 1 [mem 0xf7300000-0xf73fffff]
[    0.253994] pci_bus 0000:05: resource 4 [io  0xc000-0xcfff]
[    0.253995] pci_bus 0000:05: resource 5 [mem 0xf7300000-0xf73fffff]
[    0.253996] pci_bus 0000:05: resource 6 [io  0x0000-0x0cf7 window]
[    0.253997] pci_bus 0000:05: resource 7 [io  0x0d00-0xffff window]
[    0.253998] pci_bus 0000:05: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.253999] pci_bus 0000:05: resource 9 [mem 0x000d0000-0x000d3fff window]
[    0.254001] pci_bus 0000:05: resource 10 [mem 0x000d4000-0x000d7fff window]
[    0.254002] pci_bus 0000:05: resource 11 [mem 0x000d8000-0x000dbfff window]
[    0.254003] pci_bus 0000:05: resource 12 [mem 0x000dc000-0x000dffff window]
[    0.254004] pci_bus 0000:05: resource 13 [mem 0xe0000000-0xfeafffff window]
[    0.254005] pci_bus 0000:06: resource 0 [io  0xb000-0xbfff]
[    0.254006] pci_bus 0000:06: resource 1 [mem 0xf7200000-0xf72fffff]
[    0.254007] pci_bus 0000:07: resource 0 [io  0xa000-0xafff]
[    0.254008] pci_bus 0000:07: resource 1 [mem 0xf7100000-0xf71fffff]
[    0.254026] NET: Registered protocol family 2
[    0.254153] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.254303] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.254413] TCP: Hash tables configured (established 131072 bind 65536)
[    0.254432] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.254471] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.254528] NET: Registered protocol family 1
[    0.287222] pci 0000:01:00.0: Video device with shadowed ROM
[    0.287230] PCI: CLS mismatch (64 != 32), using 64 bytes
[    0.287267] Unpacking initramfs...
[    0.336666] Freeing initrd memory: 4312K (ffff88007fbca000 - ffff880080000000)
[    0.336689] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.336690] software IO TLB [mem 0xc8d11000-0xccd11000] (64MB) mapped at [ffff8800c8d11000-ffff8800ccd10fff]
[    0.336736] RAPL PMU detected, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
[    0.336737] hw unit of domain pp0-core 2^-16 Joules
[    0.336738] hw unit of domain package 2^-16 Joules
[    0.336738] hw unit of domain pp1-gpu 2^-16 Joules
[    0.336850] Scanning for low memory corruption every 60 seconds
[    0.337036] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.337312] Initialise system trusted keyring
[    0.338408] zbud: loaded
[    0.338573] Key type big_key registered
[    0.338790] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    0.338817] io scheduler noop registered
[    0.338818] io scheduler deadline registered
[    0.338839] io scheduler cfq registered (default)
[    0.339331] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.339335] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.339346] efifb: probing for efifb
[    0.339355] efifb: framebuffer at 0xf1000000, mapped to 0xffffc90001c00000, using 1876k, total 1875k
[    0.339356] efifb: mode is 800x600x32, linelength=3200, pages=1
[    0.339356] efifb: scrolling: redraw
[    0.339357] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.340312] Console: switching to colour frame buffer device 100x37
[    0.341212] fb0: EFI VGA frame buffer device
[    0.341219] intel_idle: MWAIT substates: 0x1120
[    0.341219] intel_idle: v0.4.1 model 0x3A
[    0.341220] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.341419] GHES: HEST is not enabled!
[    0.341471] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.341857] Linux agpgart interface v0.103
[    0.342428] rtc_cmos 00:02: RTC can wake from S4
[    0.342549] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    0.342578] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.342588] Intel P-state driver initializing.
[    0.342755] ledtrig-cpu: registered to indicate activity on CPUs
[    0.343378] NET: Registered protocol family 10
[    0.343673] NET: Registered protocol family 17
[    0.344087] microcode: CPU0 sig=0x306a9, pf=0x2, revision=0x12
[    0.344099] microcode: CPU1 sig=0x306a9, pf=0x2, revision=0x12
[    0.344132] microcode: CPU2 sig=0x306a9, pf=0x2, revision=0x12
[    0.344140] microcode: CPU3 sig=0x306a9, pf=0x2, revision=0x12
[    0.344170] microcode: CPU4 sig=0x306a9, pf=0x2, revision=0x12
[    0.344180] microcode: CPU5 sig=0x306a9, pf=0x2, revision=0x12
[    0.344211] microcode: CPU6 sig=0x306a9, pf=0x2, revision=0x12
[    0.344223] microcode: CPU7 sig=0x306a9, pf=0x2, revision=0x12
[    0.344298] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.344627] registered taskstats version 1
[    0.344647] Loading compiled-in X.509 certificates
[    0.344672] zswap: loaded using pool lzo/zbud
[    0.345216]   Magic number: 4:321:188
[    0.345253] acpi device:47: hash matches
[    0.345263] acpi device:1a: hash matches
[    0.345352] rtc_cmos 00:02: setting system clock to 2016-06-12 17:09:04 UTC (1465751344)
[    0.345477] PM: Hibernation image not present or could not be loaded.
[    0.346737] Freeing unused kernel memory: 1204K (ffffffff818f4000 - ffffffff81a21000)
[    0.346739] Write protecting the kernel read-only data: 8192k
[    0.347035] Freeing unused kernel memory: 268K (ffff8800025bd000 - ffff880002600000)
[    0.347725] Freeing unused kernel memory: 188K (ffff8800027d1000 - ffff880002800000)
[    0.356506] random: systemd-tmpfile urandom read with 1 bits of entropy available
[    0.360947] SCSI subsystem initialized
[    0.361937] libata version 3.00 loaded.
[    0.362573] ahci 0000:00:1f.2: version 3.0
[    0.362729] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3 impl SATA mode
[    0.362732] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst 
[    0.367629] scsi host0: ahci
[    0.367780] scsi host1: ahci
[    0.367951] scsi host2: ahci
[    0.368073] scsi host3: ahci
[    0.368163] scsi host4: ahci
[    0.368270] scsi host5: ahci
[    0.368348] ata1: SATA max UDMA/133 abar m2048@0xf7536000 port 0xf7536100 irq 26
[    0.368350] ata2: SATA max UDMA/133 abar m2048@0xf7536000 port 0xf7536180 irq 26
[    0.368351] ata3: DUMMY
[    0.368352] ata4: DUMMY
[    0.368353] ata5: DUMMY
[    0.368354] ata6: DUMMY
[    0.368527] ahci 0000:03:00.0: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    0.368529] ahci 0000:03:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs 
[    0.368791] scsi host6: ahci
[    0.368891] scsi host7: ahci
[    0.368944] ata7: SATA max UDMA/133 abar m512@0xf7410000 port 0xf7410100 irq 27
[    0.368947] ata8: SATA max UDMA/133 abar m512@0xf7410000 port 0xf7410180 irq 27
[    0.369104] ahci 0000:07:00.0: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    0.369107] ahci 0000:07:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs 
[    0.369389] scsi host8: ahci
[    0.369471] scsi host9: ahci
[    0.369533] ata9: SATA max UDMA/133 abar m512@0xf7110000 port 0xf7110100 irq 28
[    0.369536] ata10: SATA max UDMA/133 abar m512@0xf7110000 port 0xf7110180 irq 28
[    0.677454] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    0.680989] ata8: SATA link down (SStatus 0 SControl 300)
[    0.680995] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    0.681000] ata9: SATA link down (SStatus 0 SControl 300)
[    0.681070] ata10: SATA link down (SStatus 0 SControl 300)
[    0.681073] ata7: SATA link down (SStatus 0 SControl 300)
[    0.682047] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20160108/psargs-359)
[    0.682055] ACPI Error: Method parse/execution failed [\_SB.PCI0.SAT0.SPT1._GTF] (Node ffff88040e0d0258), AE_NOT_FOUND (20160108/psparse-542)
[    0.682994] ata2.00: ATA-8: WDC WD1002FAEX-00Y9A0, 05.01D05, max UDMA/133
[    0.682999] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    0.684131] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20160108/psargs-359)
[    0.684139] ACPI Error: Method parse/execution failed [\_SB.PCI0.SAT0.SPT1._GTF] (Node ffff88040e0d0258), AE_NOT_FOUND (20160108/psparse-542)
[    0.684359] ata2.00: configured for UDMA/133
[    0.687871] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20160108/psargs-359)
[    0.687878] ACPI Error: Method parse/execution failed [\_SB.PCI0.SAT0.SPT0._GTF] (Node ffff88040e0d01e0), AE_NOT_FOUND (20160108/psparse-542)
[    0.688715] ata1.00: ATA-9: INTEL SSDSC2CT180A3, 300i, max UDMA/133
[    0.688720] ata1.00: 351651888 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    0.697871] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20160108/psargs-359)
[    0.697879] ACPI Error: Method parse/execution failed [\_SB.PCI0.SAT0.SPT0._GTF] (Node ffff88040e0d01e0), AE_NOT_FOUND (20160108/psparse-542)
[    0.698618] ata1.00: configured for UDMA/133
[    0.698965] scsi 0:0:0:0: Direct-Access     ATA      INTEL SSDSC2CT18 300i PQ: 0 ANSI: 5
[    0.724589] scsi 1:0:0:0: Direct-Access     ATA      WDC WD1002FAEX-0 1D05 PQ: 0 ANSI: 5
[    0.725479] sd 0:0:0:0: [sda] 351651888 512-byte logical blocks: (180 GB/168 GiB)
[    0.725634] sd 0:0:0:0: [sda] Write Protect is off
[    0.725639] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    0.725673] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.726687]  sda: sda1 sda2 sda3 sda4 sda5
[    0.727238] sd 0:0:0:0: [sda] Attached SCSI disk
[    0.760743] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    0.760887] sd 1:0:0:0: [sdb] Write Protect is off
[    0.760891] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    0.760971] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.777357]  sdb: sdb1 sdb2
[    0.778122] sd 1:0:0:0: [sdb] Attached SCSI disk
[    0.780177] ACPI: bus type USB registered
[    0.780205] usbcore: registered new interface driver usbfs
[    0.780217] usbcore: registered new interface driver hub
[    0.780259] usbcore: registered new device driver usb
[    0.781585] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.824301] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    0.824728] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.824775] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.833514] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.833526] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.833552] ehci-pci: EHCI PCI platform driver
[    0.834633] xhci_hcd 0000:00:14.0: hcc params 0x20007181 hci version 0x100 quirks 0x0000b930
[    0.834641] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.834930] hub 1-0:1.0: USB hub found
[    0.834945] hub 1-0:1.0: 4 ports detected
[    0.835460] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.835471] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.835737] hub 2-0:1.0: USB hub found
[    0.835751] hub 2-0:1.0: 4 ports detected
[    0.836147] firewire_ohci 0000:05:01.0: enabling device (0100 -> 0103)
[    0.836241] usb: port power management may be unreliable
[    0.836481] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    0.836490] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    0.836503] ehci-pci 0000:00:1a.0: debug port 2
[    0.840434] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    0.840451] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7538000
[    0.850451] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    0.850606] hub 3-0:1.0: USB hub found
[    0.850614] hub 3-0:1.0: 2 ports detected
[    0.850827] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.850831] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
[    0.850842] ehci-pci 0000:00:1d.0: debug port 2
[    0.854758] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    0.854771] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7537000
[    0.863815] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.863961] hub 4-0:1.0: USB hub found
[    0.863967] hub 4-0:1.0: 2 ports detected
[    0.887212] firewire_ohci 0000:05:01.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x11
[    1.041490] usb 2-3: new SuperSpeed USB device number 2 using xhci_hcd
[    1.134078] hub 2-3:1.0: USB hub found
[    1.137432] hub 2-3:1.0: 4 ports detected
[    1.157139] usb 3-1: new high-speed USB device number 2 using ehci-pci
[    1.170465] usb 4-1: new high-speed USB device number 2 using ehci-pci
[    1.281031] hub 3-1:1.0: USB hub found
[    1.281092] hub 3-1:1.0: 6 ports detected
[    1.282653] usb 2-4: new SuperSpeed USB device number 3 using xhci_hcd
[    1.294407] hub 4-1:1.0: USB hub found
[    1.294483] hub 4-1:1.0: 8 ports detected
[    1.337068] tsc: Refined TSC clocksource calibration: 3403.347 MHz
[    1.337071] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x310ea8327ed, max_idle_ns: 440795298069 ns
[    1.370099] hub 2-4:1.0: USB hub found
[    1.373452] hub 2-4:1.0: 4 ports detected
[    1.387175] firewire_core 0000:05:01.0: created device fw0: GUID 0049e55037514b00, S400
[    1.547080] usb 3-1.1: new high-speed USB device number 3 using ehci-pci
[    1.632529] hub 3-1.1:1.0: USB hub found
[    1.632843] hub 3-1.1:1.0: 4 ports detected
[    1.700395] usb 3-1.3: new full-speed USB device number 4 using ehci-pci
[    1.790303] hidraw: raw HID events driver (C) Jiri Kosina
[    1.792662] usbcore: registered new interface driver usbhid
[    1.792664] usbhid: USB HID core driver
[    1.793405] input: Logitech G400s Optical Gaming Mouse as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.3/3-1.3:1.0/0003:046D:C24C.0001/input/input2
[    1.793448] hid-generic 0003:046D:C24C.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech G400s Optical Gaming Mouse] on usb-0000:00:1a.0-1.3/input0
[    1.794026] hid-generic 0003:046D:C24C.0002: hiddev0,hidraw1: USB HID v1.10 Device [Logitech G400s Optical Gaming Mouse] on usb-0000:00:1a.0-1.3/input1
[    1.853738] usb 3-1.5: new high-speed USB device number 5 using ehci-pci
[    1.938752] hub 3-1.5:1.0: USB hub found
[    1.938946] hub 3-1.5:1.0: 4 ports detected
[    2.003732] usb 3-1.1.1: new low-speed USB device number 6 using ehci-pci
[    2.099033] input: LOGITECH G110 G-keys as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1.1/3-1.1.1:1.0/0003:046D:C22B.0003/input/input3
[    2.150534] hid-generic 0003:046D:C22B.0003: input,hiddev0,hidraw2: USB HID v1.00 Keypad [LOGITECH G110 G-keys] on usb-0000:00:1a.0-1.1.1/input0
[    2.150631] usbhid 3-1.1.1:1.1: couldn't find an input interrupt endpoint
[    2.153699] usb 3-1.6: new high-speed USB device number 7 using ehci-pci
[    2.238738] hub 3-1.6:1.0: USB hub found
[    2.238913] hub 3-1.6:1.0: 4 ports detected
[    2.303719] usb 3-1.1.3: new low-speed USB device number 8 using ehci-pci
[    2.337162] clocksource: Switched to clocksource tsc
[    2.396797] input: Gaming Keyboard G110 as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1.3/3-1.1.3:1.0/0003:046D:C22A.0004/input/input4
[    2.447100] hid-generic 0003:046D:C22A.0004: input,hidraw3: USB HID v1.10 Keyboard [Gaming Keyboard G110] on usb-0000:00:1a.0-1.1.3/input0
[    2.452970] input: Gaming Keyboard G110 as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1.3/3-1.1.3:1.1/0003:046D:C22A.0005/input/input5
[    2.503916] hid-generic 0003:046D:C22A.0005: input,hiddev0,hidraw4: USB HID v1.10 Device [Gaming Keyboard G110] on usb-0000:00:1a.0-1.1.3/input1
[    2.612022] random: nonblocking pool is initialized
[    3.732591] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[    3.780827] systemd[1]: RTC configured in localtime, applying delta of 120 minutes to system time.
[    3.799246] 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)
[    3.799470] systemd[1]: Detected architecture x86-64.
[    3.799986] systemd[1]: Set hostname to <arch>.
[    3.874637] systemd[1]: Listening on Process Core Dump Socket.
[    3.874781] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    3.874874] systemd[1]: Reached target Remote File Systems.
[    3.874943] systemd[1]: Reached target Encrypted Volumes.
[    3.875012] systemd[1]: Reached target RPC Port Mapper.
[    3.875363] systemd[1]: Created slice System Slice.
[    3.875519] systemd[1]: Created slice system-netctl.slice.
[    3.875626] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.875809] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.875920] systemd[1]: Listening on udev Control Socket.
[    3.876003] systemd[1]: Reached target Host and Network Name Lookups.
[    3.876076] systemd[1]: Reached target Login Prompts.
[    3.876234] systemd[1]: Created slice system-getty.slice.
[    3.876383] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    3.876528] systemd[1]: Created slice User and Session Slice.
[    3.876613] systemd[1]: Reached target Slices.
[    3.877242] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    3.878135] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.878750] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    3.879379] systemd[1]: Listening on Journal Socket.
[    3.893611] systemd[1]: Mounting POSIX Message Queue File System...
[    3.894539] systemd[1]: Mounting Huge Pages File System...
[    3.895466] systemd[1]: Mounting Debug File System...
[    3.896436] systemd[1]: Starting Setup Virtual Console...
[    3.900096] systemd[1]: Starting Set Up Additional Binary Formats...
[    3.902871] systemd[1]: Starting Load Kernel Modules...
[    3.903332] systemd[1]: Listening on udev Kernel Socket.
[    3.903959] systemd[1]: Listening on LVM2 metadata daemon socket.
[    3.904770] systemd[1]: Starting File System Check on Root Device...
[    3.908895] systemd[1]: Starting Journal Service...
[    3.910141] systemd[1]: Mounted POSIX Message Queue File System.
[    3.910865] systemd[1]: Mounted Debug File System.
[    3.911658] systemd[1]: Mounted Huge Pages File System.
[    3.912761] systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
[    3.912969] systemd[1]: Failed to start Load Kernel Modules.
[    3.914485] systemd[1]: systemd-modules-load.service: Unit entered failed state.
[    3.914489] systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
[    3.914755] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 240 (systemd-binfmt)
[    3.915079] systemd[1]: Mounting Arbitrary Executable File Formats File System...
[    3.915818] systemd[1]: Starting Apply Kernel Variables...
[    3.916524] systemd[1]: Mounting Configuration File System...
[    3.917285] systemd[1]: Mounted Arbitrary Executable File Formats File System.
[    3.918312] systemd[1]: Mounted Configuration File System.
[    3.919992] systemd[1]: Started Set Up Additional Binary Formats.
[    3.922755] systemd[1]: Started Apply Kernel Variables.
[    3.942712] systemd[1]: Started Setup Virtual Console.
[    3.945193] systemd[1]: Started Journal Service.
[    6.453079] EXT4-fs (sda5): re-mounted. Opts: discard
[    6.462534] systemd-journald[253]: Received request to flush runtime journal from PID 1
[    6.464615] systemd-journald[253]: File /var/log/journal/17bb66d357ab4c69a20ae3fb4827ee7a/system.journal corrupted or uncleanly shut down, renaming and replacing.
[    6.605116] Adding 8402732k swap on /dev/sda4.  Priority:-1 extents:1 across:8402732k SSFS
[    6.644931] FAT-fs (sda1): codepage cp437 not found

journalctl:

-- Logs begin at Thu 2012-11-01 18:38:55 EET, end at Sun 2016-06-12 17:10:38 EET. --
Jun 12 17:09:08 arch systemd-journald[253]: Runtime journal (/run/log/journal/) is 8.0M, max 800.6M, 792.6M free.
-- Subject: Disk space used by the journal
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Runtime journal (/run/log/journal/) is currently using 8.0M.
-- Maximum allowed usage is set to 800.6M.
-- Leaving at least 1.1G free (of currently available 7.8G of disk space).
-- Enforced usage limit is thus 800.6M, of which 792.6M are still available.
-- 
-- The limits controlling how much disk space is used by the journal may
-- be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,
-- RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in
-- /etc/systemd/journald.conf. See journald.conf(5) for details.
Jun 12 17:09:08 arch kernel: Linux version 4.5.4-1-ARCH (builduser@tobias) (gcc version 6.1.1 20160501 (GCC) ) #1 SMP PREEMPT Wed May 11 22:21:28 CEST 2016
Jun 12 17:09:08 arch kernel: Command line: vmlinuz-arch.efi root=PARTUUID=f0a6ffb9-09c4-4992-8b6c-91c9531cb7fa ro rootfstype=ext4 add_efi_memmap init=/usr/lib/systemd/systemd systemd.unit=graphical.target fsck.mode=force initrd=\EFI\arch\initramfs-arch.img 
Jun 12 17:09:08 arch kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Jun 12 17:09:08 arch kernel: x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
Jun 12 17:09:08 arch kernel: x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
Jun 12 17:09:08 arch kernel: x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
Jun 12 17:09:08 arch kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Jun 12 17:09:08 arch kernel: x86/fpu: Using 'eager' FPU context switches.
Jun 12 17:09:08 arch kernel: e820: BIOS-provided physical RAM map:
Jun 12 17:09:08 arch kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Jun 12 17:09:08 arch kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
Jun 12 17:09:08 arch kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000dded6fff] usable
Jun 12 17:09:08 arch kernel: BIOS-e820: [mem 0x00000000dded7000-0x00000000de104fff] reserved
Jun 12 17:09:08 arch kernel: BIOS-e820: [mem 0x00000000de105000-0x00000000de105fff] ACPI data
Jun 12 17:09:08 arch kernel: BIOS-e820: [mem 0x00000000de106000-0x00000000de231fff] ACPI NVS
Jun 12 17:09:08 arch kernel: BIOS-e820: [mem 0x00000000de232000-0x00000000dea65fff] reserved
Jun 12 17:09:08 arch kernel: BIOS-e820: [mem 0x00000000dea66000-0x00000000dea66fff] usable
Jun 12 17:09:08 arch kernel: BIOS-e820: [mem 0x00000000dea67000-0x00000000deaa9fff] ACPI NVS
Jun 12 17:09:08 arch kernel: BIOS-e820: [mem 0x00000000deaaa000-0x00000000df46bfff] usable
Jun 12 17:09:08 arch kernel: BIOS-e820: [mem 0x00000000df46c000-0x00000000df7d6fff] reserved
Jun 12 17:09:08 arch kernel: BIOS-e820: [mem 0x00000000df7d7000-0x00000000df7fffff] usable
Jun 12 17:09:08 arch kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Jun 12 17:09:08 arch kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Jun 12 17:09:08 arch kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
Jun 12 17:09:08 arch kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Jun 12 17:09:08 arch kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Jun 12 17:09:08 arch kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jun 12 17:09:08 arch kernel: BIOS-e820: [mem 0x0000000100000000-0x000000041effffff] usable
Jun 12 17:09:08 arch kernel: NX (Execute Disable) protection: active
Jun 12 17:09:08 arch kernel: e820: update [mem 0xccd32018-0xccd41c57] usable ==> usable
Jun 12 17:09:08 arch kernel: e820: update [mem 0xccd22018-0xccd31857] usable ==> usable
Jun 12 17:09:08 arch kernel: e820: update [mem 0xccd11018-0xccd21057] usable ==> usable
Jun 12 17:09:08 arch kernel: extended physical RAM map:
Jun 12 17:09:08 arch kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
Jun 12 17:09:08 arch kernel: reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] reserved
Jun 12 17:09:08 arch kernel: reserve setup_data: [mem 0x0000000000100000-0x00000000ccd11017] usable
Jun 12 17:09:08 arch kernel: reserve setup_data: [mem 0x00000000ccd11018-0x00000000ccd21057] usable
Jun 12 17:09:08 arch kernel: reserve setup_data: [mem 0x00000000ccd21058-0x00000000ccd22017] usable
Jun 12 17:09:08 arch kernel: reserve setup_data: [mem 0x00000000ccd22018-0x00000000ccd31857] usable
Jun 12 17:09:08 arch kernel: reserve setup_data: [mem 0x00000000ccd31858-0x00000000ccd32017] usable
Jun 12 17:09:08 arch kernel: reserve setup_data: [mem 0x00000000ccd32018-0x00000000ccd41c57] usable
Jun 12 17:09:08 arch kernel: reserve setup_data: [mem 0x00000000ccd41c58-0x00000000dded6fff] usable
Jun 12 17:09:08 arch kernel: reserve setup_data: [mem 0x00000000dded7000-0x00000000de104fff] reserved
Jun 12 17:09:08 arch kernel: reserve setup_data: [mem 0x00000000de105000-0x00000000de105fff] ACPI data
Jun 12 17:09:08 arch kernel: reserve setup_data: [mem 0x00000000de106000-0x00000000de231fff] ACPI NVS
Jun 12 17:09:08 arch kernel: reserve setup_data: [mem 0x00000000de232000-0x00000000dea65fff] reserved
Jun 12 17:09:08 arch kernel: reserve setup_data: [mem 0x00000000dea66000-0x00000000dea66fff] usable
Jun 12 17:09:08 arch kernel: reserve setup_data: [mem 0x00000000dea67000-0x00000000deaa9fff] ACPI NVS
Jun 12 17:09:08 arch kernel: reserve setup_data: [mem 0x00000000deaaa000-0x00000000df46bfff] usable
Jun 12 17:09:08 arch kernel: reserve setup_data: [mem 0x00000000df46c000-0x00000000df7d6fff] reserved
Jun 12 17:09:08 arch kernel: reserve setup_data: [mem 0x00000000df7d7000-0x00000000df7fffff] usable
Jun 12 17:09:08 arch kernel: reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Jun 12 17:09:08 arch kernel: reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Jun 12 17:09:08 arch kernel: reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
Jun 12 17:09:08 arch kernel: reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Jun 12 17:09:08 arch kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Jun 12 17:09:08 arch kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jun 12 17:09:08 arch kernel: reserve setup_data: [mem 0x0000000100000000-0x000000041effffff] usable
Jun 12 17:09:08 arch kernel: efi: EFI v2.31 by American Megatrends
Jun 12 17:09:08 arch kernel: efi:  ACPI=0xde210000  ACPI 2.0=0xde210000  SMBIOS=0xf04c0  MPS=0xfd450 
Jun 12 17:09:08 arch kernel: SMBIOS 2.7 present.
Jun 12 17:09:08 arch kernel: DMI: Gigabyte Technology Co., Ltd. To be filled by O.E.M./Z77X-UD5H, BIOS F14 08/22/2012
Jun 12 17:09:08 arch kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jun 12 17:09:08 arch kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jun 12 17:09:08 arch kernel: e820: last_pfn = 0x41f000 max_arch_pfn = 0x400000000
Jun 12 17:09:08 arch kernel: MTRR default type: uncachable
Jun 12 17:09:08 arch kernel: MTRR fixed ranges enabled:
Jun 12 17:09:08 arch kernel:   00000-9FFFF write-back
Jun 12 17:09:08 arch kernel:   A0000-BFFFF uncachable
Jun 12 17:09:08 arch kernel:   C0000-CFFFF write-protect
Jun 12 17:09:08 arch kernel:   D0000-DFFFF uncachable
Jun 12 17:09:08 arch kernel:   E0000-FFFFF write-protect
Jun 12 17:09:08 arch kernel: MTRR variable ranges enabled:
Jun 12 17:09:08 arch kernel:   0 base 000000000 mask C00000000 write-back
Jun 12 17:09:08 arch kernel:   1 base 400000000 mask FF0000000 write-back
Jun 12 17:09:08 arch kernel:   2 base 410000000 mask FF8000000 write-back
Jun 12 17:09:08 arch kernel:   3 base 418000000 mask FFC000000 write-back
Jun 12 17:09:08 arch kernel:   4 base 41C000000 mask FFE000000 write-back
Jun 12 17:09:08 arch kernel:   5 base 41E000000 mask FFF000000 write-back
Jun 12 17:09:08 arch kernel:   6 base 0E0000000 mask FE0000000 uncachable
Jun 12 17:09:08 arch kernel:   7 disabled
Jun 12 17:09:08 arch kernel:   8 disabled
Jun 12 17:09:08 arch kernel:   9 disabled
Jun 12 17:09:08 arch kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
Jun 12 17:09:08 arch kernel: e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
Jun 12 17:09:08 arch kernel: e820: last_pfn = 0xdf800 max_arch_pfn = 0x400000000
Jun 12 17:09:08 arch kernel: found SMP MP-table at [mem 0x000fd7f0-0x000fd7ff] mapped at [ffff8800000fd7f0]
Jun 12 17:09:08 arch kernel: Scanning 1 areas for low memory corruption
Jun 12 17:09:08 arch kernel: Base memory trampoline at [ffff880000097000] 97000 size 24576
Jun 12 17:09:08 arch kernel: BRK [0x02b4a000, 0x02b4afff] PGTABLE
Jun 12 17:09:08 arch kernel: BRK [0x02b4b000, 0x02b4bfff] PGTABLE
Jun 12 17:09:08 arch kernel: BRK [0x02b4c000, 0x02b4cfff] PGTABLE
Jun 12 17:09:08 arch kernel: BRK [0x02b4d000, 0x02b4dfff] PGTABLE
Jun 12 17:09:08 arch kernel: BRK [0x02b4e000, 0x02b4efff] PGTABLE
Jun 12 17:09:08 arch kernel: BRK [0x02b4f000, 0x02b4ffff] PGTABLE
Jun 12 17:09:08 arch kernel: RAMDISK: [mem 0x7fbca000-0x7fffffff]
Jun 12 17:09:08 arch kernel: ACPI: Early table checksum verification disabled
Jun 12 17:09:08 arch kernel: ACPI: RSDP 0x00000000DE210000 000024 (v02 ALASKA)
Jun 12 17:09:08 arch kernel: ACPI: XSDT 0x00000000DE210078 00006C (v01 ALASKA A M I    01072009 AMI  00010013)
Jun 12 17:09:08 arch kernel: ACPI: FACP 0x00000000DE21B5F8 0000F4 (v04 ALASKA A M I    01072009 AMI  00010013)
Jun 12 17:09:08 arch kernel: ACPI: DSDT 0x00000000DE210178 00B47F (v02 ALASKA A M I    00000012 INTL 20051117)
Jun 12 17:09:08 arch kernel: ACPI: FACS 0x00000000DE230F80 000040
Jun 12 17:09:08 arch kernel: ACPI: APIC 0x00000000DE21B6F0 000092 (v03 ALASKA A M I    01072009 AMI  00010013)
Jun 12 17:09:08 arch kernel: ACPI: MCFG 0x00000000DE21B788 00003C (v01                 01072009 MSFT 00000097)
Jun 12 17:09:08 arch kernel: ACPI: HPET 0x00000000DE21B7C8 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
Jun 12 17:09:08 arch kernel: ACPI: SSDT 0x00000000DE21B800 00036D (v01 SataRe SataTabl 00001000 INTL 20091112)
Jun 12 17:09:08 arch kernel: ACPI: SSDT 0x00000000DE21BB70 0009AA (v01 PmRef  Cpu0Ist  00003000 INTL 20051117)
Jun 12 17:09:08 arch kernel: ACPI: SSDT 0x00000000DE21C520 000A92 (v01 PmRef  CpuPm    00003000 INTL 20051117)
Jun 12 17:09:08 arch kernel: ACPI: DMAR 0x00000000DE21CFB8 000080 (v01 INTEL  SNB      00000001 INTL 00000001)
Jun 12 17:09:08 arch kernel: ACPI: MATS 0x00000000DE21D038 000034 (v02 ALASKA A M I    00000002 w?x2 00000000)
Jun 12 17:09:08 arch kernel: ACPI: Local APIC address 0xfee00000
Jun 12 17:09:08 arch kernel: No NUMA configuration found
Jun 12 17:09:08 arch kernel: Faking a node at [mem 0x0000000000000000-0x000000041effffff]
Jun 12 17:09:08 arch kernel: NODE_DATA(0) allocated [mem 0x41efeb000-0x41efeefff]
Jun 12 17:09:08 arch kernel: Zone ranges:
Jun 12 17:09:08 arch kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jun 12 17:09:08 arch kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jun 12 17:09:08 arch kernel:   Normal   [mem 0x0000000100000000-0x000000041effffff]
Jun 12 17:09:08 arch kernel: Movable zone start for each node
Jun 12 17:09:08 arch kernel: Early memory node ranges
Jun 12 17:09:08 arch kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Jun 12 17:09:08 arch kernel:   node   0: [mem 0x0000000000100000-0x00000000dded6fff]
Jun 12 17:09:08 arch kernel:   node   0: [mem 0x00000000dea66000-0x00000000dea66fff]
Jun 12 17:09:08 arch kernel:   node   0: [mem 0x00000000deaaa000-0x00000000df46bfff]
Jun 12 17:09:08 arch kernel:   node   0: [mem 0x00000000df7d7000-0x00000000df7fffff]
Jun 12 17:09:08 arch kernel:   node   0: [mem 0x0000000100000000-0x000000041effffff]
Jun 12 17:09:08 arch kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000041effffff]
Jun 12 17:09:08 arch kernel: On node 0 totalpages: 4184161
Jun 12 17:09:08 arch kernel:   DMA zone: 64 pages used for memmap
Jun 12 17:09:08 arch kernel:   DMA zone: 25 pages reserved
Jun 12 17:09:08 arch kernel:   DMA zone: 3998 pages, LIFO batch:0
Jun 12 17:09:08 arch kernel:   DMA32 zone: 14180 pages used for memmap
Jun 12 17:09:08 arch kernel:   DMA32 zone: 907459 pages, LIFO batch:31
Jun 12 17:09:08 arch kernel:   Normal zone: 51136 pages used for memmap
Jun 12 17:09:08 arch kernel:   Normal zone: 3272704 pages, LIFO batch:31
Jun 12 17:09:08 arch kernel: ACPI: PM-Timer IO Port: 0x408
Jun 12 17:09:08 arch kernel: ACPI: Local APIC address 0xfee00000
Jun 12 17:09:08 arch kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Jun 12 17:09:08 arch kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Jun 12 17:09:08 arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jun 12 17:09:08 arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jun 12 17:09:08 arch kernel: ACPI: IRQ0 used by override.
Jun 12 17:09:08 arch kernel: ACPI: IRQ9 used by override.
Jun 12 17:09:08 arch kernel: Using ACPI (MADT) for SMP configuration information
Jun 12 17:09:08 arch kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Jun 12 17:09:08 arch kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Jun 12 17:09:08 arch kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jun 12 17:09:08 arch kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Jun 12 17:09:08 arch kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Jun 12 17:09:08 arch kernel: PM: Registered nosave memory: [mem 0xccd11000-0xccd11fff]
Jun 12 17:09:08 arch kernel: PM: Registered nosave memory: [mem 0xccd21000-0xccd21fff]
Jun 12 17:09:08 arch kernel: PM: Registered nosave memory: [mem 0xccd22000-0xccd22fff]
Jun 12 17:09:08 arch kernel: PM: Registered nosave memory: [mem 0xccd31000-0xccd31fff]
Jun 12 17:09:08 arch kernel: PM: Registered nosave memory: [mem 0xccd32000-0xccd32fff]
Jun 12 17:09:08 arch kernel: PM: Registered nosave memory: [mem 0xccd41000-0xccd41fff]
Jun 12 17:09:08 arch kernel: PM: Registered nosave memory: [mem 0xdded7000-0xde104fff]
Jun 12 17:09:08 arch kernel: PM: Registered nosave memory: [mem 0xde105000-0xde105fff]
Jun 12 17:09:08 arch kernel: PM: Registered nosave memory: [mem 0xde106000-0xde231fff]
Jun 12 17:09:08 arch kernel: PM: Registered nosave memory: [mem 0xde232000-0xdea65fff]
Jun 12 17:09:08 arch kernel: PM: Registered nosave memory: [mem 0xdea67000-0xdeaa9fff]
Jun 12 17:09:08 arch kernel: PM: Registered nosave memory: [mem 0xdf46c000-0xdf7d6fff]
Jun 12 17:09:08 arch kernel: PM: Registered nosave memory: [mem 0xdf800000-0xf7ffffff]
Jun 12 17:09:08 arch kernel: PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Jun 12 17:09:08 arch kernel: PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
Jun 12 17:09:08 arch kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Jun 12 17:09:08 arch kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
Jun 12 17:09:08 arch kernel: PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
Jun 12 17:09:08 arch kernel: PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
Jun 12 17:09:08 arch kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Jun 12 17:09:08 arch kernel: PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
Jun 12 17:09:08 arch kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Jun 12 17:09:08 arch kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
Jun 12 17:09:08 arch kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
Jun 12 17:09:08 arch kernel: e820: [mem 0xdf800000-0xf7ffffff] available for PCI devices
Jun 12 17:09:08 arch kernel: Booting paravirtualized kernel on bare hardware
Jun 12 17:09:08 arch kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Jun 12 17:09:08 arch kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
Jun 12 17:09:08 arch kernel: PERCPU: Embedded 32 pages/cpu @ffff88041ec00000 s92952 r8192 d29928 u262144
Jun 12 17:09:08 arch kernel: pcpu-alloc: s92952 r8192 d29928 u262144 alloc=1*2097152
Jun 12 17:09:08 arch kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Jun 12 17:09:08 arch kernel: Built 1 zonelists in Node order, mobility grouping on.  Total pages: 4118756
Jun 12 17:09:08 arch kernel: Policy zone: Normal
Jun 12 17:09:08 arch kernel: Kernel command line: vmlinuz-arch.efi root=PARTUUID=f0a6ffb9-09c4-4992-8b6c-91c9531cb7fa ro rootfstype=ext4 add_efi_memmap init=/usr/lib/systemd/systemd systemd.unit=graphical.target fsck.mode=force initrd=\EFI\arch\initramfs-arch.img 
Jun 12 17:09:08 arch kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
Jun 12 17:09:08 arch kernel: Calgary: detecting Calgary via BIOS EBDA area
Jun 12 17:09:08 arch kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Jun 12 17:09:08 arch kernel: Memory: 16180216K/16736644K available (5864K kernel code, 971K rwdata, 1860K rodata, 1204K init, 1156K bss, 556428K reserved, 0K cma-reserved)
Jun 12 17:09:08 arch kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Jun 12 17:09:08 arch kernel: Preemptible hierarchical RCU implementation.
Jun 12 17:09:08 arch kernel:         Build-time adjustment of leaf fanout to 64.
Jun 12 17:09:08 arch kernel:         RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
Jun 12 17:09:08 arch kernel: RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
Jun 12 17:09:08 arch kernel: NR_IRQS:8448 nr_irqs:488 16
Jun 12 17:09:08 arch kernel: Console: colour dummy device 80x25
Jun 12 17:09:08 arch kernel: console [tty0] enabled
Jun 12 17:09:08 arch kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Jun 12 17:09:08 arch kernel: hpet clockevent registered
Jun 12 17:09:08 arch kernel: tsc: Fast TSC calibration using PIT
Jun 12 17:09:08 arch kernel: tsc: Detected 3403.551 MHz processor
Jun 12 17:09:08 arch kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6809.73 BogoMIPS (lpj=11345170)
Jun 12 17:09:08 arch kernel: pid_max: default: 32768 minimum: 301
Jun 12 17:09:08 arch kernel: ACPI: Core revision 20160108
Jun 12 17:09:08 arch kernel: ACPI: 4 ACPI AML tables successfully acquired and loaded
Jun 12 17:09:08 arch kernel: 
Jun 12 17:09:08 arch kernel: Security Framework initialized
Jun 12 17:09:08 arch kernel: Yama: becoming mindful.
Jun 12 17:09:08 arch kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
Jun 12 17:09:08 arch kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Jun 12 17:09:08 arch kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
Jun 12 17:09:08 arch kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
Jun 12 17:09:08 arch kernel: CPU: Physical Processor ID: 0
Jun 12 17:09:08 arch kernel: CPU: Processor Core ID: 0
Jun 12 17:09:08 arch kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Jun 12 17:09:08 arch kernel: ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
Jun 12 17:09:08 arch kernel: mce: CPU supports 9 MCE banks
Jun 12 17:09:08 arch kernel: CPU0: Thermal monitoring enabled (TM1)
Jun 12 17:09:08 arch kernel: process: using mwait in idle threads
Jun 12 17:09:08 arch kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
Jun 12 17:09:08 arch kernel: Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
Jun 12 17:09:08 arch kernel: Freeing SMP alternatives memory: 24K (ffffffff81a21000 - ffffffff81a27000)
Jun 12 17:09:08 arch kernel: ftrace: allocating 23133 entries in 91 pages
Jun 12 17:09:08 arch kernel: DMAR: Host address width 36
Jun 12 17:09:08 arch kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x1
Jun 12 17:09:08 arch kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c9008020660262 ecap f0105a
Jun 12 17:09:08 arch kernel: DMAR: RMRR base: 0x000000de06e000 end: 0x000000de098fff
Jun 12 17:09:08 arch kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed90000 IOMMU 0
Jun 12 17:09:08 arch kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed90000
Jun 12 17:09:08 arch kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Jun 12 17:09:08 arch kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Jun 12 17:09:08 arch kernel: x2apic enabled
Jun 12 17:09:08 arch kernel: Switched APIC routing to cluster x2apic.
Jun 12 17:09:08 arch kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jun 12 17:09:08 arch kernel: TSC deadline timer enabled
Jun 12 17:09:08 arch kernel: smpboot: CPU0: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz (family: 0x6, model: 0x3a, stepping: 0x9)
Jun 12 17:09:08 arch kernel: Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
Jun 12 17:09:08 arch kernel: ... version:                3
Jun 12 17:09:08 arch kernel: ... bit width:              48
Jun 12 17:09:08 arch kernel: ... generic registers:      4
Jun 12 17:09:08 arch kernel: ... value mask:             0000ffffffffffff
Jun 12 17:09:08 arch kernel: ... max period:             0000ffffffffffff
Jun 12 17:09:08 arch kernel: ... fixed-purpose events:   3
Jun 12 17:09:08 arch kernel: ... event mask:             000000070000000f
Jun 12 17:09:08 arch kernel: x86: Booting SMP configuration:
Jun 12 17:09:08 arch kernel: .... node  #0, CPUs:      #1
Jun 12 17:09:08 arch kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Jun 12 17:09:08 arch kernel:  #2 #3 #4 #5 #6 #7
Jun 12 17:09:08 arch kernel: x86: Booted up 1 node, 8 CPUs
Jun 12 17:09:08 arch kernel: smpboot: Total of 8 processors activated (54478.85 BogoMIPS)
Jun 12 17:09:08 arch kernel: devtmpfs: initialized
Jun 12 17:09:08 arch kernel: PM: Registering ACPI NVS region [mem 0xde106000-0xde231fff] (1228800 bytes)
Jun 12 17:09:08 arch kernel: PM: Registering ACPI NVS region [mem 0xdea67000-0xdeaa9fff] (274432 bytes)
Jun 12 17:09:08 arch kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Jun 12 17:09:08 arch kernel: pinctrl core: initialized pinctrl subsystem
Jun 12 17:09:08 arch kernel: RTC time: 17:09:04, date: 06/12/16
Jun 12 17:09:08 arch kernel: NET: Registered protocol family 16
Jun 12 17:09:08 arch kernel: cpuidle: using governor ladder
Jun 12 17:09:08 arch kernel: cpuidle: using governor menu
Jun 12 17:09:08 arch kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Jun 12 17:09:08 arch kernel: ACPI: bus type PCI registered
Jun 12 17:09:08 arch kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jun 12 17:09:08 arch kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Jun 12 17:09:08 arch kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Jun 12 17:09:08 arch kernel: pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
Jun 12 17:09:08 arch kernel: PCI: Using configuration type 1 for base access
Jun 12 17:09:08 arch kernel: perf_event_intel: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
Jun 12 17:09:08 arch kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
Jun 12 17:09:08 arch kernel: ACPI: Added _OSI(Module Device)
Jun 12 17:09:08 arch kernel: ACPI: Added _OSI(Processor Device)
Jun 12 17:09:08 arch kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jun 12 17:09:08 arch kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jun 12 17:09:08 arch kernel: ACPI: Executed 1 blocks of module-level executable AML code
Jun 12 17:09:08 arch kernel: ACPI: Dynamic OEM Table Load:
Jun 12 17:09:08 arch kernel: ACPI: SSDT 0xFFFF88040BD53000 00083B (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
Jun 12 17:09:08 arch kernel: ACPI: Dynamic OEM Table Load:
Jun 12 17:09:08 arch kernel: ACPI: SSDT 0xFFFF88040BCD3C00 000303 (v01 PmRef  ApIst    00003000 INTL 20051117)
Jun 12 17:09:08 arch kernel: ACPI: Dynamic OEM Table Load:
Jun 12 17:09:08 arch kernel: ACPI: SSDT 0xFFFF88040BCF2400 000119 (v01 PmRef  ApCst    00003000 INTL 20051117)
Jun 12 17:09:08 arch kernel: ACPI: Interpreter enabled
Jun 12 17:09:08 arch kernel: ACPI: (supports S0 S3 S4 S5)
Jun 12 17:09:08 arch kernel: ACPI: Using IOAPIC for interrupt routing
Jun 12 17:09:08 arch kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jun 12 17:09:08 arch kernel: ACPI: Power Resource [FN00] (off)
Jun 12 17:09:08 arch kernel: ACPI: Power Resource [FN01] (off)
Jun 12 17:09:08 arch kernel: ACPI: Power Resource [FN02] (off)
Jun 12 17:09:08 arch kernel: ACPI: Power Resource [FN03] (off)
Jun 12 17:09:08 arch kernel: ACPI: Power Resource [FN04] (off)
Jun 12 17:09:08 arch kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
Jun 12 17:09:08 arch kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Jun 12 17:09:08 arch kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
Jun 12 17:09:08 arch kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
Jun 12 17:09:08 arch kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Jun 12 17:09:08 arch kernel: PCI host bridge to bus 0000:00
Jun 12 17:09:08 arch kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Jun 12 17:09:08 arch kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jun 12 17:09:08 arch kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Jun 12 17:09:08 arch kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
Jun 12 17:09:08 arch kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
Jun 12 17:09:08 arch kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
Jun 12 17:09:08 arch kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
Jun 12 17:09:08 arch kernel: pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff window]
Jun 12 17:09:08 arch kernel: pci_bus 0000:00: root bus resource [bus 00-3e]
Jun 12 17:09:08 arch kernel: pci 0000:00:00.0: [8086:0150] type 00 class 0x060000
Jun 12 17:09:08 arch kernel: pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
Jun 12 17:09:08 arch kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Jun 12 17:09:08 arch kernel: pci 0000:00:01.0: System wakeup disabled by ACPI
Jun 12 17:09:08 arch kernel: pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
Jun 12 17:09:08 arch kernel: pci 0000:00:14.0: reg 0x10: [mem 0xf7520000-0xf752ffff 64bit]
Jun 12 17:09:08 arch kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Jun 12 17:09:08 arch kernel: pci 0000:00:14.0: System wakeup disabled by ACPI
Jun 12 17:09:08 arch kernel: pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
Jun 12 17:09:08 arch kernel: pci 0000:00:16.0: reg 0x10: [mem 0xf753b000-0xf753b00f 64bit]
Jun 12 17:09:08 arch kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Jun 12 17:09:08 arch kernel: pci 0000:00:19.0: [8086:1503] type 00 class 0x020000
Jun 12 17:09:08 arch kernel: pci 0000:00:19.0: reg 0x10: [mem 0xf7500000-0xf751ffff]
Jun 12 17:09:08 arch kernel: pci 0000:00:19.0: reg 0x14: [mem 0xf7539000-0xf7539fff]
Jun 12 17:09:08 arch kernel: pci 0000:00:19.0: reg 0x18: [io  0xf040-0xf05f]
Jun 12 17:09:08 arch kernel: pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
Jun 12 17:09:08 arch kernel: pci 0000:00:19.0: System wakeup disabled by ACPI
Jun 12 17:09:08 arch kernel: pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
Jun 12 17:09:08 arch kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xf7538000-0xf75383ff]
Jun 12 17:09:08 arch kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Jun 12 17:09:08 arch kernel: pci 0000:00:1a.0: System wakeup disabled by ACPI
Jun 12 17:09:08 arch kernel: pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
Jun 12 17:09:08 arch kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xf7530000-0xf7533fff 64bit]
Jun 12 17:09:08 arch kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Jun 12 17:09:08 arch kernel: pci 0000:00:1b.0: System wakeup disabled by ACPI
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.1: System wakeup disabled by ACPI
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.5: [8086:244e] type 01 class 0x060401
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.5: System wakeup disabled by ACPI
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.6: [8086:1e1c] type 01 class 0x060400
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.6: System wakeup disabled by ACPI
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.7: [8086:1e1e] type 01 class 0x060400
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.7: System wakeup disabled by ACPI
Jun 12 17:09:08 arch kernel: pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
Jun 12 17:09:08 arch kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xf7537000-0xf75373ff]
Jun 12 17:09:08 arch kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Jun 12 17:09:08 arch kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
Jun 12 17:09:08 arch kernel: pci 0000:00:1f.0: [8086:1e44] type 00 class 0x060100
Jun 12 17:09:08 arch kernel: pci 0000:00:1f.2: [8086:1e02] type 00 class 0x010601
Jun 12 17:09:08 arch kernel: pci 0000:00:1f.2: reg 0x10: [io  0xf090-0xf097]
Jun 12 17:09:08 arch kernel: pci 0000:00:1f.2: reg 0x14: [io  0xf080-0xf083]
Jun 12 17:09:08 arch kernel: pci 0000:00:1f.2: reg 0x18: [io  0xf070-0xf077]
Jun 12 17:09:08 arch kernel: pci 0000:00:1f.2: reg 0x1c: [io  0xf060-0xf063]
Jun 12 17:09:08 arch kernel: pci 0000:00:1f.2: reg 0x20: [io  0xf020-0xf03f]
Jun 12 17:09:08 arch kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xf7536000-0xf75367ff]
Jun 12 17:09:08 arch kernel: pci 0000:00:1f.2: PME# supported from D3hot
Jun 12 17:09:08 arch kernel: pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
Jun 12 17:09:08 arch kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xf7535000-0xf75350ff 64bit]
Jun 12 17:09:08 arch kernel: pci 0000:00:1f.3: reg 0x20: [io  0xf000-0xf01f]
Jun 12 17:09:08 arch kernel: pci 0000:01:00.0: [10de:1180] type 00 class 0x030000
Jun 12 17:09:08 arch kernel: pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
Jun 12 17:09:08 arch kernel: pci 0000:01:00.0: reg 0x14: [mem 0xe8000000-0xefffffff 64bit pref]
Jun 12 17:09:08 arch kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
Jun 12 17:09:08 arch kernel: pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
Jun 12 17:09:08 arch kernel: pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
Jun 12 17:09:08 arch kernel: pci 0000:01:00.1: [10de:0e0a] type 00 class 0x040300
Jun 12 17:09:08 arch kernel: pci 0000:01:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
Jun 12 17:09:08 arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jun 12 17:09:08 arch kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Jun 12 17:09:08 arch kernel: pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
Jun 12 17:09:08 arch kernel: pci 0000:00:01.0:   bridge window [mem 0xe8000000-0xf1ffffff 64bit pref]
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Jun 12 17:09:08 arch kernel: pci 0000:03:00.0: [1b4b:9172] type 00 class 0x010601
Jun 12 17:09:08 arch kernel: pci 0000:03:00.0: reg 0x10: [io  0xd040-0xd047]
Jun 12 17:09:08 arch kernel: pci 0000:03:00.0: reg 0x14: [io  0xd030-0xd033]
Jun 12 17:09:08 arch kernel: pci 0000:03:00.0: reg 0x18: [io  0xd020-0xd027]
Jun 12 17:09:08 arch kernel: pci 0000:03:00.0: reg 0x1c: [io  0xd010-0xd013]
Jun 12 17:09:08 arch kernel: pci 0000:03:00.0: reg 0x20: [io  0xd000-0xd00f]
Jun 12 17:09:08 arch kernel: pci 0000:03:00.0: reg 0x24: [mem 0xf7410000-0xf74101ff]
Jun 12 17:09:08 arch kernel: pci 0000:03:00.0: reg 0x30: [mem 0xf7400000-0xf740ffff pref]
Jun 12 17:09:08 arch kernel: pci 0000:03:00.0: PME# supported from D3hot
Jun 12 17:09:08 arch kernel: pci 0000:03:00.0: System wakeup disabled by ACPI
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.1:   bridge window [io  0xd000-0xdfff]
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.1:   bridge window [mem 0xf7400000-0xf74fffff]
Jun 12 17:09:08 arch kernel: pci 0000:04:00.0: [8086:244e] type 01 class 0x060401
Jun 12 17:09:08 arch kernel: pci 0000:04:00.0: supports D1 D2
Jun 12 17:09:08 arch kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jun 12 17:09:08 arch kernel: pci 0000:04:00.0: System wakeup disabled by ACPI
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.5: PCI bridge to [bus 04-05] (subtractive decode)
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.5:   bridge window [io  0xc000-0xcfff]
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.5:   bridge window [mem 0xf7300000-0xf73fffff]
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.5:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.5:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.5:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.5:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.5:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.5:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.5:   bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.5:   bridge window [mem 0xe0000000-0xfeafffff window] (subtractive decode)
Jun 12 17:09:08 arch kernel: pci 0000:05:01.0: [1106:3044] type 00 class 0x0c0010
Jun 12 17:09:08 arch kernel: pci 0000:05:01.0: reg 0x10: [mem 0xf7300000-0xf73007ff]
Jun 12 17:09:08 arch kernel: pci 0000:05:01.0: reg 0x14: [io  0xc000-0xc07f]
Jun 12 17:09:08 arch kernel: pci 0000:05:01.0: supports D2
Jun 12 17:09:08 arch kernel: pci 0000:05:01.0: PME# supported from D2 D3hot D3cold
Jun 12 17:09:08 arch kernel: pci 0000:04:00.0: PCI bridge to [bus 05] (subtractive decode)
Jun 12 17:09:08 arch kernel: pci 0000:04:00.0:   bridge window [io  0xc000-0xcfff]
Jun 12 17:09:08 arch kernel: pci 0000:04:00.0:   bridge window [mem 0xf7300000-0xf73fffff]
Jun 12 17:09:08 arch kernel: pci 0000:04:00.0:   bridge window [io  0xc000-0xcfff] (subtractive decode)
Jun 12 17:09:08 arch kernel: pci 0000:04:00.0:   bridge window [mem 0xf7300000-0xf73fffff] (subtractive decode)
Jun 12 17:09:08 arch kernel: pci 0000:04:00.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
Jun 12 17:09:08 arch kernel: pci 0000:04:00.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
Jun 12 17:09:08 arch kernel: pci 0000:04:00.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
Jun 12 17:09:08 arch kernel: pci 0000:04:00.0:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
Jun 12 17:09:08 arch kernel: pci 0000:04:00.0:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
Jun 12 17:09:08 arch kernel: pci 0000:04:00.0:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
Jun 12 17:09:08 arch kernel: pci 0000:04:00.0:   bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
Jun 12 17:09:08 arch kernel: pci 0000:04:00.0:   bridge window [mem 0xe0000000-0xfeafffff window] (subtractive decode)
Jun 12 17:09:08 arch kernel: pci 0000:06:00.0: [1969:1083] type 00 class 0x020000
Jun 12 17:09:08 arch kernel: pci 0000:06:00.0: reg 0x10: [mem 0xf7200000-0xf723ffff 64bit]
Jun 12 17:09:08 arch kernel: pci 0000:06:00.0: reg 0x18: [io  0xb000-0xb07f]
Jun 12 17:09:08 arch kernel: pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jun 12 17:09:08 arch kernel: pci 0000:06:00.0: System wakeup disabled by ACPI
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.6: PCI bridge to [bus 06]
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.6:   bridge window [io  0xb000-0xbfff]
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.6:   bridge window [mem 0xf7200000-0xf72fffff]
Jun 12 17:09:08 arch kernel: pci 0000:07:00.0: [1b4b:9172] type 00 class 0x010601
Jun 12 17:09:08 arch kernel: pci 0000:07:00.0: reg 0x10: [io  0xa040-0xa047]
Jun 12 17:09:08 arch kernel: pci 0000:07:00.0: reg 0x14: [io  0xa030-0xa033]
Jun 12 17:09:08 arch kernel: pci 0000:07:00.0: reg 0x18: [io  0xa020-0xa027]
Jun 12 17:09:08 arch kernel: pci 0000:07:00.0: reg 0x1c: [io  0xa010-0xa013]
Jun 12 17:09:08 arch kernel: pci 0000:07:00.0: reg 0x20: [io  0xa000-0xa00f]
Jun 12 17:09:08 arch kernel: pci 0000:07:00.0: reg 0x24: [mem 0xf7110000-0xf71101ff]
Jun 12 17:09:08 arch kernel: pci 0000:07:00.0: reg 0x30: [mem 0xf7100000-0xf710ffff pref]
Jun 12 17:09:08 arch kernel: pci 0000:07:00.0: PME# supported from D3hot
Jun 12 17:09:08 arch kernel: pci 0000:07:00.0: System wakeup disabled by ACPI
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.7: PCI bridge to [bus 07]
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.7:   bridge window [io  0xa000-0xafff]
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.7:   bridge window [mem 0xf7100000-0xf71fffff]
Jun 12 17:09:08 arch kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
Jun 12 17:09:08 arch kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
Jun 12 17:09:08 arch kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
Jun 12 17:09:08 arch kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 10 11 12 14 15)
Jun 12 17:09:08 arch kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 10 11 12 14 15)
Jun 12 17:09:08 arch kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Jun 12 17:09:08 arch kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 *4 5 6 10 11 12 14 15)
Jun 12 17:09:08 arch kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *10 11 12 14 15)
Jun 12 17:09:08 arch kernel: ACPI: Enabled 4 GPEs in block 00 to 3F
Jun 12 17:09:08 arch kernel: vgaarb: setting as boot device: PCI:0000:01:00.0
Jun 12 17:09:08 arch kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
Jun 12 17:09:08 arch kernel: vgaarb: loaded
Jun 12 17:09:08 arch kernel: vgaarb: bridge control possible 0000:01:00.0
Jun 12 17:09:08 arch kernel: PCI: Using ACPI for IRQ routing
Jun 12 17:09:08 arch kernel: PCI: pci_cache_line_size set to 64 bytes
Jun 12 17:09:08 arch kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Jun 12 17:09:08 arch kernel: e820: reserve RAM buffer [mem 0xccd11018-0xcfffffff]
Jun 12 17:09:08 arch kernel: e820: reserve RAM buffer [mem 0xccd22018-0xcfffffff]
Jun 12 17:09:08 arch kernel: e820: reserve RAM buffer [mem 0xccd32018-0xcfffffff]
Jun 12 17:09:08 arch kernel: e820: reserve RAM buffer [mem 0xdded7000-0xdfffffff]
Jun 12 17:09:08 arch kernel: e820: reserve RAM buffer [mem 0xdea67000-0xdfffffff]
Jun 12 17:09:08 arch kernel: e820: reserve RAM buffer [mem 0xdf46c000-0xdfffffff]
Jun 12 17:09:08 arch kernel: e820: reserve RAM buffer [mem 0xdf800000-0xdfffffff]
Jun 12 17:09:08 arch kernel: e820: reserve RAM buffer [mem 0x41f000000-0x41fffffff]
Jun 12 17:09:08 arch kernel: NetLabel: Initializing
Jun 12 17:09:08 arch kernel: NetLabel:  domain hash size = 128
Jun 12 17:09:08 arch kernel: NetLabel:  protocols = UNLABELED CIPSOv4
Jun 12 17:09:08 arch kernel: NetLabel:  unlabeled traffic allowed by default
Jun 12 17:09:08 arch kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Jun 12 17:09:08 arch kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Jun 12 17:09:08 arch kernel: clocksource: Switched to clocksource hpet
Jun 12 17:09:08 arch kernel: VFS: Disk quotas dquot_6.6.0
Jun 12 17:09:08 arch kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jun 12 17:09:08 arch kernel: pnp: PnP ACPI init
Jun 12 17:09:08 arch kernel: system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
Jun 12 17:09:08 arch kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
Jun 12 17:09:08 arch kernel: system 00:01: [io  0x0680-0x069f] has been reserved
Jun 12 17:09:08 arch kernel: system 00:01: [io  0x0200-0x020f] has been reserved
Jun 12 17:09:08 arch kernel: system 00:01: [io  0xffff] has been reserved
Jun 12 17:09:08 arch kernel: system 00:01: [io  0xffff] has been reserved
Jun 12 17:09:08 arch kernel: system 00:01: [io  0x0400-0x0453] could not be reserved
Jun 12 17:09:08 arch kernel: system 00:01: [io  0x0458-0x047f] has been reserved
Jun 12 17:09:08 arch kernel: system 00:01: [io  0x0500-0x057f] has been reserved
Jun 12 17:09:08 arch kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Jun 12 17:09:08 arch kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
Jun 12 17:09:08 arch kernel: system 00:03: [io  0x0454-0x0457] has been reserved
Jun 12 17:09:08 arch kernel: system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Jun 12 17:09:08 arch kernel: system 00:04: [io  0x0a00-0x0a0f] has been reserved
Jun 12 17:09:08 arch kernel: system 00:04: [io  0x0a30-0x0a3f] has been reserved
Jun 12 17:09:08 arch kernel: system 00:04: [io  0x0a20-0x0a2f] has been reserved
Jun 12 17:09:08 arch kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
Jun 12 17:09:08 arch kernel: system 00:05: [io  0x04d0-0x04d1] has been reserved
Jun 12 17:09:08 arch kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
Jun 12 17:09:08 arch kernel: system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
Jun 12 17:09:08 arch kernel: system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
Jun 12 17:09:08 arch kernel: system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
Jun 12 17:09:08 arch kernel: system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
Jun 12 17:09:08 arch kernel: system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
Jun 12 17:09:08 arch kernel: system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
Jun 12 17:09:08 arch kernel: system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
Jun 12 17:09:08 arch kernel: system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
Jun 12 17:09:08 arch kernel: system 00:06: [mem 0xff000000-0xffffffff] has been reserved
Jun 12 17:09:08 arch kernel: system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
Jun 12 17:09:08 arch kernel: system 00:06: [mem 0xe0000000-0xe0000fff] has been reserved
Jun 12 17:09:08 arch kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
Jun 12 17:09:08 arch kernel: pnp: PnP ACPI: found 7 devices
Jun 12 17:09:08 arch kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jun 12 17:09:08 arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jun 12 17:09:08 arch kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Jun 12 17:09:08 arch kernel: pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
Jun 12 17:09:08 arch kernel: pci 0000:00:01.0:   bridge window [mem 0xe8000000-0xf1ffffff 64bit pref]
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.1:   bridge window [io  0xd000-0xdfff]
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.1:   bridge window [mem 0xf7400000-0xf74fffff]
Jun 12 17:09:08 arch kernel: pci 0000:04:00.0: PCI bridge to [bus 05]
Jun 12 17:09:08 arch kernel: pci 0000:04:00.0:   bridge window [io  0xc000-0xcfff]
Jun 12 17:09:08 arch kernel: pci 0000:04:00.0:   bridge window [mem 0xf7300000-0xf73fffff]
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.5: PCI bridge to [bus 04-05]
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.5:   bridge window [io  0xc000-0xcfff]
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.5:   bridge window [mem 0xf7300000-0xf73fffff]
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.6: PCI bridge to [bus 06]
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.6:   bridge window [io  0xb000-0xbfff]
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.6:   bridge window [mem 0xf7200000-0xf72fffff]
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.7: PCI bridge to [bus 07]
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.7:   bridge window [io  0xa000-0xafff]
Jun 12 17:09:08 arch kernel: pci 0000:00:1c.7:   bridge window [mem 0xf7100000-0xf71fffff]
Jun 12 17:09:08 arch kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Jun 12 17:09:08 arch kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Jun 12 17:09:08 arch kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Jun 12 17:09:08 arch kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
Jun 12 17:09:08 arch kernel: pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
Jun 12 17:09:08 arch kernel: pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
Jun 12 17:09:08 arch kernel: pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
Jun 12 17:09:08 arch kernel: pci_bus 0000:00: resource 11 [mem 0xe0000000-0xfeafffff window]
Jun 12 17:09:08 arch kernel: pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
Jun 12 17:09:08 arch kernel: pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
Jun 12 17:09:08 arch kernel: pci_bus 0000:01: resource 2 [mem 0xe8000000-0xf1ffffff 64bit pref]
Jun 12 17:09:08 arch kernel: pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
Jun 12 17:09:08 arch kernel: pci_bus 0000:03: resource 1 [mem 0xf7400000-0xf74fffff]
Jun 12 17:09:08 arch kernel: pci_bus 0000:04: resource 0 [io  0xc000-0xcfff]
Jun 12 17:09:08 arch kernel: pci_bus 0000:04: resource 1 [mem 0xf7300000-0xf73fffff]
Jun 12 17:09:08 arch kernel: pci_bus 0000:04: resource 4 [io  0x0000-0x0cf7 window]
Jun 12 17:09:08 arch kernel: pci_bus 0000:04: resource 5 [io  0x0d00-0xffff window]
Jun 12 17:09:08 arch kernel: pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff window]
Jun 12 17:09:08 arch kernel: pci_bus 0000:04: resource 7 [mem 0x000d0000-0x000d3fff window]
Jun 12 17:09:08 arch kernel: pci_bus 0000:04: resource 8 [mem 0x000d4000-0x000d7fff window]
Jun 12 17:09:08 arch kernel: pci_bus 0000:04: resource 9 [mem 0x000d8000-0x000dbfff window]
Jun 12 17:09:08 arch kernel: pci_bus 0000:04: resource 10 [mem 0x000dc000-0x000dffff window]
Jun 12 17:09:08 arch kernel: pci_bus 0000:04: resource 11 [mem 0xe0000000-0xfeafffff window]
Jun 12 17:09:08 arch kernel: pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
Jun 12 17:09:08 arch kernel: pci_bus 0000:05: resource 1 [mem 0xf7300000-0xf73fffff]
Jun 12 17:09:08 arch kernel: pci_bus 0000:05: resource 4 [io  0xc000-0xcfff]
Jun 12 17:09:08 arch kernel: pci_bus 0000:05: resource 5 [mem 0xf7300000-0xf73fffff]
Jun 12 17:09:08 arch kernel: pci_bus 0000:05: resource 6 [io  0x0000-0x0cf7 window]
Jun 12 17:09:08 arch kernel: pci_bus 0000:05: resource 7 [io  0x0d00-0xffff window]
Jun 12 17:09:08 arch kernel: pci_bus 0000:05: resource 8 [mem 0x000a0000-0x000bffff window]
Jun 12 17:09:08 arch kernel: pci_bus 0000:05: resource 9 [mem 0x000d0000-0x000d3fff window]
Jun 12 17:09:08 arch kernel: pci_bus 0000:05: resource 10 [mem 0x000d4000-0x000d7fff window]
Jun 12 17:09:08 arch kernel: pci_bus 0000:05: resource 11 [mem 0x000d8000-0x000dbfff window]
Jun 12 17:09:08 arch kernel: pci_bus 0000:05: resource 12 [mem 0x000dc000-0x000dffff window]
Jun 12 17:09:08 arch kernel: pci_bus 0000:05: resource 13 [mem 0xe0000000-0xfeafffff window]
Jun 12 17:09:08 arch kernel: pci_bus 0000:06: resource 0 [io  0xb000-0xbfff]
Jun 12 17:09:08 arch kernel: pci_bus 0000:06: resource 1 [mem 0xf7200000-0xf72fffff]
Jun 12 17:09:08 arch kernel: pci_bus 0000:07: resource 0 [io  0xa000-0xafff]
Jun 12 17:09:08 arch kernel: pci_bus 0000:07: resource 1 [mem 0xf7100000-0xf71fffff]
Jun 12 17:09:08 arch kernel: NET: Registered protocol family 2
Jun 12 17:09:08 arch kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
Jun 12 17:09:08 arch kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Jun 12 17:09:08 arch kernel: TCP: Hash tables configured (established 131072 bind 65536)
Jun 12 17:09:08 arch kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes)
Jun 12 17:09:08 arch kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
Jun 12 17:09:08 arch kernel: NET: Registered protocol family 1
Jun 12 17:09:08 arch kernel: pci 0000:01:00.0: Video device with shadowed ROM
Jun 12 17:09:08 arch kernel: PCI: CLS mismatch (64 != 32), using 64 bytes
Jun 12 17:09:08 arch kernel: Unpacking initramfs...
Jun 12 17:09:08 arch kernel: Freeing initrd memory: 4312K (ffff88007fbca000 - ffff880080000000)
Jun 12 17:09:08 arch kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jun 12 17:09:08 arch kernel: software IO TLB [mem 0xc8d11000-0xccd11000] (64MB) mapped at [ffff8800c8d11000-ffff8800ccd10fff]
Jun 12 17:09:08 arch kernel: RAPL PMU detected, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
Jun 12 17:09:08 arch kernel: hw unit of domain pp0-core 2^-16 Joules
Jun 12 17:09:08 arch kernel: hw unit of domain package 2^-16 Joules
Jun 12 17:09:08 arch kernel: hw unit of domain pp1-gpu 2^-16 Joules
Jun 12 17:09:08 arch kernel: Scanning for low memory corruption every 60 seconds
Jun 12 17:09:08 arch kernel: futex hash table entries: 2048 (order: 5, 131072 bytes)
Jun 12 17:09:08 arch kernel: Initialise system trusted keyring
Jun 12 17:09:08 arch kernel: zbud: loaded
Jun 12 17:09:08 arch kernel: Key type big_key registered
Jun 12 17:09:08 arch kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
Jun 12 17:09:08 arch kernel: io scheduler noop registered
Jun 12 17:09:08 arch kernel: io scheduler deadline registered
Jun 12 17:09:08 arch kernel: io scheduler cfq registered (default)
Jun 12 17:09:08 arch kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Jun 12 17:09:08 arch kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
Jun 12 17:09:08 arch kernel: efifb: probing for efifb
Jun 12 17:09:08 arch kernel: efifb: framebuffer at 0xf1000000, mapped to 0xffffc90001c00000, using 1876k, total 1875k
Jun 12 17:09:08 arch kernel: efifb: mode is 800x600x32, linelength=3200, pages=1
Jun 12 17:09:08 arch kernel: efifb: scrolling: redraw
Jun 12 17:09:08 arch kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Jun 12 17:09:08 arch kernel: Console: switching to colour frame buffer device 100x37
Jun 12 17:09:08 arch kernel: fb0: EFI VGA frame buffer device
Jun 12 17:09:08 arch kernel: intel_idle: MWAIT substates: 0x1120
Jun 12 17:09:08 arch kernel: intel_idle: v0.4.1 model 0x3A
Jun 12 17:09:08 arch kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
Jun 12 17:09:08 arch kernel: GHES: HEST is not enabled!
Jun 12 17:09:08 arch kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
Jun 12 17:09:08 arch kernel: Linux agpgart interface v0.103
Jun 12 17:09:08 arch kernel: rtc_cmos 00:02: RTC can wake from S4
Jun 12 17:09:08 arch kernel: rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
Jun 12 17:09:08 arch kernel: rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Jun 12 17:09:08 arch kernel: Intel P-state driver initializing.
Jun 12 17:09:08 arch kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jun 12 17:09:08 arch kernel: NET: Registered protocol family 10
Jun 12 17:09:08 arch kernel: NET: Registered protocol family 17
Jun 12 17:09:08 arch kernel: microcode: CPU0 sig=0x306a9, pf=0x2, revision=0x12
Jun 12 17:09:08 arch kernel: microcode: CPU1 sig=0x306a9, pf=0x2, revision=0x12
Jun 12 17:09:08 arch kernel: microcode: CPU2 sig=0x306a9, pf=0x2, revision=0x12
Jun 12 17:09:08 arch kernel: microcode: CPU3 sig=0x306a9, pf=0x2, revision=0x12
Jun 12 17:09:08 arch kernel: microcode: CPU4 sig=0x306a9, pf=0x2, revision=0x12
Jun 12 17:09:08 arch kernel: microcode: CPU5 sig=0x306a9, pf=0x2, revision=0x12
Jun 12 17:09:08 arch kernel: microcode: CPU6 sig=0x306a9, pf=0x2, revision=0x12
Jun 12 17:09:08 arch kernel: microcode: CPU7 sig=0x306a9, pf=0x2, revision=0x12
Jun 12 17:09:08 arch kernel: microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
Jun 12 17:09:08 arch kernel: registered taskstats version 1
Jun 12 17:09:08 arch kernel: Loading compiled-in X.509 certificates
Jun 12 17:09:08 arch kernel: zswap: loaded using pool lzo/zbud
Jun 12 17:09:08 arch kernel:   Magic number: 4:321:188
Jun 12 17:09:08 arch kernel: acpi device:47: hash matches
Jun 12 17:09:08 arch kernel: acpi device:1a: hash matches
Jun 12 17:09:08 arch kernel: rtc_cmos 00:02: setting system clock to 2016-06-12 17:09:04 UTC (1465751344)
Jun 12 17:09:08 arch kernel: PM: Hibernation image not present or could not be loaded.
Jun 12 17:09:08 arch kernel: Freeing unused kernel memory: 1204K (ffffffff818f4000 - ffffffff81a21000)
Jun 12 17:09:08 arch kernel: Write protecting the kernel read-only data: 8192k
Jun 12 17:09:08 arch kernel: Freeing unused kernel memory: 268K (ffff8800025bd000 - ffff880002600000)
Jun 12 17:09:08 arch kernel: Freeing unused kernel memory: 188K (ffff8800027d1000 - ffff880002800000)
Jun 12 17:09:08 arch kernel: random: systemd-tmpfile urandom read with 1 bits of entropy available
Jun 12 17:09:08 arch kernel: SCSI subsystem initialized
Jun 12 17:09:08 arch kernel: libata version 3.00 loaded.
Jun 12 17:09:08 arch kernel: ahci 0000:00:1f.2: version 3.0
Jun 12 17:09:08 arch kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3 impl SATA mode
Jun 12 17:09:08 arch kernel: ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst 
Jun 12 17:09:08 arch kernel: scsi host0: ahci
Jun 12 17:09:08 arch kernel: scsi host1: ahci
Jun 12 17:09:08 arch kernel: scsi host2: ahci
Jun 12 17:09:08 arch kernel: scsi host3: ahci
Jun 12 17:09:08 arch kernel: scsi host4: ahci
Jun 12 17:09:08 arch kernel: scsi host5: ahci
Jun 12 17:09:08 arch kernel: ata1: SATA max UDMA/133 abar m2048@0xf7536000 port 0xf7536100 irq 26
Jun 12 17:09:08 arch kernel: ata2: SATA max UDMA/133 abar m2048@0xf7536000 port 0xf7536180 irq 26
Jun 12 17:09:08 arch kernel: ata3: DUMMY
Jun 12 17:09:08 arch kernel: ata4: DUMMY
Jun 12 17:09:08 arch kernel: ata5: DUMMY
Jun 12 17:09:08 arch kernel: ata6: DUMMY
Jun 12 17:09:08 arch kernel: ahci 0000:03:00.0: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
Jun 12 17:09:08 arch kernel: ahci 0000:03:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs 
Jun 12 17:09:08 arch kernel: scsi host6: ahci
Jun 12 17:09:08 arch kernel: scsi host7: ahci
Jun 12 17:09:08 arch kernel: ata7: SATA max UDMA/133 abar m512@0xf7410000 port 0xf7410100 irq 27
Jun 12 17:09:08 arch kernel: ata8: SATA max UDMA/133 abar m512@0xf7410000 port 0xf7410180 irq 27
Jun 12 17:09:08 arch kernel: ahci 0000:07:00.0: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
Jun 12 17:09:08 arch kernel: ahci 0000:07:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs 
Jun 12 17:09:08 arch kernel: scsi host8: ahci
Jun 12 17:09:08 arch kernel: scsi host9: ahci
Jun 12 17:09:08 arch kernel: ata9: SATA max UDMA/133 abar m512@0xf7110000 port 0xf7110100 irq 28
Jun 12 17:09:08 arch kernel: ata10: SATA max UDMA/133 abar m512@0xf7110000 port 0xf7110180 irq 28
Jun 12 17:09:08 arch kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jun 12 17:09:08 arch kernel: ata8: SATA link down (SStatus 0 SControl 300)
Jun 12 17:09:08 arch kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jun 12 17:09:08 arch kernel: ata9: SATA link down (SStatus 0 SControl 300)
Jun 12 17:09:08 arch kernel: ata10: SATA link down (SStatus 0 SControl 300)
Jun 12 17:09:08 arch kernel: ata7: SATA link down (SStatus 0 SControl 300)
Jun 12 17:09:08 arch kernel: ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20160108/psargs-359)
Jun 12 17:09:08 arch kernel: ACPI Error: Method parse/execution failed [\_SB.PCI0.SAT0.SPT1._GTF] (Node ffff88040e0d0258), AE_NOT_FOUND (20160108/psparse-542)
Jun 12 17:09:08 arch kernel: ata2.00: ATA-8: WDC WD1002FAEX-00Y9A0, 05.01D05, max UDMA/133
Jun 12 17:09:08 arch kernel: ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
Jun 12 17:09:08 arch kernel: ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20160108/psargs-359)
Jun 12 17:09:08 arch kernel: ACPI Error: Method parse/execution failed [\_SB.PCI0.SAT0.SPT1._GTF] (Node ffff88040e0d0258), AE_NOT_FOUND (20160108/psparse-542)
Jun 12 17:09:08 arch kernel: ata2.00: configured for UDMA/133
Jun 12 17:09:08 arch kernel: ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20160108/psargs-359)
Jun 12 17:09:08 arch kernel: ACPI Error: Method parse/execution failed [\_SB.PCI0.SAT0.SPT0._GTF] (Node ffff88040e0d01e0), AE_NOT_FOUND (20160108/psparse-542)
Jun 12 17:09:08 arch kernel: ata1.00: ATA-9: INTEL SSDSC2CT180A3, 300i, max UDMA/133
Jun 12 17:09:08 arch kernel: ata1.00: 351651888 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
Jun 12 17:09:08 arch kernel: ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20160108/psargs-359)
Jun 12 17:09:08 arch kernel: ACPI Error: Method parse/execution failed [\_SB.PCI0.SAT0.SPT0._GTF] (Node ffff88040e0d01e0), AE_NOT_FOUND (20160108/psparse-542)
Jun 12 17:09:08 arch kernel: ata1.00: configured for UDMA/133
Jun 12 17:09:08 arch kernel: scsi 0:0:0:0: Direct-Access     ATA      INTEL SSDSC2CT18 300i PQ: 0 ANSI: 5
Jun 12 17:09:08 arch kernel: scsi 1:0:0:0: Direct-Access     ATA      WDC WD1002FAEX-0 1D05 PQ: 0 ANSI: 5
Jun 12 17:09:08 arch kernel: sd 0:0:0:0: [sda] 351651888 512-byte logical blocks: (180 GB/168 GiB)
Jun 12 17:09:08 arch kernel: sd 0:0:0:0: [sda] Write Protect is off
Jun 12 17:09:08 arch kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Jun 12 17:09:08 arch kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jun 12 17:09:08 arch kernel:  sda: sda1 sda2 sda3 sda4 sda5
Jun 12 17:09:08 arch kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Jun 12 17:09:08 arch kernel: sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Jun 12 17:09:08 arch kernel: sd 1:0:0:0: [sdb] Write Protect is off
Jun 12 17:09:08 arch kernel: sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Jun 12 17:09:08 arch kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jun 12 17:09:08 arch kernel:  sdb: sdb1 sdb2
Jun 12 17:09:08 arch kernel: sd 1:0:0:0: [sdb] Attached SCSI disk
Jun 12 17:09:08 arch kernel: ACPI: bus type USB registered
Jun 12 17:09:08 arch kernel: usbcore: registered new interface driver usbfs
Jun 12 17:09:08 arch kernel: usbcore: registered new interface driver hub
Jun 12 17:09:08 arch kernel: usbcore: registered new device driver usb
Jun 12 17:09:08 arch kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Jun 12 17:09:08 arch kernel: i8042: PNP: No PS/2 controller found. Probing ports directly.
Jun 12 17:09:08 arch kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Jun 12 17:09:08 arch kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Jun 12 17:09:08 arch kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jun 12 17:09:08 arch kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Jun 12 17:09:08 arch kernel: ehci-pci: EHCI PCI platform driver
Jun 12 17:09:08 arch kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007181 hci version 0x100 quirks 0x0000b930
Jun 12 17:09:08 arch kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Jun 12 17:09:08 arch kernel: hub 1-0:1.0: USB hub found
Jun 12 17:09:08 arch kernel: hub 1-0:1.0: 4 ports detected
Jun 12 17:09:08 arch kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jun 12 17:09:08 arch kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Jun 12 17:09:08 arch kernel: hub 2-0:1.0: USB hub found
Jun 12 17:09:08 arch kernel: hub 2-0:1.0: 4 ports detected
Jun 12 17:09:08 arch kernel: firewire_ohci 0000:05:01.0: enabling device (0100 -> 0103)
Jun 12 17:09:08 arch kernel: usb: port power management may be unreliable
Jun 12 17:09:08 arch kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
Jun 12 17:09:08 arch kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 3
Jun 12 17:09:08 arch kernel: ehci-pci 0000:00:1a.0: debug port 2
Jun 12 17:09:08 arch kernel: ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
Jun 12 17:09:08 arch kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7538000
Jun 12 17:09:08 arch kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Jun 12 17:09:08 arch kernel: hub 3-0:1.0: USB hub found
Jun 12 17:09:08 arch kernel: hub 3-0:1.0: 2 ports detected
Jun 12 17:09:08 arch kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
Jun 12 17:09:08 arch kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
Jun 12 17:09:08 arch kernel: ehci-pci 0000:00:1d.0: debug port 2
Jun 12 17:09:08 arch kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
Jun 12 17:09:08 arch kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7537000
Jun 12 17:09:08 arch kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Jun 12 17:09:08 arch kernel: hub 4-0:1.0: USB hub found
Jun 12 17:09:08 arch kernel: hub 4-0:1.0: 2 ports detected
Jun 12 17:09:08 arch kernel: firewire_ohci 0000:05:01.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x11
Jun 12 17:09:08 arch kernel: usb 2-3: new SuperSpeed USB device number 2 using xhci_hcd
Jun 12 17:09:08 arch kernel: hub 2-3:1.0: USB hub found
Jun 12 17:09:08 arch kernel: hub 2-3:1.0: 4 ports detected
Jun 12 17:09:08 arch kernel: usb 3-1: new high-speed USB device number 2 using ehci-pci
Jun 12 17:09:08 arch kernel: usb 4-1: new high-speed USB device number 2 using ehci-pci
Jun 12 17:09:08 arch kernel: hub 3-1:1.0: USB hub found
Jun 12 17:09:08 arch kernel: hub 3-1:1.0: 6 ports detected
Jun 12 17:09:08 arch kernel: usb 2-4: new SuperSpeed USB device number 3 using xhci_hcd
Jun 12 17:09:08 arch kernel: hub 4-1:1.0: USB hub found
Jun 12 17:09:08 arch kernel: hub 4-1:1.0: 8 ports detected
Jun 12 17:09:08 arch kernel: tsc: Refined TSC clocksource calibration: 3403.347 MHz
Jun 12 17:09:08 arch kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x310ea8327ed, max_idle_ns: 440795298069 ns
Jun 12 17:09:08 arch kernel: hub 2-4:1.0: USB hub found
Jun 12 17:09:08 arch kernel: hub 2-4:1.0: 4 ports detected
Jun 12 17:09:08 arch kernel: firewire_core 0000:05:01.0: created device fw0: GUID 0049e55037514b00, S400
Jun 12 17:09:08 arch kernel: usb 3-1.1: new high-speed USB device number 3 using ehci-pci
Jun 12 17:09:08 arch kernel: hub 3-1.1:1.0: USB hub found
Jun 12 17:09:08 arch kernel: hub 3-1.1:1.0: 4 ports detected
Jun 12 17:09:08 arch kernel: usb 3-1.3: new full-speed USB device number 4 using ehci-pci
Jun 12 17:09:08 arch kernel: hidraw: raw HID events driver (C) Jiri Kosina
Jun 12 17:09:08 arch kernel: usbcore: registered new interface driver usbhid
Jun 12 17:09:08 arch kernel: usbhid: USB HID core driver
Jun 12 17:09:08 arch kernel: input: Logitech G400s Optical Gaming Mouse as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.3/3-1.3:1.0/0003:046D:C24C.0001/input/input2
Jun 12 17:09:08 arch kernel: hid-generic 0003:046D:C24C.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech G400s Optical Gaming Mouse] on usb-0000:00:1a.0-1.3/input0
Jun 12 17:09:08 arch kernel: hid-generic 0003:046D:C24C.0002: hiddev0,hidraw1: USB HID v1.10 Device [Logitech G400s Optical Gaming Mouse] on usb-0000:00:1a.0-1.3/input1
Jun 12 17:09:08 arch kernel: usb 3-1.5: new high-speed USB device number 5 using ehci-pci
Jun 12 17:09:08 arch kernel: hub 3-1.5:1.0: USB hub found
Jun 12 17:09:08 arch kernel: hub 3-1.5:1.0: 4 ports detected
Jun 12 17:09:08 arch kernel: usb 3-1.1.1: new low-speed USB device number 6 using ehci-pci
Jun 12 17:09:08 arch kernel: input: LOGITECH G110 G-keys as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1.1/3-1.1.1:1.0/0003:046D:C22B.0003/input/input3
Jun 12 17:09:08 arch kernel: hid-generic 0003:046D:C22B.0003: input,hiddev0,hidraw2: USB HID v1.00 Keypad [LOGITECH G110 G-keys] on usb-0000:00:1a.0-1.1.1/input0
Jun 12 17:09:08 arch kernel: usbhid 3-1.1.1:1.1: couldn't find an input interrupt endpoint
Jun 12 17:09:08 arch kernel: usb 3-1.6: new high-speed USB device number 7 using ehci-pci
Jun 12 17:09:08 arch kernel: hub 3-1.6:1.0: USB hub found
Jun 12 17:09:08 arch kernel: hub 3-1.6:1.0: 4 ports detected
Jun 12 17:09:08 arch kernel: usb 3-1.1.3: new low-speed USB device number 8 using ehci-pci
Jun 12 17:09:08 arch kernel: clocksource: Switched to clocksource tsc
Jun 12 17:09:08 arch kernel: input: Gaming Keyboard G110 as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1.3/3-1.1.3:1.0/0003:046D:C22A.0004/input/input4
Jun 12 17:09:08 arch kernel: hid-generic 0003:046D:C22A.0004: input,hidraw3: USB HID v1.10 Keyboard [Gaming Keyboard G110] on usb-0000:00:1a.0-1.1.3/input0
Jun 12 17:09:08 arch kernel: input: Gaming Keyboard G110 as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1.3/3-1.1.3:1.1/0003:046D:C22A.0005/input/input5
Jun 12 17:09:08 arch kernel: hid-generic 0003:046D:C22A.0005: input,hiddev0,hidraw4: USB HID v1.10 Device [Gaming Keyboard G110] on usb-0000:00:1a.0-1.1.3/input1
Jun 12 17:09:08 arch kernel: random: nonblocking pool is initialized
Jun 12 17:09:08 arch kernel: EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
Jun 12 17:09:08 arch systemd[1]: RTC configured in localtime, applying delta of 120 minutes to system time.
Jun 12 17:09:08 arch 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 12 17:09:08 arch systemd[1]: Detected architecture x86-64.
Jun 12 17:09:08 arch systemd[1]: Set hostname to <arch>.
Jun 12 17:09:08 arch systemd[1]: Listening on Process Core Dump Socket.
Jun 12 17:09:08 arch systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jun 12 17:09:08 arch systemd[1]: Reached target Remote File Systems.
Jun 12 17:09:08 arch systemd[1]: Reached target Encrypted Volumes.
Jun 12 17:09:08 arch systemd[1]: Reached target RPC Port Mapper.
Jun 12 17:09:08 arch systemd[1]: Created slice System Slice.
Jun 12 17:09:08 arch systemd[1]: Created slice system-netctl.slice.
Jun 12 17:09:08 arch systemd[1]: Listening on Journal Socket (/dev/log).
Jun 12 17:09:08 arch systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jun 12 17:09:08 arch systemd[1]: Listening on udev Control Socket.
Jun 12 17:09:08 arch systemd[1]: Reached target Host and Network Name Lookups.
Jun 12 17:09:08 arch systemd[1]: Reached target Login Prompts.
Jun 12 17:09:08 arch systemd[1]: Created slice system-getty.slice.
Jun 12 17:09:08 arch systemd[1]: Created slice system-systemd\x2dfsck.slice.
Jun 12 17:09:08 arch systemd[1]: Created slice User and Session Slice.
Jun 12 17:09:08 arch systemd[1]: Reached target Slices.
Jun 12 17:09:08 arch systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jun 12 17:09:08 arch systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jun 12 17:09:08 arch systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
Jun 12 17:09:08 arch systemd[1]: Listening on Journal Socket.
Jun 12 17:09:08 arch systemd[1]: Mounting POSIX Message Queue File System...
Jun 12 17:09:08 arch systemd[1]: Mounting Huge Pages File System...
Jun 12 17:09:08 arch systemd[1]: Mounting Debug File System...
Jun 12 17:09:08 arch systemd[1]: Starting Setup Virtual Console...
Jun 12 17:09:08 arch systemd[1]: Starting Set Up Additional Binary Formats...
Jun 12 17:09:08 arch systemd[1]: Starting Load Kernel Modules...
Jun 12 17:09:08 arch systemd[1]: Listening on udev Kernel Socket.
Jun 12 17:09:08 arch systemd[1]: Listening on LVM2 metadata daemon socket.
Jun 12 17:09:08 arch systemd[1]: Starting File System Check on Root Device...
Jun 12 17:09:08 arch systemd[1]: Starting Journal Service...
Jun 12 17:09:08 arch systemd[1]: Mounted POSIX Message Queue File System.
Jun 12 17:09:08 arch systemd[1]: Mounted Debug File System.
Jun 12 17:09:08 arch systemd[1]: Mounted Huge Pages File System.
Jun 12 17:09:08 arch systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
Jun 12 17:09:08 arch systemd[1]: Failed to start Load Kernel Modules.
Jun 12 17:09:08 arch systemd[1]: systemd-modules-load.service: Unit entered failed state.
Jun 12 17:09:08 arch systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
Jun 12 17:09:08 arch systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 240 (systemd-binfmt)
Jun 12 17:09:08 arch systemd[1]: Mounting Arbitrary Executable File Formats File System...
Jun 12 17:09:08 arch systemd[1]: Starting Apply Kernel Variables...
Jun 12 17:09:08 arch systemd[1]: Mounting Configuration File System...
Jun 12 17:09:08 arch systemd[1]: Mounted Arbitrary Executable File Formats File System.
Jun 12 17:09:08 arch systemd[1]: Mounted Configuration File System.
Jun 12 17:09:08 arch systemd[1]: Started Set Up Additional Binary Formats.
Jun 12 17:09:08 arch systemd[1]: Started Apply Kernel Variables.
Jun 12 17:09:08 arch systemd[1]: Started Setup Virtual Console.
Jun 12 17:09:08 arch systemd-journald[253]: Journal started
-- Subject: The journal has been started
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- The system journal process has started up, opened the journal
-- files for writing and is now ready to process requests.
Jun 12 17:09:08 arch systemd-modules-load[245]: Failed to lookup alias 'nfs': Function not implemented
Jun 12 17:09:08 arch systemd-sysctl[259]: Couldn't write 'fq_codel' to 'net/core/default_qdisc', ignoring: No such file or directory
Jun 12 17:09:08 arch systemd-fsck[247]: Root: Superblock last write time is in the future.
Jun 12 17:09:08 arch systemd-fsck[247]:         (by less than a day, probably due to the hardware clock being incorrectly set)
Jun 12 17:09:08 arch systemd[1]: Started Journal Service.
Jun 12 17:09:10 arch systemd-fsck[247]: Root: 357392/3899392 files (0.5% non-contiguous), 5463711/15589941 blocks
Jun 12 17:09:10 arch systemd[1]: Started File System Check on Root Device.
-- Subject: Unit systemd-fsck-root.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-fsck-root.service has finished starting up.
-- 
-- The start-up result is done.
Jun 12 17:09:10 arch systemd[1]: Starting Remount Root and Kernel File Systems...
-- Subject: Unit systemd-remount-fs.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-remount-fs.service has begun starting up.
Jun 12 17:09:10 arch kernel: EXT4-fs (sda5): re-mounted. Opts: discard
Jun 12 17:09:10 arch systemd[1]: Started Remount Root and Kernel File Systems.
-- Subject: Unit systemd-remount-fs.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-remount-fs.service has finished starting up.
-- 
-- The start-up result is done.
Jun 12 17:09:10 arch systemd[1]: Starting udev Coldplug all Devices...
-- Subject: Unit systemd-udev-trigger.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-udev-trigger.service has begun starting up.
Jun 12 17:09:10 arch systemd[1]: Starting Load/Save Random Seed...
-- Subject: Unit systemd-random-seed.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-random-seed.service has begun starting up.
Jun 12 17:09:10 arch systemd[1]: Starting Create Static Device Nodes in /dev...
-- Subject: Unit systemd-tmpfiles-setup-dev.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-tmpfiles-setup-dev.service has begun starting up.
Jun 12 17:09:10 arch systemd[1]: Starting Flush Journal to Persistent Storage...
-- Subject: Unit systemd-journal-flush.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-journal-flush.service has begun starting up.
Jun 12 17:09:10 arch systemd[1]: Started Load/Save Random Seed.
-- Subject: Unit systemd-random-seed.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-random-seed.service has finished starting up.
-- 
-- The start-up result is done.
Jun 12 17:09:10 arch systemd-journald[253]: System journal (/var/log/journal/) is 1.4G, max 4.0G, 2.5G free.
-- Subject: Disk space used by the journal
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- System journal (/var/log/journal/) is currently using 1.4G.
-- Maximum allowed usage is set to 4.0G.
-- Leaving at least 4.0G free (of currently available 35.6G of disk space).
-- Enforced usage limit is thus 4.0G, of which 2.5G are still available.
-- 
-- The limits controlling how much disk space is used by the journal may
-- be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,
-- RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in
-- /etc/systemd/journald.conf. See journald.conf(5) for details.
Jun 12 17:09:10 arch systemd-journald[253]: Time spent on flushing to /var is 6.951ms for 845 entries.
Jun 12 17:09:10 arch systemd[1]: Started Create Static Device Nodes in /dev.
-- Subject: Unit systemd-tmpfiles-setup-dev.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-tmpfiles-setup-dev.service has finished starting up.
-- 
-- The start-up result is done.
Jun 12 17:09:10 arch systemd[1]: Starting udev Kernel Device Manager...
-- Subject: Unit systemd-udevd.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-udevd.service has begun starting up.
Jun 12 17:09:10 arch systemd[1]: Reached target Local File Systems (Pre).
-- Subject: Unit local-fs-pre.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit local-fs-pre.target has finished starting up.
-- 
-- The start-up result is done.
Jun 12 17:09:10 arch systemd[1]: Mounting /tmp...
-- Subject: Unit tmp.mount has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit tmp.mount has begun starting up.
Jun 12 17:09:10 arch systemd[1]: Mounted /tmp.
-- Subject: Unit tmp.mount has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit tmp.mount has finished starting up.
-- 
-- The start-up result is done.
Jun 12 17:09:10 arch systemd[1]: Started udev Coldplug all Devices.
-- Subject: Unit systemd-udev-trigger.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-udev-trigger.service has finished starting up.
-- 
-- The start-up result is done.
Jun 12 17:09:10 arch systemd[1]: Started udev Kernel Device Manager.
-- Subject: Unit systemd-udevd.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-udevd.service has finished starting up.
-- 
-- The start-up result is done.
Jun 12 17:09:10 arch systemd[1]: Started Flush Journal to Persistent Storage.
-- Subject: Unit systemd-journal-flush.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-journal-flush.service has finished starting up.
-- 
-- The start-up result is done.
Jun 12 17:09:10 arch mtp-probe[328]: checking bus 3, device 8: "/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1.3"
Jun 12 17:09:10 arch mtp-probe[324]: checking bus 3, device 4: "/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.3"
Jun 12 17:09:10 arch mtp-probe[327]: checking bus 3, device 6: "/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1.1"
Jun 12 17:09:10 arch mtp-probe[328]: bus: 3, device: 8 was not an MTP device
Jun 12 17:09:10 arch mtp-probe[324]: bus: 3, device: 4 was not an MTP device
Jun 12 17:09:10 arch mtp-probe[327]: bus: 3, device: 6 was not an MTP device
Jun 12 17:09:10 arch systemd[1]: Found device WDC_WD1002FAEX-00Y9A0 2.
-- Subject: Unit dev-sdb2.device has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit dev-sdb2.device has finished starting up.
-- 
-- The start-up result is done.
Jun 12 17:09:10 arch systemd[1]: Found device WDC_WD1002FAEX-00Y9A0 1.
-- Subject: Unit dev-sdb1.device has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit dev-sdb1.device has finished starting up.
-- 
-- The start-up result is done.
Jun 12 17:09:10 arch systemd[1]: Mounting /mnt/Win_X...
-- Subject: Unit mnt-Win_X.mount has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit mnt-Win_X.mount has begun starting up.
Jun 12 17:09:10 arch systemd[1]: Mounting /mnt/Win_Y...
-- Subject: Unit mnt-Win_Y.mount has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit mnt-Win_Y.mount has begun starting up.
Jun 12 17:09:10 arch systemd[1]: Found device INTEL_SSDSC2CT180A3 EF.
-- Subject: Unit dev-disk-by\x2dpartuuid-2788a195\x2db395\x2d489d\x2d8b76\x2df5e44712f6f6.device has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit dev-disk-by\x2dpartuuid-2788a195\x2db395\x2d489d\x2d8b76\x2df5e44712f6f6.device has finished starting up.
-- 
-- The start-up result is done.
Jun 12 17:09:10 arch systemd[1]: Found device INTEL_SSDSC2CT180A3 Ba.
-- Subject: Unit dev-sda3.device has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit dev-sda3.device has finished starting up.
-- 
-- The start-up result is done.
Jun 12 17:09:10 arch systemd[1]: Found device INTEL_SSDSC2CT180A3 Swap.
-- Subject: Unit dev-disk-by\x2dpartuuid-735c1774\x2dfa2c\x2df1d2\x2d4b07\x2da7bd4a282daf.device has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit dev-disk-by\x2dpartuuid-735c1774\x2dfa2c\x2df1d2\x2d4b07\x2da7bd4a282daf.device has finished starting up.
-- 
-- The start-up result is done.
Jun 12 17:09:10 arch systemd[1]: Found device INTEL_SSDSC2CT180A3 Swap.
-- Subject: Unit dev-sda4.device has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit dev-sda4.device has finished starting up.
-- 
-- The start-up result is done.
Jun 12 17:09:10 arch mount[352]: modprobe: FATAL: Module fuse not found in directory /lib/modules/4.5.4-1-ARCH
Jun 12 17:09:10 arch mount[347]: modprobe: FATAL: Module fuse not found in directory /lib/modules/4.5.4-1-ARCH
Jun 12 17:09:10 arch systemd[1]: Activating swap Swap Partition...
-- Subject: Unit dev-sda4.swap has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit dev-sda4.swap has begun starting up.
Jun 12 17:09:10 arch systemd[1]: Mounting /mnt/Win_C...
-- Subject: Unit mnt-Win_C.mount has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit mnt-Win_C.mount has begun starting up.
Jun 12 17:09:10 arch systemd[1]: Starting File System Check on /dev/disk/by-partuuid/2788a195-b395-489d-8b76-f5e44712f6f6...
-- Subject: Unit systemd-fsck@dev-disk-by\x2dpartuuid-2788a195\x2db395\x2d489d\x2d8b76\x2df5e44712f6f6.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-fsck@dev-disk-by\x2dpartuuid-2788a195\x2db395\x2d489d\x2d8b76\x2df5e44712f6f6.service has begun starting up.
Jun 12 17:09:10 arch mount[361]: modprobe: FATAL: Module fuse not found in directory /lib/modules/4.5.4-1-ARCH
Jun 12 17:09:10 arch systemd[1]: Activated swap Swap Partition.
-- Subject: Unit dev-sda4.swap has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit dev-sda4.swap has finished starting up.
-- 
-- The start-up result is done.
Jun 12 17:09:10 arch kernel: Adding 8402732k swap on /dev/sda4.  Priority:-1 extents:1 across:8402732k SSFS
Jun 12 17:09:10 arch systemd[1]: Activated swap /dev/disk/by-partuuid/735c1774-fa2c-f1d2-4b07-a7bd4a282daf.
-- Subject: Unit dev-disk-by\x2dpartuuid-735c1774\x2dfa2c\x2df1d2\x2d4b07\x2da7bd4a282daf.swap has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit dev-disk-by\x2dpartuuid-735c1774\x2dfa2c\x2df1d2\x2d4b07\x2da7bd4a282daf.swap has finished starting up.
-- 
-- The start-up result is done.
Jun 12 17:09:10 arch systemd[1]: Reached target Swap.
-- Subject: Unit swap.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit swap.target has finished starting up.
-- 
-- The start-up result is done.
Jun 12 17:09:10 arch systemd-fsck[363]: fsck.fat 4.0 (2016-05-06)
Jun 12 17:09:10 arch systemd-fsck[363]: /dev/sda1: 140 files, 75625/98304 clusters
Jun 12 17:09:10 arch systemd[1]: Started File System Check on /dev/disk/by-partuuid/2788a195-b395-489d-8b76-f5e44712f6f6.
-- Subject: Unit systemd-fsck@dev-disk-by\x2dpartuuid-2788a195\x2db395\x2d489d\x2d8b76\x2df5e44712f6f6.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-fsck@dev-disk-by\x2dpartuuid-2788a195\x2db395\x2d489d\x2d8b76\x2df5e44712f6f6.service has finished starting up.
-- 
-- The start-up result is done.
Jun 12 17:09:10 arch systemd[1]: Mounting /boot/efi...
-- Subject: Unit boot-efi.mount has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit boot-efi.mount has begun starting up.
Jun 12 17:09:10 arch mount[372]: mount: wrong fs type, bad option, bad superblock on /dev/sda1,
Jun 12 17:09:10 arch mount[372]:        missing codepage or helper program, or other error
Jun 12 17:09:10 arch mount[372]:        In some cases useful info is found in syslog - try
Jun 12 17:09:10 arch mount[372]:        dmesg | tail or so.
Jun 12 17:09:10 arch systemd[1]: boot-efi.mount: Mount process exited, code=exited status=32
Jun 12 17:09:10 arch systemd[1]: Failed to mount /boot/efi.
-- Subject: Unit boot-efi.mount has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit boot-efi.mount has failed.
-- 
-- The result is failed.
Jun 12 17:09:10 arch systemd[1]: Dependency failed for Local File Systems.
-- Subject: Unit local-fs.target has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit local-fs.target has failed.
-- 
-- The result is dependency.
Jun 12 17:09:10 arch kernel: FAT-fs (sda1): codepage cp437 not found
Jun 12 17:09:10 arch systemd[1]: local-fs.target: Job local-fs.target/start failed with result 'dependency'.
Jun 12 17:09:10 arch systemd[1]: local-fs.target: Triggering OnFailure= dependencies.
Jun 12 17:09:10 arch systemd[1]: boot-efi.mount: Unit entered failed state.
Jun 12 17:09:10 arch systemd[1]: Starting Preprocess NFS configuration...
-- Subject: Unit nfs-config.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit nfs-config.service has begun starting up.
Jun 12 17:09:10 arch systemd[1]: Reached target Network.
-- Subject: Unit network.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit network.target has finished starting up.
-- 
-- The start-up result is done.
Jun 12 17:09:10 arch systemd[1]: Reached target Paths.
-- Subject: Unit paths.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit paths.target has finished starting up.
-- 
-- The start-up result is done.
Jun 12 17:09:10 arch systemd[1]: Reached target Sockets.
-- Subject: Unit sockets.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit sockets.target has finished starting up.
-- 
-- The start-up result is done.
Jun 12 17:09:10 arch systemd[1]: Starting Create Volatile Files and Directories...
-- Subject: Unit systemd-tmpfiles-setup.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-tmpfiles-setup.service has begun starting up.
Jun 12 17:09:10 arch systemd[1]: Started Emergency Shell.
-- Subject: Unit emergency.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit emergency.service has finished starting up.
-- 
-- The start-up result is done.
Jun 12 17:09:10 arch systemd[1]: Reached target Emergency Mode.
-- Subject: Unit emergency.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit emergency.target has finished starting up.
-- 
-- The start-up result is done.
Jun 12 17:09:10 arch systemd[1]: Reached target Timers.
-- Subject: Unit timers.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit timers.target has finished starting up.
-- 
-- The start-up result is done.
Jun 12 17:09:10 arch systemd[1]: Started Preprocess NFS configuration.
-- Subject: Unit nfs-config.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit nfs-config.service has finished starting up.
-- 
-- The start-up result is done.
Jun 12 17:09:10 arch systemd[1]: Started Create Volatile Files and Directories.
-- Subject: Unit systemd-tmpfiles-setup.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-tmpfiles-setup.service has finished starting up.
-- 
-- The start-up result is done.
Jun 12 17:09:10 arch systemd[1]: Starting Update UTMP about System Boot/Shutdown...
-- Subject: Unit systemd-update-utmp.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-update-utmp.service has begun starting up.
Jun 12 17:09:10 arch systemd[1]: Starting NFS status monitor for NFSv2/3 locking....
-- Subject: Unit rpc-statd.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit rpc-statd.service has begun starting up.
Jun 12 17:09:10 arch systemd[1]: Started Update UTMP about System Boot/Shutdown.
-- Subject: Unit systemd-update-utmp.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-update-utmp.service has finished starting up.
-- 
-- The start-up result is done.
Jun 12 17:09:10 arch rpc.statd[391]: Version 1.3.3 starting
Jun 12 17:09:10 arch rpc.statd[391]: Flags: TI-RPC
Jun 12 17:09:10 arch rpc.statd[391]: Running as root.  chown /var/lib/nfs to choose different user
Jun 12 17:09:10 arch rpc.statd[391]: failed to create RPC listeners, exiting
Jun 12 17:09:10 arch systemd[1]: rpc-statd.service: Control process exited, code=exited status=1
Jun 12 17:09:10 arch systemd[1]: Failed to start NFS status monitor for NFSv2/3 locking..
-- Subject: Unit rpc-statd.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit rpc-statd.service has failed.
-- 
-- The result is failed.
Jun 12 17:09:10 arch systemd[1]: rpc-statd.service: Unit entered failed state.
Jun 12 17:09:10 arch systemd[1]: rpc-statd.service: Failed with result 'exit-code'.
Jun 12 17:09:11 arch mount[347]: Failed to create '/dev/fuse': File exists
Jun 12 17:09:11 arch mount[361]: fuse: device not found, try 'modprobe fuse' first
Jun 12 17:09:11 arch systemd[1]: mnt-Win_C.mount: Mount process exited, code=exited status=21
Jun 12 17:09:11 arch systemd[1]: Failed to mount /mnt/Win_C.
-- Subject: Unit mnt-Win_C.mount has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit mnt-Win_C.mount has failed.
-- 
-- The result is failed.
Jun 12 17:09:11 arch systemd[1]: mnt-Win_C.mount: Unit entered failed state.
Jun 12 17:09:12 arch mount[347]: fuse: device not found, try 'modprobe fuse' first
Jun 12 17:09:12 arch systemd[1]: mnt-Win_X.mount: Mount process exited, code=exited status=21
Jun 12 17:09:12 arch systemd[1]: Failed to mount /mnt/Win_X.
-- Subject: Unit mnt-Win_X.mount has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit mnt-Win_X.mount has failed.
-- 
-- The result is failed.
Jun 12 17:09:12 arch systemd[1]: mnt-Win_X.mount: Unit entered failed state.
Jun 12 17:09:12 arch mount[352]: fuse: device not found, try 'modprobe fuse' first
Jun 12 17:09:12 arch systemd[1]: mnt-Win_Y.mount: Mount process exited, code=exited status=21
Jun 12 17:09:12 arch systemd[1]: Failed to mount /mnt/Win_Y.
-- Subject: Unit mnt-Win_Y.mount has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit mnt-Win_Y.mount has failed.
-- 
-- The result is failed.
Jun 12 17:09:12 arch systemd[1]: mnt-Win_Y.mount: Unit entered failed state.
Jun 12 17:09:15 arch systemd[382]: emergency.service: Failed at step EXEC spawning /bin/plymouth: No such file or directory
-- Subject: Process /bin/plymouth could not be executed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- The process /bin/plymouth could not be executed and failed.
-- 
-- The error number returned by this process is 2.
Jun 12 17:10:38 arch systemd[1]: sys-subsystem-net-devices-eth0.device: Job sys-subsystem-net-devices-eth0.device/start timed out.
Jun 12 17:10:38 arch systemd[1]: Timed out waiting for device sys-subsystem-net-devices-eth0.device.
-- Subject: Unit sys-subsystem-net-devices-eth0.device has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit sys-subsystem-net-devices-eth0.device has failed.
-- 
-- The result is timeout.
Jun 12 17:10:38 arch systemd[1]: sys-subsystem-net-devices-eth0.device: Job sys-subsystem-net-devices-eth0.device/start failed with result 'timeout'.
Jun 12 17:10:38 arch systemd[1]: Startup finished in 3.776s (kernel) + 1min 30.283s (userspace) = 1min 34.059s.
-- Subject: System start-up is now complete
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- All system services necessary queued for starting at boot have been
-- successfully started. Note that this does not mean that the machine is
-- now idle as services might still be busy with completing start-up.
-- 
-- Kernel start-up required 3776547 microseconds.
-- 
-- Initial RAM disk start-up required INITRD_USEC microseconds.
-- 
-- Userspace start-up required 90283054 microseconds.




--  read the Code of Conduct and only post thumbnails http://wiki.archlinux.org/index.php/Cod … s_and_code [jwr] --

Last edited by jasonwryan (2016-06-12 16:41:00)

Offline

#2 2016-06-12 16:45:49

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,784
Website

Re: No boot after upgrading to kernel 4.6.2-1 [Failed to mount /boot/efi/]

PARTUUID=2788a195-b395-489d-8b76-f5e44712f6f6 /boot/efi vfat defaults 0 1

...

Jun 12 17:09:08 arch kernel: Linux version 4.5.4-1-ARCH (builduser@tobias) (gcc version 6.1.1 20160501 (GCC) ) #1 SMP PREEMPT Wed May 11 22:21:28 CEST 2016

Your ESP is not mounted to /boot, so your bootmanager is loading an outdated kernel (4.5.4-1-ARCH) which presumably is stored on the ESP. See https://wiki.archlinux.org/index.php/EF … unt_Points

You can downgrade to the aforementioned kernel to mount your ESP and fix things, or boot a liveCD and fix it from there.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Online

#3 2016-06-13 14:36:05

Heema
Member
From: Egypt
Registered: 2008-08-12
Posts: 62

Re: No boot after upgrading to kernel 4.6.2-1 [Failed to mount /boot/efi/]

Thanks alot, its working now

It turned out that refind was an old version so i updated it and fixed its configuration and its working fine now

Offline

Board footer

Powered by FluxBB