You are not logged in.

#26 2014-04-21 22:14:11

derekArch
Member
Registered: 2013-02-02
Posts: 22

Re: Problems after instalation - Boot stuck

Could be a graphics, issue. I had this problem and it was solved by simply installing newer graphics drivers. What is the output of

 lspci | grep VGA 

One way to test this is boot up, wait a few minutes, you won't see anything but log in by entering root and then your root password then enter reboot and see if you reboot. This tests if things are going on internally but they just aren't showing up on screen. Make sure to carefully enter your root password, you won't know if you mistyped it.

Offline

#27 2014-04-22 14:09:13

Steef435
Member
Registered: 2013-08-29
Posts: 577
Website

Re: Problems after instalation - Boot stuck

Long-shot: Do you have a laptop with NVIDIA Optimus, in other words, does it have both a 640m and something like an Intel HD4000 graphics?

EDIT: What's the model of your laptop?

Last edited by Steef435 (2014-04-22 14:13:06)

Offline

#28 2014-04-22 23:29:27

Ryotenbin
Member
Registered: 2014-04-19
Posts: 33

Re: Problems after instalation - Boot stuck

clfarron4 wrote:

Are you sure they're actual partitions, or unallocated space before and after?

Ooh, yea they're unallocated space. Is that a problem? I spoke to some friends and they said that it's normal.

derekArch wrote:

Could be a graphics, issue. I had this problem and it was solved by simply installing newer graphics drivers. What is the output of

 lspci | grep VGA 

One way to test this is boot up, wait a few minutes, you won't see anything but log in by entering root and then your root password then enter reboot and see if you reboot. This tests if things are going on internally but they just aren't showing up on screen. Make sure to carefully enter your root password, you won't know if you mistyped it.

