You are not logged in.

#1 2014-06-24 09:29:39

k2_8191
Member
Registered: 2012-10-18
Posts: 20

[SOLVED] Arch with kernel 3.15.1 hangs/reboots in early boot

Hi all,

Recently I bought Asrock D1800B-ITX and I installed Arch without seeing any error messages.
However, when I rebooted to the installed system, the kernel hangs after printing "Booting the kernel."
What should I do next to troubleshoot this?

PC spec:

  • CPU: Intel Celeron J1800

  • Mobo: Asrock D1800B-ITX (BIOS version 1.4)

  • RAM: Transcend DDR3L-1333 2G x2 (passes memtest86+ 5+ times)

  • SSD: Crucial m4 64GB (M4-CT064M4SSD1)

What I tried to do:

  • The installation method is the same as the Beginners' guide on the ArchWiki.

  • Arch ISO 2014.06.01 written in a USB memstick by dd is used to install Arch.

  • Both UEFI (tried first) and BIOS installation won't work.

  • Changing the HOOKS variable in /etc/mkinitcpio.conf won't affect the symptom (tried "base udev ...", "base systemd ..." and "systemd ...").

  • The kernel from linux-lts package (3.10.44 as of writing) and 3.14.4 (included in Arch ISO 2014.06.01) boots.

  • The console output (tty0) from the kernel with "debug" appended to the kernel parameter is messed up like the image if framebuffer is enabled.

  • If framebuffer is disabled, I got some error messages like this image("debug" appended).

  • The serial console output from the kernel 3.15.1-1 with "debug boot_delay=5000 console=ttyS0,115200n8r" appended to the paramaters is below:

    [    0.000000] Initializing cgroup subsys cpuset
    [    0.000000] Initializing cgroup subsys cpu
    [    0.000000] Initializing cgroup subsys cpuacct
    [    0.000000] Linux version 3.15.1-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.0 20140604 (prerelease) (GCC) ) #1 SMP PREEMPT Tue Jun 17 09:32:20 CEST 2014
    [    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=8e8c9f53-53f9-43d9-af6e-13c375c2e3c4 rw debug boot_delay=5000 console=ttyS0,115200n8r
    [    0.000000] e820: BIOS-provided physical RAM map:
    [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009c7ff] usable
    [    0.000000] BIOS-e820: [mem 0x000000000009c800-0x000000000009ffff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    [    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000200fffff] reserved
    [    0.000000] BIOS-e820: [mem 0x0000000020100000-0x000000006d5a8fff] usable
    [    0.000000] BIOS-e820: [mem 0x000000006d5a9000-0x000000006d5d8fff] reserved
    [    0.000000] BIOS-e820: [mem 0x000000006d5d9000-0x000000006d5e8fff] ACPI data
    [    0.000000] BIOS-e820: [mem 0x000000006d5e9000-0x000000006d716fff] ACPI NVS
    [    0.000000] BIOS-e820: [mem 0x000000006d717000-0x000000006da80fff] reserved
    [    0.000000] BIOS-e820: [mem 0x000000006da81000-0x000000006da81fff] usable
    [    0.000000] BIOS-e820: [mem 0x000000006da82000-0x000000006dac3fff] reserved
    [    0.000000] BIOS-e820: [mem 0x000000006dac4000-0x000000006dc31fff] usable
    [    0.000000] BIOS-e820: [mem 0x000000006dc32000-0x000000006dff9fff] reserved
    [    0.000000] BIOS-e820: [mem 0x000000006dffa000-0x000000006dffffff] usable
    [    0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
    [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
    [    0.000000] NX (Execute Disable) protection: active
    [    0.000000] SMBIOS 2.8 present.
    [    0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./D1800B-ITX, BIOS P1.40 05/22/2014
    [    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [    0.000000] No AGP bridge found
    [    0.000000] e820: last_pfn = 0x180000 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-E7FFF write-through
    [    0.000000]   E8000-FFFFF write-protect
    [    0.000000] MTRR variable ranges enabled:
    [    0.000000]   0 base 000000000 mask FC0000000 write-back
    [    0.000000]   1 base 040000000 mask FE0000000 write-back
    [    0.000000]   2 base 060000000 mask FF0000000 write-back
    [    0.000000]   3 base 06E800000 mask FFF800000 uncachable
    [    0.000000]   4 base 06F000000 mask FFF000000 uncachable
    [    0.000000]   5 base 100000000 mask F80000000 write-back
    [    0.000000]   6 disabled
    [    0.000000]   7 disabled
    [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [    0.000000] e820: update [mem 0x6e800000-0xffffffff] usable ==> reserved
    [    0.000000] e820: last_pfn = 0x6e000 max_arch_pfn = 0x400000000
    [    0.000000] found SMP MP-table at [mem 0x000fd6b0-0x000fd6bf] mapped at [ffff8800000fd6b0]
    [    0.000000] Scanning 1 areas for low memory corruption
    [    0.000000] Base memory trampoline at [ffff880000096000] 96000 size 24576
    [    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [    0.000000]  [mem 0x00000000-0x000fffff] page 4k
    [    0.000000] BRK [0x01b3e000, 0x01b3efff] PGTABLE
    [    0.000000] BRK [0x01b3f000, 0x01b3ffff] PGTABLE
    [    0.000000] BRK [0x01b40000, 0x01b40fff] PGTABLE
    [    0.000000] init_memory_mapping: [mem 0x17fe00000-0x17fffffff]
    [    0.000000]  [mem 0x17fe00000-0x17fffffff] page 2M
    [    0.000000] BRK [0x01b41000, 0x01b41fff] PGTABLE
    [    0.000000] init_memory_mapping: [mem 0x17c000000-0x17fdfffff]
    [    0.000000]  [mem 0x17c000000-0x17fdfffff] page 2M
    [    0.000000] init_memory_mapping: [mem 0x100000000-0x17bffffff]
    [    0.000000]  [mem 0x100000000-0x17bffffff] page 2M
    [    0.000000] BRK [0x01b42000, 0x01b42fff] PGTABLE
    [    0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
    [    0.000000]  [mem 0x00100000-0x001fffff] page 4k
    [    0.000000]  [mem 0x00200000-0x1fffffff] page 2M
    [    0.000000] init_memory_mapping: [mem 0x20100000-0x6d5a8fff]
    [    0.000000]  [mem 0x20100000-0x201fffff] page 4k
    [    0.000000]  [mem 0x20200000-0x6d3fffff] page 2M
    [    0.000000]  [mem 0x6d400000-0x6d5a8fff] page 4k
    [    0.000000] BRK [0x01b43000, 0x01b43fff] PGTABLE
    [    0.000000] init_memory_mapping: [mem 0x6da81000-0x6da81fff]
    [    0.000000]  [mem 0x6da81000-0x6da81fff] page 4k
    [    0.000000] init_memory_mapping: [mem 0x6dac4000-0x6dc31fff]
    [    0.000000]  [mem 0x6dac4000-0x6dc31fff] page 4k
    [    0.000000] init_memory_mapping: [mem 0x6dffa000-0x6dffffff]
    [    0.000000]  [mem 0x6dffa000-0x6dffffff] page 4k
    [    0.000000] RAMDISK: [mem 0x379a2000-0x37cc8fff]
    [    0.000000] ACPI: RSDP 0x00000000000F04A0 000024 (v02 ALASKA)
    [    0.000000] ACPI: XSDT 0x000000006D5DC080 00007C (v01 ALASKA A M I    01072009 AMI  00010013)
    [    0.000000] ACPI: FACP 0x000000006D5E73B8 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
    [    0.000000] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/32 (20140214/tbfadt-603)
    [    0.000000] ACPI: DSDT 0x000000006D5DC188 00B229 (v02 ALASKA A M I    01072009 INTL 20120913)
    [    0.000000] ACPI: FACS 0x000000006D716F80 000040
    [    0.000000] ACPI: APIC 0x000000006D5E74C8 000068 (v03 ALASKA A M I    01072009 AMI  00010013)
    [    0.000000] ACPI: FPDT 0x000000006D5E7530 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
    [    0.000000] ACPI: MCFG 0x000000006D5E7578 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
    [    0.000000] ACPI: LPIT 0x000000006D5E75B8 000104 (v01 ALASKA A M I    00000003 VLV2 0100000D)
    [    0.000000] ACPI: AAFT 0x000000006D5E76C0 0000D7 (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
    [    0.000000] ACPI: HPET 0x000000006D5E7798 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
    [    0.000000] ACPI: SSDT 0x000000006D5E77D0 000763 (v01 PmRef  CpuPm    00003000 INTL 20061109)
    [    0.000000] ACPI: SSDT 0x000000006D5E7F38 000290 (v01 PmRef  Cpu0Tst  00003000 INTL 20061109)
    [    0.000000] ACPI: SSDT 0x000000006D5E81C8 00017A (v01 PmRef  ApTst    00003000 INTL 20061109)
    [    0.000000] ACPI: UEFI 0x000000006D5E8348 000042 (v01 ALASKA A M I    00000000      00000000)
    [    0.000000] ACPI: Local APIC address 0xfee00000
    [    0.000000] No NUMA configuration found
    [    0.000000] Faking a node at [mem 0x0000000000000000-0x000000017fffffff]
    [    0.000000] Initmem setup node 0 [mem 0x00000000-0x17fffffff]
    [    0.000000]   NODE_DATA [mem 0x17fff6000-0x17fffafff]
    [    0.000000]  [ffffea0000000000-ffffea0005ffffff] PMD -> [ffff88017ba00000-ffff88017f5fffff] on node 0
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
    [    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
    [    0.000000]   Normal   [mem 0x100000000-0x17fffffff]
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x00001000-0x0009bfff]
    [    0.000000]   node   0: [mem 0x00100000-0x1fffffff]
    [    0.000000]   node   0: [mem 0x20100000-0x6d5a8fff]
    [    0.000000]   node   0: [mem 0x6da81000-0x6da81fff]
    [    0.000000]   node   0: [mem 0x6dac4000-0x6dc31fff]
    [    0.000000]   node   0: [mem 0x6dffa000-0x6dffffff]
    [    0.000000]   node   0: [mem 0x100000000-0x17fffffff]
    [    0.000000] On node 0 totalpages: 972217
    [    0.000000]   DMA zone: 64 pages used for memmap
    [    0.000000]   DMA zone: 21 pages reserved
    [    0.000000]   DMA zone: 3995 pages, LIFO batch:0
    [    0.000000]   DMA32 zone: 6937 pages used for memmap
    [    0.000000]   DMA32 zone: 443934 pages, LIFO batch:31
    [    0.000000]   Normal zone: 8192 pages used for memmap
    [    0.000000]   Normal zone: 524288 pages, LIFO batch:31
    [    0.000000] x86/hpet: Will disable the HPET for this platform because it's not reliable
    [    0.000000] Reserving Intel graphics stolen memory at 0x6f000000-0x7effffff
    [    0.000000] ACPI: PM-Timer IO Port: 0x408
    [    0.000000] ACPI: Local APIC address 0xfee00000
    [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high res lint[0x48])
    [    0.000000] ACPI: NMI not connected to LINT 1!
    [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1e])
    [    0.000000] ACPI: NMI not connected to LINT 1!
    [    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
    [    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-86
    [    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: IRQ2 used by override.
    [    0.000000] ACPI: IRQ9 used by override.
    [    0.000000] Using ACPI (MADT) for SMP configuration information
    [    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
    [    0.000000] nr_irqs_gsi: 103
    [    0.000000] PM: Registered nosave memory: [mem 0x0009c000-0x0009cfff]
    [    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
    [    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    [    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    [    0.000000] PM: Registered nosave memory: [mem 0x20000000-0x200fffff]
    [    0.000000] PM: Registered nosave memory: [mem 0x6d5a9000-0x6d5d8fff]
    [    0.000000] PM: Registered nosave memory: [mem 0x6d5d9000-0x6d5e8fff]
    [    0.000000] PM: Registered nosave memory: [mem 0x6d5e9000-0x6d716fff]
    [    0.000000] PM: Registered nosave memory: [mem 0x6d717000-0x6da80fff]
    [    0.000000] PM: Registered nosave memory: [mem 0x6da82000-0x6dac3fff]
    [    0.000000] PM: Registered nosave memory: [mem 0x6dc32000-0x6dff9fff]
    [    0.000000] PM: Registered nosave memory: [mem 0x6e000000-0x6effffff]
    [    0.000000] PM: Registered nosave memory: [mem 0x6f000000-0x7effffff]
    [    0.000000] PM: Registered nosave memory: [mem 0x7f000000-0xe00f7fff]
    [    0.000000] PM: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
    [    0.000000] PM: Registered nosave memory: [mem 0xe00f9000-0xfed00fff]
    [    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
    [    0.000000] PM: Registered nosave memory: [mem 0xfed02000-0xffafffff]
    [    0.000000] PM: Registered nosave memory: [mem 0xffb00000-0xffffffff]
    [    0.000000] e820: [mem 0x7f000000-0xe00f7fff] available for PCI devices
    [    0.000000] Booting paravirtualized kernel on bare hardware
    [    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:2 nr_node_ids:1
    [    0.000000] PERCPU: Embedded 29 pages/cpu @ffff88017fc00000 s87168 r8192 d23424 u1048576
    [    0.000000] pcpu-alloc: s87168 r8192 d23424 u1048576 alloc=1*2097152
    [    0.000000] pcpu-alloc: [0] 0 1
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 957003
    [    0.000000] Policy zone: Normal
    [    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=8e8c9f53-53f9-43d9-af6e-13c375c2e3c4 rw debug boot_delay=5000 console=ttyS0,115200n8r
    [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [    0.000000] Checking aperture...
    [    0.000000] No AGP bridge found
    [    0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [    0.000000] Memory: 3746004K/3888868K available (5222K kernel code, 885K rwdata, 1644K rodata, 1116K init, 1284K bss, 142864K reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] Preemptible hierarchical RCU implementation.
    [    0.000000]  RCU dyntick-idle grace-period acceleration is enabled.
    [    0.000000]  Dump stacks of tasks blocking RCU-preempt GP.
    [    0.000000]  RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=2.
    [    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    [    0.000000] NR_IRQS:8448 nr_irqs:512 16
    [    0.000000] spurious 8259A interrupt: IRQ7.
    [    0.000000] Console: colour VGA+ 80x25
    [    0.000000] console [ttyS0] enabled
    [    0.000000] allocated 15728640 bytes of page_cgroup
    [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [    0.000000] Maximum core-clock to bus-clock ratio: 0x1d
    [    0.000000] Resolved frequency ID: 0, frequency: 83200 KHz
    [    0.000000] TSC runs at 2412800 KHz
    [    0.000000] lapic_timer_frequency = 277333
    [    0.000000] tsc: Detected 2412.800 MHz processor
    [    0.000035] Calibrating delay loop (skipped), value calculated using timer frequency.. 4827.66 BogoMIPS (lpj=8042666)
    [    0.011335] pid_max: default: 32768 minimum: 301
    [    0.016281] ACPI: Core revision 20140214
    [    0.038896] ACPI: All ACPI Tables successfully acquired
    [    0.044506] Security Framework initialized
    [    0.048952] Yama: becoming mindful.
    [    0.052893] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [    0.062443] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [    0.070632] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
    [    0.077372] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
    [    0.085099] Initializing cgroup subsys memory
    [    0.089761] Initializing cgroup subsys devices
    [    0.094496] Initializing cgroup subsys freezer
    [    0.098953] Initializing cgroup subsys net_cls
    [    0.103705] Initializing cgroup subsys blkio
    [    0.108007] CPU: Physical Processor ID: 0
    [    0.112334] CPU: Processor Core ID: 0
    [    0.116012] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    [    0.116012] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [    0.134780] mce: CPU supports 6 MCE banks
    [    0.138809] CPU0: Thermal monitoring enabled (TM1)
    [    0.143899] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
    [    0.143899] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
    [    0.143899] tlb_flushall_shift: 6
    [    0.159547] Freeing SMP alternatives memory: 20K (ffffffff819f6000 - ffffffff819fb000)
    [    0.168629] ftrace: allocating 20223 entries in 79 pages
    [    0.184730] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
    [    0.223874] smpboot: CPU0: Intel(R) Celeron(R) CPU  J1800  @ 2.41GHz (fam: 06, model: 37, stepping: 03)
    [    0.233644] TSC deadline timer enabled
    [    0.237410] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, full-width counters, Intel PMU driver.
    [    0.248406] ... version:                3
    [    0.252421] ... bit width:              40
    [    0.256842] ... generic registers:      2
    [    0.260859] ... value mask:             000000ffffffffff
    [    0.266468] ... max period:             000000ffffffffff
    [    0.272072] ... fixed-purpose events:   3
    [    0.276086] ... event mask:             0000000700000003
    [    0.308502] x86: Booting SMP configuration:
    [    0.312979] .... node  #0, CPUs:      #1
    [    0.341729] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [    0.350624] x86: Booted up 1 node, 2 CPUs
    [    0.354641] smpboot: Total of 2 processors activated (9655.33 BogoMIPS)
    [    0.362148] devtmpfs: initialized
    [    0.371790] PM: Registering ACPI NVS region [mem 0x6d5e9000-0x6d716fff] (1236992 bytes)
    [    0.381667] pinctrl core: initialized pinctrl subsystem
    [    0.387237] RTC time: 12:48:20, date: 06/23/14
    [    0.392039] NET: Registered protocol family 16
    [    0.396655] cpuidle: using governor ladder
    [    0.401108] cpuidle: using governor menu
    [    0.405062] ACPI: bus type PCI registered
    [    0.409367] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [    0.416238] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [    0.425888] PCI: not using MMCONFIG
    [    0.429389] PCI: Using configuration type 1 for base access
    [    0.436739] ACPI: Added _OSI(Module Device)
    [    0.441290] ACPI: Added _OSI(Processor Device)
    [    0.445745] ACPI: Added _OSI(3.0 _SCP Extensions)
    [    0.450792] ACPI: Added _OSI(Processor Aggregator Device)
    [    0.483934] ACPI: SSDT 0x000000006D5D1598 000521 (v01 PmRef  Cpu0Ist  00003000 INTL 20061109)
    [    0.493572] ACPI: Dynamic OEM Table Load:
    [    0.497982] ACPI: SSDT 0x0000000000000000 000521 (v01 PmRef  Cpu0Ist  00003000 INTL 20061109)
    [    0.506989] ACPI: SSDT 0x000000006D5D0918 0003DE (v01 PmRef  Cpu0Cst  00003001 INTL 20061109)
    [    0.516701] ACPI: Dynamic OEM Table Load:
    [    0.521060] ACPI: SSDT 0x0000000000000000 0003DE (v01 PmRef  Cpu0Cst  00003001 INTL 20061109)
    [    0.553495] ACPI: SSDT 0x000000006D5D6C18 00015F (v01 PmRef  ApIst    00003000 INTL 20061109)
    [    0.563096] ACPI: Dynamic OEM Table Load:
    [    0.567499] ACPI: SSDT 0x0000000000000000 00015F (v01 PmRef  ApIst    00003000 INTL 20061109)
    [    0.589637] ACPI: SSDT 0x000000006D5D2F18 00008D (v01 PmRef  ApCst    00003000 INTL 20061109)
    [    0.599587] ACPI: Dynamic OEM Table Load:
    [    0.603646] ACPI: SSDT 0x0000000000000000 00008D (v01 PmRef  ApCst    00003000 INTL 20061109)
    [    0.626595] ACPI: Interpreter enabled
    [    0.630656] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140214/hwxface-580)
    [    0.640234] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140214/hwxface-580)
    [    0.649828] ACPI: (supports S0 S3 S4 S5)
    [    0.653760] ACPI: Using IOAPIC for interrupt routing
    [    0.659107] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [    0.669732] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [    0.703985] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [    0.722133] ACPI: Power Resource [USBC] (on)
    [    0.728108] ACPI: Power Resource [PLPE] (on)
    [    0.732632] ACPI: Power Resource [PLPE] (on)
    [    0.743169] ACPI: Power Resource [CLK0] (on)
    [    0.747518] ACPI: Power Resource [CLK1] (on)
    [    0.827458] ACPI: Power Resource [FN00] (off)
    [    0.832738] ACPI: \_PR_.CPU2: failed to get CPU APIC ID.
    [    0.838063] ACPI: \_PR_.CPU3: failed to get CPU APIC ID.
    [    0.843920] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [    0.850447] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [    0.859188] \_SB_.PCI0:_OSC invalid UUID
    [    0.863119] _OSC request data:1 1f 0
    [    0.866869] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
    [    0.873883] PCI host bridge to bus 0000:00
    [    0.877994] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    0.883490] pci_bus 0000:00: root bus resource [io  0x0000-0x006f]
    [    0.889672] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7]
    [    0.895856] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
    [    0.902037] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [    0.908916] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
    [    0.915792] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff]
    [    0.922671] pci_bus 0000:00: root bus resource [mem 0x80000000-0x90816ffe]
    [    0.929554] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
    [    0.935723] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
    [    0.941744] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x903fffff]
    [    0.948027] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff pref]
    [    0.954740] pci 0000:00:02.0: reg 0x20: [io  0xf080-0xf087]
    [    0.960486] pci 0000:00:13.0: [8086:0f23] type 00 class 0x010601
    [    0.966518] pci 0000:00:13.0: reg 0x10: [io  0xf070-0xf077]
    [    0.972101] pci 0000:00:13.0: reg 0x14: [io  0xf060-0xf063]
    [    0.977685] pci 0000:00:13.0: reg 0x18: [io  0xf050-0xf057]
    [    0.983272] pci 0000:00:13.0: reg 0x1c: [io  0xf040-0xf043]
    [    0.988856] pci 0000:00:13.0: reg 0x20: [io  0xf020-0xf03f]
    [    0.994440] pci 0000:00:13.0: reg 0x24: [mem 0x90816000-0x908167ff]
    [    1.000755] pci 0000:00:13.0: PME# supported from D3hot
    [    1.006126] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
    [    1.012152] pci 0000:00:14.0: reg 0x10: [mem 0x90800000-0x9080ffff 64bit]
    [    1.018996] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [    1.024929] pci 0000:00:14.0: System wakeup disabled by ACPI
    [    1.030671] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
    [    1.036710] pci 0000:00:1a.0: reg 0x10: [mem 0x90500000-0x905fffff]
    [    1.042994] pci 0000:00:1a.0: reg 0x14: [mem 0x90400000-0x904fffff]
    [    1.049367] pci 0000:00:1a.0: PME# supported from D0 D3hot
    [    1.055004] pci 0000:00:1b.0: [8086:0f04] type 00 class 0x040300
    [    1.061043] pci 0000:00:1b.0: reg 0x10: [mem 0x90810000-0x90813fff 64bit]
    [    1.067905] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [    1.074139] pci 0000:00:1c.0: [8086:0f48] type 01 class 0x060400
    [    1.080211] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [    1.086442] pci 0000:00:1c.1: [8086:0f4a] type 01 class 0x060400
    [    1.092514] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [    1.098749] pci 0000:00:1c.2: [8086:0f4c] type 01 class 0x060400
    [    1.104820] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [    1.111057] pci 0000:00:1c.3: [8086:0f4e] type 01 class 0x060400
    [    1.117128] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [    1.123370] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
    [    1.129584] pci 0000:00:1f.3: [8086:0f12] type 00 class 0x0c0500
    [    1.135629] pci 0000:00:1f.3: reg 0x10: [mem 0x90814000-0x9081401f]
    [    1.141966] pci 0000:00:1f.3: reg 0x20: [io  0xf000-0xf01f]
    [    1.147866] pci 0000:01:00.0: [8086:10d3] type 00 class 0x020000
    [    1.153898] pci 0000:01:00.0: reg 0x10: [mem 0x907c0000-0x907dffff]
    [    1.160186] pci 0000:01:00.0: reg 0x14: [mem 0x90700000-0x9077ffff]
    [    1.166473] pci 0000:01:00.0: reg 0x18: [io  0xe000-0xe01f]
    [    1.172068] pci 0000:01:00.0: reg 0x1c: [mem 0x907e0000-0x907e3fff]
    [    1.178384] pci 0000:01:00.0: reg 0x30: [mem 0x90780000-0x907bffff pref]
    [    1.185185] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
    [    1.191338] pci 0000:01:00.0: System wakeup disabled by ACPI
    [    1.203691] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [    1.208670] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
    [    1.214772] pci 0000:00:1c.0:   bridge window [mem 0x90700000-0x907fffff]
    [    1.221670] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
    [    1.227701] pci 0000:02:00.0: reg 0x10: [io  0xd000-0xd0ff]
    [    1.233305] pci 0000:02:00.0: reg 0x18: [mem 0x90604000-0x90604fff 64bit]
    [    1.240110] pci 0000:02:00.0: reg 0x20: [mem 0x90600000-0x90603fff 64bit pref]
    [    1.247422] pci 0000:02:00.0: supports D1 D2
    [    1.251698] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [    1.258360] pci 0000:02:00.0: System wakeup disabled by ACPI
    [    1.270703] pci 0000:00:1c.1: PCI bridge to [bus 02]
    [    1.275679] pci 0000:00:1c.1:   bridge window [io  0xd000-0xdfff]
    [    1.281775] pci 0000:00:1c.1:   bridge window [mem 0x90600000-0x906fffff]
    [    1.288650] pci 0000:00:1c.2: PCI bridge to [bus 03]
    [    1.293707] pci 0000:00:1c.3: PCI bridge to [bus 04]
    [    1.299555] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
    [    1.306755] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 *11 12 14 15)
    [    1.313970] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15)
    [    1.321167] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
    [    1.328364] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
    [    1.335574] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [    1.343951] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *10 11 12 14 15)
    [    1.351177] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
    [    1.360061] ACPI: Enabled 6 GPEs in block 00 to 3F
    [    1.365087] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [    1.373183] vgaarb: loaded
    [    1.375899] vgaarb: bridge control possible 0000:00:02.0
    [    1.381261] PCI: Using ACPI for IRQ routing
    [    1.391151] PCI: pci_cache_line_size set to 64 bytes
    [    1.396162] e820: reserve RAM buffer [mem 0x0009c800-0x0009ffff]
    [    1.402172] e820: reserve RAM buffer [mem 0x6d5a9000-0x6fffffff]
    [    1.408182] e820: reserve RAM buffer [mem 0x6da82000-0x6fffffff]
    [    1.414191] e820: reserve RAM buffer [mem 0x6dc32000-0x6fffffff]
    [    1.420199] e820: reserve RAM buffer [mem 0x6e000000-0x6fffffff]
    [    1.426359] NetLabel: Initializing
    [    1.429766] NetLabel:  domain hash size = 128
    [    1.434127] NetLabel:  protocols = UNLABELED CIPSOv4
    [    1.439113] NetLabel:  unlabeled traffic allowed by default
    [    1.444734] Switched to clocksource refined-jiffies
    [    1.456826] pnp: PnP ACPI init
    [    1.459927] ACPI: bus type PNP registered
    [    1.464017] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
    [    1.470655] pnp 00:01: Plug and Play ACPI device, IDs PNP0103 (active)
    [    1.477324] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
    [    1.483943] system 00:03: [io  0x0680-0x069f] has been reserved
    [    1.489870] system 00:03: [io  0x0400-0x047f] has been reserved
    [    1.495800] system 00:03: [io  0x0500-0x05fe] has been reserved
    [    1.501725] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
    [    1.508678] system 00:04: [io  0x0290-0x029f] has been reserved
    [    1.514602] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [    1.521901] pnp 00:05: [dma 3]
    [    1.525150] pnp 00:05: Plug and Play ACPI device, IDs PNP0400 PNP0401 (active)
    [    1.532666] pnp 00:06: [dma 0 disabled]
    [    1.536610] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
    [    1.543468] pnp 00:07: [dma 0 disabled]
    [    1.547398] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
    [    1.554310] system 00:08: [mem 0xe0000000-0xefffffff] could not be reserved
    [    1.561277] system 00:08: [mem 0xfed01000-0xfed01fff] has been reserved
    [    1.567902] system 00:08: [mem 0xfed03000-0xfed03fff] has been reserved
    [    1.574517] system 00:08: [mem 0xfed04000-0xfed04fff] has been reserved
    [    1.581135] system 00:08: [mem 0xfed0c000-0xfed0ffff] has been reserved
    [    1.587750] system 00:08: [mem 0xfed08000-0xfed08fff] has been reserved
    [    1.594368] system 00:08: [mem 0xfed1c000-0xfed1cfff] has been reserved
    [    1.600987] system 00:08: [mem 0xfee00000-0xfeefffff] has been reserved
    [    1.607602] system 00:08: [mem 0xfef00000-0xfeffffff] has been reserved
    [    1.614221] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [    1.622896] pnp 00:09: Plug and Play ACPI device, IDs INT33bd (active)
    [    1.629444] pnp: PnP ACPI: found 10 devices
    [    1.633635] ACPI: bus type PNP unregistered
    [    1.645842] Switched to clocksource acpi_pm
    [    1.650077] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
    [    1.660099] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    [    1.670121] pci 0000:00:1c.2: bridge window [io  0x1000-0x0fff] to [bus 03] add_size 1000
    [    1.678317] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
    [    1.688327] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff] to [bus 03] add_size 200000
    [    1.697397] pci 0000:00:1c.3: bridge window [io  0x1000-0x0fff] to [bus 04] add_size 1000
    [    1.705587] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000
    [    1.715604] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000
    [    1.724671] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [    1.734596] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [    1.744525] pci 0000:00:1c.2: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [    1.753505] pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [    1.763432] pci 0000:00:1c.3: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [    1.772408] pci 0000:00:1c.3: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [    1.782337] pci 0000:00:1c.2: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
    [    1.790442] pci 0000:00:1c.3: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
    [    1.798551] pci 0000:00:1c.0: BAR 15: can't assign mem pref (size 0x200000)
    [    1.805529] pci 0000:00:1c.1: BAR 15: can't assign mem pref (size 0x200000)
    [    1.812508] pci 0000:00:1c.2: BAR 14: can't assign mem (size 0x200000)
    [    1.819058] pci 0000:00:1c.2: BAR 15: can't assign mem pref (size 0x200000)
    [    1.826037] pci 0000:00:1c.3: BAR 14: can't assign mem (size 0x200000)
    [    1.832587] pci 0000:00:1c.3: BAR 15: can't assign mem pref (size 0x200000)
    [    1.839567] pci 0000:00:1c.2: BAR 13: assigned [io  0x1000-0x1fff]
    [    1.845766] pci 0000:00:1c.3: BAR 13: assigned [io  0x2000-0x2fff]
    [    1.851971] pci 0000:00:1c.3: BAR 14: can't assign mem (size 0x200000)
    [    1.858518] pci 0000:00:1c.3: BAR 15: can't assign mem pref (size 0x200000)
    [    1.865497] pci 0000:00:1c.2: BAR 14: can't assign mem (size 0x200000)
    [    1.872047] pci 0000:00:1c.2: BAR 15: can't assign mem pref (size 0x200000)
    [    1.879027] pci 0000:00:1c.1: BAR 15: can't assign mem pref (size 0x200000)
    [    1.886022] pci 0000:00:1c.0: BAR 15: can't assign mem pref (size 0x200000)
    [    1.893006] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [    1.897993] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
    [    1.904105] pci 0000:00:1c.0:   bridge window [mem 0x90700000-0x907fffff]
    [    1.910915] pci 0000:00:1c.1: PCI bridge to [bus 02]
    [    1.915898] pci 0000:00:1c.1:   bridge window [io  0xd000-0xdfff]
    [    1.922014] pci 0000:00:1c.1:   bridge window [mem 0x90600000-0x906fffff]
    [    1.928826] pci 0000:00:1c.2: PCI bridge to [bus 03]
    [    1.933806] pci 0000:00:1c.2:   bridge window [io  0x1000-0x1fff]
    [    1.939928] pci 0000:00:1c.3: PCI bridge to [bus 04]
    [    1.944917] pci 0000:00:1c.3:   bridge window [io  0x2000-0x2fff]
    [    1.951038] pci_bus 0000:00: resource 4 [io  0x0000-0x006f]
    [    1.956636] pci_bus 0000:00: resource 5 [io  0x0078-0x0cf7]
    [    1.962226] pci_bus 0000:00: resource 6 [io  0x0d00-0xffff]
    [    1.967819] pci_bus 0000:00: resource 7 [mem 0x000a0000-0x000bffff]
    [    1.974106] pci_bus 0000:00: resource 8 [mem 0x000c0000-0x000dffff]
    [    1.980393] pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000fffff]
    [    1.986679] pci_bus 0000:00: resource 10 [mem 0x80000000-0x90816ffe]
    [    1.993048] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
    [    1.998640] pci_bus 0000:01: resource 1 [mem 0x90700000-0x907fffff]
    [    2.004928] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
    [    2.010521] pci_bus 0000:02: resource 1 [mem 0x90600000-0x906fffff]
    [    2.016799] pci_bus 0000:03: resource 0 [io  0x1000-0x1fff]
    [    2.022385] pci_bus 0000:04: resource 0 [io  0x2000-0x2fff]
    [    2.028011] NET: Registered protocol family 2
    [    2.032617] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
    [    2.039992] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    [    2.046756] TCP: Hash tables configured (established 32768 bind 32768)
    [    2.053347] TCP: reno registered
    [    2.056613] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [    2.062665] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [    2.069219] NET: Registered protocol family 1
    [    2.073615] pci 0000:00:02.0: Boot video device
    [    2.078437] PCI: CLS 64 bytes, default 64
    [    2.082551] Unpacking initramfs...
    [    2.163887] Freeing initrd memory: 3228K (ffff8800379a2000 - ffff880037cc9000)
    [    2.171174] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [    2.177630] software IO TLB [mem 0x695a9000-0x6d5a9000] (64MB) mapped at [ffff8800695a9000-ffff88006d5a8fff]
    [    2.187692] Scanning for low memory corruption every 60 seconds
    [    2.194032] futex hash table entries: 512 (order: 3, 32768 bytes)
    [    2.214648] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [    2.223371] zbud: loaded
    [    2.226146] VFS: Disk quotas dquot_6.5.2
    [    2.230143] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    2.236799] msgmni has been set to 7322
    [    2.240735] Key type big_key registered
    [    2.244935] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [    2.252427] io scheduler noop registered
    [    2.256375] io scheduler deadline registered
    [    2.260712] io scheduler cfq registered (default)
    [    2.266068] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [    2.271694] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [    2.278375] intel_idle: MWAIT substates: 0x33000020
    [    2.283272] intel_idle: v0.4 model 0x37
    [    2.287126] intel_idle: lapic_timer_reliable_states 0xffffffff
    [    2.293183] GHES: HEST is not enabled!
    [    2.297073] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [    2.324170] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
    [    2.352312] 00:07: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
    [    2.360511] hpet: number irqs doesn't agree with number of timers
    [    2.366659] Linux agpgart interface v0.103
    [    2.370844] rtc_cmos 00:00: RTC can wake from S4
    [    2.375711] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
    [    2.381859] rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram
    [    2.388590] Intel P-state driver initializing.
    [    2.393073] Intel pstate controlling: cpu 0
    [    2.397338] Intel pstate controlling: cpu 1
    [    2.401631] ledtrig-cpu: registered to indicate activity on CPUs
    [    2.407883] TCP: cubic registered
    [    2.411486] NET: Registered protocol family 10
    [    2.416484] NET: Registered protocol family 17
    [    2.422019] registered taskstats version 1
    [    2.426884]   Magic number: 2:787:835
    [    2.430695] rtc_cmos 00:00: setting system clock to 2014-06-23 12:48:22 UTC (1403527702)
    [    2.438908] PM: Hibernation image not present or could not be loaded.
    [    2.447023] Freeing unused kernel memory: 1116K (ffffffff818df000 - ffffffff819f6000)
    [    2.455009] Write protecting the kernel read-only data: 8192k
    [    2.464913] Freeing unused kernel memory: 912K (ffff88000151c000 - ffff880001600000)
    [    2.474648] Freeing unused kernel memory: 404K (ffff88000179b000 - ffff880001800000)
    :: running early hook [udev]
    [    2.494051] random: systemd-tmpfile urandom read with 66 bits of entropy available
    [    2.504332] systemd-udevd[47]: starting version 213
    :: running hook [udev]
    :: Triggering uevents...
    calling: trigger
    calling: trigger
    calling: settle
    [    2.534396] sdhci: Secure Digital Host Controller Interface driver
    [    2.541330] sdhci: Copyright(c) Pierre Ossman
    [    2.552716] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [    2.568739] SCSI subsystem initialized
    [    2.575089] ACPI: bus type USB registered
    [    2.594459] serio: i8042 KBD port at 0x60,0x64 irq 1
    [    2.599187] usbcore: registered new interface driver usbfs
    [    2.599205] usbcore: registered new interface driver hub
    [    2.599745] usbcore: registered new device driver usb
    [    2.600871] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [    2.600881] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
    [    2.601308] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [    2.601345] xhci_hcd 0000:00:14.0: irq 103 for MSI/MSI-X
    [    2.602147] hub 1-0:1.0: USB hub found
    [    2.602218] hub 1-0:1.0: 6 ports detected
    [    2.602881] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [    2.602886] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
    [    2.603292] hub 2-0:1.0: USB hub found
    [    2.603304] hub 2-0:1.0: 1 port detected
    [    2.605730] libata version 3.00 loaded.
    [    2.607023] ahci 0000:00:13.0: version 3.0
    [    2.607176] ahci 0000:00:13.0: controller can't do DEVSLP, turning off
    [    2.607221] ahci 0000:00:13.0: irq 104 for MSI/MSI-X
    [    2.607290] ahci 0000:00:13.0: AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
    [    2.607293] ahci 0000:00:13.0: flags: 64bit ncq pm led clo pio slum part deso
    [    2.608141] scsi0 : ahci
    [    2.608405] scsi1 : ahci
    [    2.608589] ata1: SATA max UDMA/133 abar m2048@0x90816000 port 0x90816100 irq 104
    [    2.608593] ata2: SATA max UDMA/133 abar m2048@0x90816000 port 0x90816180 irq 104
    [    2.725290] serio: i8042 AUX port at 0x60,0x64 irq 12
    [    2.927049] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [    2.933507] ata2: SATA link down (SStatus 0 SControl 300)
    [    2.939429] ata1.00: ATA-9: M4-CT064M4SSD1, 070H, max UDMA/100
    [    2.945334] ata1.00: 125045424 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [    2.953286] ata1.00: configured for UDMA/100
    [    2.958167] scsi 0:0:0:0: Direct-Access     ATA      M4-CT064M4SSD1   070H PQ: 0 ANSI: 5
    [    2.960235] usb 1-2: new high-speed USB device number 2 using xhci_hcd
    [    2.981979] sd 0:0:0:0: [sda] 125045424 512-byte logical blocks: (64.0 GB/59.6 GiB)
    [    2.990120] sd 0:0:0:0: [sda] Write Protect is off
    [    2.994996] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [    3.000141] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    3.010802]  sda: sda1 sda2 sda3
    [    3.015595] sd 0:0:0:0: [sda] Attached SCSI disk
    :: performing fsck on '/dev/sda3'
    /dev/sda3: clean, 29911/3637248 files, 462097/14530646 blocks
    :: mounting '/de

    Note that where the output stops is different each time I boot, and the above is the longest one I got.

Thanks in advance.

EDIT: fixed typo.

Last edited by k2_8191 (2014-10-05 01:13:49)

Offline

#2 2014-06-24 09:48:58

sirocco
Member
Registered: 2008-03-10
Posts: 149

Re: [SOLVED] Arch with kernel 3.15.1 hangs/reboots in early boot

I thing your issue is related to this https://bbs.archlinux.org/viewtopic.php?id=183075

Does the parameter maxcpus=1 affected to your system?

Offline

#3 2014-06-24 10:50:57

k2_8191
Member
Registered: 2012-10-18
Posts: 20

Re: [SOLVED] Arch with kernel 3.15.1 hangs/reboots in early boot

sirocco wrote:

I thing your issue is related to this https://bbs.archlinux.org/viewtopic.php?id=183075

Does the parameter maxcpus=1 affected to your system?

Wow, with your paramater the kernel boots!
However, the framebuffer is still broken (the same white artifacts, but many of them).
I'm considering filing this issue as a bug in the Kernel Bug Tracker...

I also tried unplugging all of the USB devices connected (the reason is this page, linked from the thread you mentioned), but no luck.

Here is the serial console output (in the hope of potentially helping others):

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.15.1-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.0 20140604 (prerelease) (GCC) ) #1 SMP PREEMPT Tue Jun 17 09:32:20 CEST 2014
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=8e8c9f53-53f9-43d9-af6e-13c375c2e3c4 rw debug console=tty0 console=ttyS0,115200n8r maxcpus=1
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009c7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009c800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000200fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020100000-0x000000006d5a8fff] usable
[    0.000000] BIOS-e820: [mem 0x000000006d5a9000-0x000000006d5d8fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006d5d9000-0x000000006d5e8fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000006d5e9000-0x000000006d716fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006d717000-0x000000006da80fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006da81000-0x000000006da81fff] usable
[    0.000000] BIOS-e820: [mem 0x000000006da82000-0x000000006dac3fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006dac4000-0x000000006dc31fff] usable
[    0.000000] BIOS-e820: [mem 0x000000006dc32000-0x000000006dff9fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006dffa000-0x000000006dffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./D1800B-ITX, BIOS P1.40 05/22/2014
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x180000 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-E7FFF write-through
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask FC0000000 write-back
[    0.000000]   1 base 040000000 mask FE0000000 write-back
[    0.000000]   2 base 060000000 mask FF0000000 write-back
[    0.000000]   3 base 06E800000 mask FFF800000 uncachable
[    0.000000]   4 base 06F000000 mask FFF000000 uncachable
[    0.000000]   5 base 100000000 mask F80000000 write-back
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: update [mem 0x6e800000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0x6e000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd6b0-0x000fd6bf] mapped at [ffff8800000fd6b0]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000096000] 96000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01b3e000, 0x01b3efff] PGTABLE
[    0.000000] BRK [0x01b3f000, 0x01b3ffff] PGTABLE
[    0.000000] BRK [0x01b40000, 0x01b40fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x17fe00000-0x17fffffff]
[    0.000000]  [mem 0x17fe00000-0x17fffffff] page 2M
[    0.000000] BRK [0x01b41000, 0x01b41fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x17c000000-0x17fdfffff]
[    0.000000]  [mem 0x17c000000-0x17fdfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x100000000-0x17bffffff]
[    0.000000]  [mem 0x100000000-0x17bffffff] page 2M
[    0.000000] BRK [0x01b42000, 0x01b42fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x1fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x20100000-0x6d5a8fff]
[    0.000000]  [mem 0x20100000-0x201fffff] page 4k
[    0.000000]  [mem 0x20200000-0x6d3fffff] page 2M
[    0.000000]  [mem 0x6d400000-0x6d5a8fff] page 4k
[    0.000000] BRK [0x01b43000, 0x01b43fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x6da81000-0x6da81fff]
[    0.000000]  [mem 0x6da81000-0x6da81fff] page 4k
[    0.000000] init_memory_mapping: [mem 0x6dac4000-0x6dc31fff]
[    0.000000]  [mem 0x6dac4000-0x6dc31fff] page 4k
[    0.000000] init_memory_mapping: [mem 0x6dffa000-0x6dffffff]
[    0.000000]  [mem 0x6dffa000-0x6dffffff] page 4k
[    0.000000] RAMDISK: [mem 0x379a2000-0x37cc8fff]
[    0.000000] ACPI: RSDP 0x00000000000F04A0 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x000000006D5DC080 00007C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000006D5E73B8 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/32 (20140214/tbfadt-603)
[    0.000000] ACPI: DSDT 0x000000006D5DC188 00B229 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.000000] ACPI: FACS 0x000000006D716F80 000040
[    0.000000] ACPI: APIC 0x000000006D5E74C8 000068 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x000000006D5E7530 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x000000006D5E7578 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.000000] ACPI: LPIT 0x000000006D5E75B8 000104 (v01 ALASKA A M I    00000003 VLV2 0100000D)
[    0.000000] ACPI: AAFT 0x000000006D5E76C0 0000D7 (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x000000006D5E7798 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.000000] ACPI: SSDT 0x000000006D5E77D0 000763 (v01 PmRef  CpuPm    00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 0x000000006D5E7F38 000290 (v01 PmRef  Cpu0Tst  00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 0x000000006D5E81C8 00017A (v01 PmRef  ApTst    00003000 INTL 20061109)
[    0.000000] ACPI: UEFI 0x000000006D5E8348 000042 (v01 ALASKA A M I    00000000      00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000017fffffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x17fffffff]
[    0.000000]   NODE_DATA [mem 0x17fff6000-0x17fffafff]
[    0.000000]  [ffffea0000000000-ffffea0005ffffff] PMD -> [ffff88017ba00000-ffff88017f5fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x17fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009bfff]
[    0.000000]   node   0: [mem 0x00100000-0x1fffffff]
[    0.000000]   node   0: [mem 0x20100000-0x6d5a8fff]
[    0.000000]   node   0: [mem 0x6da81000-0x6da81fff]
[    0.000000]   node   0: [mem 0x6dac4000-0x6dc31fff]
[    0.000000]   node   0: [mem 0x6dffa000-0x6dffffff]
[    0.000000]   node   0: [mem 0x100000000-0x17fffffff]
[    0.000000] On node 0 totalpages: 972217
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3995 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 6937 pages used for memmap
[    0.000000]   DMA32 zone: 443934 pages, LIFO batch:31
[    0.000000]   Normal zone: 8192 pages used for memmap
[    0.000000]   Normal zone: 524288 pages, LIFO batch:31
[    0.000000] x86/hpet: Will disable the HPET for this platform because it's not reliable
[    0.000000] Reserving Intel graphics stolen memory at 0x6f000000-0x7effffff
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high res lint[0x48])
[    0.000000] ACPI: NMI not connected to LINT 1!
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1e])
[    0.000000] ACPI: NMI not connected to LINT 1!
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-86
[    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: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 103
[    0.000000] PM: Registered nosave memory: [mem 0x0009c000-0x0009cfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x20000000-0x200fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x6d5a9000-0x6d5d8fff]
[    0.000000] PM: Registered nosave memory: [mem 0x6d5d9000-0x6d5e8fff]
[    0.000000] PM: Registered nosave memory: [mem 0x6d5e9000-0x6d716fff]
[    0.000000] PM: Registered nosave memory: [mem 0x6d717000-0x6da80fff]
[    0.000000] PM: Registered nosave memory: [mem 0x6da82000-0x6dac3fff]
[    0.000000] PM: Registered nosave memory: [mem 0x6dc32000-0x6dff9fff]
[    0.000000] PM: Registered nosave memory: [mem 0x6e000000-0x6effffff]
[    0.000000] PM: Registered nosave memory: [mem 0x6f000000-0x7effffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7f000000-0xe00f7fff]
[    0.000000] PM: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
[    0.000000] PM: Registered nosave memory: [mem 0xe00f9000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed02000-0xffafffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffb00000-0xffffffff]
[    0.000000] e820: [mem 0x7f000000-0xe00f7fff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 29 pages/cpu @ffff88017fc00000 s87168 r8192 d23424 u1048576
[    0.000000] pcpu-alloc: s87168 r8192 d23424 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 957003
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=8e8c9f53-53f9-43d9-af6e-13c375c2e3c4 rw debug console=tty0 console=ttyS0,115200n8r maxcpus=1
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 3746004K/3888868K available (5222K kernel code, 885K rwdata, 1644K rodata, 1116K init, 1284K bss, 142864K reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000]  Dump stacks of tasks blocking RCU-preempt GP.
[    0.000000]  RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=2.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS:8448 nr_irqs:512 16
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] console [ttyS0] enabled
[    0.000000] allocated 15728640 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Maximum core-clock to bus-clock ratio: 0x1d
[    0.000000] Resolved frequency ID: 0, frequency: 83200 KHz
[    0.000000] TSC runs at 2412800 KHz
[    0.000000] lapic_timer_frequency = 277333
[    0.000000] tsc: Detected 2412.800 MHz processor
[    0.000035] Calibrating delay loop (skipped), value calculated using timer frequency.. 4827.66 BogoMIPS (lpj=8042666)
[    0.011140] pid_max: default: 32768 minimum: 301
[    0.015836] ACPI: Core revision 20140214
[    0.036781] ACPI: All ACPI Tables successfully acquired
[    0.042794] Security Framework initialized
[    0.046965] Yama: becoming mindful.
[    0.050963] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.059839] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.067665] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.074463] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.081953] Initializing cgroup subsys memory
[    0.086398] Initializing cgroup subsys devices
[    0.090912] Initializing cgroup subsys freezer
[    0.095430] Initializing cgroup subsys net_cls
[    0.099948] Initializing cgroup subsys blkio
[    0.104311] CPU: Physical Processor ID: 0
[    0.108394] CPU: Processor Core ID: 0
[    0.112124] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.112124] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.129989] mce: CPU supports 6 MCE banks
[    0.134080] CPU0: Thermal monitoring enabled (TM1)
[    0.138945] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.138945] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
[    0.138945] tlb_flushall_shift: 6
[    0.157984] ftrace: allocating 20223 entries in 79 pages
[    0.173249] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.212125] smpboot: CPU0: Intel(R) Celeron(R) CPU  J1800  @ 2.41GHz (fam: 06, model: 37, stepping: 03)
[    0.221805] TSC deadline timer enabled
[    0.225627] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, full-width counters, Intel PMU driver.
[    0.236290] ... version:                3
[    0.240362] ... bit width:              40
[    0.244525] ... generic registers:      2
[    0.248602] ... value mask:             000000ffffffffff
[    0.253981] ... max period:             000000ffffffffff
[    0.259356] ... fixed-purpose events:   3
[    0.263431] ... event mask:             0000000700000003
[    0.288836] x86: Booted up 1 node, 1 CPUs
[    0.292962] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.301045] smpboot: Total of 1 processors activated (4827.66 BogoMIPS)
[    0.308166] devtmpfs: initialized
[    0.317411] PM: Registering ACPI NVS region [mem 0x6d5e9000-0x6d716fff] (1236992 bytes)
[    0.327018] pinctrl core: initialized pinctrl subsystem
[    0.332357] RTC time: 10:10:42, date: 06/24/14
[    0.336933] NET: Registered protocol family 16
[    0.341611] cpuidle: using governor ladder
[    0.345776] cpuidle: using governor menu
[    0.349793] ACPI: bus type PCI registered
[    0.353869] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.360461] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.369844] PCI: not using MMCONFIG
[    0.373397] PCI: Using configuration type 1 for base access
[    0.380369] ACPI: Added _OSI(Module Device)
[    0.384635] ACPI: Added _OSI(Processor Device)
[    0.389147] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.393916] ACPI: Added _OSI(Processor Aggregator Device)
[    0.426769] ACPI: SSDT 0x000000006D5D1598 000521 (v01 PmRef  Cpu0Ist  00003000 INTL 20061109)
[    0.436231] ACPI: Dynamic OEM Table Load:
[    0.440434] ACPI: SSDT 0x0000000000000000 000521 (v01 PmRef  Cpu0Ist  00003000 INTL 20061109)
[    0.449330] ACPI: SSDT 0x000000006D5D0918 0003DE (v01 PmRef  Cpu0Cst  00003001 INTL 20061109)
[    0.458885] ACPI: Dynamic OEM Table Load:
[    0.463085] ACPI: SSDT 0x0000000000000000 0003DE (v01 PmRef  Cpu0Cst  00003001 INTL 20061109)
[    0.491952] ACPI: SSDT 0x000000006D5D6C18 00015F (v01 PmRef  ApIst    00003000 INTL 20061109)
[    0.501412] ACPI: Dynamic OEM Table Load:
[    0.505615] ACPI: SSDT 0x0000000000000000 00015F (v01 PmRef  ApIst    00003000 INTL 20061109)
[    0.524219] ACPI: SSDT 0x000000006D5D2F18 00008D (v01 PmRef  ApCst    00003000 INTL 20061109)
[    0.533626] ACPI: Dynamic OEM Table Load:
[    0.537832] ACPI: SSDT 0x0000000000000000 00008D (v01 PmRef  ApCst    00003000 INTL 20061109)
[    0.556968] ACPI: Interpreter enabled
[    0.560703] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140214/hwxface-580)
[    0.570137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140214/hwxface-580)
[    0.579581] ACPI: (supports S0 S3 S4 S5)
[    0.583571] ACPI: Using IOAPIC for interrupt routing
[    0.588702] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.599074] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.631033] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.648454] ACPI: Power Resource [USBC] (on)
[    0.654189] ACPI: Power Resource [PLPE] (on)
[    0.658781] ACPI: Power Resource [PLPE] (on)
[    0.668590] ACPI: Power Resource [CLK0] (on)
[    0.673003] ACPI: Power Resource [CLK1] (on)
[    0.752664] ACPI: Power Resource [FN00] (off)
[    0.757627] ACPI: \_PR_.CPU2: failed to get CPU APIC ID.
[    0.763012] ACPI: \_PR_.CPU3: failed to get CPU APIC ID.
[    0.768653] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.774909] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.783393] \_SB_.PCI0:_OSC invalid UUID
[    0.787379] _OSC request data:1 1f 0
[    0.791360] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.798434] PCI host bridge to bus 0000:00
[    0.802603] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.808152] pci_bus 0000:00: root bus resource [io  0x0000-0x006f]
[    0.814398] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7]
[    0.820640] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.826886] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.833824] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
[    0.840763] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff]
[    0.847707] pci_bus 0000:00: root bus resource [mem 0x80000000-0x90816ffe]
[    0.854653] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
[    0.860880] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
[    0.866964] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x903fffff]
[    0.873310] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff pref]
[    0.880091] pci 0000:00:02.0: reg 0x20: [io  0xf080-0xf087]
[    0.885896] pci 0000:00:13.0: [8086:0f23] type 00 class 0x010601
[    0.891989] pci 0000:00:13.0: reg 0x10: [io  0xf070-0xf077]
[    0.897632] pci 0000:00:13.0: reg 0x14: [io  0xf060-0xf063]
[    0.903277] pci 0000:00:13.0: reg 0x18: [io  0xf050-0xf057]
[    0.908921] pci 0000:00:13.0: reg 0x1c: [io  0xf040-0xf043]
[    0.914569] pci 0000:00:13.0: reg 0x20: [io  0xf020-0xf03f]
[    0.920213] pci 0000:00:13.0: reg 0x24: [mem 0x90816000-0x908167ff]
[    0.926590] pci 0000:00:13.0: PME# supported from D3hot
[    0.932016] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
[    0.938109] pci 0000:00:14.0: reg 0x10: [mem 0x90800000-0x9080ffff 64bit]
[    0.945015] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.951015] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.956817] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
[    0.962916] pci 0000:00:1a.0: reg 0x10: [mem 0x90500000-0x905fffff]
[    0.969261] pci 0000:00:1a.0: reg 0x14: [mem 0x90400000-0x904fffff]
[    0.975696] pci 0000:00:1a.0: PME# supported from D0 D3hot
[    0.981392] pci 0000:00:1b.0: [8086:0f04] type 00 class 0x040300
[    0.987483] pci 0000:00:1b.0: reg 0x10: [mem 0x90810000-0x90813fff 64bit]
[    0.994407] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    1.000702] pci 0000:00:1c.0: [8086:0f48] type 01 class 0x060400
[    1.006831] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.013127] pci 0000:00:1c.1: [8086:0f4a] type 01 class 0x060400
[    1.019259] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    1.025556] pci 0000:00:1c.2: [8086:0f4c] type 01 class 0x060400
[    1.031687] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    1.037981] pci 0000:00:1c.3: [8086:0f4e] type 01 class 0x060400
[    1.044113] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    1.050419] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
[    1.058705] pci 0000:00:1f.3: [8086:0f12] type 00 class 0x0c0500
[    1.064811] pci 0000:00:1f.3: reg 0x10: [mem 0x90814000-0x9081401f]
[    1.071209] pci 0000:00:1f.3: reg 0x20: [io  0xf000-0xf01f]
[    1.077163] pci 0000:01:00.0: [8086:10d3] type 00 class 0x020000
[    1.083262] pci 0000:01:00.0: reg 0x10: [mem 0x907c0000-0x907dffff]
[    1.089611] pci 0000:01:00.0: reg 0x14: [mem 0x90700000-0x9077ffff]
[    1.095960] pci 0000:01:00.0: reg 0x18: [io  0xe000-0xe01f]
[    1.101613] pci 0000:01:00.0: reg 0x1c: [mem 0x907e0000-0x907e3fff]
[    1.107991] pci 0000:01:00.0: reg 0x30: [mem 0x90780000-0x907bffff pref]
[    1.114863] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    1.121076] pci 0000:01:00.0: System wakeup disabled by ACPI
[    1.133486] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    1.138516] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
[    1.144674] pci 0000:00:1c.0:   bridge window [mem 0x90700000-0x907fffff]
[    1.151629] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    1.157715] pci 0000:02:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    1.163378] pci 0000:02:00.0: reg 0x18: [mem 0x90604000-0x90604fff 64bit]
[    1.170248] pci 0000:02:00.0: reg 0x20: [mem 0x90600000-0x90603fff 64bit pref]
[    1.177628] pci 0000:02:00.0: supports D1 D2
[    1.181962] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.188686] pci 0000:02:00.0: System wakeup disabled by ACPI
[    1.201089] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    1.206125] pci 0000:00:1c.1:   bridge window [io  0xd000-0xdfff]
[    1.212285] pci 0000:00:1c.1:   bridge window [mem 0x90600000-0x906fffff]
[    1.219229] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    1.224344] pci 0000:00:1c.3: PCI bridge to [bus 04]
[    1.230256] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.237966] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.245684] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15)
[    1.253392] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
[    1.261102] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.268822] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    1.277806] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *10 11 12 14 15)
[    1.285519] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.294917] ACPI: Enabled 6 GPEs in block 00 to 3F
[    1.300076] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    1.308247] vgaarb: loaded
[    1.311016] vgaarb: bridge control possible 0000:00:02.0
[    1.316434] PCI: Using ACPI for IRQ routing
[    1.326342] PCI: pci_cache_line_size set to 64 bytes
[    1.331413] e820: reserve RAM buffer [mem 0x0009c800-0x0009ffff]
[    1.337487] e820: reserve RAM buffer [mem 0x6d5a9000-0x6fffffff]
[    1.343564] e820: reserve RAM buffer [mem 0x6da82000-0x6fffffff]
[    1.349635] e820: reserve RAM buffer [mem 0x6dc32000-0x6fffffff]
[    1.355705] e820: reserve RAM buffer [mem 0x6e000000-0x6fffffff]
[    1.361922] NetLabel: Initializing
[    1.365387] NetLabel:  domain hash size = 128
[    1.369809] NetLabel:  protocols = UNLABELED CIPSOv4
[    1.374857] NetLabel:  unlabeled traffic allowed by default
[    1.380537] Switched to clocksource refined-jiffies
[    1.392661] pnp: PnP ACPI init
[    1.395822] ACPI: bus type PNP registered
[    1.399970] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.406678] pnp 00:01: Plug and Play ACPI device, IDs PNP0103 (active)
[    1.413412] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[    1.420086] system 00:03: [io  0x0680-0x069f] has been reserved
[    1.426073] system 00:03: [io  0x0400-0x047f] has been reserved
[    1.432056] system 00:03: [io  0x0500-0x05fe] has been reserved
[    1.438041] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.445049] system 00:04: [io  0x0290-0x029f] has been reserved
[    1.451043] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.458398] pnp 00:05: [dma 3]
[    1.461710] pnp 00:05: Plug and Play ACPI device, IDs PNP0400 PNP0401 (active)
[    1.469299] pnp 00:06: [dma 0 disabled]
[    1.473291] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[    1.480208] pnp 00:07: [dma 0 disabled]
[    1.484196] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
[    1.491178] system 00:08: [mem 0xe0000000-0xefffffff] could not be reserved
[    1.498213] system 00:08: [mem 0xfed01000-0xfed01fff] has been reserved
[    1.504897] system 00:08: [mem 0xfed03000-0xfed03fff] has been reserved
[    1.511583] system 00:08: [mem 0xfed04000-0xfed04fff] has been reserved
[    1.518261] system 00:08: [mem 0xfed0c000-0xfed0ffff] has been reserved
[    1.524941] system 00:08: [mem 0xfed08000-0xfed08fff] has been reserved
[    1.531625] system 00:08: [mem 0xfed1c000-0xfed1cfff] has been reserved
[    1.538311] system 00:08: [mem 0xfee00000-0xfeefffff] has been reserved
[    1.544997] system 00:08: [mem 0xfef00000-0xfeffffff] has been reserved
[    1.551675] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.560396] pnp 00:09: Plug and Play ACPI device, IDs INT33bd (active)
[    1.567003] pnp: PnP ACPI: found 10 devices
[    1.571251] ACPI: bus type PNP unregistered
[    1.583183] Switched to clocksource acpi_pm
[    1.587478] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
[    1.597577] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
[    1.607670] pci 0000:00:1c.2: bridge window [io  0x1000-0x0fff] to [bus 03] add_size 1000
[    1.615936] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
[    1.626024] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff] to [bus 03] add_size 200000
[    1.635168] pci 0000:00:1c.3: bridge window [io  0x1000-0x0fff] to [bus 04] add_size 1000
[    1.643435] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000
[    1.653523] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000
[    1.662668] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    1.672672] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    1.682680] pci 0000:00:1c.2: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[    1.691732] pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    1.701731] pci 0000:00:1c.3: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[    1.710777] pci 0000:00:1c.3: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    1.720777] pci 0000:00:1c.2: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    1.728960] pci 0000:00:1c.3: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    1.737145] pci 0000:00:1c.0: BAR 15: can't assign mem pref (size 0x200000)
[    1.744192] pci 0000:00:1c.1: BAR 15: can't assign mem pref (size 0x200000)
[    1.751239] pci 0000:00:1c.2: BAR 14: can't assign mem (size 0x200000)
[    1.757849] pci 0000:00:1c.2: BAR 15: can't assign mem pref (size 0x200000)
[    1.764892] pci 0000:00:1c.3: BAR 14: can't assign mem (size 0x200000)
[    1.771499] pci 0000:00:1c.3: BAR 15: can't assign mem pref (size 0x200000)
[    1.778542] pci 0000:00:1c.2: BAR 13: assigned [io  0x1000-0x1fff]
[    1.784800] pci 0000:00:1c.3: BAR 13: assigned [io  0x2000-0x2fff]
[    1.791064] pci 0000:00:1c.3: BAR 14: can't assign mem (size 0x200000)
[    1.797674] pci 0000:00:1c.3: BAR 15: can't assign mem pref (size 0x200000)
[    1.804721] pci 0000:00:1c.2: BAR 14: can't assign mem (size 0x200000)
[    1.811331] pci 0000:00:1c.2: BAR 15: can't assign mem pref (size 0x200000)
[    1.818374] pci 0000:00:1c.1: BAR 15: can't assign mem pref (size 0x200000)
[    1.825417] pci 0000:00:1c.0: BAR 15: can't assign mem pref (size 0x200000)
[    1.832463] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    1.837507] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
[    1.843686] pci 0000:00:1c.0:   bridge window [mem 0x90700000-0x907fffff]
[    1.850558] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    1.855607] pci 0000:00:1c.1:   bridge window [io  0xd000-0xdfff]
[    1.861783] pci 0000:00:1c.1:   bridge window [mem 0x90600000-0x906fffff]
[    1.868657] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    1.873706] pci 0000:00:1c.2:   bridge window [io  0x1000-0x1fff]
[    1.879887] pci 0000:00:1c.3: PCI bridge to [bus 04]
[    1.884927] pci 0000:00:1c.3:   bridge window [io  0x2000-0x2fff]
[    1.891112] pci_bus 0000:00: resource 4 [io  0x0000-0x006f]
[    1.896765] pci_bus 0000:00: resource 5 [io  0x0078-0x0cf7]
[    1.902418] pci_bus 0000:00: resource 6 [io  0x0d00-0xffff]
[    1.908075] pci_bus 0000:00: resource 7 [mem 0x000a0000-0x000bffff]
[    1.914422] pci_bus 0000:00: resource 8 [mem 0x000c0000-0x000dffff]
[    1.920771] pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000fffff]
[    1.927120] pci_bus 0000:00: resource 10 [mem 0x80000000-0x90816ffe]
[    1.933553] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    1.939206] pci_bus 0000:01: resource 1 [mem 0x90700000-0x907fffff]
[    1.945549] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
[    1.951199] pci_bus 0000:02: resource 1 [mem 0x90600000-0x906fffff]
[    1.957542] pci_bus 0000:03: resource 0 [io  0x1000-0x1fff]
[    1.963196] pci_bus 0000:04: resource 0 [io  0x2000-0x2fff]
[    1.968880] NET: Registered protocol family 2
[    1.973565] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    1.981016] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    1.987845] TCP: Hash tables configured (established 32768 bind 32768)
[    1.994501] TCP: reno registered
[    1.997825] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    2.003945] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    2.010564] NET: Registered protocol family 1
[    2.015019] pci 0000:00:02.0: Boot video device
[    2.019903] PCI: CLS 64 bytes, default 64
[    2.024073] Unpacking initramfs...
[    2.105454] Freeing initrd memory: 3228K (ffff8800379a2000 - ffff880037cc9000)
[    2.112837] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    2.119368] software IO TLB [mem 0x695a9000-0x6d5a9000] (64MB) mapped at [ffff8800695a9000-ffff88006d5a8fff]
[    2.129445] Scanning for low memory corruption every 60 seconds
[    2.135804] futex hash table entries: 512 (order: 3, 32768 bytes)
[    2.156416] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    2.165203] zbud: loaded
[    2.168024] VFS: Disk quotas dquot_6.5.2
[    2.172084] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.178768] msgmni has been set to 7322
[    2.182754] Key type big_key registered
[    2.186852] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    2.196416] io scheduler noop registered
[    2.200428] io scheduler deadline registered
[    2.204842] io scheduler cfq registered (default)
[    2.210255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    2.215942] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    2.222693] intel_idle: MWAIT substates: 0x33000020
[    2.227650] intel_idle: v0.4 model 0x37
[    2.231565] intel_idle: lapic_timer_reliable_states 0xffffffff
[    2.237591] GHES: HEST is not enabled!
[    2.241502] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    2.268668] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    2.296818] 00:07: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    2.304636] hpet: number irqs doesn't agree with number of timers
[    2.310836] Linux agpgart interface v0.103
[    2.315070] rtc_cmos 00:00: RTC can wake from S4
[    2.319912] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[    2.326116] rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram
[    2.332916] Intel P-state driver initializing.
[    2.337453] Intel pstate controlling: cpu 0
[    2.341754] ledtrig-cpu: registered to indicate activity on CPUs
[    2.347974] TCP: cubic registered
[    2.351527] NET: Registered protocol family 10
[    2.356327] NET: Registered protocol family 17
[    2.361157] registered taskstats version 1
[    2.365722]   Magic number: 2:479:174
[    2.369510] acpi device:37: hash matches
[    2.373534] acpi device:0a: hash matches
[    2.377583] rtc_cmos 00:00: setting system clock to 2014-06-24 10:10:44 UTC (1403604644)
[    2.385853] PM: Hibernation image not present or could not be loaded.
[    2.393975] Freeing unused kernel memory: 1116K (ffffffff818df000 - ffffffff819f6000)
[    2.402057] Write protecting the kernel read-only data: 8192k
[    2.411885] Freeing unused kernel memory: 912K (ffff88000151c000 - ffff880001600000)
[    2.421541] Freeing unused kernel memory: 404K (ffff88000179b000 - ffff880001800000)
:: running early hook [udev]
[    2.439228] random: systemd-tmpfile urandom read with 66 bits of entropy available
:: running hook [udev]
:: Triggering uevents...[    2.453985] systemd-udevd[41]: starting version 213

