You are not logged in.

#1 2013-10-07 08:28:43

charchdo
Member
From: Sydney, Australia
Registered: 2013-09-14
Posts: 22

[SOLVED] unable to boot linux-mainline 3.12-rc4-1

[NOTE] Title changed since it wasn't a gummiboot issue rather trying to boot the latest kernel release.


I just installed the linux-mainline package from AUR with the 3.12-rc4-1 kernel to get full support for my CPU which successfully created:

/boot/vmlinuz-linux-mainline
/boot/initramfs-linux-mainline-img

I created new menu item arch-mainline.conf.

# cat /boot/loader/entries/arch-mainline.conf

title	         Arch Linux Mainline
linux	        /vmlinuz-linux-mainline
initrd       /initramfs-linux-mainline.img
options   root=/dev/sda2 rw libata.force-noncq

I then ran:

# gummiboot update

which worked with no error messages. I think only updated the 3.11.3-1-ARCH kernel from the official repository though.

When I rebooted the 'Arch Linux Mainline' menu entry was there but when I booted from it the boot failed.

I read https://wiki.archlinux.org/index.php/Gummiboot but am not sure what am I doing wrong.

Any pointers appreciated.

Last edited by charchdo (2013-10-21 02:02:59)

Offline

#2 2013-10-07 16:14:41

srs5694
Member
From: Woonsocket, RI
Registered: 2012-11-06
Posts: 719
Website

Re: [SOLVED] unable to boot linux-mainline 3.12-rc4-1

First, what do you mean by "the boot failed"? That could mean that the system hung immediately, that it displayed an error message and then hung, that the kernel booted and began displaying startup messages but then hung, or various other things. Details are critical.

Second, what type of computer do you have? Some Lenovos suffer from a bizarre and hard-to-track-down bug that's under discussion here. If the system hung as soon as you selected the option in gummiboot, it could be that you've got this problem. The most reliable solution seems to be to switch from the EFI stub loader to another boot loader (such as GRUB, SYSLINUX, or ELILO); however, sometimes changing or tweaking the boot manager can help, too. In particular, some users say that switching from the default Tianocore build of rEFInd to a binary built with GNU-EFI gets things working again. (Arch's rEFInd build is based on Tianocore, but the upstream rEFInd downloads page includes links to get binaries built with both development kits.)

Offline

#3 2013-10-09 01:46:21

charchdo
Member
From: Sydney, Australia
Registered: 2013-09-14
Posts: 22

Re: [SOLVED] unable to boot linux-mainline 3.12-rc4-1

Thanks for reply. Apologies for lack of information.

After I select the option to load the mainline linux the system does start to boot and then hangs. I see the udev and keyboard hooks. Then with the autodetect (or uevent??) hook the system hangs. I get an error message when loading "ata1". The boot then hangs and I wait a minute with nothing then I poweroff holding the power switch down for 5 seconds.

I can't recall exactly what the error message is but I think it is along the lines of: FPDMA Queued or similar. That's just a guess though since I haven't tried it for a while.

The thing is if I go in and edit the boot command line to point the loader to the "/vmlinuz-linux-mainline" executable then the system will boot to the new kernel.

I'm just not sure if I've missed a step in linking the bootable image to the entry in gummiboot. Manually doing it though seems to work.

Offline

#4 2013-10-09 02:23:13

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: [SOLVED] unable to boot linux-mainline 3.12-rc4-1

This is not an issue with gummiboot at all.  It is an issue with your kernel.

Also, gummiboot update doesn't do what I think you believe it does.

Offline

#5 2013-10-09 02:25:07

srs5694
Member
From: Woonsocket, RI
Registered: 2012-11-06
Posts: 719
Website

Re: [SOLVED] unable to boot linux-mainline 3.12-rc4-1

The error message you get is critical. Find it and post it. If by "edit the boot command line" you mean use efibootmgr to load the kernel directly, then the options you pass in this way are also important; a difference on that score could easily explain the different results you're seeing. Posting the output of "efibootmgr -v" will show these options, for comparison with the gummiboot configuration file you've shown.

Offline

#6 2013-10-09 07:21:20

charchdo
Member
From: Sydney, Australia
Registered: 2013-09-14
Posts: 22

Re: [SOLVED] unable to boot linux-mainline 3.12-rc4-1

OK. So I had written half a reply that outlined the exact steps I had taken to date which resulted in the boot process being dropped to a shell. I tried to get the exact messages but wasn't able to because the computer booted (almost) successfully.

wonder woofy: I think you're right. I'm still new to linux and prob need to do a bit more reading regarding the boot process and differences between the various loaders.

srs5694: By "editing the boot command line" I mean pressing "e" when in the menu with "Arch Linux" highlighted and changing "/vmlinuz-linux" to "/vmlinuz-linux-mainline". So I believe still using gummiboot. The further details requested are below.


So when trying to boot the 3.12-rc4-1 kernel this morning I received messages similar to:

running early hook (udev)
running hook [keymap]
Loading keymap...done
running hook [udev]
Triggering uevents....
[   31.339451] ata1.00: exception Emask 0x0 SAct 0x3 SErr 0x0 action 0x6 frozen
[   31.339501] ata1.00: failed command: READ FPDMA QUEUED
[   31.339536] ata1.00: cmd 60/08:00:c0:0b:00/00:00:00:00:00/40 tag 0 ncq 4096 in
         res 40/00:01:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   31.339616] ata1.00: status: { DRDY }
[   31.339639] ata1.00: failed command: READ FPDMA QUEUED
[   31.339672] ata1.00: cmd 60/08:08:b0:0b:20/00:00:00:00:00/40 tag 1 ncq 4096 in
         res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   31.339751] ata1.00: status: { DRDY }
...
Running fsck on /dev/sda2
...

Dropping to a shell

However, when I just then rebooted then the kernel booted to the tty using the 3.12.0-1-mainline kernel although it did take 30 seconds longer than my normal boot time. I'm not sure why it booted successfully. Or if it is successful: I still received the

ata1.00: failed command: READ FPDMA QUEUED

message. The code above is from my current dmesg output, hence the "similar".