The problem is that it doesn't even boot :'(. It stays stuck in the "/dev/sda1, clean x/y block ..." stuff. I tried for the last time to install it with a friend that uses Arch for quite a long time, but he didn't know how to help me. He pointed this graphic card issue, but it didn't help. We also tried to recompile the kernel (lol). Didn't help at all.

Steef435 wrote:

Long-shot: Do you have a laptop with NVIDIA Optimus, in other words, does it have both a 640m and something like an Intel HD4000 graphics?

EDIT: What's the model of your laptop?

No i don't have nVidia Optimus sad. It's an Avell B153, Intel i5 3210 2.5Ghz and nVidia GT 640m (1GB), but no HD4000.

Guys i'm almost giving up. I tried installing Manjaro but it didn't work out also. It boots but it stays on the blackscreen after boot (going to try derekArch's solution).

Thank you very much for all you attention! smile

Offline

#29 2014-04-23 00:08:04

Proinsias
Member
From: Glasgow
Registered: 2013-08-19
Posts: 121

Re: Problems after instalation - Boot stuck

Perhaps a kernel/bios issue?

As from the kernel 3.14 update my system would not boot. Everything was fine with the Arch live iso & Debian, both running 3.13 but the current Arch install on 3.14 wouldn't load the kernel.  The problem vanished for me when I updated my bios to a January '14 release for intel chips. Might be worth checking if your bios/uefi needs updating or testing a distro which installs a 3.13, or before, kernel.

Last edited by Proinsias (2014-04-23 00:09:44)

Offline

#30 2014-04-23 00:48:00

Steef435
Member
Registered: 2013-08-29
Posts: 577
Website

Re: Problems after instalation - Boot stuck

^Might be worth looking into that first. As you've become quite experienced with downgrading why don't downgrade the kernel for a challenge? tongue

I wrote a comment continuing on the graphics card hunch but in an attempt to not get tunneled in yet another idea let's try skipping fsck and see what happens. Open your fstab and change the second digit behind each entry(probably "1" for / and "2" for everything else) to 0. This way the checks will be skipped.


The reply below continues on the possibility of a graphics card clash/hiccup, please try the above first.

Ryotenbin wrote:
clfarron4 wrote:

Are you sure they're actual partitions, or unallocated space before and after?

Ooh, yea they're unallocated space. Is that a problem? I spoke to some friends and they said that it's normal.

derekArch wrote:

Could be a graphics, issue. I had this problem and it was solved by simply installing newer graphics drivers. What is the output of

 lspci | grep VGA 

One way to test this is boot up, wait a few minutes, you won't see anything but log in by entering root and then your root password then enter reboot and see if you reboot. This tests if things are going on internally but they just aren't showing up on screen. Make sure to carefully enter your root password, you won't know if you mistyped it.

The problem is that it doesn't even boot :'(. It stays stuck in the "/dev/sda1, clean x/y block ..." stuff. I tried for the last time to install it with a friend that uses Arch for quite a long time, but he didn't know how to help me. He pointed this graphic card issue, but it didn't help. We also tried to recompile the kernel (lol). Didn't help at all.

Steef435 wrote:

Long-shot: Do you have a laptop with NVIDIA Optimus, in other words, does it have both a 640m and something like an Intel HD4000 graphics?

EDIT: What's the model of your laptop?

No i don't have nVidia Optimus sad. It's an Avell B153, Intel i5 3210 2.5Ghz and nVidia GT 640m (1GB), but no HD4000.

Unallocated space isn't a problem AFAIK.

Guys i'm almost giving up. I tried installing Manjaro but it didn't work out also. It boots but it stays on the blackscreen after boot (going to try derekArch's solution).

Thank you very much for all you attention! smile

His point was, that the boot may have been completed, but you don't get to see it. Graphic drivers don't get loaded instantly, the first few moments the generic driver might be running, and when the specialized driver starts it gets stuck. So it looks like the boot is stuck, while it's possible that only the display stuck. So if you manage to log in blindly and be able to do something like issuing a reboot command or a beep command and it's handled, it indicates that only the display hangs. It's worth giving a try.
1. Wait a few minutes to be sure the boot process is finished.
2. Type in an account name you created and hit enter
3. Wait a few seconds
4. Type in the password and hit enter
5. Wait a few seconds
6. If you chose a different account than root, type "su" and hit enter
6.1. Wait a few seconds
6.2. Type in the root password and hit enter
6.3. Wait a few seconds
7. Type "reboot" and hit enter
8. ???
9. Profit

If the system reboots, only the display is stuck and we have something to work with.

I learned something new today, supposedly all Ivy Bridge models have an Intel Graphics built-in(?). I don't have the time to do the research for you right now but perhaps there's a lead in here:
https://devtalk.nvidia.com/default/topi … ver-crash/

Try to find an option in your BIOS to disable either of the cards.

Last edited by Steef435 (2014-04-23 00:48:28)

Offline

#31 2014-04-23 11:03:50

clfarron4
Member
From: London, UK
Registered: 2013-06-28
Posts: 2,163
Website

Re: Problems after instalation - Boot stuck

Ryotenbin wrote:
clfarron4 wrote:

Are you sure they're actual partitions, or unallocated space before and after?

Ooh, yea they're unallocated space. Is that a problem? I spoke to some friends and they said that it's normal.

It's normal.


Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository

Offline

#32 2014-04-23 11:15:49

Ryotenbin
Member
Registered: 2014-04-19
Posts: 33

Re: Problems after instalation - Boot stuck

Alright,

The output of

 lspci | grep VGA 

Is

VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 640m] (rev a1)

I tried removing "quiet" option from grub boot config and it got me up to this state. After that it freezes.

FluxBB bbcode test

So i waited a couple of minutes and tried to login and reboot. Nothing happened. Curious thing is that this time Ctrl+Alt+Del worked (and i made sure it wasn't related to the reboot command - i've waited some minutes before trying this).

Try to find an option in your BIOS to disable either of the cards.

Unfortunately there's nothing related to that in my BIOS. And it's up-to-date since i updated it to disable UEFI.

Any thoughts? sad

Last edited by Ryotenbin (2014-04-23 11:16:28)

Offline

#33 2014-04-23 11:47:36

Strike0
Member
From: Germany
Registered: 2011-09-05
Posts: 1,429

Re: Problems after instalation - Boot stuck

Now that screenshot shows it gets half the way.

Try some acpi kernel options before booting, e.g. add "nohz=off" or "acpi=ht" to it. link: http://linuxpoison.blogspot.de/2010/06/ … eters.html

Offline

#34 2014-04-23 11:55:43

Steef435
Member
Registered: 2013-08-29
Posts: 577
Website

Re: Problems after instalation - Boot stuck

NOTE: The mods will probably dislike the oversized image.

Since the journal gets started, I think the next step would be chrooting in the installation and checking the journal.

Last edited by Steef435 (2014-04-23 11:56:25)

Offline

#35 2014-04-23 12:02:43

Ryotenbin
Member
Registered: 2014-04-19
Posts: 33

Re: Problems after instalation - Boot stuck

Strike0 wrote:

Now that screenshot shows it gets half the way.

Try some acpi kernel options before booting, e.g. add "nohz=off" or "acpi=ht" to it. link: http://linuxpoison.blogspot.de/2010/06/ … eters.html

I removed the "quiet" and right after i added these commands (individually):

acpi=off > Boots! But my keyboard doesn't seem to work. I get to Arch login screen, the thing blinks but nothing i type appears on the screen (also, Ctrl+Alt+Del doesn't work);
nohz=off > Kind of goes further, but it hangs on "mounting /home".
acpi=ht > Doesn't make any visual difference.

Steef435 wrote:

NOTE: The mods will probably dislike the oversized image.

Since the journal gets started, I think the next step would be chrooting in the installation and checking the journal.

Alright, where do i find these journals?

Offline

#36 2014-04-23 12:25:53

Steef435
Member
Registered: 2013-08-29
Posts: 577
Website

Re: Problems after instalation - Boot stuck

Offline

#37 2014-04-23 12:44:57

Ryotenbin
Member
Registered: 2014-04-19
Posts: 33

Re: Problems after instalation - Boot stuck

Ok, i tried to boot with quiet off and acpi=off. This is the result of journalctl -b -1

 -- Logs begin at Wed 2014-04-23 04:53:26 BRT, end at Wed 2014-04-23 06:36:18 BRT. --
Apr 23 05:57:18 arch systemd-journal[145]: Runtime journal is using 8.0M (max allowed 397.5M, trying to leave 596.3M free of 3.8G available → current limit 397.5M).
Apr 23 05:57:18 arch systemd-journal[145]: Runtime journal is using 8.0M (max allowed 397.5M, trying to leave 596.3M free of 3.8G available → current limit 397.5M).
Apr 23 05:57:18 arch kernel: Initializing cgroup subsys cpuset
Apr 23 05:57:18 arch kernel: Initializing cgroup subsys cpu
Apr 23 05:57:18 arch kernel: Initializing cgroup subsys cpuacct
Apr 23 05:57:18 arch kernel: Linux version 3.14.1-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.8.2 20140206 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Apr 14 20:40:47 CEST 2014
Apr 23 05:57:18 arch kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=ca9e0268-a4e3-4210-bf4e-35ba18b8832a rw acpi=ht
Apr 23 05:57:18 arch kernel: e820: BIOS-provided physical RAM map:
Apr 23 05:57:18 arch kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
Apr 23 05:57:18 arch kernel: BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
Apr 23 05:57:18 arch kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Apr 23 05:57:18 arch kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000aea7efff] usable
Apr 23 05:57:18 arch kernel: BIOS-e820: [mem 0x00000000aea7f000-0x00000000af57efff] reserved
Apr 23 05:57:18 arch kernel: BIOS-e820: [mem 0x00000000af57f000-0x00000000af77efff] ACPI NVS
Apr 23 05:57:18 arch kernel: BIOS-e820: [mem 0x00000000af77f000-0x00000000af7fefff] ACPI data
Apr 23 05:57:18 arch kernel: BIOS-e820: [mem 0x00000000af7ff000-0x00000000af7fffff] usable
Apr 23 05:57:18 arch kernel: BIOS-e820: [mem 0x00000000af800000-0x00000000afffffff] reserved
Apr 23 05:57:18 arch kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
Apr 23 05:57:18 arch kernel: BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
Apr 23 05:57:18 arch kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Apr 23 05:57:18 arch kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
Apr 23 05:57:18 arch kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Apr 23 05:57:18 arch kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Apr 23 05:57:18 arch kernel: BIOS-e820: [mem 0x00000000ffd00000-0x00000000ffffffff] reserved
Apr 23 05:57:18 arch kernel: BIOS-e820: [mem 0x0000000100000000-0x000000024effffff] usable
Apr 23 05:57:18 arch kernel: Malformed early option 'acpi'
Apr 23 05:57:18 arch kernel: NX (Execute Disable) protection: active
Apr 23 05:57:18 arch kernel: SMBIOS 2.7 present.
Apr 23 05:57:18 arch kernel: DMI: Compal QAL51/Type2 - Board Product Name1, BIOS 6.40 03/15/2013
Apr 23 05:57:18 arch kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Apr 23 05:57:18 arch kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Apr 23 05:57:18 arch kernel: No AGP bridge found
Apr 23 05:57:18 arch kernel: e820: last_pfn = 0x24f000 max_arch_pfn = 0x400000000
Apr 23 05:57:18 arch kernel: MTRR default type: uncachable
Apr 23 05:57:18 arch kernel: MTRR fixed ranges enabled:
Apr 23 05:57:18 arch kernel:   00000-9FFFF write-back
Apr 23 05:57:18 arch kernel:   A0000-BFFFF uncachable
Apr 23 05:57:18 arch kernel:   C0000-E7FFF write-protect
Apr 23 05:57:18 arch kernel:   E8000-EFFFF write-combining
Apr 23 05:57:18 arch kernel:   F0000-FFFFF write-protect
Apr 23 05:57:18 arch kernel: MTRR variable ranges enabled:
Apr 23 05:57:18 arch kernel:   0 base 000000000 mask F80000000 write-back
Apr 23 05:57:18 arch kernel:   1 base 080000000 mask FC0000000 write-back
Apr 23 05:57:18 arch kernel:   2 base 0AF800000 mask FFF800000 uncachable
Apr 23 05:57:18 arch kernel:   3 base 0B0000000 mask FF0000000 uncachable
Apr 23 05:57:18 arch kernel:   4 base 0FFC00000 mask FFFC00000 write-protect
Apr 23 05:57:18 arch kernel:   5 base 100000000 mask F00000000 write-back
Apr 23 05:57:18 arch kernel:   6 base 200000000 mask F80000000 write-back
Apr 23 05:57:18 arch kernel:   7 base 24F000000 mask FFF000000 uncachable
Apr 23 05:57:18 arch kernel:   8 base 250000000 mask FF0000000 uncachable
Apr 23 05:57:18 arch kernel:   9 base 260000000 mask FE0000000 uncachable
Apr 23 05:57:18 arch kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Apr 23 05:57:18 arch kernel: e820: last_pfn = 0xaf800 max_arch_pfn = 0x400000000
Apr 23 05:57:18 arch kernel: found SMP MP-table at [mem 0x000fe1b0-0x000fe1bf] mapped at [ffff8800000fe1b0]
Apr 23 05:57:18 arch kernel: Scanning 1 areas for low memory corruption
Apr 23 05:57:18 arch kernel: Base memory trampoline at [ffff880000097000] 97000 size 24576
Apr 23 05:57:18 arch kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
Apr 23 05:57:18 arch kernel:  [mem 0x00000000-0x000fffff] page 4k
Apr 23 05:57:18 arch kernel: BRK [0x01b28000, 0x01b28fff] PGTABLE
Apr 23 05:57:18 arch kernel: BRK [0x01b29000, 0x01b29fff] PGTABLE
Apr 23 05:57:18 arch kernel: BRK [0x01b2a000, 0x01b2afff] PGTABLE
Apr 23 05:57:18 arch kernel: init_memory_mapping: [mem 0x24ee00000-0x24effffff]
Apr 23 05:57:18 arch kernel:  [mem 0x24ee00000-0x24effffff] page 2M
Apr 23 05:57:18 arch kernel: BRK [0x01b2b000, 0x01b2bfff] PGTABLE
Apr 23 05:57:18 arch kernel: init_memory_mapping: [mem 0x24c000000-0x24edfffff]
Apr 23 05:57:18 arch kernel:  [mem 0x24c000000-0x24edfffff] page 2M
Apr 23 05:57:18 arch kernel: init_memory_mapping: [mem 0x200000000-0x24bffffff]
Apr 23 05:57:18 arch kernel:  [mem 0x200000000-0x24bffffff] page 2M
Apr 23 05:57:18 arch kernel: BRK [0x01b2c000, 0x01b2cfff] PGTABLE
Apr 23 05:57:18 arch kernel: init_memory_mapping: [mem 0x00100000-0xaea7efff]
Apr 23 05:57:18 arch kernel:  [mem 0x00100000-0x001fffff] page 4k
Apr 23 05:57:18 arch kernel:  [mem 0x00200000-0xae9fffff] page 2M
Apr 23 05:57:18 arch kernel:  [mem 0xaea00000-0xaea7efff] page 4k
Apr 23 05:57:18 arch kernel: init_memory_mapping: [mem 0xaf7ff000-0xaf7fffff]
Apr 23 05:57:18 arch kernel:  [mem 0xaf7ff000-0xaf7fffff] page 4k
Apr 23 05:57:18 arch kernel: BRK [0x01b2d000, 0x01b2dfff] PGTABLE
Apr 23 05:57:18 arch kernel: init_memory_mapping: [mem 0x100000000-0x1ffffffff]
Apr 23 05:57:18 arch kernel:  [mem 0x100000000-0x1ffffffff] page 2M
Apr 23 05:57:18 arch kernel: RAMDISK: [mem 0x379e0000-0x37ce7fff]
Apr 23 05:57:18 arch kernel: ACPI: RSDP 00000000000fe020 000024 (v02 COMPAL)
Apr 23 05:57:18 arch kernel: ACPI: XSDT 00000000af7fe210 0000B4 (v01 COMPAL CRV ORB  00000001      01000013)
Apr 23 05:57:18 arch kernel: ACPI: FACP 00000000af7fa000 00010C (v05 COMPAL CRV ORB  00000001 ACPI 00040000)
Apr 23 05:57:18 arch kernel: ACPI: DSDT 00000000af7ec000 00A559 (v01 COMPAL CRV ORB  00000000 ACPI 00040000)
Apr 23 05:57:18 arch kernel: ACPI: FACS 00000000af6ea000 000040
Apr 23 05:57:18 arch kernel: ACPI: TCPA 00000000af7fd000 000032 (v02 COMPAL CRV ORB  00000000 ACPI 00040000)
Apr 23 05:57:18 arch kernel: ACPI: UEFI 00000000af7fc000 000236 (v01 COMPAL CRV ORB  00000001 ACPI 00040000)
Apr 23 05:57:18 arch kernel: ACPI: ASF! 00000000af7fb000 0000A5 (v32 COMPAL CRV ORB  00000001 ACPI 00040000)
Apr 23 05:57:18 arch kernel: ACPI: HPET 00000000af7f9000 000038 (v01 COMPAL CRV ORB  00000001 ACPI 00040000)
Apr 23 05:57:18 arch kernel: ACPI: APIC 00000000af7f8000 00008C (v03 COMPAL CRV ORB  00000001 ACPI 00040000)
Apr 23 05:57:18 arch kernel: ACPI: MCFG 00000000af7f7000 00003C (v01 COMPAL CRV ORB  00000001 ACPI 00040000)
Apr 23 05:57:18 arch kernel: ACPI: SLIC 00000000af7eb000 000176 (v01 COMPAL CRV ORB  00000001 ACPI 00040000)
Apr 23 05:57:18 arch kernel: ACPI: WDAT 00000000af7ea000 000224 (v01 COMPAL CRV ORB  00000001 ACPI 00040000)
Apr 23 05:57:18 arch kernel: ACPI: SSDT 00000000af7e9000 0006FE (v01 COMPAL CRV ORB  00001000 ACPI 00040000)
Apr 23 05:57:18 arch kernel: ACPI: BOOT 00000000af7e7000 000028 (v01 COMPAL CRV ORB  00000001 ACPI 00040000)
Apr 23 05:57:18 arch kernel: ACPI: ASPT 00000000af7e5000 000034 (v07 COMPAL CRV ORB  00000001 ACPI 00040000)
Apr 23 05:57:18 arch kernel: ACPI: DBGP 00000000af7e4000 000034 (v01 COMPAL CRV ORB  00000001 ACPI 00040000)
Apr 23 05:57:18 arch kernel: ACPI: FPDT 00000000af7e2000 000044 (v01 COMPAL CRV ORB  00000001 ACPI 00040000)
Apr 23 05:57:18 arch kernel: ACPI: SSDT 00000000af7e0000 000968 (v01 COMPAL CRV ORB  00003000 ACPI 00040000)
Apr 23 05:57:18 arch kernel: ACPI: SSDT 00000000af7df000 000A92 (v01 COMPAL CRV ORB  00003000 ACPI 00040000)
Apr 23 05:57:18 arch kernel: ACPI: SSDT 00000000af7dd000 000164 (v01 COMPAL CRV ORB  00001000 ACPI 00040000)
Apr 23 05:57:18 arch kernel: ACPI: SSDT 00000000af7de000 000338 (v01 COMPAL CRV ORB  00001000 ACPI 00040000)
Apr 23 05:57:18 arch kernel: ACPI: Local APIC address 0xfee00000
Apr 23 05:57:18 arch kernel: No NUMA configuration found
Apr 23 05:57:18 arch kernel: Faking a node at [mem 0x0000000000000000-0x000000024effffff]
Apr 23 05:57:18 arch kernel: Initmem setup node 0 [mem 0x00000000-0x24effffff]
Apr 23 05:57:18 arch kernel:   NODE_DATA [mem 0x24eff4000-0x24eff8fff]
Apr 23 05:57:18 arch kernel:  [ffffea0000000000-ffffea00093fffff] PMD -> [ffff880246600000-ffff88024e5fffff] on node 0
Apr 23 05:57:18 arch kernel: Zone ranges:
Apr 23 05:57:18 arch kernel:   DMA      [mem 0x00001000-0x00ffffff]
Apr 23 05:57:18 arch kernel:   DMA32    [mem 0x01000000-0xffffffff]
Apr 23 05:57:18 arch kernel:   Normal   [mem 0x100000000-0x24effffff]
Apr 23 05:57:18 arch kernel: Movable zone start for each node
Apr 23 05:57:18 arch kernel: Early memory node ranges
Apr 23 05:57:18 arch kernel:   node   0: [mem 0x00001000-0x0009cfff]
Apr 23 05:57:18 arch kernel:   node   0: [mem 0x00100000-0xaea7efff]
Apr 23 05:57:18 arch kernel:   node   0: [mem 0xaf7ff000-0xaf7fffff]
Apr 23 05:57:18 arch kernel:   node   0: [mem 0x100000000-0x24effffff]
Apr 23 05:57:18 arch kernel: On node 0 totalpages: 2087452
Apr 23 05:57:18 arch kernel:   DMA zone: 64 pages used for memmap
Apr 23 05:57:18 arch kernel:   DMA zone: 21 pages reserved
Apr 23 05:57:18 arch kernel:   DMA zone: 3996 pages, LIFO batch:0
Apr 23 05:57:18 arch kernel:   DMA32 zone: 11114 pages used for memmap
Apr 23 05:57:18 arch kernel:   DMA32 zone: 711296 pages, LIFO batch:31
Apr 23 05:57:18 arch kernel:   Normal zone: 21440 pages used for memmap
Apr 23 05:57:18 arch kernel:   Normal zone: 1372160 pages, LIFO batch:31
Apr 23 05:57:18 arch kernel: ACPI: PM-Timer IO Port: 0x408
Apr 23 05:57:18 arch kernel: ACPI: Local APIC address 0xfee00000
Apr 23 05:57:18 arch kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Apr 23 05:57:18 arch kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
Apr 23 05:57:18 arch kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
Apr 23 05:57:18 arch kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
Apr 23 05:57:18 arch kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
Apr 23 05:57:18 arch kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
Apr 23 05:57:18 arch kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
Apr 23 05:57:18 arch kernel: ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
Apr 23 05:57:18 arch kernel: ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
Apr 23 05:57:18 arch kernel: IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
Apr 23 05:57:18 arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Apr 23 05:57:18 arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Apr 23 05:57:18 arch kernel: ACPI: IRQ0 used by override.
Apr 23 05:57:18 arch kernel: ACPI: IRQ2 used by override.
Apr 23 05:57:18 arch kernel: ACPI: IRQ9 used by override.
Apr 23 05:57:18 arch kernel: Using ACPI (MADT) for SMP configuration information
Apr 23 05:57:18 arch kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Apr 23 05:57:18 arch kernel: smpboot: Allowing 8 CPUs, 4 hotplug CPUs
Apr 23 05:57:18 arch kernel: nr_irqs_gsi: 40
Apr 23 05:57:18 arch kernel: PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
Apr 23 05:57:18 arch kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
Apr 23 05:57:18 arch kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Apr 23 05:57:18 arch kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Apr 23 05:57:18 arch kernel: PM: Registered nosave memory: [mem 0xaea7f000-0xaf57efff]
Apr 23 05:57:18 arch kernel: PM: Registered nosave memory: [mem 0xaf57f000-0xaf77efff]
Apr 23 05:57:18 arch kernel: PM: Registered nosave memory: [mem 0xaf77f000-0xaf7fefff]
Apr 23 05:57:18 arch kernel: PM: Registered nosave memory: [mem 0xaf800000-0xafffffff]
Apr 23 05:57:18 arch kernel: PM: Registered nosave memory: [mem 0xb0000000-0xefffffff]
Apr 23 05:57:18 arch kernel: PM: Registered nosave memory: [mem 0xf0000000-0xf3ffffff]
Apr 23 05:57:18 arch kernel: PM: Registered nosave memory: [mem 0xf4000000-0xfeafffff]
Apr 23 05:57:18 arch kernel: PM: Registered nosave memory: [mem 0xfeb00000-0xfeb03fff]
Apr 23 05:57:18 arch kernel: PM: Registered nosave memory: [mem 0xfeb04000-0xfebfffff]
Apr 23 05:57:18 arch kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Apr 23 05:57:18 arch kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
Apr 23 05:57:18 arch kernel: PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
Apr 23 05:57:18 arch kernel: PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
Apr 23 05:57:18 arch kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Apr 23 05:57:18 arch kernel: PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
Apr 23 05:57:18 arch kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Apr 23 05:57:18 arch kernel: PM: Registered nosave memory: [mem 0xfee01000-0xffcfffff]
Apr 23 05:57:18 arch kernel: PM: Registered nosave memory: [mem 0xffd00000-0xffffffff]
Apr 23 05:57:18 arch kernel: e820: [mem 0xb0000000-0xefffffff] available for PCI devices
Apr 23 05:57:18 arch kernel: Booting paravirtualized kernel on bare hardware
Apr 23 05:57:18 arch kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
Apr 23 05:57:18 arch kernel: PERCPU: Embedded 28 pages/cpu @ffff88024ec00000 s86016 r8192 d20480 u262144
Apr 23 05:57:18 arch kernel: pcpu-alloc: s86016 r8192 d20480 u262144 alloc=1*2097152
Apr 23 05:57:18 arch kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Apr 23 05:57:18 arch kernel: Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 2054813
Apr 23 05:57:18 arch kernel: Policy zone: Normal
Apr 23 05:57:18 arch kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=ca9e0268-a4e3-4210-bf4e-35ba18b8832a rw acpi=ht
Apr 23 05:57:18 arch kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
Apr 23 05:57:18 arch kernel: xsave: enabled xstate_bv 0x7, cntxt size 0x340
Apr 23 05:57:18 arch kernel: Checking aperture...
Apr 23 05:57:18 arch kernel: No AGP bridge found
Apr 23 05:57:18 arch kernel: Calgary: detecting Calgary via BIOS EBDA area
Apr 23 05:57:18 arch kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Apr 23 05:57:18 arch kernel: Memory: 8136848K/8349808K available (5020K kernel code, 802K rwdata, 1612K rodata, 1112K init, 1284K bss, 212960K reserved)
Apr 23 05:57:18 arch kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Apr 23 05:57:18 arch kernel: Preemptible hierarchical RCU implementation.
Apr 23 05:57:18 arch kernel:         RCU dyntick-idle grace-period acceleration is enabled.
Apr 23 05:57:18 arch kernel:         Dump stacks of tasks blocking RCU-preempt GP.
Apr 23 05:57:18 arch kernel:         RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
Apr 23 05:57:18 arch kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Apr 23 05:57:18 arch kernel: NR_IRQS:8448 nr_irqs:744 16
Apr 23 05:57:18 arch kernel: Console: colour dummy device 80x25
Apr 23 05:57:18 arch kernel: console [tty0] enabled
Apr 23 05:57:18 arch kernel: allocated 33554432 bytes of page_cgroup
Apr 23 05:57:18 arch kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
Apr 23 05:57:18 arch kernel: hpet clockevent registered
Apr 23 05:57:18 arch kernel: tsc: Fast TSC calibration using PIT
Apr 23 05:57:18 arch kernel: tsc: Detected 2494.166 MHz processor
Apr 23 05:57:18 arch kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4990.17 BogoMIPS (lpj=8313886)
Apr 23 05:57:18 arch kernel: pid_max: default: 32768 minimum: 301
Apr 23 05:57:18 arch kernel: ACPI: Core revision 20131218
Apr 23 05:57:18 arch kernel: ACPI: All ACPI Tables successfully acquired
Apr 23 05:57:18 arch kernel: Security Framework initialized
Apr 23 05:57:18 arch kernel: Yama: becoming mindful.
Apr 23 05:57:18 arch kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Apr 23 05:57:18 arch kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
Apr 23 05:57:18 arch kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
Apr 23 05:57:18 arch kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
Apr 23 05:57:18 arch kernel: Initializing cgroup subsys memory
Apr 23 05:57:18 arch kernel: Initializing cgroup subsys devices
Apr 23 05:57:18 arch kernel: Initializing cgroup subsys freezer
Apr 23 05:57:18 arch kernel: Initializing cgroup subsys net_cls
Apr 23 05:57:18 arch kernel: Initializing cgroup subsys blkio
Apr 23 05:57:18 arch kernel: CPU: Physical Processor ID: 0
Apr 23 05:57:18 arch kernel: CPU: Processor Core ID: 0
Apr 23 05:57:18 arch kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
                             ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
Apr 23 05:57:18 arch kernel: mce: CPU supports 7 MCE banks
Apr 23 05:57:18 arch kernel: CPU0: Thermal monitoring enabled (TM1)
Apr 23 05:57:18 arch kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
                             Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
                             tlb_flushall_shift: 2
Apr 23 05:57:18 arch kernel: Freeing SMP alternatives memory: 20K (ffffffff819e0000 - ffffffff819e5000)
Apr 23 05:57:18 arch kernel: ftrace: allocating 19978 entries in 79 pages
Apr 23 05:57:18 arch kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Apr 23 05:57:18 arch kernel: smpboot: CPU0: Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz (fam: 06, model: 3a, stepping: 09)
Apr 23 05:57:18 arch kernel: TSC deadline timer enabled
Apr 23 05:57:18 arch kernel: Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
Apr 23 05:57:18 arch kernel: ... version:                3
Apr 23 05:57:18 arch kernel: ... bit width:              48
Apr 23 05:57:18 arch kernel: ... generic registers:      4
Apr 23 05:57:18 arch kernel: ... value mask:             0000ffffffffffff
Apr 23 05:57:18 arch kernel: ... max period:             0000ffffffffffff
Apr 23 05:57:18 arch kernel: ... fixed-purpose events:   3
Apr 23 05:57:18 arch kernel: ... event mask:             000000070000000f
Apr 23 05:57:18 arch kernel: x86: Booting SMP configuration:
Apr 23 05:57:18 arch kernel: .... node  #0, CPUs:      #1
Apr 23 05:57:18 arch kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Apr 23 05:57:18 arch kernel:  #2 #3
Apr 23 05:57:18 arch kernel: x86: Booted up 1 node, 4 CPUs
Apr 23 05:57:18 arch kernel: smpboot: Total of 4 processors activated (19961.71 BogoMIPS)
Apr 23 05:57:18 arch kernel: devtmpfs: initialized
Apr 23 05:57:18 arch kernel: PM: Registering ACPI NVS region [mem 0xaf57f000-0xaf77efff] (2097152 bytes)
Apr 23 05:57:18 arch kernel: pinctrl core: initialized pinctrl subsystem
Apr 23 05:57:18 arch kernel: RTC time:  8:57:13, date: 04/23/14
Apr 23 05:57:18 arch kernel: NET: Registered protocol family 16
Apr 23 05:57:18 arch kernel: cpuidle: using governor ladder
Apr 23 05:57:18 arch kernel: cpuidle: using governor menu
Apr 23 05:57:18 arch kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Apr 23 05:57:18 arch kernel: ACPI: bus type PCI registered
Apr 23 05:57:18 arch kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Apr 23 05:57:18 arch kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
Apr 23 05:57:18 arch kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
Apr 23 05:57:18 arch kernel: PCI: Using configuration type 1 for base access
Apr 23 05:57:18 arch kernel: bio: create slab <bio-0> at 0
Apr 23 05:57:18 arch kernel: ACPI: Added _OSI(Module Device)
Apr 23 05:57:18 arch kernel: ACPI: Added _OSI(Processor Device)
Apr 23 05:57:18 arch kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Apr 23 05:57:18 arch kernel: ACPI: Added _OSI(Processor Aggregator Device)
Apr 23 05:57:18 arch kernel: ACPI: Executed 1 blocks of module-level executable AML code
Apr 23 05:57:18 arch kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
Apr 23 05:57:18 arch kernel: ACPI: SSDT 00000000af4d4018 00083B (v01  PmRef  Cpu0Cst 00003001 INTL 20120111)
Apr 23 05:57:18 arch kernel: ACPI: Dynamic OEM Table Load:
Apr 23 05:57:18 arch kernel: ACPI: SSDT           (null) 00083B (v01  PmRef  Cpu0Cst 00003001 INTL 20120111)
Apr 23 05:57:18 arch kernel: ACPI: SSDT 00000000af516a98 000303 (v01  PmRef    ApIst 00003000 INTL 20120111)
Apr 23 05:57:18 arch kernel: ACPI: Dynamic OEM Table Load:
Apr 23 05:57:18 arch kernel: ACPI: SSDT           (null) 000303 (v01  PmRef    ApIst 00003000 INTL 20120111)
Apr 23 05:57:18 arch kernel: ACPI: SSDT 00000000af4d3d98 000119 (v01  PmRef    ApCst 00003000 INTL 20120111)
Apr 23 05:57:18 arch kernel: ACPI: Dynamic OEM Table Load:
Apr 23 05:57:18 arch kernel: ACPI: SSDT           (null) 000119 (v01  PmRef    ApCst 00003000 INTL 20120111)
Apr 23 05:57:18 arch kernel: ACPI: Interpreter enabled
Apr 23 05:57:18 arch kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131218/hwxface-580)
Apr 23 05:57:18 arch kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131218/hwxface-580)
Apr 23 05:57:18 arch kernel: ACPI: (supports S0 S3 S4 S5)
Apr 23 05:57:18 arch kernel: ACPI: Using IOAPIC for interrupt routing
Apr 23 05:57:18 arch kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Apr 23 05:57:18 arch kernel: ACPI: No dock devices found.
Apr 23 05:57:18 arch kernel: [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
Apr 23 05:57:18 arch kernel: [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
Apr 23 05:57:18 arch kernel: [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
Apr 23 05:57:18 arch kernel: [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
Apr 23 05:57:18 arch kernel: ACPI: Power Resource [FN00] (off)
Apr 23 05:57:18 arch kernel: ACPI: Power Resource [FN01] (off)
Apr 23 05:57:18 arch kernel: ACPI: Power Resource [FN02] (off)
Apr 23 05:57:18 arch kernel: ACPI: Power Resource [FN03] (off)
Apr 23 05:57:18 arch kernel: ACPI: Power Resource [FN04] (off)
Apr 23 05:57:18 arch kernel: ACPI: \_PR_.CPU4: failed to get CPU APIC ID.
Apr 23 05:57:18 arch kernel: ACPI: \_PR_.CPU5: failed to get CPU APIC ID.
Apr 23 05:57:18 arch kernel: ACPI: \_PR_.CPU6: failed to get CPU APIC ID.
Apr 23 05:57:18 arch kernel: ACPI: \_PR_.CPU7: failed to get CPU APIC ID.
Apr 23 05:57:18 arch kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
Apr 23 05:57:18 arch kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Apr 23 05:57:18 arch kernel: \_SB_.PCI0:_OSC invalid UUID
Apr 23 05:57:18 arch kernel: _OSC request data:1 1f 0 
Apr 23 05:57:18 arch kernel: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
Apr 23 05:57:18 arch kernel: PCI host bridge to bus 0000:00
Apr 23 05:57:18 arch kernel: pci_bus 0000:00: root bus resource [bus 00-3e]
Apr 23 05:57:18 arch kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
Apr 23 05:57:18 arch kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
Apr 23 05:57:18 arch kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
Apr 23 05:57:18 arch kernel: pci_bus 0000:00: root bus resource [mem 0xb0000000-0xfeafffff]
Apr 23 05:57:18 arch kernel: pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
Apr 23 05:57:18 arch kernel: pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
Apr 23 05:57:18 arch kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Apr 23 05:57:18 arch kernel: pci 0000:00:01.0: System wakeup disabled by ACPI
Apr 23 05:57:18 arch kernel: pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
Apr 23 05:57:18 arch kernel: pci 0000:00:14.0: reg 0x10: [mem 0xd2200000-0xd220ffff 64bit]
Apr 23 05:57:18 arch kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Apr 23 05:57:18 arch kernel: pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
Apr 23 05:57:18 arch kernel: pci 0000:00:16.0: reg 0x10: [mem 0xd2214000-0xd221400f 64bit]
Apr 23 05:57:18 arch kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Apr 23 05:57:18 arch kernel: pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
Apr 23 05:57:18 arch kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xd2219000-0xd22193ff]
Apr 23 05:57:18 arch kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Apr 23 05:57:18 arch kernel: pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
Apr 23 05:57:18 arch kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xd2210000-0xd2213fff 64bit]
Apr 23 05:57:18 arch kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Apr 23 05:57:18 arch kernel: pci 0000:00:1b.0: System wakeup disabled by ACPI
Apr 23 05:57:18 arch kernel: pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
Apr 23 05:57:18 arch kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Apr 23 05:57:18 arch kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
Apr 23 05:57:18 arch kernel: pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
Apr 23 05:57:18 arch kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Apr 23 05:57:18 arch kernel: pci 0000:00:1c.1: System wakeup disabled by ACPI
Apr 23 05:57:18 arch kernel: pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
Apr 23 05:57:18 arch kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xd2218000-0xd22183ff]
Apr 23 05:57:18 arch kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Apr 23 05:57:18 arch kernel: pci 0000:00:1f.0: [8086:1e59] type 00 class 0x060100
Apr 23 05:57:18 arch kernel: pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
Apr 23 05:57:18 arch kernel: pci 0000:00:1f.2: reg 0x10: [io  0x5048-0x504f]
Apr 23 05:57:18 arch kernel: pci 0000:00:1f.2: reg 0x14: [io  0x5054-0x5057]
Apr 23 05:57:18 arch kernel: pci 0000:00:1f.2: reg 0x18: [io  0x5040-0x5047]
Apr 23 05:57:18 arch kernel: pci 0000:00:1f.2: reg 0x1c: [io  0x5050-0x5053]
Apr 23 05:57:18 arch kernel: pci 0000:00:1f.2: reg 0x20: [io  0x5020-0x503f]
Apr 23 05:57:18 arch kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xd2217000-0xd22177ff]
Apr 23 05:57:18 arch kernel: pci 0000:00:1f.2: PME# supported from D3hot
Apr 23 05:57:18 arch kernel: pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
Apr 23 05:57:18 arch kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xd2215000-0xd22150ff 64bit]
Apr 23 05:57:18 arch kernel: pci 0000:00:1f.3: reg 0x20: [io  0x5000-0x501f]
Apr 23 05:57:18 arch kernel: pci 0000:01:00.0: [10de:0fd2] type 00 class 0x030000
Apr 23 05:57:18 arch kernel: pci 0000:01:00.0: reg 0x10: [mem 0xd0000000-0xd0ffffff]
Apr 23 05:57:18 arch kernel: pci 0000:01:00.0: reg 0x14: [mem 0xb0000000-0xbfffffff 64bit pref]
Apr 23 05:57:18 arch kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xc0000000-0xc1ffffff 64bit pref]
Apr 23 05:57:18 arch kernel: pci 0000:01:00.0: reg 0x24: [io  0x4000-0x407f]
Apr 23 05:57:18 arch kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
Apr 23 05:57:18 arch kernel: pci 0000:01:00.0: System wakeup disabled by ACPI
Apr 23 05:57:18 arch kernel: pci 0000:01:00.1: [10de:0e1b] type 00 class 0x040300
Apr 23 05:57:18 arch kernel: pci 0000:01:00.1: reg 0x10: [mem 0xd1000000-0xd1003fff]
Apr 23 05:57:18 arch kernel: pci 0000:00:01.0: ASPM: Could not configure common clock
Apr 23 05:57:18 arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01-06]
Apr 23 05:57:18 arch kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
Apr 23 05:57:18 arch kernel: pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xd1ffffff]
Apr 23 05:57:18 arch kernel: pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xcfffffff 64bit pref]
Apr 23 05:57:18 arch kernel: pci 0000:07:00.0: [10ec:8168] type 00 class 0x020000
Apr 23 05:57:18 arch kernel: pci 0000:07:00.0: reg 0x10: [io  0x3000-0x30ff]
Apr 23 05:57:18 arch kernel: pci 0000:07:00.0: reg 0x18: [mem 0xd2004000-0xd2004fff 64bit pref]
Apr 23 05:57:18 arch kernel: pci 0000:07:00.0: reg 0x20: [mem 0xd2000000-0xd2003fff 64bit pref]
Apr 23 05:57:18 arch kernel: pci 0000:07:00.0: supports D1 D2
Apr 23 05:57:18 arch kernel: pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 23 05:57:18 arch kernel: pci 0000:07:00.0: System wakeup disabled by ACPI
Apr 23 05:57:18 arch kernel: pci 0000:00:1c.0: PCI bridge to [bus 07]
Apr 23 05:57:18 arch kernel: pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
Apr 23 05:57:18 arch kernel: pci 0000:00:1c.0:   bridge window [mem 0xd2000000-0xd20fffff 64bit pref]
Apr 23 05:57:18 arch kernel: pci 0000:08:00.0: [10ec:8176] type 00 class 0x028000
Apr 23 05:57:18 arch kernel: pci 0000:08:00.0: reg 0x10: [io  0x2000-0x20ff]
Apr 23 05:57:18 arch kernel: pci 0000:08:00.0: reg 0x18: [mem 0xd2100000-0xd2103fff 64bit]
Apr 23 05:57:18 arch kernel: pci 0000:08:00.0: supports D1 D2
Apr 23 05:57:18 arch kernel: pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 23 05:57:18 arch kernel: pci 0000:08:00.0: System wakeup disabled by ACPI
Apr 23 05:57:18 arch kernel: pci 0000:00:1c.1: PCI bridge to [bus 08]
Apr 23 05:57:18 arch kernel: pci 0000:00:1c.1:   bridge window [io  0x2000-0x2fff]
Apr 23 05:57:18 arch kernel: pci 0000:00:1c.1:   bridge window [mem 0xd2100000-0xd21fffff]
Apr 23 05:57:18 arch kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
Apr 23 05:57:18 arch kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 *10 11 12 14 15)
Apr 23 05:57:18 arch kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
Apr 23 05:57:18 arch kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
Apr 23 05:57:18 arch kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
Apr 23 05:57:18 arch kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
Apr 23 05:57:18 arch kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 *11 12 14 15)
Apr 23 05:57:18 arch kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 *11 12 14 15)
Apr 23 05:57:18 arch kernel: ACPI: Enabled 6 GPEs in block 00 to 3F
Apr 23 05:57:18 arch kernel: ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
Apr 23 05:57:18 arch kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
Apr 23 05:57:18 arch kernel: vgaarb: loaded
Apr 23 05:57:18 arch kernel: vgaarb: bridge control possible 0000:01:00.0
Apr 23 05:57:18 arch kernel: PCI: Using ACPI for IRQ routing
Apr 23 05:57:18 arch kernel: PCI: pci_cache_line_size set to 64 bytes
Apr 23 05:57:18 arch kernel: e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
Apr 23 05:57:18 arch kernel: e820: reserve RAM buffer [mem 0xaea7f000-0xafffffff]
Apr 23 05:57:18 arch kernel: e820: reserve RAM buffer [mem 0xaf800000-0xafffffff]
Apr 23 05:57:18 arch kernel: e820: reserve RAM buffer [mem 0x24f000000-0x24fffffff]
Apr 23 05:57:18 arch kernel: NetLabel: Initializing
Apr 23 05:57:18 arch kernel: NetLabel:  domain hash size = 128
Apr 23 05:57:18 arch kernel: NetLabel:  protocols = UNLABELED CIPSOv4
Apr 23 05:57:18 arch kernel: NetLabel:  unlabeled traffic allowed by default
Apr 23 05:57:18 arch kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Apr 23 05:57:18 arch kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Apr 23 05:57:18 arch kernel: Switched to clocksource hpet
Apr 23 05:57:18 arch kernel: pnp: PnP ACPI init
Apr 23 05:57:18 arch kernel: ACPI: bus type PNP registered
Apr 23 05:57:18 arch kernel: pnp 00:00: [dma 4]
Apr 23 05:57:18 arch kernel: pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
Apr 23 05:57:18 arch kernel: pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
Apr 23 05:57:18 arch kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
Apr 23 05:57:18 arch kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
Apr 23 05:57:18 arch kernel: system 00:04: [io  0x0680-0x069f] has been reserved
Apr 23 05:57:18 arch kernel: system 00:04: [io  0x1000-0x100f] has been reserved
Apr 23 05:57:18 arch kernel: system 00:04: [io  0xffff] has been reserved
Apr 23 05:57:18 arch kernel: system 00:04: [io  0xffff] has been reserved
Apr 23 05:57:18 arch kernel: system 00:04: [io  0x0400-0x0453] could not be reserved
Apr 23 05:57:18 arch kernel: system 00:04: [io  0x0458-0x047f] has been reserved
Apr 23 05:57:18 arch kernel: system 00:04: [io  0x0500-0x057f] has been reserved
Apr 23 05:57:18 arch kernel: system 00:04: [io  0x164e-0x164f] has been reserved
Apr 23 05:57:18 arch kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 23 05:57:18 arch kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
Apr 23 05:57:18 arch kernel: system 00:06: [io  0x0454-0x0457] has been reserved
Apr 23 05:57:18 arch kernel: system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Apr 23 05:57:18 arch kernel: pnp 00:07: Plug and Play ACPI device, IDs MSF0001 PNP0303 (active)
Apr 23 05:57:18 arch kernel: pnp 00:08: Plug and Play ACPI device, IDs SYN0740 SYN0700 SYN0002 PNP0f13 (active)
Apr 23 05:57:18 arch kernel: system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
Apr 23 05:57:18 arch kernel: system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
Apr 23 05:57:18 arch kernel: system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
Apr 23 05:57:18 arch kernel: system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
Apr 23 05:57:18 arch kernel: system 00:09: [mem 0xf0000000-0xf3ffffff] has been reserved
Apr 23 05:57:18 arch kernel: system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
Apr 23 05:57:18 arch kernel: system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
Apr 23 05:57:18 arch kernel: system 00:09: [mem 0xff000000-0xff000fff] has been reserved
Apr 23 05:57:18 arch kernel: system 00:09: [mem 0xff010000-0xffffffff] could not be reserved
Apr 23 05:57:18 arch kernel: system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
Apr 23 05:57:18 arch kernel: system 00:09: [mem 0xd2300000-0xd2300fff] has been reserved
Apr 23 05:57:18 arch kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 23 05:57:18 arch kernel: system 00:0a: [mem 0x20000000-0x201fffff] could not be reserved
Apr 23 05:57:18 arch kernel: system 00:0a: [mem 0x40004000-0x40004fff] could not be reserved
Apr 23 05:57:18 arch kernel: system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
Apr 23 05:57:18 arch kernel: pnp 00:0b: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
Apr 23 05:57:18 arch kernel: pnp: PnP ACPI: found 12 devices
Apr 23 05:57:18 arch kernel: ACPI: bus type PNP unregistered
Apr 23 05:57:18 arch kernel: pci 0000:01:00.0: no compatible bridge window for [mem 0xfff80000-0xffffffff pref]
Apr 23 05:57:18 arch kernel: pci 0000:01:00.0: BAR 6: assigned [mem 0xc2000000-0xc207ffff pref]
Apr 23 05:57:18 arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01-06]
Apr 23 05:57:18 arch kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
Apr 23 05:57:18 arch kernel: pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xd1ffffff]
Apr 23 05:57:18 arch kernel: pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xcfffffff 64bit pref]
Apr 23 05:57:18 arch kernel: pci 0000:00:1c.0: PCI bridge to [bus 07]
Apr 23 05:57:18 arch kernel: pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
Apr 23 05:57:18 arch kernel: pci 0000:00:1c.0:   bridge window [mem 0xd2000000-0xd20fffff 64bit pref]
Apr 23 05:57:18 arch kernel: pci 0000:00:1c.1: PCI bridge to [bus 08]
Apr 23 05:57:18 arch kernel: pci 0000:00:1c.1:   bridge window [io  0x2000-0x2fff]
Apr 23 05:57:18 arch kernel: pci 0000:00:1c.1:   bridge window [mem 0xd2100000-0xd21fffff]
Apr 23 05:57:18 arch kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
Apr 23 05:57:18 arch kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
Apr 23 05:57:18 arch kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
Apr 23 05:57:18 arch kernel: pci_bus 0000:00: resource 7 [mem 0xb0000000-0xfeafffff]
Apr 23 05:57:18 arch kernel: pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
Apr 23 05:57:18 arch kernel: pci_bus 0000:01: resource 1 [mem 0xd0000000-0xd1ffffff]
Apr 23 05:57:18 arch kernel: pci_bus 0000:01: resource 2 [mem 0xb0000000-0xcfffffff 64bit pref]
Apr 23 05:57:18 arch kernel: pci_bus 0000:07: resource 0 [io  0x3000-0x3fff]
Apr 23 05:57:18 arch kernel: pci_bus 0000:07: resource 2 [mem 0xd2000000-0xd20fffff 64bit pref]
Apr 23 05:57:18 arch kernel: pci_bus 0000:08: resource 0 [io  0x2000-0x2fff]
Apr 23 05:57:18 arch kernel: pci_bus 0000:08: resource 1 [mem 0xd2100000-0xd21fffff]
Apr 23 05:57:18 arch kernel: NET: Registered protocol family 2
Apr 23 05:57:18 arch kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes)
Apr 23 05:57:18 arch kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Apr 23 05:57:18 arch kernel: TCP: Hash tables configured (established 65536 bind 65536)
Apr 23 05:57:18 arch kernel: TCP: reno registered
Apr 23 05:57:18 arch kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes)
Apr 23 05:57:18 arch kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
Apr 23 05:57:18 arch kernel: NET: Registered protocol family 1
Apr 23 05:57:18 arch kernel: pci 0000:01:00.0: Boot video device
Apr 23 05:57:18 arch kernel: PCI: CLS 64 bytes, default 64
Apr 23 05:57:18 arch kernel: Unpacking initramfs...
Apr 23 05:57:18 arch kernel: Freeing initrd memory: 3104K (ffff8800379e0000 - ffff880037ce8000)
Apr 23 05:57:18 arch kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Apr 23 05:57:18 arch kernel: software IO TLB [mem 0xaaa7f000-0xaea7f000] (64MB) mapped at [ffff8800aaa7f000-ffff8800aea7efff]
Apr 23 05:57:18 arch kernel: Simple Boot Flag at 0x44 set to 0x1
Apr 23 05:57:18 arch kernel: RAPL PMU detected, hw unit 2^-16 Joules, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
Apr 23 05:57:18 arch kernel: Scanning for low memory corruption every 60 seconds
Apr 23 05:57:18 arch kernel: futex hash table entries: 2048 (order: 5, 131072 bytes)
Apr 23 05:57:18 arch kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
Apr 23 05:57:18 arch kernel: zbud: loaded
Apr 23 05:57:18 arch kernel: VFS: Disk quotas dquot_6.5.2
Apr 23 05:57:18 arch kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Apr 23 05:57:18 arch kernel: msgmni has been set to 15898
Apr 23 05:57:18 arch kernel: Key type big_key registered
Apr 23 05:57:18 arch kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
Apr 23 05:57:18 arch kernel: io scheduler noop registered
Apr 23 05:57:18 arch kernel: io scheduler deadline registered
Apr 23 05:57:18 arch kernel: io scheduler cfq registered (default)
Apr 23 05:57:18 arch kernel: pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
Apr 23 05:57:18 arch kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Apr 23 05:57:18 arch kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
Apr 23 05:57:18 arch kernel: vesafb: mode is 640x480x32, linelength=2560, pages=0
Apr 23 05:57:18 arch kernel: vesafb: scrolling: redraw
Apr 23 05:57:18 arch kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Apr 23 05:57:18 arch kernel: vesafb: framebuffer at 0xc1000000, mapped to 0xffffc90004e80000, using 1216k, total 1216k
Apr 23 05:57:18 arch kernel: Console: switching to colour frame buffer device 80x30
Apr 23 05:57:18 arch kernel: fb0: VESA VGA frame buffer device
Apr 23 05:57:18 arch kernel: intel_idle: MWAIT substates: 0x21120
Apr 23 05:57:18 arch kernel: intel_idle: v0.4 model 0x3A
Apr 23 05:57:18 arch kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
Apr 23 05:57:18 arch kernel: GHES: HEST is not enabled!
Apr 23 05:57:18 arch kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
Apr 23 05:57:18 arch kernel: Linux agpgart interface v0.103
Apr 23 05:57:18 arch kernel: rtc_cmos 00:05: RTC can wake from S4
Apr 23 05:57:18 arch kernel: rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
Apr 23 05:57:18 arch kernel: rtc_cmos 00:05: alarms up to one month, 242 bytes nvram, hpet irqs
Apr 23 05:57:18 arch kernel: Intel P-state driver initializing.
Apr 23 05:57:18 arch kernel: Intel pstate controlling: cpu 0
Apr 23 05:57:18 arch kernel: Intel pstate controlling: cpu 1
Apr 23 05:57:18 arch kernel: Intel pstate controlling: cpu 2
Apr 23 05:57:18 arch kernel: Intel pstate controlling: cpu 3
Apr 23 05:57:18 arch kernel: ledtrig-cpu: registered to indicate activity on CPUs
Apr 23 05:57:18 arch kernel: TCP: cubic registered
Apr 23 05:57:18 arch kernel: NET: Registered protocol family 10
Apr 23 05:57:18 arch kernel: NET: Registered protocol family 17
Apr 23 05:57:18 arch kernel: registered taskstats version 1
Apr 23 05:57:18 arch kernel:   Magic number: 10:6:979
Apr 23 05:57:18 arch kernel: rtc_cmos 00:05: setting system clock to 2014-04-23 08:57:15 UTC (1398243435)
Apr 23 05:57:18 arch kernel: PM: Hibernation image not present or could not be loaded.
Apr 23 05:57:18 arch kernel: Freeing unused kernel memory: 1112K (ffffffff818ca000 - ffffffff819e0000)
Apr 23 05:57:18 arch kernel: Write protecting the kernel read-only data: 8192k
Apr 23 05:57:18 arch kernel: Freeing unused kernel memory: 1112K (ffff8800014ea000 - ffff880001600000)
Apr 23 05:57:18 arch kernel: Freeing unused kernel memory: 436K (ffff880001793000 - ffff880001800000)
Apr 23 05:57:18 arch kernel: random: systemd-tmpfile urandom read with 1 bits of entropy available
Apr 23 05:57:18 arch systemd-udevd[57]: starting version 212
Apr 23 05:57:18 arch kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Apr 23 05:57:18 arch kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Apr 23 05:57:18 arch kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Apr 23 05:57:18 arch kernel: ACPI: bus type USB registered
Apr 23 05:57:18 arch kernel: usbcore: registered new interface driver usbfs
Apr 23 05:57:18 arch kernel: usbcore: registered new interface driver hub
Apr 23 05:57:18 arch kernel: usbcore: registered new device driver usb
Apr 23 05:57:18 arch kernel: SCSI subsystem initialized
Apr 23 05:57:18 arch kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Apr 23 05:57:18 arch kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Apr 23 05:57:18 arch kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Apr 23 05:57:18 arch kernel: ehci-pci: EHCI PCI platform driver
Apr 23 05:57:18 arch kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Apr 23 05:57:18 arch kernel: xhci_hcd 0000:00:14.0: irq 41 for MSI/MSI-X
Apr 23 05:57:18 arch kernel: hub 1-0:1.0: USB hub found
Apr 23 05:57:18 arch kernel: hub 1-0:1.0: 4 ports detected
Apr 23 05:57:18 arch kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Apr 23 05:57:18 arch kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Apr 23 05:57:18 arch kernel: hub 2-0:1.0: USB hub found
Apr 23 05:57:18 arch kernel: hub 2-0:1.0: 4 ports detected
Apr 23 05:57:18 arch kernel: libata version 3.00 loaded.
Apr 23 05:57:18 arch kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
Apr 23 05:57:18 arch kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 3
Apr 23 05:57:18 arch kernel: ehci-pci 0000:00:1a.0: debug port 2
Apr 23 05:57:18 arch kernel: ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
Apr 23 05:57:18 arch kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xd2219000
Apr 23 05:57:18 arch kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Apr 23 05:57:18 arch kernel: hub 3-0:1.0: USB hub found
Apr 23 05:57:18 arch kernel: hub 3-0:1.0: 2 ports detected
Apr 23 05:57:18 arch kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
Apr 23 05:57:18 arch kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
Apr 23 05:57:18 arch kernel: ehci-pci 0000:00:1d.0: debug port 2
Apr 23 05:57:18 arch kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
Apr 23 05:57:18 arch kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xd2218000
Apr 23 05:57:18 arch kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Apr 23 05:57:18 arch kernel: hub 4-0:1.0: USB hub found
Apr 23 05:57:18 arch kernel: hub 4-0:1.0: 2 ports detected
Apr 23 05:57:18 arch kernel: ahci 0000:00:1f.2: version 3.0
Apr 23 05:57:18 arch kernel: ahci 0000:00:1f.2: irq 42 for MSI/MSI-X
Apr 23 05:57:18 arch kernel: ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
Apr 23 05:57:18 arch kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
Apr 23 05:57:18 arch kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x5 impl SATA mode
Apr 23 05:57:18 arch kernel: ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo pio slum part ems apst 
Apr 23 05:57:18 arch kernel: scsi0 : ahci
Apr 23 05:57:18 arch kernel: scsi1 : ahci
Apr 23 05:57:18 arch kernel: scsi2 : ahci
Apr 23 05:57:18 arch kernel: scsi3 : ahci
Apr 23 05:57:18 arch kernel: scsi4 : ahci
Apr 23 05:57:18 arch kernel: scsi5 : ahci
Apr 23 05:57:18 arch kernel: ata1: SATA max UDMA/133 abar m2048@0xd2217000 port 0xd2217100 irq 42
Apr 23 05:57:18 arch kernel: ata2: DUMMY
Apr 23 05:57:18 arch kernel: ata3: SATA max UDMA/133 abar m2048@0xd2217000 port 0xd2217200 irq 42
Apr 23 05:57:18 arch kernel: ata4: DUMMY
Apr 23 05:57:18 arch kernel: ata5: DUMMY
Apr 23 05:57:18 arch kernel: ata6: DUMMY
Apr 23 05:57:18 arch kernel: usb 3-1: new high-speed USB device number 2 using ehci-pci
Apr 23 05:57:18 arch kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Apr 23 05:57:18 arch kernel: ata1.00: ATA-8: WDC WD7500BPKT-00PK4T0, 01.01A01, max UDMA/133
Apr 23 05:57:18 arch kernel: ata1.00: 1465149168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
Apr 23 05:57:18 arch kernel: ata1.00: configured for UDMA/133
Apr 23 05:57:18 arch kernel: scsi 0:0:0:0: Direct-Access     ATA      WDC WD7500BPKT-0 01.0 PQ: 0 ANSI: 5
Apr 23 05:57:18 arch kernel: hub 3-1:1.0: USB hub found
Apr 23 05:57:18 arch kernel: hub 3-1:1.0: 6 ports detected
Apr 23 05:57:18 arch kernel: usb 4-1: new high-speed USB device number 2 using ehci-pci
Apr 23 05:57:18 arch kernel: hub 4-1:1.0: USB hub found
Apr 23 05:57:18 arch kernel: hub 4-1:1.0: 6 ports detected
Apr 23 05:57:18 arch kernel: ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr 23 05:57:18 arch kernel: ata3.00: ATAPI: Slimtype DVD A  DS8A8SH, KX12, max UDMA/100
Apr 23 05:57:18 arch kernel: ata3.00: configured for UDMA/100
Apr 23 05:57:18 arch kernel: scsi 2:0:0:0: CD-ROM            Slimtype DVD A  DS8A8SH   KX12 PQ: 0 ANSI: 5
Apr 23 05:57:18 arch kernel: sd 0:0:0:0: [sda] 1465149168 512-byte logical blocks: (750 GB/698 GiB)
Apr 23 05:57:18 arch kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Apr 23 05:57:18 arch kernel: sd 0:0:0:0: [sda] Write Protect is off
Apr 23 05:57:18 arch kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Apr 23 05:57:18 arch kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr 23 05:57:18 arch kernel: sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
Apr 23 05:57:18 arch kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Apr 23 05:57:18 arch kernel: sr 2:0:0:0: Attached scsi CD-ROM sr0
Apr 23 05:57:18 arch kernel: usb 3-1.2: new low-speed USB device number 3 using ehci-pci
Apr 23 05:57:18 arch kernel:  sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
Apr 23 05:57:18 arch kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Apr 23 05:57:18 arch kernel: hidraw: raw HID events driver (C) Jiri Kosina
Apr 23 05:57:18 arch kernel: usbcore: registered new interface driver usbhid
Apr 23 05:57:18 arch kernel: usbhid: USB HID core driver
Apr 23 05:57:18 arch kernel: input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2/3-1.2:1.0/0003:093A:2510.0001/input/input2
Apr 23 05:57:18 arch kernel: hid-generic 0003:093A:2510.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:1a.0-1.2/input0
Apr 23 05:57:18 arch kernel: tsc: Refined TSC clocksource calibration: 2494.333 MHz
Apr 23 05:57:18 arch kernel: usb 3-1.3: new high-speed USB device number 4 using ehci-pci
Apr 23 05:57:18 arch kernel: usb 3-1.4: new high-speed USB device number 5 using ehci-pci
Apr 23 05:57:18 arch kernel: usb 3-1.5: new full-speed USB device number 6 using ehci-pci
Apr 23 05:57:18 arch kernel: usb 3-1.6: new full-speed USB device number 7 using ehci-pci
Apr 23 05:57:18 arch kernel: EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
Apr 23 05:57:18 arch kernel: random: nonblocking pool is initialized
Apr 23 05:57:18 arch kernel: Switched to clocksource tsc
Apr 23 05:57:18 arch systemd[1]: systemd 212 running in system mode. (+PAM -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ +SECCOMP -APPARMOR)
Apr 23 05:57:18 arch systemd[1]: Detected architecture 'x86-64'.
Apr 23 05:57:18 arch systemd[1]: Set hostname to <arch>.
Apr 23 05:57:18 arch systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
Apr 23 05:57:18 arch systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
Apr 23 05:57:18 arch systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Apr 23 05:57:18 arch systemd[1]: Starting Remote File Systems.
Apr 23 05:57:18 arch systemd[1]: Reached target Remote File Systems.
Apr 23 05:57:18 arch systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
Apr 23 05:57:18 arch systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Apr 23 05:57:18 arch systemd[1]: Starting Encrypted Volumes.
Apr 23 05:57:18 arch systemd[1]: Reached target Encrypted Volumes.
Apr 23 05:57:18 arch systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
Apr 23 05:57:18 arch systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Apr 23 05:57:18 arch systemd[1]: Starting Paths.
Apr 23 05:57:18 arch systemd[1]: Reached target Paths.
Apr 23 05:57:18 arch systemd[1]: Expecting device dev-disk-by\x2duuid-44886b0e\x2ddc8f\x2d46b1\x2dbd4f\x2d56a420990fdf.device...
Apr 23 05:57:18 arch systemd[1]: Expecting device dev-disk-by\x2duuid-a3056776\x2d1c86\x2d4ba0\x2d8eb7\x2de56c414872fc.device...
Apr 23 05:57:18 arch systemd[1]: Starting Root Slice.
Apr 23 05:57:18 arch systemd[1]: Created slice Root Slice.
Apr 23 05:57:18 arch systemd[1]: Starting User and Session Slice.
Apr 23 05:57:18 arch systemd[1]: Created slice User and Session Slice.
Apr 23 05:57:18 arch systemd[1]: Starting Delayed Shutdown Socket.
Apr 23 05:57:18 arch systemd[1]: Listening on Delayed Shutdown Socket.
Apr 23 05:57:18 arch systemd[1]: Starting Device-mapper event daemon FIFOs.
Apr 23 05:57:18 arch systemd[1]: Listening on Device-mapper event daemon FIFOs.
Apr 23 05:57:18 arch systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
Apr 23 05:57:18 arch systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
Apr 23 05:57:18 arch systemd[1]: Starting LVM2 metadata daemon socket.
Apr 23 05:57:18 arch systemd[1]: Listening on LVM2 metadata daemon socket.
Apr 23 05:57:18 arch systemd[1]: Starting udev Kernel Socket.
Apr 23 05:57:18 arch systemd[1]: Listening on udev Kernel Socket.
Apr 23 05:57:18 arch systemd[1]: Starting udev Control Socket.
Apr 23 05:57:18 arch systemd[1]: Listening on udev Control Socket.
Apr 23 05:57:18 arch systemd[1]: Starting Journal Socket.
Apr 23 05:57:18 arch systemd[1]: Listening on Journal Socket.
Apr 23 05:57:18 arch systemd[1]: Starting System Slice.
Apr 23 05:57:18 arch systemd[1]: Created slice System Slice.
Apr 23 05:57:18 arch systemd[1]: Mounting Temporary Directory...
Apr 23 05:57:18 arch systemd[1]: Starting system-getty.slice.
Apr 23 05:57:18 arch systemd[1]: Created slice system-getty.slice.
Apr 23 05:57:18 arch systemd[1]: Mounting Huge Pages File System...
Apr 23 05:57:18 arch systemd[1]: Started Load Kernel Modules.
Apr 23 05:57:18 arch systemd[1]: Starting Setup Virtual Console...
Apr 23 05:57:18 arch systemd[1]: Mounting POSIX Message Queue File System...
Apr 23 05:57:18 arch systemd[1]: Starting Create list of required static device nodes for the current kernel...
Apr 23 05:57:18 arch systemd[1]: Mounted FUSE Control File System.
Apr 23 05:57:18 arch systemd[1]: Starting Apply Kernel Variables...
Apr 23 05:57:18 arch systemd[1]: Started Set Up Additional Binary Formats.
Apr 23 05:57:18 arch systemd[1]: Mounting Configuration File System...
Apr 23 05:57:18 arch systemd[1]: Mounting Debug File System...
Apr 23 05:57:18 arch systemd[1]: Starting udev Coldplug all Devices...
Apr 23 05:57:18 arch systemd[1]: Starting Journal Service...
Apr 23 05:57:18 arch systemd[1]: Started Journal Service.
Apr 23 05:57:18 arch systemd-udevd[160]: starting version 212
Apr 23 05:57:18 arch systemd-journal[145]: Journal started
Apr 23 05:57:18 arch systemd[1]: Starting Slices.
Apr 23 05:57:18 arch systemd[1]: Reached target Slices.
Apr 23 05:57:18 arch systemd[1]: Starting Remount Root and Kernel File Systems...
Apr 23 05:57:18 arch systemd[1]: Started Create list of required static device nodes for the current kernel.
Apr 23 05:57:18 arch systemd[1]: Started Apply Kernel Variables.
Apr 23 05:57:18 arch systemd[1]: Starting Create Static Device Nodes in /dev...
Apr 23 05:57:18 arch systemd[1]: Started udev Coldplug all Devices.
Apr 23 05:57:18 arch systemd[1]: Mounted Configuration File System.
Apr 23 05:57:18 arch systemd[1]: Mounted POSIX Message Queue File System.
Apr 23 05:57:18 arch systemd[1]: Mounted Huge Pages File System.
Apr 23 05:57:18 arch systemd[1]: Mounted Temporary Directory.
Apr 23 05:57:18 arch kernel: EXT4-fs (sda3): re-mounted. Opts: data=ordered
Apr 23 05:57:18 arch systemd[1]: Started Remount Root and Kernel File Systems.
Apr 23 05:57:18 arch systemd[1]: Starting Load/Save Random Seed...
Apr 23 05:57:18 arch systemd[1]: Starting Local File Systems (Pre).
Apr 23 05:57:18 arch systemd[1]: Reached target Local File Systems (Pre).
Apr 23 05:57:18 arch systemd[1]: Started Load/Save Random Seed.
Apr 23 05:57:19 arch systemd[1]: Started Setup Virtual Console.
Apr 23 05:57:19 arch kernel: ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042f conflicts with OpRegion 0x0000000000000400-0x000000000000047f (\PMIO) (20131218/utaddress-258)
Apr 23 05:57:19 arch kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Apr 23 05:57:19 arch kernel: ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20131218/utaddress-258)
Apr 23 05:57:19 arch kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Apr 23 05:57:19 arch kernel: ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20131218/utaddress-258)
Apr 23 05:57:19 arch kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Apr 23 05:57:19 arch kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
Apr 23 05:57:19 arch kernel: mei_me 0000:00:16.0: irq 43 for MSI/MSI-X
Apr 23 05:57:19 arch kernel: input: PC Speaker as /devices/platform/pcspkr/input/input3
Apr 23 05:57:19 arch kernel: input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0C:00/input/input4
Apr 23 05:57:19 arch kernel: ACPI: Power Button [PWRB]
Apr 23 05:57:19 arch kernel: input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0E:00/input/input5
Apr 23 05:57:19 arch kernel: ACPI: Sleep Button [SLPB]
Apr 23 05:57:19 arch kernel: input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input6
Apr 23 05:57:19 arch kernel: ACPI: Lid Switch [LID0]
Apr 23 05:57:19 arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
Apr 23 05:57:19 arch kernel: ACPI: Power Button [PWRF]
Apr 23 05:57:19 arch kernel: ACPI Warning: SystemIO range 0x0000000000005000-0x000000000000501f conflicts with OpRegion 0x0000000000005000-0x000000000000500f (\_SB_.PCI0.SBUS.SMBI) (20131218/utaddress-258)
Apr 23 05:57:19 arch kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Apr 23 05:57:19 arch kernel: ACPI: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
Apr 23 05:57:19 arch kernel: [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
Apr 23 05:57:19 arch kernel: snd_hda_intel 0000:00:1b.0: irq 44 for MSI/MSI-X
Apr 23 05:57:19 arch kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Apr 23 05:57:19 arch kernel: ACPI: AC Adapter [ACAD] (on-line)
Apr 23 05:57:19 arch kernel: tpm_tis 00:0b: 1.2 TPM (device-id 0xB, rev-id 16)
Apr 23 05:57:19 arch kernel: acpi device:39: registered as cooling_device4
Apr 23 05:57:19 arch kernel: input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:38/LNXVIDEO:00/input/input8
Apr 23 05:57:19 arch kernel: hda_intel: Disabling MSI
Apr 23 05:57:19 arch kernel: hda-intel 0000:01:00.1: Handle VGA-switcheroo audio client
Apr 23 05:57:19 arch kernel: thermal LNXTHERM:00: registered as thermal_zone0
Apr 23 05:57:19 arch kernel: ACPI: Thermal Zone [TZ00] (28 C)
Apr 23 05:57:19 arch kernel: thermal LNXTHERM:01: registered as thermal_zone1
Apr 23 05:57:19 arch kernel: ACPI: Thermal Zone [TZ01] (30 C)
Apr 23 05:57:19 arch kernel: ACPI: Fan [FAN0] (off)
Apr 23 05:57:19 arch kernel: ACPI: Fan [FAN1] (off)
Apr 23 05:57:19 arch kernel: ACPI: Fan [FAN2] (off)
Apr 23 05:57:19 arch kernel: ACPI: Fan [FAN3] (off)
Apr 23 05:57:19 arch kernel: ACPI: Fan [FAN4] (off)
Apr 23 05:57:19 arch kernel: microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x15
Apr 23 05:57:19 arch kernel: microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x15
Apr 23 05:57:19 arch kernel: microcode: CPU2 sig=0x306a9, pf=0x10, revision=0x15
Apr 23 05:57:19 arch kernel: microcode: CPU3 sig=0x306a9, pf=0x10, revision=0x15
Apr 23 05:57:19 arch kernel: microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
Apr 23 05:57:19 arch kernel: [drm] Initialized drm 1.1.0 20060810
Apr 23 05:57:19 arch kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
Apr 23 05:57:19 arch kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
Apr 23 05:57:19 arch kernel: wmi: Mapper loaded
Apr 23 05:57:19 arch kernel: cfg80211: Calling CRDA to update world regulatory domain
Apr 23 05:57:19 arch kernel: [Firmware Bug]: battery: (dis)charge rate invalid.
Apr 23 05:57:19 arch kernel: ACPI: Battery Slot [BAT1] (battery present)
Apr 23 05:57:19 arch kernel: r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
Apr 23 05:57:19 arch kernel: r8169 0000:07:00.0: can't disable ASPM; OS doesn't have ASPM control
Apr 23 05:57:19 arch kernel: r8169 0000:07:00.0: irq 45 for MSI/MSI-X
Apr 23 05:57:19 arch kernel: r8169 0000:07:00.0 eth0: RTL8168evl/8111evl at 0xffffc9000577e000, b8:88:e3:ce:73:11, XID 0c900800 IRQ 45
Apr 23 05:57:19 arch kernel: r8169 0000:07:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
Apr 23 05:57:19 arch kernel: AVX version of gcm_enc/dec engaged.
Apr 23 05:57:19 arch kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
Apr 23 05:57:19 arch kernel: ACPI: \_SB_.PCI0.PEG0.PEGP: failed to evaluate _DSM
Apr 23 05:57:19 arch kernel: checking generic (c1000000 130000) vs hw (b0000000 10000000)
Apr 23 05:57:19 arch kernel: checking generic (c1000000 130000) vs hw (c0000000 2000000)
Apr 23 05:57:19 arch kernel: fb: conflicting fb hw usage nouveaufb vs VESA VGA - removing generic driver
Apr 23 05:57:19 arch kernel: Console: switching to colour dummy device 80x25
Apr 23 05:57:19 arch kernel: nouveau  [  DEVICE][0000:01:00.0] BOOT0  : 0x0e7120a2
Apr 23 05:57:19 arch kernel: nouveau  [  DEVICE][0000:01:00.0] Chipset: GK107 (NVE7)
Apr 23 05:57:19 arch kernel: nouveau  [  DEVICE][0000:01:00.0] Family : NVE0
Apr 23 05:57:19 arch kernel: nouveau  [   VBIOS][0000:01:00.0] checking PRAMIN for image...
Apr 23 05:57:19 arch kernel: nouveau  [   VBIOS][0000:01:00.0] ... signature not found
Apr 23 05:57:19 arch kernel: nouveau  [   VBIOS][0000:01:00.0] checking PROM for image...
Apr 23 05:57:19 arch kernel: nouveau  [   VBIOS][0000:01:00.0] ... signature not found
Apr 23 05:57:19 arch kernel: nouveau  [   VBIOS][0000:01:00.0] checking ACPI for image...
Apr 23 05:57:19 arch kernel: nouveau  [   VBIOS][0000:01:00.0] ... signature not found
Apr 23 05:57:19 arch kernel: nouveau  [   VBIOS][0000:01:00.0] checking PCIROM for image...
Apr 23 05:57:19 arch kernel: nouveau 0000:01:00.0: Invalid ROM contents
Apr 23 05:57:19 arch kernel: nouveau  [   VBIOS][0000:01:00.0] ... appears to be valid
Apr 23 05:57:19 arch kernel: nouveau  [   VBIOS][0000:01:00.0] using image from PCIROM
Apr 23 05:57:19 arch kernel: nouveau  [   VBIOS][0000:01:00.0] BIT signature found
Apr 23 05:57:19 arch kernel: nouveau  [   VBIOS][0000:01:00.0] version 80.07.4d.00.09
Apr 23 05:57:19 arch kernel: nouveau E[   VBIOS][0000:01:00.0] 0x8413[ ]: unknown opcode 0x48
Apr 23 05:57:19 arch kernel: nouveau E[ DEVINIT][0000:01:00.0] init failed, -22
Apr 23 05:57:19 arch kernel: nouveau E[     DRM] failed to create 0x80000080, -22
Apr 23 05:57:19 arch kernel: nouveau: probe of 0000:01:00.0 failed with error -22
Apr 23 05:57:19 arch kernel: rtl8192ce: Using firmware rtlwifi/rtl8192cfw.bin
Apr 23 05:57:19 arch kernel: mousedev: PS/2 mouse device common for all mice
Apr 23 05:57:19 arch kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12
Apr 23 05:57:19 arch kernel: rts5139: module is from the staging directory, the quality is unknown, you have been warned.
Apr 23 05:57:19 arch kernel: scsi6 : SCSI emulation for RTS5139 USB card reader
Apr 23 05:57:19 arch kernel: usbcore: registered new interface driver rts5139
Apr 23 05:57:19 arch kernel: scsi 6:0:0:0: Direct-Access     Generic- xD/SD/M.S.       1.00 PQ: 0 ANSI: 0 CCS
Apr 23 05:57:19 arch kernel: sd 6:0:0:0: [sdb] Attached SCSI removable disk
Apr 23 05:57:19 arch kernel: iTCO_vendor_support: vendor-support=0
Apr 23 05:57:19 arch kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
Apr 23 05:57:19 arch kernel: iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
Apr 23 05:57:19 arch kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Apr 23 05:57:19 arch kernel: Bluetooth: Core ver 2.18
Apr 23 05:57:19 arch kernel: NET: Registered protocol family 31
Apr 23 05:57:19 arch kernel: Bluetooth: HCI device and connection manager initialized
Apr 23 05:57:19 arch kernel: Bluetooth: HCI socket layer initialized
Apr 23 05:57:19 arch kernel: Bluetooth: L2CAP socket layer initialized
Apr 23 05:57:19 arch kernel: Bluetooth: SCO socket layer initialized
Apr 23 05:57:19 arch systemd[1]: Starting Sound Card.
Apr 23 05:57:19 arch systemd[1]: Reached target Sound Card.
Apr 23 05:57:19 arch systemd[1]: Starting system-systemd\x2dbacklight.slice.
Apr 23 05:57:19 arch systemd[1]: Created slice system-systemd\x2dbacklight.slice.
Apr 23 05:57:19 arch systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Apr 23 05:57:19 arch systemd-udevd[171]: renamed network interface eth0 to enp7s0
Apr 23 05:57:19 arch kernel: usbcore: registered new interface driver btusb
Apr 23 05:57:20 arch kernel: media: Linux media interface: v0.10
Apr 23 05:57:20 arch kernel: Linux video capture interface: v2.00
Apr 23 05:57:20 arch kernel: ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
Apr 23 05:57:20 arch kernel: rtlwifi: wireless switch is on
Apr 23 05:57:20 arch kernel: uvcvideo: Found UVC 1.00 device USB Camera (0bda:5718)
Apr 23 05:57:20 arch systemd-udevd[167]: renamed network interface wlan0 to wlp8s0
Apr 23 05:57:20 arch kernel: input: USB Camera as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.3/3-1.3:1.0/input/input13
Apr 23 05:57:20 arch kernel: usbcore: registered new interface driver uvcvideo
Apr 23 05:57:20 arch kernel: USB Video Class driver (1.1.1)
Apr 23 05:57:20 arch systemd[1]: Found device WDC_WD7500BPKT-00PK4T0 5.
Apr 23 05:57:20 arch systemd[1]: Activating swap /dev/disk/by-uuid/44886b0e-dc8f-46b1-bd4f-56a420990fdf...
Apr 23 05:57:20 arch systemd[1]: Starting system-systemd\x2drfkill.slice.
Apr 23 05:57:20 arch systemd[1]: Created slice system-systemd\x2drfkill.slice.
Apr 23 05:57:20 arch systemd[1]: Starting Load/Save RF Kill Switch Status of rfkill1...
Apr 23 05:57:20 arch systemd[1]: Starting Load/Save RF Kill Switch Status of rfkill0...
Apr 23 05:57:20 arch systemd[1]: Starting Bluetooth.
Apr 23 05:57:20 arch systemd[1]: Reached target Bluetooth.
Apr 23 05:57:20 arch systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Apr 23 05:57:20 arch kernel: psmouse serio1: synaptics: Touchpad model: 1, fw: 7.5, id: 0x1e0b1, caps: 0xd00073/0x240000/0xa0400, board id: 1694, fw id: 705179
Apr 23 05:57:20 arch systemd[1]: Found device WDC_WD7500BPKT-00PK4T0 6.
Apr 23 05:57:20 arch systemd[1]: Mounting /home...
Apr 23 05:57:20 arch kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input9
Apr 23 05:57:20 arch systemd[1]: Activated swap /dev/disk/by-uuid/44886b0e-dc8f-46b1-bd4f-56a420990fdf.
Apr 23 05:57:20 arch kernel: Adding 2931824k swap on /dev/sda5.  Priority:-1 extents:1 across:2931824k FS
Apr 23 05:57:20 arch systemd[1]: Starting Swap.
Apr 23 05:57:20 arch systemd[1]: Reached target Swap.
Apr 23 05:57:20 arch systemd[1]: Started Load/Save RF Kill Switch Status of rfkill1.
Apr 23 05:57:20 arch systemd[1]: Started Load/Save RF Kill Switch Status of rfkill0.
Apr 23 05:57:20 arch kernel: intel_rapl: domain uncore energy ctr 0:0 not working, skip
Apr 23 05:57:20 arch systemd[1]: Mounted /home.
Apr 23 05:57:20 arch systemd[1]: Starting Local File Systems.
Apr 23 05:57:20 arch systemd[1]: Reached target Local File Systems.
Apr 23 05:57:20 arch systemd[1]: Starting Create Volatile Files and Directories...
Apr 23 05:57:20 arch kernel: EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: data=ordered
Apr 23 05:57:20 arch systemd[1]: Starting Trigger Flushing of Journal to Persistent Storage...
Apr 23 05:57:20 arch systemd[1]: Started Create Volatile Files and Directories.
Apr 23 05:57:20 arch systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Apr 23 05:57:21 arch systemd-journal[145]: Permanent journal is using 16.0M (max allowed 2.7G, trying to leave 4.0G free of 25.0G available → current limit 2.7G).
Apr 23 05:57:21 arch systemd-journal[145]: Time spent on flushing to /var is 367.732ms for 834 entries.
Apr 23 05:57:21 arch dbus[258]: [system] Successfully activated service 'org.freedesktop.systemd1'
Apr 23 05:57:21 arch systemd[1]: Started Update UTMP about System Boot/Shutdown.
Apr 23 05:57:21 arch systemd[1]: Starting System Initialization.
Apr 23 05:57:21 arch systemd[1]: Reached target System Initialization.
Apr 23 05:57:21 arch systemd[1]: Starting Daily verification of password and group files.
Apr 23 05:57:21 arch systemd[1]: Started Daily verification of password and group files.
Apr 23 05:57:21 arch systemd[1]: Starting Daily rotation of log files.
Apr 23 05:57:21 arch systemd[1]: Started Daily rotation of log files.
Apr 23 05:57:21 arch systemd[1]: Starting Daily man-db cache update.
Apr 23 05:57:21 arch systemd[1]: Started Daily man-db cache update.
Apr 23 05:57:21 arch systemd[1]: Starting D-Bus System Message Bus Socket.
Apr 23 05:57:21 arch systemd[1]: Listening on D-Bus System Message Bus Socket.
Apr 23 05:57:21 arch systemd-logind[257]: Watching system buttons on /dev/input/event6 (Power Button)
Apr 23 05:57:21 arch systemd-logind[257]: Watching system buttons on /dev/input/event3 (Power Button)
Apr 23 05:57:21 arch systemd-logind[257]: Watching system buttons on /dev/input/event4 (Sleep Button)
Apr 23 05:57:21 arch systemd-logind[257]: Watching system buttons on /dev/input/event7 (Video Bus)
Apr 23 05:57:21 arch systemd-logind[257]: Watching system buttons on /dev/input/event5 (Lid Switch)
Apr 23 05:57:21 arch systemd-logind[257]: New seat seat0.
Apr 23 05:57:42 arch systemd[1]: Received SIGINT.
Apr 23 05:57:42 arch systemd[1]: Stopping Bluetooth.
Apr 23 05:57:42 arch systemd[1]: Stopped target Bluetooth.
Apr 23 05:57:42 arch systemd[1]: Stopping Sound Card.
Apr 23 05:57:42 arch systemd[1]: Stopped target Sound Card.
Apr 23 05:57:42 arch systemd[1]: Stopping Graphical Interface.
Apr 23 05:57:42 arch systemd[1]: Stopped target Graphical Interface.
Apr 23 05:57:42 arch systemd[1]: Stopping Multi-User System.
Apr 23 05:57:42 arch systemd[1]: Stopped target Multi-User System.
Apr 23 05:57:42 arch systemd[1]: Stopping Login Prompts.
Apr 23 05:57:42 arch systemd[1]: Stopped target Login Prompts.
Apr 23 05:57:42 arch systemd[1]: Stopping Getty on tty1...
Apr 23 05:57:42 arch systemd[1]: Stopping Login Service...
Apr 23 05:57:42 arch systemd[1]: Stopping D-Bus System Message Bus...
Apr 23 05:57:42 arch systemd[1]: Starting Generate shutdown-ramfs...
Apr 23 05:57:42 arch systemd[1]: Stopped D-Bus System Message Bus.
Apr 23 05:57:42 arch systemd[1]: Stopping system-getty.slice.
Apr 23 05:57:42 arch systemd[1]: Removed slice system-getty.slice.
Apr 23 05:57:42 arch systemd[1]: Stopping Permit User Sessions...
Apr 23 05:57:42 arch systemd[1]: Stopped Permit User Sessions.
Apr 23 05:57:42 arch systemd[1]: Stopping Remote File Systems.
Apr 23 05:57:42 arch systemd[1]: Stopped target Remote File Systems.
Apr 23 05:57:43 arch systemd[1]: Received SIGINT.
Apr 23 05:57:43 arch systemd[1]: Stopped Login Service.
Apr 23 05:57:43 arch systemd[1]: Stopping Basic System.
Apr 23 05:57:43 arch systemd[1]: Stopped target Basic System.
Apr 23 05:57:43 arch systemd[1]: Stopping Slices.
Apr 23 05:57:43 arch systemd[1]: Stopped target Slices.
Apr 23 05:57:43 arch systemd[1]: Stopping Paths.
Apr 23 05:57:43 arch systemd[1]: Stopped target Paths.
Apr 23 05:57:43 arch systemd[1]: Stopping Forward Password Requests to Wall Directory Watch.
Apr 23 05:57:43 arch systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
Apr 23 05:57:43 arch systemd[1]: Stopping Dispatch Password Requests to Console Directory Watch.
Apr 23 05:57:43 arch systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Apr 23 05:57:43 arch systemd[1]: Stopping Timers.
Apr 23 05:57:43 arch systemd[1]: Stopped target Timers.
Apr 23 05:57:43 arch systemd[1]: Stopping Daily verification of password and group files.
Apr 23 05:57:43 arch systemd[1]: Stopped Daily verification of password and group files.
Apr 23 05:57:43 arch systemd[1]: Stopping Daily rotation of log files.
Apr 23 05:57:43 arch systemd[1]: Stopped Daily rotation of log files.
Apr 23 05:57:43 arch systemd[1]: Stopping Daily man-db cache update.
Apr 23 05:57:43 arch systemd[1]: Stopped Daily man-db cache update.
Apr 23 05:57:43 arch systemd[1]: Stopping Daily Cleanup of Temporary Directories.
Apr 23 05:57:43 arch systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Apr 23 05:57:43 arch systemd[1]: Stopping Sockets.
Apr 23 05:57:43 arch systemd[1]: Stopped target Sockets.
Apr 23 05:57:43 arch systemd[1]: Stopping Device-mapper event daemon FIFOs.
Apr 23 05:57:43 arch systemd[1]: Closed Device-mapper event daemon FIFOs.
Apr 23 05:57:43 arch systemd[1]: Stopping LVM2 metadata daemon socket.
Apr 23 05:57:43 arch systemd[1]: Closed LVM2 metadata daemon socket.
Apr 23 05:57:43 arch systemd[1]: Stopping D-Bus System Message Bus Socket.
Apr 23 05:57:43 arch systemd[1]: Closed D-Bus System Message Bus Socket.
Apr 23 05:57:43 arch systemd[1]: Stopping System Initialization.
Apr 23 05:57:43 arch systemd[1]: Stopped target System Initialization.
Apr 23 05:57:43 arch systemd[1]: Stopping Load/Save RF Kill Switch Status of rfkill1...
Apr 23 05:57:43 arch systemd[1]: Stopping Load/Save RF Kill Switch Status of rfkill0...
Apr 23 05:57:43 arch systemd[1]: Stopping Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Apr 23 05:57:43 arch systemd[1]: Stopping Update UTMP about System Boot/Shutdown...
Apr 23 05:57:43 arch systemd[1]: Stopping Setup Virtual Console...
Apr 23 05:57:43 arch systemd[1]: Stopped Setup Virtual Console.
Apr 23 05:57:43 arch systemd[1]: Stopping Encrypted Volumes.
Apr 23 05:57:43 arch systemd[1]: Stopped target Encrypted Volumes.
Apr 23 05:57:43 arch systemd[1]: Stopping Load/Save Random Seed...
Apr 23 05:57:43 arch systemd[1]: Stopping Apply Kernel Variables...
Apr 23 05:57:43 arch systemd[1]: Stopped Apply Kernel Variables.
Apr 23 05:57:43 arch systemd[1]: Stopping Swap.
Apr 23 05:57:43 arch systemd[1]: Stopped target Swap.
Apr 23 05:57:43 arch systemd[1]: Deactivating swap /dev/sda5...
Apr 23 05:57:43 arch systemd[1]: Deactivating swap /dev/sda5...
Apr 23 05:57:43 arch systemd[1]: Deactivating swap /dev/sda5...
Apr 23 05:57:43 arch systemd[1]: Deactivating swap /dev/sda5...
Apr 23 05:57:43 arch systemd[1]: Stopping User and Session Slice.
Apr 23 05:57:43 arch systemd[1]: Removed slice User and Session Slice.
Apr 23 05:57:43 arch systemd[1]: Stopped Load/Save RF Kill Switch Status of rfkill1.
Apr 23 05:57:43 arch systemd[1]: Stopped Load/Save RF Kill Switch Status of rfkill0.
Apr 23 05:57:43 arch systemd[1]: Stopped Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Apr 23 05:57:43 arch systemd[1]: Stopped Update UTMP about System Boot/Shutdown.
Apr 23 05:57:43 arch systemd[1]: Stopped Load/Save Random Seed.
Apr 23 05:57:43 arch systemd[1]: Stopping Create Volatile Files and Directories...
Apr 23 05:57:43 arch systemd[1]: Stopped Create Volatile Files and Directories.
Apr 23 05:57:43 arch systemd[1]: Stopping Local File Systems.
Apr 23 05:57:43 arch systemd[1]: Stopped target Local File Systems.
Apr 23 05:57:43 arch systemd[1]: Unmounting /home...
Apr 23 05:57:43 arch systemd[1]: Unmounting Temporary Directory...
Apr 23 05:57:43 arch systemd[1]: Stopping system-systemd\x2dbacklight.slice.
Apr 23 05:57:43 arch systemd[1]: Removed slice system-systemd\x2dbacklight.slice.
Apr 23 05:57:43 arch systemd[1]: Stopping system-systemd\x2drfkill.slice.
Apr 23 05:57:43 arch systemd[1]: Removed slice system-systemd\x2drfkill.slice.
Apr 23 05:57:43 arch systemd[1]: Deactivated swap /dev/disk/by-id/wwn-0x50014ee6587347ae-part5.
Apr 23 05:57:43 arch systemd[1]: Deactivated swap /dev/disk/by-id/ata-WDC_WD7500BPKT-00PK4T0_WD-WX51A82D2419-part5.
Apr 23 05:57:43 arch systemd[1]: Deactivated swap /dev/disk/by-uuid/44886b0e-dc8f-46b1-bd4f-56a420990fdf.
Apr 23 05:57:43 arch systemd[1]: Deactivated swap /dev/sda5.
Apr 23 05:57:43 arch systemd[1]: Unmounted Temporary Directory.
Apr 23 05:57:43 arch systemd[1]: Unmounted /home.
Apr 23 05:57:43 arch systemd[1]: Starting Unmount All Filesystems.
Apr 23 05:57:43 arch systemd[1]: Reached target Unmount All Filesystems.
Apr 23 05:57:43 arch systemd[1]: Stopping Local File Systems (Pre).
Apr 23 05:57:43 arch systemd[1]: Stopped target Local File Systems (Pre).
Apr 23 05:57:43 arch systemd[1]: Stopping Remount Root and Kernel File Systems...
Apr 23 05:57:43 arch systemd[1]: Stopped Remount Root and Kernel File Systems.
Apr 23 05:57:43 arch mkinitcpio[264]: ==> Starting build: none
Apr 23 05:57:43 arch mkinitcpio[264]: -> Running build hook: [sd-shutdown]
Apr 23 05:57:43 arch mkinitcpio[264]: ==> Build complete.
Apr 23 05:57:43 arch systemd[1]: Started Generate shutdown-ramfs.
Apr 23 05:57:43 arch systemd[1]: Starting Shutdown.
Apr 23 05:57:43 arch systemd[1]: Reached target Shutdown.
Apr 23 05:57:43 arch systemd[1]: Starting Final Step.
Apr 23 05:57:43 arch systemd[1]: Reached target Final Step.
Apr 23 05:57:43 arch systemd[1]: Starting Reboot...
Apr 23 05:57:43 arch systemd[1]: Shutting down.
Apr 23 05:57:43 arch systemd[1]: Hardware watchdog 'iTCO_wdt', version 0
Apr 23 05:57:43 arch systemd[1]: Set hardware watchdog to 10min.
Apr 23 05:57:43 arch kernel: watchdog watchdog0: watchdog did not stop!
Apr 23 05:57:43 arch systemd-shutdown[1]: Sending SIGTERM to remaining processes...
Apr 23 05:57:43 arch systemd-journal[145]: Journal stopped

Offline

#38 2014-04-23 14:30:07

Strike0
Member
From: Germany
Registered: 2011-09-05
Posts: 1,429

Re: Problems after instalation - Boot stuck

Ok, slowly you are getting further. Above log is from booting with "acpi=ht" btw. First, have a look again in the bios whether it has any options regarding "acpi" or "apic" to turn on. Also I recommend disabling any "plug-n-play OS" option in the bios.

Then looking at your log, the following maybe relevant:

Apr 23 05:57:18 arch kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
Apr 23 05:57:18 arch kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug

You can try the last option and for the first one, you can try something like "acpi_osi=Windows2012" on the kernel line. Link: https://wiki.archlinux.org/index.php/DSDT
We had this recent news, but your log does not show the quoted error for the keyboard. So I don't see a clue on the keyboard, maybe someone else does.

Offline

#39 2014-04-23 15:31:59

Ryotenbin
Member
Registered: 2014-04-19
Posts: 33

Re: Problems after instalation - Boot stuck

Okay! Found the problem! Haha

Okay, it was in fact the video problem. I just figured out that my numlock was disactivated at boot, so the password wouldn't work. This time i tried with removing the "quiet" option and typing the password correctly, then rebooting and BAM haha.

So, how do i fix my display? Do i have to install/upgrade my drivers?

Offline

#40 2014-04-23 16:07:05

Strike0
Member
From: Germany
Registered: 2011-09-05
Posts: 1,429

Re: Problems after instalation - Boot stuck

Ok, good that you appear to make further progress. But your error description now leaves much to the imagination .. First, the boot is stuck, then it gets to boot but you end without a keyboard and now you solve that by pressing a key ... interesting .. but now it has video problems. Odd, since the output on the screenshot above looked pretty ok. Anyhow, good it boots now. As far as I know the 640m chip should be well supported by the nouveau module you are using now. But You might want to search the log again if it gives you hints you can google for.

Offline

#41 2014-04-23 16:31:12

Ryotenbin
Member
Registered: 2014-04-19
Posts: 33

Re: Problems after instalation - Boot stuck

Strike0 wrote:

Ok, good that you appear to make further progress. But your error description now leaves much to the imagination .. First, the boot is stuck, then it gets to boot but you end without a keyboard and now you solve that by pressing a key ... interesting .. but now it has video problems. Odd, since the output on the screenshot above looked pretty ok. Anyhow, good it boots now. As far as I know the 640m chip should be well supported by the nouveau module you are using now. But You might want to search the log again if it gives you hints you can google for.

Yea, the keyboard didn't work when i used acpi=off option, along with removing the quiet. Now by just removing quiet it boots but it seemed frozen, however it is just a display issue. I'm going to check the journal again and i'll post here. smile

EDIT: Here follows the log. I got it by chrooting into the system and doing journalctl -b -1.

-- Logs begin at Wed 2014-04-23 04:53:26 BRT, end at Wed 2014-04-23 10:40:14 BRT. --
Apr 23 09:27:30 arch systemd-journal[146]: Runtime journal is using 8.0M (max allowed 397.5M, trying to leave 596.3M free of 3.8G available → current limit 397.5M).
Apr 23 09:27:30 arch systemd-journal[146]: Runtime journal is using 8.0M (max allowed 397.5M, trying to leave 596.3M free of 3.8G available → current limit 397.5M).
Apr 23 09:27:30 arch kernel: Initializing cgroup subsys cpuset
Apr 23 09:27:30 arch kernel: Initializing cgroup subsys cpu
Apr 23 09:27:30 arch kernel: Initializing cgroup subsys cpuacct
Apr 23 09:27:30 arch kernel: Linux version 3.14.1-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.8.2 20140206 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Apr 14 20:40:47 CEST 2014
Apr 23 09:27:30 arch kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=ca9e0268-a4e3-4210-bf4e-35ba18b8832a rw
Apr 23 09:27:30 arch kernel: e820: BIOS-provided physical RAM map:
Apr 23 09:27:30 arch kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
Apr 23 09:27:30 arch kernel: BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
Apr 23 09:27:30 arch kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Apr 23 09:27:30 arch kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000aea7efff] usable
Apr 23 09:27:30 arch kernel: BIOS-e820: [mem 0x00000000aea7f000-0x00000000af57efff] reserved
Apr 23 09:27:30 arch kernel: BIOS-e820: [mem 0x00000000af57f000-0x00000000af77efff] ACPI NVS
Apr 23 09:27:30 arch kernel: BIOS-e820: [mem 0x00000000af77f000-0x00000000af7fefff] ACPI data
Apr 23 09:27:30 arch kernel: BIOS-e820: [mem 0x00000000af7ff000-0x00000000af7fffff] usable
Apr 23 09:27:30 arch kernel: BIOS-e820: [mem 0x00000000af800000-0x00000000afffffff] reserved
Apr 23 09:27:30 arch kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
Apr 23 09:27:30 arch kernel: BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
Apr 23 09:27:30 arch kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Apr 23 09:27:30 arch kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
Apr 23 09:27:30 arch kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Apr 23 09:27:30 arch kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Apr 23 09:27:30 arch kernel: BIOS-e820: [mem 0x00000000ffd00000-0x00000000ffffffff] reserved
Apr 23 09:27:30 arch kernel: BIOS-e820: [mem 0x0000000100000000-0x000000024effffff] usable
Apr 23 09:27:30 arch kernel: NX (Execute Disable) protection: active
Apr 23 09:27:30 arch kernel: SMBIOS 2.7 present.
Apr 23 09:27:30 arch kernel: DMI: Compal QAL51/Type2 - Board Product Name1, BIOS 6.40 03/15/2013
Apr 23 09:27:30 arch kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Apr 23 09:27:30 arch kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Apr 23 09:27:30 arch kernel: No AGP bridge found
Apr 23 09:27:30 arch kernel: e820: last_pfn = 0x24f000 max_arch_pfn = 0x400000000
Apr 23 09:27:30 arch kernel: MTRR default type: uncachable
Apr 23 09:27:30 arch kernel: MTRR fixed ranges enabled:
Apr 23 09:27:30 arch kernel:   00000-9FFFF write-back
Apr 23 09:27:30 arch kernel:   A0000-BFFFF uncachable
Apr 23 09:27:30 arch kernel:   C0000-E7FFF write-protect
Apr 23 09:27:30 arch kernel:   E8000-EFFFF write-combining
Apr 23 09:27:30 arch kernel:   F0000-FFFFF write-protect
Apr 23 09:27:30 arch kernel: MTRR variable ranges enabled:
Apr 23 09:27:30 arch kernel:   0 base 000000000 mask F80000000 write-back
Apr 23 09:27:30 arch kernel:   1 base 080000000 mask FC0000000 write-back
Apr 23 09:27:30 arch kernel:   2 base 0AF800000 mask FFF800000 uncachable
Apr 23 09:27:30 arch kernel:   3 base 0B0000000 mask FF0000000 uncachable
Apr 23 09:27:30 arch kernel:   4 base 0FFC00000 mask FFFC00000 write-protect
Apr 23 09:27:30 arch kernel:   5 base 100000000 mask F00000000 write-back
Apr 23 09:27:30 arch kernel:   6 base 200000000 mask F80000000 write-back
Apr 23 09:27:30 arch kernel:   7 base 24F000000 mask FFF000000 uncachable
Apr 23 09:27:30 arch kernel:   8 base 250000000 mask FF0000000 uncachable
Apr 23 09:27:30 arch kernel:   9 base 260000000 mask FE0000000 uncachable
Apr 23 09:27:30 arch kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Apr 23 09:27:30 arch kernel: e820: last_pfn = 0xaf800 max_arch_pfn = 0x400000000
Apr 23 09:27:30 arch kernel: found SMP MP-table at [mem 0x000fe1b0-0x000fe1bf] mapped at [ffff8800000fe1b0]
Apr 23 09:27:30 arch kernel: Scanning 1 areas for low memory corruption
Apr 23 09:27:30 arch kernel: Base memory trampoline at [ffff880000097000] 97000 size 24576
Apr 23 09:27:30 arch kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
Apr 23 09:27:30 arch kernel:  [mem 0x00000000-0x000fffff] page 4k
Apr 23 09:27:30 arch kernel: BRK [0x01b28000, 0x01b28fff] PGTABLE
Apr 23 09:27:30 arch kernel: BRK [0x01b29000, 0x01b29fff] PGTABLE
Apr 23 09:27:30 arch kernel: BRK [0x01b2a000, 0x01b2afff] PGTABLE
Apr 23 09:27:30 arch kernel: init_memory_mapping: [mem 0x24ee00000-0x24effffff]
Apr 23 09:27:30 arch kernel:  [mem 0x24ee00000-0x24effffff] page 2M
Apr 23 09:27:30 arch kernel: BRK [0x01b2b000, 0x01b2bfff] PGTABLE
Apr 23 09:27:30 arch kernel: init_memory_mapping: [mem 0x24c000000-0x24edfffff]
Apr 23 09:27:30 arch kernel:  [mem 0x24c000000-0x24edfffff] page 2M
Apr 23 09:27:30 arch kernel: init_memory_mapping: [mem 0x200000000-0x24bffffff]
Apr 23 09:27:30 arch kernel:  [mem 0x200000000-0x24bffffff] page 2M
Apr 23 09:27:30 arch kernel: BRK [0x01b2c000, 0x01b2cfff] PGTABLE
Apr 23 09:27:30 arch kernel: init_memory_mapping: [mem 0x00100000-0xaea7efff]
Apr 23 09:27:30 arch kernel:  [mem 0x00100000-0x001fffff] page 4k
Apr 23 09:27:30 arch kernel:  [mem 0x00200000-0xae9fffff] page 2M
Apr 23 09:27:30 arch kernel:  [mem 0xaea00000-0xaea7efff] page 4k
Apr 23 09:27:30 arch kernel: init_memory_mapping: [mem 0xaf7ff000-0xaf7fffff]
Apr 23 09:27:30 arch kernel:  [mem 0xaf7ff000-0xaf7fffff] page 4k
Apr 23 09:27:30 arch kernel: BRK [0x01b2d000, 0x01b2dfff] PGTABLE
Apr 23 09:27:30 arch kernel: init_memory_mapping: [mem 0x100000000-0x1ffffffff]
Apr 23 09:27:30 arch kernel:  [mem 0x100000000-0x1ffffffff] page 2M
Apr 23 09:27:30 arch kernel: RAMDISK: [mem 0x379e0000-0x37ce7fff]
Apr 23 09:27:30 arch kernel: ACPI: RSDP 00000000000fe020 000024 (v02 COMPAL)
Apr 23 09:27:30 arch kernel: ACPI: XSDT 00000000af7fe210 0000B4 (v01 COMPAL CRV ORB  00000001      01000013)
Apr 23 09:27:30 arch kernel: ACPI: FACP 00000000af7fa000 00010C (v05 COMPAL CRV ORB  00000001 ACPI 00040000)
Apr 23 09:27:30 arch kernel: ACPI: DSDT 00000000af7ec000 00A559 (v01 COMPAL CRV ORB  00000000 ACPI 00040000)
Apr 23 09:27:30 arch kernel: ACPI: FACS 00000000af6ea000 000040
Apr 23 09:27:30 arch kernel: ACPI: TCPA 00000000af7fd000 000032 (v02 COMPAL CRV ORB  00000000 ACPI 00040000)
Apr 23 09:27:30 arch kernel: ACPI: UEFI 00000000af7fc000 000236 (v01 COMPAL CRV ORB  00000001 ACPI 00040000)
Apr 23 09:27:30 arch kernel: ACPI: ASF! 00000000af7fb000 0000A5 (v32 COMPAL CRV ORB  00000001 ACPI 00040000)
Apr 23 09:27:30 arch kernel: ACPI: HPET 00000000af7f9000 000038 (v01 COMPAL CRV ORB  00000001 ACPI 00040000)
Apr 23 09:27:30 arch kernel: ACPI: APIC 00000000af7f8000 00008C (v03 COMPAL CRV ORB  00000001 ACPI 00040000)
Apr 23 09:27:30 arch kernel: ACPI: MCFG 00000000af7f7000 00003C (v01 COMPAL CRV ORB  00000001 ACPI 00040000)
Apr 23 09:27:30 arch kernel: ACPI: SLIC 00000000af7eb000 000176 (v01 COMPAL CRV ORB  00000001 ACPI 00040000)
Apr 23 09:27:30 arch kernel: ACPI: WDAT 00000000af7ea000 000224 (v01 COMPAL CRV ORB  00000001 ACPI 00040000)
Apr 23 09:27:30 arch kernel: ACPI: SSDT 00000000af7e9000 0006FE (v01 COMPAL CRV ORB  00001000 ACPI 00040000)
Apr 23 09:27:30 arch kernel: ACPI: BOOT 00000000af7e7000 000028 (v01 COMPAL CRV ORB  00000001 ACPI 00040000)
Apr 23 09:27:30 arch kernel: ACPI: ASPT 00000000af7e5000 000034 (v07 COMPAL CRV ORB  00000001 ACPI 00040000)
Apr 23 09:27:30 arch kernel: ACPI: DBGP 00000000af7e4000 000034 (v01 COMPAL CRV ORB  00000001 ACPI 00040000)
Apr 23 09:27:30 arch kernel: ACPI: FPDT 00000000af7e2000 000044 (v01 COMPAL CRV ORB  00000001 ACPI 00040000)
Apr 23 09:27:30 arch kernel: ACPI: SSDT 00000000af7e0000 000968 (v01 COMPAL CRV ORB  00003000 ACPI 00040000)
Apr 23 09:27:30 arch kernel: ACPI: SSDT 00000000af7df000 000A92 (v01 COMPAL CRV ORB  00003000 ACPI 00040000)
Apr 23 09:27:30 arch kernel: ACPI: SSDT 00000000af7dd000 000164 (v01 COMPAL CRV ORB  00001000 ACPI 00040000)
Apr 23 09:27:30 arch kernel: ACPI: SSDT 00000000af7de000 000338 (v01 COMPAL CRV ORB  00001000 ACPI 00040000)
Apr 23 09:27:30 arch kernel: ACPI: Local APIC address 0xfee00000
Apr 23 09:27:30 arch kernel: No NUMA configuration found
Apr 23 09:27:30 arch kernel: Faking a node at [mem 0x0000000000000000-0x000000024effffff]
Apr 23 09:27:30 arch kernel: Initmem setup node 0 [mem 0x00000000-0x24effffff]
Apr 23 09:27:30 arch kernel:   NODE_DATA [mem 0x24eff4000-0x24eff8fff]
Apr 23 09:27:30 arch kernel:  [ffffea0000000000-ffffea00093fffff] PMD -> [ffff880246600000-ffff88024e5fffff] on node 0
Apr 23 09:27:30 arch kernel: Zone ranges:
Apr 23 09:27:30 arch kernel:   DMA      [mem 0x00001000-0x00ffffff]
Apr 23 09:27:30 arch kernel:   DMA32    [mem 0x01000000-0xffffffff]
Apr 23 09:27:30 arch kernel:   Normal   [mem 0x100000000-0x24effffff]
Apr 23 09:27:30 arch kernel: Movable zone start for each node
Apr 23 09:27:30 arch kernel: Early memory node ranges
Apr 23 09:27:30 arch kernel:   node   0: [mem 0x00001000-0x0009cfff]
Apr 23 09:27:30 arch kernel:   node   0: [mem 0x00100000-0xaea7efff]
Apr 23 09:27:30 arch kernel:   node   0: [mem 0xaf7ff000-0xaf7fffff]
Apr 23 09:27:30 arch kernel:   node   0: [mem 0x100000000-0x24effffff]
Apr 23 09:27:30 arch kernel: On node 0 totalpages: 2087452
Apr 23 09:27:30 arch kernel:   DMA zone: 64 pages used for memmap
Apr 23 09:27:30 arch kernel:   DMA zone: 21 pages reserved
Apr 23 09:27:30 arch kernel:   DMA zone: 3996 pages, LIFO batch:0
Apr 23 09:27:30 arch kernel:   DMA32 zone: 11114 pages used for memmap
Apr 23 09:27:30 arch kernel:   DMA32 zone: 711296 pages, LIFO batch:31
Apr 23 09:27:30 arch kernel:   Normal zone: 21440 pages used for memmap
Apr 23 09:27:30 arch kernel:   Normal zone: 1372160 pages, LIFO batch:31
Apr 23 09:27:30 arch kernel: ACPI: PM-Timer IO Port: 0x408
Apr 23 09:27:30 arch kernel: ACPI: Local APIC address 0xfee00000
Apr 23 09:27:30 arch kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Apr 23 09:27:30 arch kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
Apr 23 09:27:30 arch kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
Apr 23 09:27:30 arch kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
Apr 23 09:27:30 arch kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
Apr 23 09:27:30 arch kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
Apr 23 09:27:30 arch kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
Apr 23 09:27:30 arch kernel: ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
Apr 23 09:27:30 arch kernel: ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
Apr 23 09:27:30 arch kernel: IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
Apr 23 09:27:30 arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Apr 23 09:27:30 arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Apr 23 09:27:30 arch kernel: ACPI: IRQ0 used by override.
Apr 23 09:27:30 arch kernel: ACPI: IRQ2 used by override.
Apr 23 09:27:30 arch kernel: ACPI: IRQ9 used by override.
Apr 23 09:27:30 arch kernel: Using ACPI (MADT) for SMP configuration information
Apr 23 09:27:30 arch kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Apr 23 09:27:30 arch kernel: smpboot: Allowing 8 CPUs, 4 hotplug CPUs
Apr 23 09:27:30 arch kernel: nr_irqs_gsi: 40
Apr 23 09:27:30 arch kernel: PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
Apr 23 09:27:30 arch kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
Apr 23 09:27:30 arch kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Apr 23 09:27:30 arch kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Apr 23 09:27:30 arch kernel: PM: Registered nosave memory: [mem 0xaea7f000-0xaf57efff]
Apr 23 09:27:30 arch kernel: PM: Registered nosave memory: [mem 0xaf57f000-0xaf77efff]
Apr 23 09:27:30 arch kernel: PM: Registered nosave memory: [mem 0xaf77f000-0xaf7fefff]
Apr 23 09:27:30 arch kernel: PM: Registered nosave memory: [mem 0xaf800000-0xafffffff]
Apr 23 09:27:30 arch kernel: PM: Registered nosave memory: [mem 0xb0000000-0xefffffff]
Apr 23 09:27:30 arch kernel: PM: Registered nosave memory: [mem 0xf0000000-0xf3ffffff]
Apr 23 09:27:30 arch kernel: PM: Registered nosave memory: [mem 0xf4000000-0xfeafffff]
Apr 23 09:27:30 arch kernel: PM: Registered nosave memory: [mem 0xfeb00000-0xfeb03fff]
Apr 23 09:27:30 arch kernel: PM: Registered nosave memory: [mem 0xfeb04000-0xfebfffff]
Apr 23 09:27:30 arch kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Apr 23 09:27:30 arch kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
Apr 23 09:27:30 arch kernel: PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
Apr 23 09:27:30 arch kernel: PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
Apr 23 09:27:30 arch kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Apr 23 09:27:30 arch kernel: PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
Apr 23 09:27:30 arch kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Apr 23 09:27:30 arch kernel: PM: Registered nosave memory: [mem 0xfee01000-0xffcfffff]
Apr 23 09:27:30 arch kernel: PM: Registered nosave memory: [mem 0xffd00000-0xffffffff]
Apr 23 09:27:30 arch kernel: e820: [mem 0xb0000000-0xefffffff] available for PCI devices
Apr 23 09:27:30 arch kernel: Booting paravirtualized kernel on bare hardware
Apr 23 09:27:30 arch kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
Apr 23 09:27:30 arch kernel: PERCPU: Embedded 28 pages/cpu @ffff88024ec00000 s86016 r8192 d20480 u262144
Apr 23 09:27:30 arch kernel: pcpu-alloc: s86016 r8192 d20480 u262144 alloc=1*2097152
Apr 23 09:27:30 arch kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Apr 23 09:27:30 arch kernel: Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 2054813
Apr 23 09:27:30 arch kernel: Policy zone: Normal
Apr 23 09:27:30 arch kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=ca9e0268-a4e3-4210-bf4e-35ba18b8832a rw
Apr 23 09:27:30 arch kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
Apr 23 09:27:30 arch kernel: xsave: enabled xstate_bv 0x7, cntxt size 0x340
Apr 23 09:27:30 arch kernel: Checking aperture...
Apr 23 09:27:30 arch kernel: No AGP bridge found
Apr 23 09:27:30 arch kernel: Calgary: detecting Calgary via BIOS EBDA area
Apr 23 09:27:30 arch kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Apr 23 09:27:30 arch kernel: Memory: 8136848K/8349808K available (5020K kernel code, 802K rwdata, 1612K rodata, 1112K init, 1284K bss, 212960K reserved)
Apr 23 09:27:30 arch kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Apr 23 09:27:30 arch kernel: Preemptible hierarchical RCU implementation.
Apr 23 09:27:30 arch kernel:         RCU dyntick-idle grace-period acceleration is enabled.
Apr 23 09:27:30 arch kernel:         Dump stacks of tasks blocking RCU-preempt GP.
Apr 23 09:27:30 arch kernel:         RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
Apr 23 09:27:30 arch kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Apr 23 09:27:30 arch kernel: NR_IRQS:8448 nr_irqs:744 16
Apr 23 09:27:30 arch kernel: Console: colour dummy device 80x25
Apr 23 09:27:30 arch kernel: console [tty0] enabled
Apr 23 09:27:30 arch kernel: allocated 33554432 bytes of page_cgroup
Apr 23 09:27:30 arch kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
Apr 23 09:27:30 arch kernel: hpet clockevent registered
Apr 23 09:27:30 arch kernel: tsc: Fast TSC calibration using PIT
Apr 23 09:27:30 arch kernel: tsc: Detected 2494.403 MHz processor
Apr 23 09:27:30 arch kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4990.67 BogoMIPS (lpj=8314676)
Apr 23 09:27:30 arch kernel: pid_max: default: 32768 minimum: 301
Apr 23 09:27:30 arch kernel: ACPI: Core revision 20131218
Apr 23 09:27:30 arch kernel: ACPI: All ACPI Tables successfully acquired
Apr 23 09:27:30 arch kernel: Security Framework initialized
Apr 23 09:27:30 arch kernel: Yama: becoming mindful.
Apr 23 09:27:30 arch kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Apr 23 09:27:30 arch kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
Apr 23 09:27:30 arch kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
Apr 23 09:27:30 arch kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
Apr 23 09:27:30 arch kernel: Initializing cgroup subsys memory
Apr 23 09:27:30 arch kernel: Initializing cgroup subsys devices
Apr 23 09:27:30 arch kernel: Initializing cgroup subsys freezer
Apr 23 09:27:30 arch kernel: Initializing cgroup subsys net_cls
Apr 23 09:27:30 arch kernel: Initializing cgroup subsys blkio
Apr 23 09:27:30 arch kernel: CPU: Physical Processor ID: 0
Apr 23 09:27:30 arch kernel: CPU: Processor Core ID: 0
Apr 23 09:27:30 arch kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
                             ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