calling: trigger
calling: trigger
[    2.494434] sdhci: Secure Digital Host Controller Interface driver
calling: settle
[    2.514161] sdhci: Copyright(c) Pierre Ossman
[    2.520056] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    2.548038] SCSI subsystem initialized
[    2.554183] ACPI: bus type USB registered
[    2.562240] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.573276] usbcore: registered new interface driver usbfs
[    2.588346] libata version 3.00 loaded.
[    2.592373] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.605003] usbcore: registered new interface driver hub
[    2.613243] ahci 0000:00:13.0: version 3.0
[    2.630874] ahci 0000:00:13.0: controller can't do DEVSLP, turning off
[    2.640642] usbcore: registered new device driver usb
[    2.649867] ahci 0000:00:13.0: irq 103 for MSI/MSI-X
[    2.667275] ahci 0000:00:13.0: AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
[    2.676009] ahci 0000:00:13.0: flags: 64bit ncq pm led clo pio slum part deso
[    2.684271] scsi0 : ahci
[    2.687333] scsi1 : ahci
[    2.690152] ata1: SATA max UDMA/133 abar m2048@0x90816000 port 0x90816100 irq 103
[    2.698218] ata2: SATA max UDMA/133 abar m2048@0x90816000 port 0x90816180 irq 103
[    2.706188] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.711921] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    2.719949] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    2.726970] xhci_hcd 0000:00:14.0: irq 104 for MSI/MSI-X
[    2.732856] hub 1-0:1.0: USB hub found
[    2.736772] hub 1-0:1.0: 6 ports detected
[    2.741583] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.746973] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    2.754948] hub 2-0:1.0: USB hub found
[    2.758863] hub 2-0:1.0: 1 port detected
[    3.030952] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.037501] ata2: SATA link down (SStatus 0 SControl 300)
[    3.043189] ata1.00: ATA-9: M4-CT064M4SSD1, 070H, max UDMA/100
[    3.049209] ata1.00: 125045424 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    3.057089] ata1.00: configured for UDMA/100
[    3.074431] scsi 0:0:0:0: Direct-Access     ATA      M4-CT064M4SSD1   070H PQ: 0 ANSI: 5
[    3.088896] sd 0:0:0:0: [sda] 125045424 512-byte logical blocks: (64.0 GB/59.6 GiB)
[    3.097098] sd 0:0:0:0: [sda] Write Protect is off
[    3.102095] usb 1-2: new high-speed USB device number 2 using xhci_hcd
[    3.108854] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.114137] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.124649]  sda: sda1 sda2 sda3
[    3.128713] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.133503] tsc: Refined TSC clocksource calibration: 2416.666 MHz
:: performing fsck on '/dev/sda3'
/dev/sda3: clean, 29923/3637248 files, 462111/14530646 blocks
:: mounting '/dev/sda3' on real root
[    3.206563] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
:: running cleanup hook [udev]
calling: control
calling: info
[    3.266375] systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpuset of type cgroup with options cpuset.
[    3.275733] systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpu,cpuacct of type cgroup with options cpu,cpuacct.
[    3.285978] systemd[1]: Mounting cgroup to /sys/fs/cgroup/memory of type cgroup with options memory.
[    3.295325] systemd[1]: Mounting cgroup to /sys/fs/cgroup/devices of type cgroup with options devices.
[    3.304805] systemd[1]: Mounting cgroup to /sys/fs/cgroup/freezer of type cgroup with options freezer.
[    3.314283] systemd[1]: Mounting cgroup to /sys/fs/cgroup/net_cls of type cgroup with options net_cls.
[    3.323780] systemd[1]: Mounting cgroup to /sys/fs/cgroup/blkio of type cgroup with options blkio.
[    3.332991] systemd[1]: systemd 213 running in system mode. (+PAM -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ +SECCOMP -APPARMOR)
[    3.346596] systemd[1]: Detected architecture 'x86-64'.