Here is my dmesg:

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.12.0-1-mainline (chris@arch) (gcc version 4.8.1 20130725 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Oct 7 16:49:33 EST 2013
[    0.000000] Command line: initrd=\initramfs-linux-mainline.img root=/dev/sda2 rw libata.force-noncq
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000ca4bcfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ca4bd000-0x00000000ca4c3fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000ca4c4000-0x00000000ca8e5fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ca8e6000-0x00000000cac36fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000cac37000-0x00000000da898fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000da899000-0x00000000dab40fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dab41000-0x00000000dab55fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000dab56000-0x00000000dbaaafff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000dbaab000-0x00000000dbffefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dbfff000-0x00000000dbffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dd000000-0x00000000df1fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000011fdfffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by American Megatrends
[    0.000000] efi:  ACPI=0xdab45000  ACPI 2.0=0xdab45000  SMBIOS=0xdbf50498 
[    0.000000] efi: mem00: type=7, attr=0xf, range=[0x0000000000000000-0x0000000000058000) (0MB)
[    0.000000] efi: mem01: type=0, attr=0xf, range=[0x0000000000058000-0x0000000000059000) (0MB)
[    0.000000] efi: mem02: type=2, attr=0xf, range=[0x0000000000059000-0x0000000000060000) (0MB)
[    0.000000] efi: mem03: type=7, attr=0xf, range=[0x0000000000060000-0x000000000009e000) (0MB)
[    0.000000] efi: mem04: type=0, attr=0xf, range=[0x000000000009e000-0x00000000000a0000) (0MB)
[    0.000000] efi: mem05: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB)
[    0.000000] efi: mem06: type=2, attr=0xf, range=[0x0000000001000000-0x0000000001f53000) (15MB)
[    0.000000] efi: mem07: type=7, attr=0xf, range=[0x0000000001f53000-0x000000007fc53000) (2013MB)
[    0.000000] efi: mem08: type=2, attr=0xf, range=[0x000000007fc53000-0x0000000080000000) (3MB)
[    0.000000] efi: mem09: type=7, attr=0xf, range=[0x0000000080000000-0x00000000c7c54000) (1148MB)
[    0.000000] efi: mem10: type=2, attr=0xf, range=[0x00000000c7c54000-0x00000000c7d54000) (1MB)
[    0.000000] efi: mem11: type=7, attr=0xf, range=[0x00000000c7d54000-0x00000000ca0f0000) (35MB)
[    0.000000] efi: mem12: type=1, attr=0xf, range=[0x00000000ca0f0000-0x00000000ca4bd000) (3MB)
[    0.000000] efi: mem13: type=10, attr=0xf, range=[0x00000000ca4bd000-0x00000000ca4c4000) (0MB)
[    0.000000] efi: mem14: type=4, attr=0xf, range=[0x00000000ca4c4000-0x00000000ca610000) (1MB)
[    0.000000] efi: mem15: type=3, attr=0xf, range=[0x00000000ca610000-0x00000000ca8a8000) (2MB)
[    0.000000] efi: mem16: type=4, attr=0xf, range=[0x00000000ca8a8000-0x00000000ca8c4000) (0MB)
[    0.000000] efi: mem17: type=3, attr=0xf, range=[0x00000000ca8c4000-0x00000000ca8de000) (0MB)
[    0.000000] efi: mem18: type=4, attr=0xf, range=[0x00000000ca8de000-0x00000000ca8e6000) (0MB)
[    0.000000] efi: mem19: type=6, attr=0x800000000000000f, range=[0x00000000ca8e6000-0x00000000cabbe000) (2MB)
[    0.000000] efi: mem20: type=0, attr=0xf, range=[0x00000000cabbe000-0x00000000cac37000) (0MB)
[    0.000000] efi: mem21: type=4, attr=0xf, range=[0x00000000cac37000-0x00000000cac44000) (0MB)
[    0.000000] efi: mem22: type=7, attr=0xf, range=[0x00000000cac44000-0x00000000cac4e000) (0MB)
[    0.000000] efi: mem23: type=2, attr=0xf, range=[0x00000000cac4e000-0x00000000cac4f000) (0MB)
[    0.000000] efi: mem24: type=7, attr=0xf, range=[0x00000000cac4f000-0x00000000cac50000) (0MB)
[    0.000000] efi: mem25: type=2, attr=0xf, range=[0x00000000cac50000-0x00000000cac53000) (0MB)
[    0.000000] efi: mem26: type=7, attr=0xf, range=[0x00000000cac53000-0x00000000d8a9b000) (222MB)
[    0.000000] efi: mem27: type=4, attr=0xf, range=[0x00000000d8a9b000-0x00000000d8ab7000) (0MB)
[    0.000000] efi: mem28: type=7, attr=0xf, range=[0x00000000d8ab7000-0x00000000d8ac9000) (0MB)
[    0.000000] efi: mem29: type=4, attr=0xf, range=[0x00000000d8ac9000-0x00000000d9bf6000) (17MB)
[    0.000000] efi: mem30: type=7, attr=0xf, range=[0x00000000d9bf6000-0x00000000da656000) (10MB)
[    0.000000] efi: mem31: type=3, attr=0xf, range=[0x00000000da656000-0x00000000da899000) (2MB)
[    0.000000] efi: mem32: type=0, attr=0xf, range=[0x00000000da899000-0x00000000da9ab000) (1MB)
[    0.000000] efi: mem33: type=0, attr=0xf, range=[0x00000000da9ab000-0x00000000dab41000) (1MB)
[    0.000000] efi: mem34: type=9, attr=0xf, range=[0x00000000dab41000-0x00000000dab45000) (0MB)
[    0.000000] efi: mem35: type=9, attr=0xf, range=[0x00000000dab45000-0x00000000dab56000) (0MB)
[    0.000000] efi: mem36: type=10, attr=0xf, range=[0x00000000dab56000-0x00000000db20f000) (6MB)
[    0.000000] efi: mem37: type=10, attr=0xf, range=[0x00000000db20f000-0x00000000dbaab000) (8MB)
[    0.000000] efi: mem38: type=6, attr=0x800000000000000f, range=[0x00000000dbaab000-0x00000000dbe81000) (3MB)
[    0.000000] efi: mem39: type=6, attr=0x800000000000000f, range=[0x00000000dbe81000-0x00000000dbf52000) (0MB)
[    0.000000] efi: mem40: type=5, attr=0x800000000000000f, range=[0x00000000dbf52000-0x00000000dbf96000) (0MB)
[    0.000000] efi: mem41: type=5, attr=0x800000000000000f, range=[0x00000000dbf96000-0x00000000dbfff000) (0MB)
[    0.000000] efi: mem42: type=4, attr=0xf, range=[0x00000000dbfff000-0x00000000dc000000) (0MB)
[    0.000000] efi: mem43: type=7, attr=0xf, range=[0x0000000100000000-0x000000011fe00000) (510MB)
[    0.000000] efi: mem44: type=0, attr=0x0, range=[0x00000000dd000000-0x00000000df200000) (34MB)
[    0.000000] efi: mem45: type=11, attr=0x8000000000000001, range=[0x00000000f8000000-0x00000000fc000000) (64MB)
[    0.000000] efi: mem46: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB)
[    0.000000] efi: mem47: type=11, attr=0x8000000000000001, range=[0x00000000fed00000-0x00000000fed04000) (0MB)
[    0.000000] efi: mem48: type=11, attr=0x8000000000000001, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
[    0.000000] efi: mem49: type=11, attr=0x8000000000000001, range=[0x00000000fee00000-0x00000000fee01000) (0MB)
[    0.000000] efi: mem50: type=11, attr=0x8000000000000001, range=[0x00000000ff000000-0x0000000100000000) (16MB)
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Sony Corporation SVP13213CGB/VAIO, BIOS R0270V7 05/17/2013
[    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 = 0x11fe00 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-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask 7F00000000 write-back
[    0.000000]   1 base 0100000000 mask 7FE0000000 write-back
[    0.000000]   2 base 00E0000000 mask 7FE0000000 uncachable
[    0.000000]   3 base 00DE000000 mask 7FFE000000 uncachable
[    0.000000]   4 base 00DD000000 mask 7FFF000000 uncachable
[    0.000000]   5 base 011FE00000 mask 7FFFE00000 uncachable
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: update [mem 0xdd000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xdc000 max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x02b31000, 0x02b31fff] PGTABLE
[    0.000000] BRK [0x02b32000, 0x02b32fff] PGTABLE
[    0.000000] BRK [0x02b33000, 0x02b33fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x11fc00000-0x11fdfffff]
[    0.000000]  [mem 0x11fc00000-0x11fdfffff] page 2M
[    0.000000] BRK [0x02b34000, 0x02b34fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x11c000000-0x11fbfffff]
[    0.000000]  [mem 0x11c000000-0x11fbfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x100000000-0x11bffffff]
[    0.000000]  [mem 0x100000000-0x11bffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0xca4bcfff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x3fffffff] page 2M
[    0.000000]  [mem 0x40000000-0xbfffffff] page 1G
[    0.000000]  [mem 0xc0000000-0xca3fffff] page 2M
[    0.000000]  [mem 0xca400000-0xca4bcfff] page 4k
[    0.000000] init_memory_mapping: [mem 0xca4c4000-0xca8e5fff]
[    0.000000]  [mem 0xca4c4000-0xca5fffff] page 4k
[    0.000000]  [mem 0xca600000-0xca7fffff] page 2M
[    0.000000]  [mem 0xca800000-0xca8e5fff] page 4k
[    0.000000] BRK [0x02b35000, 0x02b35fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0xcac37000-0xda898fff]
[    0.000000]  [mem 0xcac37000-0xcadfffff] page 4k
[    0.000000]  [mem 0xcae00000-0xda7fffff] page 2M
[    0.000000]  [mem 0xda800000-0xda898fff] page 4k
[    0.000000] BRK [0x02b36000, 0x02b36fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0xdbfff000-0xdbffffff]
[    0.000000]  [mem 0xdbfff000-0xdbffffff] page 4k
[    0.000000] RAMDISK: [mem 0x7fc53000-0x7fffffff]
[    0.000000] ACPI: RSDP 00000000dab45000 00024 (v02   Sony)
[    0.000000] ACPI: XSDT 00000000dab45098 000AC (v01   Sony     VAIO 20130517 AMI  00010013)
[    0.000000] ACPI: FACP 00000000dab4fa20 0010C (v05   Sony     VAIO 20130517 MSFT 00010013)
[    0.000000] ACPI Error: Gpe0Block - 32-bit FADT register is too long (32 bytes, 256 bits) to convert to GAS struct - 255 bits max, truncating (20130725/tbfadt-202)
[    0.000000] ACPI: DSDT 00000000dab451d0 0A84F (v02   Sony     VAIO 20130517 INTL 20120711)
[    0.000000] ACPI: FACS 00000000dbaa9080 00040
[    0.000000] ACPI: APIC 00000000dab4fb30 00072 (v03   Sony     VAIO 20130517 MSFT 00010013)
[    0.000000] ACPI: FPDT 00000000dab4fba8 00044 (v01   Sony     VAIO 20130517 AMI  00010013)
[    0.000000] ACPI: MSDM 00000000dab4fbf0 00055 (v03   Sony     VAIO 20130517 AMI  00010013)
[    0.000000] ACPI: MCFG 00000000dab4fc48 0003C (v01   Sony     VAIO 20130517 MSFT 00000097)
[    0.000000] ACPI: HPET 00000000dab4fc88 00038 (v01   Sony     VAIO 20130517 MSFT 00000005)
[    0.000000] ACPI: SSDT 00000000dab4fcc0 00269 (v01   Sony     VAIO 20130517 INTL 20091112)
[    0.000000] ACPI: SSDT 00000000dab4ff30 00379 (v01   Sony     VAIO 20130517 INTL 20120711)
[    0.000000] ACPI: PCCT 00000000dab502b0 0006E (v05   Sony     VAIO 20130517 INTL 20120711)
[    0.000000] ACPI: SSDT 00000000dab50320 00AC4 (v01   Sony     VAIO 20130517 INTL 20120711)
[    0.000000] ACPI: SSDT 00000000dab50de8 00473 (v01   Sony     VAIO 20130517 INTL 20051117)
[    0.000000] ACPI: SSDT 00000000dab51260 00AD8 (v01   Sony     VAIO 20130517 INTL 20051117)
[    0.000000] ACPI: SSDT 00000000dab51d38 004FC (v01   Sony     VAIO 20130517 INTL 20051117)
[    0.000000] ACPI: SSDT 00000000dab52238 03019 (v01   Sony     VAIO 20130517 INTL 20091112)
[    0.000000] ACPI: ECDT 00000000dab55258 000C1 (v01   Sony     VAIO 20130517 MSFT 00000005)
[    0.000000] ACPI: BGRT 00000000dab55320 00038 (v00   Sony     VAIO 20130517 AMI  00010013)
[    0.000000] ACPI: SSDT 00000000dab55358 006F8 (v01   Sony     VAIO 20130517 INTL 20091112)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000011fdfffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x11fdfffff]
[    0.000000]   NODE_DATA [mem 0x11fdf7000-0x11fdfbfff]
[    0.000000]  [ffffea0000000000-ffffea00047fffff] PMD -> [ffff88011b400000-ffff88011f3fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x11fdfffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x00057fff]
[    0.000000]   node   0: [mem 0x00059000-0x0009dfff]
[    0.000000]   node   0: [mem 0x00100000-0xca4bcfff]
[    0.000000]   node   0: [mem 0xca4c4000-0xca8e5fff]
[    0.000000]   node   0: [mem 0xcac37000-0xda898fff]
[    0.000000]   node   0: [mem 0xdbfff000-0xdbffffff]
[    0.000000]   node   0: [mem 0x100000000-0x11fdfffff]
[    0.000000] On node 0 totalpages: 1024734
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 13910 pages used for memmap
[    0.000000]   DMA32 zone: 890178 pages, LIFO batch:31
[    0.000000]   Normal zone: 2040 pages used for memmap
[    0.000000]   Normal zone: 130560 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    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 (acpi_id[0x03] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
[    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: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 56
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xca4bd000-0xca4c3fff]
[    0.000000] PM: Registered nosave memory: [mem 0xca8e6000-0xcac36fff]
[    0.000000] PM: Registered nosave memory: [mem 0xda899000-0xdab40fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdab41000-0xdab55fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdab56000-0xdbaaafff]
[    0.000000] PM: Registered nosave memory: [mem 0xdbaab000-0xdbffefff]
[    0.000000] PM: Registered nosave memory: [mem 0xdc000000-0xdcffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdd000000-0xdf1fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdf200000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0xdf200000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 29 pages/cpu @ffff88011fa00000 s86464 r8192 d24128 u524288
[    0.000000] pcpu-alloc: s86464 r8192 d24128 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1008698
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: initrd=\initramfs-linux-mainline.img root=/dev/sda2 rw libata.force-noncq
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    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: 3926956K/4098936K available (5115K kernel code, 803K rwdata, 1708K rodata, 1144K init, 1288K bss, 171980K reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, 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=64 to nr_cpu_ids=4.
[    0.000000] NR_IRQS:4352 nr_irqs:984 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 16777216 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.003333] tsc: Detected 2294.791 MHz processor
[    0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4591.81 BogoMIPS (lpj=7649303)
[    0.000005] pid_max: default: 32768 minimum: 301
[    0.000016] init_memory_mapping: [mem 0xca8e6000-0xcabbdfff]
[    0.000018]  [mem 0xca8e6000-0xcabbdfff] page 4k
[    0.000037] init_memory_mapping: [mem 0xdbaab000-0xdbf51fff]
[    0.000038]  [mem 0xdbaab000-0xdbbfffff] page 4k
[    0.000039]  [mem 0xdbc00000-0xdbdfffff] page 2M
[    0.000040]  [mem 0xdbe00000-0xdbf51fff] page 4k
[    0.000061] init_memory_mapping: [mem 0xdbf52000-0xdbffefff]
[    0.000062]  [mem 0xdbf52000-0xdbffefff] page 4k
[    0.008991] Security Framework initialized
[    0.008998] AppArmor: AppArmor disabled by boot time parameter
[    0.008999] Yama: becoming mindful.
[    0.009250] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.010001] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.010331] Mount-cache hash table entries: 256
[    0.010486] Initializing cgroup subsys memory
[    0.010494] Initializing cgroup subsys devices
[    0.010495] Initializing cgroup subsys freezer
[    0.010497] Initializing cgroup subsys net_cls
[    0.010498] Initializing cgroup subsys blkio
[    0.010519] CPU: Physical Processor ID: 0
[    0.010520] CPU: Processor Core ID: 0
[    0.010523] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.011491] mce: CPU supports 7 MCE banks
[    0.011502] CPU0: Thermal monitoring enabled (TM1)
[    0.011512] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0
tlb_flushall_shift: 6
[    0.011627] Freeing SMP alternatives memory: 20K (ffffffff819e8000 - ffffffff819ed000)
[    0.012407] ACPI: Core revision 20130725
[    0.021077] ACPI: All ACPI Tables successfully acquired
[    0.024111] ftrace: allocating 20307 entries in 80 pages
[    0.032911] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.065900] smpboot: CPU0: Intel(R) Core(TM) i5-4200U CPU @ 1.60GHz (fam: 06, model: 45, stepping: 01)
[    0.065907] TSC deadline timer enabled
[    0.065914] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
[    0.065920] ... version:                3
[    0.065921] ... bit width:              48
[    0.065921] ... generic registers:      4
[    0.065922] ... value mask:             0000ffffffffffff
[    0.065923] ... max period:             0000ffffffffffff
[    0.065924] ... fixed-purpose events:   3
[    0.065925] ... event mask:             000000070000000f
[    0.106942] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.092671] smpboot: Booting Node   0, Processors  #   1 #   2 #   3 OK
[    0.148799] Brought up 4 CPUs
[    0.148802] smpboot: Total of 4 processors activated (18365.25 BogoMIPS)
[    0.152372] devtmpfs: initialized
[    0.154124] PM: Registering ACPI NVS region [mem 0xca4bd000-0xca4c3fff] (28672 bytes)
[    0.154126] PM: Registering ACPI NVS region [mem 0xdab56000-0xdbaaafff] (16076800 bytes)
[    0.154955] RTC time: 17:28:36, date: 10/09/13
[    0.154988] NET: Registered protocol family 16
[    0.155068] cpuidle: using governor ladder
[    0.155070] cpuidle: using governor menu
[    0.155093] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.155094] ACPI: bus type PCI registered
[    0.155096] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.155137] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.155139] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.161654] PCI: Using configuration type 1 for base access
[    0.162155] bio: create slab <bio-0> at 0
[    0.162246] ACPI: Added _OSI(Module Device)
[    0.162248] ACPI: Added _OSI(Processor Device)
[    0.162249] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.162250] ACPI: Added _OSI(Processor Aggregator Device)
[    0.163871] ACPI: EC: EC description table is found, configuring boot EC
[    0.203301] ACPI: Executed 1 blocks of module-level executable AML code
[    0.205304] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.205823] ACPI: SSDT 00000000dab35c18 003D3 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.206227] ACPI: Dynamic OEM Table Load:
[    0.206229] ACPI: SSDT           (null) 003D3 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.215887] ACPI: SSDT 00000000dab35618 005AA (v01  PmRef    ApIst 00003000 INTL 20051117)
[    0.216560] ACPI: Dynamic OEM Table Load:
[    0.216562] ACPI: SSDT           (null) 005AA (v01  PmRef    ApIst 00003000 INTL 20051117)
[    0.229036] ACPI: SSDT 00000000dab34d98 00119 (v01  PmRef    ApCst 00003000 INTL 20051117)
[    0.229618] ACPI: Dynamic OEM Table Load:
[    0.229620] ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20051117)
[    0.242997] ACPI: Interpreter enabled
[    0.243008] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130725/hwxface-571)
[    0.243016] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130725/hwxface-571)
[    0.243041] ACPI: (supports S0 S3 S4 S5)
[    0.243042] ACPI: Using IOAPIC for interrupt routing
[    0.243077] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.243250] ACPI: No dock devices found.
[    0.290667] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.290887] acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
[    0.291054] acpi PNP0A08:00: ACPI _OSC control (0x18) granted
[    0.291511] ACPI: \_SB_.PCI0.TPMX: can't evaluate _ADR (0x5)
[    0.291657] ACPI: \_SB_.PCI0.PDRC: can't evaluate _ADR (0x5)
[    0.291690] PCI host bridge to bus 0000:00
[    0.291692] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.291694] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.291695] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.291697] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.291698] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
[    0.291700] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
[    0.291701] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
[    0.291702] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
[    0.291704] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[    0.291705] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[    0.291706] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[    0.291707] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[    0.291709] pci_bus 0000:00: root bus resource [mem 0xdf200000-0xfeafffff]
[    0.291716] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000
[    0.291892] pci 0000:00:02.0: [8086:0a16] type 00 class 0x030000
[    0.291903] pci 0000:00:02.0: reg 0x10: [mem 0xf6400000-0xf67fffff 64bit]
[    0.291909] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.291914] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.292083] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300
[    0.292090] pci 0000:00:03.0: reg 0x10: [mem 0xf7d14000-0xf7d17fff 64bit]
[    0.292276] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330
[    0.292292] pci 0000:00:14.0: reg 0x10: [mem 0xf7d00000-0xf7d0ffff 64bit]
[    0.292346] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.292480] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.292512] pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000
[    0.292531] pci 0000:00:16.0: reg 0x10: [mem 0xf7d1c000-0xf7d1c01f 64bit]
[    0.292593] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.292763] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300
[    0.292773] pci 0000:00:1b.0: reg 0x10: [mem 0xf7d10000-0xf7d13fff 64bit]
[    0.292821] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.292955] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.292989] pci 0000:00:1c.0: [8086:9c14] type 01 class 0x060400
[    0.293057] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.293194] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.293231] pci 0000:00:1c.3: [8086:9c16] type 01 class 0x060400
[    0.293298] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.293435] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    0.293470] pci 0000:00:1c.4: [8086:9c1a] type 01 class 0x060400
[    0.293537] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.293675] pci 0000:00:1c.4: System wakeup disabled by ACPI
[    0.293709] pci 0000:00:1d.0: [8086:9c26] type 00 class 0x0c0320
[    0.293728] pci 0000:00:1d.0: reg 0x10: [mem 0xf7d1a000-0xf7d1a3ff]
[    0.293810] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.293956] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.293988] pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100
[    0.294242] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500
[    0.294254] pci 0000:00:1f.3: reg 0x10: [mem 0xf7d19000-0xf7d190ff 64bit]
[    0.294272] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    0.294535] pci 0000:01:00.0: [8086:08b1] type 00 class 0x028000
[    0.294571] pci 0000:01:00.0: reg 0x10: [mem 0xf7c00000-0xf7c01fff 64bit]
[    0.294717] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.294761] pci 0000:01:00.0: System wakeup disabled by ACPI
[    0.301404] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.301411] pci 0000:00:1c.0:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.301495] pci 0000:00:1c.3: PCI bridge to [bus 02]
[    0.301499] pci 0000:00:1c.3:   bridge window [io  0xe000-0xefff]
[    0.301503] pci 0000:00:1c.3:   bridge window [mem 0xf7200000-0xf7bfffff]
[    0.301509] pci 0000:00:1c.3:   bridge window [mem 0xf0a00000-0xf13fffff 64bit pref]
[    0.301653] pci 0000:03:00.0: [144d:a800] type 00 class 0x010601
[    0.301724] pci 0000:03:00.0: reg 0x24: [mem 0xf6810000-0xf6811fff]
[    0.301740] pci 0000:03:00.0: reg 0x30: [mem 0xf6800000-0xf680ffff pref]
[    0.301800] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.301834] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.308060] pci 0000:00:1c.4: PCI bridge to [bus 03]
[    0.308064] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.308068] pci 0000:00:1c.4:   bridge window [mem 0xf6800000-0xf71fffff]
[    0.308073] pci 0000:00:1c.4:   bridge window [mem 0xf0000000-0xf09fffff 64bit pref]
[    0.308108] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
[    0.322066] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.322127] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.322183] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.322238] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.322294] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.322352] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.322407] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.322462] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.322894] ACPI: Enabled 3 GPEs in block 00 to 7F
[    0.322900] ACPI: \_SB_.PCI0: notify handler is installed
[    0.322966] Found 1 acpi root devices
[    0.323114] ACPI: EC: GPE = 0x7, I/O: command/status = 0x66, data = 0x62
[    0.323188] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.323190] vgaarb: loaded
[    0.323191] vgaarb: bridge control possible 0000:00:02.0
[    0.323221] PCI: Using ACPI for IRQ routing
[    0.324421] PCI: pci_cache_line_size set to 64 bytes
[    0.324454] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.324456] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.324457] e820: reserve RAM buffer [mem 0xca4bd000-0xcbffffff]
[    0.324458] e820: reserve RAM buffer [mem 0xca8e6000-0xcbffffff]
[    0.324459] e820: reserve RAM buffer [mem 0xda899000-0xdbffffff]
[    0.324461] e820: reserve RAM buffer [mem 0x11fe00000-0x11fffffff]
[    0.324527] NetLabel: Initializing
[    0.324528] NetLabel:  domain hash size = 128
[    0.324529] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.324540] NetLabel:  unlabeled traffic allowed by default
[    0.324553] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.324558] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.326578] Switched to clocksource hpet
[    0.330057] pnp: PnP ACPI init
[    0.330070] ACPI: bus type PNP registered
[    0.330173] pnp 00:00: [dma 4]
[    0.330192] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.330209] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
[    0.330283] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.330378] system 00:03: [io  0x0680-0x069f] has been reserved
[    0.330380] system 00:03: [io  0x2008-0x200b] has been reserved
[    0.330382] system 00:03: [io  0xffff] has been reserved
[    0.330383] system 00:03: [io  0xffff] has been reserved
[    0.330385] system 00:03: [io  0x1c00-0x1cfe] has been reserved
[    0.330386] system 00:03: [io  0x1d00-0x1dfe] has been reserved
[    0.330389] system 00:03: [io  0x1e00-0x1efe] has been reserved
[    0.330390] system 00:03: [io  0x1f00-0x1ffe] has been reserved
[    0.330392] system 00:03: [io  0x1800-0x18fe] could not be reserved
[    0.330394] system 00:03: [io  0x164e-0x164f] has been reserved
[    0.330396] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.330419] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.330453] system 00:05: [io  0x1854-0x1857] has been reserved
[    0.330455] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.330487] system 00:06: [io  0x04d0-0x04d1] has been reserved
[    0.330489] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.330519] pnp 00:07: Plug and Play ACPI device, IDs SNYa009 PNP030b (active)
[    0.330553] pnp 00:08: Plug and Play ACPI device, IDs FOX0015 PNP0f13 (active)
[    0.343804] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.343807] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.343810] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.343812] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.343814] system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.343816] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.343819] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.343821] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.343823] system 00:09: [mem 0xff000000-0xffffffff] has been reserved
[    0.343826] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.343828] system 00:09: [mem 0xf7fef000-0xf7feffff] has been reserved
[    0.343830] system 00:09: [mem 0xf7ff0000-0xf7ff0fff] has been reserved
[    0.343834] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.344089] pnp: PnP ACPI: found 10 devices
[    0.344091] ACPI: bus type PNP unregistered
[    0.350426] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    0.350430] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
[    0.350442] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.350444] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.350448] pci 0000:00:1c.0: BAR 15: assigned [mem 0xdf200000-0xdf3fffff 64bit pref]
[    0.350450] pci 0000:00:1c.0: BAR 13: assigned [io  0x3000-0x3fff]
[    0.350452] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.350454] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    0.350458] pci 0000:00:1c.0:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.350461] pci 0000:00:1c.0:   bridge window [mem 0xdf200000-0xdf3fffff 64bit pref]
[    0.350466] pci 0000:00:1c.3: PCI bridge to [bus 02]
[    0.350468] pci 0000:00:1c.3:   bridge window [io  0xe000-0xefff]
[    0.350471] pci 0000:00:1c.3:   bridge window [mem 0xf7200000-0xf7bfffff]
[    0.350474] pci 0000:00:1c.3:   bridge window [mem 0xf0a00000-0xf13fffff 64bit pref]
[    0.350479] pci 0000:00:1c.4: PCI bridge to [bus 03]
[    0.350481] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.350484] pci 0000:00:1c.4:   bridge window [mem 0xf6800000-0xf71fffff]
[    0.350487] pci 0000:00:1c.4:   bridge window [mem 0xf0000000-0xf09fffff 64bit pref]
[    0.350493] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.350494] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.350496] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.350497] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
[    0.350498] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
[    0.350499] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
[    0.350501] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff]
[    0.350502] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff]
[    0.350503] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff]
[    0.350505] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff]
[    0.350506] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff]
[    0.350507] pci_bus 0000:00: resource 15 [mem 0xdf200000-0xfeafffff]
[    0.350509] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    0.350510] pci_bus 0000:01: resource 1 [mem 0xf7c00000-0xf7cfffff]
[    0.350512] pci_bus 0000:01: resource 2 [mem 0xdf200000-0xdf3fffff 64bit pref]
[    0.350513] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.350515] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf7bfffff]
[    0.350516] pci_bus 0000:02: resource 2 [mem 0xf0a00000-0xf13fffff 64bit pref]
[    0.350517] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.350519] pci_bus 0000:03: resource 1 [mem 0xf6800000-0xf71fffff]
[    0.350520] pci_bus 0000:03: resource 2 [mem 0xf0000000-0xf09fffff 64bit pref]
[    0.350546] NET: Registered protocol family 2
[    0.350684] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
[    0.350773] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.350833] TCP: Hash tables configured (established 32768 bind 32768)
[    0.350847] TCP: reno registered
[    0.350853] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.350867] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.350911] NET: Registered protocol family 1
[    0.350919] pci 0000:00:02.0: Boot video device
[    0.351155] PCI: CLS 64 bytes, default 64
[    0.351184] Unpacking initramfs...
[    0.416856] Freeing initrd memory: 3764K (ffff88007fc53000 - ffff880080000000)
[    0.416860] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.416863] software IO TLB [mem 0xd4a9b000-0xd8a9b000] (64MB) mapped at [ffff8800d4a9b000-ffff8800d8a9afff]
[    0.417002] Scanning for low memory corruption every 60 seconds
[    0.417207] audit: initializing netlink socket (disabled)
[    0.417219] type=2000 audit(1381339716.416:1): initialized
[    0.428371] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.429349] zbud: loaded
[    0.429463] VFS: Disk quotas dquot_6.5.2
[    0.429496] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.429623] msgmni has been set to 7724
[    0.429833] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.429872] io scheduler noop registered
[    0.429874] io scheduler deadline registered
[    0.429894] io scheduler cfq registered (default)
[    0.430194] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.430205] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.430244] efifb: probing for efifb
[    0.431143] efifb: framebuffer at 0xe0000000, mapped to 0xffffc90009900000, using 8100k, total 8100k
[    0.431145] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.431145] efifb: scrolling: redraw
[    0.431147] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.436018] Console: switching to colour frame buffer device 240x67
[    0.440823] fb0: EFI VGA frame buffer device
[    0.440829] intel_idle: MWAIT substates: 0x11142120
[    0.440830] intel_idle: v0.4 model 0x45
[    0.440831] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.440980] GHES: HEST is not enabled!
[    0.441024] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.441371] Linux agpgart interface v0.103
[    0.441424] i8042: PNP: PS/2 Controller [PNP030b:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.443374] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.443392] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.443471] mousedev: PS/2 mouse device common for all mice
[    0.443508] rtc_cmos 00:04: RTC can wake from S4
[    0.443629] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    0.443654] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.443661] Intel P-state driver initializing.
[    0.443669] Intel pstate controlling: cpu 0
[    0.443681] Intel pstate controlling: cpu 1
[    0.443691] Intel pstate controlling: cpu 2
[    0.443699] Intel pstate controlling: cpu 3
[    0.443803] drop_monitor: Initializing network drop monitor service
[    0.443861] TCP: cubic registered
[    0.443931] NET: Registered protocol family 10
[    0.444061] NET: Registered protocol family 17
[    0.444067] Key type dns_resolver registered
[    0.444258] PM: Hibernation image not present or could not be loaded.
[    0.444268] registered taskstats version 1
[    0.444668]   Magic number: 1:430:491
[    0.444753] rtc_cmos 00:04: setting system clock to 2013-10-09 17:28:36 UTC (1381339716)
[    0.445424] Freeing unused kernel memory: 1144K (ffffffff818ca000 - ffffffff819e8000)
[    0.445426] Write protecting the kernel read-only data: 8192k
[    0.447448] Freeing unused kernel memory: 1020K (ffff880002501000 - ffff880002600000)
[    0.448114] Freeing unused kernel memory: 340K (ffff8800027ab000 - ffff880002800000)
[    0.455296] systemd-udevd[59]: starting version 208
[    0.459486] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.476481] ACPI: bus type USB registered
[    0.476531] usbcore: registered new interface driver usbfs
[    0.476547] usbcore: registered new interface driver hub
[    0.476587] usbcore: registered new device driver usb
[    0.477191] SCSI subsystem initialized
[    0.477521] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.477825] xhci_hcd 0000:00:14.0: setting latency timer to 64
[    0.477829] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.477834] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.477907] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.477922] xhci_hcd 0000:00:14.0: irq 56 for MSI/MSI-X
[    0.478004] libata: unknown parameter 'force-noncq' ignored
[    0.478164] ehci-pci: EHCI PCI platform driver
[    0.478334] hub 1-0:1.0: USB hub found
[    0.478348] hub 1-0:1.0: 9 ports detected
[    0.478547] libata version 3.00 loaded.
[    0.479469] ahci 0000:03:00.0: version 3.0
[    0.479475] pcieport 0000:00:1c.4: driver skip pci_set_master, fix it!
[    0.479555] ahci 0000:03:00.0: irq 57 for MSI/MSI-X
[    0.479743] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.479748] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.479903] hub 2-0:1.0: USB hub found
[    0.479912] hub 2-0:1.0: 4 ports detected
[    0.483663] ehci-pci 0000:00:1d.0: setting latency timer to 64
[    0.483670] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.483675] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 3
[    0.483688] ehci-pci 0000:00:1d.0: debug port 2
[    0.487599] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    0.487614] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7d1a000
[    0.489847] ahci 0000:03:00.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    0.489851] ahci 0000:03:00.0: flags: 64bit ncq led clo only pio ccc 
[    0.489994] scsi0 : ahci
[    0.490054] ata1: SATA max UDMA/133 abar m8192@0xf6810000 port 0xf6810100 irq 57
[    0.496509] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.496723] hub 3-0:1.0: USB hub found
[    0.496730] hub 3-0:1.0: 2 ports detected
[    0.520585] pci_bus 0000:01: Allocating resources
[    0.520605] pci_bus 0000:02: Allocating resources
[    0.520616] pci_bus 0000:03: Allocating resources
[    0.520629] pci 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[    0.816405] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    0.816737] ata1.00: ATA-9: SAMSUNG MZHPU128HCGM-00000, UXM6401Q, max UDMA/133
[    0.816743] ata1.00: 250069680 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    0.821773] ata1.00: configured for UDMA/133
[    0.821994] scsi 0:0:0:0: Direct-Access     ATA      SAMSUNG MZHPU128 UXM6 PQ: 0 ANSI: 5
[    0.823586] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[    0.823721] sd 0:0:0:0: [sda] Write Protect is off
[    0.823724] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    0.823792] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.825691]  sda: sda1 sda2
[    0.826527] sd 0:0:0:0: [sda] Attached SCSI disk
[    0.836331] usb 1-1: new low-speed USB device number 2 using xhci_hcd
[    0.853483] usb 1-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[    0.855705] hidraw: raw HID events driver (C) Jiri Kosina
[    0.857734] usbcore: registered new interface driver usbhid
[    0.857737] usbhid: USB HID core driver
[    0.858336] input: PIXART USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/input/input1
[    0.858459] hid-generic 0003:093A:2510.0001: input,hidraw0: USB HID v1.11 Mouse [PIXART USB OPTICAL MOUSE] on usb-0000:00:14.0-1/input0
[    1.013021] usb 1-3: new full-speed USB device number 3 using xhci_hcd
[    1.030593] input: eGalax Inc. eGalaxTouch EXC7910-1031-12.00.03 as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/input/input2
[    1.030855] hid-multitouch 0003:0EEF:A108.0002: input,hiddev0,hidraw1: USB HID v2.10 Device [eGalax Inc. eGalaxTouch EXC7910-1031-12.00.03] on usb-0000:00:14.0-3/input0
[    1.186259] usb 1-5: new high-speed USB device number 4 using xhci_hcd
[    1.369465] usb 3-1: new high-speed USB device number 2 using ehci-pci
[    1.419389] tsc: Refined TSC clocksource calibration: 2294.688 MHz
[    1.493304] hub 3-1:1.0: USB hub found
[    1.493359] hub 3-1:1.0: 8 ports detected
[    1.759406] usb 3-1.6: new full-speed USB device number 3 using ehci-pci
[    2.418991] Switched to clocksource tsc
[   31.339451] ata1.00: exception Emask 0x0 SAct 0x3 SErr 0x0 action 0x6 frozen
[   31.339501] ata1.00: failed command: READ FPDMA QUEUED
[   31.339536] ata1.00: cmd 60/08:00:c0:0b:00/00:00:00:00:00/40 tag 0 ncq 4096 in
         res 40/00:01:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   31.339616] ata1.00: status: { DRDY }