Apr 23 09:27:30 arch kernel: mce: CPU supports 7 MCE banks
Apr 23 09:27:30 arch kernel: CPU0: Thermal monitoring enabled (TM1)
Apr 23 09:27:30 arch kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
                             Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
                             tlb_flushall_shift: 2
Apr 23 09:27:30 arch kernel: Freeing SMP alternatives memory: 20K (ffffffff819e0000 - ffffffff819e5000)
Apr 23 09:27:30 arch kernel: ftrace: allocating 19978 entries in 79 pages
Apr 23 09:27:30 arch kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Apr 23 09:27:30 arch kernel: smpboot: CPU0: Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz (fam: 06, model: 3a, stepping: 09)
Apr 23 09:27:30 arch kernel: TSC deadline timer enabled
Apr 23 09:27:30 arch kernel: Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
Apr 23 09:27:30 arch kernel: ... version:                3
Apr 23 09:27:30 arch kernel: ... bit width:              48
Apr 23 09:27:30 arch kernel: ... generic registers:      4
Apr 23 09:27:30 arch kernel: ... value mask:             0000ffffffffffff
Apr 23 09:27:30 arch kernel: ... max period:             0000ffffffffffff
Apr 23 09:27:30 arch kernel: ... fixed-purpose events:   3
Apr 23 09:27:30 arch kernel: ... event mask:             000000070000000f
Apr 23 09:27:30 arch kernel: x86: Booting SMP configuration:
Apr 23 09:27:30 arch kernel: .... node  #0, CPUs:      #1
Apr 23 09:27:30 arch kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Apr 23 09:27:30 arch kernel:  #2 #3
Apr 23 09:27:30 arch kernel: x86: Booted up 1 node, 4 CPUs
Apr 23 09:27:30 arch kernel: smpboot: Total of 4 processors activated (19963.69 BogoMIPS)
Apr 23 09:27:30 arch kernel: devtmpfs: initialized
Apr 23 09:27:30 arch kernel: PM: Registering ACPI NVS region [mem 0xaf57f000-0xaf77efff] (2097152 bytes)
Apr 23 09:27:30 arch kernel: pinctrl core: initialized pinctrl subsystem
Apr 23 09:27:30 arch kernel: RTC time: 12:27:26, date: 04/23/14
Apr 23 09:27:30 arch kernel: NET: Registered protocol family 16
Apr 23 09:27:30 arch kernel: cpuidle: using governor ladder
Apr 23 09:27:30 arch kernel: cpuidle: using governor menu
Apr 23 09:27:30 arch kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Apr 23 09:27:30 arch kernel: ACPI: bus type PCI registered
Apr 23 09:27:30 arch kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Apr 23 09:27:30 arch kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
Apr 23 09:27:30 arch kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
Apr 23 09:27:30 arch kernel: PCI: Using configuration type 1 for base access
Apr 23 09:27:30 arch kernel: bio: create slab <bio-0> at 0
Apr 23 09:27:30 arch kernel: ACPI: Added _OSI(Module Device)
Apr 23 09:27:30 arch kernel: ACPI: Added _OSI(Processor Device)
Apr 23 09:27:30 arch kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Apr 23 09:27:30 arch kernel: ACPI: Added _OSI(Processor Aggregator Device)
Apr 23 09:27:30 arch kernel: ACPI: Executed 1 blocks of module-level executable AML code
Apr 23 09:27:30 arch kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
Apr 23 09:27:30 arch kernel: ACPI: SSDT 00000000af4d4018 00083B (v01  PmRef  Cpu0Cst 00003001 INTL 20120111)
Apr 23 09:27:30 arch kernel: ACPI: Dynamic OEM Table Load:
Apr 23 09:27:30 arch kernel: ACPI: SSDT           (null) 00083B (v01  PmRef  Cpu0Cst 00003001 INTL 20120111)
Apr 23 09:27:30 arch kernel: ACPI: SSDT 00000000af516a98 000303 (v01  PmRef    ApIst 00003000 INTL 20120111)
Apr 23 09:27:30 arch kernel: ACPI: Dynamic OEM Table Load:
Apr 23 09:27:30 arch kernel: ACPI: SSDT           (null) 000303 (v01  PmRef    ApIst 00003000 INTL 20120111)
Apr 23 09:27:30 arch kernel: ACPI: SSDT 00000000af4d3d98 000119 (v01  PmRef    ApCst 00003000 INTL 20120111)
Apr 23 09:27:30 arch kernel: ACPI: Dynamic OEM Table Load:
Apr 23 09:27:30 arch kernel: ACPI: SSDT           (null) 000119 (v01  PmRef    ApCst 00003000 INTL 20120111)
Apr 23 09:27:30 arch kernel: ACPI: Interpreter enabled
Apr 23 09:27:30 arch kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131218/hwxface-580)
Apr 23 09:27:30 arch kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131218/hwxface-580)
Apr 23 09:27:30 arch kernel: ACPI: (supports S0 S3 S4 S5)
Apr 23 09:27:30 arch kernel: ACPI: Using IOAPIC for interrupt routing
Apr 23 09:27:30 arch kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Apr 23 09:27:30 arch kernel: ACPI: No dock devices found.
Apr 23 09:27:30 arch kernel: [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
Apr 23 09:27:30 arch kernel: [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
Apr 23 09:27:30 arch kernel: [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
Apr 23 09:27:30 arch kernel: [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
Apr 23 09:27:30 arch kernel: ACPI: Power Resource [FN00] (off)
Apr 23 09:27:30 arch kernel: ACPI: Power Resource [FN01] (off)
Apr 23 09:27:30 arch kernel: ACPI: Power Resource [FN02] (off)
Apr 23 09:27:30 arch kernel: ACPI: Power Resource [FN03] (off)
Apr 23 09:27:30 arch kernel: ACPI: Power Resource [FN04] (off)
Apr 23 09:27:30 arch kernel: ACPI: \_PR_.CPU4: failed to get CPU APIC ID.
Apr 23 09:27:30 arch kernel: ACPI: \_PR_.CPU5: failed to get CPU APIC ID.
Apr 23 09:27:30 arch kernel: ACPI: \_PR_.CPU6: failed to get CPU APIC ID.
Apr 23 09:27:30 arch kernel: ACPI: \_PR_.CPU7: failed to get CPU APIC ID.
Apr 23 09:27:30 arch kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
Apr 23 09:27:30 arch kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Apr 23 09:27:30 arch kernel: \_SB_.PCI0:_OSC invalid UUID
Apr 23 09:27:30 arch kernel: _OSC request data:1 1f 0 
Apr 23 09:27:30 arch kernel: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
Apr 23 09:27:30 arch kernel: PCI host bridge to bus 0000:00
Apr 23 09:27:30 arch kernel: pci_bus 0000:00: root bus resource [bus 00-3e]
Apr 23 09:27:30 arch kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
Apr 23 09:27:30 arch kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
Apr 23 09:27:30 arch kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
Apr 23 09:27:30 arch kernel: pci_bus 0000:00: root bus resource [mem 0xb0000000-0xfeafffff]
Apr 23 09:27:30 arch kernel: pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
Apr 23 09:27:30 arch kernel: pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
Apr 23 09:27:30 arch kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Apr 23 09:27:30 arch kernel: pci 0000:00:01.0: System wakeup disabled by ACPI
Apr 23 09:27:30 arch kernel: pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
Apr 23 09:27:30 arch kernel: pci 0000:00:14.0: reg 0x10: [mem 0xd2200000-0xd220ffff 64bit]
Apr 23 09:27:30 arch kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Apr 23 09:27:30 arch kernel: pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
Apr 23 09:27:30 arch kernel: pci 0000:00:16.0: reg 0x10: [mem 0xd2214000-0xd221400f 64bit]
Apr 23 09:27:30 arch kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Apr 23 09:27:30 arch kernel: pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
Apr 23 09:27:30 arch kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xd2219000-0xd22193ff]
Apr 23 09:27:30 arch kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Apr 23 09:27:30 arch kernel: pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
Apr 23 09:27:30 arch kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xd2210000-0xd2213fff 64bit]
Apr 23 09:27:30 arch kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Apr 23 09:27:30 arch kernel: pci 0000:00:1b.0: System wakeup disabled by ACPI
Apr 23 09:27:30 arch kernel: pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
Apr 23 09:27:30 arch kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Apr 23 09:27:30 arch kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
Apr 23 09:27:30 arch kernel: pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
Apr 23 09:27:30 arch kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Apr 23 09:27:30 arch kernel: pci 0000:00:1c.1: System wakeup disabled by ACPI
Apr 23 09:27:30 arch kernel: pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
Apr 23 09:27:30 arch kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xd2218000-0xd22183ff]
Apr 23 09:27:30 arch kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Apr 23 09:27:30 arch kernel: pci 0000:00:1f.0: [8086:1e59] type 00 class 0x060100
Apr 23 09:27:30 arch kernel: pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
Apr 23 09:27:30 arch kernel: pci 0000:00:1f.2: reg 0x10: [io  0x5048-0x504f]
Apr 23 09:27:30 arch kernel: pci 0000:00:1f.2: reg 0x14: [io  0x5054-0x5057]
Apr 23 09:27:30 arch kernel: pci 0000:00:1f.2: reg 0x18: [io  0x5040-0x5047]
Apr 23 09:27:30 arch kernel: pci 0000:00:1f.2: reg 0x1c: [io  0x5050-0x5053]
Apr 23 09:27:30 arch kernel: pci 0000:00:1f.2: reg 0x20: [io  0x5020-0x503f]
Apr 23 09:27:30 arch kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xd2217000-0xd22177ff]
Apr 23 09:27:30 arch kernel: pci 0000:00:1f.2: PME# supported from D3hot
Apr 23 09:27:30 arch kernel: pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
Apr 23 09:27:30 arch kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xd2215000-0xd22150ff 64bit]
Apr 23 09:27:30 arch kernel: pci 0000:00:1f.3: reg 0x20: [io  0x5000-0x501f]
Apr 23 09:27:30 arch kernel: pci 0000:01:00.0: [10de:0fd2] type 00 class 0x030000
Apr 23 09:27:30 arch kernel: pci 0000:01:00.0: reg 0x10: [mem 0xd0000000-0xd0ffffff]
Apr 23 09:27:30 arch kernel: pci 0000:01:00.0: reg 0x14: [mem 0xb0000000-0xbfffffff 64bit pref]
Apr 23 09:27:30 arch kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xc0000000-0xc1ffffff 64bit pref]
Apr 23 09:27:30 arch kernel: pci 0000:01:00.0: reg 0x24: [io  0x4000-0x407f]
Apr 23 09:27:30 arch kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
Apr 23 09:27:30 arch kernel: pci 0000:01:00.0: System wakeup disabled by ACPI
Apr 23 09:27:30 arch kernel: pci 0000:01:00.1: [10de:0e1b] type 00 class 0x040300
Apr 23 09:27:30 arch kernel: pci 0000:01:00.1: reg 0x10: [mem 0xd1000000-0xd1003fff]
Apr 23 09:27:30 arch kernel: pci 0000:00:01.0: ASPM: Could not configure common clock
Apr 23 09:27:30 arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01-06]
Apr 23 09:27:30 arch kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
Apr 23 09:27:30 arch kernel: pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xd1ffffff]
Apr 23 09:27:30 arch kernel: pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xcfffffff 64bit pref]
Apr 23 09:27:30 arch kernel: pci 0000:07:00.0: [10ec:8168] type 00 class 0x020000
Apr 23 09:27:30 arch kernel: pci 0000:07:00.0: reg 0x10: [io  0x3000-0x30ff]
Apr 23 09:27:30 arch kernel: pci 0000:07:00.0: reg 0x18: [mem 0xd2004000-0xd2004fff 64bit pref]
Apr 23 09:27:30 arch kernel: pci 0000:07:00.0: reg 0x20: [mem 0xd2000000-0xd2003fff 64bit pref]
Apr 23 09:27:30 arch kernel: pci 0000:07:00.0: supports D1 D2
Apr 23 09:27:30 arch kernel: pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 23 09:27:30 arch kernel: pci 0000:07:00.0: System wakeup disabled by ACPI
Apr 23 09:27:30 arch kernel: pci 0000:00:1c.0: PCI bridge to [bus 07]
Apr 23 09:27:30 arch kernel: pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
Apr 23 09:27:30 arch kernel: pci 0000:00:1c.0:   bridge window [mem 0xd2000000-0xd20fffff 64bit pref]
Apr 23 09:27:30 arch kernel: pci 0000:08:00.0: [10ec:8176] type 00 class 0x028000
Apr 23 09:27:30 arch kernel: pci 0000:08:00.0: reg 0x10: [io  0x2000-0x20ff]
Apr 23 09:27:30 arch kernel: pci 0000:08:00.0: reg 0x18: [mem 0xd2100000-0xd2103fff 64bit]
Apr 23 09:27:30 arch kernel: pci 0000:08:00.0: supports D1 D2
Apr 23 09:27:30 arch kernel: pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 23 09:27:30 arch kernel: pci 0000:08:00.0: System wakeup disabled by ACPI
Apr 23 09:27:30 arch kernel: pci 0000:00:1c.1: PCI bridge to [bus 08]
Apr 23 09:27:30 arch kernel: pci 0000:00:1c.1:   bridge window [io  0x2000-0x2fff]
Apr 23 09:27:30 arch kernel: pci 0000:00:1c.1:   bridge window [mem 0xd2100000-0xd21fffff]
Apr 23 09:27:30 arch kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
Apr 23 09:27:30 arch kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 *10 11 12 14 15)
Apr 23 09:27:30 arch kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
Apr 23 09:27:30 arch kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
Apr 23 09:27:30 arch kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
Apr 23 09:27:30 arch kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
Apr 23 09:27:30 arch kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 *11 12 14 15)
Apr 23 09:27:30 arch kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 *11 12 14 15)
Apr 23 09:27:30 arch kernel: ACPI: Enabled 6 GPEs in block 00 to 3F
Apr 23 09:27:30 arch kernel: ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
Apr 23 09:27:30 arch kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
Apr 23 09:27:30 arch kernel: vgaarb: loaded
Apr 23 09:27:30 arch kernel: vgaarb: bridge control possible 0000:01:00.0
Apr 23 09:27:30 arch kernel: PCI: Using ACPI for IRQ routing
Apr 23 09:27:30 arch kernel: PCI: pci_cache_line_size set to 64 bytes
Apr 23 09:27:30 arch kernel: e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
Apr 23 09:27:30 arch kernel: e820: reserve RAM buffer [mem 0xaea7f000-0xafffffff]
Apr 23 09:27:30 arch kernel: e820: reserve RAM buffer [mem 0xaf800000-0xafffffff]
Apr 23 09:27:30 arch kernel: e820: reserve RAM buffer [mem 0x24f000000-0x24fffffff]
Apr 23 09:27:30 arch kernel: NetLabel: Initializing
Apr 23 09:27:30 arch kernel: NetLabel:  domain hash size = 128
Apr 23 09:27:30 arch kernel: NetLabel:  protocols = UNLABELED CIPSOv4
Apr 23 09:27:30 arch kernel: NetLabel:  unlabeled traffic allowed by default
Apr 23 09:27:30 arch kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Apr 23 09:27:30 arch kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Apr 23 09:27:30 arch kernel: Switched to clocksource hpet
Apr 23 09:27:30 arch kernel: pnp: PnP ACPI init
Apr 23 09:27:30 arch kernel: ACPI: bus type PNP registered
Apr 23 09:27:30 arch kernel: pnp 00:00: [dma 4]
Apr 23 09:27:30 arch kernel: pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
Apr 23 09:27:30 arch kernel: pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
Apr 23 09:27:30 arch kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
Apr 23 09:27:30 arch kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
Apr 23 09:27:30 arch kernel: system 00:04: [io  0x0680-0x069f] has been reserved
Apr 23 09:27:30 arch kernel: system 00:04: [io  0x1000-0x100f] has been reserved
Apr 23 09:27:30 arch kernel: system 00:04: [io  0xffff] has been reserved
Apr 23 09:27:30 arch kernel: system 00:04: [io  0xffff] has been reserved
Apr 23 09:27:30 arch kernel: system 00:04: [io  0x0400-0x0453] could not be reserved
Apr 23 09:27:30 arch kernel: system 00:04: [io  0x0458-0x047f] has been reserved
Apr 23 09:27:30 arch kernel: system 00:04: [io  0x0500-0x057f] has been reserved
Apr 23 09:27:30 arch kernel: system 00:04: [io  0x164e-0x164f] has been reserved
Apr 23 09:27:30 arch kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 23 09:27:30 arch kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
Apr 23 09:27:30 arch kernel: system 00:06: [io  0x0454-0x0457] has been reserved
Apr 23 09:27:30 arch kernel: system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Apr 23 09:27:30 arch kernel: pnp 00:07: Plug and Play ACPI device, IDs MSF0001 PNP0303 (active)
Apr 23 09:27:30 arch kernel: pnp 00:08: Plug and Play ACPI device, IDs SYN0740 SYN0700 SYN0002 PNP0f13 (active)
Apr 23 09:27:30 arch kernel: system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
Apr 23 09:27:30 arch kernel: system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
Apr 23 09:27:30 arch kernel: system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
Apr 23 09:27:30 arch kernel: system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
Apr 23 09:27:30 arch kernel: system 00:09: [mem 0xf0000000-0xf3ffffff] has been reserved
Apr 23 09:27:30 arch kernel: system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
Apr 23 09:27:30 arch kernel: system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
Apr 23 09:27:30 arch kernel: system 00:09: [mem 0xff000000-0xff000fff] has been reserved
Apr 23 09:27:30 arch kernel: system 00:09: [mem 0xff010000-0xffffffff] could not be reserved
Apr 23 09:27:30 arch kernel: system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
Apr 23 09:27:30 arch kernel: system 00:09: [mem 0xd2300000-0xd2300fff] has been reserved
Apr 23 09:27:30 arch kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 23 09:27:30 arch kernel: system 00:0a: [mem 0x20000000-0x201fffff] could not be reserved
Apr 23 09:27:30 arch kernel: system 00:0a: [mem 0x40004000-0x40004fff] could not be reserved
Apr 23 09:27:30 arch kernel: system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
Apr 23 09:27:30 arch kernel: pnp 00:0b: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
Apr 23 09:27:30 arch kernel: pnp: PnP ACPI: found 12 devices
Apr 23 09:27:30 arch kernel: ACPI: bus type PNP unregistered
Apr 23 09:27:30 arch kernel: pci 0000:01:00.0: no compatible bridge window for [mem 0xfff80000-0xffffffff pref]
Apr 23 09:27:30 arch kernel: pci 0000:01:00.0: BAR 6: assigned [mem 0xc2000000-0xc207ffff pref]
Apr 23 09:27:30 arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01-06]
Apr 23 09:27:30 arch kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
Apr 23 09:27:30 arch kernel: pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xd1ffffff]
Apr 23 09:27:30 arch kernel: pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xcfffffff 64bit pref]
Apr 23 09:27:30 arch kernel: pci 0000:00:1c.0: PCI bridge to [bus 07]
Apr 23 09:27:30 arch kernel: pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
Apr 23 09:27:30 arch kernel: pci 0000:00:1c.0:   bridge window [mem 0xd2000000-0xd20fffff 64bit pref]
Apr 23 09:27:30 arch kernel: pci 0000:00:1c.1: PCI bridge to [bus 08]
Apr 23 09:27:30 arch kernel: pci 0000:00:1c.1:   bridge window [io  0x2000-0x2fff]
Apr 23 09:27:30 arch kernel: pci 0000:00:1c.1:   bridge window [mem 0xd2100000-0xd21fffff]
Apr 23 09:27:30 arch kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
Apr 23 09:27:30 arch kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
Apr 23 09:27:30 arch kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
Apr 23 09:27:30 arch kernel: pci_bus 0000:00: resource 7 [mem 0xb0000000-0xfeafffff]
Apr 23 09:27:30 arch kernel: pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
Apr 23 09:27:30 arch kernel: pci_bus 0000:01: resource 1 [mem 0xd0000000-0xd1ffffff]
Apr 23 09:27:30 arch kernel: pci_bus 0000:01: resource 2 [mem 0xb0000000-0xcfffffff 64bit pref]
Apr 23 09:27:30 arch kernel: pci_bus 0000:07: resource 0 [io  0x3000-0x3fff]
Apr 23 09:27:30 arch kernel: pci_bus 0000:07: resource 2 [mem 0xd2000000-0xd20fffff 64bit pref]
Apr 23 09:27:30 arch kernel: pci_bus 0000:08: resource 0 [io  0x2000-0x2fff]
Apr 23 09:27:30 arch kernel: pci_bus 0000:08: resource 1 [mem 0xd2100000-0xd21fffff]
Apr 23 09:27:30 arch kernel: NET: Registered protocol family 2
Apr 23 09:27:30 arch kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes)
Apr 23 09:27:30 arch kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Apr 23 09:27:30 arch kernel: TCP: Hash tables configured (established 65536 bind 65536)
Apr 23 09:27:30 arch kernel: TCP: reno registered
Apr 23 09:27:30 arch kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes)
Apr 23 09:27:30 arch kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
Apr 23 09:27:30 arch kernel: NET: Registered protocol family 1
Apr 23 09:27:30 arch kernel: pci 0000:01:00.0: Boot video device
Apr 23 09:27:30 arch kernel: PCI: CLS 64 bytes, default 64
Apr 23 09:27:30 arch kernel: Unpacking initramfs...
Apr 23 09:27:30 arch kernel: Freeing initrd memory: 3104K (ffff8800379e0000 - ffff880037ce8000)
Apr 23 09:27:30 arch kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Apr 23 09:27:30 arch kernel: software IO TLB [mem 0xaaa7f000-0xaea7f000] (64MB) mapped at [ffff8800aaa7f000-ffff8800aea7efff]
Apr 23 09:27:30 arch kernel: Simple Boot Flag at 0x44 set to 0x1
Apr 23 09:27:30 arch kernel: RAPL PMU detected, hw unit 2^-16 Joules, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
Apr 23 09:27:30 arch kernel: Scanning for low memory corruption every 60 seconds
Apr 23 09:27:30 arch kernel: futex hash table entries: 2048 (order: 5, 131072 bytes)
Apr 23 09:27:30 arch kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
Apr 23 09:27:30 arch kernel: zbud: loaded
Apr 23 09:27:30 arch kernel: VFS: Disk quotas dquot_6.5.2
Apr 23 09:27:30 arch kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Apr 23 09:27:30 arch kernel: msgmni has been set to 15898
Apr 23 09:27:30 arch kernel: Key type big_key registered
Apr 23 09:27:30 arch kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
Apr 23 09:27:30 arch kernel: io scheduler noop registered
Apr 23 09:27:30 arch kernel: io scheduler deadline registered
Apr 23 09:27:30 arch kernel: io scheduler cfq registered (default)
Apr 23 09:27:30 arch kernel: pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
Apr 23 09:27:30 arch kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Apr 23 09:27:30 arch kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
Apr 23 09:27:30 arch kernel: vesafb: mode is 640x480x32, linelength=2560, pages=0
Apr 23 09:27:30 arch kernel: vesafb: scrolling: redraw
Apr 23 09:27:30 arch kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Apr 23 09:27:30 arch kernel: vesafb: framebuffer at 0xc1000000, mapped to 0xffffc90004e80000, using 1216k, total 1216k
Apr 23 09:27:30 arch kernel: Console: switching to colour frame buffer device 80x30
Apr 23 09:27:30 arch kernel: fb0: VESA VGA frame buffer device
Apr 23 09:27:30 arch kernel: intel_idle: MWAIT substates: 0x21120
Apr 23 09:27:30 arch kernel: intel_idle: v0.4 model 0x3A
Apr 23 09:27:30 arch kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
Apr 23 09:27:30 arch kernel: GHES: HEST is not enabled!
Apr 23 09:27:30 arch kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
Apr 23 09:27:30 arch kernel: Linux agpgart interface v0.103
Apr 23 09:27:30 arch kernel: rtc_cmos 00:05: RTC can wake from S4
Apr 23 09:27:30 arch kernel: rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
Apr 23 09:27:30 arch kernel: rtc_cmos 00:05: alarms up to one month, 242 bytes nvram, hpet irqs
Apr 23 09:27:30 arch kernel: Intel P-state driver initializing.
Apr 23 09:27:30 arch kernel: Intel pstate controlling: cpu 0
Apr 23 09:27:30 arch kernel: Intel pstate controlling: cpu 1
Apr 23 09:27:30 arch kernel: Intel pstate controlling: cpu 2
Apr 23 09:27:30 arch kernel: Intel pstate controlling: cpu 3
Apr 23 09:27:30 arch kernel: ledtrig-cpu: registered to indicate activity on CPUs
Apr 23 09:27:30 arch kernel: TCP: cubic registered
Apr 23 09:27:30 arch kernel: NET: Registered protocol family 10
Apr 23 09:27:30 arch kernel: NET: Registered protocol family 17
Apr 23 09:27:30 arch kernel: registered taskstats version 1
Apr 23 09:27:30 arch kernel:   Magic number: 10:912:481
Apr 23 09:27:30 arch kernel: rtc_cmos 00:05: setting system clock to 2014-04-23 12:27:27 UTC (1398256047)
Apr 23 09:27:30 arch kernel: PM: Hibernation image not present or could not be loaded.
Apr 23 09:27:30 arch kernel: Freeing unused kernel memory: 1112K (ffffffff818ca000 - ffffffff819e0000)
Apr 23 09:27:30 arch kernel: Write protecting the kernel read-only data: 8192k
Apr 23 09:27:30 arch kernel: Freeing unused kernel memory: 1112K (ffff8800014ea000 - ffff880001600000)
Apr 23 09:27:30 arch kernel: Freeing unused kernel memory: 436K (ffff880001793000 - ffff880001800000)
Apr 23 09:27:30 arch kernel: random: systemd-tmpfile urandom read with 1 bits of entropy available
Apr 23 09:27:30 arch systemd-udevd[57]: starting version 212
Apr 23 09:27:30 arch kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Apr 23 09:27:30 arch kernel: ACPI: bus type USB registered
Apr 23 09:27:30 arch kernel: usbcore: registered new interface driver usbfs
Apr 23 09:27:30 arch kernel: usbcore: registered new interface driver hub
Apr 23 09:27:30 arch kernel: usbcore: registered new device driver usb
Apr 23 09:27:30 arch kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Apr 23 09:27:30 arch kernel: ehci-pci: EHCI PCI platform driver
Apr 23 09:27:30 arch kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
Apr 23 09:27:30 arch kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
Apr 23 09:27:30 arch kernel: ehci-pci 0000:00:1a.0: debug port 2
Apr 23 09:27:30 arch kernel: SCSI subsystem initialized
Apr 23 09:27:30 arch kernel: libata version 3.00 loaded.
Apr 23 09:27:30 arch kernel: ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
Apr 23 09:27:30 arch kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xd2219000
Apr 23 09:27:30 arch kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Apr 23 09:27:30 arch kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Apr 23 09:27:30 arch kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Apr 23 09:27:30 arch kernel: hub 1-0:1.0: USB hub found
Apr 23 09:27:30 arch kernel: hub 1-0:1.0: 2 ports detected
Apr 23 09:27:30 arch kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
Apr 23 09:27:30 arch kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
Apr 23 09:27:30 arch kernel: ehci-pci 0000:00:1d.0: debug port 2
Apr 23 09:27:30 arch kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
Apr 23 09:27:30 arch kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xd2218000
Apr 23 09:27:30 arch kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Apr 23 09:27:30 arch kernel: hub 2-0:1.0: USB hub found
Apr 23 09:27:30 arch kernel: hub 2-0:1.0: 2 ports detected
Apr 23 09:27:30 arch kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Apr 23 09:27:30 arch kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
Apr 23 09:27:30 arch kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Apr 23 09:27:30 arch kernel: xhci_hcd 0000:00:14.0: irq 41 for MSI/MSI-X
Apr 23 09:27:30 arch kernel: hub 3-0:1.0: USB hub found
Apr 23 09:27:30 arch kernel: hub 3-0:1.0: 4 ports detected
Apr 23 09:27:30 arch kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Apr 23 09:27:30 arch kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
Apr 23 09:27:30 arch kernel: hub 4-0:1.0: USB hub found
Apr 23 09:27:30 arch kernel: hub 4-0:1.0: 4 ports detected
Apr 23 09:27:30 arch kernel: ahci 0000:00:1f.2: version 3.0
Apr 23 09:27:30 arch kernel: ahci 0000:00:1f.2: irq 42 for MSI/MSI-X
Apr 23 09:27:30 arch kernel: ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
Apr 23 09:27:30 arch kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
Apr 23 09:27:30 arch kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x5 impl SATA mode
Apr 23 09:27:30 arch kernel: ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo pio slum part ems apst 
Apr 23 09:27:30 arch kernel: scsi0 : ahci
Apr 23 09:27:30 arch kernel: scsi1 : ahci
Apr 23 09:27:30 arch kernel: scsi2 : ahci
Apr 23 09:27:30 arch kernel: scsi3 : ahci
Apr 23 09:27:30 arch kernel: scsi4 : ahci
Apr 23 09:27:30 arch kernel: scsi5 : ahci
Apr 23 09:27:30 arch kernel: ata1: SATA max UDMA/133 abar m2048@0xd2217000 port 0xd2217100 irq 42
Apr 23 09:27:30 arch kernel: ata2: DUMMY
Apr 23 09:27:30 arch kernel: ata3: SATA max UDMA/133 abar m2048@0xd2217000 port 0xd2217200 irq 42
Apr 23 09:27:30 arch kernel: ata4: DUMMY
Apr 23 09:27:30 arch kernel: ata5: DUMMY
Apr 23 09:27:30 arch kernel: ata6: DUMMY
Apr 23 09:27:30 arch kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
Apr 23 09:27:30 arch kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Apr 23 09:27:30 arch kernel: ata1.00: ATA-8: WDC WD7500BPKT-00PK4T0, 01.01A01, max UDMA/133
Apr 23 09:27:30 arch kernel: ata1.00: 1465149168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
Apr 23 09:27:30 arch kernel: ata1.00: configured for UDMA/133
Apr 23 09:27:30 arch kernel: scsi 0:0:0:0: Direct-Access     ATA      WDC WD7500BPKT-0 01.0 PQ: 0 ANSI: 5
Apr 23 09:27:30 arch kernel: hub 1-1:1.0: USB hub found
Apr 23 09:27:30 arch kernel: hub 1-1:1.0: 6 ports detected
Apr 23 09:27:30 arch kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
Apr 23 09:27:30 arch kernel: hub 2-1:1.0: USB hub found
Apr 23 09:27:30 arch kernel: hub 2-1:1.0: 6 ports detected
Apr 23 09:27:30 arch kernel: ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Apr 23 09:27:30 arch kernel: ata3.00: ATAPI: Slimtype DVD A  DS8A8SH, KX12, max UDMA/100
Apr 23 09:27:30 arch kernel: ata3.00: configured for UDMA/100
Apr 23 09:27:30 arch kernel: scsi 2:0:0:0: CD-ROM            Slimtype DVD A  DS8A8SH   KX12 PQ: 0 ANSI: 5
Apr 23 09:27:30 arch kernel: sd 0:0:0:0: [sda] 1465149168 512-byte logical blocks: (750 GB/698 GiB)
Apr 23 09:27:30 arch kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Apr 23 09:27:30 arch kernel: sd 0:0:0:0: [sda] Write Protect is off
Apr 23 09:27:30 arch kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Apr 23 09:27:30 arch kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr 23 09:27:30 arch kernel: sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
Apr 23 09:27:30 arch kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Apr 23 09:27:30 arch kernel: sr 2:0:0:0: Attached scsi CD-ROM sr0
Apr 23 09:27:30 arch kernel: usb 1-1.2: new low-speed USB device number 3 using ehci-pci
Apr 23 09:27:30 arch kernel:  sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
Apr 23 09:27:30 arch kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Apr 23 09:27:30 arch kernel: hidraw: raw HID events driver (C) Jiri Kosina
Apr 23 09:27:30 arch kernel: usbcore: registered new interface driver usbhid
Apr 23 09:27:30 arch kernel: usbhid: USB HID core driver
Apr 23 09:27:30 arch kernel: input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:093A:2510.0001/input/input2
Apr 23 09:27:30 arch kernel: hid-generic 0003:093A:2510.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:1a.0-1.2/input0
Apr 23 09:27:30 arch kernel: usb 1-1.3: new high-speed USB device number 4 using ehci-pci
Apr 23 09:27:30 arch kernel: tsc: Refined TSC clocksource calibration: 2494.334 MHz
Apr 23 09:27:30 arch kernel: usb 1-1.4: new high-speed USB device number 5 using ehci-pci
Apr 23 09:27:30 arch kernel: usb 1-1.5: new full-speed USB device number 6 using ehci-pci
Apr 23 09:27:30 arch kernel: usb 1-1.6: new full-speed USB device number 7 using ehci-pci
Apr 23 09:27:30 arch kernel: EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
Apr 23 09:27:30 arch kernel: Switched to clocksource tsc
Apr 23 09:27:30 arch kernel: random: nonblocking pool is initialized
Apr 23 09:27:30 arch systemd[1]: systemd 212 running in system mode. (+PAM -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ +SECCOMP -APPARMOR)
Apr 23 09:27:30 arch systemd[1]: Detected architecture 'x86-64'.
Apr 23 09:27:30 arch systemd[1]: Set hostname to <arch>.
Apr 23 09:27:30 arch systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
Apr 23 09:27:30 arch systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
Apr 23 09:27:30 arch systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Apr 23 09:27:30 arch systemd[1]: Starting Remote File Systems.
Apr 23 09:27:30 arch systemd[1]: Reached target Remote File Systems.
Apr 23 09:27:30 arch systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
Apr 23 09:27:30 arch systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Apr 23 09:27:30 arch systemd[1]: Starting Encrypted Volumes.
Apr 23 09:27:30 arch systemd[1]: Reached target Encrypted Volumes.
Apr 23 09:27:30 arch systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
Apr 23 09:27:30 arch systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Apr 23 09:27:30 arch systemd[1]: Starting Paths.
Apr 23 09:27:30 arch systemd[1]: Reached target Paths.
Apr 23 09:27:30 arch systemd[1]: Expecting device dev-disk-by\x2duuid-44886b0e\x2ddc8f\x2d46b1\x2dbd4f\x2d56a420990fdf.device...
Apr 23 09:27:30 arch systemd[1]: Expecting device dev-disk-by\x2duuid-a3056776\x2d1c86\x2d4ba0\x2d8eb7\x2de56c414872fc.device...
Apr 23 09:27:30 arch systemd[1]: Starting Root Slice.
Apr 23 09:27:30 arch systemd[1]: Created slice Root Slice.
Apr 23 09:27:30 arch systemd[1]: Starting User and Session Slice.
Apr 23 09:27:30 arch systemd[1]: Created slice User and Session Slice.
Apr 23 09:27:30 arch systemd[1]: Starting Delayed Shutdown Socket.
Apr 23 09:27:30 arch systemd[1]: Listening on Delayed Shutdown Socket.
Apr 23 09:27:30 arch systemd[1]: Starting Device-mapper event daemon FIFOs.
Apr 23 09:27:30 arch systemd[1]: Listening on Device-mapper event daemon FIFOs.
Apr 23 09:27:30 arch systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
Apr 23 09:27:30 arch systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
Apr 23 09:27:30 arch systemd[1]: Starting LVM2 metadata daemon socket.
Apr 23 09:27:30 arch systemd[1]: Listening on LVM2 metadata daemon socket.
Apr 23 09:27:30 arch systemd[1]: Starting udev Kernel Socket.
Apr 23 09:27:30 arch systemd[1]: Listening on udev Kernel Socket.
Apr 23 09:27:30 arch systemd[1]: Starting udev Control Socket.
Apr 23 09:27:30 arch systemd[1]: Listening on udev Control Socket.
Apr 23 09:27:30 arch systemd[1]: Starting Journal Socket.
Apr 23 09:27:30 arch systemd[1]: Listening on Journal Socket.
Apr 23 09:27:30 arch systemd[1]: Starting System Slice.
Apr 23 09:27:30 arch systemd[1]: Created slice System Slice.
Apr 23 09:27:30 arch systemd[1]: Mounting Temporary Directory...
Apr 23 09:27:30 arch systemd[1]: Starting system-getty.slice.
Apr 23 09:27:30 arch systemd[1]: Created slice system-getty.slice.
Apr 23 09:27:30 arch systemd[1]: Mounting Huge Pages File System...
Apr 23 09:27:30 arch systemd[1]: Started Load Kernel Modules.
Apr 23 09:27:30 arch systemd[1]: Starting Setup Virtual Console...
Apr 23 09:27:30 arch systemd[1]: Mounting POSIX Message Queue File System...
Apr 23 09:27:30 arch systemd[1]: Starting Create list of required static device nodes for the current kernel...
Apr 23 09:27:30 arch systemd[1]: Mounted FUSE Control File System.
Apr 23 09:27:30 arch systemd[1]: Starting Apply Kernel Variables...
Apr 23 09:27:30 arch systemd[1]: Started Set Up Additional Binary Formats.
Apr 23 09:27:30 arch systemd[1]: Mounting Configuration File System...
Apr 23 09:27:30 arch systemd[1]: Mounting Debug File System...
Apr 23 09:27:30 arch systemd[1]: Starting udev Coldplug all Devices...
Apr 23 09:27:30 arch systemd[1]: Starting Journal Service...
Apr 23 09:27:30 arch systemd[1]: Started Journal Service.
Apr 23 09:27:30 arch systemd-journal[146]: Journal started
Apr 23 09:27:30 arch systemd[1]: Starting Slices.
Apr 23 09:27:30 arch systemd[1]: Reached target Slices.
Apr 23 09:27:30 arch systemd[1]: Starting Remount Root and Kernel File Systems...
Apr 23 09:27:30 arch systemd[1]: Started Create list of required static device nodes for the current kernel.
Apr 23 09:27:30 arch systemd[1]: Started Apply Kernel Variables.
Apr 23 09:27:30 arch systemd[1]: Starting Create Static Device Nodes in /dev...
Apr 23 09:27:30 arch systemd[1]: Mounted Debug File System.
Apr 23 09:27:30 arch systemd[1]: Mounted Configuration File System.
Apr 23 09:27:30 arch systemd[1]: Mounted POSIX Message Queue File System.
Apr 23 09:27:30 arch systemd[1]: Mounted Huge Pages File System.
Apr 23 09:27:30 arch systemd[1]: Mounted Temporary Directory.
Apr 23 09:27:30 arch kernel: EXT4-fs (sda3): re-mounted. Opts: data=ordered
Apr 23 09:27:30 arch systemd[1]: Started Remount Root and Kernel File Systems.
Apr 23 09:27:30 arch systemd[1]: Starting Load/Save Random Seed...
Apr 23 09:27:30 arch systemd[1]: Starting Local File Systems (Pre).
Apr 23 09:27:30 arch systemd[1]: Reached target Local File Systems (Pre).
Apr 23 09:27:30 arch systemd-udevd[162]: starting version 212
Apr 23 09:27:30 arch systemd[1]: Started udev Kernel Device Manager.
Apr 23 09:27:30 arch systemd[1]: Started Load/Save Random Seed.
Apr 23 09:27:30 arch systemd[1]: Started Setup Virtual Console.
Apr 23 09:27:30 arch kernel: tpm_tis 00:0b: 1.2 TPM (device-id 0xB, rev-id 16)
Apr 23 09:27:30 arch kernel: input: PC Speaker as /devices/platform/pcspkr/input/input3
Apr 23 09:27:31 arch kernel: input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0C:00/input/input4
Apr 23 09:27:31 arch kernel: ACPI: Power Button [PWRB]
Apr 23 09:27:31 arch kernel: input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0E:00/input/input5
Apr 23 09:27:31 arch kernel: ACPI: Sleep Button [SLPB]
Apr 23 09:27:31 arch kernel: input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input6
Apr 23 09:27:31 arch kernel: ACPI: Lid Switch [LID0]
Apr 23 09:27:31 arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
Apr 23 09:27:31 arch kernel: ACPI: Power Button [PWRF]
Apr 23 09:27:31 arch kernel: ACPI Warning: SystemIO range 0x0000000000005000-0x000000000000501f conflicts with OpRegion 0x0000000000005000-0x000000000000500f (\_SB_.PCI0.SBUS.SMBI) (20131218/utaddress-258)
Apr 23 09:27:31 arch kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Apr 23 09:27:31 arch kernel: ACPI: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
Apr 23 09:27:31 arch kernel: [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
Apr 23 09:27:31 arch kernel: ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042f conflicts with OpRegion 0x0000000000000400-0x000000000000047f (\PMIO) (20131218/utaddress-258)
Apr 23 09:27:31 arch kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Apr 23 09:27:31 arch kernel: ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20131218/utaddress-258)
Apr 23 09:27:31 arch kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Apr 23 09:27:31 arch kernel: ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20131218/utaddress-258)
Apr 23 09:27:31 arch kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Apr 23 09:27:31 arch kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
Apr 23 09:27:31 arch kernel: mei_me 0000:00:16.0: irq 43 for MSI/MSI-X
Apr 23 09:27:31 arch kernel: ACPI: Fan [FAN0] (off)
Apr 23 09:27:31 arch kernel: acpi device:39: registered as cooling_device5
Apr 23 09:27:31 arch kernel: ACPI: AC Adapter [ACAD] (on-line)
Apr 23 09:27:31 arch kernel: ACPI: Fan [FAN1] (off)
Apr 23 09:27:31 arch kernel: input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:38/LNXVIDEO:00/input/input8
Apr 23 09:27:31 arch kernel: ACPI: Fan [FAN2] (off)
Apr 23 09:27:31 arch kernel: ACPI: Fan [FAN3] (off)
Apr 23 09:27:31 arch kernel: ACPI: Fan [FAN4] (off)
Apr 23 09:27:31 arch kernel: thermal LNXTHERM:00: registered as thermal_zone0
Apr 23 09:27:31 arch kernel: ACPI: Thermal Zone [TZ00] (28 C)
Apr 23 09:27:31 arch kernel: thermal LNXTHERM:01: registered as thermal_zone1
Apr 23 09:27:31 arch kernel: ACPI: Thermal Zone [TZ01] (30 C)
Apr 23 09:27:31 arch kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Apr 23 09:27:31 arch kernel: snd_hda_intel 0000:00:1b.0: irq 44 for MSI/MSI-X
Apr 23 09:27:31 arch kernel: hda_intel: Disabling MSI
Apr 23 09:27:31 arch kernel: hda-intel 0000:01:00.1: Handle VGA-switcheroo audio client
Apr 23 09:27:31 arch kernel: microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x15
Apr 23 09:27:31 arch kernel: microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x15
Apr 23 09:27:31 arch kernel: microcode: CPU2 sig=0x306a9, pf=0x10, revision=0x15
Apr 23 09:27:31 arch kernel: microcode: CPU3 sig=0x306a9, pf=0x10, revision=0x15
Apr 23 09:27:31 arch kernel: microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
Apr 23 09:27:31 arch kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
Apr 23 09:27:31 arch kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
Apr 23 09:27:31 arch kernel: r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
Apr 23 09:27:31 arch kernel: r8169 0000:07:00.0: can't disable ASPM; OS doesn't have ASPM control
Apr 23 09:27:31 arch kernel: r8169 0000:07:00.0: irq 45 for MSI/MSI-X
Apr 23 09:27:31 arch kernel: r8169 0000:07:00.0 eth0: RTL8168evl/8111evl at 0xffffc900056f6000, b8:88:e3:ce:73:11, XID 0c900800 IRQ 45
Apr 23 09:27:31 arch kernel: r8169 0000:07:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
Apr 23 09:27:31 arch kernel: [Firmware Bug]: battery: (dis)charge rate invalid.
Apr 23 09:27:31 arch kernel: ACPI: Battery Slot [BAT1] (battery present)
Apr 23 09:27:31 arch kernel: AVX version of gcm_enc/dec engaged.
Apr 23 09:27:31 arch kernel: [drm] Initialized drm 1.1.0 20060810
Apr 23 09:27:31 arch kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12
Apr 23 09:27:31 arch kernel: cfg80211: Calling CRDA to update world regulatory domain
Apr 23 09:27:31 arch kernel: mousedev: PS/2 mouse device common for all mice
Apr 23 09:27:31 arch kernel: wmi: Mapper loaded
Apr 23 09:27:31 arch kernel: rts5139: module is from the staging directory, the quality is unknown, you have been warned.
Apr 23 09:27:31 arch kernel: scsi6 : SCSI emulation for RTS5139 USB card reader
Apr 23 09:27:31 arch kernel: usbcore: registered new interface driver rts5139
Apr 23 09:27:31 arch kernel: scsi 6:0:0:0: Direct-Access     Generic- xD/SD/M.S.       1.00 PQ: 0 ANSI: 0 CCS
Apr 23 09:27:31 arch kernel: media: Linux media interface: v0.10
Apr 23 09:27:31 arch kernel: Linux video capture interface: v2.00
Apr 23 09:27:31 arch kernel: rtl8192ce: Using firmware rtlwifi/rtl8192cfw.bin
Apr 23 09:27:31 arch kernel: Bluetooth: Core ver 2.18
Apr 23 09:27:31 arch kernel: NET: Registered protocol family 31
Apr 23 09:27:31 arch kernel: Bluetooth: HCI device and connection manager initialized
Apr 23 09:27:31 arch kernel: Bluetooth: HCI socket layer initialized
Apr 23 09:27:31 arch kernel: Bluetooth: L2CAP socket layer initialized
Apr 23 09:27:31 arch kernel: Bluetooth: SCO socket layer initialized
Apr 23 09:27:31 arch kernel: usbcore: registered new interface driver btusb
Apr 23 09:27:31 arch systemd-udevd[175]: renamed network interface eth0 to enp7s0
Apr 23 09:27:31 arch kernel: uvcvideo: Found UVC 1.00 device USB Camera (0bda:5718)
Apr 23 09:27:31 arch kernel: iTCO_vendor_support: vendor-support=0
Apr 23 09:27:31 arch kernel: input: USB Camera as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input13
Apr 23 09:27:31 arch kernel: usbcore: registered new interface driver uvcvideo
Apr 23 09:27:31 arch kernel: USB Video Class driver (1.1.1)
Apr 23 09:27:31 arch kernel: intel_rapl: domain uncore energy ctr 0:0 not working, skip
Apr 23 09:27:31 arch kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
Apr 23 09:27:31 arch kernel: ACPI: \_SB_.PCI0.PEG0.PEGP: failed to evaluate _DSM
Apr 23 09:27:31 arch kernel: checking generic (c1000000 130000) vs hw (b0000000 10000000)
Apr 23 09:27:31 arch kernel: checking generic (c1000000 130000) vs hw (c0000000 2000000)
Apr 23 09:27:31 arch kernel: fb: conflicting fb hw usage nouveaufb vs VESA VGA - removing generic driver
Apr 23 09:27:31 arch kernel: Console: switching to colour dummy device 80x25
Apr 23 09:27:31 arch kernel: nouveau  [  DEVICE][0000:01:00.0] BOOT0  : 0x0e7120a2
Apr 23 09:27:31 arch kernel: nouveau  [  DEVICE][0000:01:00.0] Chipset: GK107 (NVE7)
Apr 23 09:27:31 arch kernel: nouveau  [  DEVICE][0000:01:00.0] Family : NVE0
Apr 23 09:27:31 arch kernel: nouveau  [   VBIOS][0000:01:00.0] checking PRAMIN for image...
Apr 23 09:27:31 arch kernel: nouveau  [   VBIOS][0000:01:00.0] ... signature not found
Apr 23 09:27:31 arch kernel: nouveau  [   VBIOS][0000:01:00.0] checking PROM for image...
Apr 23 09:27:31 arch kernel: nouveau  [   VBIOS][0000:01:00.0] ... signature not found
Apr 23 09:27:31 arch kernel: nouveau  [   VBIOS][0000:01:00.0] checking ACPI for image...
Apr 23 09:27:31 arch kernel: nouveau  [   VBIOS][0000:01:00.0] ... signature not found
Apr 23 09:27:31 arch kernel: nouveau  [   VBIOS][0000:01:00.0] checking PCIROM for image...
Apr 23 09:27:31 arch kernel: nouveau 0000:01:00.0: Invalid ROM contents
Apr 23 09:27:31 arch kernel: nouveau  [   VBIOS][0000:01:00.0] ... appears to be valid
Apr 23 09:27:31 arch kernel: nouveau  [   VBIOS][0000:01:00.0] using image from PCIROM
Apr 23 09:27:31 arch kernel: nouveau  [   VBIOS][0000:01:00.0] BIT signature found
Apr 23 09:27:31 arch kernel: nouveau  [   VBIOS][0000:01:00.0] version 80.07.4d.00.09
Apr 23 09:27:31 arch kernel: nouveau E[   VBIOS][0000:01:00.0] 0x8413[ ]: unknown opcode 0x48
Apr 23 09:27:31 arch kernel: nouveau E[ DEVINIT][0000:01:00.0] init failed, -22
Apr 23 09:27:31 arch kernel: nouveau E[     DRM] failed to create 0x80000080, -22
Apr 23 09:27:31 arch kernel: nouveau: probe of 0000:01:00.0 failed with error -22
Apr 23 09:27:31 arch kernel: sd 6:0:0:0: [sdb] Attached SCSI removable disk
Apr 23 09:27:31 arch kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
Apr 23 09:27:31 arch kernel: iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
Apr 23 09:27:31 arch kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Apr 23 09:27:31 arch kernel: ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
Apr 23 09:27:31 arch kernel: rtlwifi: wireless switch is on
Apr 23 09:27:31 arch systemd[1]: Starting system-systemd\x2dbacklight.slice.
Apr 23 09:27:31 arch systemd[1]: Created slice system-systemd\x2dbacklight.slice.
Apr 23 09:27:31 arch systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Apr 23 09:27:31 arch systemd[1]: Starting system-systemd\x2drfkill.slice.
Apr 23 09:27:31 arch systemd[1]: Created slice system-systemd\x2drfkill.slice.
Apr 23 09:27:31 arch systemd[1]: Starting Load/Save RF Kill Switch Status of rfkill1...
Apr 23 09:27:31 arch systemd[1]: Starting Load/Save RF Kill Switch Status of rfkill0...
Apr 23 09:27:31 arch systemd[1]: Starting Bluetooth.
Apr 23 09:27:31 arch systemd[1]: Reached target Bluetooth.
Apr 23 09:27:31 arch systemd[1]: Starting Sound Card.
Apr 23 09:27:31 arch systemd[1]: Reached target Sound Card.
Apr 23 09:27:31 arch systemd[1]: Found device WDC_WD7500BPKT-00PK4T0 5.
Apr 23 09:27:31 arch systemd[1]: Activating swap /dev/disk/by-uuid/44886b0e-dc8f-46b1-bd4f-56a420990fdf...
Apr 23 09:27:32 arch systemd[1]: Started Load/Save RF Kill Switch Status of rfkill1.
Apr 23 09:27:32 arch systemd[1]: Started Load/Save RF Kill Switch Status of rfkill0.
Apr 23 09:27:32 arch systemd[1]: Activated swap /dev/disk/by-uuid/44886b0e-dc8f-46b1-bd4f-56a420990fdf.
Apr 23 09:27:32 arch systemd[1]: Starting Swap.
Apr 23 09:27:32 arch systemd[1]: Reached target Swap.
Apr 23 09:27:32 arch systemd-udevd[167]: renamed network interface wlan0 to wlp8s0
Apr 23 09:27:32 arch kernel: Adding 2931824k swap on /dev/sda5.  Priority:-1 extents:1 across:2931824k FS
Apr 23 09:27:32 arch systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Apr 23 09:27:32 arch kernel: psmouse serio1: synaptics: Touchpad model: 1, fw: 7.5, id: 0x1e0b1, caps: 0xd00073/0x240000/0xa0400, board id: 1694, fw id: 705179
Apr 23 09:27:32 arch kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input9
Apr 23 09:27:32 arch systemd[1]: Found device WDC_WD7500BPKT-00PK4T0 6.
Apr 23 09:27:32 arch systemd[1]: Mounting /home...
Apr 23 09:27:32 arch systemd[1]: Mounted /home.
Apr 23 09:27:32 arch systemd[1]: Starting Local File Systems.
Apr 23 09:27:32 arch systemd[1]: Reached target Local File Systems.
Apr 23 09:27:32 arch systemd[1]: Starting Create Volatile Files and Directories...
Apr 23 09:27:32 arch kernel: EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: data=ordered
Apr 23 09:27:32 arch systemd[1]: Starting Trigger Flushing of Journal to Persistent Storage...
Apr 23 09:27:32 arch systemd[1]: Started Create Volatile Files and Directories.
Apr 23 09:27:32 arch systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Apr 23 09:27:32 arch systemd-journal[146]: Permanent journal is using 32.0M (max allowed 2.7G, trying to leave 4.0G free of 25.0G available → current limit 2.7G).
Apr 23 09:27:33 arch systemd-journal[146]: Time spent on flushing to /var is 388.749ms for 834 entries.
Apr 23 09:27:33 arch dbus[258]: [system] Successfully activated service 'org.freedesktop.systemd1'
Apr 23 09:27:32 arch systemd[1]: Started Update UTMP about System Boot/Shutdown.
Apr 23 09:27:32 arch systemd[1]: Starting System Initialization.
Apr 23 09:27:32 arch systemd[1]: Reached target System Initialization.
Apr 23 09:27:32 arch systemd[1]: Starting Daily verification of password and group files.
Apr 23 09:27:32 arch systemd[1]: Started Daily verification of password and group files.
Apr 23 09:27:32 arch systemd[1]: Starting Daily rotation of log files.
Apr 23 09:27:32 arch systemd[1]: Started Daily rotation of log files.
Apr 23 09:27:32 arch systemd[1]: Starting Daily man-db cache update.
Apr 23 09:27:32 arch systemd[1]: Started Daily man-db cache update.
Apr 23 09:27:32 arch systemd[1]: Starting D-Bus System Message Bus Socket.
Apr 23 09:27:32 arch systemd[1]: Listening on D-Bus System Message Bus Socket.
Apr 23 09:27:33 arch systemd-logind[257]: Watching system buttons on /dev/input/event6 (Power Button)
Apr 23 09:27:33 arch systemd-logind[257]: Watching system buttons on /dev/input/event3 (Power Button)
Apr 23 09:27:33 arch systemd-logind[257]: Watching system buttons on /dev/input/event4 (Sleep Button)
Apr 23 09:27:33 arch systemd-logind[257]: Watching system buttons on /dev/input/event7 (Video Bus)
Apr 23 09:27:33 arch systemd-logind[257]: Watching system buttons on /dev/input/event5 (Lid Switch)
Apr 23 09:27:33 arch systemd-logind[257]: New seat seat0.
Apr 23 09:28:00 arch login[261]: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
Apr 23 09:28:00 arch systemd[1]: Starting user-0.slice.
Apr 23 09:28:00 arch systemd[1]: Created slice user-0.slice.
Apr 23 09:28:00 arch systemd[1]: Starting User Manager for UID 0...
Apr 23 09:28:00 arch systemd[1]: Starting Session c1 of user root.
Apr 23 09:28:00 arch systemd-logind[257]: New session c1 of user root.
Apr 23 09:28:00 arch systemd[1]: Started Session c1 of user root.
Apr 23 09:28:00 arch systemd[262]: pam_unix(systemd-user:session): session opened for user root by (uid=0)
Apr 23 09:28:00 arch systemd[262]: Starting Paths.
Apr 23 09:28:00 arch systemd[262]: Reached target Paths.
Apr 23 09:28:00 arch systemd[262]: Starting Timers.
Apr 23 09:28:00 arch systemd[262]: Reached target Timers.
Apr 23 09:28:00 arch systemd[262]: Starting Sockets.
Apr 23 09:28:00 arch systemd[262]: Reached target Sockets.
Apr 23 09:28:00 arch systemd[262]: Starting Basic System.
Apr 23 09:28:00 arch systemd[262]: Reached target Basic System.
Apr 23 09:28:00 arch systemd[262]: Starting Default.
Apr 23 09:28:00 arch systemd[262]: Reached target Default.
Apr 23 09:28:00 arch systemd[262]: Startup finished in 64ms.
Apr 23 09:28:00 arch systemd[1]: Started User Manager for UID 0.
Apr 23 09:28:00 arch login[261]: ROOT LOGIN ON tty1
Apr 23 09:28:04 arch systemd[1]: Stopping Session c1 of user root.
Apr 23 09:28:04 arch systemd[1]: Stopped Session c1 of user root.
Apr 23 09:28:04 arch systemd[1]: Stopping Bluetooth.
Apr 23 09:28:04 arch systemd[1]: Stopped target Bluetooth.
Apr 23 09:28:04 arch systemd[1]: Stopping Sound Card.
Apr 23 09:28:04 arch systemd[1]: Stopped target Sound Card.
Apr 23 09:28:04 arch systemd[1]: Stopping User Manager for UID 0...
Apr 23 09:28:04 arch systemd[1]: Stopping Graphical Interface.
Apr 23 09:28:04 arch systemd[1]: Stopped target Graphical Interface.
Apr 23 09:28:04 arch systemd[1]: Stopping Multi-User System.
Apr 23 09:28:04 arch systemd[1]: Stopped target Multi-User System.
Apr 23 09:28:04 arch systemd[1]: Stopping Login Prompts.
Apr 23 09:28:04 arch systemd[1]: Stopped target Login Prompts.
Apr 23 09:28:04 arch systemd[1]: Stopping Login Service...
Apr 23 09:28:04 arch systemd[1]: Stopping D-Bus System Message Bus...
Apr 23 09:28:04 arch systemd[1]: Starting Generate shutdown-ramfs...
Apr 23 09:28:04 arch systemd[1]: Stopped D-Bus System Message Bus.
Apr 23 09:28:04 arch systemd[1]: Stopped Getty on tty1.
Apr 23 09:28:04 arch systemd[1]: Stopping system-getty.slice.
Apr 23 09:28:04 arch systemd[1]: Removed slice system-getty.slice.
Apr 23 09:28:05 arch systemd[262]: Stopping Default.
Apr 23 09:28:05 arch systemd[262]: Stopped target Default.
Apr 23 09:28:05 arch systemd[262]: Stopping Basic System.
Apr 23 09:28:05 arch systemd[262]: Stopped target Basic System.
Apr 23 09:28:05 arch systemd[262]: Stopping Paths.
Apr 23 09:28:05 arch systemd[262]: Stopped target Paths.
Apr 23 09:28:05 arch systemd[262]: Stopping Timers.
Apr 23 09:28:05 arch systemd[262]: Stopped target Timers.
Apr 23 09:28:05 arch systemd[262]: Stopping Sockets.
Apr 23 09:28:05 arch systemd[262]: Stopped target Sockets.
Apr 23 09:28:05 arch systemd[262]: Starting Shutdown.
Apr 23 09:28:05 arch systemd[262]: Reached target Shutdown.
Apr 23 09:28:05 arch systemd[262]: Starting Exit the Session...
Apr 23 09:28:05 arch systemd[262]: Received SIGRTMIN+24 from PID 274 (kill).
Apr 23 09:28:05 arch systemd[264]: pam_unix(systemd-user:session): session closed for user root
Apr 23 09:28:05 arch systemd[1]: Stopped User Manager for UID 0.
Apr 23 09:28:05 arch systemd[1]: Stopping user-0.slice.
Apr 23 09:28:05 arch systemd[1]: Removed slice user-0.slice.
Apr 23 09:28:05 arch systemd[1]: Stopping Permit User Sessions...
Apr 23 09:28:05 arch systemd[1]: Stopped Permit User Sessions.
Apr 23 09:28:05 arch systemd[1]: Stopping Remote File Systems.
Apr 23 09:28:05 arch systemd[1]: Stopped target Remote File Systems.
Apr 23 09:28:05 arch systemd[1]: Stopped Login Service.
Apr 23 09:28:05 arch systemd[1]: Stopping Basic System.
Apr 23 09:28:05 arch systemd[1]: Stopped target Basic System.
Apr 23 09:28:05 arch systemd[1]: Stopping Slices.
Apr 23 09:28:05 arch systemd[1]: Stopped target Slices.
Apr 23 09:28:05 arch systemd[1]: Stopping Paths.
Apr 23 09:28:05 arch systemd[1]: Stopped target Paths.
Apr 23 09:28:05 arch systemd[1]: Stopping Forward Password Requests to Wall Directory Watch.
Apr 23 09:28:05 arch systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
Apr 23 09:28:05 arch systemd[1]: Stopping Dispatch Password Requests to Console Directory Watch.
Apr 23 09:28:05 arch systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Apr 23 09:28:05 arch systemd[1]: Stopping Timers.
Apr 23 09:28:05 arch systemd[1]: Stopped target Timers.
Apr 23 09:28:05 arch systemd[1]: Stopping Daily verification of password and group files.
Apr 23 09:28:05 arch systemd[1]: Stopped Daily verification of password and group files.
Apr 23 09:28:05 arch systemd[1]: Stopping Daily rotation of log files.
Apr 23 09:28:05 arch systemd[1]: Stopped Daily rotation of log files.
Apr 23 09:28:05 arch systemd[1]: Stopping Daily man-db cache update.
Apr 23 09:28:05 arch systemd[1]: Stopped Daily man-db cache update.
Apr 23 09:28:05 arch systemd[1]: Stopping Daily Cleanup of Temporary Directories.
Apr 23 09:28:05 arch systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Apr 23 09:28:05 arch systemd[1]: Stopping Sockets.
Apr 23 09:28:05 arch systemd[1]: Stopped target Sockets.
Apr 23 09:28:05 arch systemd[1]: Stopping Device-mapper event daemon FIFOs.
Apr 23 09:28:05 arch systemd[1]: Closed Device-mapper event daemon FIFOs.
Apr 23 09:28:05 arch systemd[1]: Stopping LVM2 metadata daemon socket.
Apr 23 09:28:05 arch systemd[1]: Closed LVM2 metadata daemon socket.
Apr 23 09:28:05 arch systemd[1]: Stopping D-Bus System Message Bus Socket.
Apr 23 09:28:05 arch systemd[1]: Closed D-Bus System Message Bus Socket.
Apr 23 09:28:05 arch systemd[1]: Stopping System Initialization.
Apr 23 09:28:05 arch systemd[1]: Stopped target System Initialization.
Apr 23 09:28:05 arch systemd[1]: Stopping Load/Save RF Kill Switch Status of rfkill1...
Apr 23 09:28:05 arch systemd[1]: Stopping Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Apr 23 09:28:05 arch systemd[1]: Stopping Load/Save RF Kill Switch Status of rfkill0...
Apr 23 09:28:05 arch systemd[1]: Stopping Update UTMP about System Boot/Shutdown...
Apr 23 09:28:05 arch systemd[1]: Stopping Setup Virtual Console...
Apr 23 09:28:05 arch systemd[1]: Stopped Setup Virtual Console.
Apr 23 09:28:05 arch systemd[1]: Stopping Encrypted Volumes.
Apr 23 09:28:05 arch systemd[1]: Stopped target Encrypted Volumes.
Apr 23 09:28:05 arch systemd[1]: Stopping Load/Save Random Seed...
Apr 23 09:28:05 arch systemd[1]: Stopping Apply Kernel Variables...
Apr 23 09:28:05 arch systemd[1]: Stopped Apply Kernel Variables.
Apr 23 09:28:05 arch systemd[1]: Stopping Swap.
Apr 23 09:28:05 arch systemd[1]: Stopped target Swap.
Apr 23 09:28:05 arch systemd[1]: Deactivating swap /dev/sda5...
Apr 23 09:28:05 arch systemd[1]: Deactivating swap /dev/sda5...
Apr 23 09:28:05 arch systemd[1]: Deactivating swap /dev/sda5...
Apr 23 09:28:05 arch systemd[1]: Deactivating swap /dev/sda5...
Apr 23 09:28:05 arch systemd[1]: Stopping User and Session Slice.
Apr 23 09:28:05 arch systemd[1]: Removed slice User and Session Slice.
Apr 23 09:28:05 arch systemd[1]: Stopped Load/Save RF Kill Switch Status of rfkill1.
Apr 23 09:28:05 arch mkinitcpio[272]: ==> Starting build: none
Apr 23 09:28:05 arch systemd[1]: Stopped Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Apr 23 09:28:05 arch systemd[1]: Stopped Load/Save RF Kill Switch Status of rfkill0.
Apr 23 09:28:05 arch systemd[1]: Stopped Update UTMP about System Boot/Shutdown.
Apr 23 09:28:05 arch systemd[1]: Stopped Load/Save Random Seed.
Apr 23 09:28:05 arch systemd[1]: Deactivated swap /dev/disk/by-id/wwn-0x50014ee6587347ae-part5.
Apr 23 09:28:05 arch systemd[1]: Deactivated swap /dev/disk/by-id/ata-WDC_WD7500BPKT-00PK4T0_WD-WX51A82D2419-part5.
Apr 23 09:28:05 arch systemd[1]: Deactivated swap /dev/disk/by-uuid/44886b0e-dc8f-46b1-bd4f-56a420990fdf.
Apr 23 09:28:05 arch systemd[1]: Deactivated swap /dev/sda5.
Apr 23 09:28:05 arch systemd[1]: Stopping Create Volatile Files and Directories...
Apr 23 09:28:05 arch systemd[1]: Stopped Create Volatile Files and Directories.
Apr 23 09:28:05 arch systemd[1]: Stopping Local File Systems.
Apr 23 09:28:05 arch systemd[1]: Stopped target Local File Systems.
Apr 23 09:28:05 arch systemd[1]: Unmounting /run/user/0...
Apr 23 09:28:05 arch systemd[1]: Unmounting /home...
Apr 23 09:28:05 arch systemd[1]: Unmounting Temporary Directory...
Apr 23 09:28:05 arch systemd[1]: Stopping system-systemd\x2dbacklight.slice.
Apr 23 09:28:05 arch systemd[1]: Removed slice system-systemd\x2dbacklight.slice.
Apr 23 09:28:05 arch systemd[1]: Stopping system-systemd\x2drfkill.slice.
Apr 23 09:28:05 arch systemd[1]: Removed slice system-systemd\x2drfkill.slice.
Apr 23 09:28:05 arch mkinitcpio[272]: -> Running build hook: [sd-shutdown]
Apr 23 09:28:05 arch systemd[1]: Unmounted /run/user/0.
Apr 23 09:28:05 arch systemd[1]: Unmounted Temporary Directory.
Apr 23 09:28:05 arch systemd[1]: Unmounted /home.
Apr 23 09:28:05 arch systemd[1]: Starting Unmount All Filesystems.
Apr 23 09:28:05 arch systemd[1]: Reached target Unmount All Filesystems.
Apr 23 09:28:05 arch systemd[1]: Stopping Local File Systems (Pre).
Apr 23 09:28:05 arch systemd[1]: Stopped target Local File Systems (Pre).
Apr 23 09:28:05 arch systemd[1]: Stopping Remount Root and Kernel File Systems...
Apr 23 09:28:05 arch systemd[1]: Stopped Remount Root and Kernel File Systems.
Apr 23 09:28:05 arch mkinitcpio[272]: ==> Build complete.
Apr 23 09:28:05 arch systemd[1]: Started Generate shutdown-ramfs.
Apr 23 09:28:05 arch systemd[1]: Starting Shutdown.
Apr 23 09:28:05 arch systemd[1]: Reached target Shutdown.
Apr 23 09:28:05 arch systemd[1]: Starting Final Step.
Apr 23 09:28:05 arch systemd[1]: Reached target Final Step.
Apr 23 09:28:05 arch systemd[1]: Starting Reboot...
Apr 23 09:28:05 arch systemd[1]: Shutting down.
Apr 23 09:28:05 arch systemd[1]: Hardware watchdog 'iTCO_wdt', version 0
Apr 23 09:28:05 arch systemd[1]: Set hardware watchdog to 10min.
Apr 23 09:28:05 arch kernel: watchdog watchdog0: watchdog did not stop!
Apr 23 09:28:05 arch systemd-shutdown[1]: Sending SIGTERM to remaining processes...
Apr 23 09:28:05 arch systemd-journal[146]: Journal stopped