Welcome to     3.352693] hub 1-2:1.0: USB hub found
;36mArch Linux    3.358125] hub 1-2:1.0: 3 ports detected
0m!

[    3.368118] systemd[1]: Set hostname to <RT01-JSK4>.
[    3.374918] systemd[1]: Using cgroup controller name=systemd. File system hierarchy is at /sys/fs/cgroup/systemd.
[    3.385419] systemd[1]: Installed release agent.
[    3.390265] systemd[1]: Set up TFD_TIMER_CANCEL_ON_SET timerfd.
[    3.398378] systemd[83]: Spawned /usr/lib/systemd/system-generators/systemd-getty-generator as 84.
[    3.407748] systemd[83]: Spawned /usr/lib/systemd/system-generators/systemd-cryptsetup-generator as 85.
[    3.419454] systemd-getty-generator[84]: Automatically adding serial getty for /dev/ttyS0.
[    3.427906] systemd[83]: Spawned /usr/lib/systemd/system-generators/systemd-gpt-auto-generator as 86.
[    3.437921] systemd[83]: Spawned /usr/lib/systemd/system-generators/lvm2-activation-generator as 87.
[    3.448084] systemd[83]: Spawned /usr/lib/systemd/system-generators/systemd-system-update-generator as 88.
[    3.459769] systemd[83]: Spawned /usr/lib/systemd/system-generators/systemd-fstab-generator as 89.
[    3.470456] systemd-gpt-auto-generator[86]: Root device /dev/sda.
[    3.477148] systemd[83]: Spawned /usr/lib/systemd/system-generators/systemd-efi-boot-generator as 90.
[    3.487124] systemd[83]: /usr/lib/systemd/system-generators/systemd-getty-generator succeeded.
[    3.497371] systemd-efi-boot-generator[90]: Not an EFI boot, exiting.
[    3.504350] systemd[83]: /usr/lib/systemd/system-generators/systemd-cryptsetup-generator succeeded.
[    3.513727] systemd-fstab-generator[89]: Found entry what=/dev/disk/by-uuid/8e8c9f53-53f9-43d9-af6e-13c375c2e3c4 where=/ type=ext4
[    3.527881] usb 1-3: new high-speed USB device number 3 using xhci_hcd
[    3.537952] systemd-fstab-generator[89]: Found entry what=/dev/disk/by-uuid/459d5224-8cec-4104-9d8a-f17795e0ab1c where=/boot type=ext4
[    3.550456] systemd-fstab-generator[89]: Found entry what=/dev/disk/by-uuid/f1d9f88f-7c13-4af0-bbbc-c823000705c5 where=none type=swap
[    3.565743] systemd-gpt-auto-generator[86]: Not a GPT partition table, ignoring.
[    3.573515] systemd[83]: /usr/lib/systemd/system-generators/systemd-gpt-auto-generator succeeded.
[    3.582516] systemd[83]: /usr/lib/systemd/system-generators/lvm2-activation-generator succeeded.
[    3.591447] systemd[83]: /usr/lib/systemd/system-generators/systemd-system-update-generator succeeded.
[    3.600882] systemd[83]: /usr/lib/systemd/system-generators/systemd-fstab-generator succeeded.
[    3.609612] systemd[83]: /usr/lib/systemd/system-generators/systemd-efi-boot-generator succeeded.
[    3.618718] systemd[1]: /usr/lib/systemd/system-generators succeeded.
[    3.625632] systemd[1]: Looking for unit files in (higher priority first):
[    3.632612] systemd[1]:      /etc/systemd/system
[    3.636962] systemd[1]:      /run/systemd/system
[    3.641324] systemd[1]:      /run/systemd/generator
[    3.645970] systemd[1]:      /usr/local/lib/systemd/system
[    3.651226] systemd[1]:      /usr/lib/systemd/system
[    3.655929] systemd[1]: SysV init scripts and rcN.d links support disabled
[    3.669529] systemd[1]: Failed to load configuration for display-manager.service: No such file or directory
[    3.679617] random: nonblocking pool is initialized
[    3.684998] systemd[1]: Failed to load configuration for plymouth-start.service: No such file or directory
[    3.698988] systemd[1]: Failed to load configuration for plymouth-quit-wait.service: No such file or directory
[    3.721986] systemd[1]: Failed to load configuration for auditd.service: No such file or directory
[    3.736898] systemd[1]: Failed to load configuration for syslog.service: No such file or directory
[    3.751312] systemd[1]: Using notification socket /run/systemd/notify
[    3.757877] systemd[1]: Successfully created private D-Bus server.
[    3.764164] systemd[1]: -.mount changed dead -> mounted
[    3.769531] systemd[1]: Activating default unit: default.target
[    3.775561] systemd[1]: Trying to enqueue job graphical.target/start/isolate
[    3.782898] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
[    3.797928] systemd[1]: Installed new job graphical.target/start as 1
[    3.804469] systemd[1]: Installed new job multi-user.target/start as 2
[    3.811096] systemd[1]: Installed new job basic.target/start as 3
[    3.817279] systemd[1]: Installed new job sysinit.target/start as 4
[    3.823636] systemd[1]: Installed new job local-fs.target/start as 5
[    3.830089] usb 1-4: new low-speed USB device number 4 using xhci_hcd
[    3.836622] systemd[1]: Installed new job boot.mount/start as 6
[    3.842665] systemd[1]: Installed new job system.slice/start as 8
[    3.848881] systemd[1]: Installed new job -.slice/start as 9
[    3.854629] systemd[1]: Installed new job dev-disk-by\x2duuid-459d5224\x2d8cec\x2d4104\x2d9d8a\x2df17795e0ab1c.device/start as 10
[    3.866392] systemd[1]: Installed new job systemd-fsck@dev-disk-by\x2duuid-459d5224\x2d8cec\x2d4104\x2d9d8a\x2df17795e0ab1c.service/start as 11
[    3.879359] systemd[1]: Installed new job system-systemd\x2dfsck.slice/start as 12
[    3.887027] systemd[1]: Installed new job systemd-fsck-root.service/start as 15
[    3.894441] systemd[1]: Installed new job systemd-remount-fs.service/start as 16
[    3.901956] systemd[1]: Installed new job local-fs-pre.target/start as 17
[    3.908838] systemd[1]: Installed new job tmp.mount/start as 18
[    3.914850] systemd[1]: Installed new job swap.target/start as 19
[    3.921032] systemd[1]: Installed new job dev-disk-by\x2duuid-f1d9f88f\x2d7c13\x2d4af0\x2dbbbc\x2dc823000705c5.swap/start as 20
[    3.932630] systemd[1]: Installed new job dev-disk-by\x2duuid-f1d9f88f\x2d7c13\x2d4af0\x2dbbbc\x2dc823000705c5.device/start as 21
[    3.944384] systemd[1]: Installed new job systemd-vconsole-setup.service/start as 22
[    3.952234] systemd[1]: Installed new job systemd-udev-trigger.service/start as 23
[    3.959918] systemd[1]: Installed new job systemd-udevd.service/start as 24
[    3.966973] systemd[1]: Installed new job systemd-udevd-control.socket/start as 25
[    3.974639] systemd[1]: Installed new job systemd-udevd-kernel.socket/start as 26
[    3.982221] systemd[1]: Installed new job kmod-static-nodes.service/start as 27
[    3.989630] systemd[1]: Installed new job lvm2-lvmetad.socket/start as 28
[    3.996509] systemd[1]: Installed new job dev-hugepages.mount/start as 29
[    4.003384] systemd[1]: Installed new job sys-fs-fuse-connections.mount/start as 30
[    4.011144] systemd[1]: Installed new job systemd-binfmt.service/start as 31
[    4.018314] systemd[1]: Installed new job systemd-modules-load.service/start as 32
[    4.025999] systemd[1]: Installed new job systemd-update-utmp.service/start as 33
[    4.033588] systemd[1]: Installed new job dev-mqueue.mount/start as 34
[    4.040217] systemd[1]: Installed new job systemd-random-seed.service/start as 35
[    4.047822] systemd[1]: Installed new job systemd-sysctl.service/start as 36
[    4.054978] systemd[1]: Installed new job cryptsetup.target/start as 37
[    4.061696] systemd[1]: Installed new job systemd-journal-flush.service/start as 38
[    4.069470] systemd[1]: Installed new job systemd-journald.service/start as 39
[    4.076914] usb 1-4: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[    4.085721] systemd[1]: Installed new job systemd-journald.socket/start as 40
[    4.092941] usb 1-4: ep 0x82 - rounding interval to 256 microframes, ep desc says 384 microframes
[    4.101918] systemd[1]: Installed new job systemd-ask-password-console.path/start as 41
[    4.110028] systemd[1]: Installed new job systemd-tmpfiles-setup-dev.service/start as 42
[    4.118241] systemd[1]: Installed new job sys-kernel-debug.mount/start as 43
[    4.125618] systemd[1]: Installed new job proc-sys-fs-binfmt_misc.automount/start as 44
[    4.133753] systemd[1]: Installed new job sys-kernel-config.mount/start as 45
[    4.140993] systemd[1]: Installed new job systemd-tmpfiles-setup.service/start as 46
[    4.148903] systemd[1]: Installed new job sockets.target/start as 49
[    4.155380] Switched to clocksource tsc
[    4.159322] systemd[1]: Installed new job systemd-shutdownd.socket/start as 50
[    4.166636] systemd[1]: Installed new job dm-event.socket/start as 51
[    4.173168] systemd[1]: Installed new job dbus.socket/start as 52
[    4.179345] systemd[1]: Installed new job systemd-initctl.socket/start as 53
[    4.186481] systemd[1]: Installed new job timers.target/start as 54
[    4.192831] systemd[1]: Installed new job systemd-tmpfiles-clean.timer/start as 55
[    4.200486] systemd[1]: Installed new job paths.target/start as 56
[    4.206741] systemd[1]: Installed new job slices.target/start as 57
[    4.213081] systemd[1]: Installed new job remote-fs.target/start as 58
[    4.219683] systemd[1]: Installed new job dhcpcd@enp2s0.service/start as 59
[    4.226715] systemd[1]: Installed new job sys-subsystem-net-devices-enp2s0.device/start as 60
[    4.235326] systemd[1]: Installed new job network.target/start as 61
[    4.241752] systemd[1]: Installed new job system-dhcpcd.slice/start as 62
[    4.248614] systemd[1]: Installed new job systemd-logind.service/start as 63
[    4.255733] systemd[1]: Installed new job user.slice/start as 64
[    4.261811] systemd[1]: Installed new job man-db.timer/start as 65
[    4.268062] systemd[1]: Installed new job shadow.timer/start as 66
[    4.274318] systemd[1]: Installed new job dbus.service/start as 67
[    4.280570] systemd[1]: Installed new job systemd-user-sessions.service/start as 68
[    4.288307] systemd[1]: Installed new job systemd-ask-password-wall.path/start as 69
[    4.296131] systemd[1]: Installed new job getty.target/start as 70
[    4.302381] systemd[1]: Installed new job getty@tty1.service/start as 71
[    4.309154] systemd[1]: Installed new job system-getty.slice/start as 72
[    4.315928] systemd[1]: Installed new job serial-getty@ttyS0.service/start as 73
[    4.323403] systemd[1]: Installed new job dev-ttyS0.device/start as 74
[    4.330003] systemd[1]: Installed new job system-serial\x2dgetty.slice/start as 75
[    4.337653] systemd[1]: Installed new job logrotate.timer/start as 76
[    4.344172] systemd[1]: Enqueued job graphical.target/start as 1
[    4.350253] systemd[1]: Loaded units and determined initial transaction in 952.878ms.
[    4.358290] systemd[1]: Child 82 (switch_root) died (code=exited, status=0/SUCCESS)
[    4.366201] systemd[1]: Received SIGCHLD from PID 83 (n/a).
[    4.371876] systemd[1]: Expecting device dev-ttyS0.device...
         Expecting device dev-ttyS0.device...