[   31.339639] ata1.00: failed command: READ FPDMA QUEUED
[   31.339672] ata1.00: cmd 60/08:08:b0:0b:20/00:00:00:00:00/40 tag 1 ncq 4096 in
         res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   31.339751] ata1.00: status: { DRDY }
[   31.339776] ata1: hard resetting link
[   31.665906] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   31.671410] ata1.00: configured for UDMA/133
[   31.671418] ata1.00: device reported invalid CHS sector 0
[   31.671420] ata1.00: device reported invalid CHS sector 0
[   31.671429] ata1: EH complete
[   60.825102] usb 1-1: USB disconnect, device number 2
[   62.308881] ata1.00: exception Emask 0x0 SAct 0x3 SErr 0x0 action 0x6 frozen
[   62.308938] ata1.00: failed command: READ FPDMA QUEUED
[   62.308973] ata1.00: cmd 60/08:00:f0:0b:00/00:00:00:00:00/40 tag 0 ncq 4096 in
         res 40/00:01:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   62.309053] ata1.00: status: { DRDY }
[   62.309076] ata1.00: failed command: READ FPDMA QUEUED
[   62.309109] ata1.00: cmd 60/08:08:d8:0b:20/00:00:00:00:00/40 tag 1 ncq 4096 in
         res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   62.309188] ata1.00: status: { DRDY }