Last edited by Ryotenbin (2014-04-23 17:01:54)

Offline

#42 2014-04-23 17:23:50

Steef435
Member
Registered: 2013-08-29
Posts: 577
Website

Re: Problems after instalation - Boot stuck

"Apr 23 05:57:19 arch kernel: nouveau: probe of 0000:01:00.0 failed with error -22"
I'm not sure if this is fatal or not but there is some sort of an error.

I'm not an NVIDIA guy but perhaps you can solve this by installing the proprietary drivers and/or by installing bumblebee(an Optimus implementation).

Offline

#43 2014-04-23 18:28:09

Strike0
Member
From: Germany
Registered: 2011-09-05
Posts: 1,429

Re: Problems after instalation - Boot stuck

And before installing, you can also try: https://wiki.archlinux.org/index.php/Ke … odesetting

Offline

#44 2014-04-23 20:28:02

Ryotenbin
Member
Registered: 2014-04-19
Posts: 33

Re: Problems after instalation - Boot stuck

Strike0 wrote:

And before installing, you can also try: https://wiki.archlinux.org/index.php/Ke … odesetting

nomodeset nouveau.modeset=0 worked! hahaha. Now what do i do? What are the implications of disactivating this modeset?

Offline

#45 2014-04-24 11:10:58

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Problems after instalation - Boot stuck