[    4.385085] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    4.392913] systemd[1]: systemd-ask-password-wall.path changed dead -> waiting
[    4.400225] systemd[1]: Job systemd-ask-password-wall.path/start finished, result=done
[    4.408234] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.415903] systemd[1]: Expecting device sys-subsystem-net-devices-enp2s0.device...
         Expecting device sys-subsystem-net-devices-enp2s0.device...
[    4.435222] systemd[1]: Starting Remote File Systems.
[    4.440355] systemd[1]: remote-fs.target changed dead -> active
[    4.446356] systemd[1]: Job remote-fs.target/start finished, result=done
[  OK  ] Reached target Remote File Systems.
[    4.461904] systemd[1]: Reached target Remote File Systems.
[    4.467578] systemd[1]: ConditionPathIsReadWrite=/proc/sys/ succeeded for proc-sys-fs-binfmt_misc.automount.
[    4.477509] systemd[1]: ConditionPathExists=/proc/sys/fs/binfmt_misc/ succeeded for proc-sys-fs-binfmt_misc.automount.
[    4.488302] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[    4.497112] systemd[1]: Autofs kernel version 1.0
[    4.501966] systemd[1]: Autofs protocol version 5.2
[    4.506927] systemd[1]: proc-sys-fs-binfmt_misc.automount changed dead -> waiting
[    4.514497] systemd[1]: Job proc-sys-fs-binfmt_misc.automount/start finished, result=done
[  OK  ] Set up automount Arbitrary Executable File Formats F...utomount Point.
[    4.535285] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.544786] systemd[1]: ConditionPathExists=!/run/plymouth/pid succeeded for systemd-ask-password-console.path.
[    4.554973] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[    4.563107] systemd[1]: systemd-ask-password-console.path changed dead -> waiting
[    4.570679] systemd[1]: Job systemd-ask-password-console.path/start finished, result=done
[    4.578947] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    4.586958] systemd[1]: Starting Paths.
[    4.590871] systemd[1]: paths.target changed dead -> active
[    4.596517] systemd[1]: Job paths.target/start finished, result=done
[  OK  ] Reached target Paths.
[    4.612014] systemd[1]: Reached target Paths.
[    4.616465] systemd[1]: Starting Encrypted Volumes.
[    4.621423] systemd[1]: cryptsetup.target changed dead -> active
[    4.627507] systemd[1]: Job cryptsetup.target/start finished, result=done
[  OK  ] Reached target Encrypted Volumes.
[    4.645354] systemd[1]: Reached target Encrypted Volumes.
[    4.650850] systemd[1]: Expecting device dev-disk-by\x2duuid-f1d9f88f\x2d7c13\x2d4af0\x2dbbbc\x2dc823000705c5.device...
         Expecting device dev-disk-by\x2duuid-f1d9f88f\x2d7c1...705c5.device...