[   62.309213] ata1: hard resetting link
[   62.362216] usb 1-1: new low-speed USB device number 5 using xhci_hcd
[   62.379595] usb 1-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[   62.382736] input: PIXART USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/input/input3
[   62.382856] hid-generic 0003:093A:2510.0003: input,hidraw0: USB HID v1.11 Mouse [PIXART USB OPTICAL MOUSE] on usb-0000:00:14.0-1/input0
[   62.635346] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   62.640902] ata1.00: configured for UDMA/133
[   62.640910] ata1.00: device reported invalid CHS sector 0
[   62.640913] ata1.00: device reported invalid CHS sector 0
[   62.640933] ata1: EH complete
[   62.671802] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[   93.331618] ata1.00: exception Emask 0x0 SAct 0x7fe00003 SErr 0x0 action 0x6 frozen
[   93.331679] ata1.00: failed command: READ FPDMA QUEUED
[   93.331720] ata1.00: cmd 60/08:00:00:0a:60/00:00:0a:00:00/40 tag 0 ncq 4096 in
         res 40/00:01:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   93.331814] ata1.00: status: { DRDY }
[   93.331841] ata1.00: failed command: READ FPDMA QUEUED
[   93.331879] ata1.00: cmd 60/08:08:00:09:60/00:00:0a:00:00/40 tag 1 ncq 4096 in
         res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   93.331973] ata1.00: status: { DRDY }