Basically your consoles will not be using your native screen resolution.
For X it depends, you might loose hardware accelaration completely or the consequences may be  a lot less severe.

For clarification :
you DO have nouveau in the modules= line of /etc/mkinitcpio.conf ?
KMS early start often solves problems that happen with KMS late start.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#46 2014-04-24 19:40:53

Ryotenbin
Member
Registered: 2014-04-19
Posts: 33

Re: Problems after instalation - Boot stuck

Lone_Wolf wrote:

Basically your consoles will not be using your native screen resolution.
For X it depends, you might loose hardware accelaration completely or the consequences may be  a lot less severe.

For clarification :
you DO have nouveau in the modules= line of /etc/mkinitcpio.conf ?
KMS early start often solves problems that happen with KMS late start.

I just checked and no, i don`t have nouveau in mkinitcpio. What should i do?

Offline

#47 2014-04-25 11:01:22

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Problems after instalation - Boot stuck

check the wiki for KMS early start, but basically this is what you do :

edit /etc/mkinitcpio.conf , change the modules= line to look like this (i'm assuming it's empty now) :

MODULES="nouveau"

then rebuild the initramfs, mkinitcpio -p linux .
reboot, remove nomodeset from kernel boot line and test.

Adding modules to the initramfs results in them being loaded at the earliest point they can be loaded, and this often solves problems.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

Board footer

Powered by FluxBB