[    4.675377] systemd[1]: Expecting device dev-disk-by\x2duuid-459d5224\x2d8cec\x2d4104\x2d9d8a\x2df17795e0ab1c.device...
         Expecting device dev-disk-by\x2duuid-459d5224\x2d8ce...0ab1c.device...
[    4.698735] systemd[1]: Starting Root Slice.
[    4.711316] systemd[1]: -.slice changed dead -> active
[    4.716589] systemd[1]: Job -.slice/start finished, result=done
[  OK  ] Created slice Root Slice.
[    4.732146] systemd[1]: Created slice Root Slice.
[    4.736947] systemd[1]: Starting Delayed Shutdown Socket.
[    4.742463] systemd[1]: systemd-shutdownd.socket changed dead -> listening
[    4.749415] systemd[1]: Job systemd-shutdownd.socket/start finished, result=done
[  OK  ] Listening on Delayed Shutdown Socket.
[    4.768777] systemd[1]: Listening on Delayed Shutdown Socket.
[    4.774613] systemd[1]: Starting Device-mapper event daemon FIFOs.
[    4.780901] systemd[1]: dm-event.socket changed dead -> listening
[    4.787067] systemd[1]: Job dm-event.socket/start finished, result=done
[  OK  ] Listening on Device-mapper event daemon FIFOs.
[    4.805463] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    4.812078] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    4.818790] systemd[1]: systemd-initctl.socket changed dead -> listening
[    4.825564] systemd[1]: Job systemd-initctl.socket/start finished, result=done
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
[    4.845485] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    4.852538] systemd[1]: Starting LVM2 metadata daemon socket.
[    4.858397] systemd[1]: lvm2-lvmetad.socket changed dead -> listening
[    4.864920] systemd[1]: Job lvm2-lvmetad.socket/start finished, result=done
[  OK  ] Listening on LVM2 metadata daemon socket.
[    4.882224] systemd[1]: Listening on LVM2 metadata daemon socket.
[    4.888417] systemd[1]: ConditionPathIsReadWrite=/sys succeeded for systemd-udevd-control.socket.
[    4.897386] systemd[1]: Starting udev Control Socket.
[    4.902532] systemd[1]: systemd-udevd-control.socket changed dead -> listening
[    4.909834] systemd[1]: Job systemd-udevd-control.socket/start finished, result=done
[  OK  ] Listening on udev Control Socket.
[    4.925548] systemd[1]: Listening on udev Control Socket.
[    4.931038] systemd[1]: ConditionPathIsReadWrite=/sys succeeded for systemd-udevd-kernel.socket.
[    4.939917] systemd[1]: Starting udev Kernel Socket.
[    4.944967] systemd[1]: systemd-udevd-kernel.socket changed dead -> listening
[    4.952172] systemd[1]: Job systemd-udevd-kernel.socket/start finished, result=done
[  OK  ] Listening on udev Kernel Socket.
[    4.968902] systemd[1]: Listening on udev Kernel Socket.
[    4.974301] systemd[1]: Starting User and Session Slice.
[    4.979989] systemd[1]: user.slice changed dead -> active
[    4.985472] systemd[1]: Job user.slice/start finished, result=done
[  OK  ] Created slice User and Session Slice.
[    5.002303] systemd[1]: Created slice User and Session Slice.
[    5.008152] systemd[1]: Starting Journal Socket.
[    5.012904] systemd[1]: systemd-journald.socket changed dead -> listening
[    5.019774] systemd[1]: Job systemd-journald.socket/start finished, result=done
[  OK  ] Listening on Journal Socket.
[    5.035610] systemd[1]: Listening on Journal Socket.
[    5.040692] systemd[1]: Starting System Slice.
[    5.045513] systemd[1]: system.slice changed dead -> active
[    5.051163] systemd[1]: Job system.slice/start finished, result=done
[  OK  ] Created slice System Slice.
[    5.065633] systemd[1]: Created slice System Slice.
[    5.070605] systemd[1]: ConditionPathIsReadWrite=!/ failed for systemd-fsck-root.service.
[    5.078876] systemd[1]: Starting of systemd-fsck-root.service requested but condition failed. Ignoring.
[    5.088348] systemd[1]: Job systemd-fsck-root.service/start finished, result=done
[    5.095921] systemd[1]: Started File System Check on Root Device.
[    5.102096] systemd[1]: Starting system-systemd\x2dfsck.slice.
[    5.108303] systemd[1]: system-systemd\x2dfsck.slice changed dead -> active
[    5.115351] systemd[1]: Job system-systemd\x2dfsck.slice/start finished, result=done
[  OK  ] Created slice system-systemd\x2dfsck.slice.
[    5.132378] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    5.138741] systemd[1]: ConditionPathExists=/etc/fstab succeeded for systemd-remount-fs.service.
[    5.147622] systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting Remount Root and Kernel File Systems...
[    5.162702] systemd[1]: About to execute: /usr/lib/systemd/systemd-remount-fs
[    5.170053] systemd[1]: Forked /usr/lib/systemd/systemd-remount-fs as 93
[    5.177887] systemd[1]: systemd-remount-fs.service changed dead -> start
[    5.184986] systemd[1]: ConditionPathExists=/dev/tty0 succeeded for systemd-vconsole-setup.service.
[    5.195018] systemd[1]: Starting Setup Virtual Console...
         Starting Setup Virtual Console...