[   93.332000] ata1.00: failed command: READ FPDMA QUEUED
[   93.332039] ata1.00: cmd 60/08:a8:b0:09:60/00:00:0a:00:00/40 tag 21 ncq 4096 in
         res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   93.332133] ata1.00: status: { DRDY }
[   93.332160] ata1.00: failed command: READ FPDMA QUEUED
[   93.332199] ata1.00: cmd 60/08:b0:b8:09:60/00:00:0a:00:00/40 tag 22 ncq 4096 in
         res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   93.332292] ata1.00: status: { DRDY }
[   93.332319] ata1.00: failed command: READ FPDMA QUEUED
[   93.332357] ata1.00: cmd 60/08:b8:c0:09:60/00:00:0a:00:00/40 tag 23 ncq 4096 in
         res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   93.332453] ata1.00: status: { DRDY }
[   93.332479] ata1.00: failed command: READ FPDMA QUEUED
[   93.332518] ata1.00: cmd 60/08:c0:c8:09:60/00:00:0a:00:00/40 tag 24 ncq 4096 in
         res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   93.332611] ata1.00: status: { DRDY }
[   93.332638] ata1.00: failed command: READ FPDMA QUEUED
[   93.332676] ata1.00: cmd 60/08:c8:d0:09:60/00:00:0a:00:00/40 tag 25 ncq 4096 in
         res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   93.332769] ata1.00: status: { DRDY }
[   93.332796] ata1.00: failed command: READ FPDMA QUEUED
[   93.332835] ata1.00: cmd 60/08:d0:d8:09:60/00:00:0a:00:00/40 tag 26 ncq 4096 in
         res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   93.332929] ata1.00: status: { DRDY }
[   93.332956] ata1.00: failed command: READ FPDMA QUEUED
[   93.332994] ata1.00: cmd 60/08:d8:e0:09:60/00:00:0a:00:00/40 tag 27 ncq 4096 in
         res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   93.333088] ata1.00: status: { DRDY }
[   93.333115] ata1.00: failed command: READ FPDMA QUEUED
[   93.333153] ata1.00: cmd 60/08:e0:e8:09:60/00:00:0a:00:00/40 tag 28 ncq 4096 in
         res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   93.334288] ata1.00: status: { DRDY }
[   93.335300] ata1.00: failed command: READ FPDMA QUEUED
[   93.336321] ata1.00: cmd 60/08:e8:f0:09:60/00:00:0a:00:00/40 tag 29 ncq 4096 in
         res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   93.338397] ata1.00: status: { DRDY }
[   93.339428] ata1.00: failed command: READ FPDMA QUEUED
[   93.340460] ata1.00: cmd 60/08:f0:f8:09:60/00:00:0a:00:00/40 tag 30 ncq 4096 in
         res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   93.342537] ata1.00: status: { DRDY }
[   93.343565] ata1: hard resetting link
[   93.668078] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   93.673618] ata1.00: configured for UDMA/133
[   93.673627] ata1.00: device reported invalid CHS sector 0
[   93.673629] ata1.00: device reported invalid CHS sector 0
[   93.673631] ata1.00: device reported invalid CHS sector 0
[   93.673634] ata1.00: device reported invalid CHS sector 0
[   93.673635] ata1.00: device reported invalid CHS sector 0
[   93.673637] ata1.00: device reported invalid CHS sector 0
[   93.673638] ata1.00: device reported invalid CHS sector 0
[   93.673640] ata1.00: device reported invalid CHS sector 0
[   93.673642] ata1.00: device reported invalid CHS sector 0
[   93.673643] ata1.00: device reported invalid CHS sector 0
[   93.673645] ata1.00: device reported invalid CHS sector 0
[   93.673647] ata1.00: device reported invalid CHS sector 0
[   93.673655] sd 0:0:0:0: [sda]  
[   93.673657] Result: hostbyte=0x00 driverbyte=0x08
[   93.673659] sd 0:0:0:0: [sda]  
[   93.673660] Sense Key : 0xb [current] [descriptor]
[   93.673665] Descriptor sense data with sense descriptors (in hex):
[   93.673667]         72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00 
[   93.673682]         00 00 00 00 
[   93.673688] sd 0:0:0:0: [sda]  
[   93.673689] ASC=0x0 ASCQ=0x0
[   93.673691] sd 0:0:0:0: [sda] CDB: 
[   93.673693] cdb[0]=0x28: 28 00 0a 60 0a 00 00 00 08 00
[   93.673700] end_request: I/O error, dev sda, sector 174066176
[   93.675247] sd 0:0:0:0: [sda]  
[   93.675248] Result: hostbyte=0x00 driverbyte=0x08
[   93.675249] sd 0:0:0:0: [sda]  
[   93.675250] Sense Key : 0xb [current] [descriptor]
[   93.675251] Descriptor sense data with sense descriptors (in hex):
[   93.675252]         72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00 
[   93.675256]         00 00 00 00 
[   93.675259] sd 0:0:0:0: [sda]  
[   93.675259] ASC=0x0 ASCQ=0x0
[   93.675260] sd 0:0:0:0: [sda] CDB: 
[   93.675261] cdb[0]=0x28: 28 00 0a 60 09 b0 00 00 08 00
[   93.675265] end_request: I/O error, dev sda, sector 174066096
[   93.676292] sd 0:0:0:0: [sda]  
[   93.676292] Result: hostbyte=0x00 driverbyte=0x08
[   93.676293] sd 0:0:0:0: [sda]  
[   93.676294] Sense Key : 0xb [current] [descriptor]
[   93.676295] Descriptor sense data with sense descriptors (in hex):
[   93.676296]         72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00 
[   93.676301]         00 00 00 00 
[   93.676303] sd 0:0:0:0: [sda]  
[   93.676304] ASC=0x0 ASCQ=0x0
[   93.676305] sd 0:0:0:0: [sda] CDB: 
[   93.676305] cdb[0]=0x28: 28 00 0a 60 09 b8 00 00 08 00
[   93.676309] end_request: I/O error, dev sda, sector 174066104
[   93.677326] sd 0:0:0:0: [sda]  
[   93.677327] Result: hostbyte=0x00 driverbyte=0x08
[   93.677328] sd 0:0:0:0: [sda]  
[   93.677328] Sense Key : 0xb [current] [descriptor]
[   93.677330] Descriptor sense data with sense descriptors (in hex):
[   93.677330]         72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00 
[   93.677335]         00 00 00 00 
[   93.677337] sd 0:0:0:0: [sda]  
[   93.677338] ASC=0x0 ASCQ=0x0
[   93.677339] sd 0:0:0:0: [sda] CDB: 
[   93.677340] cdb[0]=0x28: 28 00 0a 60 09 c0 00 00 08 00
[   93.677343] end_request: I/O error, dev sda, sector 174066112
[   93.678346] sd 0:0:0:0: [sda]  
[   93.678346] Result: hostbyte=0x00 driverbyte=0x08
[   93.678347] sd 0:0:0:0: [sda]  
[   93.678348] Sense Key : 0xb [current] [descriptor]
[   93.678349] Descriptor sense data with sense descriptors (in hex):
[   93.678350]         72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00 
[   93.678355]         00 00 00 00 
[   93.678357] sd 0:0:0:0: [sda]  
[   93.678357] ASC=0x0 ASCQ=0x0
[   93.678358] sd 0:0:0:0: [sda] CDB: 
[   93.678359] cdb[0]=0x28: 28 00 0a 60 09 c8 00 00 08 00
[   93.678363] end_request: I/O error, dev sda, sector 174066120
[   93.679354] sd 0:0:0:0: [sda]  
[   93.679355] Result: hostbyte=0x00 driverbyte=0x08
[   93.679356] sd 0:0:0:0: [sda]  
[   93.679356] Sense Key : 0xb [current] [descriptor]
[   93.679357] Descriptor sense data with sense descriptors (in hex):
[   93.679358]         72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00 
[   93.679363]         00 00 00 00 
[   93.679365] sd 0:0:0:0: [sda]  
[   93.679366] ASC=0x0 ASCQ=0x0
[   93.679367] sd 0:0:0:0: [sda] CDB: 
[   93.679367] cdb[0]=0x28: 28 00 0a 60 09 d0 00 00 08 00
[   93.679371] end_request: I/O error, dev sda, sector 174066128
[   93.680344] sd 0:0:0:0: [sda]  
[   93.680345] Result: hostbyte=0x00 driverbyte=0x08
[   93.680346] sd 0:0:0:0: [sda]  
[   93.680346] Sense Key : 0xb [current] [descriptor]
[   93.680347] Descriptor sense data with sense descriptors (in hex):
[   93.680348]         72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00 
[   93.680353]         00 00 00 00 
[   93.680355] sd 0:0:0:0: [sda]  
[   93.680356] ASC=0x0 ASCQ=0x0
[   93.680357] sd 0:0:0:0: [sda] CDB: 
[   93.680357] cdb[0]=0x28: 28 00 0a 60 09 d8 00 00 08 00
[   93.680361] end_request: I/O error, dev sda, sector 174066136
[   93.681322] sd 0:0:0:0: [sda]  
[   93.681323] Result: hostbyte=0x00 driverbyte=0x08
[   93.681324] sd 0:0:0:0: [sda]  
[   93.681324] Sense Key : 0xb [current] [descriptor]
[   93.681325] Descriptor sense data with sense descriptors (in hex):
[   93.681326]         72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00 
[   93.681331]         00 00 00 00 
[   93.681333] sd 0:0:0:0: [sda]  
[   93.681334] ASC=0x0 ASCQ=0x0
[   93.681335] sd 0:0:0:0: [sda] CDB: 
[   93.681335] cdb[0]=0x28: 28 00 0a 60 09 e0 00 00 08 00
[   93.681339] end_request: I/O error, dev sda, sector 174066144
[   93.682285] sd 0:0:0:0: [sda]  
[   93.682285] Result: hostbyte=0x00 driverbyte=0x08
[   93.682286] sd 0:0:0:0: [sda]  
[   93.682287] Sense Key : 0xb [current] [descriptor]
[   93.682288] Descriptor sense data with sense descriptors (in hex):
[   93.682289]         72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00 
[   93.682294]         00 00 00 00 
[   93.682296] sd 0:0:0:0: [sda]  
[   93.682296] ASC=0x0 ASCQ=0x0
[   93.682297] sd 0:0:0:0: [sda] CDB: 
[   93.682298] cdb[0]=0x28: 28 00 0a 60 09 e8 00 00 08 00
[   93.682302] end_request: I/O error, dev sda, sector 174066152
[   93.683238] sd 0:0:0:0: [sda]  
[   93.683239] Result: hostbyte=0x00 driverbyte=0x08
[   93.683240] sd 0:0:0:0: [sda]  
[   93.683241] Sense Key : 0xb [current] [descriptor]
[   93.683242] Descriptor sense data with sense descriptors (in hex):
[   93.683243]         72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00 
[   93.683247]         00 00 00 00 
[   93.683250] sd 0:0:0:0: [sda]  
[   93.683250] ASC=0x0 ASCQ=0x0
[   93.683251] sd 0:0:0:0: [sda] CDB: 
[   93.683252] cdb[0]=0x28: 28 00 0a 60 09 f0 00 00 08 00
[   93.683256] end_request: I/O error, dev sda, sector 174066160
[   93.684175] sd 0:0:0:0: [sda]  
[   93.684175] Result: hostbyte=0x00 driverbyte=0x08
[   93.684176] sd 0:0:0:0: [sda]  
[   93.684177] Sense Key : 0xb [current] [descriptor]
[   93.684178] Descriptor sense data with sense descriptors (in hex):
[   93.684179]         72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00 
[   93.684183]         00 00 00 00 
[   93.684186] sd 0:0:0:0: [sda]  
[   93.684186] ASC=0x0 ASCQ=0x0
[   93.684187] sd 0:0:0:0: [sda] CDB: 
[   93.684188] cdb[0]=0x28: 28 00 0a 60 09 f8 00 00 08 00
[   93.684196] ata1: EH complete
[  122.349889] usb 1-1: USB disconnect, device number 5
[  123.887985] usb 1-1: new low-speed USB device number 6 using xhci_hcd
[  123.905391] usb 1-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[  123.908712] input: PIXART USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/input/input4
[  123.908980] hid-generic 0003:093A:2510.0004: input,hidraw0: USB HID v1.11 Mouse [PIXART USB OPTICAL MOUSE] on usb-0000:00:14.0-1/input0
[  124.354301] ata1.00: NCQ disabled due to excessive errors
[  124.354307] ata1.00: exception Emask 0x0 SAct 0x60000003 SErr 0x0 action 0x6 frozen
[  124.355751] ata1.00: failed command: READ FPDMA QUEUED
[  124.356684] ata1.00: cmd 60/08:00:00:0e:60/00:00:0a:00:00/40 tag 0 ncq 4096 in
         res 40/00:01:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  124.358562] ata1.00: status: { DRDY }
[  124.359488] ata1.00: failed command: READ FPDMA QUEUED
[  124.360413] ata1.00: cmd 60/08:08:20:0d:60/00:00:0a:00:00/40 tag 1 ncq 4096 in
         res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  124.362302] ata1.00: status: { DRDY }
[  124.363222] ata1.00: failed command: READ FPDMA QUEUED
[  124.364140] ata1.00: cmd 60/08:e8:f0:0d:60/00:00:0a:00:00/40 tag 29 ncq 4096 in
         res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  124.365991] ata1.00: status: { DRDY }
[  124.366911] ata1.00: failed command: READ FPDMA QUEUED
[  124.367832] ata1.00: cmd 60/08:f0:f8:0d:60/00:00:0a:00:00/40 tag 30 ncq 4096 in
         res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[  124.369685] ata1.00: status: { DRDY }