[    5.208324] EXT4-fs (sda3): re-mounted. Opts: data=ordered
[    5.214458] systemd[1]: About to execute: /usr/lib/systemd/systemd-vconsole-setup
[    5.222616] systemd[1]: Forked /usr/lib/systemd/systemd-vconsole-setup as 96
[    5.233576] systemd[1]: systemd-vconsole-setup.service changed dead -> start
[    5.241007] systemd[1]: ConditionPathIsReadWrite=/sys succeeded for systemd-udev-trigger.service.
[    5.251708] systemd[1]: Starting udev Coldplug all Devices...
         Starting udev Coldplug all Devices...
[    5.266109] systemd[1]: About to execute: /usr/bin/udevadm trigger --type=subsystems --action=add
[    5.276446] systemd[1]: Forked /usr/bin/udevadm as 101
[    5.283973] systemd[1]: systemd-udev-trigger.service changed dead -> start
[    5.302330] systemd[1]: ConditionPathExists=/lib/modules/3.15.1-1-ARCH/modules.devname succeeded for kmod-static-nodes.service.
[    5.318825] systemd[1]: ConditionCapability=CAP_MKNOD succeeded for kmod-static-nodes.service.
[    5.327653] systemd[1]: Starting Create list of required static device nodes for the current kernel...
         Starting Create list of required static device nodes...rrent kernel...
[    5.349482] systemd[1]: About to execute: /usr/bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf
[    5.361003] systemd[1]: Forked /usr/bin/kmod as 104
[    5.367083] systemd[1]: kmod-static-nodes.service changed dead -> start
[    5.374110] systemd[1]: ConditionPathExists=/sys/kernel/mm/hugepages succeeded for dev-hugepages.mount.
[    5.384078] systemd[1]: Mounting Huge Pages File System...
         Mounting Huge Pages File System...