[  124.370607] ata1: hard resetting link
[  124.694149] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[  124.699638] ata1.00: configured for UDMA/133
[  124.699645] ata1.00: device reported invalid CHS sector 0
[  124.699648] ata1.00: device reported invalid CHS sector 0
[  124.699650] ata1.00: device reported invalid CHS sector 0
[  124.699652] ata1.00: device reported invalid CHS sector 0
[  124.699661] sd 0:0:0:0: [sda]  
[  124.699663] Result: hostbyte=0x00 driverbyte=0x08
[  124.699664] sd 0:0:0:0: [sda]  
[  124.699666] Sense Key : 0xb [current] [descriptor]
[  124.699670] Descriptor sense data with sense descriptors (in hex):
[  124.699672]         72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00 
[  124.699687]         00 00 00 00 
[  124.699693] sd 0:0:0:0: [sda]  
[  124.699694] ASC=0x0 ASCQ=0x0
[  124.699697] sd 0:0:0:0: [sda] CDB: 
[  124.699698] cdb[0]=0x28: 28 00 0a 60 0e 00 00 00 08 00
[  124.699710] blk_update_request: 1 callbacks suppressed
[  124.699712] end_request: I/O error, dev sda, sector 174067200
[  124.701129] sd 0:0:0:0: [sda]  
[  124.701131] Result: hostbyte=0x00 driverbyte=0x08
[  124.701131] sd 0:0:0:0: [sda]  
[  124.701132] Sense Key : 0xb [current] [descriptor]
[  124.701134] Descriptor sense data with sense descriptors (in hex):
[  124.701134]         72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00 
[  124.701139]         00 00 00 00 
[  124.701141] sd 0:0:0:0: [sda]  
[  124.701142] ASC=0x0 ASCQ=0x0
[  124.701143] sd 0:0:0:0: [sda] CDB: 
[  124.701144] cdb[0]=0x28: 28 00 0a 60 0d f0 00 00 08 00
[  124.701148] end_request: I/O error, dev sda, sector 174067184
[  124.702069] sd 0:0:0:0: [sda]  
[  124.702069] Result: hostbyte=0x00 driverbyte=0x08
[  124.702070] sd 0:0:0:0: [sda]  
[  124.702071] Sense Key : 0xb [current] [descriptor]
[  124.702072] Descriptor sense data with sense descriptors (in hex):
[  124.702073]         72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00 
[  124.702078]         00 00 00 00 
[  124.702080] sd 0:0:0:0: [sda]  
[  124.702081] ASC=0x0 ASCQ=0x0
[  124.702082] sd 0:0:0:0: [sda] CDB: 
[  124.702082] cdb[0]=0x28: 28 00 0a 60 0d f8 00 00 08 00
[  124.702086] end_request: I/O error, dev sda, sector 174067192
[  124.702991] ata1: EH complete
[  124.741103] systemd[1]: RTC configured in localtime, applying delta of 660 minutes to system time.
[  124.747475] systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[  124.750938] systemd[1]: Set hostname to <arch>.
[  124.807444] systemd[1]: Cannot add dependency job for unit ModemManager.service, ignoring: Unit ModemManager.service failed to load: No such file or directory.
[  124.807465] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
[  124.807704] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[  124.807764] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  124.807776] systemd[1]: Starting Remote File Systems.
[  124.809167] systemd[1]: Reached target Remote File Systems.
[  124.809175] systemd[1]: Starting Device-mapper event daemon FIFOs.
[  124.810277] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[  124.810283] systemd[1]: Starting LVM2 metadata daemon socket.
[  124.811269] systemd[1]: Listening on LVM2 metadata daemon socket.
[  124.811276] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[  124.812224] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[  124.812230] systemd[1]: Starting Delayed Shutdown Socket.
[  124.813165] systemd[1]: Listening on Delayed Shutdown Socket.
[  124.813185] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[  124.814203] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[  124.814213] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[  124.814235] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  124.814240] systemd[1]: Starting Paths.
[  124.815180] systemd[1]: Reached target Paths.
[  124.815187] systemd[1]: Starting Encrypted Volumes.
[  124.816121] systemd[1]: Reached target Encrypted Volumes.
[  124.816129] systemd[1]: Starting udev Kernel Socket.
[  124.817061] systemd[1]: Listening on udev Kernel Socket.
[  124.817068] systemd[1]: Starting udev Control Socket.
[  124.818028] systemd[1]: Listening on udev Control Socket.
[  124.818035] systemd[1]: Starting Journal Socket.
[  124.818969] systemd[1]: Listening on Journal Socket.
[  124.819255] systemd[1]: Starting Apply Kernel Variables...
[  124.820502] systemd[1]: Starting udev Coldplug all Devices...
[  124.821770] systemd[1]: Mounting Huge Pages File System...
[  124.823042] systemd[1]: Mounting POSIX Message Queue File System...
[  124.826208] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[  124.828212] systemd[1]: Mounting Debug File System...
[  124.831461] systemd[1]: Started Set Up Additional Binary Formats.
[  124.831481] systemd[1]: Starting Setup Virtual Console...
[  124.834529] systemd[1]: Starting Load Kernel Modules...
[  124.836048] systemd[1]: Starting Journal Service...
[  124.838911] systemd[1]: Started Journal Service.
[  124.853295] systemd-journald[132]: Vacuuming done, freed 0 bytes
[  124.860710] cfg80211: Calling CRDA to update world regulatory domain
[  124.866172] Intel(R) Wireless WiFi driver for Linux, in-tree:
[  124.866175] Copyright(c) 2003-2013 Intel Corporation
[  124.866195] pcieport 0000:00:1c.0: driver skip pci_set_master, fix it!
[  124.866201] iwlwifi 0000:01:00.0: enabling device (0000 -> 0002)
[  124.866324] iwlwifi 0000:01:00.0: irq 58 for MSI/MSI-X
[  124.870507] iwlwifi 0000:01:00.0: loaded firmware version 22.0.7.0 op_mode iwlmvm
[  124.888455] iwlwifi 0000:01:00.0: Detected Intel(R) Dual Band Wireless N 7260, REV=0x144
[  124.888501] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
[  124.888640] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
[  124.889899] EXT4-fs (sda2): re-mounted. Opts: data=ordered
[  124.914757] systemd-udevd[160]: starting version 208
[  124.946879] ACPI: Requesting acpi_cpufreq
[  124.953513] ACPI Warning: 0x0000000000001828-0x000000000000182f SystemIO conflicts with Region \PMIO 1 (20130725/utaddress-251)
[  124.953519] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[  124.953522] ACPI Warning: 0x0000000000001c30-0x0000000000001c3f SystemIO conflicts with Region \GPRL 1 (20130725/utaddress-251)
[  124.953525] ACPI Warning: 0x0000000000001c30-0x0000000000001c3f SystemIO conflicts with Region \GPR_ 2 (20130725/utaddress-251)
[  124.953528] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[  124.953530] ACPI Warning: 0x0000000000001c00-0x0000000000001c2f SystemIO conflicts with Region \GPRL 1 (20130725/utaddress-251)
[  124.953534] ACPI Warning: 0x0000000000001c00-0x0000000000001c2f SystemIO conflicts with Region \GPR_ 2 (20130725/utaddress-251)
[  124.953537] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[  124.953539] lpc_ich: Resource conflict(s) found affecting gpio_ich
[  124.956481] ACPI: AC Adapter [ADP1] (on-line)
[  124.958313] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input5
[  124.958544] ACPI: Lid Switch [LID0]
[  124.958610] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input6
[  124.958616] ACPI: Power Button [PWRB]
[  124.959077] ACPI Warning: 0x000000000000f040-0x000000000000f05f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20130725/utaddress-251)
[  124.959083] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[  124.959413] mei_me 0000:00:16.0: setting latency timer to 64
[  124.959454] mei_me 0000:00:16.0: irq 59 for MSI/MSI-X
[  124.961918] cfg80211: World regulatory domain updated:
[  124.961921] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[  124.961924] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[  124.961926] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[  124.961929] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[  124.961931] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[  124.961933] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[  124.962955] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[  124.965368] [drm] Initialized drm 1.1.0 20060810
[  124.971870] sony_laptop: Sony Notebook Control Driver v0.6
[  124.971986] input: Sony Vaio Keys as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/SNY5001:00/input/input7
[  124.972032] input: Sony Vaio Jogdial as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/SNY5001:00/input/input8
[  124.981931] [drm] Memory usable by graphics device = 2048M
[  124.981935] checking generic (e0000000 7e9000) vs hw (e0000000 10000000)
[  124.981937] fb: conflicting fb hw usage inteldrmfb vs EFI VGA - removing generic driver
[  124.981948] Console: switching to colour dummy device 80x25
[  124.982058] i915 0000:00:02.0: setting latency timer to 64
[  124.988303] sony_laptop: brightness ignored, must be controlled by ACPI video driver
[  124.993642] input: PC Speaker as /devices/platform/pcspkr/input/input9
[  124.996234] mei_me 0000:00:16.0: NFC MEI VERSION: IVN 0x1 Vendor ID 0x1 Type 0x1
[  124.998354] media: Linux media interface: v0.10
[  125.002101] Linux video capture interface: v2.00
[  125.005844] Bluetooth: Core ver 2.16
[  125.005860] NET: Registered protocol family 31
[  125.005862] Bluetooth: HCI device and connection manager initialized
[  125.005868] Bluetooth: HCI socket layer initialized
[  125.005871] Bluetooth: L2CAP socket layer initialized
[  125.005876] Bluetooth: SCO socket layer initialized
[  125.012330] uvcvideo: Found UVC 1.00 device USB Webcam (0bda:5727)
[  125.014266] microcode: CPU0 sig=0x40651, pf=0x40, revision=0xa
[  125.015936] microcode: CPU0 sig=0x40651, pf=0x40, revision=0xa
[  125.017937] microcode: CPU0 updated to revision 0x16, date = 2013-08-08
[  125.018024] microcode: CPU1 sig=0x40651, pf=0x40, revision=0xa
[  125.018057] microcode: CPU1 sig=0x40651, pf=0x40, revision=0xa
[  125.019169] microcode: CPU1 updated to revision 0x16, date = 2013-08-08
[  125.019175] microcode: CPU2 sig=0x40651, pf=0x40, revision=0xa
[  125.019205] microcode: CPU2 sig=0x40651, pf=0x40, revision=0xa
[  125.019703] usbcore: registered new interface driver btusb
[  125.020331] microcode: CPU2 updated to revision 0x16, date = 2013-08-08
[  125.020337] microcode: CPU3 sig=0x40651, pf=0x40, revision=0xa
[  125.020368] microcode: CPU3 sig=0x40651, pf=0x40, revision=0xa
[  125.021492] microcode: CPU3 updated to revision 0x16, date = 2013-08-08
[  125.021708] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[  125.022625] input: USB Webcam as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input10
[  125.022870] usbcore: registered new interface driver uvcvideo
[  125.022872] USB Video Class driver (1.1.1)
[  125.026031] i915 0000:00:02.0: irq 60 for MSI/MSI-X
[  125.026043] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[  125.026045] [drm] Driver supports precise vblank timestamp query.
[  125.038662] Bluetooth: hci0: read Intel version: 370710018002030d16
[  125.038666] Bluetooth: hci0: Intel device is already patched. patch num: 16
[  125.043269] iTCO_vendor_support: vendor-support=0
[  125.048675] ACPI: Battery Slot [BAT0] (battery present)
[  125.051346] kvm: disabled by bios
[  125.051939] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[  125.051968] iTCO_wdt: Found a Lynx Point_LP TCO device (Version=2, TCOBASE=0x1860)
[  125.052077] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[  125.058012] ACPI: Battery Slot [BAT1] (battery absent)
[  125.061559] thermal LNXTHERM:00: registered as thermal_zone0
[  125.061563] ACPI: Thermal Zone [TZ00] (44 C)
[  125.062417] nfc: nfc_init: NFC Core ver 0.1
[  125.062436] NET: Registered protocol family 39
[  125.065727] Probing NFC pn544
[  125.089953] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[  125.094896] systemd-journald[132]: Received request to flush runtime journal from PID 1
[  125.097283] systemd-udevd[163]: renamed network interface wlan0 to wlp1s0
[  125.106904] fbcon: inteldrmfb (fb0) is primary device
[  125.396712] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x126800, board id: 2699, fw id: 1401224
[  125.430935] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input11
[  126.256719] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[  127.029466] Console: switching to colour frame buffer device 240x67
[  127.034498] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[  127.034499] i915 0000:00:02.0: registered panic notifier
[  127.034503] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io:owns=io
[  127.034505] [drm:intel_uncore_check_errors] *ERROR* Unclaimed register before interrupt
[  127.048636] acpi device:29: registered as cooling_device4
[  127.049262] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[  127.049318] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input12
[  127.049415] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[  127.049439] snd_hda_intel 0000:00:03.0: enabling device (0000 -> 0002)
[  127.049535] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[  127.049637] snd_hda_intel 0000:00:1b.0: irq 61 for MSI/MSI-X
[  127.049844] snd_hda_intel 0000:00:03.0: irq 62 for MSI/MSI-X
[  127.063975] hda_codec: invalid CONNECT_LIST verb 5[1]:0
[  127.064036] hda_codec: invalid CONNECT_LIST verb 6[1]:0
[  127.064102] hda_codec: invalid CONNECT_LIST verb 7[1]:0
[  127.064387] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input13
[  127.064490] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input14
[  127.065728] input: HDA Intel MID HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input15
[  127.066794] input: HDA Intel MID HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input16
[  127.066883] input: HDA Intel MID HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input17
[  127.275801] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
[  127.275969] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
[  127.284240] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[  136.724257] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
[  136.724402] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
[  136.734259] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[  136.807004] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
[  136.807148] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
[  136.816334] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[  142.587357] wlp1s0: authenticate with 74:44:01:46:34:8b
[  142.588490] wlp1s0: send auth to 74:44:01:46:34:8b (try 1/3)
[  142.589098] wlp1s0: authenticated
[  142.590624] wlp1s0: associate with 74:44:01:46:34:8b (try 1/3)
[  142.591525] wlp1s0: RX AssocResp from 74:44:01:46:34:8b (capab=0x11 status=0 aid=1)
[  142.593748] wlp1s0: associated
[  142.593778] IPv6: ADDRCONF(NETDEV_CHANGE): wlp1s0: link becomes ready
[  187.029962] usb 1-1: USB disconnect, device number 6
[  188.567861] usb 1-1: new low-speed USB device number 7 using xhci_hcd
[  188.585296] usb 1-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[  188.588552] input: PIXART USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/input/input18
[  188.588773] hid-generic 0003:093A:2510.0005: input,hidraw0: USB HID v1.11 Mouse [PIXART USB OPTICAL MOUSE] on usb-0000:00:14.0-1/input0