[    5.399478] systemd[1]: About to execute: /bin/mount hugetlbfs /dev/hugepages -t hugetlbfs
[    5.407990] systemd[1]: Forked /bin/mount as 106
[    5.414840] systemd[1]: dev-hugepages.mount changed dead -> mounting
[    5.423105] systemd[1]: ConditionDirectoryNotEmpty=|/run/binfmt.d failed for systemd-binfmt.service.
[    5.432612] systemd[1]: ConditionDirectoryNotEmpty=|/etc/binfmt.d failed for systemd-binfmt.service.
[    5.441855] systemd[1]: ConditionDirectoryNotEmpty=|/usr/local/lib/binfmt.d failed for systemd-binfmt.service.
[    5.452123] systemd[1]: ConditionDirectoryNotEmpty=|/usr/lib/binfmt.d failed for systemd-binfmt.service.
[    5.461704] systemd[1]: ConditionDirectoryNotEmpty=|/lib/binfmt.d failed for systemd-binfmt.service.
[    5.470935] systemd[1]: ConditionPathIsReadWrite=/proc/sys/ succeeded for systemd-binfmt.service.
[    5.479902] systemd[1]: Starting of systemd-binfmt.service requested but condition failed. Ignoring.
[    5.489116] systemd[1]: Job systemd-binfmt.service/start finished, result=done
[    5.496428] systemd[1]: Started Set Up Additional Binary Formats.
[    5.502659] systemd[1]: ConditionKernelCommandLine=|rd.modules-load failed for systemd-modules-load.service.
[    5.512616] systemd[1]: ConditionKernelCommandLine=|modules-load failed for systemd-modules-load.service.
[    5.522282] systemd[1]: ConditionDirectoryNotEmpty=|/run/modules-load.d failed for systemd-modules-load.service.
[    5.532731] systemd[1]: ConditionDirectoryNotEmpty=|/etc/modules-load.d failed for systemd-modules-load.service.
[    5.543004] systemd[1]: ConditionDirectoryNotEmpty=|/usr/local/lib/modules-load.d failed for systemd-modules-load.service.
[    5.554316] systemd[1]: ConditionDirectoryNotEmpty=|/usr/lib/modules-load.d failed for systemd-modules-load.service.
[    5.564941] systemd[1]: ConditionDirectoryNotEmpty=|/lib/modules-load.d failed for systemd-modules-load.service.
[    5.575274] systemd[1]: ConditionCapability=CAP_SYS_MODULE succeeded for systemd-modules-load.service.
[    5.584675] systemd[1]: Starting of systemd-modules-load.service requested but condition failed. Ignoring.
[    5.594421] systemd[1]: Job systemd-modules-load.service/start finished, result=done
[    5.602256] systemd[1]: Started Load Kernel Modules.
[    5.607308] systemd[1]: ConditionPathExists=/sys/fs/fuse/connections failed for sys-fs-fuse-connections.mount.
[    5.617404] systemd[1]: Starting of sys-fs-fuse-connections.mount requested but condition failed. Ignoring.
[    5.627235] systemd[1]: Job sys-fs-fuse-connections.mount/start finished, result=done
[    5.635149] systemd[1]: Mounted FUSE Control File System.
[    5.640639] systemd[1]: ConditionPathExists=/proc/sys/fs/mqueue succeeded for dev-mqueue.mount.
[    5.649441] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[    5.666290] systemd[1]: About to execute: /bin/mount mqueue /dev/mqueue -t mqueue
[    5.674010] systemd[1]: Forked /bin/mount as 109
[    5.680845] systemd[1]: dev-mqueue.mount changed dead -> mounting
[    5.688804] systemd[1]: ConditionDirectoryNotEmpty=|/run/sysctl.d failed for systemd-sysctl.service.
[    5.698321] systemd[1]: ConditionDirectoryNotEmpty=|/etc/sysctl.d failed for systemd-sysctl.service.
[    5.707554] systemd[1]: ConditionDirectoryNotEmpty=|/usr/local/lib/sysctl.d failed for systemd-sysctl.service.
[    5.717832] systemd[1]: ConditionDirectoryNotEmpty=|/usr/lib/sysctl.d succeeded for systemd-sysctl.service.
[    5.727678] systemd[1]: ConditionDirectoryNotEmpty=|/lib/sysctl.d succeeded for systemd-sysctl.service.
[    5.737165] systemd[1]: ConditionPathIsReadWrite=/proc/sys/ succeeded for systemd-sysctl.service.
[    5.746132] systemd[1]: Starting Apply Kernel Variables...
         Starting Apply Kernel Variables...
[    5.759777] systemd[1]: About to execute: /usr/lib/systemd/systemd-sysctl
[    5.766794] systemd[1]: Forked /usr/lib/systemd/systemd-sysctl as 112
[    5.774371] systemd[1]: systemd-sysctl.service changed dead -> start
[    5.781127] systemd[1]: ConditionPathExists=/sys/kernel/debug succeeded for sys-kernel-debug.mount.
[    5.791080] systemd[1]: Mounting Debug File System...
         Mounting Debug File System...
[    5.806518] systemd[1]: About to execute: /bin/mount debugfs /sys/kernel/debug -t debugfs
[    5.814940] systemd[1]: Forked /bin/mount as 113
[    5.820500] systemd[1]: sys-kernel-debug.mount changed dead -> mounting
[    5.827257] systemd[1]: ConditionPathExists=/sys/kernel/config succeeded for sys-kernel-config.mount.
[    5.836594] systemd[1]: Mounting Configuration File System...
         Mounting Configuration File System...
[    5.849864] systemd[1]: About to execute: /bin/mount configfs /sys/kernel/config -t configfs
[    5.858552] systemd[1]: Forked /bin/mount as 114
[    5.864111] systemd[1]: sys-kernel-config.mount changed dead -> mounting
[    5.870949] systemd[1]: Starting system-dhcpcd.slice.
[    5.876443] systemd[1]: system-dhcpcd.slice changed dead -> active
[    5.882714] systemd[1]: Job system-dhcpcd.slice/start finished, result=done
[  OK  ] Created slice system-dhcpcd.slice.
[    5.899507] systemd[1]: Created slice system-dhcpcd.slice.
[    5.905105] systemd[1]: Starting system-getty.slice.
[    5.912447] systemd[1]: system-getty.slice changed dead -> active
[    5.918622] systemd[1]: Job system-getty.slice/start finished, result=done
[  OK  ] Created slice system-getty.slice.
[    5.936203] systemd[1]: Created slice system-getty.slice.
[    5.941701] systemd[1]: Starting system-serial\x2dgetty.slice.
[    5.947915] systemd[1]: system-serial\x2dgetty.slice changed dead -> active
[    5.954961] systemd[1]: Job system-serial\x2dgetty.slice/start finished, result=done
[  OK  ] Created slice system-serial\x2dgetty.slice.
[    5.972887] systemd[1]: Created slice system-serial\x2dgetty.slice.
[    5.979252] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[    5.993209] systemd[1]: About to execute: /usr/lib/systemd/systemd-journald
[    6.000400] systemd[1]: Forked /usr/lib/systemd/systemd-journald as 115
[    6.008167] systemd[1]: systemd-journald.service changed dead -> running
[    6.014988] systemd[1]: Job systemd-journald.service/start finished, result=done
[  OK  ] Started Journal Service.
[    6.029602] systemd[1]: Started Journal Service.
[    6.034321] systemd[1]: systemd-journald.socket changed listening -> running
[    6.066215] systemd[1]: slices.target changed dead -> active
[    6.082897] systemd[1]: Job slices.target/start finished, result=done
[  OK  ] Reached target Slices.
         Mounting Temporary Directory...
[    6.172967] systemd[1]: tmp.mount changed dead -> mounting
[    6.189647] systemd[1]: dev-mqueue.mount changed mounting -> mounting-done
[    6.209641] systemd[1]: Job dev-mqueue.mount/start finished, result=done
[  OK  ] Mounted POSIX Message Queue File System.
[    6.253018] systemd[1]: dev-hugepages.mount changed mounting -> mounting-done
[    6.273031] systemd[1]: Job dev-hugepages.mount/start finished, result=done
[  OK  ] Mounted Huge Pages File System.
[    6.316395] systemd[1]: Received SIGCHLD from PID 93 (systemd-remount).
[    6.336397] systemd[1]: Child 93 (systemd-remount) died (code=exited, status=0/SUCCESS)
[    6.356418] systemd[1]: Child 93 belongs to systemd-remount-fs.service
[    6.389764] systemd[1]: systemd-remount-fs.service changed start -> exited
[    6.409780] systemd[1]: Job systemd-remount-fs.service/start finished, result=done
[  OK  ] Started Remount Root and Kernel File Systems.
[    6.453149] systemd[1]: systemd-remount-fs.service: cgroup is empty
[    6.469821] systemd[1]: Child 96 (systemd-vconsol) died (code=exited, status=0/SUCCESS)
[    6.489839] systemd[1]: Child 96 belongs to systemd-vconsole-setup.service
[    6.523187] systemd[1]: systemd-vconsole-setup.service changed start -> exited
[    6.543194] systemd[1]: Job systemd-vconsole-setup.service/start finished, result=done
[  OK  ] Started Setup Virtual Console.
[    6.586571] systemd[1]: systemd-vconsole-setup.service: cgroup is empty
[    6.606572] systemd[1]: Child 101 (udevadm) died (code=exited, status=0/SUCCESS)
[    6.626595] systemd[1]: Child 101 belongs to systemd-udev-trigger.service
[    6.659935] systemd[1]: systemd-udev-trigger.service running next main command for state start
[    6.706663] systemd[1]: Child 104 (kmod) died (code=exited, status=0/SUCCESS)
[    6.726653] systemd[1]: Child 104 belongs to kmod-static-nodes.service
[    6.760049] systemd[1]: kmod-static-nodes.service changed start -> exited
[    6.780056] systemd[1]: Job kmod-static-nodes.service/start finished, result=done
[  OK  ] Started Create list of required static device nodes ...current kernel.
[    6.826715] systemd[1]: kmod-static-nodes.service: cgroup is empty
[    6.843417] systemd[1]: Child 106 (mount) died (code=exited, status=0/SUCCESS)
[    6.863413] systemd[1]: Child 106 belongs to dev-hugepages.mount
[    6.880118] systemd[1]: dev-hugepages.mount mount process exited, code=exited status=0
[    6.900125] systemd[1]: dev-hugepages.mount changed mounting-done -> mounted
[    6.920140] systemd[1]: Child 109 (mount) died (code=exited, status=0/SUCCESS)
[    6.940154] systemd[1]: Child 109 belongs to dev-mqueue.mount
[    6.956803] systemd[1]: dev-mqueue.mount mount process exited, code=exited status=0
[    6.976810] systemd[1]: dev-mqueue.mount changed mounting-done -> mounted
[    6.996829] systemd[1]: Incoming traffic on systemd-udevd-kernel.socket
[    7.016846] systemd[1]: systemd-udevd-kernel.socket changed listening -> running
[    7.036858] systemd[1]: Accepted new private connection.
[    7.053535] systemd[1]: Accepted new private connection.
[    7.070229] systemd[1]: Accepted new private connection.
[    7.086891] systemd[1]: Accepted new private connection.
[    7.103561] systemd[1]: Got message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/agent interface=org.freedesktop.systemd1.Agent member=Released cookie=1 reply_cookie=0 error=n/a
[    7.133585] systemd[1]: systemd-remount-fs.service: cgroup is empty
[    7.153607] systemd[1]: Accepted new private connection.
[    7.170280] systemd[1]: Got message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/agent interface=org.freedesktop.systemd1.Agent member=Released cookie=1 reply_cookie=0 error=n/a
[    7.200305] systemd[1]: Accepted new private connection.
[    7.216968] systemd[1]: Got message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/agent interface=org.freedesktop.systemd1.Agent member=Released cookie=1 reply_cookie=0 error=n/a
[    7.246994] systemd[1]: systemd-vconsole-setup.service: cgroup is empty
[    7.267008] systemd[1]: Accepted new private connection.
[    7.283679] systemd[1]: Got message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/agent interface=org.freedesktop.systemd1.Agent member=Released cookie=1 reply_cookie=0 error=n/a
[    7.313709] systemd[1]: Accepted new private connection.
[    7.330374] systemd[1]: Got message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/agent interface=org.freedesktop.systemd1.Agent member=Released cookie=1 reply_cookie=0 error=n/a
[    7.360401] systemd[1]: Got message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/agent interface=org.freedesktop.systemd1.Agent member=Released cookie=1 reply_cookie=0 error=n/a
[    7.390422] systemd[1]: Got message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/agent interface=org.freedesktop.systemd1.Agent member=Released cookie=1 reply_cookie=0 error=n/a
[    7.420438] systemd[1]: Got message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/agent interface=org.freedesktop.systemd1.Agent member=Released cookie=1 reply_cookie=0 error=n/a
[    7.450462] systemd[1]: ConditionCapability=CAP_MKNOD succeeded for systemd-tmpfiles-setup-dev.service.
         Starting Create Static Device Nodes in /dev...
[    7.520519] systemd[1]: systemd-tmpfiles-setup-dev.service changed dead -> start
         Starting Load/Save Random Seed...
[    7.587231] systemd[1]: systemd-random-seed.service changed dead -> start
[    7.607227] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2drandom_2dseed_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=1 reply_cookie=0 error=n/a
[    7.640603] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2drandom_2dseed_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=2 reply_cookie=0 error=n/a
[    7.673930] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2drandom_2dseed_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=1 reply_cookie=0 error=n/a
[    7.707286] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2drandom_2dseed_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=2 reply_cookie=0 error=n/a
[    7.740667] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2drandom_2dseed_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=1 reply_cookie=0 error=n/a
[    7.773997] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2drandom_2dseed_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=2 reply_cookie=0 error=n/a
[    7.807351] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2drandom_2dseed_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=1 reply_cookie=0 error=n/a
[    7.840724] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2drandom_2dseed_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=2 reply_cookie=0 error=n/a
[    7.874061] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2drandom_2dseed_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=1 reply_cookie=0 error=n/a
[    7.907418] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2drandom_2dseed_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=2 reply_cookie=0 error=n/a
[    7.940783] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2drandom_2dseed_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=1 reply_cookie=0 error=n/a
[    7.974129] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2drandom_2dseed_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=2 reply_cookie=0 error=n/a
[    8.007483] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2drandom_2dseed_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=1 reply_cookie=0 error=n/a
[    8.040841] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2drandom_2dseed_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=2 reply_cookie=0 error=n/a
[    8.074191] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2drandom_2dseed_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=1 reply_cookie=0 error=n/a
[    8.107547] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2drandom_2dseed_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=2 reply_cookie=0 error=n/a
[    8.140923] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2dtmpfiles_2dsetup_2ddev_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=3 reply_cookie=0 error=n/a
[    8.174261] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2dtmpfiles_2dsetup_2ddev_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=4 reply_cookie=0 error=n/a
[    8.207620] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2dtmpfiles_2dsetup_2ddev_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=3 reply_cookie=0 error=n/a
[    8.244309] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2dtmpfiles_2dsetup_2ddev_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=4 reply_cookie=0 error=n/a
[    8.277660] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2dtmpfiles_2dsetup_2ddev_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=3 reply_cookie=0 error=n/a
[    8.311026] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2dtmpfiles_2dsetup_2ddev_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=4 reply_cookie=0 error=n/a
[    8.344369] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2dtmpfiles_2dsetup_2ddev_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=3 reply_cookie=0 error=n/a
[    8.377722] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2dtmpfiles_2dsetup_2ddev_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=4 reply_cookie=0 error=n/a
[    8.411083] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2dtmpfiles_2dsetup_2ddev_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=3 reply_cookie=0 error=n/a
[    8.444442] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2dtmpfiles_2dsetup_2ddev_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=4 reply_cookie=0 error=n/a
[    8.477789] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2dtmpfiles_2dsetup_2ddev_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=3 reply_cookie=0 error=n/a
[    8.511146] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2dtmpfiles_2dsetup_2ddev_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=4 reply_cookie=0 error=n/a
[    8.544500] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2dtmpfiles_2dsetup_2ddev_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=3 reply_cookie=0 error=n/a
[    8.577853] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2dtmpfiles_2dsetup_2ddev_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=4 reply_cookie=0 error=n/a
[    8.611209] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2dtmpfiles_2dsetup_2ddev_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=3 reply_cookie=0 error=n/a
[    8.644569] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2dtmpfiles_2dsetup_2ddev_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=4 reply_cookie=0 error=n/a
[    8.677920] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/job/35 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=5 reply_cookie=0 error=n/a
[    8.707938] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/job/35 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=5 reply_cookie=0 error=n/a
[    8.737957] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/job/35 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=5 reply_cookie=0 error=n/a
[    8.767976] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/job/35 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=5 reply_cookie=0 error=n/a
[    8.797996] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/job/35 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=5 reply_cookie=0 error=n/a
[    8.828015] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/job/35 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=5 reply_cookie=0 error=n/a
[    8.858034] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/job/35 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=5 reply_cookie=0 error=n/a
[    8.888053] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/job/35 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=5 reply_cookie=0 error=n/a
[    8.918070] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/job/42 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=6 reply_cookie=0 error=n/a
[    8.948107] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/job/42 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=6 reply_cookie=0 error=n/a
[    8.978110] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/job/42 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=6 reply_cookie=0 error=n/a
[    9.008140] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/job/42 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=6 reply_cookie=0 error=n/a
[    9.038152] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/job/42 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=6 reply_cookie=0 error=n/a
[    9.068177] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/job/42 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=6 reply_cookie=0 error=n/a
[    9.098198] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/job/42 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=6 reply_cookie=0 error=n/a
[    9.128216] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/job/42 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=6 reply_cookie=0 error=n/a
[    **] (3 of 11) A start job is running for dev-disk-by\x2d...11s / 1min 30s)[   15.802472] systemd-sysctl[112]: parse: /usr/lib/sysctl.d/50-default.conf
[   15.839267] systemd[1]: sys-kernel-debug.mount changed mounting -> mounting-done
[   15.859254] systemd[1]: Job sys-kernel-debug.mount/start finished, result=done
[  OK  ] Mounted Debug File System.
[   15.902613] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=7 reply_cookie=0 error=n/a
[   15.932642] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=7 reply_cookie=0 error=n/a
[   15.962652] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=7 reply_cookie=0 error=n/a
[   15.992672] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=7 reply_cookie=0 error=n/a
[   16.019571] systemd-journald[115]: Fixed max_use=183.1M max_size=22.8M min_size=4.0M keep_free=274.7M
[   16.028896] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=7 reply_cookie=0 error=n/a
[   16.049053] systemd-journald[115]: Reserving 41685 entries in hash table.
[   16.056587] systemd-journald[115]: Vacuuming...
[   16.061240] systemd-journald[115]: Vacuuming done, freed 0 bytes
[   16.067612] systemd-journald[115]: Flushing /dev/kmsg...
[   16.079299] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=7 reply_cookie=0 error=n/a
[   16.129340] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=7 reply_cookie=0 error=n/a
[   16.157594] systemd-journald[115]: systemd-journald running as pid 115
[   16.176080] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=7 reply_cookie=0 error=n/a
[  OK  ] Mounted Configuration File System.
[  OK  ] Mounted Temporary Directory.
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Started udev Coldplug all Devices.
[  OK  ] Started Create Static Device Nodes in /dev.
[  OK  ] Started Load/Save Random Seed.
         Starting udev Kernel Device Manager...
[  OK  ] Reached target Local File Syst[   16.342903] systemd-udevd[127]: starting version 213
ems (Pre).
[  OK  ] Started udev Kernel Device Manager.
[   16.399349] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[   16.441335] hidraw: raw HID events driver (C) Jiri Kosina
[   16.473854] ACPI: Power Button [PWRB]
[   16.495682] parport_pc 00:05: reported by Plug and Play ACPI
[   16.508653] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
[   16.532144] ACPI: Fan [FAN0] (off)
[   16.540659] parport0: PC-style at 0x378
[   16.545338] thermal LNXTHERM:00: registered as thermal_zone0
[   16.569674] ACPI: Sleep Button [SLPB]
[   16.580083] ACPI: Thermal Zone [TZ01] (27 C)
[   16.584865]  (0x778), irq 5[  OK  ] Found device M4-CT064M4SSD1 2.
 [
[   16.607460] usb-storage 1-3:1.0: USB Mass Storage device detected
[  OK  [   16.620490] [drm] Initialized drm 1.1.0 20060810
] Found device M[   16.626053] PCSPP4-CT064M4SSD1 1.

[   16.633113] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[   16.647708] ,TRISTATE /dev/disk/by-uuid/f1d9f88f-7c13-4af0...c823000705c5...

[   16.651320] usbcore: registered new interface driver usbhid
[   16.664836] Adding 4194300k swap on /dev/sda1.  Priority:-1 extents:1 across:4194300k SSFS

[   16.686213] ]
[  OK  ] Activated swap /dev/disk/by-uuid/f1d9f88f-7c13[   16.697985] mei_txe 0000:00:1a.0: can't derive routing for PCI INT A
-4af0-bbbc-c823000705c5.
[  OK  ] Reached target Swap.
[   16.131750] systemd-fsck[141]: /dev/sda2: clean, 359/51200 files, 46127/20480[   16.720450] usbhid: USB HID core driver
0 blocks
[   16.726382] ACPI: Power Button [PWRF]
[  OK  ] Started File System Check on /dev/disk/by-uuid/459d5...a-f1779[   16.736867] scsi2 : usb-storage 1-3:1.0
5e0ab1c.
         Mounting /boot...
[   16.758445] usbcore: registered new interface driver usb-storage
[   16.775610] mei_txe 0000:00:1a.0: PCI INT A: no GSI
[   16.781014] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: data=ordered
[  OK  ] Mounted /boot.
[  OK  ] Reached target Local File Systems.
         Starting Trigger Flushing of Journal to Persistent Storage...
         Starting Create Volatile Files and Directories...
[   16.830106] mei_txe 0000:00:1a.0: irq 105 for MSI/MSI-X
[   16.849414] systemd-journald[115]: Received request to flush runtime journal from PID 1
[  OK  ] Started Trigger Flushing of Journal to Persist[   16.863591] usbcore: registered new interface driver uas
ent Storage.
[   16.870055] systemd-journald[115]: Fixed max_use=4.0G max_size=128.0M min_size=4.0M keep_free=4.0G
[   16.895845] systemd-journald[115]: Flushing to /var...
[   16.906523] systemd[1]: Failed to send job remove signal for 38: Transport endpoint is not connected
[   16.915779] systemd-journald[115]: Root directory /run/log/journal added.
[   16.927996] systemd-journald[115]: Considering /run/log/journal/a09a3b67e655464d907f97083fba87b8.
[   16.939788] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   16.946610] systemd[1]: systemd-journal-flush.service: cgroup is empty
[   16.953563] ACPI Warning: SystemIO range 0x000000000000f000-0x000000000000f01f conflicts with OpRegion 0x000000000000f000-0x000000000000f00f (\_SB_.PCI0.SBUS.SMBI)
[   16.968182] systemd-journald[115]: Directory /run/log/journal/a09a3b67e655464d907f97083fba87b8 added.
[   16.977879] systemd-journald[115]: File /run/log/journal/a09a3b67e655464d907f97083fba87b8/system.journal added.
[   16.989919] systemd[1]: Failed to send unit change signal for systemd-journal-flush.service: Transport endpoint is not connected
[   17.003642] input: PC Speaker as /devices/platform/pcspkr/input/input5
[   17.022390] pps_core: LinuxPPS API ver. 1 registered
[   17.027487] systemd[1]: Got disconnect on private connection.
[   17.043337] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[   17.050138] microcode: CPU0 sig=0x30673, pf=0x4, revision=0x321
[   17.056164] systemd[1]: Accepted new private connection.
[   17.066930] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[   17.076623] systemd[1]: dev-ttyS2.device changed dead -> plugged
[   17.090517] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[   17.098541] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[   17.107433] systemd[1]: sys-devices-platform-serial8250-tty-ttyS2.device changed dead -> plugged
[   17.119679]  (20140214/utaddress-258)
[   17.140011] systemd[1]: dev-ttyS3.device changed dead -> plugged
[   17.152381] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   17.173361] systemd[1]: sys-devices-platform-serial8250-tty-ttyS3.device changed dead -> plugged
[   17.184782] PTP clock support registered
[   17.200047] systemd[1]: dev-ttyS0.device changed dead -> plugged
[   17.210711] r8169 0000:02:00.0: irq 106 for MSI/MSI-X
[   17.226719] systemd[1]: Job dev-ttyS0.device/start finished, result=done
[  OK  ] Found device /dev/ttyS0.
[   17.270099] systemd[1]: sys-devices-pnp0-00:06-tty-ttyS0.device changed dead -> plugged
[   17.303450] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2dask_2dpassword_2dwall_2epath interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=1 reply_cookie=0 error=n/a
[   17.330373] r8169 0000:02:00.0 eth0: RTL8168g/8111g at 0xffffc9001127e000, d0:50:99:1a:d2:26, XID 0c000800 IRQ 106
[   17.342994] systemd-journald[115]: Root directory /run/log/journal removed.
[   17.351653] systemd-journald[115]: Directory /run/log/journal/a09a3b67e655464d907f97083fba87b8 removed.
[   17.361848] ppdev: user-space parallel port driver
[   17.370164] systemd-journald[115]: mmap cache statistics: 81579 hit, 1 miss
[   17.380193] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2dask_2dpassword_2dwall_2epath interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=2 reply_cookie=0 error=n/a
[   17.404565] [drm] Memory usable by graphics device = 2048M
[   17.417770] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
[   17.440209] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2dask_2dpassword_2dconsole_2epath interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=3 reply_cookie=0 error=n/a
[   17.463833] input: TK-FCP027 Series as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:056E:1014.0001/input/input7
[   17.477535] e1000e: Copyright(c) 1999 - 2014 Intel Corporation.
[   17.496909] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2dask_2dpassword_2dconsole_2epath interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=4 reply_cookie=0 error=n/a
[   17.524567] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[   17.533924] iTCO_vendor_support: vendor-support=0
[   17.542982] e1000e 0000:01:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[   17.553605] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=5 reply_cookie=0 error=n/a
[   17.581688] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[  OK  ] Started Create Volatile Files and Directories.[   17.610362] hid-generic 0003:056E:1014.0001: input,hidraw0: USB HID v1.10 Keyboard [TK-FCP027 Series] on usb-0000:00:14.0-4/input0

         Starting Update UTMP about System Boot/Shutdown...
[  OK  [   17.652206] iTCO_wdt: Found a Bay Trail SoC TCO device (Version=3, TCOBASE=0x0460)
] Started Update UTMP about System Boot/Shutdown.
[  OK  ] Reached target[   17.676225] systemd-udevd[130]: renamed network interface eth0 to enp2s0
 System Initiali[   17.684644] e1000e 0000:01:00.0: irq 107 for MSI/MSI-X
zation.
[  OK  ] Listening on D[   17.702178] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   17.710898] e1000e 0000:01:00.0: irq 108 for MSI/MSI-X

[  OK  ] Reached target[   17.719763] input: TK-FCP027 Series as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:056E:1014.0002/input/input8
 Sockets.
[  OK  ] Reached target[   17.743209] e1000e 0000:01:00.0: irq 109 for MSI/MSI-X
 Timers.
[  OK  ] Reached target Basic System.
[   17.758088] scsi 2:0:0:0: Direct-Access     GH       PicoN            PMAP PQ: 0 ANSI: 0 CCS
         Startin[   17.768216] i915 0000:00:02.0: irq 110 for MSI/MSI-X
g Login Service...
[   17.776092] sd 2:0:0:0: [sdb] 15646720 512-byte logical blocks: (8.01 GB/7.46 GiB)
         Starting D-Bus System Message Bus...
[   17.792395] hid-generic 0003:056E:1014.0002: input,hidraw1: USB HID v1.10 Device [TK-FCP027 Series] on usb-0000:00:14.0-4/input1
[  OK  ] Started D-Bus System Message B[   17.809032] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
us.
[   17.817094] sd 2:0:0:0: [sdb] Write Protect is off
[   17.823846] [drm] Driver supports precise vblank timestamp query.
[   17.830566] sd 2:0:0:0: [sdb] Mode Sense: 23 00 00 00
[   17.839563] sd 2:0:0:0: [sdb] No Caching mode page found
         Starting Permit User Sessions...
[   17.863263] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[  OK  ] Found device RTL8111/8168/8411 PCI Express Gigabit E...(one of many)).
[   17.880501] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   17.895936]  sdb: sdb1 sdb2essions.

[   17.907920] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[  OK  ] Started Login Service.
         Starting Getty on tty1...
[  OK  ] Started Getty on tty1.
         Starting Serial Getty on ttyS0...
[   17.963549] e1000e 0000:01:00.0 eth0: registered PHC clock
[  OK  [   17.972463] e1000e 0000:01:00.0 eth0: (PCI Express:2.5GT/s:Width x1) 68:05:ca:26:54:12
] Started Serial[   17.981771] e1000e 0000:01:00.0 eth0: Intel(R) PRO/1000 Network Connection
 Getty on ttyS0.[   17.990184] e1000e 0000:01:00.0 eth0: MAC: 3, PHY: 8, PBA No: E46981-008

[  OK  ] Reached target Login Prompts.
         Starting dhcpcd on enp2s0...
[   18.012925] systemd-udevd[129]: renamed network interface eth0 to enp1s0
[   18.112716] r8169 0000:02:00.0 enp2s0: link down
[   18.117681] r8169 0000:02:00.0 enp2s0: link down
[   18.122602] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[   19.440575] fbcon: inteldrmfb (fb0) is primary device
[   20.132731] Console: switching to colour frame buffer device 128x48
[   20.148063] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   20.154736] i915 0000:00:02.0: registered panic notifier
[   20.186365] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   20.194642] acpi device:09: registered as cooling_device2
[   20.202844] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9
[   20.213997] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   20.221562] snd_hda_intel 0000:00:1b.0: irq 111 for MSI/MSI-X
[  OK  ] Created slice system-systemd\x2dbacklight.slice.
         Starting Load/Save Screen Backlight Brightness of ba...:acpi_video0...
[  OK  ] Started Load/Save Screen Backlight Brightness of bac...ht:acpi_video0.
[   20.295107] sound hdaudioC0D0: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[   20.303393] sound hdaudioC0D0:    speaker_outs=1 (0x15/0x0/0x0/0x0/0x0)
[   20.310164] sound hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   20.316483] sound hdaudioC0D0:    mono: mono_out=0x0
[   20.321581] sound hdaudioC0D0:    inputs:
[   20.325733] sound hdaudioC0D0:      Front Mic=0x19
[   20.330652] sound hdaudioC0D0:      Rear Mic=0x18
[   20.335486] sound hdaudioC0D0:      Line=0x1a
[  OK  ] Reached target Sound Card.
[   20.393191] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[   20.411040] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[   20.421781] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[   20.432166] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[   20.442870] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[   20.454135] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[   20.899960] r8169 0000:02:00.0 enp2s0: link up
[   20.906582] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
[   20.939142] [drm] Enabling RC6 states: RC6 off, RC6p off, RC6pp off

Offline

#4 2014-07-12 08:03:04

k2_8191
Member
Registered: 2012-10-18
Posts: 20

Re: [SOLVED] Arch with kernel 3.15.1 hangs/reboots in early boot

Just an update: 3.15.5 has the same issue.
I'll file this issue as a bug in the kernel bug tracker when I get a good amount of time.

Offline

#5 2014-07-19 05:33:42

Darkimmortal
Member
Registered: 2012-01-04
Posts: 30

Re: [SOLVED] Arch with kernel 3.15.1 hangs/reboots in early boot

Can confirm exact same issue on a gigabyte ga-j1800n-d2h

Subscribing to this topic in hope of an eventual solution, but for now kernel 3.14.4 will do the job

Offline

#6 2014-10-05 01:11:14

k2_8191
Member
Registered: 2012-10-18
Posts: 20

Re: [SOLVED] Arch with kernel 3.15.1 hangs/reboots in early boot

I finally got some time to tackle the problem and I tried to boot my BayTrail PC with the latest Arch image(2014.10.01, kernel 3.16.3), and... it worked without any parameter tweaks!
I also found an interesting commit in the kernel.
The explained problem in that commit is very similar to my issue.

Offline

Board footer

Powered by FluxBB