I used to get the 'FPDMA QUEUED ERROR' before I learnt I needed to add:

libata.force=noncq

to the boot line. So I'm a little concerned about that being there.

I also updated to this kernel to make use of my i3 core cpu (https://wiki.archlinux.org/index.php/So … o_SVP-1x21) but am concerned about this:

[  124.889899] EXT4-fs (sda2): re-mounted. Opts: data=ordered
[  124.914757] systemd-udevd[160]: starting version 208
[  124.946879] ACPI: Requesting acpi_cpufreq
[  124.953513] ACPI Warning: 0x0000000000001828-0x000000000000182f SystemIO conflicts with Region \PMIO 1 (20130725/utaddress-251)
[  124.953519] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[  124.953522] ACPI Warning: 0x0000000000001c30-0x0000000000001c3f SystemIO conflicts with Region \GPRL 1 (20130725/utaddress-251)
[  124.953525] ACPI Warning: 0x0000000000001c30-0x0000000000001c3f SystemIO conflicts with Region \GPR_ 2 (20130725/utaddress-251)
[  124.953528] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[  124.953530] ACPI Warning: 0x0000000000001c00-0x0000000000001c2f SystemIO conflicts with Region \GPRL 1 (20130725/utaddress-251)
[  124.953534] ACPI Warning: 0x0000000000001c00-0x0000000000001c2f SystemIO conflicts with Region \GPR_ 2 (20130725/utaddress-251)
[  124.953537] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver

I'm also hoping that the new kernel sorts out why I have to have my laptop plugged in even though the battery is recognized as 'BAT0' given the message:

[  125.048675] ACPI: Battery Slot [BAT0] (battery present)

Also.....# efibootmgr -v:

root@arch> efibootmgr -v
BootCurrent: 0006
Timeout: 0 seconds
BootOrder: 0006,0000,0005
Boot0000* Linux Boot Manager    HD(1,800,200000,1fa2e1ed-7ba7-4fd3-afac-29fd5ac55b7f)File(\EFI\gummiboot\gummibootx64.efi)
Boot0005* Sony Original    Vendor(99e275e7-75a0-4b37-a2e6-c5385e6c00cb,)
Boot0006* Windows Boot Manager    HD(1,800,200000,1fa2e1ed-7ba7-4fd3-afac-29fd5ac55b7f)File(\EFI\Boot\bootx64.efi)

Appreciate both your efforts.

Last edited by charchdo (2013-10-09 08:00:58)

Offline

#7 2013-10-09 15:43:29

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: [SOLVED] unable to boot linux-mainline 3.12-rc4-1

charchdo wrote:

wonder woofy: I think you're right. I'm still new to linux and prob need to do a bit more reading regarding the boot process and differences between the various loaders.

If you are still new to Linux, why are you trying to run the RC kernels?  It would seem like that might not be the best idea, as any issues you may run into, you would have no idea how to solve, or even if they were kernel related.  My advice would be to stick with the Arch kernel for a while and get used to things and how they work.  The Arch kernel is the newest stable kernel available typically, so you are getting the newest stable features available anyway. 

If you are dead set on using the mainline kernel, it might be advisable to wait for a few RC releases diving in.  That is, typically the RC1 and RC2 (and often the RC3) kernels still have quite a bit of bugs and quirks to iron out.  In my experience they are pretty good most of the time, but there have been several occasions where the things just wouldn't even boot.  There are usually somewhere around 7 RC kernels released, so from about RC4 or RC5 onward, things get pretty stable.  But this still doesn't seem like a good area for a beginner to venture into.


Also, when you post your full journal, use a pastebin site and link to it.  Code tags are a good thing, and I commend you for using those.  But that is an awful lot of output for a post in these forums.

Offline

#8 2013-10-09 17:51:29

srs5694
Member
From: Woonsocket, RI
Registered: 2012-11-06
Posts: 719
Website

Re: [SOLVED] unable to boot linux-mainline 3.12-rc4-1

charchdo wrote:

So when trying to boot the 3.12-rc4-1 kernel this morning I received messages similar to:

Triggering uevents....
[   31.339451] ata1.00: exception Emask 0x0 SAct 0x3 SErr 0x0 action 0x6 frozen
[   31.339501] ata1.00: failed command: READ FPDMA QUEUED
[   31.339536] ata1.00: cmd 60/08:00:c0:0b:00/00:00:00:00:00/40 tag 0 ncq 4096 in
         res 40/00:01:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   31.339616] ata1.00: status: { DRDY }
[   31.339639] ata1.00: failed command: READ FPDMA QUEUED
[   31.339672] ata1.00: cmd 60/08:08:b0:0b:20/00:00:00:00:00/40 tag 1 ncq 4096 in
         res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[   31.339751] ata1.00: status: { DRDY }

These errors indicate a hardware fault, a driver bug, or a driver that needs special configuration on your system (like the "libata.force-noncq" option you're already passing -- or maybe you shouldn't be passing it, and are getting the error when you do -- I'd need to re-read the whole thread to be sure). I haven't attempted to research these specific messages or the "libata.force-noncq" command specifically, though.

Also.....# efibootmgr -v:

root@arch> efibootmgr -v
BootCurrent: 0006
Timeout: 0 seconds
BootOrder: 0006,0000,0005
Boot0000* Linux Boot Manager    HD(1,800,200000,1fa2e1ed-7ba7-4fd3-afac-29fd5ac55b7f)File(\EFI\gummiboot\gummibootx64.efi)
Boot0005* Sony Original    Vendor(99e275e7-75a0-4b37-a2e6-c5385e6c00cb,)
Boot0006* Windows Boot Manager    HD(1,800,200000,1fa2e1ed-7ba7-4fd3-afac-29fd5ac55b7f)File(\EFI\Boot\bootx64.efi)

I don't believe you've mentioned an EFI boot order issue, but this indicates that Windows is set to boot by default, but via the EFI/Boot/bootx64.efi file. If you've put gummiboot there, then that's OK, but it could be undone by Windows. Typing "sudo efibootmgr -o 0,6,5" should reconfigure the EFI to boot via gummiboot (in EFI/gummiboot/gummibootx64.efi) by default, which might be better. OTOH, some EFIs are broken and this command might not work with them. Also, even if it works, you might not notice a difference immediately except by typing "efibootmgr -v" again to see what actually booted ("BootCurrent") and what the stored boot order is ("BootOrder").

Offline

#9 2013-10-10 02:53:36

charchdo
Member
From: Sydney, Australia
Registered: 2013-09-14
Posts: 22

Re: [SOLVED] unable to boot linux-mainline 3.12-rc4-1

@Wonder Woofy: I was running the rc one since the 3.12 kernel is mentioned to make use if the newer i3 Intel chip that I have. However, I think I will stick to your suggestion to use the official Arch kernel stable release until I am more familiar with working through boot issues encountered with an rc kernel release. I will also make use of pastebin in future posts.

@srs5694: No I don't believe I have an EFI boot order issue. I do have gummiboot in that location and all goes well with booting the Official Repo Arch Linux kernel, which is what I will stick to until I learn more about kernels and the boot process.


Thank you again for your help on this.

I'll mark as solved and for clarification for anyone who reads this it was a kernel issue not a gummiboot one.

Offline

#10 2013-10-10 15:09:07

the.ridikulus.rat
Member
From: Indiana, USA
Registered: 2011-10-04
Posts: 765

Re: [SOLVED] unable to boot linux-mainline 3.12-rc4-1

charchdo wrote:

@Wonder Woofy: I was running the rc one since the 3.12 kernel is mentioned to make use if the newer i3 Intel chip that I have. However, I think I will stick to your suggestion to use the official Arch kernel stable release until I am more familiar with working through boot issues encountered with an rc kernel release. I will also make use of pastebin in future posts.

@srs5694: No I don't believe I have an EFI boot order issue. I do have gummiboot in that location and all goes well with booting the Official Repo Arch Linux kernel, which is what I will stick to until I learn more about kernels and the boot process.


Thank you again for your help on this.

I'll mark as solved and for clarification for anyone who reads this it was a kernel issue not a gummiboot one.

I suggest changing the title of the thread to make it clear that it is a kernel issue and not related to gummiboot, or from the looks of it (libata or hardware issue) not related to UEFI at all.

Offline

#11 2013-10-21 02:03:53

charchdo
Member
From: Sydney, Australia
Registered: 2013-09-14
Posts: 22

Re: [SOLVED] unable to boot linux-mainline 3.12-rc4-1

the.ridikulus.rat wrote:

I suggest changing the title of the thread to make it clear that it is a kernel issue and not related to gummiboot, or from the looks of it (libata or hardware issue) not related to UEFI at all.

changed.

Offline

Board footer

Powered by FluxBB