"Embedded" Arch

Okay, I'm rewriting this post because I went on too many tangents before.
I'm looking to run Arch on a robotics project (I can choose between x86_64 and i686 with the hardware I have in mind). Arch would be running from a CompactFlash card that the BIOS would see as an IDE hard drive.
Since this is flash memory, I'm pretty sure I would need to mount it readonly. How should I go about installing Arch to handle this? As it's technically going to be a hard drive, do I need to use ISOLinux or will Grub suffice?
Basically, should I install a base system or follow the Wiki instructions to make a LiveCD, using a partition on the CompactFlash card to store it? Should I follow some combination of the two?
This question is dependent on the answer to the last one, but how big of a CompactFlash card should I buy? How much RAM will be necessary? If I have to go the LiveCD route, I would probably make a UnionFS (or whatever it's called) of a RAMDisk and the read-only flash memory, and I would need probably around 1 GB of RAM. Is this correct?
Any advice would be greatly appreciated, I'm just not sure what I'm jumping into.
Last edited by arew264 (2008-09-29 21:58:42)

I got ArchLinux to run off a USB flash drive using a normal hard disk install. I used unetbootin to load the Arch Linux ISO onto another USB drive (to save a CD), plugged in that one (the "CD"), booted, plugged in the second one (the "hard disk"), mounted it, and then went through the installation procedure as usual.
You need to be careful about the GRUB settings though. Since the "hard disk" USB flash drive is (1,0) at the time of the installer, the autogenerated menu.lst will have (hd1,0) entries in it. You will have to change it manually to (hd0,0) since you presumably will boot only with the "hard disk" USB.
The Arch wiki (on the ASUS EEE page or something like that) has hints on what to do when using a flash drive to reduce writes. I think using UnionFS would be a good idea but I've never tried it and I don't know how.
I used a 4GB thumb drive and 1GB RAM, but I think that less than that will suffice. In particular, you don't need so much RAM - I'm typing this on a 256MB Arch Linux laptop.
So in your case, you could adapt what I did, in which case you will treat the CompactFlash as a hard disk and not a LiveCD.

Similar Messages

  • Do many FPGA/embedded developers use Arch?

    I was wondering, since I'm a developer and considering Arch for my workstation, are there many FPGA, embedded etc. designers/developers in the Arch community or at least using Arch for their work?
    I don't know, if Arch is as popular among software developers of many kinds (or should I say languages), as i.e. Gentoo is, but looking at the whole distro concept (minimalism, simplicity, configurability etc.) it should draw a lot them.
    So.. it would be good to know, that, besides Arch/Linux specific support, help for that kind of development speciallity is also not far away

    Anthony Bentley wrote:
    In a general Unix sense, the biggest advantage over Windows for embedded development is definitely package management.
    At a previous job, I wrote code for some Olimex ARM boards, to help a grad student with his thesis. He had set up a development environment on his home Windows PC, but later could not reproduce the installation on the lab computers: finding a cross‐compiled Windows ARM toolchain, compiling OpenOCD in Cygwin, and then configuring Eclipse to tie it all together.
    On my OpenBSD laptop, I did “pkg_add openocd arm-elf-gcc”, wrote a simple Hello World in C, and got the board blinking an LED in no time at all. He was impressed.
    So a great and simple way to make your distro more usable for embedded development is to create packages when they don’t exist. It’s pragmatic (because really, nobody wants to remember the right configure flags and recompile GCC again). Arch seems to have packages for quite a few embedded toolchains and/or communication software, which is nice.
    I've packaged systemc to arch. I would like to have it on AUR. Thou I dont have the will to write all the flags of the package. I have something which works perfectly to my needs. I would happily hand the code if someone would like to place it properly in AUR.

  • Compiling linux for embedded system using Arch.

    Hi. I build the vanilla kernel for an embedded system using special buildsystem. This buildsystem calls
    make INSTALL_MOD_PATH=embedded_fs_path modules_install
    The kernel's Makefile installs the modules to embedded_fs_path/lib/modules/$(KERNELRELEASE) and calls /sbin/depmod -b embedded_fs_path $(KERNELRELEASE).
    This operation fails under Archlinux because /sbin/depmod is a part of kmod and it expects that modules are placed to /usr/lib/ instead of /lib, so it tryes to make dependencies in embedded_fs_path/usr/lib/modules/$(KERNELRELEASE) instead of embedded_fs_path/lib/modules/$(KERNELRELEASE).
    What is correct solution for this issue? I can pass DEPMOD variable to kernel's Makefile to use something else instead of /sbin/depmod, but i don't know value of this variable should be.
    Is there any command line options for kmod to force using /lib instead of /usr/lib? As I've seen in kmod sources, there aren't.
    Is there any package in repositiries or AUR or somewhere else which provides an application that behaves the same way as old depmod with /lib/ modules location?
    Thanks.

    tavianator wrote:Fedora Core 7?  Wow, that's ambitious.  I'd suggest building in a virtual machine or chroot with the target system installed.
    centos is probably worse.  They're still on 2.6.18 as far as i can tell.
    I wanted to avoid chroot/virtual machine (ran one of those for a while).  The reason is that my current development build is the same as what is delivered.  I don't want to lose that....having to deal with different compilers, libraries, etc can be a pain.
    I'll also look into whether or not I can install a "glibc-compat" type package that could alleviate the loader.
    Here's the telling part:
    the new exectuble:
    $ file <executable>
    <executable>: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.6.27, dynamically linked (uses shared libs), for GNU/Linux 2.6.27
    the old executable:
    $ file <executable>
    <executable>:  ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.8
    Okay....issue seems to be in the glibc PKGBUILD.
    it has the line:
          --enable-kernel=2.6.27 \
    passed to glibc configuration.
    Causes big time problems for creating compatible packages.
    Last edited by bnolsen (2011-05-05 21:27:20)

  • Mspgcc in Arch? Embedded for MSP430

    Did anyone here work with MSP430 from TI?
    How can I install mspgcc in Arch and do programming for this board?

    oh well, I didn't think about searching in AUR. I tried to search in wiki and didn't find anything there.
    What do I need to do after installing this package? Integrating it with some IDE or?
    Last edited by kdar (2010-12-19 04:47:12)

  • UArch - arch linux for embeded and old machines

    Hello all,
    just wanted to post the new web site for uArch it can be found at
    http://code.google.com/p/uarch/
    check it out and let me know what you think..
    zio
    Last edited by zio (2008-03-31 06:21:21)

    zio wrote:There back in place, if your doing an install can you use the pacman.static instructions. Just to verify the instructions are still working, should work. But I haven't tested yet
    Thx for the prompt response , I've tried both methods with the static pacman and the one of my system. But unfortunately both attempts failed because of bad md5sums .
    error: failed to commit transaction (corrupted package)
    file gcc-4.2.1-1-i386-uclibc.pkg.tar.gz was corrupted (bad MD5 checksum)
    file klibc-1.5-1-i386-uclibc.pkg.tar.gz was corrupted (bad MD5 checksum)
    file klibc-udev-116-1-i386-uclibc.pkg.tar.gz was corrupted (bad MD5 checksum)
    file openssl-0.9.8g-1-i386-uclibc.pkg.tar.gz was corrupted (bad MD5 checksum)
    file pciutils-2.2.8-1-i386-uclibc.pkg.tar.gz was corrupted (bad MD5 checksum)
    file sysfsutils-2.1.0-1-i386-uclibc.pkg.tar.gz was corrupted (bad MD5 checksum)
    file vi-7.1.293-1-i386-uclibc.pkg.tar.gz was corrupted (bad MD5 checksum)

  • Switching to Arch: Outstanding issue w/ printing

    I've spent the last six months or so switching to Arch and intel (from OS X/Debian and ppc). I did think I was getting there but I've got stuck on some issues which seem small in some ways but are really problematic given the kind of work I need to do. Part of the problem is that I don't know where to start trying to diagnose or solve them.
    I currently have three such issues. One has to do with getting my internal mic to work in usable fashion. The second is to do with the use of external monitors (e.g. for LCD projection). The third is the one which is really, really problematic. When it really matters, I can use one of the university's windows boxes for the mic. And the external monitor is manageable because it works and only causes issues on disconnect. But the third I have no work around for and I'm getting kind of desperate.
    Generally speaking, printing works fine. My machine is set up to use a number of different printers: a Dell networked printer on my home LAN, an HP in my office via USB and another HP via USB in another office I work in. Printing is generally fast and good quality.
    There are two problems. First, printing periodically gets "stuck" and the only way to get it unstuck is to kill all jobs in the queue, disconnect the printer, switch the printer off and then restart, reconnect and reprint everything. Even this is not impossible. I can get everything printed - it is just a question of figuring out what hasn't printed and remembering to recheck everything each time the printer stalls.
    Second, certain documents print so slowly that it is, in practice, impossible to actually print them. I'm not sure what is special about these documents. Usually this happens with PDF files but it is certainly not all PDF files. It affects any which contain graphics but it also affects a lot which do not. Other PDFs print extremely fast.
    For example, I am currently trying to print a PDF version of a paper. The job was sent at 18:42:37 BST. It is now 19:16 BST and it has so far managed to print 6 sides (3 pages). I'm printing it from acroread because it refused to print at all from Okular or the command line. This particular PDF is an older JSTOR file and these often seem to be affected. Recent stuff from JSTOR prints fine but older archives do not.
    pdfinfo for the file gives:
    Producer: iText 2.0.1 (by lowagie.com)
    CreationDate: Tue Dec 4 07:13:41 2007
    ModDate: Tue Dec 4 07:13:41 2007
    Tagged: yes
    Pages: 16
    Encrypted: no
    Page size: 595 x 842 pts (A4)
    File size: 339426 bytes
    Optimized: no
    PDF version: 1.4
    pdffonts:
    name type emb sub uni object ID
    Helvetica Type 1 no no no 134 0
    DRRZGT+Code2000 CID TrueType yes yes yes 135 0
    Times-Roman Type 1 no no no 140 0
    Times-Italic Type 1 no no no 141 0
    Times-Bold Type 1 no no no 6 0
    acroread's properties for the document suggests that the non-embedded fonts are being substituted. For example, Arial MT is being used in place of Helvetica and Times New Roman PS MT is being substituted for Times.
    Here's the command being run from ps:
    hp-LaserJet-1320-series 410 <username> A9ROojFUrV 1 Duplex=DuplexNoTumble finishings=3 noHPBookletBackCover noHPBookletFilter HPBookletPageOrder=Normal HPBookletPageSize=A4 HPBookletScaling=Proportional HPEconoMode=PrinterDefault HPOption_PaperPolicy=PromptUser HPOption_Tray2 noHPOption_Tray3 noHPStraightPaperPath InputSlot=Auto InstalledMemory=16_31MB noManualFeed media=A4 MediaType=Unspecified number-up=1 PageRegion=A4 PageSize=A4 Resolution=1200dpi sides=two-sided-long-edge Smoothing=PrinterDefault job-uuid=urn:uuid:18b2396b-4dca-38bc-561d-a85b5fc4d85d job-originating-host-name=localhost time-at-creation=1336758157 time-at-processing=1336758157 /var/spool/cups/d00410-001
    Any sort of insight or suggestion will be gratefully received and I am more than happy to post further information if somebody tells me what is relevant. I've enabled debugging info in CUPS but I'm not sure what might be of interest and there is a lot of output.
    I'm looking for, ideally, a solution which will allow me to just print (preferably solving both problems but at least the second). A second best outcome would be some sort of work around which would allow me to convert these files or something and then print them. (But convert to what?) Failing either of those, I am definitely interested in knowing what I might read, inspect or experiment with.
    Given that printing other files works just fine, there must be something about how CUPS is handling files with some particular characteristics, mustn't there? I just have no idea which characteristics of the files are relevant or what it is doing. "I didn't manage to read the/your paper because Linux doesn't like older PDFs" just doesn't sound like a good excuse...
    Last edited by cfr (2012-05-11 18:34:07)

    ewaller wrote:@cfr:  Which interface are you using?
    Do you mean am I using cups or something else or do you mean to configure the printers or something else?
    I usually use the web interface to configure the printers for cups. I'm using the "recommended" HP drivers for the HP printers (and I think I'm using a proprietary ppd for the Dell printer from Dell but I use that printer much less than the others and not for printing these sorts of files).
    I see the same problem with an HP LaserJet 1320 and a P3010 series (I think it is a 3015).
    I discovered that if I switch to a gutenprint driver things are better for at least some JSTOR files on the 1320 but I still have issues. For some reason, it doesn't then want to print the last page (no matter how many pages there are) and this driver can only print at 600dpi and has fewer options. The printer is waiting for more data but cups thinks everything has been sent successfully. If I resend the last page to the printer, I then get two copies but one prints much later than the other. I assume this is another way in which something to do with the spooling or the way that cups sends data to the printer is going wrong and maybe connected with why printers get "stuck". Aside from the slowness issue there is definitely something not quite right about the communication between computer and printer. It is as though cups has two speeds: super quick (spools so fast the printer can't keep up); and super slow.
    I've tried printing problematic PDFs from at least Okular, acroread and using lp on the command line.
    I don't understand how the suggestion concerning converting them to png is supposed to work. Do you convert each page to a separate png file? I guess you could script it but it still seems like a convoluted process. (And I assume it rules out double-sided printing.)

  • [Solucionado] Arch no devuelve la screen despues de una larga

    Hola foro, despues de un tiempo de inactividad Arch es como que a la screen la tiene dormida eternamente, toco el mouse o algunas teclas del teclaado y no hay forma de que vuelva la screen. Los discos estan andando, internet esta andando, dejo la PC como siempre encendida todo el dia.
    Tengo que apagar Arch desde el boton apagar de la PC, y alli si me muestra el shutown, osea, vuelve la screen, pero tarde porque se esta apagando.
    Esto me empezo a pasar hace dos actualizaciones, osea, ya actualize a la ultima, y el problema vien desde la anteultima actualizacion, lo pongo asi porque no recuerdo las versiones.
    Nose si alguno les paso o les pasa, y si pueden darme una mano con este problema, les dejo la salida del comando journalctl -b -l y la salida del comando dmesg.
    journalctl -b -l
    -- Logs begin at mié 2013-12-25 10:22:09 ART, end at dom 2015-04-12 10:23:42 ART. --
    abr 12 10:23:05 Desktop-i7 systemd-journal[191]: Runtime journal is using 8.0M (max allowed 393.2M, trying to leave 589.9M free of 3.8G available → current limit 393.2M).
    abr 12 10:23:05 Desktop-i7 systemd-journal[191]: Permanent journal is using 2.8G (max allowed 3.0G, trying to leave 4.0G free of 13.8G available → current limit 3.0G).
    abr 12 10:23:05 Desktop-i7 systemd-journal[191]: Time spent on flushing to /var is 264.104ms for 2 entries.
    abr 12 10:23:05 Desktop-i7 kernel: Initializing cgroup subsys cpuset
    abr 12 10:23:05 Desktop-i7 kernel: Initializing cgroup subsys cpu
    abr 12 10:23:06 Desktop-i7 kernel: Initializing cgroup subsys cpuacct
    abr 12 10:23:06 Desktop-i7 kernel: Linux version 3.19.3-3-ARCH (builduser@tobias) (gcc version 4.9.2 20150304 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Apr 8 14:10:00 CEST 2015
    abr 12 10:23:06 Desktop-i7 kernel: Command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sdd3 rw vga=773 initrd=../initramfs-linux.img
    abr 12 10:23:06 Desktop-i7 kernel: e820: BIOS-provided physical RAM map:
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000095e12fff] usable
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x0000000095e13000-0x0000000095e19fff] ACPI NVS
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x0000000095e1a000-0x0000000096277fff] usable
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x0000000096278000-0x00000000966dcfff] reserved
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x00000000966dd000-0x00000000b8bb3fff] usable
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x00000000b8bb4000-0x00000000b8dc5fff] reserved
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x00000000b8dc6000-0x00000000b8de6fff] ACPI data
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x00000000b8de7000-0x00000000b930ffff] ACPI NVS
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x00000000b9310000-0x00000000b9ffefff] reserved
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x00000000b9fff000-0x00000000b9ffffff] usable
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x00000000bb000000-0x00000000bf1fffff] reserved
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    abr 12 10:23:06 Desktop-i7 kernel: BIOS-e820: [mem 0x0000000100000000-0x000000023fdfffff] usable
    abr 12 10:23:06 Desktop-i7 kernel: NX (Execute Disable) protection: active
    abr 12 10:23:06 Desktop-i7 kernel: SMBIOS 2.8 present.
    abr 12 10:23:06 Desktop-i7 kernel: DMI: ASUS All Series/Z97-A, BIOS 1204 06/20/2014
    abr 12 10:23:06 Desktop-i7 kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    abr 12 10:23:06 Desktop-i7 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    abr 12 10:23:06 Desktop-i7 kernel: AGP: No AGP bridge found
    abr 12 10:23:06 Desktop-i7 kernel: e820: last_pfn = 0x23fe00 max_arch_pfn = 0x400000000
    abr 12 10:23:06 Desktop-i7 kernel: MTRR default type: uncachable
    abr 12 10:23:06 Desktop-i7 kernel: MTRR fixed ranges enabled:
    abr 12 10:23:06 Desktop-i7 kernel: 00000-9FFFF write-back
    abr 12 10:23:06 Desktop-i7 kernel: A0000-BFFFF uncachable
    abr 12 10:23:06 Desktop-i7 kernel: C0000-CFFFF write-protect
    abr 12 10:23:06 Desktop-i7 kernel: D0000-E7FFF uncachable
    abr 12 10:23:06 Desktop-i7 kernel: E8000-FFFFF write-protect
    abr 12 10:23:06 Desktop-i7 kernel: MTRR variable ranges enabled:
    abr 12 10:23:06 Desktop-i7 kernel: 0 base 0000000000 mask 7E00000000 write-back
    abr 12 10:23:06 Desktop-i7 kernel: 1 base 0200000000 mask 7FC0000000 write-back
    abr 12 10:23:06 Desktop-i7 kernel: 2 base 00C0000000 mask 7FC0000000 uncachable
    abr 12 10:23:06 Desktop-i7 kernel: 3 base 00BC000000 mask 7FFC000000 uncachable
    abr 12 10:23:06 Desktop-i7 kernel: 4 base 00BB000000 mask 7FFF000000 uncachable
    abr 12 10:23:06 Desktop-i7 kernel: 5 base 023FE00000 mask 7FFFE00000 uncachable
    abr 12 10:23:06 Desktop-i7 kernel: 6 disabled
    abr 12 10:23:06 Desktop-i7 kernel: 7 disabled
    abr 12 10:23:06 Desktop-i7 kernel: 8 disabled
    abr 12 10:23:06 Desktop-i7 kernel: 9 disabled
    abr 12 10:23:06 Desktop-i7 kernel: PAT configuration [0-7]: WB WC UC- UC WB WC UC- UC
    abr 12 10:23:06 Desktop-i7 kernel: e820: update [mem 0xbb000000-0xffffffff] usable ==> reserved
    abr 12 10:23:06 Desktop-i7 kernel: e820: last_pfn = 0xba000 max_arch_pfn = 0x400000000
    abr 12 10:23:06 Desktop-i7 kernel: found SMP MP-table at [mem 0x000fd8c0-0x000fd8cf] mapped at [ffff8800000fd8c0]
    abr 12 10:23:06 Desktop-i7 kernel: Scanning 1 areas for low memory corruption
    abr 12 10:23:06 Desktop-i7 kernel: Base memory trampoline at [ffff880000097000] 97000 size 24576
    abr 12 10:23:06 Desktop-i7 kernel: Using GB pages for direct mapping
    abr 12 10:23:06 Desktop-i7 kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    abr 12 10:23:06 Desktop-i7 kernel: [mem 0x00000000-0x000fffff] page 4k
    abr 12 10:23:06 Desktop-i7 kernel: BRK [0x01b32000, 0x01b32fff] PGTABLE
    abr 12 10:23:06 Desktop-i7 kernel: BRK [0x01b33000, 0x01b33fff] PGTABLE
    abr 12 10:23:06 Desktop-i7 kernel: BRK [0x01b34000, 0x01b34fff] PGTABLE
    abr 12 10:23:06 Desktop-i7 kernel: init_memory_mapping: [mem 0x23fc00000-0x23fdfffff]
    abr 12 10:23:06 Desktop-i7 kernel: [mem 0x23fc00000-0x23fdfffff] page 2M
    abr 12 10:23:06 Desktop-i7 kernel: BRK [0x01b35000, 0x01b35fff] PGTABLE
    abr 12 10:23:06 Desktop-i7 kernel: init_memory_mapping: [mem 0x220000000-0x23fbfffff]
    abr 12 10:23:06 Desktop-i7 kernel: [mem 0x220000000-0x23fbfffff] page 2M
    abr 12 10:23:06 Desktop-i7 kernel: init_memory_mapping: [mem 0x200000000-0x21fffffff]
    abr 12 10:23:06 Desktop-i7 kernel: [mem 0x200000000-0x21fffffff] page 2M
    abr 12 10:23:06 Desktop-i7 kernel: init_memory_mapping: [mem 0x00100000-0x95e12fff]
    abr 12 10:23:06 Desktop-i7 kernel: [mem 0x00100000-0x001fffff] page 4k
    abr 12 10:23:06 Desktop-i7 kernel: [mem 0x00200000-0x3fffffff] page 2M
    abr 12 10:23:06 Desktop-i7 kernel: [mem 0x40000000-0x7fffffff] page 1G
    abr 12 10:23:06 Desktop-i7 kernel: [mem 0x80000000-0x95dfffff] page 2M
    abr 12 10:23:06 Desktop-i7 kernel: [mem 0x95e00000-0x95e12fff] page 4k
    abr 12 10:23:06 Desktop-i7 kernel: init_memory_mapping: [mem 0x95e1a000-0x96277fff]
    abr 12 10:23:06 Desktop-i7 kernel: [mem 0x95e1a000-0x95ffffff] page 4k
    abr 12 10:23:06 Desktop-i7 kernel: [mem 0x96000000-0x961fffff] page 2M
    abr 12 10:23:06 Desktop-i7 kernel: [mem 0x96200000-0x96277fff] page 4k
    abr 12 10:23:06 Desktop-i7 kernel: BRK [0x01b36000, 0x01b36fff] PGTABLE
    abr 12 10:23:06 Desktop-i7 kernel: init_memory_mapping: [mem 0x966dd000-0xb8bb3fff]
    abr 12 10:23:06 Desktop-i7 kernel: [mem 0x966dd000-0x967fffff] page 4k
    abr 12 10:23:06 Desktop-i7 kernel: [mem 0x96800000-0xb89fffff] page 2M
    abr 12 10:23:06 Desktop-i7 kernel: [mem 0xb8a00000-0xb8bb3fff] page 4k
    abr 12 10:23:06 Desktop-i7 kernel: BRK [0x01b37000, 0x01b37fff] PGTABLE
    abr 12 10:23:06 Desktop-i7 kernel: init_memory_mapping: [mem 0xb9fff000-0xb9ffffff]
    abr 12 10:23:06 Desktop-i7 kernel: [mem 0xb9fff000-0xb9ffffff] page 4k
    abr 12 10:23:06 Desktop-i7 kernel: init_memory_mapping: [mem 0x100000000-0x1ffffffff]
    abr 12 10:23:06 Desktop-i7 kernel: [mem 0x100000000-0x1ffffffff] page 1G
    abr 12 10:23:06 Desktop-i7 kernel: RAMDISK: [mem 0x7fbe5000-0x7fffffff]
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: Early table checksum verification disabled
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: RSDP 0x00000000000F04A0 000024 (v02 ALASKA)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: XSDT 0x00000000B8DCC080 000074 (v01 ALASKA A M I 01072009 AMI 00010013)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: FACP 0x00000000B8DDE7F8 00010C (v05 ALASKA A M I 01072009 AMI 00010013)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: DSDT 0x00000000B8DCC188 01266D (v02 ALASKA A M I 00000006 INTL 20120711)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: FACS 0x00000000B930FF80 000040
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: APIC 0x00000000B8DDE908 000092 (v03 ALASKA A M I 01072009 AMI 00010013)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: FPDT 0x00000000B8DDE9A0 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: SSDT 0x00000000B8DDE9E8 000BEE (v01 Ther_R Ther_Rvp 00001000 INTL 20120711)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: SSDT 0x00000000B8DDF5D8 000539 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: SSDT 0x00000000B8DDFB18 000B74 (v01 CpuRef CpuSsdt 00003000 INTL 20051117)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: MCFG 0x00000000B8DE0690 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: HPET 0x00000000B8DE06D0 000038 (v01 ALASKA A M I 01072009 AMI. 00000005)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: SSDT 0x00000000B8DE0708 00036D (v01 SataRe SataTabl 00001000 INTL 20120711)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: SSDT 0x00000000B8DE0A78 005B5E (v01 SaSsdt SaSsdt 00003000 INTL 20120711)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: Local APIC address 0xfee00000
    abr 12 10:23:06 Desktop-i7 kernel: No NUMA configuration found
    abr 12 10:23:06 Desktop-i7 kernel: Faking a node at [mem 0x0000000000000000-0x000000023fdfffff]
    abr 12 10:23:06 Desktop-i7 kernel: NODE_DATA(0) allocated [mem 0x23fdf8000-0x23fdfbfff]
    abr 12 10:23:06 Desktop-i7 kernel: [ffffea0000000000-ffffea0008ffffff] PMD -> [ffff880237400000-ffff88023f3fffff] on node 0
    abr 12 10:23:06 Desktop-i7 kernel: Zone ranges:
    abr 12 10:23:06 Desktop-i7 kernel: DMA [mem 0x00001000-0x00ffffff]
    abr 12 10:23:06 Desktop-i7 kernel: DMA32 [mem 0x01000000-0xffffffff]
    abr 12 10:23:06 Desktop-i7 kernel: Normal [mem 0x100000000-0x23fdfffff]
    abr 12 10:23:06 Desktop-i7 kernel: Movable zone start for each node
    abr 12 10:23:06 Desktop-i7 kernel: Early memory node ranges
    abr 12 10:23:06 Desktop-i7 kernel: node 0: [mem 0x00001000-0x0009cfff]
    abr 12 10:23:06 Desktop-i7 kernel: node 0: [mem 0x00100000-0x95e12fff]
    abr 12 10:23:06 Desktop-i7 kernel: node 0: [mem 0x95e1a000-0x96277fff]
    abr 12 10:23:06 Desktop-i7 kernel: node 0: [mem 0x966dd000-0xb8bb3fff]
    abr 12 10:23:06 Desktop-i7 kernel: node 0: [mem 0xb9fff000-0xb9ffffff]
    abr 12 10:23:06 Desktop-i7 kernel: node 0: [mem 0x100000000-0x23fdfffff]
    abr 12 10:23:06 Desktop-i7 kernel: Initmem setup node 0 [mem 0x00001000-0x23fdfffff]
    abr 12 10:23:06 Desktop-i7 kernel: On node 0 totalpages: 2065637
    abr 12 10:23:06 Desktop-i7 kernel: DMA zone: 64 pages used for memmap
    abr 12 10:23:06 Desktop-i7 kernel: DMA zone: 21 pages reserved
    abr 12 10:23:06 Desktop-i7 kernel: DMA zone: 3996 pages, LIFO batch:0
    abr 12 10:23:06 Desktop-i7 kernel: DMA32 zone: 11742 pages used for memmap
    abr 12 10:23:06 Desktop-i7 kernel: DMA32 zone: 751433 pages, LIFO batch:31
    abr 12 10:23:06 Desktop-i7 kernel: Normal zone: 20472 pages used for memmap
    abr 12 10:23:06 Desktop-i7 kernel: Normal zone: 1310208 pages, LIFO batch:31
    abr 12 10:23:06 Desktop-i7 kernel: Reserving Intel graphics stolen memory at 0xbb200000-0xbf1fffff
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: PM-Timer IO Port: 0x1808
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: Local APIC address 0xfee00000
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
    abr 12 10:23:06 Desktop-i7 kernel: IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: IRQ0 used by override.
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: IRQ9 used by override.
    abr 12 10:23:06 Desktop-i7 kernel: Using ACPI (MADT) for SMP configuration information
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
    abr 12 10:23:06 Desktop-i7 kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0x95e13000-0x95e19fff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0x96278000-0x966dcfff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xb8bb4000-0xb8dc5fff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xb8dc6000-0xb8de6fff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xb8de7000-0xb930ffff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xb9310000-0xb9ffefff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xba000000-0xbaffffff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xbb000000-0xbf1fffff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xbf200000-0xdfffffff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
    abr 12 10:23:06 Desktop-i7 kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
    abr 12 10:23:06 Desktop-i7 kernel: e820: [mem 0xbf200000-0xdfffffff] available for PCI devices
    abr 12 10:23:06 Desktop-i7 kernel: Booting paravirtualized kernel on bare hardware
    abr 12 10:23:06 Desktop-i7 kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
    abr 12 10:23:06 Desktop-i7 kernel: PERCPU: Embedded 31 pages/cpu @ffff88023fa00000 s86336 r8192 d32448 u262144
    abr 12 10:23:06 Desktop-i7 kernel: pcpu-alloc: s86336 r8192 d32448 u262144 alloc=1*2097152
    abr 12 10:23:06 Desktop-i7 kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    abr 12 10:23:06 Desktop-i7 kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 2033338
    abr 12 10:23:06 Desktop-i7 kernel: Policy zone: Normal
    abr 12 10:23:06 Desktop-i7 kernel: Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sdd3 rw vga=773 initrd=../initramfs-linux.img
    abr 12 10:23:06 Desktop-i7 kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    abr 12 10:23:06 Desktop-i7 kernel: xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
    abr 12 10:23:06 Desktop-i7 kernel: AGP: Checking aperture...
    abr 12 10:23:06 Desktop-i7 kernel: AGP: No AGP bridge found
    abr 12 10:23:06 Desktop-i7 kernel: Calgary: detecting Calgary via BIOS EBDA area
    abr 12 10:23:06 Desktop-i7 kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    abr 12 10:23:06 Desktop-i7 kernel: Memory: 8048372K/8262548K available (5534K kernel code, 917K rwdata, 1744K rodata, 1164K init, 1156K bss, 214176K reserved, 0K cma-reserved)
    abr 12 10:23:06 Desktop-i7 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    abr 12 10:23:06 Desktop-i7 kernel: Preemptible hierarchical RCU implementation.
    abr 12 10:23:06 Desktop-i7 kernel: RCU dyntick-idle grace-period acceleration is enabled.
    abr 12 10:23:06 Desktop-i7 kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    abr 12 10:23:06 Desktop-i7 kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
    abr 12 10:23:06 Desktop-i7 kernel: NR_IRQS:8448 nr_irqs:488 16
    abr 12 10:23:06 Desktop-i7 kernel: Console: colour dummy device 80x25
    abr 12 10:23:06 Desktop-i7 kernel: console [tty0] enabled
    abr 12 10:23:06 Desktop-i7 kernel: hpet clockevent registered
    abr 12 10:23:06 Desktop-i7 kernel: tsc: Fast TSC calibration using PIT
    abr 12 10:23:06 Desktop-i7 kernel: spurious 8259A interrupt: IRQ7.
    abr 12 10:23:06 Desktop-i7 kernel: tsc: Detected 3597.681 MHz processor
    abr 12 10:23:06 Desktop-i7 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7198.16 BogoMIPS (lpj=11992270)
    abr 12 10:23:06 Desktop-i7 kernel: pid_max: default: 32768 minimum: 301
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: Core revision 20141107
    abr 12 10:23:06 Desktop-i7 kernel: ACPI: All ACPI Tables successfully acquired
    abr 12 10:23:06 Desktop-i7 kernel: Security Framework initialized
    abr 12 10:23:06 Desktop-i7 kernel: Yama: becoming mindful.
    abr 12 10:23:06 Desktop-i7 kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    abr 12 10:23:06 Desktop-i7 kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    abr 12 10:23:06 Desktop-i7 kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
    abr 12 10:23:06 Desktop-i7 kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
    abr 12 10:23:06 Desktop-i7 kernel: Initializing cgroup subsys memory
    abr 12 10:23:06 Desktop-i7 kernel: Initializing cgroup subsys devices
    abr 12 10:23:06 Desktop-i7 kernel: Initializing cgroup subsys freezer
    abr 12 10:23:06 Desktop-i7 kernel: Initializing cgroup subsys net_cls
    abr 12 10:23:06 Desktop-i7 kernel: Initializing cgroup subsys blkio
    abr 12 10:23:07 Desktop-i7 kernel: CPU: Physical Processor ID: 0
    abr 12 10:23:07 Desktop-i7 kernel: CPU: Processor Core ID: 0
    abr 12 10:23:07 Desktop-i7 kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    abr 12 10:23:07 Desktop-i7 kernel: mce: CPU supports 9 MCE banks
    abr 12 10:23:07 Desktop-i7 kernel: CPU0: Thermal monitoring enabled (TM1)
    abr 12 10:23:07 Desktop-i7 kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
    Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
    abr 12 10:23:07 Desktop-i7 kernel: Freeing SMP alternatives memory: 20K (ffffffff81a0a000 - ffffffff81a0f000)
    abr 12 10:23:07 Desktop-i7 kernel: ftrace: allocating 21171 entries in 83 pages
    abr 12 10:23:07 Desktop-i7 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
    abr 12 10:23:07 Desktop-i7 kernel: smpboot: CPU0: Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz (fam: 06, model: 3c, stepping: 03)
    abr 12 10:23:07 Desktop-i7 kernel: TSC deadline timer enabled
    abr 12 10:23:07 Desktop-i7 kernel: Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
    abr 12 10:23:07 Desktop-i7 kernel: ... version: 3
    abr 12 10:23:07 Desktop-i7 kernel: ... bit width: 48
    abr 12 10:23:07 Desktop-i7 kernel: ... generic registers: 4
    abr 12 10:23:07 Desktop-i7 kernel: ... value mask: 0000ffffffffffff
    abr 12 10:23:07 Desktop-i7 kernel: ... max period: 0000ffffffffffff
    abr 12 10:23:07 Desktop-i7 kernel: ... fixed-purpose events: 3
    abr 12 10:23:07 Desktop-i7 kernel: ... event mask: 000000070000000f
    abr 12 10:23:07 Desktop-i7 kernel: x86: Booting SMP configuration:
    abr 12 10:23:07 Desktop-i7 kernel: .... node #0, CPUs: #1
    abr 12 10:23:07 Desktop-i7 kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    abr 12 10:23:07 Desktop-i7 kernel: #2 #3 #4 #5 #6 #7
    abr 12 10:23:07 Desktop-i7 kernel: x86: Booted up 1 node, 8 CPUs
    abr 12 10:23:07 Desktop-i7 kernel: smpboot: Total of 8 processors activated (57585.35 BogoMIPS)
    abr 12 10:23:07 Desktop-i7 kernel: devtmpfs: initialized
    abr 12 10:23:07 Desktop-i7 kernel: PM: Registering ACPI NVS region [mem 0x95e13000-0x95e19fff] (28672 bytes)
    abr 12 10:23:07 Desktop-i7 kernel: PM: Registering ACPI NVS region [mem 0xb8de7000-0xb930ffff] (5410816 bytes)
    abr 12 10:23:07 Desktop-i7 kernel: pinctrl core: initialized pinctrl subsystem
    abr 12 10:23:07 Desktop-i7 kernel: RTC time: 10:23:00, date: 04/12/15
    abr 12 10:23:07 Desktop-i7 kernel: NET: Registered protocol family 16
    abr 12 10:23:07 Desktop-i7 kernel: cpuidle: using governor ladder
    abr 12 10:23:07 Desktop-i7 kernel: cpuidle: using governor menu
    abr 12 10:23:07 Desktop-i7 kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: bus type PCI registered
    abr 12 10:23:07 Desktop-i7 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    abr 12 10:23:07 Desktop-i7 kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    abr 12 10:23:07 Desktop-i7 kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    abr 12 10:23:07 Desktop-i7 kernel: PCI: Using configuration type 1 for base access
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Added _OSI(Module Device)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Added _OSI(Processor Device)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Added _OSI(Processor Aggregator Device)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Executed 13 blocks of module-level executable AML code
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Dynamic OEM Table Load:
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: SSDT 0xFFFF880235EEA800 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Dynamic OEM Table Load:
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: SSDT 0xFFFF880235E3A000 0005AA (v01 PmRef ApIst 00003000 INTL 20051117)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Dynamic OEM Table Load:
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: SSDT 0xFFFF880235EE1C00 000119 (v01 PmRef ApCst 00003000 INTL 20051117)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Interpreter enabled
    abr 12 10:23:07 Desktop-i7 kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20141107/hwxface-580)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20141107/hwxface-580)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: (supports S0 S3 S4 S5)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Using IOAPIC for interrupt routing
    abr 12 10:23:07 Desktop-i7 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Power Resource [PG00] (on)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Power Resource [PG01] (on)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Power Resource [PG02] (on)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Power Resource [FN00] (off)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Power Resource [FN01] (off)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Power Resource [FN02] (off)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Power Resource [FN03] (off)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Power Resource [FN04] (off)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
    abr 12 10:23:07 Desktop-i7 kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    abr 12 10:23:07 Desktop-i7 kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
    abr 12 10:23:07 Desktop-i7 kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
    abr 12 10:23:07 Desktop-i7 kernel: PCI host bridge to bus 0000:00
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: root bus resource [mem 0xbf200000-0xfeafffff]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:01.0: System wakeup disabled by ACPI
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:02.0: [8086:0412] type 00 class 0x030000
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:02.0: reg 0x10: [mem 0xdf800000-0xdfbfffff 64bit]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:03.0: reg 0x10: [mem 0xdfc34000-0xdfc37fff 64bit]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:14.0: [8086:8cb1] type 00 class 0x0c0330
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:14.0: reg 0x10: [mem 0xdfc20000-0xdfc2ffff 64bit]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:14.0: System wakeup disabled by ACPI
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:16.0: [8086:8cba] type 00 class 0x078000
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:16.0: reg 0x10: [mem 0xdfc3e000-0xdfc3e00f 64bit]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:19.0: [8086:15a1] type 00 class 0x020000
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:19.0: reg 0x10: [mem 0xdfc00000-0xdfc1ffff]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:19.0: reg 0x14: [mem 0xdfc3c000-0xdfc3cfff]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:19.0: reg 0x18: [io 0xf080-0xf09f]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:19.0: System wakeup disabled by ACPI
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1a.0: [8086:8cad] type 00 class 0x0c0320
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xdfc3b000-0xdfc3b3ff]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1a.0: System wakeup disabled by ACPI
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1b.0: [8086:8ca0] type 00 class 0x040300
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xdfc30000-0xdfc33fff 64bit]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1b.0: System wakeup disabled by ACPI
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.0: [8086:8c90] type 01 class 0x060400
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.3: [8086:244e] type 01 class 0x060401
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.3: System wakeup disabled by ACPI
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1d.0: [8086:8ca6] type 00 class 0x0c0320
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xdfc3a000-0xdfc3a3ff]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1f.0: [8086:8cc4] type 00 class 0x060100
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1f.2: [8086:8c82] type 00 class 0x010601
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1f.2: reg 0x10: [io 0xf0d0-0xf0d7]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1f.2: reg 0x14: [io 0xf0c0-0xf0c3]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1f.2: reg 0x18: [io 0xf0b0-0xf0b7]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1f.2: reg 0x1c: [io 0xf0a0-0xf0a3]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xdfc39000-0xdfc397ff]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1f.2: PME# supported from D3hot
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1f.3: [8086:8ca2] type 00 class 0x0c0500
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xdfc38000-0xdfc380ff 64bit]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    abr 12 10:23:07 Desktop-i7 kernel: acpiphp: Slot [1] registered
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:03:00.0: [1b21:1080] type 01 class 0x060401
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:03:00.0: System wakeup disabled by ACPI
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.3: PCI bridge to [bus 03-04] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.3: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.3: bridge window [io 0x0d00-0xffff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.3: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.3: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.3: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.3: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.3: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.3: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.3: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.3: bridge window [mem 0xbf200000-0xfeafffff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:03:00.0: PCI bridge to [bus 04] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:03:00.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:03:00.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:03:00.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:03:00.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:03:00.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:03:00.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:03:00.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:03:00.0: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:03:00.0: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:03:00.0: bridge window [mem 0xbf200000-0xfeafffff] (subtractive decode)
    abr 12 10:23:07 Desktop-i7 kernel: acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 *6 7 10 11 12 14 15)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 12 14 *15)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 7 10 11 12 14 15)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 12 *14 15)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Enabled 5 GPEs in block 00 to 3F
    abr 12 10:23:07 Desktop-i7 kernel: ACPI : EC: GPE = 0x1e, I/O: command/status = 0x66, data = 0x62
    abr 12 10:23:07 Desktop-i7 kernel: vgaarb: setting as boot device: PCI:0000:00:02.0
    abr 12 10:23:07 Desktop-i7 kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    abr 12 10:23:07 Desktop-i7 kernel: vgaarb: loaded
    abr 12 10:23:07 Desktop-i7 kernel: vgaarb: bridge control possible 0000:00:02.0
    abr 12 10:23:07 Desktop-i7 kernel: PCI: Using ACPI for IRQ routing
    abr 12 10:23:07 Desktop-i7 kernel: PCI: pci_cache_line_size set to 64 bytes
    abr 12 10:23:07 Desktop-i7 kernel: e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
    abr 12 10:23:07 Desktop-i7 kernel: e820: reserve RAM buffer [mem 0x95e13000-0x97ffffff]
    abr 12 10:23:07 Desktop-i7 kernel: e820: reserve RAM buffer [mem 0x96278000-0x97ffffff]
    abr 12 10:23:07 Desktop-i7 kernel: e820: reserve RAM buffer [mem 0xb8bb4000-0xbbffffff]
    abr 12 10:23:07 Desktop-i7 kernel: e820: reserve RAM buffer [mem 0xba000000-0xbbffffff]
    abr 12 10:23:07 Desktop-i7 kernel: e820: reserve RAM buffer [mem 0x23fe00000-0x23fffffff]
    abr 12 10:23:07 Desktop-i7 kernel: NetLabel: Initializing
    abr 12 10:23:07 Desktop-i7 kernel: NetLabel: domain hash size = 128
    abr 12 10:23:07 Desktop-i7 kernel: NetLabel: protocols = UNLABELED CIPSOv4
    abr 12 10:23:07 Desktop-i7 kernel: NetLabel: unlabeled traffic allowed by default
    abr 12 10:23:07 Desktop-i7 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    abr 12 10:23:07 Desktop-i7 kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    abr 12 10:23:07 Desktop-i7 kernel: Switched to clocksource hpet
    abr 12 10:23:07 Desktop-i7 kernel: pnp: PnP ACPI init
    abr 12 10:23:07 Desktop-i7 kernel: system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    abr 12 10:23:07 Desktop-i7 kernel: system 00:01: [io 0x0800-0x087f] has been reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    abr 12 10:23:07 Desktop-i7 kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    abr 12 10:23:07 Desktop-i7 kernel: system 00:03: [io 0x1854-0x1857] has been reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    abr 12 10:23:07 Desktop-i7 kernel: system 00:04: [io 0x0290-0x029f] has been reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:04: [io 0x02a0-0x02af] has been reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:04: [io 0x0a00-0x0aff] has been reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    abr 12 10:23:07 Desktop-i7 kernel: system 00:05: [io 0x04d0-0x04d1] has been reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    abr 12 10:23:07 Desktop-i7 kernel: pnp 00:06: [dma 0 disabled]
    abr 12 10:23:07 Desktop-i7 kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
    abr 12 10:23:07 Desktop-i7 kernel: system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:07: [mem 0xfed90000-0xfed93fff] has been reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:07: [mem 0xff000000-0xffffffff] has been reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:07: [mem 0xdffe0000-0xdffeffff] has been reserved
    abr 12 10:23:07 Desktop-i7 kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    abr 12 10:23:07 Desktop-i7 kernel: pnp: PnP ACPI: found 8 devices
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:03:00.0: PCI bridge to [bus 04]
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:1c.3: PCI bridge to [bus 03-04]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:00: resource 13 [mem 0xbf200000-0xfeafffff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:03: resource 4 [io 0x0000-0x0cf7]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:03: resource 5 [io 0x0d00-0xffff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000d3fff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:03: resource 8 [mem 0x000d4000-0x000d7fff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:03: resource 9 [mem 0x000d8000-0x000dbfff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:03: resource 10 [mem 0x000dc000-0x000dffff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:03: resource 11 [mem 0x000e0000-0x000e3fff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:03: resource 12 [mem 0x000e4000-0x000e7fff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:03: resource 13 [mem 0xbf200000-0xfeafffff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:04: resource 4 [io 0x0000-0x0cf7]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:04: resource 5 [io 0x0d00-0xffff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:04: resource 7 [mem 0x000d0000-0x000d3fff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:04: resource 8 [mem 0x000d4000-0x000d7fff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:04: resource 9 [mem 0x000d8000-0x000dbfff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:04: resource 10 [mem 0x000dc000-0x000dffff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:04: resource 11 [mem 0x000e0000-0x000e3fff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:04: resource 12 [mem 0x000e4000-0x000e7fff]
    abr 12 10:23:07 Desktop-i7 kernel: pci_bus 0000:04: resource 13 [mem 0xbf200000-0xfeafffff]
    abr 12 10:23:07 Desktop-i7 kernel: NET: Registered protocol family 2
    abr 12 10:23:07 Desktop-i7 kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes)
    abr 12 10:23:07 Desktop-i7 kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    abr 12 10:23:07 Desktop-i7 kernel: TCP: Hash tables configured (established 65536 bind 65536)
    abr 12 10:23:07 Desktop-i7 kernel: TCP: reno registered
    abr 12 10:23:07 Desktop-i7 kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes)
    abr 12 10:23:07 Desktop-i7 kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    abr 12 10:23:07 Desktop-i7 kernel: NET: Registered protocol family 1
    abr 12 10:23:07 Desktop-i7 kernel: pci 0000:00:02.0: Video device with shadowed ROM
    abr 12 10:23:07 Desktop-i7 kernel: PCI: CLS 64 bytes, default 64
    abr 12 10:23:07 Desktop-i7 kernel: Unpacking initramfs...
    abr 12 10:23:07 Desktop-i7 kernel: Freeing initrd memory: 4204K (ffff88007fbe5000 - ffff880080000000)
    abr 12 10:23:07 Desktop-i7 kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    abr 12 10:23:07 Desktop-i7 kernel: software IO TLB [mem 0xb4bb4000-0xb8bb4000] (64MB) mapped at [ffff8800b4bb4000-ffff8800b8bb3fff]
    abr 12 10:23:07 Desktop-i7 kernel: RAPL PMU detected, hw unit 2^-14 Joules, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer
    abr 12 10:23:07 Desktop-i7 kernel: microcode: CPU0 sig=0x306c3, pf=0x2, revision=0x19
    abr 12 10:23:07 Desktop-i7 kernel: microcode: CPU1 sig=0x306c3, pf=0x2, revision=0x19
    abr 12 10:23:07 Desktop-i7 kernel: microcode: CPU2 sig=0x306c3, pf=0x2, revision=0x19
    abr 12 10:23:07 Desktop-i7 kernel: microcode: CPU3 sig=0x306c3, pf=0x2, revision=0x19
    abr 12 10:23:07 Desktop-i7 kernel: microcode: CPU4 sig=0x306c3, pf=0x2, revision=0x19
    abr 12 10:23:07 Desktop-i7 kernel: microcode: CPU5 sig=0x306c3, pf=0x2, revision=0x19
    abr 12 10:23:07 Desktop-i7 kernel: microcode: CPU6 sig=0x306c3, pf=0x2, revision=0x19
    abr 12 10:23:07 Desktop-i7 kernel: microcode: CPU7 sig=0x306c3, pf=0x2, revision=0x19
    abr 12 10:23:07 Desktop-i7 kernel: microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    abr 12 10:23:07 Desktop-i7 kernel: Scanning for low memory corruption every 60 seconds
    abr 12 10:23:07 Desktop-i7 kernel: futex hash table entries: 2048 (order: 5, 131072 bytes)
    abr 12 10:23:07 Desktop-i7 kernel: Initialise system trusted keyring
    abr 12 10:23:07 Desktop-i7 kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    abr 12 10:23:07 Desktop-i7 kernel: zpool: loaded
    abr 12 10:23:07 Desktop-i7 kernel: zbud: loaded
    abr 12 10:23:07 Desktop-i7 kernel: VFS: Disk quotas dquot_6.5.2
    abr 12 10:23:07 Desktop-i7 kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    abr 12 10:23:07 Desktop-i7 kernel: Key type big_key registered
    abr 12 10:23:07 Desktop-i7 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    abr 12 10:23:07 Desktop-i7 kernel: io scheduler noop registered
    abr 12 10:23:07 Desktop-i7 kernel: io scheduler deadline registered
    abr 12 10:23:07 Desktop-i7 kernel: io scheduler cfq registered (default)
    abr 12 10:23:07 Desktop-i7 kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    abr 12 10:23:07 Desktop-i7 kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    abr 12 10:23:07 Desktop-i7 kernel: vesafb: mode is 1024x768x8, linelength=1024, pages=84
    abr 12 10:23:07 Desktop-i7 kernel: vesafb: scrolling: redraw
    abr 12 10:23:07 Desktop-i7 kernel: vesafb: Pseudocolor: size=8:8:8:8, shift=0:0:0:0
    abr 12 10:23:07 Desktop-i7 kernel: vesafb: framebuffer at 0xc0000000, mapped to 0xffffc90010e80000, using 1536k, total 65472k
    abr 12 10:23:07 Desktop-i7 kernel: Console: switching to colour frame buffer device 128x48
    abr 12 10:23:07 Desktop-i7 kernel: fb0: VESA VGA frame buffer device
    abr 12 10:23:07 Desktop-i7 kernel: intel_idle: MWAIT substates: 0x42120
    abr 12 10:23:07 Desktop-i7 kernel: intel_idle: v0.4 model 0x3C
    abr 12 10:23:07 Desktop-i7 kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
    abr 12 10:23:07 Desktop-i7 kernel: GHES: HEST is not enabled!
    abr 12 10:23:07 Desktop-i7 kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    abr 12 10:23:07 Desktop-i7 kernel: 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
    abr 12 10:23:07 Desktop-i7 kernel: Linux agpgart interface v0.103
    abr 12 10:23:07 Desktop-i7 kernel: rtc_cmos 00:02: RTC can wake from S4
    abr 12 10:23:07 Desktop-i7 kernel: rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    abr 12 10:23:07 Desktop-i7 kernel: rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    abr 12 10:23:07 Desktop-i7 kernel: Intel P-state driver initializing.
    abr 12 10:23:07 Desktop-i7 kernel: ledtrig-cpu: registered to indicate activity on CPUs
    abr 12 10:23:07 Desktop-i7 kernel: TCP: cubic registered
    abr 12 10:23:07 Desktop-i7 kernel: NET: Registered protocol family 10
    abr 12 10:23:07 Desktop-i7 kernel: NET: Registered protocol family 17
    abr 12 10:23:07 Desktop-i7 kernel: Loading compiled-in X.509 certificates
    abr 12 10:23:07 Desktop-i7 kernel: registered taskstats version 1
    abr 12 10:23:07 Desktop-i7 kernel: Magic number: 11:769:375
    abr 12 10:23:07 Desktop-i7 kernel: rtc_cmos 00:02: setting system clock to 2015-04-12 10:23:00 UTC (1428834180)
    abr 12 10:23:07 Desktop-i7 kernel: PM: Hibernation image not present or could not be loaded.
    abr 12 10:23:07 Desktop-i7 kernel: Freeing unused kernel memory: 1164K (ffffffff818e7000 - ffffffff81a0a000)
    abr 12 10:23:07 Desktop-i7 kernel: Write protecting the kernel read-only data: 8192k
    abr 12 10:23:07 Desktop-i7 kernel: Freeing unused kernel memory: 600K (ffff88000156a000 - ffff880001600000)
    abr 12 10:23:07 Desktop-i7 kernel: Freeing unused kernel memory: 304K (ffff8800017b4000 - ffff880001800000)
    abr 12 10:23:07 Desktop-i7 kernel: random: systemd-tmpfile urandom read with 1 bits of entropy available
    abr 12 10:23:07 Desktop-i7 kernel: [drm] Initialized drm 1.1.0 20060810
    abr 12 10:23:07 Desktop-i7 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Power Button [PWRB]
    abr 12 10:23:07 Desktop-i7 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Power Button [PWRF]
    abr 12 10:23:07 Desktop-i7 kernel: [drm] Memory usable by graphics device = 2048M
    abr 12 10:23:07 Desktop-i7 kernel: checking generic (c0000000 3ff0000) vs hw (c0000000 10000000)
    abr 12 10:23:07 Desktop-i7 kernel: fb: switching to inteldrmfb from VESA VGA
    abr 12 10:23:07 Desktop-i7 kernel: Console: switching to colour dummy device 80x25
    abr 12 10:23:07 Desktop-i7 kernel: [drm] Replacing VGA console driver
    abr 12 10:23:07 Desktop-i7 kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    abr 12 10:23:07 Desktop-i7 kernel: [drm] Driver supports precise vblank timestamp query.
    abr 12 10:23:07 Desktop-i7 kernel: vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    abr 12 10:23:07 Desktop-i7 kernel: acpi device:16: registered as cooling_device0
    abr 12 10:23:07 Desktop-i7 kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input2
    abr 12 10:23:07 Desktop-i7 kernel: [drm] Initialized i915 1.6.0 20141121 for 0000:00:02.0 on minor 0
    abr 12 10:23:07 Desktop-i7 kernel: fbcon: inteldrmfb (fb0) is primary device
    abr 12 10:23:07 Desktop-i7 kernel: Console: switching to colour frame buffer device 240x67
    abr 12 10:23:07 Desktop-i7 kernel: i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    abr 12 10:23:07 Desktop-i7 kernel: i915 0000:00:02.0: registered panic notifier
    abr 12 10:23:07 Desktop-i7 kernel: sdhci: Secure Digital Host Controller Interface driver
    abr 12 10:23:07 Desktop-i7 kernel: sdhci: Copyright(c) Pierre Ossman
    abr 12 10:23:07 Desktop-i7 kernel: i8042: PNP: No PS/2 controller found. Probing ports directly.
    abr 12 10:23:07 Desktop-i7 kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    abr 12 10:23:07 Desktop-i7 kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    abr 12 10:23:07 Desktop-i7 kernel: ACPI: bus type USB registered
    abr 12 10:23:07 Desktop-i7 kernel: usbcore: registered new interface driver usbfs
    abr 12 10:23:07 Desktop-i7 kernel: usbcore: registered new interface driver hub
    abr 12 10:23:07 Desktop-i7 kernel: usbcore: registered new device driver usb
    abr 12 10:23:07 Desktop-i7 kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    abr 12 10:23:07 Desktop-i7 kernel: ehci-pci: EHCI PCI platform driver
    abr 12 10:23:07 Desktop-i7 kernel: SCSI subsystem initialized
    abr 12 10:23:07 Desktop-i7 kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
    abr 12 10:23:07 Desktop-i7 kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    abr 12 10:23:07 Desktop-i7 kernel: ehci-pci 0000:00:1a.0: debug port 2
    abr 12 10:23:07 Desktop-i7 kernel: libata version 3.00 loaded.
    abr 12 10:23:07 Desktop-i7 kernel: ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    abr 12 10:23:07 Desktop-i7 kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xdfc3b000
    abr 12 10:23:07 Desktop-i7 kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    abr 12 10:23:07 Desktop-i7 kernel: hub 1-0:1.0: USB hub found
    abr 12 10:23:07 Desktop-i7 kernel: hub 1-0:1.0: 2 ports detected
    abr 12 10:23:07 Desktop-i7 kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
    abr 12 10:23:07 Desktop-i7 kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
    abr 12 10:23:07 Desktop-i7 kernel: ehci-pci 0000:00:1d.0: debug port 2
    abr 12 10:23:07 Desktop-i7 kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    abr 12 10:23:07 Desktop-i7 kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xdfc3a000
    abr 12 10:23:07 Desktop-i7 kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    abr 12 10:23:07 Desktop-i7 kernel: hub 2-0:1.0: USB hub found
    abr 12 10:23:07 Desktop-i7 kernel: hub 2-0:1.0: 2 ports detected
    abr 12 10:23:07 Desktop-i7 kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
    abr 12 10:23:07 Desktop-i7 kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
    abr 12 10:23:07 Desktop-i7 kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    abr 12 10:23:07 Desktop-i7 kernel: hub 3-0:1.0: USB hub found
    abr 12 10:23:07 Desktop-i7 kernel: hub 3-0:1.0: 14 ports detected
    abr 12 10:23:07 Desktop-i7 kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
    abr 12 10:23:07 Desktop-i7 kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
    abr 12 10:23:07 Desktop-i7 kernel: hub 4-0:1.0: USB hub found
    abr 12 10:23:07 Desktop-i7 kernel: hub 4-0:1.0: 6 ports detected
    abr 12 10:23:07 Desktop-i7 kernel: ahci 0000:00:1f.2: version 3.0
    abr 12 10:23:07 Desktop-i7 kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3e impl SATA mode
    abr 12 10:23:07 Desktop-i7 kernel: ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst
    abr 12 10:23:07 Desktop-i7 kernel: scsi host0: ahci
    abr 12 10:23:07 Desktop-i7 kernel: scsi host1: ahci
    abr 12 10:23:07 Desktop-i7 kernel: scsi host2: ahci
    abr 12 10:23:07 Desktop-i7 kernel: scsi host3: ahci
    abr 12 10:23:07 Desktop-i7 kernel: scsi host4: ahci
    abr 12 10:23:07 Desktop-i7 kernel: scsi host5: ahci
    abr 12 10:23:07 Desktop-i7 kernel: ata1: DUMMY
    abr 12 10:23:07 Desktop-i7 kernel: ata2: SATA max UDMA/133 abar m2048@0xdfc39000 port 0xdfc39180 irq 27
    abr 12 10:23:07 Desktop-i7 kernel: ata3: SATA max UDMA/133 abar m2048@0xdfc39000 port 0xdfc39200 irq 27
    abr 12 10:23:07 Desktop-i7 kernel: ata4: SATA max UDMA/133 abar m2048@0xdfc39000 port 0xdfc39280 irq 27
    abr 12 10:23:07 Desktop-i7 kernel: ata5: SATA max UDMA/133 abar m2048@0xdfc39000 port 0xdfc39300 irq 27
    abr 12 10:23:07 Desktop-i7 kernel: ata6: SATA max UDMA/133 abar m2048@0xdfc39000 port 0xdfc39380 irq 27
    abr 12 10:23:07 Desktop-i7 kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
    abr 12 10:23:07 Desktop-i7 kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
    abr 12 10:23:07 Desktop-i7 kernel: ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    abr 12 10:23:07 Desktop-i7 kernel: ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    abr 12 10:23:07 Desktop-i7 kernel: ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    abr 12 10:23:07 Desktop-i7 kernel: ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    abr 12 10:23:07 Desktop-i7 kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    abr 12 10:23:07 Desktop-i7 kernel: ata3.00: ATA-9: WDC WD10EZEX-08M2NA0, 01.01A01, max UDMA/100
    abr 12 10:23:07 Desktop-i7 kernel: ata3.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    abr 12 10:23:07 Desktop-i7 kernel: ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20141107/psargs-359)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT4._GTF] (Node ffff8802370e3938), AE_NOT_FOUND (20141107/psparse-536)
    abr 12 10:23:07 Desktop-i7 kernel: ata3.00: configured for UDMA/100
    abr 12 10:23:07 Desktop-i7 kernel: ata4.00: ATA-8: ST3500320AS, SD1A, max UDMA/133
    abr 12 10:23:07 Desktop-i7 kernel: ata4.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20141107/psargs-359)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT5._GTF] (Node ffff8802370e39b0), AE_NOT_FOUND (20141107/psparse-536)
    abr 12 10:23:07 Desktop-i7 kernel: ata6.00: ATAPI: Optiarc DVD RW AD-7260S, 1.03, max UDMA/100
    abr 12 10:23:07 Desktop-i7 kernel: ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20141107/psargs-359)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT5._GTF] (Node ffff8802370e39b0), AE_NOT_FOUND (20141107/psparse-536)
    abr 12 10:23:07 Desktop-i7 kernel: ata6.00: configured for UDMA/100
    abr 12 10:23:07 Desktop-i7 kernel: ata4.00: configured for UDMA/133
    abr 12 10:23:07 Desktop-i7 kernel: ata2.00: ATA-8: SAMSUNG HD103SJ, 1AJ10001, max UDMA/133
    abr 12 10:23:07 Desktop-i7 kernel: ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    abr 12 10:23:07 Desktop-i7 kernel: ata2.00: configured for UDMA/133
    abr 12 10:23:07 Desktop-i7 kernel: scsi 1:0:0:0: Direct-Access ATA SAMSUNG HD103SJ 0001 PQ: 0 ANSI: 5
    abr 12 10:23:07 Desktop-i7 kernel: scsi 2:0:0:0: Direct-Access ATA WDC WD10EZEX-08M 1A01 PQ: 0 ANSI: 5
    abr 12 10:23:07 Desktop-i7 kernel: scsi 3:0:0:0: Direct-Access ATA ST3500320AS SD1A PQ: 0 ANSI: 5
    abr 12 10:23:07 Desktop-i7 kernel: usb 3-12: new low-speed USB device number 2 using xhci_hcd
    abr 12 10:23:07 Desktop-i7 kernel: ata5.00: ATA-8: MAXTOR STM3320613AS, MX13, max UDMA/133
    abr 12 10:23:07 Desktop-i7 kernel: ata5.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20141107/psargs-359)
    abr 12 10:23:07 Desktop-i7 kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT4._GTF] (Node ffff8802370e3938), AE_NOT_FOUND (20141107/psparse-536)
    abr 12 10:23:07 Desktop-i7 kernel: ata5.00: configured for UDMA/133
    abr 12 10:23:07 Desktop-i7 kernel: scsi 4:0:0:0: Direct-Access ATA MAXTOR STM332061 MX13 PQ: 0 ANSI: 5
    abr 12 10:23:07 Desktop-i7 kernel: hub 1-1:1.0: USB hub found
    abr 12 10:23:07 Desktop-i7 kernel: hub 1-1:1.0: 6 ports detected
    abr 12 10:23:07 Desktop-i7 kernel: scsi 5:0:0:0: CD-ROM Optiarc DVD RW AD-7260S 1.03 PQ: 0 ANSI: 5
    abr 12 10:23:07 Desktop-i7 kernel: sd 2:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    abr 12 10:23:07 Desktop-i7 kernel: sd 2:0:0:0: [sdb] 4096-byte physical blocks
    abr 12 10:23:07 Desktop-i7 kernel: sd 3:0:0:0: [sdc] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    abr 12 10:23:07 Desktop-i7 kernel: sd 2:0:0:0: [sdb] Write Protect is off
    abr 12 10:23:07 Desktop-i7 kernel: sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    abr 12 10:23:07 Desktop-i7 kernel: sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    abr 12 10:23:07 Desktop-i7 kernel: sd 1:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    abr 12 10:23:07 Desktop-i7 kernel: sd 4:0:0:0: [sdd] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    abr 12 10:23:07 Desktop-i7 kernel: sd 3:0:0:0: [sdc] Write Protect is off
    abr 12 10:23:07 Desktop-i7 kernel: sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
    abr 12 10:23:07 Desktop-i7 kernel: sd 4:0:0:0: [sdd] Write Protect is off
    abr 12 10:23:07 Desktop-i7 kernel: sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    abr 12 10:23:07 Desktop-i7 kernel: sd 4:0:0:0: [sdd] Mode Sense: 00 3a 00 00
    abr 12 10:23:07 Desktop-i7 kernel: sd 4:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    abr 12 10:23:07 Desktop-i7 kernel: hub 2-1:1.0: USB hub found
    abr 12 10:23:07 Desktop-i7 kernel: sd 1:0:0:0: [sda] Write Protect is off
    abr 12 10:23:07 Desktop-i7 kernel: sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
    abr 12 10:23:07 Desktop-i7 kernel: sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    abr 12 10:23:07 Desktop-i7 kernel: hub 2-1:1.0: 8 ports detected
    abr 12 10:23:07 Desktop-i7 kernel: sda: sda1
    abr 12 10:23:07 Desktop-i7 kernel: sd 1:0:0:0: [sda] Attached SCSI disk
    abr 12 10:23:07 Desktop-i7 kernel: sr 5:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    abr 12 10:23:07 Desktop-i7 kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
    abr 12 10:23:07 Desktop-i7 kernel: sr 5:0:0:0: Attached scsi CD-ROM sr0
    abr 12 10:23:07 Desktop-i7 kernel: sdc: sdc1
    abr 12 10:23:07 Desktop-i7 kernel: sd 3:0:0:0: [sdc] Attached SCSI disk
    abr 12 10:23:07 Desktop-i7 kernel: sdb:
    abr 12 10:23:07 Desktop-i7 kernel: sd 2:0:0:0: [sdb] Attached SCSI disk
    abr 12 10:23:07 Desktop-i7 kernel: sdd: sdd1 sdd2 sdd3 sdd4
    abr 12 10:23:07 Desktop-i7 kernel: sd 4:0:0:0: [sdd] Attached SCSI disk
    abr 12 10:23:07 Desktop-i7 kernel: usb 3-12: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
    abr 12 10:23:07 Desktop-i7 kernel: usb 3-12: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
    abr 12 10:23:07 Desktop-i7 kernel: hidraw: raw HID events driver (C) Jiri Kosina
    abr 12 10:23:07 Desktop-i7 kernel: usbcore: registered new interface driver usbhid
    abr 12 10:23:07 Desktop-i7 kernel: usbhid: USB HID core driver
    abr 12 10:23:07 Desktop-i7 kernel: input: Genius 2.4G Wireless Mouse and Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12:1.0/0003:0458:00AE.0001/input/input5
    abr 12 10:23:07 Desktop-i7 kernel: hid-generic 0003:0458:00AE.0001: input,hidraw0: USB HID v1.00 Keyboard [Genius 2.4G Wireless Mouse and Keyboard] on usb-0000:00:14.0-12/input0
    abr 12 10:23:07 Desktop-i7 kernel: input: Genius 2.4G Wireless Mouse and Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12:1.1/0003:0458:00AE.0002/input/input6
    abr 12 10:23:07 Desktop-i7 kernel: hid-generic 0003:0458:00AE.0002: input,hidraw1: USB HID v1.00 Mouse [Genius 2.4G Wireless Mouse and Keyboard] on usb-0000:00:14.0-12/input1
    abr 12 10:23:07 Desktop-i7 kernel: random: nonblocking pool is initialized
    abr 12 10:23:07 Desktop-i7 kernel: tsc: Refined TSC clocksource calibration: 3597.914 MHz
    abr 12 10:23:07 Desktop-i7 kernel: EXT4-fs (sdd3): mounted filesystem with ordered data mode. Opts: (null)
    abr 12 10:23:07 Desktop-i7 kernel: Switched to clocksource tsc
    abr 12 10:23:07 Desktop-i7 systemd[1]: RTC configured in localtime, applying delta of -180 minutes to system time.
    abr 12 10:23:07 Desktop-i7 systemd[1]: systemd 218 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
    abr 12 10:23:07 Desktop-i7 systemd[1]: Detected architecture 'x86-64'.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Set hostname to <Desktop-i7>.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Expecting device dev-sdc1.device...
    abr 12 10:23:07 Desktop-i7 systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Starting Root Slice.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Created slice Root Slice.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Starting Journal Socket.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Listening on Journal Socket.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Starting udev Kernel Socket.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Listening on udev Kernel Socket.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Starting User and Session Slice.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Created slice User and Session Slice.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Starting Device-mapper event daemon FIFOs.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Listening on Device-mapper event daemon FIFOs.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Expecting device dev-sda1.device...
    abr 12 10:23:07 Desktop-i7 systemd[1]: Listening on Journal Audit Socket.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Starting Journal Socket (/dev/log).
    abr 12 10:23:07 Desktop-i7 systemd[1]: Listening on Journal Socket (/dev/log).
    abr 12 10:23:07 Desktop-i7 systemd[1]: Starting System Slice.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Created slice System Slice.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Starting Create list of required static device nodes for the current kernel...
    abr 12 10:23:07 Desktop-i7 systemd[1]: Started File System Check on Root Device.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Starting Slices.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Reached target Slices.
    abr 12 10:23:07 Desktop-i7 systemd[1]: Starting Set Up Additional Binary Formats...
    abr 12 10:23:07 Desktop-

    Gracias a todos por responder.
    Podrias poner el enlace de Graysky asi le hecho un vistazo?
    Las teclas no responden, estoy con un keyboard y mouse wireless, puedo entrar en a traves de SSH desde mi notebook, el driver que uso para el video?
    fitap@Desktop-i7 ~ $ lsmod | grep video
    video 22205 2 i915,asus_wmi

  • New to Arch(64), with a few questions about Xorg and more

    Hello and Happy New Year everyone,
    I'm a user that has just recently decided to try and switch to Linux as the main OS for all things that don't concern gaming. I've been using the "server side" of Linux at work for a couple years now, but when it comes to its desktop part I consider myself not fully competent yet. Under recommendation of a friend I decided to give Arch a shot, and I can say that it really suits my philosophy on how an OS should be like.
    I have a few issues I'm currently struggling with that I couldn't seem to solve by looking on my own: as they are mostly minor and shortly described, I thought about packing them up in one single thread to avoid making too many. I've used i686 as testing grounds and am now using x86_64, but most of my problems apply to both.
    Here's my hardware, for reference:
    - Intel E8400 CPU (3GHz, dual core)
    - Asus P5Q-E motherboard
    - 2 GB DDR2 800 RAM.
    - nVidia 8800GT video card with 512MB memory
    - Samsung SyncMaster 713BM flat panel, connected via DVI cable
    - Creative SBLive! 5.1 OEM card (dug up for the occasion since it has hardware mixing)
    I'm using the latest Xorg from the repos, nvidia proprietary drivers, ALSA, Xfce4 + compiz-fusion, and SLIM as my login manager.
    And here are my headaches:
    - (32/64) A similar issue to the one I just mentioned: compiz-fusion doesn't seem to stick around as my window manager, even though I manually set it as per Method 2 from this wiki page. Although it did work for a while, after some time (perhaps after installing some package? but I didn't really install anything X related) it simply stopped working. To get my windows, I have to manually run fusion-icon after login.
    - (32/64) I'm using MPlayer with libass to watch my favourite anime, but sometimes MPlayer freezes up, forcing me to xkill it. Disabling ASS embedded subs yields error message 11, something about unsufficient resources. Disabling subs entirely prevents MPlayer from crashing. Oh, the errors only happen on specific points of certain videos, and all the videos work just fine under WinXP with MPC or VLC.
    - (32/64) Why do anti-aliased fonts under Linux still look so bad, even though I installed the appropriate packages suggested in the wiki? I don't mind disabling anti-aliasing entirely and just using Verdana, but is there some trick to it besides setting sub-pixel hinting under rclick->settings->user interface?
    - (32/64) My SBLive might be 5.1, but I'm only using the front connector as I use either two stereo speakers or headphones all the time. But the volume setting in applications (such as MPlayer) seems to affect the PCM meter of ALSA's mixer, putting it over 0 dB gain and generating sound distortion.
    - (64/don't know if 32 too) Why does Compiz's framerate drop so badly when I push alt-tab? I'm using the default application shifter, hardware acceleration, and there should be no reason why the framerate should drop like that (expecially considering that wobbly windows or cube rotating don't affect my performance at all). I've read around the net about very similar occourances with the task switcher, but I've found no real solution.
    - [SOLVED] (32/64) The first obstacle I came across was that I couldn't set my screen refresh any higher than 60Hz when I actually wanted 75Hz: I solved this by setting the vertical refresh to 76.0-76.0 in xorg.conf. However, for some reason this setting doesn't stick on reboot: I have to log in and manually run rclick->System->NVIDIA X Server Settings for it to apply.
    - [SOLVED] (64 only) The 32 version of Xorg was fine, but for some reason I'm not getting the correct keyset (Italian) under X, while everything works in vc. I think I read something about disabling a module called "keydev", but is this really the way to go?
    - [SOLVED] (64 only) Although I can hear sound in just about every application, the 64 bit version of Pidgin doesn't "ring" on received messages even though the associated option is enabled.
    I kindly thank you in advance for your assistance: I will provide any configuration files that might be needed to help me out
    Last edited by Akaraxle (2009-01-03 21:25:43)

    xisal wrote:
    Take a look into /etc/hal/fdi/policy/10-keymap.fdi. This works with portuguese layout:
    <snip>
    The file did not exist, so I created it and changed "pt" to "it". Thanks a bunch, that fixed it!
    Try SMPlayer.
    Ah, I'd rather not involve Qt. Besides, isn't SMPlayer simply a frontend to Mplayer (who already has GMplayer integrated into it, IIRC)?
    Mikko777 wrote:
    Why would you want to use 75Hz with lcd display?
    Does it make a difference?
    On my monitor, from my point of view, it appears to make a difference. It's that simple
    azleifel wrote:In gmplayer Preferences -> Audio -> (assuming alsa selected) -> Configure driver and change the mixer channel to something other than PCM, e.g. Master.
    For all the three combos, I have "driver default" selected. The other option is "default"; I tried to manually type "Master" into the mixer channel field, but then gmplayer's windows and my Xfce taskbar started blinking, so I knew I had just "crossed streams".
    Regarding NVIDIA X Server Settings, running "usr/bin/nvidia-settings --load-config-only" at login is the only way to apply the settings "automatically".
    I've slapped that on my ~/.xinitrc before "exec startxfce4". Thanks in advance, going to test it now!
    About the refresh and non-decorated windows issues (which *appears* to be solved after I've wiped the xfce-session cache), I've been thinking: could they somehow be related the login manager I've chosen, SLIM?
    P.S. New question: is there any way to enable the ALT+num126 for ~ keyboard behaviour I'm used to under M$ environments?
    Last edited by Akaraxle (2009-01-03 09:43:02)

  • Arch freezes for a few seconds from time to time

    It freezes for a 5-10 seconds and after that, everything work fine again. After one of these, I made dmesg:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.8.8-2-ARCH (tobias@T-POWA-LX) (gcc version 4.8.0 20130411 (prerelease) (GCC) ) #1 SMP PREEMPT Tue Apr 23 10:28:14 CEST 2013
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=9be30883-9b56-4a19-8566-9fca564adb98 ro quiet
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cfe6ffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000cfe70000-0x00000000cfe87fff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000cfe88000-0x00000000cfedbfff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000cfedc000-0x00000000cfffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000012fffffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.6 present.
    [ 0.000000] DMI: System manufacturer System Product Name/P7P55D PRO, BIOS 2101 09/27/2012
    [ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x130000 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CFFFF write-protect
    [ 0.000000] D0000-DFFFF uncachable
    [ 0.000000] E0000-E7FFF write-through
    [ 0.000000] E8000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F00000000 write-back
    [ 0.000000] 1 base 100000000 mask FE0000000 write-back
    [ 0.000000] 2 base 120000000 mask FF0000000 write-back
    [ 0.000000] 3 base 0D0000000 mask FF0000000 uncachable
    [ 0.000000] 4 base 0E0000000 mask FE0000000 uncachable
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xcfe70 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780]
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
    [ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0xcfe6ffff]
    [ 0.000000] [mem 0x00000000-0xcfdfffff] page 2M
    [ 0.000000] [mem 0xcfe00000-0xcfe6ffff] page 4k
    [ 0.000000] kernel direct mapping tables up to 0xcfe6ffff @ [mem 0x1fffa000-0x1fffffff]
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x12fffffff]
    [ 0.000000] [mem 0x100000000-0x12fffffff] page 2M
    [ 0.000000] kernel direct mapping tables up to 0x12fffffff @ [mem 0xcfe6e000-0xcfe6ffff]
    [ 0.000000] RAMDISK: [mem 0x37a28000-0x37d0bfff]
    [ 0.000000] ACPI: RSDP 00000000000fb970 00014 (v00 ACPIAM)
    [ 0.000000] ACPI: RSDT 00000000cfe70000 00044 (v01 092712 RSDT2113 20120927 MSFT 00000097)
    [ 0.000000] ACPI: FACP 00000000cfe70200 00084 (v01 092712 FACP2113 20120927 MSFT 00000097)
    [ 0.000000] ACPI: DSDT 00000000cfe704a0 0EFF9 (v01 A1325 A1325001 00000001 INTL 20060113)
    [ 0.000000] ACPI: FACS 00000000cfe88000 00040
    [ 0.000000] ACPI: APIC 00000000cfe70390 000CC (v01 092712 APIC2113 20120927 MSFT 00000097)
    [ 0.000000] ACPI: MCFG 00000000cfe70460 0003C (v01 092712 OEMMCFG 20120927 MSFT 00000097)
    [ 0.000000] ACPI: OEMB 00000000cfe88040 00072 (v01 092712 OEMB2113 20120927 MSFT 00000097)
    [ 0.000000] ACPI: HPET 00000000cfe7f4a0 00038 (v01 092712 OEMHPET 20120927 MSFT 00000097)
    [ 0.000000] ACPI: ASPT 00000000cfe7f740 00034 (v06 092712 PerfTune 20120927 MSFT 00000097)
    [ 0.000000] ACPI: OSFR 00000000cfe7f780 000B0 (v01 092712 OEMOSFR 20120927 MSFT 00000097)
    [ 0.000000] ACPI: SSDT 00000000cfe896d0 00363 (v01 DpgPmm CpuPm 00000012 INTL 20060113)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000012fffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x12fffffff]
    [ 0.000000] NODE_DATA [mem 0x12fffb000-0x12fffffff]
    [ 0.000000] [ffffea0000000000-ffffea0004bfffff] PMD -> [ffff88012b600000-ffff88012f5fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00010000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x12fffffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00010000-0x0009efff]
    [ 0.000000] node 0: [mem 0x00100000-0xcfe6ffff]
    [ 0.000000] node 0: [mem 0x100000000-0x12fffffff]
    [ 0.000000] On node 0 totalpages: 1048063
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 6 pages reserved
    [ 0.000000] DMA zone: 3913 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 13242 pages used for memmap
    [ 0.000000] DMA32 zone: 834230 pages, LIFO batch:31
    [ 0.000000] Normal zone: 3072 pages used for memmap
    [ 0.000000] Normal zone: 193536 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x84] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x85] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x86] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x87] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x88] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x89] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x8a] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x8b] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x8c] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x8d] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x8e] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x8f] disabled)
    [ 0.000000] ACPI: IOAPIC (id[0x07] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 7, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 16 CPUs, 12 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e4000
    [ 0.000000] PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 00000000cfe70000 - 00000000cfe88000
    [ 0.000000] PM: Registered nosave memory: 00000000cfe88000 - 00000000cfedc000
    [ 0.000000] PM: Registered nosave memory: 00000000cfedc000 - 00000000d0000000
    [ 0.000000] PM: Registered nosave memory: 00000000d0000000 - 00000000fee00000
    [ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
    [ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffe00000
    [ 0.000000] PM: Registered nosave memory: 00000000ffe00000 - 0000000100000000
    [ 0.000000] e820: [mem 0xd0000000-0xfedfffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:16 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88012fc00000 s85184 r8192 d21312 u131072
    [ 0.000000] pcpu-alloc: s85184 r8192 d21312 u131072 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1031679
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=9be30883-9b56-4a19-8566-9fca564adb98 ro quiet
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] __ex_table already sorted, skipping sort
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 4044444k/4980736k available (4908k kernel code, 788484k absent, 147808k reserved, 4024k data, 820k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=16.
    [ 0.000000] NR_IRQS:4352 nr_irqs:808 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 16777216 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.003333] tsc: Detected 2675.033 MHz processor
    [ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 5352.98 BogoMIPS (lpj=8916776)
    [ 0.000005] pid_max: default: 32768 minimum: 301
    [ 0.000036] Security Framework initialized
    [ 0.000043] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000288] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.001381] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.001864] Mount-cache hash table entries: 256
    [ 0.002041] Initializing cgroup subsys cpuacct
    [ 0.002043] Initializing cgroup subsys memory
    [ 0.002050] Initializing cgroup subsys devices
    [ 0.002052] Initializing cgroup subsys freezer
    [ 0.002053] Initializing cgroup subsys net_cls
    [ 0.002055] Initializing cgroup subsys blkio
    [ 0.002075] CPU: Physical Processor ID: 0
    [ 0.002076] CPU: Processor Core ID: 0
    [ 0.002080] mce: CPU supports 9 MCE banks
    [ 0.002088] CPU0: Thermal monitoring enabled (TM1)
    [ 0.002094] process: using mwait in idle threads
    [ 0.002098] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
    tlb_flushall_shift: 6
    [ 0.002220] Freeing SMP alternatives: 20k freed
    [ 0.003096] ACPI: Core revision 20121018
    [ 0.112660] ftrace: allocating 19310 entries in 76 pages
    [ 0.121205] Switched APIC routing to physical flat.
    [ 0.121576] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.154511] smpboot: CPU0: Intel(R) Core(TM) i5 CPU 750 @ 2.67GHz (fam: 06, model: 1e, stepping: 05)
    [ 0.260220] Performance Events: PEBS fmt1+, 16-deep LBR, Nehalem events, Intel PMU driver.
    [ 0.260225] perf_event_intel: CPU erratum AAJ80 worked around
    [ 0.260226] perf_event_intel: CPUID marked event: 'bus cycles' unavailable
    [ 0.260227] ... version: 3
    [ 0.260228] ... bit width: 48
    [ 0.260229] ... generic registers: 4
    [ 0.260230] ... value mask: 0000ffffffffffff
    [ 0.260231] ... max period: 000000007fffffff
    [ 0.260232] ... fixed-purpose events: 3
    [ 0.260233] ... event mask: 000000070000000f
    [ 0.296840] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.283586] smpboot: Booting Node 0, Processors #1 #2 #3
    [ 0.329957] Brought up 4 CPUs
    [ 0.329961] smpboot: Total of 4 processors activated (21408.94 BogoMIPS)
    [ 0.332774] devtmpfs: initialized
    [ 0.333801] PM: Registering ACPI NVS region [mem 0xcfe88000-0xcfedbfff] (344064 bytes)
    [ 0.334512] RTC time: 20:37:55, date: 04/26/13
    [ 0.334555] NET: Registered protocol family 16
    [ 0.334672] ACPI: bus type pci registered
    [ 0.334724] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.334726] PCI: not using MMCONFIG
    [ 0.334728] PCI: Using configuration type 1 for base access
    [ 0.335208] bio: create slab <bio-0> at 0
    [ 0.335263] ACPI: Added _OSI(Module Device)
    [ 0.335265] ACPI: Added _OSI(Processor Device)
    [ 0.335266] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.335267] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.336392] ACPI: EC: Look up EC in DSDT
    [ 0.337503] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.343814] ACPI: SSDT 00000000cfe880c0 01130 (v01 DpgPmm P001Ist 00000011 INTL 20060113)
    [ 0.344124] ACPI: Dynamic OEM Table Load:
    [ 0.344126] ACPI: SSDT (null) 01130 (v01 DpgPmm P001Ist 00000011 INTL 20060113)
    [ 0.344194] ACPI: SSDT 00000000cfe891f0 004D5 (v01 PmRef P001Cst 00003001 INTL 20060113)
    [ 0.344464] ACPI: Dynamic OEM Table Load:
    [ 0.344466] ACPI: SSDT (null) 004D5 (v01 PmRef P001Cst 00003001 INTL 20060113)
    [ 0.344718] ACPI: Interpreter enabled
    [ 0.344722] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.344736] ACPI: Using IOAPIC for interrupt routing
    [ 0.344751] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.345715] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources
    [ 0.354230] ACPI: EC: GPE = 0x18, I/O: command/status = 0x66, data = 0x62
    [ 0.354321] ACPI: No dock devices found.
    [ 0.354325] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.354387] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.354389] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.354650] pci_root PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
    [ 0.354672] PCI host bridge to bus 0000:00
    [ 0.354674] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.354676] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.354677] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.354679] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.354681] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
    [ 0.354682] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff]
    [ 0.354684] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfed8ffff]
    [ 0.354692] pci 0000:00:00.0: [8086:d131] type 00 class 0x060000
    [ 0.354741] pci 0000:00:08.0: [8086:d155] type 00 class 0x088000
    [ 0.354793] pci 0000:00:08.1: [8086:d156] type 00 class 0x088000
    [ 0.354844] pci 0000:00:08.2: [8086:d157] type 00 class 0x088000
    [ 0.354893] pci 0000:00:08.3: [8086:d158] type 00 class 0x088000
    [ 0.354938] pci 0000:00:10.0: [8086:d150] type 00 class 0x088000
    [ 0.354977] pci 0000:00:10.1: [8086:d151] type 00 class 0x088000
    [ 0.355036] pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320
    [ 0.355056] pci 0000:00:1a.0: reg 10: [mem 0xf7afe000-0xf7afe3ff]
    [ 0.355139] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.355164] pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
    [ 0.355178] pci 0000:00:1b.0: reg 10: [mem 0xf7af8000-0xf7afbfff 64bit]
    [ 0.355239] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.355258] pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
    [ 0.355320] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.355343] pci 0000:00:1c.4: [8086:3b4a] type 01 class 0x060400
    [ 0.355405] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.355425] pci 0000:00:1c.5: [8086:3b4c] type 01 class 0x060400
    [ 0.355487] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 0.355507] pci 0000:00:1c.6: [8086:3b4e] type 01 class 0x060400
    [ 0.355569] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
    [ 0.355589] pci 0000:00:1c.7: [8086:3b50] type 01 class 0x060400
    [ 0.355651] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
    [ 0.355675] pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320
    [ 0.355694] pci 0000:00:1d.0: reg 10: [mem 0xf7afd000-0xf7afd3ff]
    [ 0.355777] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.355796] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
    [ 0.355854] pci 0000:00:1f.0: [8086:3b02] type 00 class 0x060100
    [ 0.355965] pci 0000:00:1f.2: [8086:3b20] type 00 class 0x01018f
    [ 0.355979] pci 0000:00:1f.2: reg 10: [io 0x9c00-0x9c07]
    [ 0.355986] pci 0000:00:1f.2: reg 14: [io 0x9880-0x9883]
    [ 0.355993] pci 0000:00:1f.2: reg 18: [io 0x9800-0x9807]
    [ 0.356000] pci 0000:00:1f.2: reg 1c: [io 0x9480-0x9483]
    [ 0.356006] pci 0000:00:1f.2: reg 20: [io 0x9400-0x940f]
    [ 0.356013] pci 0000:00:1f.2: reg 24: [io 0x9080-0x908f]
    [ 0.356055] pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
    [ 0.356068] pci 0000:00:1f.3: reg 10: [mem 0xf7afc000-0xf7afc0ff 64bit]
    [ 0.356087] pci 0000:00:1f.3: reg 20: [io 0xffe0-0xffff]
    [ 0.356117] pci 0000:00:1f.5: [8086:3b26] type 00 class 0x010185
    [ 0.356130] pci 0000:00:1f.5: reg 10: [io 0xac00-0xac07]
    [ 0.356137] pci 0000:00:1f.5: reg 14: [io 0xa880-0xa883]
    [ 0.356144] pci 0000:00:1f.5: reg 18: [io 0xa800-0xa807]
    [ 0.356151] pci 0000:00:1f.5: reg 1c: [io 0xa480-0xa483]
    [ 0.356158] pci 0000:00:1f.5: reg 20: [io 0xa400-0xa40f]
    [ 0.356165] pci 0000:00:1f.5: reg 24: [io 0xa080-0xa08f]
    [ 0.356249] pci 0000:05:00.0: [1002:94b3] type 00 class 0x030000
    [ 0.356267] pci 0000:05:00.0: reg 10: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.356281] pci 0000:05:00.0: reg 18: [mem 0xf7ee0000-0xf7eeffff 64bit]
    [ 0.356291] pci 0000:05:00.0: reg 20: [io 0xd000-0xd0ff]
    [ 0.356309] pci 0000:05:00.0: reg 30: [mem 0xf7ec0000-0xf7edffff pref]
    [ 0.356355] pci 0000:05:00.0: supports D1 D2
    [ 0.356381] pci 0000:05:00.1: [1002:aa38] type 00 class 0x040300
    [ 0.356399] pci 0000:05:00.1: reg 10: [mem 0xf7efc000-0xf7efffff 64bit]
    [ 0.356483] pci 0000:05:00.1: supports D1 D2
    [ 0.360049] pci 0000:00:1c.0: PCI bridge to [bus 05]
    [ 0.360056] pci 0000:00:1c.0: bridge window [io 0xd000-0xdfff]
    [ 0.360062] pci 0000:00:1c.0: bridge window [mem 0xf7e00000-0xf7efffff]
    [ 0.360070] pci 0000:00:1c.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.360119] pci 0000:00:1c.4: PCI bridge to [bus 04]
    [ 0.360184] pci 0000:03:00.0: [1033:0194] type 00 class 0x0c0330
    [ 0.360209] pci 0000:03:00.0: reg 10: [mem 0xf7dfe000-0xf7dfffff 64bit]
    [ 0.360339] pci 0000:03:00.0: PME# supported from D0 D3hot
    [ 0.366705] pci 0000:00:1c.5: PCI bridge to [bus 03]
    [ 0.366713] pci 0000:00:1c.5: bridge window [mem 0xf7d00000-0xf7dfffff]
    [ 0.366785] pci 0000:02:00.0: [197b:2363] type 00 class 0x010185
    [ 0.366869] pci 0000:02:00.0: reg 24: [mem 0xf7cfe000-0xf7cfffff]
    [ 0.366929] pci 0000:02:00.0: PME# supported from D3hot
    [ 0.366961] pci 0000:02:00.1: [197b:2363] type 00 class 0x010185
    [ 0.366984] pci 0000:02:00.1: reg 10: [io 0xcc00-0xcc07]
    [ 0.366997] pci 0000:02:00.1: reg 14: [io 0xc880-0xc883]
    [ 0.367009] pci 0000:02:00.1: reg 18: [io 0xc800-0xc807]
    [ 0.367022] pci 0000:02:00.1: reg 1c: [io 0xc480-0xc483]
    [ 0.367035] pci 0000:02:00.1: reg 20: [io 0xc400-0xc40f]
    [ 0.367115] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.367123] pci 0000:00:1c.6: PCI bridge to [bus 02]
    [ 0.367126] pci 0000:00:1c.6: bridge window [io 0xc000-0xcfff]
    [ 0.367130] pci 0000:00:1c.6: bridge window [mem 0xf7c00000-0xf7cfffff]
    [ 0.367185] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
    [ 0.367200] pci 0000:01:00.0: reg 10: [io 0xb800-0xb8ff]
    [ 0.367227] pci 0000:01:00.0: reg 18: [mem 0xdffff000-0xdfffffff 64bit pref]
    [ 0.367244] pci 0000:01:00.0: reg 20: [mem 0xdfff8000-0xdfffbfff 64bit pref]
    [ 0.367255] pci 0000:01:00.0: reg 30: [mem 0xf7bf0000-0xf7bfffff pref]
    [ 0.367317] pci 0000:01:00.0: supports D1 D2
    [ 0.367318] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.373360] pci 0000:00:1c.7: PCI bridge to [bus 01]
    [ 0.373366] pci 0000:00:1c.7: bridge window [io 0xb000-0xbfff]
    [ 0.373371] pci 0000:00:1c.7: bridge window [mem 0xf7b00000-0xf7bfffff]
    [ 0.373380] pci 0000:00:1c.7: bridge window [mem 0xdff00000-0xdfffffff 64bit pref]
    [ 0.373426] pci 0000:06:03.0: [1106:3044] type 00 class 0x0c0010
    [ 0.373442] pci 0000:06:03.0: reg 10: [mem 0xf7fff800-0xf7ffffff]
    [ 0.373451] pci 0000:06:03.0: reg 14: [io 0xec00-0xec7f]
    [ 0.373515] pci 0000:06:03.0: supports D2
    [ 0.373517] pci 0000:06:03.0: PME# supported from D2 D3hot D3cold
    [ 0.373556] pci 0000:00:1e.0: PCI bridge to [bus 06] (subtractive decode)
    [ 0.373559] pci 0000:00:1e.0: bridge window [io 0xe000-0xefff]
    [ 0.373563] pci 0000:00:1e.0: bridge window [mem 0xf7f00000-0xf7ffffff]
    [ 0.373568] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.373569] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.373571] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.373572] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
    [ 0.373574] pci 0000:00:1e.0: bridge window [mem 0xd0000000-0xf7ffffff] (subtractive decode)
    [ 0.373578] pci 0000:00:1e.0: bridge window [mem 0xfc000000-0xfed8ffff] (subtractive decode)
    [ 0.373607] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR1E._PRT]
    [ 0.373672] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR20._PRT]
    [ 0.373692] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR24._PRT]
    [ 0.373711] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR25._PRT]
    [ 0.373729] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR26._PRT]
    [ 0.373755] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR27._PRT]
    [ 0.373851] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.373980] pci0000:00: ACPI _OSC request failed (AE_SUPPORT), returned control mask: 0x0d
    [ 0.373981] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 0.375033] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 10 11 12 14 *15)
    [ 0.375068] ACPI: PCI Interrupt Link [LNKB] (IRQs *5)
    [ 0.375098] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 *11 12 14 15)
    [ 0.375130] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 *10 11 12 14 15)
    [ 0.375162] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 15) *0, disabled.
    [ 0.375195] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12 *14 15)
    [ 0.375227] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 6 7 10 11 12 14 15)
    [ 0.375259] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 6 *7 10 11 12 14 15)
    [ 0.375325] vgaarb: device added: PCI:0000:05:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.375327] vgaarb: loaded
    [ 0.375328] vgaarb: bridge control possible 0000:05:00.0
    [ 0.375356] PCI: Using ACPI for IRQ routing
    [ 0.376632] PCI: Discovered peer bus 3f
    [ 0.376633] PCI: root bus 3f: using default resources
    [ 0.376634] PCI: Probing PCI hardware (bus 3f)
    [ 0.376654] PCI host bridge to bus 0000:3f
    [ 0.376657] pci_bus 0000:3f: root bus resource [io 0x0000-0xffff]
    [ 0.376658] pci_bus 0000:3f: root bus resource [mem 0x00000000-0xfffffffff]
    [ 0.376660] pci_bus 0000:3f: No busn resource found for root bus, will use [bus 3f-ff]
    [ 0.376665] pci 0000:3f:00.0: [8086:2c51] type 00 class 0x060000
    [ 0.376686] pci 0000:3f:00.1: [8086:2c81] type 00 class 0x060000
    [ 0.376703] pci 0000:3f:02.0: [8086:2c90] type 00 class 0x060000
    [ 0.376719] pci 0000:3f:02.1: [8086:2c91] type 00 class 0x060000
    [ 0.376736] pci 0000:3f:03.0: [8086:2c98] type 00 class 0x060000
    [ 0.376752] pci 0000:3f:03.1: [8086:2c99] type 00 class 0x060000
    [ 0.376768] pci 0000:3f:03.4: [8086:2c9c] type 00 class 0x060000
    [ 0.376784] pci 0000:3f:04.0: [8086:2ca0] type 00 class 0x060000
    [ 0.376800] pci 0000:3f:04.1: [8086:2ca1] type 00 class 0x060000
    [ 0.376815] pci 0000:3f:04.2: [8086:2ca2] type 00 class 0x060000
    [ 0.376830] pci 0000:3f:04.3: [8086:2ca3] type 00 class 0x060000
    [ 0.376847] pci 0000:3f:05.0: [8086:2ca8] type 00 class 0x060000
    [ 0.376862] pci 0000:3f:05.1: [8086:2ca9] type 00 class 0x060000
    [ 0.376878] pci 0000:3f:05.2: [8086:2caa] type 00 class 0x060000
    [ 0.376894] pci 0000:3f:05.3: [8086:2cab] type 00 class 0x060000
    [ 0.376919] pci_bus 0000:3f: busn_res: [bus 3f-ff] end is updated to 3f
    [ 0.377167] PCI: pci_cache_line_size set to 64 bytes
    [ 0.377245] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
    [ 0.377246] e820: reserve RAM buffer [mem 0xcfe70000-0xcfffffff]
    [ 0.377322] NetLabel: Initializing
    [ 0.377324] NetLabel: domain hash size = 128
    [ 0.377325] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.377334] NetLabel: unlabeled traffic allowed by default
    [ 0.377364] HPET: 8 timers in total, 5 timers will be used for per-cpu timer
    [ 0.377370] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 40, 41, 42, 43, 44, 0
    [ 0.377375] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.379402] hpet: hpet2 irq 40 for MSI
    [ 0.379449] hpet: hpet3 irq 41 for MSI
    [ 0.379494] hpet: hpet4 irq 42 for MSI
    [ 0.379532] hpet: hpet5 irq 43 for MSI
    [ 0.379547] Switching to clocksource hpet
    [ 0.383196] pnp: PnP ACPI init
    [ 0.383206] ACPI: bus type pnp registered
    [ 0.383245] system 00:00: [mem 0xfed14000-0xfed19fff] has been reserved
    [ 0.383248] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.383272] pnp 00:01: [dma 4]
    [ 0.383290] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.383314] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.383333] pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.383356] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.383504] system 00:05: [io 0x0290-0x029f] has been reserved
    [ 0.383507] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.383675] system 00:06: [io 0x04d0-0x04d1] has been reserved
    [ 0.383677] system 00:06: [io 0x0800-0x087f] has been reserved
    [ 0.383679] system 00:06: [io 0x0500-0x057f] has been reserved
    [ 0.383681] system 00:06: [io 0x0600-0x0607] has been reserved
    [ 0.383685] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.383687] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.383689] system 00:06: [mem 0xfed40000-0xfed8ffff] has been reserved
    [ 0.383691] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.383753] pnp 00:07: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.383801] pnp 00:08: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.383853] system 00:09: [mem 0xffc00000-0xffdfffff] has been reserved
    [ 0.383856] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.384021] pnp 00:0a: [dma 0 disabled]
    [ 0.384071] pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.384155] system 00:0b: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.384157] system 00:0b: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.384160] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.384230] system 00:0c: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 0.384233] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.384383] system 00:0d: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.384385] system 00:0d: [mem 0x000c0000-0x000cffff] could not be reserved
    [ 0.384387] system 00:0d: [mem 0x000e0000-0x000fffff] could not be reserved
    [ 0.384389] system 00:0d: [mem 0x00100000-0xcfffffff] could not be reserved
    [ 0.384391] system 00:0d: [mem 0xfed90000-0xffffffff] could not be reserved
    [ 0.384394] system 00:0d: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.384484] pnp: PnP ACPI: found 14 devices
    [ 0.384486] ACPI: ACPI bus type pnp unregistered
    [ 0.390847] pci 0000:00:1c.4: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000
    [ 0.390850] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000
    [ 0.390852] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000
    [ 0.390859] pci 0000:00:1c.5: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
    [ 0.390861] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
    [ 0.390868] pci 0000:00:1c.6: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    [ 0.390884] pci 0000:00:1c.4: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [ 0.390886] pci 0000:00:1c.4: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.390888] pci 0000:00:1c.5: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.390889] pci 0000:00:1c.6: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.390891] pci 0000:00:1c.4: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.390893] pci 0000:00:1c.5: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.390896] pci 0000:00:1c.4: BAR 14: assigned [mem 0xd0000000-0xd01fffff]
    [ 0.390899] pci 0000:00:1c.4: BAR 15: assigned [mem 0xd0200000-0xd03fffff 64bit pref]
    [ 0.390901] pci 0000:00:1c.5: BAR 15: assigned [mem 0xd0400000-0xd05fffff 64bit pref]
    [ 0.390903] pci 0000:00:1c.6: BAR 15: assigned [mem 0xd0600000-0xd07fffff 64bit pref]
    [ 0.390905] pci 0000:00:1c.4: BAR 13: assigned [io 0x1000-0x1fff]
    [ 0.390907] pci 0000:00:1c.5: BAR 13: assigned [io 0x2000-0x2fff]
    [ 0.390910] pci 0000:00:1c.0: PCI bridge to [bus 05]
    [ 0.390912] pci 0000:00:1c.0: bridge window [io 0xd000-0xdfff]
    [ 0.390916] pci 0000:00:1c.0: bridge window [mem 0xf7e00000-0xf7efffff]
    [ 0.390919] pci 0000:00:1c.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.390924] pci 0000:00:1c.4: PCI bridge to [bus 04]
    [ 0.390926] pci 0000:00:1c.4: bridge window [io 0x1000-0x1fff]
    [ 0.390930] pci 0000:00:1c.4: bridge window [mem 0xd0000000-0xd01fffff]
    [ 0.390933] pci 0000:00:1c.4: bridge window [mem 0xd0200000-0xd03fffff 64bit pref]
    [ 0.390938] pci 0000:00:1c.5: PCI bridge to [bus 03]
    [ 0.390940] pci 0000:00:1c.5: bridge window [io 0x2000-0x2fff]
    [ 0.390944] pci 0000:00:1c.5: bridge window [mem 0xf7d00000-0xf7dfffff]
    [ 0.390947] pci 0000:00:1c.5: bridge window [mem 0xd0400000-0xd05fffff 64bit pref]
    [ 0.390952] pci 0000:00:1c.6: PCI bridge to [bus 02]
    [ 0.390954] pci 0000:00:1c.6: bridge window [io 0xc000-0xcfff]
    [ 0.390958] pci 0000:00:1c.6: bridge window [mem 0xf7c00000-0xf7cfffff]
    [ 0.390961] pci 0000:00:1c.6: bridge window [mem 0xd0600000-0xd07fffff 64bit pref]
    [ 0.390966] pci 0000:00:1c.7: PCI bridge to [bus 01]
    [ 0.390968] pci 0000:00:1c.7: bridge window [io 0xb000-0xbfff]
    [ 0.390972] pci 0000:00:1c.7: bridge window [mem 0xf7b00000-0xf7bfffff]
    [ 0.390975] pci 0000:00:1c.7: bridge window [mem 0xdff00000-0xdfffffff 64bit pref]
    [ 0.390980] pci 0000:00:1e.0: PCI bridge to [bus 06]
    [ 0.390982] pci 0000:00:1e.0: bridge window [io 0xe000-0xefff]
    [ 0.390986] pci 0000:00:1e.0: bridge window [mem 0xf7f00000-0xf7ffffff]
    [ 0.391004] pci 0000:00:1c.4: enabling device (0104 -> 0107)
    [ 0.391009] pci 0000:00:1c.5: enabling device (0106 -> 0107)
    [ 0.391031] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.391034] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.391036] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.391038] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.391039] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.391041] pci_bus 0000:00: resource 8 [mem 0xd0000000-0xf7ffffff]
    [ 0.391042] pci_bus 0000:00: resource 9 [mem 0xfc000000-0xfed8ffff]
    [ 0.391044] pci_bus 0000:05: resource 0 [io 0xd000-0xdfff]
    [ 0.391045] pci_bus 0000:05: resource 1 [mem 0xf7e00000-0xf7efffff]
    [ 0.391047] pci_bus 0000:05: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.391049] pci_bus 0000:04: resource 0 [io 0x1000-0x1fff]
    [ 0.391050] pci_bus 0000:04: resource 1 [mem 0xd0000000-0xd01fffff]
    [ 0.391052] pci_bus 0000:04: resource 2 [mem 0xd0200000-0xd03fffff 64bit pref]
    [ 0.391053] pci_bus 0000:03: resource 0 [io 0x2000-0x2fff]
    [ 0.391055] pci_bus 0000:03: resource 1 [mem 0xf7d00000-0xf7dfffff]
    [ 0.391056] pci_bus 0000:03: resource 2 [mem 0xd0400000-0xd05fffff 64bit pref]
    [ 0.391058] pci_bus 0000:02: resource 0 [io 0xc000-0xcfff]
    [ 0.391060] pci_bus 0000:02: resource 1 [mem 0xf7c00000-0xf7cfffff]
    [ 0.391061] pci_bus 0000:02: resource 2 [mem 0xd0600000-0xd07fffff 64bit pref]
    [ 0.391063] pci_bus 0000:01: resource 0 [io 0xb000-0xbfff]
    [ 0.391064] pci_bus 0000:01: resource 1 [mem 0xf7b00000-0xf7bfffff]
    [ 0.391066] pci_bus 0000:01: resource 2 [mem 0xdff00000-0xdfffffff 64bit pref]
    [ 0.391067] pci_bus 0000:06: resource 0 [io 0xe000-0xefff]
    [ 0.391069] pci_bus 0000:06: resource 1 [mem 0xf7f00000-0xf7ffffff]
    [ 0.391070] pci_bus 0000:06: resource 4 [io 0x0000-0x0cf7]
    [ 0.391072] pci_bus 0000:06: resource 5 [io 0x0d00-0xffff]
    [ 0.391074] pci_bus 0000:06: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.391075] pci_bus 0000:06: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.391077] pci_bus 0000:06: resource 8 [mem 0xd0000000-0xf7ffffff]
    [ 0.391078] pci_bus 0000:06: resource 9 [mem 0xfc000000-0xfed8ffff]
    [ 0.391080] pci_bus 0000:3f: resource 4 [io 0x0000-0xffff]
    [ 0.391081] pci_bus 0000:3f: resource 5 [mem 0x00000000-0xfffffffff]
    [ 0.391111] NET: Registered protocol family 2
    [ 0.391243] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.391414] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.391554] TCP: Hash tables configured (established 32768 bind 32768)
    [ 0.391576] TCP: reno registered
    [ 0.391582] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.391612] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.391696] NET: Registered protocol family 1
    [ 0.391778] pci 0000:05:00.0: Boot video device
    [ 0.391835] PCI: CLS 32 bytes, default 64
    [ 0.391863] Unpacking initramfs...
    [ 0.441719] Freeing initrd memory: 2960k freed
    [ 0.442083] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.442086] software IO TLB [mem 0xcbe6e000-0xcfe6e000] (64MB) mapped at [ffff8800cbe6e000-ffff8800cfe6dfff]
    [ 0.442413] audit: initializing netlink socket (disabled)
    [ 0.442429] type=2000 audit(1367008675.236:1): initialized
    [ 0.453950] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.455230] VFS: Disk quotas dquot_6.5.2
    [ 0.455270] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.455420] msgmni has been set to 7905
    [ 0.455646] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.455674] io scheduler noop registered
    [ 0.455676] io scheduler deadline registered
    [ 0.455680] io scheduler cfq registered (default)
    [ 0.455959] vesafb: mode is 1400x1050x32, linelength=5632, pages=0
    [ 0.455961] vesafb: scrolling: redraw
    [ 0.455962] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    [ 0.456350] vesafb: framebuffer at 0xe0000000, mapped to 0xffffc90004800000, using 5824k, total 5824k
    [ 0.647099] Console: switching to colour frame buffer device 175x65
    [ 0.836899] fb0: VESA VGA frame buffer device
    [ 0.836908] intel_idle: MWAIT substates: 0x1120
    [ 0.836913] intel_idle: v0.4 model 0x1E
    [ 0.836914] intel_idle: lapic_timer_reliable_states 0x2
    [ 0.836954] GHES: HEST is not enabled!
    [ 0.837004] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.857547] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.857890] Linux agpgart interface v0.103
    [ 0.857949] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 0.860653] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.860678] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.860767] mousedev: PS/2 mouse device common for all mice
    [ 0.860809] rtc_cmos 00:02: RTC can wake from S4
    [ 0.860928] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [ 0.860953] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 0.861011] cpuidle: using governor ladder
    [ 0.861077] cpuidle: using governor menu
    [ 0.861079] EFI Variables Facility v0.08 2004-May-17
    [ 0.861120] drop_monitor: Initializing network drop monitor service
    [ 0.861187] TCP: cubic registered
    [ 0.861270] NET: Registered protocol family 10
    [ 0.861409] NET: Registered protocol family 17
    [ 0.861416] Key type dns_resolver registered
    [ 0.861612] PM: Hibernation image not present or could not be loaded.
    [ 0.861619] registered taskstats version 1
    [ 0.862279] Magic number: 9:644:650
    [ 0.862314] acpi LNXCPU:03: hash matches
    [ 0.862370] rtc_cmos 00:02: setting system clock to 2013-04-26 20:37:56 UTC (1367008676)
    [ 0.863603] Freeing unused kernel memory: 820k freed
    [ 0.863740] Write protecting the kernel read-only data: 8192k
    [ 0.867252] Freeing unused kernel memory: 1224k freed
    [ 0.868850] Freeing unused kernel memory: 440k freed
    [ 0.875189] systemd-udevd[57]: starting version 202
    [ 0.892310] ACPI: bus type usb registered
    [ 0.892342] usbcore: registered new interface driver usbfs
    [ 0.892360] usbcore: registered new interface driver hub
    [ 0.892423] usbcore: registered new device driver usb
    [ 0.892866] SCSI subsystem initialized
    [ 0.893648] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.894532] ehci-pci: EHCI PCI platform driver
    [ 0.894561] ehci-pci 0000:00:1a.0: setting latency timer to 64
    [ 0.894564] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [ 0.894571] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 0.894582] ehci-pci 0000:00:1a.0: debug port 2
    [ 0.898484] ehci-pci 0000:00:1a.0: cache line size of 32 is not supported
    [ 0.898499] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7afe000
    [ 0.898661] ACPI: bus type scsi registered
    [ 0.898703] libata version 3.00 loaded.
    [ 0.898858] xhci_hcd 0000:03:00.0: xHCI Host Controller
    [ 0.898861] pata_jmicron 0000:02:00.1: enabling device (0000 -> 0001)
    [ 0.898866] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 2
    [ 0.898889] pata_jmicron 0000:02:00.1: setting latency timer to 64
    [ 0.899091] xhci_hcd 0000:03:00.0: irq 45 for MSI/MSI-X
    [ 0.899097] xhci_hcd 0000:03:00.0: irq 46 for MSI/MSI-X
    [ 0.899102] xhci_hcd 0000:03:00.0: irq 47 for MSI/MSI-X
    [ 0.899107] xhci_hcd 0000:03:00.0: irq 48 for MSI/MSI-X
    [ 0.899113] xhci_hcd 0000:03:00.0: irq 49 for MSI/MSI-X
    [ 0.899819] xHCI xhci_add_endpoint called for root hub
    [ 0.899821] xHCI xhci_check_bandwidth called for root hub
    [ 0.899848] hub 2-0:1.0: USB hub found
    [ 0.899854] scsi0 : pata_jmicron
    [ 0.899855] hub 2-0:1.0: 2 ports detected
    [ 0.899938] xhci_hcd 0000:03:00.0: xHCI Host Controller
    [ 0.899941] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 3
    [ 0.900062] scsi1 : pata_jmicron
    [ 0.900186] ata1: PATA max UDMA/100 cmd 0xcc00 ctl 0xc880 bmdma 0xc400 irq 19
    [ 0.900188] ata2: PATA max UDMA/100 cmd 0xc800 ctl 0xc480 bmdma 0xc408 irq 19
    [ 0.900208] ahci 0000:02:00.0: version 3.0
    [ 0.900337] ahci 0000:02:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
    [ 0.900340] ahci 0000:02:00.0: flags: 64bit ncq pm led clo pmp pio slum part
    [ 0.900704] scsi2 : ahci
    [ 0.900906] scsi3 : ahci
    [ 0.900954] ata3: SATA max UDMA/133 abar m8192@0xf7cfe000 port 0xf7cfe100 irq 18
    [ 0.900957] ata4: SATA max UDMA/133 abar m8192@0xf7cfe000 port 0xf7cfe180 irq 18
    [ 0.902648] xHCI xhci_add_endpoint called for root hub
    [ 0.902650] xHCI xhci_check_bandwidth called for root hub
    [ 0.902695] hub 3-0:1.0: USB hub found
    [ 0.902705] hub 3-0:1.0: 2 ports detected
    [ 0.908458] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 0.908560] hub 1-0:1.0: USB hub found
    [ 0.908563] hub 1-0:1.0: 2 ports detected
    [ 0.908684] ehci-pci 0000:00:1d.0: setting latency timer to 64
    [ 0.908687] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 0.908692] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
    [ 0.908702] ehci-pci 0000:00:1d.0: debug port 2
    [ 0.912614] ehci-pci 0000:00:1d.0: cache line size of 32 is not supported
    [ 0.912628] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7afd000
    [ 0.921807] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 0.922200] hub 4-0:1.0: USB hub found
    [ 0.922203] hub 4-0:1.0: 2 ports detected
    [ 0.922286] ata_piix 0000:00:1f.2: version 2.13
    [ 0.922301] ata_piix 0000:00:1f.2: MAP [
    [ 0.922302] P0 P2 P1 P3 ]
    [ 0.922329] ata_piix 0000:00:1f.2: setting latency timer to 64
    [ 0.922885] scsi4 : ata_piix
    [ 0.923390] scsi5 : ata_piix
    [ 0.923741] ata5: SATA max UDMA/133 cmd 0x9c00 ctl 0x9880 bmdma 0x9400 irq 21
    [ 0.923745] ata6: SATA max UDMA/133 cmd 0x9800 ctl 0x9480 bmdma 0x9408 irq 21
    [ 0.923759] ata_piix 0000:00:1f.5: MAP [
    [ 0.923760] P0 -- P1 -- ]
    [ 0.923784] ata_piix 0000:00:1f.5: setting latency timer to 64
    [ 0.923951] scsi6 : ata_piix
    [ 0.924274] scsi7 : ata_piix
    [ 0.924564] ata7: SATA max UDMA/133 cmd 0xac00 ctl 0xa880 bmdma 0xa400 irq 21
    [ 0.924567] ata8: SATA max UDMA/133 cmd 0xa800 ctl 0xa480 bmdma 0xa408 irq 21
    [ 0.951836] firewire_ohci 0000:06:03.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x11
    [ 1.216364] ata4: SATA link down (SStatus 0 SControl 300)
    [ 1.216471] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [ 1.221344] ata3: SATA link down (SStatus 0 SControl 300)
    [ 1.252180] ata7: SATA link down (SStatus 0 SControl 300)
    [ 1.263097] ata8: SATA link down (SStatus 0 SControl 300)
    [ 1.338351] hub 1-1:1.0: USB hub found
    [ 1.338573] hub 1-1:1.0: 6 ports detected
    [ 1.440700] tsc: Refined TSC clocksource calibration: 2674.966 MHz
    [ 1.440707] Switching to clocksource tsc
    [ 1.444033] usb 4-1: new high-speed USB device number 2 using ehci-pci
    [ 1.451003] firewire_core 0000:06:03.0: created device fw0: GUID 001e8c0001fee812, S400
    [ 1.568045] hub 4-1:1.0: USB hub found
    [ 1.568193] hub 4-1:1.0: 8 ports detected
    [ 1.647191] usb 1-1.1: new full-speed USB device number 3 using ehci-pci
    [ 1.713594] ata5.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.713610] ata5.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.713850] ata6.00: SATA link down (SStatus 0 SControl 300)
    [ 1.713865] ata6.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.730371] ata6.01: ATAPI: HL-DT-ST DVDRAM GH22LS50, TL01, max UDMA/100
    [ 1.743651] ata6.01: configured for UDMA/100
    [ 1.747140] ata5.00: ATA-7: SAMSUNG HD103UJ, 1AA01118, max UDMA7
    [ 1.747145] ata5.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 1.747451] ata5.01: ATA-8: ST2000DL003-9VT166, CC32, max UDMA/133
    [ 1.747455] ata5.01: 3907029168 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 1.770425] ata5.00: configured for UDMA/133
    [ 1.783857] ata5.01: configured for UDMA/133
    [ 1.784175] scsi 4:0:0:0: Direct-Access ATA SAMSUNG HD103UJ 1AA0 PQ: 0 ANSI: 5
    [ 1.784487] scsi 4:0:1:0: Direct-Access ATA ST2000DL003-9VT1 CC32 PQ: 0 ANSI: 5
    [ 1.785214] sd 4:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [ 1.785230] sd 4:0:1:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
    [ 1.785268] sd 4:0:0:0: [sda] Write Protect is off
    [ 1.785271] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.785299] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.785306] sd 4:0:1:0: [sdb] Write Protect is off
    [ 1.785309] sd 4:0:1:0: [sdb] Mode Sense: 00 3a 00 00
    [ 1.785344] sd 4:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.788430] scsi 5:0:1:0: CD-ROM HL-DT-ST DVDRAM GH22LS50 TL01 PQ: 0 ANSI: 5
    [ 1.799605] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.799610] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.799918] sr 5:0:1:0: Attached scsi CD-ROM sr0
    [ 1.822330] sdb: sdb1
    [ 1.844330] sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 >
    [ 1.850247] sd 4:0:1:0: [sdb] Attached SCSI disk
    [ 1.850284] sd 4:0:0:0: [sda] Attached SCSI disk
    [ 1.913075] usb 4-1.5: new low-speed USB device number 3 using ehci-pci
    [ 2.006263] usbcore: registered new interface driver usbhid
    [ 2.006265] usbhid: USB HID core driver
    [ 2.006767] input: Dell Premium USB Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.5/4-1.5:1.0/input/input0
    [ 2.007103] hid-generic 0003:413C:3016.0001: input,hidraw0: USB HID v1.11 Mouse [Dell Premium USB Optical Mouse] on usb-0000:00:1d.0-1.5/input0
    [ 2.079496] usb 4-1.6: new low-speed USB device number 4 using ehci-pci
    [ 2.171602] input: NOVATEK USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.6/4-1.6:1.0/input/input1
    [ 2.171731] hid-generic 0003:0603:00F2.0002: input,hidraw1: USB HID v1.10 Keyboard [NOVATEK USB Keyboard] on usb-0000:00:1d.0-1.6/input0
    [ 2.177205] input: NOVATEK USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.6/4-1.6:1.1/input/input2
    [ 2.177372] hid-generic 0003:0603:00F2.0003: input,hiddev0,hidraw2: USB HID v1.10 Device [NOVATEK USB Keyboard] on usb-0000:00:1d.0-1.6/input1
    [ 2.242439] usb 4-1.8: new high-speed USB device number 5 using ehci-pci
    [ 2.594528] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
    [ 3.207207] systemd[1]: systemd 202 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 3.222867] systemd[1]: Set hostname to <pc_escritorio>.
    [ 3.790334] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 3.790374] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 3.790385] systemd[1]: Starting Remote File Systems.
    [ 3.790394] systemd[1]: Reached target Remote File Systems.
    [ 3.790401] systemd[1]: Expecting device sys-subsystem-net-devices-eth0.device...
    [ 3.790410] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 3.790435] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 3.790443] systemd[1]: Starting Delayed Shutdown Socket.
    [ 3.790459] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 3.790465] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 3.790485] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 3.790492] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 3.790506] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 3.790528] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 3.790609] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 3.790617] systemd[1]: Starting Encrypted Volumes.
    [ 3.790625] systemd[1]: Reached target Encrypted Volumes.
    [ 3.790673] systemd[1]: Starting udev Kernel Socket.
    [ 3.790691] systemd[1]: Listening on udev Kernel Socket.
    [ 3.790732] systemd[1]: Starting udev Control Socket.
    [ 3.790751] systemd[1]: Listening on udev Control Socket.
    [ 3.790761] systemd[1]: Starting Journal Socket.
    [ 3.790793] systemd[1]: Listening on Journal Socket.
    [ 3.790803] systemd[1]: Starting Setup Virtual Console...
    [ 3.816804] systemd[1]: Starting Load Kernel Modules...
    [ 3.822519] systemd[1]: Mounting Huge Pages File System...
    [ 3.829146] systemd[1]: Mounting Debug File System...
    [ 3.842365] systemd[1]: Starting udev Coldplug all Devices...
    [ 3.849326] systemd[1]: Mounting POSIX Message Queue File System...
    [ 3.895399] systemd[1]: Started Set Up Additional Binary Formats.
    [ 3.895425] systemd[1]: Starting Journal Service...
    [ 3.899230] systemd[1]: Started Journal Service.
    [ 3.899259] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 3.899297] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 3.899343] systemd[1]: Starting Create static device nodes in /dev...
    [ 4.341801] systemd[1]: Starting Apply Kernel Variables...
    [ 4.348053] systemd[1]: Expecting device dev-sda7.device...
    [ 4.348073] systemd[1]: Started File System Check on Root Device.
    [ 4.348087] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 4.354687] systemd[1]: Expecting device dev-sdc1.device...
    [ 4.354699] systemd[1]: Expecting device dev-sda3.device...
    [ 4.354710] systemd[1]: Expecting device dev-sda6.device...
    [ 4.354720] systemd[1]: Expecting device dev-sdb1.device...
    [ 4.544761] EXT4-fs (sda5): re-mounted. Opts: data=ordered
    [ 4.986815] FS-Cache: Loaded
    [ 5.005162] RPC: Registered named UNIX socket transport module.
    [ 5.005169] RPC: Registered udp transport module.
    [ 5.005170] RPC: Registered tcp transport module.
    [ 5.005171] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 5.026296] FS-Cache: Netfs 'nfs' registered for caching
    [ 5.068477] vboxguest: PCI device not found, probably running on physical hardware.
    [ 5.082933] vboxguest: PCI device not found, probably running on physical hardware.
    [ 5.086870] systemd-udevd[144]: starting version 202
    [ 5.161623] [drm] Initialized drm 1.1.0 20060810
    [ 5.634633] ACPI: Requesting acpi_cpufreq
    [ 5.705282] ATK0110 ATK0110:00: EC enabled
    [ 5.721889] ACPI Warning: 0x0000000000000828-0x000000000000082f SystemIO conflicts with Region \PMRG 1 (20121018/utaddress-251)
    [ 5.721894] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 5.721897] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPS1 1 (20121018/utaddress-251)
    [ 5.721900] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPS0 2 (20121018/utaddress-251)
    [ 5.721902] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 5.721903] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPS1 1 (20121018/utaddress-251)
    [ 5.721906] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPS0 2 (20121018/utaddress-251)
    [ 5.721908] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 5.721925] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 5.725440] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
    [ 5.725445] ACPI: Power Button [PWRB]
    [ 5.725478] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 5.725480] ACPI: Power Button [PWRF]
    [ 5.802281] input: PC Speaker as /devices/platform/pcspkr/input/input5
    [ 5.836904] microcode: CPU0 sig=0x106e5, pf=0x2, revision=0x4
    [ 5.890984] wmi: Mapper loaded
    [ 5.899753] EDAC MC: Ver: 3.0.0
    [ 5.908589] EDAC MC0: Giving out device to 'i7core_edac.c' 'i7 core #0': DEV 0000:3f:03.0
    [ 5.908619] EDAC PCI0: Giving out device to module 'i7core_edac' controller 'EDAC PCI controller': DEV '0000:3f:03.0' (POLLED)
    [ 5.908624] EDAC i7core: Driver loaded, 1 memory controller(s) found.
    [ 5.972216] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
    [ 6.060583] iTCO_vendor_support: vendor-support=0
    [ 6.067690] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 6.067855] iTCO_wdt: Found a P55 TCO device (Version=2, TCOBASE=0x0860)
    [ 6.068097] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 6.281028] microcode: CPU1 sig=0x106e5, pf=0x2, revision=0x4
    [ 6.284040] microcode: CPU2 sig=0x106e5, pf=0x2, revision=0x4
    [ 6.284351] microcode: CPU3 sig=0x106e5, pf=0x2, revision=0x4
    [ 6.284686] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 6.288648] gpio_ich: GPIO from 180 to 255 on gpio_ich
    [ 6.320963] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 6.321254] r8169 0000:01:00.0: irq 50 for MSI/MSI-X
    [ 6.321397] r8169 0000:01:00.0 eth0: RTL8168d/8111d at 0xffffc90000614000, 00:26:18:9c:ba:13, XID 083000c0 IRQ 50
    [ 6.321399] r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
    [ 6.441337] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
    [ 6.685343] [drm] radeon defaulting to kernel modesetting.
    [ 6.685346] [drm] radeon kernel modesetting enabled.
    [ 6.685378] checking generic (e0000000 5b0000) vs hw (e0000000 10000000)
    [ 6.685379] fb: conflicting fb hw usage radeondrmfb vs VESA VGA - removing generic driver
    [ 6.685392] Console: switching to colour dummy device 80x25
    [ 6.685607] [drm] initializing kernel modesetting (RV740 0x1002:0x94B3 0x174B:0x1250).
    [ 6.685637] [drm] register mmio base: 0xF7EE0000
    [ 6.685638] [drm] register mmio size: 65536
    [ 6.685702] ATOM BIOS: WALDEN
    [ 6.685719] radeon 0000:05:00.0: VRAM: 512M 0x0000000000000000 - 0x000000001FFFFFFF (512M used)
    [ 6.685720] radeon 0000:05:00.0: GTT: 512M 0x0000000020000000 - 0x000000003FFFFFFF
    [ 6.685724] mtrr: type mismatch for e0000000,10000000 old: write-back new: write-combining
    [ 6.685725] [drm] Detected VRAM RAM=512M, BAR=256M
    [ 6.685726] [drm] RAM width 128bits DDR
    [ 6.685762] [TTM] Zone kernel: Available graphics memory: 2024954 kiB
    [ 6.685764] [TTM] Initializing pool allocator
    [ 6.685768] [TTM] Initializing DMA pool allocator
    [ 6.685783] [drm] radeon: 512M of VRAM memory ready
    [ 6.685784] [drm] radeon: 512M of GTT memory ready.
    [ 6.685795] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 6.685795] [drm] Driver supports precise vblank timestamp query.
    [ 6.685841] radeon 0000:05:00.0: irq 51 for MSI/MSI-X
    [ 6.685850] radeon 0000:05:00.0: radeon: using MSI.
    [ 6.685879] [drm] radeon: irq initialized.
    [ 6.685882] [drm] GART: num cpu pages 131072, num gpu pages 131072
    [ 6.686519] [drm] probing gen 2 caps for device 8086:3b42 = 1/0
    [ 6.686545] [drm] Loading RV730 Microcode
    [ 6.783110] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
    [ 6.783186] radeon 0000:05:00.0: WB enabled
    [ 6.783189] radeon 0000:05:00.0: fence driver on ring 0 use gpu addr 0x0000000020000c00 and cpu addr 0xffff880128cefc00
    [ 6.783191] radeon 0000:05:00.0: fence driver on ring 3 use gpu addr 0x0000000020000c0c and cpu addr 0xffff880128cefc0c
    [ 6.829909] [drm] ring test on 0 succeeded in 1 usecs
    [ 6.829970] [drm] ring test on 3 succeeded in 1 usecs
    [ 6.830184] [drm] ib test on ring 0 succeeded in 0 usecs
    [ 6.830211] [drm] ib test on ring 3 succeeded in 0 usecs
    [ 6.830369] [drm] Radeon Display Connectors
    [ 6.830370] [drm] Connector 0:
    [ 6.830371] [drm] VGA-1
    [ 6.830372] [drm] DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
    [ 6.830373] [drm] Encoders:
    [ 6.830374] [drm] CRT2: INTERNAL_KLDSCP_DAC2
    [ 6.830375] [drm] Connector 1:
    [ 6.830376] [drm] HDMI-A-1
    [ 6.830376] [drm] HPD4
    [ 6.830377] [drm] DDC: 0x7f10 0x7f10 0x7f14 0x7f14 0x7f18 0x7f18 0x7f1c 0x7f1c
    [ 6.830378] [drm] Encoders:
    [ 6.830379] [drm] DFP2: INTERNAL_UNIPHY1
    [ 6.830380] [drm] Connector 2:
    [ 6.830380] [drm] DVI-I-1
    [ 6.830381] [drm] HPD1
    [ 6.830382] [drm] DDC: 0x7e20 0x7e20 0x7e24 0x7e24 0x7e28 0x7e28 0x7e2c 0x7e2c
    [ 6.830383] [drm] Encoders:
    [ 6.830384] [drm] CRT1: INTERNAL_KLDSCP_DAC1
    [ 6.830384] [drm] DFP1: INTERNAL_UNIPHY
    [ 6.830410] [drm] Internal thermal controller with fan control
    [ 6.830449] [drm] radeon: power management initialized
    [ 6.879370] media: Linux media interface: v0.10
    [ 6.886455] Linux video capture interface: v2.00
    [ 6.903939] [drm] fb mappable at 0xE0142000
    [ 6.903940] [drm] vram apper at 0xE0000000
    [ 6.903941] [drm] size 8294400
    [ 6.903942] [drm] fb depth is 24
    [ 6.903943] [drm] pitch is 7680
    [ 6.904015] fbcon: radeondrmfb (fb0) is primary device
    [ 6.948625] uvcvideo: Found UVC 1.00 device <unnamed> (046d:0821)
    [ 7.010583] Bluetooth: Core ver 2.16
    [ 7.010594] NET: Registered protocol family 31
    [ 7.010595] Bluetooth: HCI device and connection manager initialized
    [ 7.010600] Bluetooth: HCI socket layer initialized
    [ 7.010602] Bluetooth: L2CAP socket layer initialized
    [ 7.010605] Bluetooth: SCO socket layer initialized
    [ 7.040876] usbcore: registered new interface driver btusb
    [ 7.073485] snd_hda_intel 0000:00:1b.0: irq 52 for MSI/MSI-X
    [ 7.081837] vboxguest: PCI device not found, probably running on physical hardware.
    [ 7.091110] vboxguest: PCI device not found, probably running on physical hardware.
    [ 7.102993] Console: switching to colour frame buffer device 240x67
    [ 7.117325] radeon 0000:05:00.0: fb0: radeondrmfb frame buffer device
    [ 7.117327] radeon 0000:05:00.0: registered panic notifier
    [ 7.117330] [drm] Initialized radeon 2.29.0 20080528 for 0000:05:00.0 on minor 0
    [ 7.142964] input: HDA Intel MID Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
    [ 7.143057] input: HDA Intel MID Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    [ 7.143144] input: HDA Intel MID Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    [ 7.143224] input: HDA Intel MID Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    [ 7.143294] input: HDA Intel MID Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    [ 7.143370] input: HDA Intel MID Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
    [ 7.143441] input: HDA Intel MID Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
    [ 7.143515] input: HDA Intel MID Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
    [ 7.143759] hda-intel 0000:05:00.1: Handle VGA-switcheroo audio client
    [ 7.143890] snd_hda_intel 0000:05:00.1: irq 53 for MSI/MSI-X
    [ 7.154101] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1c.0/0000:05:00.1/sound/card1/input14
    [ 7.161734] input: UVC Camera (046d:0821) as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.8/4-1.8:1.2/input/input15
    [ 7.162124] usbcore: registered new interface driver uvcvideo
    [ 7.162126] USB Video Class driver (1.1.1)
    [ 7.217631] usbcore: registered new interface driver snd-usb-audio
    [ 8.045197] fuse init (API version 7.20)
    [ 8.116662] EXT4-fs (sda3): mounting ext2 file system using the ext4 subsystem
    [ 8.190859] EXT4-fs (sda3): mounted filesystem without journal. Opts: (null)
    [ 8.262115] Adding 995992k swap on /dev/sda7. Priority:-1 extents:1 across:995992k
    [ 8.486625] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: data=ordered
    [ 9.408512] r8169 0000:01:00.0 eth0: link down
    [ 9.408517] r8169 0000:01:00.0 eth0: link down
    [ 9.408539] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 10.868316] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [ 10.868325] Bluetooth: BNEP socket layer initialized
    [ 10.959362] systemd-logind[336]: Watching system buttons on /dev/input/event4 (Power Button)
    [ 10.959417] systemd-logind[336]: Watching system buttons on /dev/input/event3 (Power Button)
    [ 11.032246] Bluetooth: RFCOMM TTY layer initialized
    [ 11.032256] Bluetooth: RFCOMM socket layer initialized
    [ 11.032257] Bluetooth: RFCOMM ver 1.11
    [ 11.160493] r8169 0000:01:00.0 eth0: link up
    [ 11.160504] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 13.092853] vboxdrv: Found 4 processor cores.
    [ 13.093515] vboxdrv: fAsync=0 offMin=0x403 offMax=0x26059
    [ 13.093618] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    [ 13.093620] vboxdrv: Successfully loaded version 4.2.12_OSE (interface 0x001a0004).
    [ 13.182193] vboxpci: IOMMU not found (not registered)
    [ 27.665111] EXT4-fs (sda5): re-mounted. Opts: data=ordered,commit=0
    [ 27.975143] EXT4-fs (sda6): re-mounted. Opts: data=ordered,commit=0
    Can be due to the last two? How can I fix it?

    +1 for HDD.  Recommend you use smartmontools to understand if errors have been thrown.  Here is an example of errors on one of my machines:
    # smartctl --all /dev/sda
    Error 442 occurred at disk power-on lifetime: 24196 hours (1008 days + 4 hours)
    When the command that caused the error occurred, the device was doing SMART Offline or Self-test.
    After command completion occurred, registers were:
    ER ST SC SN CL CH DH
    40 51 00 c3 8d 75 e1 Error: UNC at LBA = 0x01758dc3 = 24481219
    Commands leading to the command that caused the error were:
    CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
    c8 00 08 c0 8d 75 01 00 01:10:53.771 READ DMA
    ca 00 08 b8 8d 75 01 00 01:10:53.770 WRITE DMA
    c8 00 08 b8 8d 75 01 00 01:10:53.770 READ DMA
    ca 00 08 b8 8d 75 01 00 01:10:53.770 WRITE DMA
    c8 00 08 b8 8d 75 01 00 01:10:53.769 READ DMA
    Smartctl can do short test and if completes without errors, try a long test.  Still no errors?  Good.  You can look around for bad sectors on each partition `e2fsck -cckx /dev/sdXX`
    EDIT:  ...usually dmesg will show you when bad things are happening with your filesystem and bad blocks.  I recently had to recover a system that suffered this fate and the dmesg output was rich with these errors.
    % sudo e2fsck -cckv LABEL=archlive
    e2fsck 1.42.7 (21-Jan-2013)
    Checking for bad blocks (non-destructive read-write test)
    Testing with random pattern: done
    arch32: Updating bad block inode.
    Pass 1: Checking inodes, blocks, and sizes
    Running additional passes to resolve blocks claimed by more than one inode...
    Pass 1B: Rescanning for multiply-claimed blocks
    Multiply-claimed block(s) in inode 404766: 3658656
    Pass 1C: Scanning directories for inodes with multiply-claimed blocks
    Pass 1D: Reconciling multiply-claimed blocks
    (There are 1 inodes containing multiply-claimed blocks.)
    File /usr/share/icons/gnome/icon-theme.cache (inode #404766, mod time Mon Apr 22 16:01:20 2013)
    has 1 multiply-claimed block(s), shared with 1 file(s):
    <The bad blocks inode> (inode #1, mod time Mon Apr 22 16:19:28 2013)
    Clone multiply-claimed blocks<y>? yes
    Error reading block 3658656 (Attempt to read block from filesystem resulted in short read). Ignore error<y>? yes
    Force rewrite<y>? yes
    Pass 2: Checking directory structure
    Pass 3: Checking directory connectivity
    Pass 4: Checking reference counts
    Pass 5: Checking group summary information
    Free blocks count wrong for group #0 (22605, counted=22604).
    Fix<y>? yes
    Free blocks count wrong for group #111 (6069, counted=6070).
    Fix<y>? yes
    arch32: ***** FILE SYSTEM WAS MODIFIED *****
    105142 inodes used (11.46%, out of 917504)
    516 non-contiguous files (0.5%)
    41 non-contiguous directories (0.0%)
    # of inodes with ind/dind/tind blocks: 0/0/0
    Extent depth histogram: 92177/120
    1051659 blocks used (28.66%, out of 3670016)
    3 bad blocks
    1 large file
    84048 regular files
    7976 directories
    0 character device files
    0 block device files
    0 fifos
    1494 links
    13107 symbolic links (12835 fast symbolic links)
    2 sockets
    106627 files
    Long story short, I had to reinstall to another partition despite locking out these badblocks.  I do not think this is your problem as I stated above.  See what smartlctl says on the short and long tests.
    Last edited by graysky (2013-04-27 16:50:10)

  • Maintaining Multiple Arch Installs, Symbolic Links, BTRFS

    Hi again.
    A quick update on my previous post (https://bbs.archlinux.org/viewtopic.php?id=164627). The GRUB problem I was having seems to have stopped. I got a very useful recommendation regarding pacman and XBMC still hasn't been fixed, but is fully usable with the workaround I am using and have just gotten used to it so it's not so much of an issue now. I think now that it should be marked as solved but how do I do that? Was looking around but guess I'm just missing it.
    Anyway now I have a few more issues, or more just questions I guess that I would like help on. Recently I found an old laptop of mine and so to learn more about the Arch system I decided to try and install Arch. Now this laptop is around 5-6 years old and I haven't been able to get WiFi working fully for around 3 years and eventually upgraded 2 years ago to my current laptop. The WiFi was always 'soft-locked' until after about 4-5 restarts (in windows it was fine, but any Linux Distribution post Ubuntu 10.10 had the same issue). The issues still remains in other distributions even after "rfkill all". In Arch ever since running that command (the first boot from install media the issue occurred) this laptops WiFi has been brilliant. I also installed XFCE4 desktop for speed of set up. Now I'm looking to give my laptop to my younger brother before he heads of to University in September until he can afford a new one (or he breaks this one - somehow his laptops never last), as this old one now runs better than it ever did on Windows Vista. My girlfriend is also looking for me to install Linux again on her laptop (we used WUBI in the past) but a full install since her Windows Vista laptop is near unusable in Windows. So far I have got hamachi set up between my new and old laptop, this gives static IP addresses and will allow me to SSH into the laptop for upgrades every so often. I'm planning to do the same for my girlfriends laptop. Would I be stupid to do this via Arch? I've heard it breaks often and I don't want to have to be doing fixes for other peoples laptops as I won't have the time to do so. I guess the reason I want to use Arch is both laptops are quite old and Arch has breathed new life into my old one.
    Secondly I have symbolic links set up in my "Music" and "Video" folders in my home directory to their counterparts in my Windows partition. However my music player "Clementine" doesn't find every album in the music folder. Does symbolic links have "flaws" like this or is it more likely to be my music player behaving badly with symbolic links? I would try another music player but I can't seem to find one which plays FLAC files with external / embedded .cue files so can't really test this out. I can of course link directly to the location but I thought I would ask, just to learn more I guess.
    Now when I installed Arch using BTRFS file system I didn't know that I had to mount using compression immediately, I thought I could add it to the fstab at a later point - obviously not. Now I found a command which will defragment my drive and supposedly compress everything. However this command doesn't make any sense to me and I don't want to just run it without knowing what it does. Could anyone other me any insight into this please? Also does defragmentation after the fstab mount options have been added cause the compression?
    "find -xdev -type f -exec btrfs fi defrag '{}' \;"
    or I also found
    "btrfs filesystem defragment ~/stuff"
    Thanks for any help, I understand this post is quite long so I really appreciate it.
    Last edited by BradPJ (2013-06-13 10:19:47)

    Ah right thanks. I thought as much which is why I asked before I did so, I'll find another distribution. Just where I've been running Arch for a few weeks now and haven't had to do any maintenance at all really, but weren't too sure what I'd be in for in the long-run. I mean to be fair I was always planning on another distribution but as I was playing around at first on the old laptop I ended up with my current way to SSH in and just wondered if it would be viable to do it this way.
    I knew it would be a driver issue at the core of my problem, just weren't too sure if it something else could of been affecting it. Guess I'll try and find another distribution which runs near as new software to Arch as possible as it seems the issue has been fixed in newer versions of the kernel and drivers. Granted the old laptop had been unused for around a year so any update in the last year could of fixed it in this case. Thanks for your input!
    Last edited by BradPJ (2013-06-13 11:35:16)

  • Grub-BIOS UUID-base Arch/LXDE fails to boot completly 2/3 of times

    Hi,
    I have a GRUB-BIOS systemd based Arch/LXDE fresh installation (latest 2/2013 image).
    About 2 out of 3 times I boot the system freezes after  displaying that the  /dev/sda2 (my root) is clean.
    Yet, about 1 out of 3 trials, boot completes without problems.
    In either case I don't add any parameters, and just wait for Grub's timeout.
    The same happen with the Linux fallback as well.
    This is a single drive (sda) netbook installation.
    From the journalctl (see below) it seems to me that the alleged stuck boot almost completed!
    I'd appreciate any help!
    Below please find:
    1. Output of journalctl relating to the last two boots: the 17:33 boot got stuck, whereas I'm writing now after successfully rebooting at 17:36
    2. Copy of my fstab
    3. Copy of grub.cfg
    Thanks a lot!
    ----------copy of journalctl of last 2 boots (sorry, it's long)--------------------
    -- Logs begin at Sat 2013-02-16 11:47:04 IST, end at Sat 2013-02-23 17:36:36 IST. --
    [1;39m-- Reboot --[0m
    Feb 23 17:33:34 miki_netbook systemd-journal[119]: Allowing runtime journal files to grow to 100.3M.
    Feb 23 17:33:34 miki_netbook kernel: Initializing cgroup subsys cpuset
    Feb 23 17:33:34 miki_netbook kernel: Initializing cgroup subsys cpu
    Feb 23 17:33:34 miki_netbook kernel: Linux version 3.7.9-1-ARCH (nobody@foutrelis) (gcc version 4.7.2 (GCC) ) #1 SMP PREEMPT Mon Feb 18 02:27:20 EET 2013
    Feb 23 17:33:34 miki_netbook kernel: Atom PSE erratum detected, BIOS microcode update recommended
    Feb 23 17:33:34 miki_netbook kernel: Disabled fast string operations
    Feb 23 17:33:34 miki_netbook kernel: e820: BIOS-provided physical RAM map:
    Feb 23 17:33:34 miki_netbook kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
    Feb 23 17:33:34 miki_netbook kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
    Feb 23 17:33:34 miki_netbook kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    Feb 23 17:33:34 miki_netbook kernel: BIOS-e820: [mem 0x0000000000100000-0x000000007f375fff] usable
    Feb 23 17:33:34 miki_netbook kernel: BIOS-e820: [mem 0x000000007f376000-0x000000007f3befff] reserved
    Feb 23 17:33:34 miki_netbook kernel: BIOS-e820: [mem 0x000000007f3bf000-0x000000007f46cfff] ACPI data
    Feb 23 17:33:34 miki_netbook kernel: BIOS-e820: [mem 0x000000007f46d000-0x000000007f4befff] ACPI NVS
    Feb 23 17:33:34 miki_netbook kernel: BIOS-e820: [mem 0x000000007f4bf000-0x000000007f4fffff] ACPI data
    Feb 23 17:33:34 miki_netbook kernel: BIOS-e820: [mem 0x000000007f500000-0x000000007fffffff] reserved
    Feb 23 17:33:34 miki_netbook kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    Feb 23 17:33:34 miki_netbook kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    Feb 23 17:33:34 miki_netbook kernel: BIOS-e820: [mem 0x00000000fed14000-0x00000000fed19fff] reserved
    Feb 23 17:33:34 miki_netbook kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    Feb 23 17:33:34 miki_netbook kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    Feb 23 17:33:34 miki_netbook kernel: BIOS-e820: [mem 0x00000000fff00000-0x00000000ffffffff] reserved
    Feb 23 17:33:34 miki_netbook kernel: Notice: NX (Execute Disable) protection missing in CPU!
    Feb 23 17:33:34 miki_netbook kernel: SMBIOS 2.4 present.
    Feb 23 17:33:34 miki_netbook kernel: DMI: Quanta UW1/Base Board Product Name, BIOS Q3A51 2/05/2009
    Feb 23 17:33:34 miki_netbook kernel: e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
    Feb 23 17:33:34 miki_netbook kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Feb 23 17:33:34 miki_netbook kernel: e820: last_pfn = 0x7f376 max_arch_pfn = 0x100000
    Feb 23 17:33:34 miki_netbook kernel: MTRR default type: uncachable
    Feb 23 17:33:34 miki_netbook kernel: MTRR fixed ranges enabled:
    Feb 23 17:33:34 miki_netbook kernel: 00000-9FFFF write-back
    Feb 23 17:33:34 miki_netbook kernel: A0000-BFFFF uncachable
    Feb 23 17:33:34 miki_netbook kernel: C0000-C7FFF write-protect
    Feb 23 17:33:34 miki_netbook kernel: C8000-EFFFF uncachable
    Feb 23 17:33:34 miki_netbook kernel: F0000-FFFFF write-protect
    Feb 23 17:33:34 miki_netbook kernel: MTRR variable ranges enabled:
    Feb 23 17:33:34 miki_netbook kernel: 0 base 0FFFE0000 mask 0FFFE0000 write-protect
    Feb 23 17:33:34 miki_netbook kernel: 1 base 0FFFC0000 mask 0FFFE0000 uncachable
    Feb 23 17:33:34 miki_netbook kernel: 2 base 000000000 mask 0C0000000 write-back
    Feb 23 17:33:34 miki_netbook kernel: 3 base 040000000 mask 0C0000000 write-back
    Feb 23 17:33:34 miki_netbook kernel: 4 base 07F800000 mask 0FF800000 uncachable
    Feb 23 17:33:34 miki_netbook kernel: 5 base 07F600000 mask 0FFE00000 uncachable
    Feb 23 17:33:34 miki_netbook kernel: 6 base 07F500000 mask 0FFF00000 uncachable
    Feb 23 17:33:34 miki_netbook kernel: 7 base 000000000 mask 0FFFE0000 uncachable
    Feb 23 17:33:34 miki_netbook kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Feb 23 17:33:34 miki_netbook kernel: initial memory mapped: [mem 0x00000000-0x01bfffff]
    Feb 23 17:33:34 miki_netbook kernel: Base memory trampoline at [c009b000] 9b000 size 16384
    Feb 23 17:33:34 miki_netbook kernel: init_memory_mapping: [mem 0x00000000-0x377fdfff]
    Feb 23 17:33:34 miki_netbook kernel: [mem 0x00000000-0x377fdfff] page 4k
    Feb 23 17:33:34 miki_netbook kernel: kernel direct mapping tables up to 0x377fdfff @ [mem 0x01b1f000-0x01bfffff]
    Feb 23 17:33:34 miki_netbook kernel: RAMDISK: [mem 0x37a72000-0x37d30fff]
    Feb 23 17:33:34 miki_netbook kernel: Allocated new RAMDISK: [mem 0x3753f000-0x377fd99b]
    Feb 23 17:33:34 miki_netbook kernel: Move RAMDISK from [mem 0x37a72000-0x37d3099b] to [mem 0x3753f000-0x377fd99b]
    Feb 23 17:33:34 miki_netbook kernel: ACPI: RSDP 000fe020 00024 (v02 haier)
    Feb 23 17:33:34 miki_netbook kernel: ACPI: XSDT 7f4fe120 00064 (v01 haier computer 00000001 01000013)
    Feb 23 17:33:34 miki_netbook kernel: ACPI: FACP 7f4fc000 000F4 (v04 haier computer 00000001 MSFT 01000013)
    Feb 23 17:33:34 miki_netbook kernel: ACPI: DSDT 7f4f3000 04DDE (v01 haier computer 00000001 MSFT 01000013)
    Feb 23 17:33:34 miki_netbook kernel: ACPI: FACS 7f488000 00040
    Feb 23 17:33:34 miki_netbook kernel: ACPI: SSDT 7f4fd000 004C4 (v02 PmRef CpuPm 00003000 INTL 20051117)
    Feb 23 17:33:34 miki_netbook kernel: ACPI: HPET 7f4fb000 00038 (v01 haier computer 00000001 MSFT 01000013)
    Feb 23 17:33:34 miki_netbook kernel: ACPI: APIC 7f4fa000 00068 (v02 haier computer 00000001 MSFT 01000013)
    Feb 23 17:33:34 miki_netbook kernel: ACPI: MCFG 7f4f9000 0003C (v01 haier computer 00000001 MSFT 01000013)
    Feb 23 17:33:34 miki_netbook kernel: ACPI: ASF! 7f4f8000 000A5 (v32 haier computer 00000001 MSFT 01000013)
    Feb 23 17:33:34 miki_netbook kernel: ACPI: SLIC 7f4f2000 00180 (v01 haier computer 00000001 MSFT 01000013)
    Feb 23 17:33:34 miki_netbook kernel: ACPI: BOOT 7f4f1000 00028 (v01 haier computer 00000001 MSFT 01000013)
    Feb 23 17:33:34 miki_netbook kernel: ACPI: Local APIC address 0xfee00000
    Feb 23 17:33:34 miki_netbook kernel: 1147MB HIGHMEM available.
    Feb 23 17:33:34 miki_netbook kernel: 887MB LOWMEM available.
    Feb 23 17:33:34 miki_netbook kernel: mapped low ram: 0 - 377fe000
    Feb 23 17:33:34 miki_netbook kernel: low ram: 0 - 377fe000
    Feb 23 17:33:34 miki_netbook kernel: Zone ranges:
    Feb 23 17:33:34 miki_netbook kernel: DMA [mem 0x00010000-0x00ffffff]
    Feb 23 17:33:34 miki_netbook kernel: Normal [mem 0x01000000-0x377fdfff]
    Feb 23 17:33:34 miki_netbook kernel: HighMem [mem 0x377fe000-0x7f375fff]
    Feb 23 17:33:34 miki_netbook kernel: Movable zone start for each node
    Feb 23 17:33:34 miki_netbook kernel: Early memory node ranges
    Feb 23 17:33:34 miki_netbook kernel: node 0: [mem 0x00010000-0x0009efff]
    Feb 23 17:33:34 miki_netbook kernel: node 0: [mem 0x00100000-0x7f375fff]
    Feb 23 17:33:34 miki_netbook kernel: On node 0 totalpages: 520965
    Feb 23 17:33:34 miki_netbook kernel: free_area_init_node: node 0, pgdat c158d880, node_mem_map f6556200
    Feb 23 17:33:34 miki_netbook kernel: DMA zone: 32 pages used for memmap
    Feb 23 17:33:34 miki_netbook kernel: DMA zone: 0 pages reserved
    Feb 23 17:33:34 miki_netbook kernel: DMA zone: 3951 pages, LIFO batch:0
    Feb 23 17:33:34 miki_netbook kernel: Normal zone: 1744 pages used for memmap
    Feb 23 17:33:34 miki_netbook kernel: Normal zone: 221486 pages, LIFO batch:31
    Feb 23 17:33:34 miki_netbook kernel: HighMem zone: 2295 pages used for memmap
    Feb 23 17:33:34 miki_netbook kernel: HighMem zone: 291457 pages, LIFO batch:31
    Feb 23 17:33:34 miki_netbook kernel: Using APIC driver default
    Feb 23 17:33:34 miki_netbook kernel: ACPI: PM-Timer IO Port: 0x408
    Feb 23 17:33:34 miki_netbook kernel: ACPI: Local APIC address 0xfee00000
    Feb 23 17:33:34 miki_netbook kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Feb 23 17:33:34 miki_netbook kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    Feb 23 17:33:34 miki_netbook kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    Feb 23 17:33:34 miki_netbook kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    Feb 23 17:33:34 miki_netbook kernel: ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    Feb 23 17:33:34 miki_netbook kernel: IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
    Feb 23 17:33:34 miki_netbook kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Feb 23 17:33:34 miki_netbook kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Feb 23 17:33:34 miki_netbook kernel: ACPI: IRQ0 used by override.
    Feb 23 17:33:34 miki_netbook kernel: ACPI: IRQ2 used by override.
    Feb 23 17:33:34 miki_netbook kernel: ACPI: IRQ9 used by override.
    Feb 23 17:33:34 miki_netbook kernel: Using ACPI (MADT) for SMP configuration information
    Feb 23 17:33:34 miki_netbook kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
    Feb 23 17:33:34 miki_netbook kernel: smpboot: Allowing 2 CPUs, 0 hotplug CPUs
    Feb 23 17:33:34 miki_netbook kernel: nr_irqs_gsi: 40
    Feb 23 17:33:34 miki_netbook kernel: PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    Feb 23 17:33:34 miki_netbook kernel: PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    Feb 23 17:33:34 miki_netbook kernel: PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    Feb 23 17:33:34 miki_netbook kernel: e820: [mem 0x80000000-0xdfffffff] available for PCI devices
    Feb 23 17:33:34 miki_netbook kernel: Booting paravirtualized kernel on bare hardware
    Feb 23 17:33:34 miki_netbook kernel: setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
    Feb 23 17:33:34 miki_netbook kernel: PERCPU: Embedded 13 pages/cpu @f6530000 s32448 r0 d20800 u53248
    Feb 23 17:33:34 miki_netbook kernel: pcpu-alloc: s32448 r0 d20800 u53248 alloc=13*4096
    Feb 23 17:33:34 miki_netbook kernel: pcpu-alloc: [0] 0 [0] 1
    Feb 23 17:33:34 miki_netbook kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 516894
    Feb 23 17:33:34 miki_netbook kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7cbfd7ba-38ed-40b5-b5b6-041c1c0f2677 ro quiet
    Feb 23 17:33:34 miki_netbook kernel: PID hash table entries: 4096 (order: 2, 16384 bytes)
    Feb 23 17:33:34 miki_netbook kernel: Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Feb 23 17:33:34 miki_netbook kernel: Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Feb 23 17:33:34 miki_netbook kernel: __ex_table already sorted, skipping sort
    Feb 23 17:33:34 miki_netbook kernel: Initializing CPU#0
    Feb 23 17:33:34 miki_netbook kernel: allocated 4168496 bytes of page_cgroup
    Feb 23 17:33:34 miki_netbook kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Feb 23 17:33:34 miki_netbook kernel: Initializing HighMem for node 0 (000377fe:0007f376)
    Feb 23 17:33:34 miki_netbook kernel: Memory: 2051608k/2084312k available (4099k kernel code, 32252k reserved, 1644k data, 556k init, 1175008k highmem)
    Feb 23 17:33:34 miki_netbook kernel: [379B blob data]
    Feb 23 17:33:34 miki_netbook kernel: Checking if this processor honours the WP bit even in supervisor mode...Ok.
    Feb 23 17:33:34 miki_netbook kernel: SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    Feb 23 17:33:34 miki_netbook kernel: Preemptible hierarchical RCU implementation.
    Feb 23 17:33:34 miki_netbook kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Feb 23 17:33:34 miki_netbook kernel: Dump stacks of tasks blocking RCU-preempt GP.
    Feb 23 17:33:34 miki_netbook kernel: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
    Feb 23 17:33:34 miki_netbook kernel: NR_IRQS:2304 nr_irqs:512 16
    Feb 23 17:33:34 miki_netbook kernel: CPU 0 irqstacks, hard=f5c08000 soft=f5c0a000
    Feb 23 17:33:34 miki_netbook kernel: Console: colour dummy device 80x25
    Feb 23 17:33:34 miki_netbook kernel: console [tty0] enabled
    Feb 23 17:33:34 miki_netbook kernel: hpet clockevent registered
    Feb 23 17:33:34 miki_netbook kernel: tsc: Fast TSC calibration failed
    Feb 23 17:33:34 miki_netbook kernel: tsc: PIT calibration matches HPET. 1 loops
    Feb 23 17:33:34 miki_netbook kernel: tsc: Detected 1595.989 MHz processor
    Feb 23 17:33:34 miki_netbook kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3193.97 BogoMIPS (lpj=5319963)
    Feb 23 17:33:34 miki_netbook kernel: pid_max: default: 32768 minimum: 301
    Feb 23 17:33:34 miki_netbook kernel: Security Framework initialized
    Feb 23 17:33:34 miki_netbook kernel: AppArmor: AppArmor disabled by boot time parameter
    Feb 23 17:33:34 miki_netbook kernel: Mount-cache hash table entries: 512
    Feb 23 17:33:34 miki_netbook kernel: Initializing cgroup subsys cpuacct
    Feb 23 17:33:34 miki_netbook kernel: Initializing cgroup subsys memory
    Feb 23 17:33:34 miki_netbook kernel: Initializing cgroup subsys devices
    Feb 23 17:33:34 miki_netbook kernel: Initializing cgroup subsys freezer
    Feb 23 17:33:34 miki_netbook kernel: Initializing cgroup subsys net_cls
    Feb 23 17:33:34 miki_netbook kernel: Initializing cgroup subsys blkio
    Feb 23 17:33:34 miki_netbook kernel: Atom PSE erratum detected, BIOS microcode update recommended
    Feb 23 17:33:34 miki_netbook kernel: Disabled fast string operations
    Feb 23 17:33:34 miki_netbook kernel: CPU: Physical Processor ID: 0
    Feb 23 17:33:34 miki_netbook kernel: CPU: Processor Core ID: 0
    Feb 23 17:33:34 miki_netbook kernel: mce: CPU supports 5 MCE banks
    Feb 23 17:33:34 miki_netbook kernel: CPU0: Thermal monitoring enabled (TM2)
    Feb 23 17:33:34 miki_netbook kernel: process: using mwait in idle threads
    Feb 23 17:33:34 miki_netbook kernel: [113B blob data]
    Feb 23 17:33:34 miki_netbook kernel: Freeing SMP alternatives: 16k freed
    Feb 23 17:33:34 miki_netbook kernel: ACPI: Core revision 20120913
    Feb 23 17:33:34 miki_netbook kernel: ftrace: allocating 17730 entries in 35 pages
    Feb 23 17:33:34 miki_netbook kernel: Enabling APIC mode: Flat. Using 1 I/O APICs
    Feb 23 17:33:34 miki_netbook kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Feb 23 17:33:34 miki_netbook kernel: smpboot: CPU0: Intel(R) Atom(TM) CPU N270 @ 1.60GHz (fam: 06, model: 1c, stepping: 02)
    Feb 23 17:33:34 miki_netbook kernel: Performance Events: PEBS fmt0+, LBR disabled due to erratumAtom events, Intel PMU driver.
    Feb 23 17:33:34 miki_netbook kernel: ... version: 3
    Feb 23 17:33:34 miki_netbook kernel: ... bit width: 40
    Feb 23 17:33:34 miki_netbook kernel: ... generic registers: 2
    Feb 23 17:33:34 miki_netbook kernel: ... value mask: 000000ffffffffff
    Feb 23 17:33:34 miki_netbook kernel: ... max period: 000000007fffffff
    Feb 23 17:33:34 miki_netbook kernel: ... fixed-purpose events: 3
    Feb 23 17:33:34 miki_netbook kernel: ... event mask: 0000000700000003
    Feb 23 17:33:34 miki_netbook kernel: CPU 1 irqstacks, hard=f5cc0000 soft=f5cc2000
    Feb 23 17:33:34 miki_netbook kernel: smpboot: Booting Node 0, Processors #1 OK
    Feb 23 17:33:34 miki_netbook kernel: Initializing CPU#1
    Feb 23 17:33:34 miki_netbook kernel: Atom PSE erratum detected, BIOS microcode update recommended
    Feb 23 17:33:34 miki_netbook kernel: Disabled fast string operations
    Feb 23 17:33:34 miki_netbook kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    Feb 23 17:33:34 miki_netbook kernel: Brought up 2 CPUs
    Feb 23 17:33:34 miki_netbook kernel: smpboot: Total of 2 processors activated (6386.95 BogoMIPS)
    Feb 23 17:33:34 miki_netbook kernel: devtmpfs: initialized
    Feb 23 17:33:34 miki_netbook kernel: PM: Registering ACPI NVS region [mem 0x7f46d000-0x7f4befff] (335872 bytes)
    Feb 23 17:33:34 miki_netbook kernel: RTC time: 15:33:30, date: 02/23/13
    Feb 23 17:33:34 miki_netbook kernel: NET: Registered protocol family 16
    Feb 23 17:33:34 miki_netbook kernel: ACPI: bus type pci registered
    Feb 23 17:33:34 miki_netbook kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Feb 23 17:33:34 miki_netbook kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    Feb 23 17:33:34 miki_netbook kernel: PCI: Using MMCONFIG for extended config space
    Feb 23 17:33:34 miki_netbook kernel: PCI: Using configuration type 1 for base access
    Feb 23 17:33:34 miki_netbook kernel: bio: create slab <bio-0> at 0
    Feb 23 17:33:34 miki_netbook kernel: ACPI: Added _OSI(Module Device)
    Feb 23 17:33:34 miki_netbook kernel: ACPI: Added _OSI(Processor Device)
    Feb 23 17:33:34 miki_netbook kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Feb 23 17:33:34 miki_netbook kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Feb 23 17:33:34 miki_netbook kernel: ACPI: EC: Look up EC in DSDT
    Feb 23 17:33:34 miki_netbook kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    Feb 23 17:33:34 miki_netbook kernel: ACPI: SSDT 7f380c90 00239 (v02 PmRef Cpu0Ist 00003000 INTL 20051117)
    Feb 23 17:33:34 miki_netbook kernel: ACPI: Dynamic OEM Table Load:
    Feb 23 17:33:34 miki_netbook kernel: ACPI: SSDT (null) 00239 (v02 PmRef Cpu0Ist 00003000 INTL 20051117)
    Feb 23 17:33:34 miki_netbook kernel: ACPI: SSDT 7f37fe10 001C7 (v02 PmRef Cpu0Cst 00003001 INTL 20051117)
    Feb 23 17:33:34 miki_netbook kernel: ACPI: Dynamic OEM Table Load:
    Feb 23 17:33:34 miki_netbook kernel: ACPI: SSDT (null) 001C7 (v02 PmRef Cpu0Cst 00003001 INTL 20051117)
    Feb 23 17:33:34 miki_netbook kernel: ACPI: SSDT 7f380f10 000D0 (v02 PmRef Cpu1Ist 00003000 INTL 20051117)
    Feb 23 17:33:34 miki_netbook kernel: ACPI: Dynamic OEM Table Load:
    Feb 23 17:33:34 miki_netbook kernel: ACPI: SSDT (null) 000D0 (v02 PmRef Cpu1Ist 00003000 INTL 20051117)
    Feb 23 17:33:34 miki_netbook kernel: ACPI: SSDT 7f37ef10 00083 (v02 PmRef Cpu1Cst 00003000 INTL 20051117)
    Feb 23 17:33:34 miki_netbook kernel: ACPI: Dynamic OEM Table Load:
    Feb 23 17:33:34 miki_netbook kernel: ACPI: SSDT (null) 00083 (v02 PmRef Cpu1Cst 00003000 INTL 20051117)
    Feb 23 17:33:34 miki_netbook kernel: ACPI: Interpreter enabled
    Feb 23 17:33:34 miki_netbook kernel: ACPI: (supports S0 S3 S4 S5)
    Feb 23 17:33:34 miki_netbook kernel: ACPI: Using IOAPIC for interrupt routing
    Feb 23 17:33:34 miki_netbook kernel: ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    Feb 23 17:33:34 miki_netbook kernel: ACPI: No dock devices found.
    Feb 23 17:33:34 miki_netbook kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Feb 23 17:33:34 miki_netbook kernel: ACPI Error: [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS (20120913/dsfield-211)
    Feb 23 17:33:34 miki_netbook kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0._OSC] (Node f5c26dc8), AE_ALREADY_EXISTS (20120913/psparse-536)
    Feb 23 17:33:34 miki_netbook kernel: ACPI: Marking method _OSC as Serialized because of AE_ALREADY_EXISTS error
    Feb 23 17:33:34 miki_netbook kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    Feb 23 17:33:34 miki_netbook kernel: PCI host bridge to bus 0000:00
    Feb 23 17:33:34 miki_netbook kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
    Feb 23 17:33:34 miki_netbook kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    Feb 23 17:33:34 miki_netbook kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    Feb 23 17:33:34 miki_netbook kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    Feb 23 17:33:34 miki_netbook kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:00.0: [8086:27ac] type 00 class 0x060000
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:02.0: [8086:27ae] type 00 class 0x030000
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:02.0: reg 10: [mem 0x94280000-0x942fffff]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:02.0: reg 14: [io 0x40c0-0x40c7]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:02.0: reg 18: [mem 0x80000000-0x8fffffff pref]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:02.0: reg 1c: [mem 0x94300000-0x9433ffff]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:02.1: [8086:27a6] type 00 class 0x038000
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:02.1: reg 10: [mem 0x94200000-0x9427ffff]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1b.0: reg 10: [mem 0x94340000-0x94343fff 64bit]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1c.1: [8086:27d2] type 01 class 0x060400
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1d.0: reg 20: [io 0x4080-0x409f]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1d.1: reg 20: [io 0x4060-0x407f]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1d.2: reg 20: [io 0x4040-0x405f]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1d.3: reg 20: [io 0x4020-0x403f]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1d.7: reg 10: [mem 0x94344400-0x943447ff]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1f.0: [8086:27b9] type 00 class 0x060100
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 4 PIO at 0068 (mask 0007)
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1f.2: [8086:27c4] type 00 class 0x010180
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1f.2: reg 10: [io 0x0000-0x0007]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1f.2: reg 14: [io 0x0000-0x0003]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1f.2: reg 18: [io 0x0000-0x0007]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1f.2: reg 1c: [io 0x0000-0x0003]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1f.2: reg 20: [io 0x40a0-0x40af]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1f.2: PME# supported from D3hot
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1f.3: [8086:27da] type 00 class 0x0c0500
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1f.3: reg 20: [io 0x4000-0x401f]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1c.0: bridge window [mem 0x93100000-0x941fffff]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1c.0: bridge window [mem 0x90000000-0x90ffffff 64bit pref]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:02:00.0: [10ec:8136] type 00 class 0x020000
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:02:00.0: reg 10: [io 0x1000-0x10ff]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:02:00.0: reg 18: [mem 0x91010000-0x91010fff 64bit pref]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:02:00.0: reg 20: [mem 0x91000000-0x9100ffff 64bit pref]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:02:00.0: reg 30: [mem 0xffff0000-0xffffffff pref]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:02:00.0: supports D1 D2
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1c.1: PCI bridge to [bus 02]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1c.1: bridge window [io 0x1000-0x2fff]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1c.1: bridge window [mem 0x92100000-0x930fffff]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1c.1: bridge window [mem 0x91000000-0x920fffff 64bit pref]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1e.0: PCI bridge to [bus 03] (subtractive decode)
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1e.0: bridge window [mem 0x80000000-0xfebfffff] (subtractive decode)
    Feb 23 17:33:34 miki_netbook kernel: pci_bus 0000:00: on NUMA node 0
    Feb 23 17:33:34 miki_netbook kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    Feb 23 17:33:34 miki_netbook kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P32_._PRT]
    Feb 23 17:33:34 miki_netbook kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
    Feb 23 17:33:34 miki_netbook kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
    Feb 23 17:33:34 miki_netbook kernel: ACPI Error: [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS (20120913/dsfield-211)
    Feb 23 17:33:34 miki_netbook kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0._OSC] (Node f5c26dc8), AE_ALREADY_EXISTS (20120913/psparse-536)
    Feb 23 17:33:34 miki_netbook kernel: pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    Feb 23 17:33:34 miki_netbook kernel: pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08)
    Feb 23 17:33:34 miki_netbook kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12)
    Feb 23 17:33:34 miki_netbook kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 *11 12)
    Feb 23 17:33:34 miki_netbook kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 *11 12)
    Feb 23 17:33:34 miki_netbook kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12)
    Feb 23 17:33:34 miki_netbook kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
    Feb 23 17:33:34 miki_netbook kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
    Feb 23 17:33:34 miki_netbook kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
    Feb 23 17:33:34 miki_netbook kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
    Feb 23 17:33:34 miki_netbook kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    Feb 23 17:33:34 miki_netbook kernel: vgaarb: loaded
    Feb 23 17:33:34 miki_netbook kernel: vgaarb: bridge control possible 0000:00:02.0
    Feb 23 17:33:34 miki_netbook kernel: PCI: Using ACPI for IRQ routing
    Feb 23 17:33:34 miki_netbook kernel: PCI: pci_cache_line_size set to 64 bytes
    Feb 23 17:33:34 miki_netbook kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
    Feb 23 17:33:34 miki_netbook kernel: e820: reserve RAM buffer [mem 0x7f376000-0x7fffffff]
    Feb 23 17:33:34 miki_netbook kernel: NetLabel: Initializing
    Feb 23 17:33:34 miki_netbook kernel: NetLabel: domain hash size = 128
    Feb 23 17:33:34 miki_netbook kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Feb 23 17:33:34 miki_netbook kernel: NetLabel: unlabeled traffic allowed by default
    Feb 23 17:33:34 miki_netbook kernel: HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    Feb 23 17:33:34 miki_netbook kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    Feb 23 17:33:34 miki_netbook kernel: hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    Feb 23 17:33:34 miki_netbook kernel: Switching to clocksource hpet
    Feb 23 17:33:34 miki_netbook kernel: pnp: PnP ACPI init
    Feb 23 17:33:34 miki_netbook kernel: ACPI: bus type pnp registered
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:00: [bus 00-ff]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:00: [io 0x0000-0x0cf7 window]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:00: [io 0x0cf8-0x0cff]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:00: [io 0x0d00-0xffff window]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:00: [mem 0x000a0000-0x000bffff window]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:00: [mem 0x000c0000-0x000c3fff window]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:00: [mem 0x000c4000-0x000c7fff window]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:00: [mem 0x000c8000-0x000cbfff window]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:00: [mem 0x000cc000-0x000cffff window]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:00: [mem 0x000d0000-0x000d3fff window]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:00: [mem 0x000d4000-0x000d7fff window]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:00: [mem 0x000d8000-0x000dbfff window]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:00: [mem 0x000dc000-0x000dffff window]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:00: [mem 0x000e0000-0x000e3fff window]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:00: [mem 0x000e4000-0x000e7fff window]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:00: [mem 0x000e8000-0x000ebfff window]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:00: [mem 0x000ec000-0x000effff window]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:00: [mem 0x000f0000-0x000fffff window]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:00: [mem 0x80000000-0xfebfffff window]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:01: [io 0x002e-0x002f]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:01: [io 0x0068-0x006f]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:01: [io 0x0200-0x020f]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:01: [io 0x0061]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:01: [io 0x0070]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:01: [io 0x0080]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:01: [io 0x0092]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:01: [io 0x00b2-0x00b3]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:01: [io 0x0063]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:01: [io 0x0065]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:01: [io 0x0067]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:01: [io 0x0600-0x060f]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:01: [io 0x0610]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:01: [io 0x0800-0x080f]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:01: [io 0x0400-0x047f]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:01: [io 0x0500-0x053f]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:01: [mem 0xe0000000-0xefffffff]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:01: [mem 0xfed1c000-0xfed1ffff]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:01: [mem 0xfed14000-0xfed17fff]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:01: [mem 0xfed18000-0xfed18fff]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:01: [mem 0xfed19000-0xfed19fff]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:01: [mem 0xfec00000-0xfec00fff]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:01: [mem 0xfee00000-0xfee00fff]
    Feb 23 17:33:34 miki_netbook kernel: system 00:01: [io 0x0200-0x020f] has been reserved
    Feb 23 17:33:34 miki_netbook kernel: system 00:01: [io 0x0600-0x060f] has been reserved
    Feb 23 17:33:34 miki_netbook kernel: system 00:01: [io 0x0610] has been reserved
    Feb 23 17:33:34 miki_netbook kernel: system 00:01: [io 0x0800-0x080f] has been reserved
    Feb 23 17:33:34 miki_netbook kernel: system 00:01: [io 0x0400-0x047f] has been reserved
    Feb 23 17:33:34 miki_netbook kernel: system 00:01: [io 0x0500-0x053f] has been reserved
    Feb 23 17:33:34 miki_netbook kernel: system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
    Feb 23 17:33:34 miki_netbook kernel: system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
    Feb 23 17:33:34 miki_netbook kernel: system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
    Feb 23 17:33:34 miki_netbook kernel: system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
    Feb 23 17:33:34 miki_netbook kernel: system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
    Feb 23 17:33:34 miki_netbook kernel: system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
    Feb 23 17:33:34 miki_netbook kernel: system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
    Feb 23 17:33:34 miki_netbook kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:02: [io 0x0000-0x001f]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:02: [io 0x0081-0x0091]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:02: [io 0x0093-0x009f]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:02: [io 0x00c0-0x00df]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:02: [dma 4]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:03: [io 0x0070-0x0077]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:04: [irq 0 disabled]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:04: [irq 8]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:04: [mem 0xfed00000-0xfed003ff]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0103 (active)
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:05: [io 0x00f0]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:05: [irq 13]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:06: [mem 0xff800000-0xffffffff]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:06: Plug and Play ACPI device, IDs INT0800 (active)
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:07: [io 0x0060]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:07: [io 0x0064]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:07: [irq 1]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:08: [irq 12]
    Feb 23 17:33:34 miki_netbook kernel: pnp 00:08: Plug and Play ACPI device, IDs SYN102c SYN1000 SYN0002 PNP0f13 (active)
    Feb 23 17:33:34 miki_netbook kernel: pnp: PnP ACPI: found 9 devices
    Feb 23 17:33:34 miki_netbook kernel: ACPI: ACPI bus type pnp unregistered
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:02:00.0: no compatible bridge window for [mem 0xffff0000-0xffffffff pref]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1c.0: bridge window [mem 0x93100000-0x941fffff]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1c.0: bridge window [mem 0x90000000-0x90ffffff 64bit pref]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:02:00.0: BAR 6: assigned [mem 0x91020000-0x9102ffff pref]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1c.1: PCI bridge to [bus 02]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1c.1: bridge window [io 0x1000-0x2fff]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1c.1: bridge window [mem 0x92100000-0x930fffff]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1c.1: bridge window [mem 0x91000000-0x920fffff 64bit pref]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1e.0: PCI bridge to [bus 03]
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:1e.0: setting latency timer to 64
    Feb 23 17:33:34 miki_netbook kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    Feb 23 17:33:34 miki_netbook kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    Feb 23 17:33:34 miki_netbook kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    Feb 23 17:33:34 miki_netbook kernel: pci_bus 0000:00: resource 7 [mem 0x80000000-0xfebfffff]
    Feb 23 17:33:34 miki_netbook kernel: pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
    Feb 23 17:33:34 miki_netbook kernel: pci_bus 0000:01: resource 1 [mem 0x93100000-0x941fffff]
    Feb 23 17:33:34 miki_netbook kernel: pci_bus 0000:01: resource 2 [mem 0x90000000-0x90ffffff 64bit pref]
    Feb 23 17:33:34 miki_netbook kernel: pci_bus 0000:02: resource 0 [io 0x1000-0x2fff]
    Feb 23 17:33:34 miki_netbook kernel: pci_bus 0000:02: resource 1 [mem 0x92100000-0x930fffff]
    Feb 23 17:33:34 miki_netbook kernel: pci_bus 0000:02: resource 2 [mem 0x91000000-0x920fffff 64bit pref]
    Feb 23 17:33:34 miki_netbook kernel: pci_bus 0000:03: resource 4 [io 0x0000-0x0cf7]
    Feb 23 17:33:34 miki_netbook kernel: pci_bus 0000:03: resource 5 [io 0x0d00-0xffff]
    Feb 23 17:33:34 miki_netbook kernel: pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
    Feb 23 17:33:34 miki_netbook kernel: pci_bus 0000:03: resource 7 [mem 0x80000000-0xfebfffff]
    Feb 23 17:33:34 miki_netbook kernel: NET: Registered protocol family 2
    Feb 23 17:33:34 miki_netbook kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    Feb 23 17:33:34 miki_netbook kernel: TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    Feb 23 17:33:34 miki_netbook kernel: TCP: Hash tables configured (established 131072 bind 65536)
    Feb 23 17:33:34 miki_netbook kernel: TCP: reno registered
    Feb 23 17:33:34 miki_netbook kernel: UDP hash table entries: 512 (order: 2, 16384 bytes)
    Feb 23 17:33:34 miki_netbook kernel: UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    Feb 23 17:33:34 miki_netbook kernel: NET: Registered protocol family 1
    Feb 23 17:33:34 miki_netbook kernel: pci 0000:00:02.0: Boot video device
    Feb 23 17:33:34 miki_netbook kernel: PCI: CLS 0 bytes, default 64
    Feb 23 17:33:34 miki_netbook kernel: Unpacking initramfs...
    Feb 23 17:33:34 miki_netbook kernel: Freeing initrd memory: 2812k freed
    Feb 23 17:33:34 miki_netbook kernel: Simple Boot Flag value 0x5 read from CMOS RAM was invalid
    Feb 23 17:33:34 miki_netbook kernel: Simple Boot Flag at 0x44 set to 0x1
    Feb 23 17:33:34 miki_netbook kernel: apm: BIOS not found.
    Feb 23 17:33:34 miki_netbook kernel: audit: initializing netlink socket (disabled)
    Feb 23 17:33:34 miki_netbook kernel: type=2000 audit(1361633610.386:1): initialized
    Feb 23 17:33:34 miki_netbook kernel: bounce pool size: 64 pages
    Feb 23 17:33:34 miki_netbook kernel: HugeTLB registered 4 MB page size, pre-allocated 0 pages
    Feb 23 17:33:34 miki_netbook kernel: VFS: Disk quotas dquot_6.5.2
    Feb 23 17:33:34 miki_netbook kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    Feb 23 17:33:34 miki_netbook kernel: msgmni has been set to 1717
    Feb 23 17:33:34 miki_netbook kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    Feb 23 17:33:34 miki_netbook kernel: io scheduler noop registered
    Feb 23 17:33:34 miki_netbook kernel: io scheduler deadline registered
    Feb 23 17:33:34 miki_netbook kernel: io scheduler cfq registered (default)
    Feb 23 17:33:34 miki_netbook kernel: pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
    Feb 23 17:33:34 miki_netbook kernel: pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
    Feb 23 17:33:34 miki_netbook kernel: vesafb: mode is 640x480x32, linelength=2560, pages=0
    Feb 23 17:33:34 miki_netbook kernel: vesafb: scrolling: redraw
    Feb 23 17:33:34 miki_netbook kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    Feb 23 17:33:34 miki_netbook kernel: vesafb: framebuffer at 0x80000000, mapped to 0xf8080000, using 1216k, total 1216k
    Feb 23 17:33:34 miki_netbook kernel: Console: switching to colour frame buffer device 80x30
    Feb 23 17:33:34 miki_netbook kernel: fb0: VESA VGA frame buffer device
    Feb 23 17:33:34 miki_netbook kernel: intel_idle: MWAIT substates: 0x20220
    Feb 23 17:33:34 miki_netbook kernel: intel_idle: v0.4 model 0x1C
    Feb 23 17:33:34 miki_netbook kernel: intel_idle: lapic_timer_reliable_states 0x2
    Feb 23 17:33:34 miki_netbook kernel: tsc: Marking TSC unstable due to TSC halts in idle states deeper than C2
    Feb 23 17:33:34 miki_netbook kernel: GHES: HEST is not enabled!
    Feb 23 17:33:34 miki_netbook kernel: isapnp: Scanning for PnP cards...
    Feb 23 17:33:34 miki_netbook kernel: isapnp: No Plug & Play device found
    Feb 23 17:33:34 miki_netbook kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Feb 23 17:33:34 miki_netbook kernel: i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUE] at 0x60,0x64 irq 1,12
    Feb 23 17:33:34 miki_netbook kernel: i8042: Warning: Keylock active
    Feb 23 17:33:34 miki_netbook kernel: i8042: Detected active multiplexing controller, rev 1.1
    Feb 23 17:33:34 miki_netbook kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Feb 23 17:33:34 miki_netbook kernel: serio: i8042 AUX0 port at 0x60,0x64 irq 12
    Feb 23 17:33:34 miki_netbook kernel: serio: i8042 AUX1 port at 0x60,0x64 irq 12
    Feb 23 17:33:34 miki_netbook kernel: serio: i8042 AUX2 port at 0x60,0x64 irq 12
    Feb 23 17:33:34 miki_netbook kernel: serio: i8042 AUX3 port at 0x60,0x64 irq 12
    Feb 23 17:33:34 miki_netbook kernel: mousedev: PS/2 mouse device common for all mice
    Feb 23 17:33:34 miki_netbook kernel: rtc_cmos 00:03: RTC can wake from S4
    Feb 23 17:33:34 miki_netbook kernel: rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    Feb 23 17:33:34 miki_netbook kernel: rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
    Feb 23 17:33:34 miki_netbook kernel: cpuidle: using governor ladder
    Feb 23 17:33:34 miki_netbook kernel: cpuidle: using governor menu
    Feb 23 17:33:34 miki_netbook kernel: EFI Variables Facility v0.08 2004-May-17
    Feb 23 17:33:34 miki_netbook kernel: drop_monitor: Initializing network drop monitor service
    Feb 23 17:33:34 miki_netbook kernel: TCP: cubic registered
    Feb 23 17:33:34 miki_netbook kernel: NET: Registered protocol family 10
    Feb 23 17:33:34 miki_netbook kernel: NET: Registered protocol family 17
    Feb 23 17:33:34 miki_netbook kernel: Key type dns_resolver registered
    Feb 23 17:33:34 miki_netbook kernel: Using IPI No-Shortcut mode
    Feb 23 17:33:34 miki_netbook kernel: PM: Hibernation image not present or could not be loaded.
    Feb 23 17:33:34 miki_netbook kernel: registered taskstats version 1
    Feb 23 17:33:34 miki_netbook kernel: Magic number: 1:324:589
    Feb 23 17:33:34 miki_netbook kernel: rtc_cmos 00:03: setting system clock to 2013-02-23 15:33:31 UTC (1361633611)
    Feb 23 17:33:34 miki_netbook kernel: Freeing unused kernel memory: 556k freed
    Feb 23 17:33:34 miki_netbook kernel: Write protecting the kernel text: 4100k
    Feb 23 17:33:34 miki_netbook kernel: Write protecting the kernel read-only data: 1256k
    Feb 23 17:33:34 miki_netbook kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    Feb 23 17:33:34 miki_netbook systemd-udevd[44]: starting version 197
    Feb 23 17:33:34 miki_netbook kernel: ACPI: bus type usb registered
    Feb 23 17:33:34 miki_netbook kernel: usbcore: registered new interface driver usbfs
    Feb 23 17:33:34 miki_netbook kernel: usbcore: registered new interface driver hub
    Feb 23 17:33:34 miki_netbook kernel: usbcore: registered new device driver usb
    Feb 23 17:33:34 miki_netbook kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Feb 23 17:33:34 miki_netbook kernel: ehci_hcd 0000:00:1d.7: setting latency timer to 64
    Feb 23 17:33:34 miki_netbook kernel: ehci_hcd 0000:00:1d.7: EHCI Host Controller
    Feb 23 17:33:34 miki_netbook kernel: ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
    Feb 23 17:33:34 miki_netbook kernel: ehci_hcd 0000:00:1d.7: debug port 1
    Feb 23 17:33:34 miki_netbook kernel: SCSI subsystem initialized
    Feb 23 17:33:34 miki_netbook kernel: ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
    Feb 23 17:33:34 miki_netbook kernel: ehci_hcd 0000:00:1d.7: irq 16, io mem 0x94344400
    Feb 23 17:33:34 miki_netbook kernel: ACPI: bus type scsi registered
    Feb 23 17:33:34 miki_netbook kernel: libata version 3.00 loaded.
    Feb 23 17:33:34 miki_netbook kernel: ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    Feb 23 17:33:34 miki_netbook kernel: hub 1-0:1.0: USB hub found
    Feb 23 17:33:34 miki_netbook kernel: hub 1-0:1.0: 8 ports detected
    Feb 23 17:33:34 miki_netbook kernel: uhci_hcd: USB Universal Host Controller Interface driver
    Feb 23 17:33:34 miki_netbook kernel: ata_piix 0000:00:1f.2: version 2.13
    Feb 23 17:33:34 miki_netbook kernel: ata_piix 0000:00:1f.2: MAP [
    Feb 23 17:33:34 miki_netbook kernel: P0 P2 IDE IDE ]
    Feb 23 17:33:34 miki_netbook kernel: ata_piix 0000:00:1f.2: setting latency timer to 64
    Feb 23 17:33:34 miki_netbook kernel: scsi0 : ata_piix
    Feb 23 17:33:34 miki_netbook kernel: scsi1 : ata_piix
    Feb 23 17:33:34 miki_netbook kernel: ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x40a0 irq 14
    Feb 23 17:33:34 miki_netbook kernel: ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x40a8 irq 15
    Feb 23 17:33:34 miki_netbook kernel: uhci_hcd 0000:00:1d.0: setting latency timer to 64
    Feb 23 17:33:34 miki_netbook kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
    Feb 23 17:33:34 miki_netbook kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    Feb 23 17:33:34 miki_netbook kernel: uhci_hcd 0000:00:1d.0: irq 16, io base 0x00004080
    Feb 23 17:33:34 miki_netbook kernel: hub 2-0:1.0: USB hub found
    Feb 23 17:33:34 miki_netbook kernel: hub 2-0:1.0: 2 ports detected
    Feb 23 17:33:34 miki_netbook kernel: uhci_hcd 0000:00:1d.1: setting latency timer to 64
    Feb 23 17:33:34 miki_netbook kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
    Feb 23 17:33:34 miki_netbook kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
    Feb 23 17:33:34 miki_netbook kernel: uhci_hcd 0000:00:1d.1: irq 17, io base 0x00004060
    Feb 23 17:33:34 miki_netbook kernel: hub 3-0:1.0: USB hub found
    Feb 23 17:33:34 miki_netbook kernel: hub 3-0:1.0: 2 ports detected
    Feb 23 17:33:34 miki_netbook kernel: uhci_hcd 0000:00:1d.2: setting latency timer to 64
    Feb 23 17:33:34 miki_netbook kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
    Feb 23 17:33:34 miki_netbook kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
    Feb 23 17:33:34 miki_netbook kernel: uhci_hcd 0000:00:1d.2: irq 18, io base 0x00004040
    Feb 23 17:33:34 miki_netbook kernel: hub 4-0:1.0: USB hub found
    Feb 23 17:33:34 miki_netbook kernel: hub 4-0:1.0: 2 ports detected
    Feb 23 17:33:34 miki_netbook kernel: uhci_hcd 0000:00:1d.3: setting latency timer to 64
    Feb 23 17:33:34 miki_netbook kernel: uhci_hcd 0000:00:1d.3: UHCI Host Controller
    Feb 23 17:33:34 miki_netbook kernel: uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
    Feb 23 17:33:34 miki_netbook kernel: uhci_hcd 0000:00:1d.3: irq 19, io base 0x00004020
    Feb 23 17:33:34 miki_netbook kernel: hub 5-0:1.0: USB hub found
    Feb 23 17:33:34 miki_netbook kernel: hub 5-0:1.0: 2 ports detected
    Feb 23 17:33:34 miki_netbook kernel: ata1.00: ATA-8: SAMSUNG HM251JI, 2SS00_01, max UDMA7
    Feb 23 17:33:34 miki_netbook kernel: ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 0/32)
    Feb 23 17:33:34 miki_netbook kernel: ata1.00: configured for UDMA/133
    Feb 23 17:33:34 miki_netbook kernel: scsi 0:0:0:0: Direct-Access ATA SAMSUNG HM251JI 2SS0 PQ: 0 ANSI: 5
    Feb 23 17:33:34 miki_netbook kernel: sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
    Feb 23 17:33:34 miki_netbook kernel: sd 0:0:0:0: [sda] Write Protect is off
    Feb 23 17:33:34 miki_netbook kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Feb 23 17:33:34 miki_netbook kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Feb 23 17:33:34 miki_netbook kernel: sda: sda1 sda2 sda3 sda4
    Feb 23 17:33:34 miki_netbook kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    Feb 23 17:33:34 miki_netbook kernel: usb 1-5: new high-speed USB device number 3 using ehci_hcd
    Feb 23 17:33:34 miki_netbook kernel: usb 1-7: new high-speed USB device number 4 using ehci_hcd
    Feb 23 17:33:34 miki_netbook kernel: EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
    Feb 23 17:33:34 miki_netbook kernel: usb 2-1: new low-speed USB device number 2 using uhci_hcd
    Feb 23 17:33:34 miki_netbook systemd[1]: systemd 197 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    Feb 23 17:33:34 miki_netbook systemd[1]: Set hostname to <miki_netbook>.
    Feb 23 17:33:34 miki_netbook systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    Feb 23 17:33:34 miki_netbook systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    Feb 23 17:33:34 miki_netbook systemd[1]: Starting Remote File Systems.
    Feb 23 17:33:34 miki_netbook systemd[1]: Reached target Remote File Systems.
    Feb 23 17:33:34 miki_netbook systemd[1]: Starting Delayed Shutdown Socket.
    Feb 23 17:33:34 miki_netbook systemd[1]: Listening on Delayed Shutdown Socket.
    Feb 23 17:33:34 miki_netbook systemd[1]: Starting Device-mapper event daemon FIFOs.
    Feb 23 17:33:34 miki_netbook systemd[1]: Listening on Device-mapper event daemon FIFOs.
    Feb 23 17:33:34 miki_netbook systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    Feb 23 17:33:34 miki_netbook systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    Feb 23 17:33:34 miki_netbook systemd[1]: Starting LVM2 metadata daemon socket.
    Feb 23 17:33:34 miki_netbook systemd[1]: Listening on LVM2 metadata daemon socket.
    Feb 23 17:33:34 miki_netbook systemd[1]: Starting Encrypted Volumes.
    Feb 23 17:33:34 miki_netbook systemd[1]: Reached target Encrypted Volumes.
    Feb 23 17:33:34 miki_netbook systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    Feb 23 17:33:34 miki_netbook systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    Feb 23 17:33:34 miki_netbook systemd[1]: Starting udev Kernel Socket.
    Feb 23 17:33:34 miki_netbook systemd[1]: Listening on udev Kernel Socket.
    Feb 23 17:33:34 miki_netbook systemd[1]: Starting udev Control Socket.
    Feb 23 17:33:34 miki_netbook systemd[1]: Listening on udev Control Socket.
    Feb 23 17:33:34 miki_netbook systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    Feb 23 17:33:34 miki_netbook systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    Feb 23 17:33:34 miki_netbook systemd[1]: Expecting device dev-disk-by\x2duuid-9501e2aa\x2d4efe\x2d4497\x2d9b55\x2ddb7ebc7afe5d.device...
    Feb 23 17:33:34 miki_netbook systemd[1]: Starting Journal Socket.
    Feb 23 17:33:34 miki_netbook systemd[1]: Listening on Journal Socket.
    Feb 23 17:33:34 miki_netbook systemd[1]: Started File System Check on Root Device.
    Feb 23 17:33:34 miki_netbook systemd[1]: Starting Remount Root and Kernel File Systems...
    Feb 23 17:33:34 miki_netbook systemd[1]: Mounting Debug File System...
    Feb 23 17:33:34 miki_netbook systemd[1]: Mounting POSIX Message Queue File System...
    Feb 23 17:33:34 miki_netbook systemd[1]: Started Load Kernel Modules.
    Feb 23 17:33:34 miki_netbook systemd[1]: Mounted FUSE Control File System.
    Feb 23 17:33:34 miki_netbook systemd[1]: Starting Setup Virtual Console...
    Feb 23 17:33:34 miki_netbook systemd[1]: Starting udev Kernel Device Manager...
    Feb 23 17:33:34 miki_netbook systemd[1]: Starting Apply Kernel Variables...
    Feb 23 17:33:34 miki_netbook systemd[1]: Starting udev Coldplug all Devices...
    Feb 23 17:33:34 miki_netbook systemd[1]: Mounting Configuration File System...
    Feb 23 17:33:34 miki_netbook systemd[1]: Mounting Huge Pages File System...
    Feb 23 17:33:34 miki_netbook systemd[1]: Started Set Up Additional Binary Formats.
    Feb 23 17:33:34 miki_netbook systemd[1]: Starting Journal Service...
    Feb 23 17:33:34 miki_netbook systemd[1]: Started Journal Service.
    Feb 23 17:33:34 miki_netbook systemd[1]: Mounting Temporary Directory...
    Feb 23 17:33:34 miki_netbook systemd[1]: Starting home.automount.
    Feb 23 17:33:34 miki_netbook systemd[1]: Set up automount home.automount.
    Feb 23 17:33:34 miki_netbook systemd[1]: Started Setup Virtual Console.
    Feb 23 17:33:34 miki_netbook systemd[1]: Started Apply Kernel Variables.
    Feb 23 17:33:34 miki_netbook systemd-udevd[111]: starting version 197
    Feb 23 17:33:34 miki_netbook kernel: EXT4-fs (sda2): re-mounted. Opts: (null)
    Feb 23 17:33:34 miki_netbook systemd-journal[119]: Journal started
    Feb 23 17:33:34 miki_netbook systemd[1]: Started udev Kernel Device Manager.
    Feb 23 17:33:34 miki_netbook systemd[1]: Started Remount Root and Kernel File Systems.
    Feb 23 17:33:34 miki_netbook systemd[1]: Mounted Debug File System.
    Feb 23 17:33:34 miki_netbook systemd[1]: Mounted POSIX Message Queue File System.
    Feb 23 17:33:34 miki_netbook systemd[1]: Mounted Configuration File System.
    Feb 23 17:33:34 miki_netbook systemd[1]: Mounted Huge Pages File System.
    Feb 23 17:33:34 miki_netbook systemd[1]: Mounted Temporary Directory.
    Feb 23 17:33:34 miki_netbook systemd[1]: Starting Local File Systems.
    Feb 23 17:33:34 miki_netbook systemd[1]: Reached target Local File Systems.
    Feb 23 17:33:34 miki_netbook systemd[1]: Starting Recreate Volatile Files and Directories...
    Feb 23 17:33:34 miki_netbook systemd[1]: Starting Trigger Flushing of Journal to Persistent Storage...
    Feb 23 17:33:34 miki_netbook systemd[1]: Started udev Coldplug all Devices.
    Feb 23 17:33:34 miki_netbook systemd-journal[119]: Allowing system journal files to grow to 1.4G.
    Feb 23 17:33:34 miki_netbook systemd[1]: Started Trigger Flushing of Journal to Persistent Storage.
    Feb 23 17:33:34 miki_netbook systemd[1]: Started Load Random Seed.
    Feb 23 17:33:34 miki_netbook systemd[1]: Started Recreate Volatile Files and Directories.
    Feb 23 17:33:37 miki_netbook systemd[1]: Starting Sound Card.
    Feb 23 17:33:37 miki_netbook systemd[1]: Reached target Sound Card.
    Feb 23 17:33:39 miki_netbook systemd[1]: Found device SAMSUNG_HM251JI.
    Feb 23 17:33:39 miki_netbook systemd[1]: Activating swap /dev/disk/by-uuid/9501e2aa-4efe-4497-9b55-db7ebc7afe5d...
    Feb 23 17:33:39 miki_netbook systemd[1]: Activated swap /dev/disk/by-uuid/9501e2aa-4efe-4497-9b55-db7ebc7afe5d.
    Feb 23 17:33:39 miki_netbook systemd[1]: Starting Swap.
    Feb 23 17:33:39 miki_netbook systemd[1]: Reached target Swap.
    Feb 23 17:33:39 miki_netbook systemd[1]: Starting System Initialization.
    Feb 23 17:33:41 miki_netbook NetworkManager[229]: <info> NetworkManager (version 0.9.6.4) is starting...
    Feb 23 17:33:41 miki_netbook NetworkManager[229]: <info> Read config file /etc/NetworkManager/NetworkManager.conf
    Feb 23 17:33:41 miki_netbook NetworkManager[229]: <info> WEXT support is enabled
    Feb 23 17:33:41 miki_netbook dbus[231]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
    Feb 23 17:33:41 miki_netbook polkitd[241]: Started polkitd version 0.109
    Feb 23 17:33:42 miki_netbook polkitd[241]: Loading rules from directory /etc/polkit-1/rules.d
    Feb 23 17:33:42 miki_netbook polkitd[241]: Loading rules from directory /usr/share/polkit-1/rules.d
    Feb 23 17:33:42 miki_netbook polkitd[241]: Finished loading, compiling and executing 1 rules
    Feb 23 17:33:42 miki_netbook dbus[231]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
    Feb 23 17:33:42 miki_netbook polkitd[241]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
    Feb 23 17:33:42 miki_netbook NetworkManager[229]: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list.
    Feb 23 17:33:45 miki_netbook NetworkManager[229]: keyfile: parsing default ...
    Feb 23 17:33:45 miki_netbook NetworkManager[229]: keyfile: read connection 'default'
    Feb 23 17:33:46 miki_netbook NetworkManager[229]: keyfile: parsing Badt ...
    Feb 23 17:33:46 miki_netbook NetworkManager[229]: keyfile: read connection 'Badt'
    Feb 23 17:33:46 miki_netbook NetworkManager[229]: <info> trying to start the modem manager...
    Feb 23 17:33:46 miki_netbook NetworkManager[229]: <info> monitoring kernel firmware directory '/lib/firmware'.
    Feb 23 17:33:46 miki_netbook NetworkManager[229]: <warn> Failed to open plugin directory /usr/lib/NetworkManager: Error opening directory '/usr/lib/NetworkManager': No such file or directory
    Feb 23 17:33:46 miki_netbook NetworkManager[229]: <info> rfkill0: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1d.7/usb1/1-7/1-7:1.0/ieee80211/phy0/rfkill0) (driver rtl8187)
    Feb 23 17:33:47 miki_netbook NetworkManager[229]: <info> WiFi enabled by radio killswitch; enabled by state file
    Feb 23 17:33:47 miki_netbook NetworkManager[229]: <info> WWAN enabled by radio killswitch; enabled by state file
    Feb 23 17:33:47 miki_netbook NetworkManager[229]: <info> WiMAX enabled by radio killswitch; enabled by state file
    Feb 23 17:33:47 miki_netbook NetworkManager[229]: <info> Networking is enabled by state file
    Feb 23 17:33:47 miki_netbook NetworkManager[229]: <warn> failed to allocate link cache: (-10) Operation not supported
    Feb 23 17:33:47 miki_netbook NetworkManager[229]: <info> (enp2s0): carrier is OFF
    Feb 23 17:33:47 miki_netbook NetworkManager[229]: <info> (enp2s0): new Ethernet device (driver: 'r8169' ifindex: 2)
    Feb 23 17:33:47 miki_netbook NetworkManager[229]: <info> (enp2s0): exported as /org/freedesktop/NetworkManager/Devices/0
    Feb 23 17:33:47 miki_netbook NetworkManager[229]: <info> (enp2s0): now managed
    Feb 23 17:33:47 miki_netbook NetworkManager[229]: <info> (enp2s0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
    Feb 23 17:33:47 miki_netbook NetworkManager[229]: <info> (enp2s0): bringing up device.
    Feb 23 17:33:47 miki_netbook NetworkManager[229]: <info> (enp2s0): preparing device.
    Feb 23 17:33:47 miki_netbook NetworkManager[229]: <info> (enp2s0): deactivating device (reason 'managed') [2]
    Feb 23 17:33:47 miki_netbook NetworkManager[229]: <info> Added default wired connection 'Wired connection 1' for /sys/devices/pci0000:00/0000:00:1c.1/0000:02:00.0/net/enp2s0
    Feb 23 17:33:47 miki_netbook NetworkManager[229]: <info> (wlp0s29f7u7): using nl80211 for WiFi device control
    Feb 23 17:33:47 miki_netbook NetworkManager[229]: <info> (wlp0s29f7u7): new 802.11 WiFi device (driver: 'rtl8187' ifindex: 3)
    Feb 23 17:33:47 miki_netbook NetworkManager[229]: <info> (wlp0s29f7u7): exported as /org/freedesktop/NetworkManager/Devices/1
    Feb 23 17:33:47 miki_netbook NetworkManager[229]: <info> (wlp0s29f7u7): now managed
    Feb 23 17:33:47 miki_netbook NetworkManager[229]: <info> (wlp0s29f7u7): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
    Feb 23 17:33:47 miki_netbook NetworkManager[229]: <info> (wlp0s29f7u7): bringing up device.
    Feb 23 17:33:47 miki_netbook kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
    Feb 23 17:33:47 miki_netbook systemd[1]: Started Network Manager.
    Feb 23 17:33:47 miki_netbook systemd[1]: Starting Network.
    Feb 23 17:33:47 miki_netbook systemd[1]: Reached target Network.
    Feb 23 17:33:47 miki_netbook systemd[1]: Starting Network Time Service...
    Feb 23 17:33:47 miki_netbook kernel: ACPI: Power Button [PWRB]
    Feb 23 17:33:47 miki_netbook kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
    Feb 23 17:33:47 miki_netbook kernel: ACPI: Lid Switch [LID0]
    Feb 23 17:33:47 miki_netbook kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
    Feb 23 17:33:47 miki_netbook dbus-daemon[231]: dbus[231]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
    Feb 23 17:33:47 miki_netbook dbus-daemon[231]: dbus[231]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
    Feb 23 17:33:47 miki_netbook kernel: ACPI: Sleep Button [SLPB]
    Feb 23 17:33:47 miki_netbook kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    Feb 23 17:33:47 miki_netbook kernel: ACPI: Power Button [PWRF]
    Feb 23 17:33:47 miki_netbook kernel: intel_rng: FWH not detected
    Feb 23 17:33:47 miki_netbook kernel: ACPI: AC Adapter [ACAD] (on-line)
    Feb 23 17:33:47 miki_netbook kernel: ACPI: Requesting acpi_cpufreq
    Feb 23 17:33:47 miki_netbook kernel: ACPI: Video Device [OVGA] (multi-head: yes rom: yes post: no)
    Feb 23 17:33:47 miki_netbook kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
    Feb 23 17:33:47 miki_netbook kernel: thermal LNXTHERM:00: registered as thermal_zone0
    Feb 23 17:33:47 miki_netbook kernel: ACPI: Thermal Zone [THRM] (56 C)
    Feb 23 17:33:47 miki_netbook kernel: ACPI: Battery Slot [BAT1] (battery present)
    Feb 23 17:33:47 miki_netbook kernel: input: PC Speaker as /devices/platform/pcspkr/input/input6
    Feb 23 17:33:47 miki_netbook kernel: ACPI: Invalid Power Resource to register!
    Feb 23 17:33:47 miki_netbook kernel: ACPI Warning:
    Feb 23 17:33:47 miki_netbook kernel: 0x00000428-0x0000042f SystemIO conflicts with Region \PMBA 1 (20120913/utaddress-251)
    Feb 23 17:33:47 miki_netbook kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    Feb 23 17:33:47 miki_netbook kernel: ACPI Warning: 0x00000530-0x0000053f SystemIO conflicts with Region \GPIO 1 (20120913/utaddress-251)
    Feb 23 17:33:47 miki_netbook kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    Feb 23 17:33:47 miki_netbook kernel: ACPI Warning: 0x00000500-0x0000052f SystemIO conflicts with Region \GPIO 1 (20120913/utaddress-251)
    Feb 23 17:33:47 miki_netbook kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    Feb 23 17:33:47 miki_netbook kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
    Feb 23 17:33:47 miki_netbook kernel: leds_ss4200: no LED devices found
    Feb 23 17:33:47 miki_netbook kernel: iTCO_vendor_support: vendor-support=0
    Feb 23 17:33:47 miki_netbook kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    Feb 23 17:33:47 miki_netbook kernel: iTCO_wdt: Found a ICH7-M or ICH7-U TCO device (Version=2, TCOBASE=0x0460)
    Feb 23 17:33:47 miki_netbook kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    Feb 23 17:33:47 miki_netbook kernel: microcode: CPU0 sig=0x106c2, pf=0x4, revision=0x208
    Feb 23 17:33:47 miki_netbook kernel: microcode: CPU1 sig=0x106c2, pf=0x4, revision=0x208
    Feb 23 17:33:47 miki_netbook kernel: microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    Feb 23 17:33:47 miki_netbook kernel: r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    Feb 23 17:33:47 miki_netbook kernel: r8169 0000:02:00.0: irq 42 for MSI/MSI-X
    Feb 23 17:33:47 miki_netbook kernel: r8169 0000:02:00.0 eth0: RTL8102e at 0xf8814000, 00:23:8b:85:d8:aa, XID 04a00000 IRQ 42
    Feb 23 17:33:47 miki_netbook kernel: Linux agpgart interface v0.103
    Feb 23 17:33:47 miki_netbook kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 23 17:33:47 miki_netbook kernel: [drm] Initialized drm 1.1.0 20060810
    Feb 23 17:33:47 miki_netbook kernel: usbcore: registered new interface driver usbhid
    Feb 23 17:33:47 miki_netbook kernel: usbhid: USB HID core driver
    Feb 23 17:33:47 miki_netbook kernel: media: Linux media interface: v0.10
    Feb 23 17:33:47 miki_netbook systemd-udevd[137]: renamed network interface eth0 to enp2s0
    Feb 23 17:33:47 miki_netbook kernel: Linux video capture interface: v2.00
    Feb 23 17:33:47 miki_netbook kernel: i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
    Feb 23 17:33:47 miki_netbook kernel: uvcvideo: Found UVC 1.00 device USB 2.0 Camera (064e:a127)
    Feb 23 17:33:47 miki_netbook kernel: agpgart-intel 0000:00:00.0: Intel 945GME Chipset
    Feb 23 17:33:47 miki_netbook kernel: agpgart-intel 0000:00:00.0: detected gtt size: 262144K total, 262144K mappable
    Feb 23 17:33:47 miki_netbook ntpd[253]: ntpd [email protected] Tue Dec 18 22:49:50 UTC 2012 (1)
    Feb 23 17:33:47 miki_netbook ntpd[254]: proto: precision = 1.955 usec
    Feb 23 17:33:47 miki_netbook ntpd[254]: ntp_io: estimated max descriptors: 1024, initial socket boundary: 16
    Feb 23 17:33:47 miki_netbook ntpd[254]: Listen and drop on 0 v4wildcard 0.0.0.0 UDP 123
    Feb 23 17:33:47 miki_netbook ntpd[254]: Listen and drop on 1 v6wildcard :: UDP 123
    Feb 23 17:33:47 miki_netbook kernel: agpgart-intel 0000:00:00.0: detected 8192K stolen memory
    Feb 23 17:33:47 miki_netbook systemd[1]: Started Network Time Service.
    Feb 23 17:33:47 miki_netbook systemd[1]: Starting Multi-User.
    Feb 23 17:33:47 miki_netbook systemd[1]: Reached target Multi-User.
    Feb 23 17:33:47 miki_netbook systemd[1]: Starting Graphical Interface.
    Feb 23 17:33:47 miki_netbook systemd[1]: Reached target Graphical Interface.
    Feb 23 17:33:47 miki_netbook systemd[1]: Starting Update UTMP about System Runlevel Changes...
    Feb 23 17:33:47 miki_netbook systemd[1]: Started Update UTMP about System Runlevel Changes.
    Feb 23 17:33:47 miki_netbook systemd[1]: Startup finished in 2s 641ms 739us (kernel) + 14s 238ms 5

    I had the exact same problem. For me the problem was the user groups. Apparently usergroups is not necessary for most use cases with systemd. And my user was in a lot of groups :-) . So I backed up my /etc/group and removed my username from almost every group.
    Hope it solves your problem!

  • [SOLVED] Arch doesn't recognise software RAID0

    Problem solved! See my last reply for the solution.
    Old post follows:
    I currently have Windows installed on a 2x500GB RAID0, with 300GB unallocated space for Arch.
    However, the Arch Live CD doesn't recognise the RAID0 for whatever reason. Or perhaps I've overlooked where it is on the system?
    Arch detects all of my disks and partitions fine, including the two individual 500GB HDDs (/dev/sdc and /dev/sdd) which make up the RAID0.
    Here's some information from a few commands I ran and dumped to a file:
    Disk /dev/sdc: 500.1 GB, 500107862016 bytes
    255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0xe563da78
    Device Boot Start End Blocks Id System
    /dev/sdc1 2048 1323976703 661987328 7 HPFS/NTFS/exFAT
    Disk /dev/sdd: 500.1 GB, 500107862016 bytes
    255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Personalities : [raid0] [raid1] [raid10]
    unused devices: <none>
    00:00.0 Host bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx0 port B) (rev 02)
    00:02.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port B)
    00:05.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port E)
    00:0a.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx1 port A)
    00:11.0 RAID bus controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 SATA Controller [RAID5 mode] (rev 40)
    00:12.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:12.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
    00:13.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:13.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
    00:14.0 SMBus: Advanced Micro Devices [AMD] nee ATI SBx00 SMBus Controller (rev 42)
    00:14.1 IDE interface: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 IDE Controller (rev 40)
    00:14.2 Audio device: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) (rev 40)
    00:14.3 ISA bridge: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host controller (rev 40)
    00:14.4 PCI bridge: Advanced Micro Devices [AMD] nee ATI SBx00 PCI to PCI Bridge (rev 40)
    00:14.5 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
    00:16.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:16.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
    00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration
    00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Address Map
    00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller
    00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control
    00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Link Control
    01:00.0 VGA compatible controller: NVIDIA Corporation GF110 [GeForce GTX 580] (rev a1)
    01:00.1 Audio device: NVIDIA Corporation GF110 High Definition Audio Controller (rev a1)
    02:00.0 USB controller: Etron Technology, Inc. EJ168 USB 3.0 Host Controller (rev 01)
    03:00.0 Ethernet controller: Broadcom Corporation NetLink BCM57781 Gigabit Ethernet PCIe (rev 10)
    /dev/sdb1: LABEL="Neu Mann" UUID="4E2C18BB2C189FCF" TYPE="ntfs"
    /dev/sda1: UUID="2810A17A10A1501C" TYPE="ntfs"
    /dev/sda5: LABEL="kokoro" UUID="B8104FDA104F9E6E" TYPE="ntfs"
    /dev/sr0: LABEL="ARCH_201207" TYPE="iso9660"
    /dev/sdd: TYPE="promise_fasttrack_raid_member"
    /dev/loop0: TYPE="squashfs"
    /dev/loop1: UUID="54d19f93-f878-4a22-9c38-d58dd04ac8a9" TYPE="ext4"
    /dev/loop2: UUID="54d19f93-f878-4a22-9c38-d58dd04ac8a9" TYPE="ext4"
    /dev/loop3: TYPE="squashfs"
    /dev/loop4: UUID="b6be6cf8-15c1-49ee-94f7-8cc33882096e" TYPE="ext4"
    /dev/loop5: UUID="b6be6cf8-15c1-49ee-94f7-8cc33882096e" TYPE="ext4"
    /dev/loop6: TYPE="squashfs"
    /dev/loop7: UUID="42ed7453-0a1a-42c9-b0a6-0de03a3fdfd8" TYPE="ext4"
    /dev/mapper/arch_root-image: UUID="54d19f93-f878-4a22-9c38-d58dd04ac8a9" TYPE="ext4"
    /dev/mapper/arch_lib-modules: UUID="b6be6cf8-15c1-49ee-94f7-8cc33882096e" TYPE="ext4"
    /dev/loop8: UUID="42ed7453-0a1a-42c9-b0a6-0de03a3fdfd8" TYPE="ext4"
    /dev/mapper/arch_usr-share: UUID="42ed7453-0a1a-42c9-b0a6-0de03a3fdfd8" TYPE="ext4"
    *** Set
    name : pdc_chceddecf
    size : 1953124864
    stride : 128
    type : stripe
    status : ok
    subsets: 0
    devs : 2
    spares : 0
    /dev/dm-2: 856064 total, "N/A"
    /dev/dm-1: 192512 total, "N/A"
    /dev/dm-0: 1382400 total, "N/A"
    /dev/sdd: 976773168 total, "WD-WMAYP1968098"
    /dev/sdc: 976773168 total, "WD-WMAYP1090982"
    /dev/sdb: 3907029168 total, "WD-WCAZA0751908"
    /dev/sda: 625142448 total, "VFA200R22ZHXRJ"
    dmesg, messages near the end were generated by me attempting to get the OS to recognise the RAID0:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.4.4-3-ARCH (nobody@rampage) (gcc version 4.7.1 (GCC) ) #1 SMP PREEMPT Tue Jul 3 14:36:44 UTC 2012
    [ 0.000000] Command line: archisobasedir=arch archisolabel=ARCH_201207 initrd=boot/x86_64/archiso.img BOOT_IMAGE=boot/x86_64/vmlinuz
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 0000000000093000 (usable)
    [ 0.000000] BIOS-e820: 0000000000093000 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 00000000dba0a000 (usable)
    [ 0.000000] BIOS-e820: 00000000dfa6a000 - 00000000dfa6d000 (reserved)
    [ 0.000000] BIOS-e820: 00000000dfa6d000 - 00000000dfaf8000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000dfaf8000 - 00000000dfafb000 (reserved)
    [ 0.000000] BIOS-e820: 00000000dfafb000 - 00000000dfafc000 (usable)
    [ 0.000000] BIOS-e820: 00000000dfafc000 - 00000000dfb03000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000dfb03000 - 00000000dfb4d000 (reserved)
    [ 0.000000] BIOS-e820: 00000000dfb4d000 - 00000000dfb55000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000dfb55000 - 00000000dfb7e000 (reserved)
    [ 0.000000] BIOS-e820: 00000000dfb7e000 - 00000000dfd81000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000dfd81000 - 00000000dff00000 (usable)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec10000 - 00000000fec11000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec20000 - 00000000fec21000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed61000 - 00000000fed71000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed80000 - 00000000fed90000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fef00000 - 0000000100000000 (reserved)
    [ 0.000000] BIOS-e820: 0000000100093000 - 0000000420000000 (usable)
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI 2.6 present.
    [ 0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./990FX Extreme3, BIOS P1.40 06/29/2012
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] No AGP bridge found
    [ 0.000000] last_pfn = 0x420000 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF write-through
    [ 0.000000] C0000-D8FFF write-protect
    [ 0.000000] D9000-EBFFF uncachable
    [ 0.000000] EC000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back
    [ 0.000000] 1 base 000080000000 mask FFFFC0000000 write-back
    [ 0.000000] 2 base 0000C0000000 mask FFFFE0000000 write-back
    [ 0.000000] 3 base 0000DFF00000 mask FFFFFFF00000 uncachable
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] TOM2: 0000000420000000 aka 16896M
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820 update range: 00000000dff00000 - 0000000100000000 (usable) ==> (reserved)
    [ 0.000000] last_pfn = 0xdff00 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [ffff8800000fd000] fd000
    [ 0.000000] initial memory mapped : 0 - 20000000
    [ 0.000000] Base memory trampoline at [ffff88000008e000] 8e000 size 20480
    [ 0.000000] Using GB pages for direct mapping
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000dff00000
    [ 0.000000] 0000000000 - 00c0000000 page 1G
    [ 0.000000] 00c0000000 - 00dfe00000 page 2M
    [ 0.000000] 00dfe00000 - 00dff00000 page 4k
    [ 0.000000] kernel direct mapping tables up to dff00000 @ 1fffd000-20000000
    [ 0.000000] init_memory_mapping: 0000000100000000-0000000420000000
    [ 0.000000] 0100000000 - 0400000000 page 1G
    [ 0.000000] 0400000000 - 0420000000 page 2M
    [ 0.000000] kernel direct mapping tables up to 420000000 @ dfefe000-dff00000
    [ 0.000000] RAMDISK: 7f1be000 - 7ffff000
    [ 0.000000] ACPI: RSDP 00000000000f0450 00024 (v02 ALASKA)
    [ 0.000000] ACPI: XSDT 00000000dfafc068 00054 (v01 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: FACP 00000000dfb01380 000F4 (v04 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI Warning: Optional field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20120320/tbfadt-579)
    [ 0.000000] ACPI: DSDT 00000000dfafc150 0522B (v02 ALASKA A M I 00000000 INTL 20051117)
    [ 0.000000] ACPI: FACS 00000000dfb4ff80 00040
    [ 0.000000] ACPI: APIC 00000000dfb01478 0009E (v03 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: MCFG 00000000dfb01518 0003C (v01 ALASKA A M I 01072009 MSFT 00010013)
    [ 0.000000] ACPI: AAFT 00000000dfb01558 0003A (v01 ALASKA OEMAAFT 01072009 MSFT 00000097)
    [ 0.000000] ACPI: HPET 00000000dfb01598 00038 (v01 ALASKA A M I 01072009 AMI 00000004)
    [ 0.000000] ACPI: SSDT 00000000dfb015d0 00E10 (v01 AMD POWERNOW 00000001 AMD 00000001)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] Scanning NUMA topology in Northbridge 24
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at 0000000000000000-0000000420000000
    [ 0.000000] Initmem setup node 0 0000000000000000-0000000420000000
    [ 0.000000] NODE_DATA [000000041fffc000 - 000000041fffffff]
    [ 0.000000] [ffffea0000000000-ffffea00107fffff] PMD -> [ffff88040f600000-ffff88041f5fffff] on node 0
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] DMA32 0x00001000 -> 0x00100000
    [ 0.000000] Normal 0x00100000 -> 0x00420000
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] Early memory PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x00000093
    [ 0.000000] 0: 0x00000100 -> 0x000dba0a
    [ 0.000000] 0: 0x000dfafb -> 0x000dfafc
    [ 0.000000] 0: 0x000dfd81 -> 0x000dff00
    [ 0.000000] 0: 0x00100093 -> 0x00420000
    [ 0.000000] On node 0 totalpages: 4176506
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 5 pages reserved
    [ 0.000000] DMA zone: 3902 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 16320 pages used for memmap
    [ 0.000000] DMA32 zone: 879562 pages, LIFO batch:31
    [ 0.000000] Normal zone: 51200 pages used for memmap
    [ 0.000000] Normal zone: 3225453 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x08] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 0, version 33, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec20000] gsi_base[24])
    [ 0.000000] IOAPIC[1]: apic_id 1, version 33, address 0xfec20000, GSI 24-55
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0xffffffff base: 0xfed00000
    [ 0.000000] SMP: Allowing 8 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 72
    [ 0.000000] PM: Registered nosave memory: 0000000000093000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 00000000dba0a000 - 00000000dfa6a000
    [ 0.000000] PM: Registered nosave memory: 00000000dfa6a000 - 00000000dfa6d000
    [ 0.000000] PM: Registered nosave memory: 00000000dfa6d000 - 00000000dfaf8000
    [ 0.000000] PM: Registered nosave memory: 00000000dfaf8000 - 00000000dfafb000
    [ 0.000000] PM: Registered nosave memory: 00000000dfafc000 - 00000000dfb03000
    [ 0.000000] PM: Registered nosave memory: 00000000dfb03000 - 00000000dfb4d000
    [ 0.000000] PM: Registered nosave memory: 00000000dfb4d000 - 00000000dfb55000
    [ 0.000000] PM: Registered nosave memory: 00000000dfb55000 - 00000000dfb7e000
    [ 0.000000] PM: Registered nosave memory: 00000000dfb7e000 - 00000000dfd81000
    [ 0.000000] PM: Registered nosave memory: 00000000dff00000 - 00000000fec00000
    [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
    [ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fec10000
    [ 0.000000] PM: Registered nosave memory: 00000000fec10000 - 00000000fec11000
    [ 0.000000] PM: Registered nosave memory: 00000000fec11000 - 00000000fec20000
    [ 0.000000] PM: Registered nosave memory: 00000000fec20000 - 00000000fec21000
    [ 0.000000] PM: Registered nosave memory: 00000000fec21000 - 00000000fed00000
    [ 0.000000] PM: Registered nosave memory: 00000000fed00000 - 00000000fed01000
    [ 0.000000] PM: Registered nosave memory: 00000000fed01000 - 00000000fed61000
    [ 0.000000] PM: Registered nosave memory: 00000000fed61000 - 00000000fed71000
    [ 0.000000] PM: Registered nosave memory: 00000000fed71000 - 00000000fed80000
    [ 0.000000] PM: Registered nosave memory: 00000000fed80000 - 00000000fed90000
    [ 0.000000] PM: Registered nosave memory: 00000000fed90000 - 00000000fef00000
    [ 0.000000] PM: Registered nosave memory: 00000000fef00000 - 0000000100000000
    [ 0.000000] PM: Registered nosave memory: 0000000100000000 - 0000000100093000
    [ 0.000000] Allocating PCI resources starting at dff00000 (gap: dff00000:1ed00000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88041fc00000 s82880 r8192 d23616 u262144
    [ 0.000000] pcpu-alloc: s82880 r8192 d23616 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4108917
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: archisobasedir=arch archisolabel=ARCH_201207 initrd=boot/x86_64/archiso.img BOOT_IMAGE=boot/x86_64/vmlinuz
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Node 0: aperture @ 4130000000 size 32 MB
    [ 0.000000] Aperture beyond 4GB. Ignoring.
    [ 0.000000] Your BIOS doesn't leave a aperture memory hole
    [ 0.000000] Please enable the IOMMU option in the BIOS setup
    [ 0.000000] This costs you 64 MB of RAM
    [ 0.000000] Mapping aperture over 65536 KB of RAM @ d0000000
    [ 0.000000] PM: Registered nosave memory: 00000000d0000000 - 00000000d4000000
    [ 0.000000] Memory: 16285596k/17301504k available (4538k kernel code, 595480k absent, 420428k reserved, 4308k data, 740k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] NR_IRQS:4352 nr_irqs:1288 16
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 67108864 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.003333] Detected 3547.978 MHz processor.
    [ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 7098.62 BogoMIPS (lpj=11826593)
    [ 0.000006] pid_max: default: 32768 minimum: 301
    [ 0.000026] Security Framework initialized
    [ 0.000029] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000731] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
    [ 0.005101] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.007113] Mount-cache hash table entries: 256
    [ 0.007267] Initializing cgroup subsys cpuacct
    [ 0.007269] Initializing cgroup subsys memory
    [ 0.007277] Initializing cgroup subsys devices
    [ 0.007278] Initializing cgroup subsys freezer
    [ 0.007279] Initializing cgroup subsys net_cls
    [ 0.007281] Initializing cgroup subsys blkio
    [ 0.007300] tseg: 00dff00000
    [ 0.007302] CPU: Physical Processor ID: 0
    [ 0.007303] CPU: Processor Core ID: 0
    [ 0.007304] mce: CPU supports 6 MCE banks
    [ 0.007309] LVT offset 0 assigned for vector 0xf9
    [ 0.007313] using AMD E400 aware idle routine
    [ 0.007791] ACPI: Core revision 20120320
    [ 0.015073] ftrace: allocating 17820 entries in 70 pages
    [ 0.021336] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.054270] CPU0: AMD Phenom(tm) II X6 1100T Processor stepping 00
    [ 0.158266] Performance Events: AMD PMU driver.
    [ 0.158269] ... version: 0
    [ 0.158270] ... bit width: 48
    [ 0.158270] ... generic registers: 4
    [ 0.158271] ... value mask: 0000ffffffffffff
    [ 0.158272] ... max period: 00007fffffffffff
    [ 0.158273] ... fixed-purpose events: 0
    [ 0.158274] ... event mask: 000000000000000f
    [ 0.158299] System has AMD C1E enabled
    [ 0.158306] Switch to broadcast mode on CPU0
    [ 0.178422] NMI watchdog: enabled, takes one hw-pmu counter.
    [ 0.198332] Booting Node 0, Processors #1
    [ 0.211445] NMI watchdog: enabled, takes one hw-pmu counter.
    [ 0.211451] Switch to broadcast mode on CPU1
    [ 0.221660] #2
    [ 0.234770] NMI watchdog: enabled, takes one hw-pmu counter.
    [ 0.234781] Switch to broadcast mode on CPU2
    [ 0.244919] #3
    [ 0.258028] NMI watchdog: enabled, takes one hw-pmu counter.
    [ 0.258042] Switch to broadcast mode on CPU3
    [ 0.268211] #4
    [ 0.281321] NMI watchdog: enabled, takes one hw-pmu counter.
    [ 0.281334] Switch to broadcast mode on CPU4
    [ 0.291515] #5
    [ 0.304626] NMI watchdog: enabled, takes one hw-pmu counter.
    [ 0.304638] Switch to broadcast mode on CPU5
    [ 0.304673] Brought up 6 CPUs
    [ 0.304683] Total of 6 processors activated (42592.72 BogoMIPS).
    [ 0.311664] devtmpfs: initialized
    [ 0.313435] PM: Registering ACPI NVS region [mem 0xdfa6d000-0xdfaf7fff] (569344 bytes)
    [ 0.313442] PM: Registering ACPI NVS region [mem 0xdfafc000-0xdfb02fff] (28672 bytes)
    [ 0.313444] PM: Registering ACPI NVS region [mem 0xdfb4d000-0xdfb54fff] (32768 bytes)
    [ 0.313446] PM: Registering ACPI NVS region [mem 0xdfb7e000-0xdfd80fff] (2109440 bytes)
    [ 0.313901] NET: Registered protocol family 16
    [ 0.313971] node 0 link 0: io port [e000, ffff]
    [ 0.313973] TOM: 00000000e0000000 aka 3584M
    [ 0.313975] Fam 10h mmconf [mem 0xe0000000-0xefffffff]
    [ 0.313976] node 0 link 0: mmio [e0000000, fef0ffff] ==> [f0000000, fef0ffff]
    [ 0.313978] TOM2: 0000000420000000 aka 16896M
    [ 0.313980] bus: [00, 1f] on node 0 link 0
    [ 0.313981] bus: 00 index 0 [io 0x0000-0xffff]
    [ 0.313982] bus: 00 index 1 [mem 0xf0000000-0xffffffff]
    [ 0.313983] bus: 00 index 2 [mem 0x420000000-0xfcffffffff]
    [ 0.314067] ACPI: bus type pci registered
    [ 0.314108] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.314111] PCI: not using MMCONFIG
    [ 0.314112] PCI: Using configuration type 1 for base access
    [ 0.314113] PCI: Using configuration type 1 for extended access
    [ 0.314717] bio: create slab <bio-0> at 0
    [ 0.314765] ACPI: Added _OSI(Module Device)
    [ 0.314766] ACPI: Added _OSI(Processor Device)
    [ 0.314767] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.314769] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.315210] ACPI: EC: Look up EC in DSDT
    [ 0.315672] ACPI: Executed 3 blocks of module-level executable AML code
    [ 0.317213] ACPI: Interpreter enabled
    [ 0.317217] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.317234] ACPI: Using IOAPIC for interrupt routing
    [ 0.317334] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.317359] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.338488] ACPI: No dock devices found.
    [ 0.338492] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.338555] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.338648] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.338649] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff]
    [ 0.338651] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.338652] pci_root PNP0A03:00: host bridge window [mem 0x000c8000-0x000dffff]
    [ 0.338653] pci_root PNP0A03:00: host bridge window [mem 0xe0000000-0xffffffff]
    [ 0.338673] PCI host bridge to bus 0000:00
    [ 0.338675] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.338676] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.338677] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.338679] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000dffff]
    [ 0.338680] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xffffffff]
    [ 0.338689] pci 0000:00:00.0: [1002:5a14] type 00 class 0x060000
    [ 0.338736] pci 0000:00:02.0: [1002:5a16] type 01 class 0x060400
    [ 0.338761] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
    [ 0.338774] pci 0000:00:05.0: [1002:5a19] type 01 class 0x060400
    [ 0.338797] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
    [ 0.338811] pci 0000:00:0a.0: [1002:5a1d] type 01 class 0x060400
    [ 0.338834] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
    [ 0.338854] pci 0000:00:11.0: [1002:4393] type 00 class 0x010400
    [ 0.338869] pci 0000:00:11.0: reg 10: [io 0xf090-0xf097]
    [ 0.338877] pci 0000:00:11.0: reg 14: [io 0xf080-0xf083]
    [ 0.338884] pci 0000:00:11.0: reg 18: [io 0xf070-0xf077]
    [ 0.338891] pci 0000:00:11.0: reg 1c: [io 0xf060-0xf063]
    [ 0.338899] pci 0000:00:11.0: reg 20: [io 0xf050-0xf05f]
    [ 0.338906] pci 0000:00:11.0: reg 24: [mem 0xfe30b000-0xfe30b3ff]
    [ 0.338952] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
    [ 0.338962] pci 0000:00:12.0: reg 10: [mem 0xfe30a000-0xfe30afff]
    [ 0.339018] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
    [ 0.339033] pci 0000:00:12.2: reg 10: [mem 0xfe309000-0xfe3090ff]
    [ 0.339098] pci 0000:00:12.2: supports D1 D2
    [ 0.339099] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    [ 0.339116] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
    [ 0.339126] pci 0000:00:13.0: reg 10: [mem 0xfe308000-0xfe308fff]
    [ 0.339183] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
    [ 0.339197] pci 0000:00:13.2: reg 10: [mem 0xfe307000-0xfe3070ff]
    [ 0.339262] pci 0000:00:13.2: supports D1 D2
    [ 0.339263] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    [ 0.339281] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
    [ 0.339338] pci 0000:00:14.1: [1002:439c] type 00 class 0x01018a
    [ 0.339348] pci 0000:00:14.1: reg 10: [io 0xf040-0xf047]
    [ 0.339355] pci 0000:00:14.1: reg 14: [io 0xf030-0xf033]
    [ 0.339363] pci 0000:00:14.1: reg 18: [io 0xf020-0xf027]
    [ 0.339370] pci 0000:00:14.1: reg 1c: [io 0xf010-0xf013]
    [ 0.339377] pci 0000:00:14.1: reg 20: [io 0xf000-0xf00f]
    [ 0.339407] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
    [ 0.339423] pci 0000:00:14.2: reg 10: [mem 0xfe300000-0xfe303fff 64bit]
    [ 0.339475] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    [ 0.339486] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
    [ 0.339546] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
    [ 0.339578] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
    [ 0.339588] pci 0000:00:14.5: reg 10: [mem 0xfe306000-0xfe306fff]
    [ 0.339641] pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
    [ 0.339652] pci 0000:00:16.0: reg 10: [mem 0xfe305000-0xfe305fff]
    [ 0.339708] pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
    [ 0.339722] pci 0000:00:16.2: reg 10: [mem 0xfe304000-0xfe3040ff]
    [ 0.339787] pci 0000:00:16.2: supports D1 D2
    [ 0.339788] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
    [ 0.339804] pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
    [ 0.339815] pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
    [ 0.339824] pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
    [ 0.339833] pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
    [ 0.339844] pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
    [ 0.339881] pci 0000:01:00.0: [10de:1080] type 00 class 0x030000
    [ 0.339889] pci 0000:01:00.0: reg 10: [mem 0xfd000000-0xfdffffff]
    [ 0.339897] pci 0000:01:00.0: reg 14: [mem 0xf0000000-0xf7ffffff 64bit pref]
    [ 0.339905] pci 0000:01:00.0: reg 1c: [mem 0xf8000000-0xf9ffffff 64bit pref]
    [ 0.339910] pci 0000:01:00.0: reg 24: [io 0xe000-0xe07f]
    [ 0.339915] pci 0000:01:00.0: reg 30: [mem 0xfe000000-0xfe07ffff pref]
    [ 0.339959] pci 0000:01:00.1: [10de:0e09] type 00 class 0x040300
    [ 0.339966] pci 0000:01:00.1: reg 10: [mem 0xfe080000-0xfe083fff]
    [ 0.344680] pci 0000:00:02.0: PCI bridge to [bus 01-01]
    [ 0.344692] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
    [ 0.344701] pci 0000:00:02.0: bridge window [mem 0xfd000000-0xfe0fffff]
    [ 0.344710] pci 0000:00:02.0: bridge window [mem 0xf0000000-0xf9ffffff 64bit pref]
    [ 0.344780] pci 0000:02:00.0: [1b6f:7023] type 00 class 0x0c0330
    [ 0.344805] pci 0000:02:00.0: reg 10: [mem 0xfe200000-0xfe207fff 64bit]
    [ 0.344890] pci 0000:02:00.0: supports D1 D2
    [ 0.344892] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.351338] pci 0000:00:05.0: PCI bridge to [bus 02-02]
    [ 0.351351] pci 0000:00:05.0: bridge window [mem 0xfe200000-0xfe2fffff]
    [ 0.351422] pci 0000:03:00.0: [14e4:16b1] type 00 class 0x020000
    [ 0.351450] pci 0000:03:00.0: reg 10: [mem 0xfa110000-0xfa11ffff 64bit pref]
    [ 0.351471] pci 0000:03:00.0: reg 18: [mem 0xfa100000-0xfa10ffff 64bit pref]
    [ 0.351504] pci 0000:03:00.0: reg 30: [mem 0xfe100000-0xfe1007ff pref]
    [ 0.351567] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    [ 0.357977] pci 0000:00:0a.0: PCI bridge to [bus 03-03]
    [ 0.357989] pci 0000:00:0a.0: bridge window [mem 0xfe100000-0xfe1fffff]
    [ 0.357998] pci 0000:00:0a.0: bridge window [mem 0xfa100000-0xfa1fffff 64bit pref]
    [ 0.358075] pci 0000:00:14.4: PCI bridge to [bus 04-04] (subtractive decode)
    [ 0.358089] pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.358095] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.358101] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.358107] pci 0000:00:14.4: bridge window [mem 0x000c8000-0x000dffff] (subtractive decode)
    [ 0.358113] pci 0000:00:14.4: bridge window [mem 0xe0000000-0xffffffff] (subtractive decode)
    [ 0.358139] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.358305] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PC02._PRT]
    [ 0.358321] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PC05._PRT]
    [ 0.358337] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PC0A._PRT]
    [ 0.358363] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0PC._PRT]
    [ 0.358397] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.358399] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
    [ 0.358400] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 0.360697] ACPI: PCI Interrupt Link [LNKA] (IRQs 10 11 14 15) *0
    [ 0.360732] ACPI: PCI Interrupt Link [LNKB] (IRQs 10 11 14 15) *0
    [ 0.360767] ACPI: PCI Interrupt Link [LNKC] (IRQs 10 11 14 15) *0
    [ 0.360802] ACPI: PCI Interrupt Link [LNKD] (IRQs 10 11 14 15) *0
    [ 0.360828] ACPI: PCI Interrupt Link [LNKE] (IRQs 10 11 14 15) *0
    [ 0.360846] ACPI: PCI Interrupt Link [LNKF] (IRQs 10 11 14 15) *0
    [ 0.360865] ACPI: PCI Interrupt Link [LNKG] (IRQs 10 11 14 15) *0
    [ 0.360884] ACPI: PCI Interrupt Link [LNKH] (IRQs 10 11 14 15) *0
    [ 0.360953] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.360955] vgaarb: loaded
    [ 0.360956] vgaarb: bridge control possible 0000:01:00.0
    [ 0.360983] PCI: Using ACPI for IRQ routing
    [ 0.367781] PCI: pci_cache_line_size set to 64 bytes
    [ 0.367833] reserve RAM buffer: 0000000000093000 - 000000000009ffff
    [ 0.367835] reserve RAM buffer: 00000000dba0a000 - 00000000dbffffff
    [ 0.367836] reserve RAM buffer: 00000000dfafc000 - 00000000dfffffff
    [ 0.367838] reserve RAM buffer: 00000000dff00000 - 00000000dfffffff
    [ 0.367938] NetLabel: Initializing
    [ 0.367940] NetLabel: domain hash size = 128
    [ 0.367940] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.367949] NetLabel: unlabeled traffic allowed by default
    [ 0.367961] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.367963] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
    [ 0.370985] Switching to clocksource hpet
    [ 0.374470] pnp: PnP ACPI init
    [ 0.374479] ACPI: bus type pnp registered
    [ 0.374557] pnp 00:00: [bus 00-ff]
    [ 0.374561] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.374563] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.374567] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.374571] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.374572] pnp 00:00: [mem 0x000c8000-0x000dffff window]
    [ 0.374573] pnp 00:00: [mem 0xe0000000-0xffffffff window]
    [ 0.374574] pnp 00:00: [mem 0x00000000 window]
    [ 0.374603] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
    [ 0.374619] pnp 00:01: [mem 0xe0000000-0xefffffff]
    [ 0.374647] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.374649] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.374771] pnp 00:02: [mem 0x00000000-0xffffffffffffffff disabled]
    [ 0.374773] pnp 00:02: [mem 0xfec20000-0xfec200ff]
    [ 0.374794] system 00:02: [mem 0xfec20000-0xfec200ff] could not be reserved
    [ 0.374796] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.374819] pnp 00:03: [mem 0x00000000-0xffffffffffffffff disabled]
    [ 0.374839] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.374945] pnp 00:04: [io 0x040b]
    [ 0.374946] pnp 00:04: [io 0x04d6]
    [ 0.374947] pnp 00:04: [io 0x0c00-0x0c01]
    [ 0.374948] pnp 00:04: [io 0x0c14]
    [ 0.374949] pnp 00:04: [io 0x0c50-0x0c51]
    [ 0.374950] pnp 00:04: [io 0x0c52]
    [ 0.374951] pnp 00:04: [io 0x0c6c]
    [ 0.374952] pnp 00:04: [io 0x0c6f]
    [ 0.374953] pnp 00:04: [io 0x0cd0-0x0cd1]
    [ 0.374954] pnp 00:04: [io 0x0cd2-0x0cd3]
    [ 0.374955] pnp 00:04: [io 0x0cd4-0x0cd5]
    [ 0.374956] pnp 00:04: [io 0x0cd6-0x0cd7]
    [ 0.374957] pnp 00:04: [io 0x0cd8-0x0cdf]
    [ 0.374957] pnp 00:04: [io 0x0800-0x089f]
    [ 0.374959] pnp 00:04: [io 0x0000-0xffffffffffffffff disabled]
    [ 0.374960] pnp 00:04: [io 0x0000-0x000f]
    [ 0.374961] pnp 00:04: [io 0x0b20-0x0b3f]
    [ 0.374962] pnp 00:04: [io 0x0900-0x090f]
    [ 0.374963] pnp 00:04: [io 0x0910-0x091f]
    [ 0.374964] pnp 00:04: [io 0xfe00-0xfefe]
    [ 0.374965] pnp 00:04: [io 0x0060-0x005f disabled]
    [ 0.374966] pnp 00:04: [io 0x0064-0x0063 disabled]
    [ 0.374967] pnp 00:04: [mem 0xfec00000-0xfec00fff]
    [ 0.374968] pnp 00:04: [mem 0xfee00000-0xfee00fff]
    [ 0.374969] pnp 00:04: [mem 0xfed80000-0xfed8ffff]
    [ 0.374970] pnp 00:04: [mem 0xfed61000-0xfed70fff]
    [ 0.374971] pnp 00:04: [mem 0xfec10000-0xfec10fff]
    [ 0.374972] pnp 00:04: [mem 0xfed00000-0xfed00fff]
    [ 0.374973] pnp 00:04: [mem 0xffc00000-0xffffffff]
    [ 0.375010] system 00:04: [io 0x040b] has been reserved
    [ 0.375011] system 00:04: [io 0x04d6] has been reserved
    [ 0.375012] system 00:04: [io 0x0c00-0x0c01] has been reserved
    [ 0.375014] system 00:04: [io 0x0c14] has been reserved
    [ 0.375015] system 00:04: [io 0x0c50-0x0c51] has been reserved
    [ 0.375016] system 00:04: [io 0x0c52] has been reserved
    [ 0.375017] system 00:04: [io 0x0c6c] has been reserved
    [ 0.375019] system 00:04: [io 0x0c6f] has been reserved
    [ 0.375020] system 00:04: [io 0x0cd0-0x0cd1] has been reserved
    [ 0.375021] system 00:04: [io 0x0cd2-0x0cd3] has been reserved
    [ 0.375022] system 00:04: [io 0x0cd4-0x0cd5] has been reserved
    [ 0.375024] system 00:04: [io 0x0cd6-0x0cd7] has been reserved
    [ 0.375025] system 00:04: [io 0x0cd8-0x0cdf] has been reserved
    [ 0.375026] system 00:04: [io 0x0800-0x089f] has been reserved
    [ 0.375028] system 00:04: [io 0x0b20-0x0b3f] has been reserved
    [ 0.375029] system 00:04: [io 0x0900-0x090f] has been reserved
    [ 0.375030] system 00:04: [io 0x0910-0x091f] has been reserved
    [ 0.375032] system 00:04: [io 0xfe00-0xfefe] has been reserved
    [ 0.375034] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.375035] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.375037] system 00:04: [mem 0xfed80000-0xfed8ffff] has been reserved
    [ 0.375038] system 00:04: [mem 0xfed61000-0xfed70fff] has been reserved
    [ 0.375040] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
    [ 0.375041] system 00:04: [mem 0xfed00000-0xfed00fff] has been reserved
    [ 0.375043] system 00:04: [mem 0xffc00000-0xffffffff] has been reserved
    [ 0.375044] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.375070] pnp 00:05: [io 0x0000-0xffffffffffffffff disabled]
    [ 0.375071] pnp 00:05: [io 0x0290-0x029f]
    [ 0.375073] pnp 00:05: [io 0x0000-0xffffffffffffffff disabled]
    [ 0.375097] system 00:05: [io 0x0290-0x029f] has been reserved
    [ 0.375098] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.375202] pnp 00:06: [dma 4]
    [ 0.375203] pnp 00:06: [io 0x0000-0x000f]
    [ 0.375205] pnp 00:06: [io 0x0081-0x0083]
    [ 0.375206] pnp 00:06: [io 0x0087]
    [ 0.375207] pnp 00:06: [io 0x0089-0x008b]
    [ 0.375208] pnp 00:06: [io 0x008f]
    [ 0.375209] pnp 00:06: [io 0x00c0-0x00df]
    [ 0.375224] pnp 00:06: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.375229] pnp 00:07: [io 0x0070-0x0071]
    [ 0.375236] pnp 00:07: [irq 8]
    [ 0.375249] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.375253] pnp 00:08: [io 0x0061]
    [ 0.375267] pnp 00:08: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.375275] pnp 00:09: [io 0x0010-0x001f]
    [ 0.375276] pnp 00:09: [io 0x0022-0x003f]
    [ 0.375277] pnp 00:09: [io 0x0044-0x005f]
    [ 0.375278] pnp 00:09: [io 0x0062-0x0063]
    [ 0.375279] pnp 00:09: [io 0x0065-0x006f]
    [ 0.375280] pnp 00:09: [io 0x0072-0x007f]
    [ 0.375281] pnp 00:09: [io 0x0080]
    [ 0.375282] pnp 00:09: [io 0x0084-0x0086]
    [ 0.375283] pnp 00:09: [io 0x0088]
    [ 0.375283] pnp 00:09: [io 0x008c-0x008e]
    [ 0.375284] pnp 00:09: [io 0x0090-0x009f]
    [ 0.375285] pnp 00:09: [io 0x00a2-0x00bf]
    [ 0.375286] pnp 00:09: [io 0x00e0-0x00ef]
    [ 0.375287] pnp 00:09: [io 0x04d0-0x04d1]
    [ 0.375314] system 00:09: [io 0x04d0-0x04d1] has been reserved
    [ 0.375316] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.375320] pnp 00:0a: [io 0x00f0-0x00ff]
    [ 0.375323] pnp 00:0a: [irq 13]
    [ 0.375337] pnp 00:0a: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.375366] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.375489] pnp 00:0c: [io 0x03f8-0x03ff]
    [ 0.375492] pnp 00:0c: [irq 4]
    [ 0.375493] pnp 00:0c: [dma 0 disabled]
    [ 0.375524] pnp 00:0c: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.375590] pnp 00:0d: [mem 0xfed00000-0xfed003ff]
    [ 0.375609] pnp 00:0d: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.375611] pnp: PnP ACPI: found 14 devices
    [ 0.375612] ACPI: ACPI bus type pnp unregistered
    [ 0.381875] pci 0000:00:02.0: PCI bridge to [bus 01-01]
    [ 0.381877] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
    [ 0.381879] pci 0000:00:02.0: bridge window [mem 0xfd000000-0xfe0fffff]
    [ 0.381881] pci 0000:00:02.0: bridge window [mem 0xf0000000-0xf9ffffff 64bit pref]
    [ 0.381884] pci 0000:00:05.0: PCI bridge to [bus 02-02]
    [ 0.381886] pci 0000:00:05.0: bridge window [mem 0xfe200000-0xfe2fffff]
    [ 0.381889] pci 0000:00:0a.0: PCI bridge to [bus 03-03]
    [ 0.381891] pci 0000:00:0a.0: bridge window [mem 0xfe100000-0xfe1fffff]
    [ 0.381893] pci 0000:00:0a.0: bridge window [mem 0xfa100000-0xfa1fffff 64bit pref]
    [ 0.381895] pci 0000:00:14.4: PCI bridge to [bus 04-04]
    [ 0.381922] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.381923] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.381925] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.381926] pci_bus 0000:00: resource 7 [mem 0x000c8000-0x000dffff]
    [ 0.381927] pci_bus 0000:00: resource 8 [mem 0xe0000000-0xffffffff]
    [ 0.381928] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    [ 0.381930] pci_bus 0000:01: resource 1 [mem 0xfd000000-0xfe0fffff]
    [ 0.381931] pci_bus 0000:01: resource 2 [mem 0xf0000000-0xf9ffffff 64bit pref]
    [ 0.381932] pci_bus 0000:02: resource 1 [mem 0xfe200000-0xfe2fffff]
    [ 0.381934] pci_bus 0000:03: resource 1 [mem 0xfe100000-0xfe1fffff]
    [ 0.381935] pci_bus 0000:03: resource 2 [mem 0xfa100000-0xfa1fffff 64bit pref]
    [ 0.381936] pci_bus 0000:04: resource 4 [io 0x0000-0x0cf7]
    [ 0.381937] pci_bus 0000:04: resource 5 [io 0x0d00-0xffff]
    [ 0.381939] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.381940] pci_bus 0000:04: resource 7 [mem 0x000c8000-0x000dffff]
    [ 0.381941] pci_bus 0000:04: resource 8 [mem 0xe0000000-0xffffffff]
    [ 0.381970] NET: Registered protocol family 2
    [ 0.382171] IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.383495] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 0.385589] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.385848] TCP: Hash tables configured (established 524288 bind 65536)
    [ 0.385850] TCP: reno registered
    [ 0.385863] UDP hash table entries: 8192 (order: 6, 262144 bytes)
    [ 0.385947] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
    [ 0.386083] NET: Registered protocol family 1
    [ 0.693943] pci 0000:01:00.0: Boot video device
    [ 0.694042] PCI: CLS 64 bytes, default 64
    [ 0.694145] Unpacking initramfs...
    [ 1.743084] Freeing initrd memory: 14596k freed
    [ 1.747910] PCI-DMA: Disabling AGP.
    [ 1.748019] PCI-DMA: aperture base @ d0000000 size 65536 KB
    [ 1.748020] PCI-DMA: using GART IOMMU.
    [ 1.748022] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
    [ 1.751082] LVT offset 1 assigned for vector 0x400
    [ 1.751090] IBS: LVT offset 1 assigned
    [ 1.751117] perf: AMD IBS detected (0x0000001f)
    [ 1.751254] audit: initializing netlink socket (disabled)
    [ 1.751263] type=2000 audit(1346165429.643:1): initialized
    [ 1.752226] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 1.754614] VFS: Disk quotas dquot_6.5.2
    [ 1.754642] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 1.754742] msgmni has been set to 31965
    [ 1.754996] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 1.755035] io scheduler noop registered
    [ 1.755036] io scheduler deadline registered
    [ 1.755067] io scheduler cfq registered (default)
    [ 1.755441] GHES: HEST is not enabled!
    [ 1.755524] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 1.776028] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 1.796745] 00:0c: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 1.796898] Linux agpgart interface v0.103
    [ 1.796939] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 1.799184] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.799201] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 1.799378] mousedev: PS/2 mouse device common for all mice
    [ 1.799416] rtc_cmos 00:07: RTC can wake from S4
    [ 1.799536] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
    [ 1.799559] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 1.799568] cpuidle: using governor ladder
    [ 1.799569] cpuidle: using governor menu
    [ 1.799662] TCP: cubic registered
    [ 1.799729] NET: Registered protocol family 10
    [ 1.799851] NET: Registered protocol family 17
    [ 1.799854] Registering the dns_resolver key type
    [ 1.799960] PM: Hibernation image not present or could not be loaded.
    [ 1.799964] registered taskstats version 1
    [ 1.800940] rtc_cmos 00:07: setting system clock to 2012-08-28 14:50:29 UTC (1346165429)
    [ 1.800981] Initializing network drop monitor service
    [ 1.822527] Freeing unused kernel memory: 740k freed
    [ 1.822649] Write protecting the kernel read-only data: 8192k
    [ 1.825648] Freeing unused kernel memory: 1588k freed
    [ 1.827239] Freeing unused kernel memory: 640k freed
    [ 1.834108] systemd-udevd[85]: starting version 186
    [ 1.844450] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
    [ 1.844477] ACPI: Power Button [PWRB]
    [ 1.844867] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
    [ 1.844874] ACPI: Power Button [PWRF]
    [ 1.845424] wmi: Mapper loaded
    [ 1.851862] SCSI subsystem initialized
    [ 1.852312] usbcore: registered new interface driver usbfs
    [ 1.852333] usbcore: registered new interface driver hub
    [ 1.852480] usbcore: registered new device driver usb
    [ 1.853090] libata version 3.00 loaded.
    [ 1.854235] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.854486] ehci_hcd 0000:00:12.2: EHCI Host Controller
    [ 1.854516] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1
    [ 1.854526] ehci_hcd 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 1.854550] QUIRK: Enable AMD PLL fix
    [ 1.854561] ehci_hcd 0000:00:12.2: debug port 1
    [ 1.854584] ehci_hcd 0000:00:12.2: irq 17, io mem 0xfe309000
    [ 1.855984] [drm] Initialized drm 1.1.0 20060810
    [ 1.856315] tg3.c:v3.123 (March 21, 2012)
    [ 1.860078] xhci_hcd 0000:02:00.0: xHCI Host Controller
    [ 1.860126] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
    [ 1.860220] xhci_hcd 0000:02:00.0: irq 46, io mem 0xfe200000
    [ 1.860271] xhci_hcd 0000:02:00.0: irq 72 for MSI/MSI-X
    [ 1.860497] xHCI xhci_add_endpoint called for root hub
    [ 1.860498] xHCI xhci_check_bandwidth called for root hub
    [ 1.860549] hub 2-0:1.0: USB hub found
    [ 1.860554] hub 2-0:1.0: 2 ports detected
    [ 1.860633] MXM: GUID detected in BIOS
    [ 1.860702] xhci_hcd 0000:02:00.0: xHCI Host Controller
    [ 1.860707] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 3
    [ 1.861017] [drm] nouveau 0000:01:00.0: Detected an NVc0 generation card (0x0c8000a1)
    [ 1.861356] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 1.864189] [drm] nouveau 0000:01:00.0: Checking PRAMIN for VBIOS
    [ 1.864478] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00
    [ 1.864657] xHCI xhci_add_endpoint called for root hub
    [ 1.864659] xHCI xhci_check_bandwidth called for root hub
    [ 1.864756] hub 3-0:1.0: USB hub found
    [ 1.864761] hub 3-0:1.0: 2 ports detected
    [ 1.865261] hub 1-0:1.0: USB hub found
    [ 1.865263] hub 1-0:1.0: 5 ports detected
    [ 1.871931] ehci_hcd 0000:00:13.2: EHCI Host Controller
    [ 1.871944] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 4
    [ 1.871951] ehci_hcd 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 1.872006] ehci_hcd 0000:00:13.2: debug port 1
    [ 1.872019] ehci_hcd 0000:00:13.2: irq 17, io mem 0xfe307000
    [ 1.872214] tg3 0000:03:00.0: eth0: Tigon3 [partno(BCM57781) rev 57785100] (PCI Express) MAC address 00:25:22:fb:07:f2
    [ 1.872217] tg3 0000:03:00.0: eth0: attached PHY is 57765 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
    [ 1.872219] tg3 0000:03:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
    [ 1.872221] tg3 0000:03:00.0: eth0: dma_rwctrl[00000001] dma_mask[64-bit]
    [ 1.881056] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
    [ 1.881233] hub 4-0:1.0: USB hub found
    [ 1.881235] hub 4-0:1.0: 5 ports detected
    [ 1.891094] ehci_hcd 0000:00:16.2: EHCI Host Controller
    [ 1.891099] ehci_hcd 0000:00:16.2: new USB bus registered, assigned bus number 5
    [ 1.891107] ehci_hcd 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 1.891127] ehci_hcd 0000:00:16.2: debug port 1
    [ 1.891136] ehci_hcd 0000:00:16.2: irq 17, io mem 0xfe304000
    [ 1.901001] ehci_hcd 0000:00:16.2: USB 2.0 started, EHCI 1.00
    [ 1.901109] hub 5-0:1.0: USB hub found
    [ 1.901111] hub 5-0:1.0: 4 ports detected
    [ 1.911181] ahci 0000:00:11.0: version 3.0
    [ 1.911290] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 4 ports 6 Gbps 0xf impl RAID mode
    [ 1.911293] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part sxs
    [ 1.911843] scsi0 : ahci
    [ 1.911924] scsi1 : ahci
    [ 1.911982] scsi2 : ahci
    [ 1.912040] scsi3 : ahci
    [ 1.912074] ata1: SATA max UDMA/133 abar m1024@0xfe30b000 port 0xfe30b100 irq 19
    [ 1.912077] ata2: SATA max UDMA/133 abar m1024@0xfe30b000 port 0xfe30b180 irq 19
    [ 1.912079] ata3: SATA max UDMA/133 abar m1024@0xfe30b000 port 0xfe30b200 irq 19
    [ 1.912081] ata4: SATA max UDMA/133 abar m1024@0xfe30b000 port 0xfe30b280 irq 19
    [ 1.924354] ohci_hcd 0000:00:12.0: OHCI Host Controller
    [ 1.924361] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 6
    [ 1.924379] ohci_hcd 0000:00:12.0: irq 18, io mem 0xfe30a000
    [ 1.968684] [drm] nouveau 0000:01:00.0: ... appears to be valid
    [ 1.968685] [drm] nouveau 0000:01:00.0: Using VBIOS from PRAMIN
    [ 1.968687] [drm] nouveau 0000:01:00.0: BIT BIOS found
    [ 1.968689] [drm] nouveau 0000:01:00.0: Bios version 70.10.17.00
    [ 1.968691] [drm] nouveau 0000:01:00.0: TMDS table version 2.0
    [ 1.968824] [drm] nouveau 0000:01:00.0: MXM: no VBIOS data, nothing to do
    [ 1.968825] [drm] nouveau 0000:01:00.0: DCB version 4.0
    [ 1.968827] [drm] nouveau 0000:01:00.0: DCB outp 00: 02000300 00000000
    [ 1.968828] [drm] nouveau 0000:01:00.0: DCB outp 01: 01000302 00020030
    [ 1.968830] [drm] nouveau 0000:01:00.0: DCB outp 02: 04011380 00000000
    [ 1.968831] [drm] nouveau 0000:01:00.0: DCB outp 03: 08011382 00020030
    [ 1.968832] [drm] nouveau 0000:01:00.0: DCB outp 04: 02022362 00020010
    [ 1.968834] [drm] nouveau 0000:01:00.0: DCB conn 00: 00001030
    [ 1.968835] [drm] nouveau 0000:01:00.0: DCB conn 01: 00010130
    [ 1.968836] [drm] nouveau 0000:01:00.0: DCB conn 02: 00002261
    [ 1.968840] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0x69CF
    [ 1.981590] hub 6-0:1.0: USB hub found
    [ 1.981594] hub 6-0:1.0: 5 ports detected
    [ 1.990810] ohci_hcd 0000:00:13.0: OHCI Host Controller
    [ 1.990815] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 7
    [ 1.990825] ohci_hcd 0000:00:13.0: irq 18, io mem 0xfe308000
    [ 1.993669] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0x706F
    [ 2.001030] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0x84CC
    [ 2.001032] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0x84D6
    [ 2.001107] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0x874A
    [ 2.001108] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0x87AF
    [ 2.021077] [drm] nouveau 0000:01:00.0: 0x87AF: Condition still not met after 20ms, skipping following opcodes
    [ 2.022345] [TTM] Zone kernel: Available graphics memory: 8184556 kiB
    [ 2.022346] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
    [ 2.022348] [TTM] Initializing pool allocator
    [ 2.022351] [TTM] Initializing DMA pool allocator
    [ 2.022357] [drm] nouveau 0000:01:00.0: Detected 1536MiB VRAM (GDDR5)
    [ 2.028259] [drm] nouveau 0000:01:00.0: 512 MiB GART (aperture)
    [ 2.032862] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 2.032863] [drm] No driver support for vblank timestamp query.
    [ 2.038267] [drm] nouveau 0000:01:00.0: 0 available performance level(s)
    [ 2.038270] [drm] nouveau 0000:01:00.0: c: core 50MHz shader 101MHz memory 135MHz voltage 963mV fanspeed 50%
    [ 2.048148] hub 7-0:1.0: USB hub found
    [ 2.048153] hub 7-0:1.0: 5 ports detected
    [ 2.057333] ohci_hcd 0000:00:14.5: OHCI Host Controller
    [ 2.057339] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 8
    [ 2.057352] ohci_hcd 0000:00:14.5: irq 18, io mem 0xfe306000
    [ 2.114631] hub 8-0:1.0: USB hub found
    [ 2.114635] hub 8-0:1.0: 2 ports detected
    [ 2.123850] ohci_hcd 0000:00:16.0: OHCI Host Controller
    [ 2.123856] ohci_hcd 0000:00:16.0: new USB bus registered, assigned bus number 9
    [ 2.123865] ohci_hcd 0000:00:16.0: irq 18, io mem 0xfe305000
    [ 2.181148] hub 9-0:1.0: USB hub found
    [ 2.181153] hub 9-0:1.0: 4 ports detected
    [ 2.190648] scsi4 : pata_atiixp
    [ 2.190752] scsi5 : pata_atiixp
    [ 2.190846] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
    [ 2.190847] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
    [ 2.293094] [drm] nouveau 0000:01:00.0: allocated 1920x1080 fb: 0x1e0000, bo ffff88040818f800
    [ 2.293163] fbcon: nouveaufb (fb0) is primary device
    [ 2.335049] Console: switching to colour frame buffer device 160x64
    [ 2.341510] fb0: nouveaufb frame buffer device
    [ 2.341511] drm: registered panic notifier
    [ 2.341514] [drm] Initialized nouveau 1.0.0 20120316 for 0000:01:00.0 on minor 0
    [ 2.360391] ata5.00: ATAPI: TSSTcorp DVDWBD SH-B123L, SB01, max UDMA/100
    [ 2.360395] ata5.00: limited to UDMA/33 due to 40-wire cable
    [ 2.373688] ata5.00: configured for UDMA/33
    [ 2.396639] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2.396693] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2.396744] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2.396801] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2.397615] ata1.00: ATA-7: Hitachi HDT725032VLA380, V54OA58A, max UDMA/133
    [ 2.397625] ata1.00: 625142448 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
    [ 2.398801] ata1.00: configured for UDMA/133
    [ 2.398954] scsi 0:0:0:0: Direct-Access ATA Hitachi HDT72503 V54O PQ: 0 ANSI: 5
    [ 2.404632] ata3.00: ATA-8: WDC WD5003ABYX-01WERA0, 01.01S01, max UDMA/133
    [ 2.404641] ata3.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
    [ 2.405659] ata3.00: configured for UDMA/133
    [ 2.408673] ata4.00: ATA-8: WDC WD5003ABYX-01WERA0, 01.01S01, max UDMA/133
    [ 2.408681] ata4.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
    [ 2.409685] ata4.00: configured for UDMA/133
    [ 2.632821] usb 6-1: new full-speed USB device number 2 using ohci_hcd
    [ 2.749232] Refined TSC clocksource calibration: 3547.662 MHz.
    [ 2.749249] Switching to clocksource tsc
    [ 2.797377] ata2.00: ATA-8: WDC WD20EARS-00MVWB0, 51.0AB51, max UDMA/133
    [ 2.797385] ata2.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
    [ 2.800668] ata2.00: configured for UDMA/133
    [ 2.800848] scsi 1:0:0:0: Direct-Access ATA WDC WD20EARS-00M 51.0 PQ: 0 ANSI: 5
    [ 2.801117] scsi 2:0:0:0: Direct-Access ATA WDC WD5003ABYX-0 01.0 PQ: 0 ANSI: 5
    [ 2.801300] scsi 3:0:0:0: Direct-Access ATA WDC WD5003ABYX-0 01.0 PQ: 0 ANSI: 5
    [ 2.802197] scsi 4:0:0:0: CD-ROM TSSTcorp DVDWBD SH-B123L SB01 PQ: 0 ANSI: 5
    [ 2.808878] input: Logitech G500 as /devices/pci0000:00/0000:00:12.0/usb6/6-1/6-1:1.0/input/input2
    [ 2.808951] generic-usb 0003:046D:C068.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech G500] on usb-0000:00:12.0-1/input0
    [ 2.810014] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    [ 2.810063] sd 1:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
    [ 2.810071] sd 2:0:0:0: [sdc] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    [ 2.810099] sd 1:0:0:0: [sdb] Write Protect is off
    [ 2.810103] sd 3:0:0:0: [sdd] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    [ 2.810108] sd 0:0:0:0: [sda] Write Protect is off
    [ 2.810111] sd 2:0:0:0: [sdc] Write Protect is off
    [ 2.810114] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 2.810117] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
    [ 2.810120] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    [ 2.810131] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.810134] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.810138] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.810150] sd 3:0:0:0: [sdd] Write Protect is off
    [ 2.810152] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
    [ 2.810176] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.813047] sr0: scsi3-mmc drive: 48x/40x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 2.813050] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.813450] sr 4:0:0:0: Attached scsi CD-ROM sr0
    [ 2.815327] sdc: sdc1
    [ 2.815338] sdc: p1 size 1323974656 extends beyond EOD, enabling native capacity
    [ 2.815862] sdc: sdc1
    [ 2.815864] sdc: p1 size 1323974656 extends beyond EOD, truncated
    [ 2.816306] sd 2:0:0:0: [sdc] Attached SCSI disk
    [ 2.820604] sdd: unknown partition table
    [ 2.820852] input: Logitech G500 as /devices/pci0000:00/0000:00:12.0/usb6/6-1/6-1:1.1/input/input3
    [ 2.821030] generic-usb 0003:046D:C068.0002: input,hiddev0,hidraw1: USB HID v1.11 Keyboard [Logitech G500] on usb-0000:00:12.0-1/input1
    [ 2.821049] usbcore: registered new interface driver usbhid
    [ 2.821051] usbhid: USB HID core driver
    [ 2.821054] sd 3:0:0:0: [sdd] Attached SCSI disk
    [ 2.842563] sda: sda1 sda2 < sda5 >
    [ 2.843060] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 2.850498] sdb: sdb1
    [ 2.850966] sd 1:0:0:0: [sdb] Attached SCSI disk
    [ 3.048555] usb 6-2: new full-speed USB device number 3 using ohci_hcd
    [ 3.226120] input: Microsoft Microsoft® SiderWinderTM X4 Keyboard as /devices/pci0000:00/0000:00:12.0/usb6/6-2/6-2:1.0/input/input4
    [ 3.226175] generic-usb 0003:045E:0768.0003: input,hidraw2: USB HID v1.11 Keyboard [Microsoft Microsoft® SiderWinderTM X4 Keyboard] on usb-0000:00:12.0-2/input0
    [ 3.243889] input: Microsoft Microsoft® SiderWinderTM X4 Keyboard as /devices/pci0000:00/0000:00:12.0/usb6/6-2/6-2:1.1/input/input5
    [ 3.243936] generic-usb 0003:045E:0768.0004: input,hidraw3: USB HID v1.11 Keyboard [Microsoft Microsoft® SiderWinderTM X4 Keyboard] on usb-0000:00:12.0-2/input1
    [ 3.490898] usb 7-2: new full-speed USB device number 2 using ohci_hcd
    [ 5.063613] input: Logitech Logitech G930 Headset as /devices/pci0000:00/0000:00:13.0/usb7/7-2/7-2:1.3/input/input6
    [ 5.063736] generic-usb 0003:046D:0A1F.0005: input,hiddev0,hidraw4: USB HID v1.01 Device [Logitech Logitech G930 Headset] on usb-0000:00:13.0-2/input3
    [ 6.475469] ISO 9660 Extensions: RRIP_1991A
    [ 6.597054] loop: module loaded
    [ 7.533161] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 7.538096] device-mapper: uevent: version 1.0.3
    [ 7.538248] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: [email protected]
    [ 7.550379] EXT4-fs (dm-0): mounted filesystem without journal. Opts: (null)
    [ 9.109438] EXT4-fs (dm-1): mounted filesystem without journal. Opts: (null)
    [ 9.971361] EXT4-fs (dm-2): mounted filesystem without journal. Opts: (null)
    [ 13.089291] EXT4-fs (dm-0): re-mounted. Opts: (null)
    [ 14.352119] systemd-udevd[340]: starting version 186
    [ 17.929068] FS-Cache: Loaded
    [ 18.438650] RPC: Registered named UNIX socket transport module.
    [ 18.438652] RPC: Registered udp transport module.
    [ 18.438653] RPC: Registered tcp transport module.
    [ 18.438654] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 18.782016] ACPI: processor limited to max C-state 1
    [ 19.635195] sp5100_tco: SP5100 TCO WatchDog Timer Driver v0.01
    [ 19.635240] sp5100_tco: mmio address 0xbafe00 already in use
    [ 20.204771] input: PC Speaker as /devices/platform/pcspkr/input/input7
    [ 20.640467] EDAC MC: Ver: 2.1.0
    [ 20.777274] powernow-k8: Found 1 AMD Phenom(tm) II X6 1100T Processor (6 cpu cores) (version 2.20.00)
    [ 20.777285] powernow-k8: Core Performance Boosting: on.
    [ 20.777323] powernow-k8: 0 : pstate 0 (3300 MHz)
    [ 20.777324] powernow-k8: 1 : pstate 1 (2500 MHz)
    [ 20.777325] powernow-k8: 2 : pstate 2 (1700 MHz)
    [ 20.777326] powernow-k8: 3 : pstate 3 (800 MHz)
    [ 20.862178] MCE: In-kernel MCE decoding enabled.
    [ 20.879881] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
    [ 20.880685] AMD64 EDAC driver v3.4.0
    [ 20.880940] EDAC amd64: DRAM ECC disabled.
    [ 20.880985] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
    [ 20.880989] Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
    [ 20.880993] (Note that use of the override may cause unknown side effects.)
    [ 21.149386] microcode: CPU0: patch_level=0x010000bf
    [ 21.151641] microcode: failed to load file amd-ucode/microcode_amd.bin
    [ 21.151695] microcode: CPU1: patch_level=0x010000bf
    [ 21.152602] microcode: failed to load file amd-ucode/microcode_amd.bin
    [ 21.152661] microcode: CPU2: patch_level=0x010000bf
    [ 21.153521] microcode: failed to load file amd-ucode/microcode_amd.bin
    [ 21.153564] microcode: CPU3: patch_level=0x010000bf
    [ 21.154417] microcode: failed to load file amd-ucode/microcode_amd.bin
    [ 21.154464] microcode: CPU4: patch_level=0x010000bf
    [ 21.155273] microcode: failed to load file amd-ucode/microcode_amd.bin
    [ 21.155320] microcode: CPU5: patch_level=0x010000bf
    [ 21.156146] microcode: failed to load file amd-ucode/microcode_amd.bin
    [ 21.156367] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 21.398431] NFS: Registering the id_resolver key type
    [ 21.398447] FS-Cache: Netfs 'nfs' registered for caching
    [ 21.398865] systemd-modules-load[343]: Inserted module 'nfs'
    [ 21.848081] usbcore: registered new interface driver snd-usb-audio
    [ 22.019691] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input8
    [ 22.019773] input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input9
    [ 22.019885] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input10
    [ 22.019956] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input11
    [ 22.020013] input: HDA ATI SB Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card0/input12
    [ 22.020063] input: HDA ATI SB Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input13
    [ 22.020191] input: HDA ATI SB Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input14
    [ 22.020309] input: HDA ATI SB Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input15
    [ 22.020776] hda_intel: Disabling MSI
    [ 22.951109] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input16
    [ 22.951340] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input17
    [ 22.951541] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input18
    [ 22.951732] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card2/input19
    [ 23.381688] systemd-vconsole-setup[441]: /usr/bin/loadkeys failed with error code 1.
    [ 23.381709] systemd-vconsole-setup[441]: /usr/bin/setfont failed with error code 1.
    [ 23.727260] EXT4-fs (dm-0): re-mounted. Opts: (null)
    [ 52.336128] raid0: Unknown parameter `raid1'
    [ 55.491171] md: raid0 personality registered for level 0
    [ 56.378538] md: raid1 personality registered for level 1
    [ 72.262557] md: raid10 personality registered for level 10
    [ 398.203893] ISOFS: Unable to identify CD-ROM format.
    [ 398.209523] SQUASHFS error: Can't find a SQUASHFS superblock on sdb
    [ 399.396899] EXT4-fs (sdb): VFS: Can't find ext4 filesystem
    [ 399.418501] EXT4-fs (sdb): VFS: Can't find ext4 filesystem
    [ 399.440053] EXT4-fs (sdb): VFS: Can't find ext4 filesystem
    [ 404.613431] fuse init (API version 7.18)
    [ 521.944483] mdadm: sending ioctl 800c0910 to a partition!
    [ 521.944491] mdadm: sending ioctl 800c0910 to a partition!
    [ 521.944499] mdadm: sending ioctl 1261 to a partition!
    [ 521.944504] mdadm: sending ioctl 1261 to a partition!
    [ 521.944657] mdadm: sending ioctl 1261 to a partition!
    [ 521.944662] mdadm: sending ioctl 1261 to a partition!
    [ 521.944802] mdadm: sending ioctl 1261 to a partition!
    [ 521.944806] mdadm: sending ioctl 1261 to a partition!
    [ 521.944941] mdadm: sending ioctl 1261 to a partition!
    [ 521.944945] mdadm: sending ioctl 1261 to a partition!
    Last edited by Kent (2012-09-21 10:17:41)

    00:00.0 Host bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx0 port B) (rev 02)
    00:02.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port B)
    00:05.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port E)
    00:0a.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx1 port A)
    00:11.0 RAID bus controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 SATA Controller [RAID5 mode] (rev 40)
    00:12.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:12.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
    00:13.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:13.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
    00:14.0 SMBus: Advanced Micro Devices [AMD] nee ATI SBx00 SMBus Controller (rev 42)
    00:14.1 IDE interface: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 IDE Controller (rev 40)
    00:14.2 Audio device: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) (rev 40)
    00:14.3 ISA bridge: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host controller (rev 40)
    00:14.4 PCI bridge: Advanced Micro Devices [AMD] nee ATI SBx00 PCI to PCI Bridge (rev 40)
    00:14.5 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
    00:16.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:16.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
    00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration
    00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Address Map
    00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller
    00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control
    00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Link Control
    01:00.0 VGA compatible controller: NVIDIA Corporation GF110 [GeForce GTX 580] (rev a1)
    01:00.1 Audio device: NVIDIA Corporation GF110 High Definition Audio Controller (rev a1)
    02:00.0 USB controller: Etron Technology, Inc. EJ168 USB 3.0 Host Controller (rev 01)
    03:00.0 Ethernet controller: Broadcom Corporation NetLink BCM57781 Gigabit Ethernet PCIe (rev 10)
    If that's the output of lspci , i don't see any hardware raid controller .
    You are probably using the raid option of a motherboard's sata controller .
    Those controllers typically rely on the cpu for operation, lack a raid bios and need a software driver to access the array.
    lilsirecho' post above should help you to get started.

  • [solved] Arch freezes before login

    Hello there,
    today I restarted my computer after about 4 days uptime to clean the dust and reconnect my DVD derive. For this I removed my radeon graphics card and a usb device I didn't need.
    After cleaning and reconnecting everything I tried to start my computer. My BIOS didn't let me and told me that my hard disk drive was failing and I should back it up and insert a 'proper' boot medium. I didn't really believe it because not so a long time ago I checked this device and it was completly fine. I disconnected the DVD drive and indeed my BIOS let me pass without any trouble.
    But now Arch boots to the login shell and just freezes. I only get enough time to enter the first few letters of my username. Before the boot screen clears for the login screen I always get a glance on a error about my graphics card (a radeon hd 6850, I use the radeon driver) and another device and that they are initialized in a generic mode or something. Couldn't find anything in the logs about that.
    Here are they and I hope someone is able to help:
    errors.log;
    Apr 10 11:00:32 localhost kernel: [13239.127128] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 10 11:00:32 localhost kernel: [13239.230302] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 10 11:00:32 localhost kernel: [13239.333550] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 10 11:29:11 localhost /usr/sbin/crond[757]: (CRON) INFO (Syslog will be used instead of sendmail.): No such file or directory
    Apr 10 11:29:12 localhost kernel: [ 5.247408] SP5100 TCO timer: mmio address 0xfec000f0 already in use
    Apr 10 11:29:13 localhost dhcpcd[661]: eth0: sendmsg: Cannot assign requested address
    Apr 10 11:39:02 localhost kernel: [ 600.497461] sd 6:0:0:0: [sdb] No Caching mode page present
    Apr 10 11:39:02 localhost kernel: [ 600.497466] sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Apr 10 11:39:02 localhost kernel: [ 600.500091] sd 6:0:0:0: [sdb] No Caching mode page present
    Apr 10 11:39:02 localhost kernel: [ 600.500095] sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Apr 10 11:39:02 localhost kernel: [ 600.656186] sd 6:0:0:0: [sdb] No Caching mode page present
    Apr 10 11:39:02 localhost kernel: [ 600.656190] sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Apr 10 15:41:56 localhost kernel: [ 5876.442283] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 10 15:41:56 localhost kernel: [ 5876.544457] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 10 15:41:56 localhost kernel: [ 5876.647780] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 10 23:27:41 localhost kernel: [16940.661233] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 10 23:27:41 localhost kernel: [16940.766765] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 10 23:27:41 localhost kernel: [16940.869935] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 11 17:21:00 localhost kernel: [20588.434135] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 11 17:21:00 localhost kernel: [20588.435869] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 11 17:21:00 localhost kernel: [20588.539596] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 11 19:02:41 localhost kernel: [25592.893677] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 11 19:02:41 localhost kernel: [25592.995809] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 11 19:02:41 localhost kernel: [25593.099094] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 11 19:05:39 localhost ata_id[12267]: HDIO_GET_IDENTITY failed for '/dev/sdb': Invalid argument
    Apr 11 19:07:59 localhost kernel: [25917.827291] sd 8:0:0:0: [sdc] No Caching mode page present
    Apr 11 19:07:59 localhost kernel: [25917.827295] sd 8:0:0:0: [sdc] Assuming drive cache: write through
    Apr 11 19:07:59 localhost kernel: [25917.830813] sd 8:0:0:0: [sdc] No Caching mode page present
    Apr 11 19:07:59 localhost kernel: [25917.830817] sd 8:0:0:0: [sdc] Assuming drive cache: write through
    Apr 11 19:07:59 localhost kernel: [25917.906660] sd 8:0:0:0: [sdc] No Caching mode page present
    Apr 11 19:07:59 localhost kernel: [25917.906664] sd 8:0:0:0: [sdc] Assuming drive cache: write through
    Apr 11 19:31:46 localhost ata_id[23321]: HDIO_GET_IDENTITY failed for '/dev/sdb': Invalid argument
    Apr 11 19:31:48 localhost ata_id[23349]: HDIO_GET_IDENTITY failed for '/dev/sdb': Invalid argument
    Apr 11 19:31:49 localhost ata_id[23358]: HDIO_GET_IDENTITY failed for '/dev/sdb': Invalid argument
    Apr 12 10:31:46 localhost kernel: [41074.655485] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 12 10:31:46 localhost kernel: [41074.757712] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 12 10:31:46 localhost kernel: [41074.860847] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 12 17:27:02 localhost kernel: [43038.005295] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 12 17:27:02 localhost kernel: [43038.107420] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 12 17:27:02 localhost kernel: [43038.210662] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 12 18:03:40 localhost kernel: [45244.094026] hub 6-0:1.0: port 2 disabled by hub (EMI?), re-enabling...
    Apr 12 22:57:48 localhost kernel: [46996.101540] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 12 22:57:48 localhost kernel: [46996.203669] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 12 22:57:48 localhost kernel: [46996.306895] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 13 06:48:04 localhost kernel: [49544.131279] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 13 06:48:04 localhost kernel: [49544.233392] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 13 06:48:04 localhost kernel: [49544.234948] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 13 10:22:52 localhost kernel: [50732.517856] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 13 10:22:52 localhost kernel: [50732.620028] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 13 10:22:52 localhost kernel: [50732.723191] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 13 10:24:40 localhost kernel: [50848.424796] sd 9:0:0:0: [sdb] No Caching mode page present
    Apr 13 10:24:40 localhost kernel: [50848.424800] sd 9:0:0:0: [sdb] Assuming drive cache: write through
    Apr 13 10:24:40 localhost kernel: [50848.427413] sd 9:0:0:0: [sdb] No Caching mode page present
    Apr 13 10:24:40 localhost kernel: [50848.427417] sd 9:0:0:0: [sdb] Assuming drive cache: write through
    Apr 13 10:24:40 localhost kernel: [50848.515912] sd 9:0:0:0: [sdb] No Caching mode page present
    Apr 13 10:24:40 localhost kernel: [50848.515916] sd 9:0:0:0: [sdb] Assuming drive cache: write through
    Apr 13 19:52:08 localhost kernel: [81867.864800] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 13 19:52:08 localhost kernel: [81867.966901] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 13 19:52:08 localhost kernel: [81868.070164] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 14 03:47:04 localhost kernel: [88628.314034] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 14 03:47:04 localhost kernel: [88628.416250] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 14 03:47:04 localhost kernel: [88628.522848] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 14 16:52:01 localhost kernel: [88690.920669] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 14 16:52:01 localhost kernel: [88690.922415] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 14 16:52:01 localhost kernel: [88690.924031] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    pacman.log
    [2012-04-10 11:46] Running 'pacman-color -Syu'
    [2012-04-10 11:46] synchronizing package lists
    [2012-04-10 11:46] starting full system upgrade
    [2012-04-10 11:46] upgraded akonadi (1.7.1-1 -> 1.7.2-1)
    [2012-04-10 11:46] upgraded arch-wiki-docs (20111219-1 -> 20120410-1)
    [2012-04-10 11:46] upgraded girara-common (0.1.1-1 -> 0.1.2-1)
    [2012-04-10 11:46] upgraded girara-gtk2 (0.1.1-1 -> 0.1.2-1)
    [2012-04-10 11:47] upgraded gparted (0.12.0-2 -> 0.12.1-1)
    [2012-04-10 11:47] unregistering X11-1.5.0.1 would break the following packages: xmonad-0.10 (ignoring)
    [2012-04-10 11:47] Reading package info from stdin ... done.
    [2012-04-10 11:47] --read-interface=array-0.4.0.0,array-0.4.0.0/array.haddock --read-interface=base-4.5.0.0,base-4.5.0.0/base.haddock --read-interface=binary-0.5.1.0,binary-0.5.1.0/binary.haddock --read-interface=bin-package-db-0.0.0.0,bin-package-db-0.0.0.0/bin-package-db.haddock --read-interface=bytestring-0.9.2.1,bytestring-0.9.2.1/bytestring.haddock --read-interface=Cabal-1.14.0,Cabal-1.14.0/Cabal.haddock --read-interface=containers-0.4.2.1,containers-0.4.2.1/containers.haddock --read-interface=deepseq-1.3.0.0,deepseq-1.3.0.0/deepseq.haddock --read-interface=directory-1.1.0.2,directory-1.1.0.2/directory.haddock --read-interface=extensible-exceptions-0.1.1.4,extensible-exceptions-0.1.1.4/extensible-exceptions.haddock --read-interface=filepath-1.3.0.0,filepath-1.3.0.0/filepath.haddock --read-interface=ghc-prim-0.2.0.0,ghc-prim-0.2.0.0/ghc-prim.haddock --read-interface=haskell2010-1.1.0.1,haskell2010-1.1.0.1/haskell2010.haddock --read-interface=haskell98-2.0.0.1,haskell98-2.0.0.1/haskell98.haddock --read-interface=hoopl-3.8.7.3,hoopl-3.8.7.3/hoopl.haddock --read-interface=hpc-0.5.1.1,hpc-0.5.1.1/hpc.haddock --read-interface=integer-gmp-0.4.0.0,integer-gmp-0.4.0.0/integer-gmp.haddock --read-interface=mtl,mtl/mtl.haddock --read-interface=old-locale-1.0.0.4,old-locale-1.0.0.4/old-locale.haddock --read-interface=old-time-1.1.0.0,old-time-1.1.0.0/old-time.haddock --read-interface=pretty-1.1.1.0,pretty-1.1.1.0/pretty.haddock --read-interface=process-1.1.0.1,process-1.1.0.1/process.haddock --read-interface=syb,syb/syb.haddock --read-interface=template-haskell-2.7.0.0,template-haskell-2.7.0.0/template-haskell.haddock --read-interface=time-1.4,time-1.4/time.haddock --read-interface=transformers,transformers/transformers.haddock --read-interface=unix-2.5.1.0,unix-2.5.1.0/unix.haddock --read-interface=utf8-string,utf8-string/utf8-string.haddock --read-interface=X11,X11/X11.haddock
    [2012-04-10 11:47] upgraded haskell-x11 (1.5.0.1-2 -> 1.5.0.1-3)
    [2012-04-10 11:47] upgraded mpd (0.16.7-3 -> 0.16.8-2)
    [2012-04-10 11:47] upgraded zathura (0.1.1-4 -> 0.1.2-1)
    [2012-04-10 15:58] Running 'pacman-color -Syu'
    [2012-04-10 15:58] synchronizing package lists
    [2012-04-10 15:59] starting full system upgrade
    [2012-04-10 15:59] upgraded vim-runtime (7.3.475-1 -> 7.3.495-1)
    [2012-04-10 15:59] upgraded gvim (7.3.475-1 -> 7.3.495-1)
    [2012-04-10 16:22] Running 'pacman-color -Syu'
    [2012-04-10 16:22] synchronizing package lists
    [2012-04-10 16:22] starting full system upgrade
    [2012-04-11 00:27] Running 'pacman-color -Syu'
    [2012-04-11 00:27] synchronizing package lists
    [2012-04-11 00:27] starting full system upgrade
    [2012-04-11 00:28] upgraded libpciaccess (0.13-1 -> 0.13.1-1)
    [2012-04-11 00:28] upgraded lib32-libpciaccess (0.13-1 -> 0.13.1-1)
    [2012-04-11 00:28] upgraded xorg-server-common (1.12.0.901-1 -> 1.12.0.902-1)
    [2012-04-11 00:28] upgraded xorg-server (1.12.0.901-1 -> 1.12.0.902-1)
    [2012-04-11 17:24] Running 'pacman-color -Syu'
    [2012-04-11 17:24] synchronizing package lists
    [2012-04-11 17:25] Running 'pacman-color -Syu'
    [2012-04-11 17:25] synchronizing package lists
    [2012-04-11 17:25] Running 'pacman-color -Rns gcc-libs-multilib'
    [2012-04-11 17:25] Running 'pacman-color -Syu gcc-libs'
    [2012-04-11 17:25] synchronizing package lists
    [2012-04-11 17:26] Running 'pacman-color -S pacman'
    [2012-04-11 17:26] upgraded pacman (4.0.2-1 -> 4.0.3-1)
    [2012-04-11 17:26] Running 'pacman-color -Syu'
    [2012-04-11 17:26] synchronizing package lists
    [2012-04-11 17:26] starting full system upgrade
    [2012-04-11 17:26] Users no longer need to be in the 'camera' group to use camera devices
    [2012-04-11 17:26] upgraded libgphoto2 (2.4.13-1 -> 2.4.13-2)
    [2012-04-11 17:26] upgraded ntfs-3g (2012.1.15-1 -> 2012.1.15-2)
    [2012-04-11 17:26] upgraded perl-list-moreutils (0.33-1 -> 0.33-2)
    [2012-04-11 17:26] Updating vim help tags...done.
    [2012-04-11 17:26] upgraded vim-bufexplorer (7.2.8-4 -> 7.2.8-5)
    [2012-04-11 17:26] upgraded vim-colorsamplerpack (8.03-2 -> 8.03-3)
    [2012-04-11 17:26] upgraded vim-doxygentoolkit (0.2.13-1 -> 0.2.13-2)
    [2012-04-11 17:40] Running 'pacman-color -Syu'
    [2012-04-11 17:40] synchronizing package lists
    [2012-04-11 17:40] starting full system upgrade
    [2012-04-11 17:41] Running 'pacman -U /home/jonas/opera-next/opera-next-12.00_1362-1-x86_64.pkg.tar.xz'
    [2012-04-11 17:41] upgraded opera-next (12.00_1359-1 -> 12.00_1362-1)
    [2012-04-11 20:56] Running 'pacman-color -Syu'
    [2012-04-11 20:56] synchronizing package lists
    [2012-04-11 20:56] starting full system upgrade
    [2012-04-11 20:58] upgraded lib32-gcc-libs (4.7.0-3 -> 4.7.0-4)
    [2012-04-11 20:58] upgraded gcc-libs-multilib (4.7.0-3 -> 4.7.0-4)
    [2012-04-11 20:58] upgraded gcc-multilib (4.7.0-3 -> 4.7.0-4)
    [2012-04-11 20:58] upgraded vimpager (1.6.7-1 -> 1.6.8-1)
    [2012-04-11 21:09] Running 'pacman-color -Syu'
    [2012-04-11 21:09] synchronizing package lists
    [2012-04-11 21:09] starting full system upgrade
    [2012-04-11 21:11] Running 'pacman -U /home/jonas/pacman-color-testing/pacman-color-testing-4.0.3-1-x86_64.pkg.tar.xz'
    [2012-04-11 21:11] upgraded pacman-color-testing (4.0.2-1 -> 4.0.3-1)
    [2012-04-12 17:46] Running 'pacman -S --asdeps libqtgtl libpqxx freetds fftw libspnav automoc4 boost cmake eigen pstoedit libwpg create-svn libgsf'
    [2012-04-12 17:46] Running 'pacman -S --asdeps llvm opengtl'
    [2012-04-12 17:47] installed llvm (3.0-2)
    [2012-04-12 17:47] installed opengtl (0.9.16-1)
    [2012-04-12 17:47] Running 'pacman -S --asdeps cmake'
    [2012-04-12 17:48] installed cmake (2.8.7-2)
    [2012-04-12 17:48] Running 'pacman -U /home/jonas/calligra-filters-git/libqtgtl/libqtgtl-0.9.2-1-x86_64.pkg.tar.xz'
    [2012-04-12 18:07] installed libqtgtl (0.9.2-1)
    [2012-04-12 18:07] Running 'pacman -S --asdeps libpqxx freetds fftw libspnav automoc4 boost eigen pstoedit libwpg create-svn libgsf'
    [2012-04-12 18:08] Running 'pacman -U /home/jonas/calligra-filters-git/libspnav/libspnav-0.2.2-2-x86_64.pkg.tar.xz'
    [2012-04-12 18:12] installed libspnav (0.2.2-2)
    [2012-04-12 18:26] Running 'pacman -S --asdeps libpqxx freetds fftw automoc4 boost eigen pstoedit libwpg create-svn libgsf'
    [2012-04-12 18:26] Running 'pacman-color -Syu'
    [2012-04-12 18:26] synchronizing package lists
    [2012-04-12 18:26] starting full system upgrade
    [2012-04-12 18:31] upgraded consolekit (0.4.5-2 -> 0.4.6-1)
    [2012-04-12 18:31] upgraded libwbclient (3.6.3-4 -> 3.6.4-1)
    [2012-04-12 18:31] upgraded mkinitcpio (0.8.6-2 -> 0.8.7-1)
    [2012-04-12 18:31] upgraded smbclient (3.6.3-4 -> 3.6.4-1)
    [2012-04-12 18:31] upgraded transmission-cli (2.50-1 -> 2.51-1)
    [2012-04-12 18:31] upgraded udev (181-9 -> 182-1)
    [2012-04-13 11:31] Running 'pacman-color -D --asdeps libqtgtl libspnav'
    [2012-04-13 11:35] Running 'pacman -S --asdeps sdl_image'
    [2012-04-13 11:35] installed sdl_image (1.2.12-2)
    [2012-04-13 11:38] Running 'pacman -U /home/jonas/flare-rpg/flare-rpg-0.15.1-2-x86_64.pkg.tar.xz'
    [2012-04-13 11:40] installed flare-rpg (0.15.1-2)
    [2012-04-13 13:49] Running 'pacman-color -Syu rtorrent'
    [2012-04-13 13:49] synchronizing package lists
    [2012-04-13 13:49] starting full system upgrade
    [2012-04-13 13:49] installed libtorrent (0.12.9-1)
    [2012-04-13 13:49] installed xmlrpc-c (1:1.29.2-1)
    [2012-04-13 13:49] installed rtorrent (0.8.9-2)
    [2012-04-13 13:49] upgraded consolekit (0.4.6-1 -> 0.4.6-2)
    [2012-04-13 13:49] upgraded flashplugin (11.2.202.228-1 -> 11.2.202.233-1)
    [2012-04-13 13:49] upgraded libmysqlclient (5.5.22-1 -> 5.5.23-1)
    [2012-04-13 13:49] upgraded mysql-clients (5.5.22-1 -> 5.5.23-1)
    [2012-04-13 13:49] upgraded mysql (5.5.22-1 -> 5.5.23-1)
    [2012-04-13 13:51] Running 'pacman-color -Rns rtorrent'
    [2012-04-13 13:51] removed rtorrent (0.8.9-2)
    [2012-04-13 13:51] removed xmlrpc-c (1:1.29.2-1)
    [2012-04-13 13:51] removed libtorrent (0.12.9-1)
    [2012-04-13 13:55] Running 'pacman -U /home/jonas/transmission-gtk2/transmission-gtk2-2.51-1-x86_64.pkg.tar.xz'
    [2012-04-13 13:55] installed transmission-gtk2 (2.51-1)
    [2012-04-13 13:56] Running 'pacman-color -Rns transmission-cli'
    [2012-04-13 13:56] removed transmission-cli (2.51-1)
    [2012-04-13 16:32] Running 'pacman-color -Syu'
    [2012-04-13 16:32] synchronizing package lists
    [2012-04-13 16:32] starting full system upgrade
    [2012-04-13 18:27] Running 'pacman-color -Scc'
    [2012-04-13 18:27] Running 'pacman-color -Sc'
    [2012-04-13 18:32] Running 'pacman-color -Rns 0ad'
    [2012-04-13 18:32] removed 0ad (a9-1)
    [2012-04-13 18:32] removed gamin (0.1.10-6)
    [2012-04-13 18:32] removed enet (1.3.3-2)
    [2012-04-13 18:32] removed 0ad-data (a9-1)
    [2012-04-13 18:32] Running 'pacman-color -Sc'
    [2012-04-14 18:14] Running 'pacman-color -Syu'
    [2012-04-14 18:14] synchronizing package lists
    [2012-04-14 18:14] starting full system upgrade
    [2012-04-14 18:14] upgraded dbus-core (1.4.16-1 -> 1.4.20-2)
    [2012-04-14 18:14] upgraded dbus (1.4.16-1 -> 1.4.20-1)
    [2012-04-14 18:14] upgraded dbus-python (0.84.0-1 -> 1.0.0-1)
    [2012-04-14 18:14] upgraded garcon (0.1.11-1 -> 0.1.12-1)
    [2012-04-14 18:14] upgraded mkinitcpio (0.8.7-1 -> 0.8.7-2)
    [2012-04-14 18:14] upgraded qt (4.8.1-1 -> 4.8.1-2)
    [2012-04-14 18:15] upgraded wine (1.5.1-1 -> 1.5.2-1)
    [2012-04-14 18:15] upgraded xorg-server-common (1.12.0.902-1 -> 1.12.1-1)
    [2012-04-14 18:15] upgraded xorg-server (1.12.0.902-1 -> 1.12.1-1)
    dmesg;
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.3.1-1-ARCH (tobias@T-POWA-LX) (gcc version 4.6.3 (GCC) ) #1 SMP PREEMPT Tue Apr 3 06:46:17 UTC 2012
    [ 0.000000] Command line: root=/dev/disk/by-label/archroot ro
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    [ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000e6000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 00000000cfe90000 (usable)
    [ 0.000000] BIOS-e820: 00000000cfe90000 - 00000000cfea8000 (ACPI data)
    [ 0.000000] BIOS-e820: 00000000cfea8000 - 00000000cfed0000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000cfed0000 - 00000000cff00000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
    [ 0.000000] BIOS-e820: 0000000100000000 - 0000000430000000 (usable)
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI present.
    [ 0.000000] DMI: System manufacturer System Product Name/M4A79T Deluxe, BIOS 3205 06/07/2010
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] No AGP bridge found
    [ 0.000000] last_pfn = 0x430000 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-EFFFF uncachable
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back
    [ 0.000000] 1 base 000080000000 mask FFFFC0000000 write-back
    [ 0.000000] 2 base 0000C0000000 mask FFFFF0000000 write-back
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] TOM2: 0000000430000000 aka 17152M
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820 update range: 00000000d0000000 - 0000000100000000 (usable) ==> (reserved)
    [ 0.000000] last_pfn = 0xcfe90 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [ffff8800000ff780] ff780
    [ 0.000000] initial memory mapped : 0 - 20000000
    [ 0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
    [ 0.000000] Using GB pages for direct mapping
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000cfe90000
    [ 0.000000] 0000000000 - 00c0000000 page 1G
    [ 0.000000] 00c0000000 - 00cfe00000 page 2M
    [ 0.000000] 00cfe00000 - 00cfe90000 page 4k
    [ 0.000000] kernel direct mapping tables up to cfe90000 @ 1fffd000-20000000
    [ 0.000000] init_memory_mapping: 0000000100000000-0000000430000000
    [ 0.000000] 0100000000 - 0400000000 page 1G
    [ 0.000000] 0400000000 - 0430000000 page 2M
    [ 0.000000] kernel direct mapping tables up to 430000000 @ cfe8e000-cfe90000
    [ 0.000000] RAMDISK: 37d2b000 - 37ff0000
    [ 0.000000] ACPI: RSDP 00000000000fb860 00014 (v00 ACPIAM)
    [ 0.000000] ACPI: RSDT 00000000cfe90000 0003C (v01 060710 RSDT1948 20100607 MSFT 00000097)
    [ 0.000000] ACPI: FACP 00000000cfe90200 00084 (v01 060710 FACP1948 20100607 MSFT 00000097)
    [ 0.000000] ACPI Warning: Optional field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20120111/tbfadt-579)
    [ 0.000000] ACPI: DSDT 00000000cfe90450 0E856 (v01 A1160 A1160000 00000000 INTL 20060113)
    [ 0.000000] ACPI: FACS 00000000cfea8000 00040
    [ 0.000000] ACPI: APIC 00000000cfe90390 0007C (v01 060710 APIC1948 20100607 MSFT 00000097)
    [ 0.000000] ACPI: MCFG 00000000cfe90410 0003C (v01 060710 OEMMCFG 20100607 MSFT 00000097)
    [ 0.000000] ACPI: OEMB 00000000cfea8040 00072 (v01 060710 OEMB1948 20100607 MSFT 00000097)
    [ 0.000000] ACPI: SRAT 00000000cfe9f450 000E8 (v03 AMD FAM_F_10 00000002 AMD 00000001)
    [ 0.000000] ACPI: HPET 00000000cfe9f540 00038 (v01 060710 OEMHPET 20100607 MSFT 00000097)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0
    [ 0.000000] SRAT: PXM 0 -> APIC 0x01 -> Node 0
    [ 0.000000] SRAT: PXM 0 -> APIC 0x02 -> Node 0
    [ 0.000000] SRAT: PXM 0 -> APIC 0x03 -> Node 0
    [ 0.000000] SRAT: Node 0 PXM 0 0-a0000
    [ 0.000000] SRAT: Node 0 PXM 0 100000-d0000000
    [ 0.000000] SRAT: Node 0 PXM 0 100000000-430000000
    [ 0.000000] NUMA: Node 0 [0,a0000) + [100000,d0000000) -> [0,d0000000)
    [ 0.000000] NUMA: Node 0 [0,d0000000) + [100000000,430000000) -> [0,430000000)
    [ 0.000000] Initmem setup node 0 0000000000000000-0000000430000000
    [ 0.000000] NODE_DATA [000000042fffb000 - 000000042fffffff]
    [ 0.000000] [ffffea0000000000-ffffea0010bfffff] PMD -> [ffff88041f600000-ffff88042f5fffff] on node 0
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] DMA32 0x00001000 -> 0x00100000
    [ 0.000000] Normal 0x00100000 -> 0x00430000
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] Early memory PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009f
    [ 0.000000] 0: 0x00000100 -> 0x000cfe90
    [ 0.000000] 0: 0x00100000 -> 0x00430000
    [ 0.000000] On node 0 totalpages: 4193823
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 5 pages reserved
    [ 0.000000] DMA zone: 3914 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 16320 pages used for memmap
    [ 0.000000] DMA32 zone: 831184 pages, LIFO batch:31
    [ 0.000000] Normal zone: 52224 pages used for memmap
    [ 0.000000] Normal zone: 3290112 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x84] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x85] disabled)
    [ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8300 base: 0xfed00000
    [ 0.000000] SMP: Allowing 6 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e6000
    [ 0.000000] PM: Registered nosave memory: 00000000000e6000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 00000000cfe90000 - 00000000cfea8000
    [ 0.000000] PM: Registered nosave memory: 00000000cfea8000 - 00000000cfed0000
    [ 0.000000] PM: Registered nosave memory: 00000000cfed0000 - 00000000cff00000
    [ 0.000000] PM: Registered nosave memory: 00000000cff00000 - 00000000fff00000
    [ 0.000000] PM: Registered nosave memory: 00000000fff00000 - 0000000100000000
    [ 0.000000] Allocating PCI resources starting at cff00000 (gap: cff00000:30000000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:6 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88042fc00000 s82176 r8192 d24320 u262144
    [ 0.000000] pcpu-alloc: s82176 r8192 d24320 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 - -
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4125210
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: root=/dev/disk/by-label/archroot ro
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Node 0: aperture @ c4000000 size 32 MB
    [ 0.000000] Aperture pointing to e820 RAM. Ignoring.
    [ 0.000000] Your BIOS doesn't leave a aperture memory hole
    [ 0.000000] Please enable the IOMMU option in the BIOS setup
    [ 0.000000] This costs you 64 MB of RAM
    [ 0.000000] Mapping aperture over 65536 KB of RAM @ c4000000
    [ 0.000000] PM: Registered nosave memory: 00000000c4000000 - 00000000c8000000
    [ 0.000000] Memory: 16366888k/17563648k available (4507k kernel code, 788356k absent, 408404k reserved, 4315k data, 732k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:4352 nr_irqs:728 16
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 67108864 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.000000] Detected 3210.762 MHz processor.
    [ 0.003336] Calibrating delay loop (skipped), value calculated using timer frequency.. 6424.08 BogoMIPS (lpj=10702540)
    [ 0.003340] pid_max: default: 32768 minimum: 301
    [ 0.003356] Security Framework initialized
    [ 0.003360] AppArmor: AppArmor disabled by boot time parameter
    [ 0.004359] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
    [ 0.009978] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.011818] Mount-cache hash table entries: 256
    [ 0.011918] Initializing cgroup subsys cpuacct
    [ 0.011920] Initializing cgroup subsys memory
    [ 0.011926] Initializing cgroup subsys devices
    [ 0.011928] Initializing cgroup subsys freezer
    [ 0.011929] Initializing cgroup subsys net_cls
    [ 0.011931] Initializing cgroup subsys blkio
    [ 0.011952] tseg: 0000000000
    [ 0.011963] CPU: Physical Processor ID: 0
    [ 0.011964] CPU: Processor Core ID: 0
    [ 0.011966] mce: CPU supports 6 MCE banks
    [ 0.012513] ACPI: Core revision 20120111
    [ 0.016673] ftrace: allocating 17413 entries in 69 pages
    [ 0.023719] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.058830] CPU0: AMD Phenom(tm) II X4 840 Processor stepping 03
    [ 0.059996] Performance Events: AMD PMU driver.
    [ 0.059996] ... version: 0
    [ 0.059996] ... bit width: 48
    [ 0.059996] ... generic registers: 4
    [ 0.059996] ... value mask: 0000ffffffffffff
    [ 0.059996] ... max period: 00007fffffffffff
    [ 0.059996] ... fixed-purpose events: 0
    [ 0.059996] ... event mask: 000000000000000f
    [ 0.076711] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.103360] Booting Node 0, Processors #1
    [ 0.103363] smpboot cpu 1: start_ip = 9a000
    [ 0.116684] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.136704] #2
    [ 0.136706] smpboot cpu 2: start_ip = 9a000
    [ 0.150015] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.170030] #3
    [ 0.170032] smpboot cpu 3: start_ip = 9a000
    [ 0.183357] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.190007] Brought up 4 CPUs
    [ 0.190010] Total of 4 processors activated (25696.35 BogoMIPS).
    [ 0.190521] devtmpfs: initialized
    [ 0.191849] PM: Registering ACPI NVS region at cfea8000 (163840 bytes)
    [ 0.191849] NET: Registered protocol family 16
    [ 0.191849] node 0 link 0: io port [1000, ffffff]
    [ 0.191849] TOM: 00000000d0000000 aka 3328M
    [ 0.191849] Fam 10h mmconf [mem 0xe0000000-0xefffffff]
    [ 0.191849] node 0 link 0: mmio [e0000000, efffffff] ==> none
    [ 0.191849] node 0 link 0: mmio [f0000000, ffffffff]
    [ 0.191849] node 0 link 0: mmio [a0000, bffff]
    [ 0.191849] node 0 link 0: mmio [d0000000, dfffffff]
    [ 0.191849] TOM2: 0000000430000000 aka 17152M
    [ 0.191849] bus: [00, 07] on node 0 link 0
    [ 0.191849] bus: 00 index 0 [io 0x0000-0xffff]
    [ 0.191849] bus: 00 index 1 [mem 0xf0000000-0xffffffff]
    [ 0.191849] bus: 00 index 2 [mem 0x000a0000-0x000bffff]
    [ 0.191849] bus: 00 index 3 [mem 0xd0000000-0xdfffffff]
    [ 0.191849] bus: 00 index 4 [mem 0x430000000-0xfcffffffff]
    [ 0.191849] ACPI: bus type pci registered
    [ 0.191849] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.191849] PCI: not using MMCONFIG
    [ 0.191849] PCI: Using configuration type 1 for base access
    [ 0.191849] PCI: Using configuration type 1 for extended access
    [ 0.191849] mtrr: your CPUs had inconsistent fixed MTRR settings
    [ 0.191849] mtrr: probably your BIOS does not setup all CPUs.
    [ 0.191849] mtrr: corrected configuration.
    [ 0.193356] bio: create slab <bio-0> at 0
    [ 0.193359] ACPI: Added _OSI(Module Device)
    [ 0.193359] ACPI: Added _OSI(Processor Device)
    [ 0.193359] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.193359] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.194088] ACPI: EC: Look up EC in DSDT
    [ 0.195267] ACPI: Executed 3 blocks of module-level executable AML code
    [ 0.263709] ACPI: Interpreter enabled
    [ 0.263714] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.263732] ACPI: Using IOAPIC for interrupt routing
    [ 0.263752] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.264484] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.284239] ACPI: No dock devices found.
    [ 0.284239] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.284239] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.284239] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.284239] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff]
    [ 0.284239] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.284239] pci_root PNP0A03:00: host bridge window [mem 0x000d0000-0x000dffff]
    [ 0.284239] pci_root PNP0A03:00: host bridge window [mem 0xcff00000-0xdfffffff]
    [ 0.284239] pci_root PNP0A03:00: host bridge window [mem 0xf0000000-0xfebfffff]
    [ 0.284239] PCI host bridge to bus 0000:00
    [ 0.284239] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.284239] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.284239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.284239] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
    [ 0.284239] pci_bus 0000:00: root bus resource [mem 0xcff00000-0xdfffffff]
    [ 0.284239] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff]
    [ 0.284246] pci 0000:00:00.0: [1002:5956] type 0 class 0x000600
    [ 0.284258] pci 0000:00:00.0: reg 1c: [mem 0xe0000000-0xffffffff 64bit]
    [ 0.284295] pci 0000:00:02.0: [1002:5978] type 1 class 0x000604
    [ 0.284329] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
    [ 0.284346] pci 0000:00:06.0: [1002:597c] type 1 class 0x000604
    [ 0.284380] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
    [ 0.284393] pci 0000:00:07.0: [1002:597d] type 1 class 0x000604
    [ 0.284426] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
    [ 0.284455] pci 0000:00:11.0: [1002:4390] type 0 class 0x000101
    [ 0.284474] pci 0000:00:11.0: reg 10: [io 0xb000-0xb007]
    [ 0.284484] pci 0000:00:11.0: reg 14: [io 0xa000-0xa003]
    [ 0.284493] pci 0000:00:11.0: reg 18: [io 0x9000-0x9007]
    [ 0.284502] pci 0000:00:11.0: reg 1c: [io 0x8000-0x8003]
    [ 0.284512] pci 0000:00:11.0: reg 20: [io 0x7000-0x700f]
    [ 0.284521] pci 0000:00:11.0: reg 24: [mem 0xfbcfe400-0xfbcfe7ff]
    [ 0.284541] pci 0000:00:11.0: set SATA to AHCI mode
    [ 0.284589] pci 0000:00:12.0: [1002:4397] type 0 class 0x000c03
    [ 0.284602] pci 0000:00:12.0: reg 10: [mem 0xfbcf6000-0xfbcf6fff]
    [ 0.284667] pci 0000:00:12.1: [1002:4398] type 0 class 0x000c03
    [ 0.284680] pci 0000:00:12.1: reg 10: [mem 0xfbcf7000-0xfbcf7fff]
    [ 0.284750] pci 0000:00:12.2: [1002:4396] type 0 class 0x000c03
    [ 0.284769] pci 0000:00:12.2: reg 10: [mem 0xfbcfe800-0xfbcfe8ff]
    [ 0.284853] pci 0000:00:12.2: supports D1 D2
    [ 0.284854] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    [ 0.284878] pci 0000:00:13.0: [1002:4397] type 0 class 0x000c03
    [ 0.284891] pci 0000:00:13.0: reg 10: [mem 0xfbcfc000-0xfbcfcfff]
    [ 0.284956] pci 0000:00:13.1: [1002:4398] type 0 class 0x000c03
    [ 0.284969] pci 0000:00:13.1: reg 10: [mem 0xfbcfd000-0xfbcfdfff]
    [ 0.285039] pci 0000:00:13.2: [1002:4396] type 0 class 0x000c03
    [ 0.285058] pci 0000:00:13.2: reg 10: [mem 0xfbcfec00-0xfbcfecff]
    [ 0.285142] pci 0000:00:13.2: supports D1 D2
    [ 0.285143] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    [ 0.285169] pci 0000:00:14.0: [1002:4385] type 0 class 0x000c05
    [ 0.286657] pci 0000:00:14.1: [1002:439c] type 0 class 0x000101
    [ 0.286673] pci 0000:00:14.1: reg 10: [io 0x0000-0x0007]
    [ 0.286682] pci 0000:00:14.1: reg 14: [io 0x0000-0x0003]
    [ 0.286691] pci 0000:00:14.1: reg 18: [io 0x0000-0x0007]
    [ 0.286701] pci 0000:00:14.1: reg 1c: [io 0x0000-0x0003]
    [ 0.286710] pci 0000:00:14.1: reg 20: [io 0xff00-0xff0f]
    [ 0.286768] pci 0000:00:14.2: [1002:4383] type 0 class 0x000403
    [ 0.286789] pci 0000:00:14.2: reg 10: [mem 0xfbcf8000-0xfbcfbfff 64bit]
    [ 0.286856] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    [ 0.286871] pci 0000:00:14.3: [1002:439d] type 0 class 0x000601
    [ 0.286948] pci 0000:00:14.4: [1002:4384] type 1 class 0x000604
    [ 0.286990] pci 0000:00:14.5: [1002:4399] type 0 class 0x000c03
    [ 0.287003] pci 0000:00:14.5: reg 10: [mem 0xfbcff000-0xfbcfffff]
    [ 0.287071] pci 0000:00:18.0: [1022:1200] type 0 class 0x000600
    [ 0.287088] pci 0000:00:18.1: [1022:1201] type 0 class 0x000600
    [ 0.287101] pci 0000:00:18.2: [1022:1202] type 0 class 0x000600
    [ 0.287115] pci 0000:00:18.3: [1022:1203] type 0 class 0x000600
    [ 0.287132] pci 0000:00:18.4: [1022:1204] type 0 class 0x000600
    [ 0.287184] pci 0000:04:00.0: [1002:6739] type 0 class 0x000300
    [ 0.287198] pci 0000:04:00.0: reg 10: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.287209] pci 0000:04:00.0: reg 18: [mem 0xfbfc0000-0xfbfdffff 64bit]
    [ 0.287216] pci 0000:04:00.0: reg 20: [io 0xe000-0xe0ff]
    [ 0.287230] pci 0000:04:00.0: reg 30: [mem 0xfbfa0000-0xfbfbffff pref]
    [ 0.287263] pci 0000:04:00.0: supports D1 D2
    [ 0.287285] pci 0000:04:00.1: [1002:aa88] type 0 class 0x000403
    [ 0.287299] pci 0000:04:00.1: reg 10: [mem 0xfbffc000-0xfbffffff 64bit]
    [ 0.287363] pci 0000:04:00.1: supports D1 D2
    [ 0.293342] pci 0000:00:02.0: PCI bridge to [bus 04-04]
    [ 0.293347] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
    [ 0.293350] pci 0000:00:02.0: bridge window [mem 0xfbf00000-0xfbffffff]
    [ 0.293353] pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.293404] pci 0000:03:00.0: [10ec:8168] type 0 class 0x000200
    [ 0.293419] pci 0000:03:00.0: reg 10: [io 0xd800-0xd8ff]
    [ 0.293443] pci 0000:03:00.0: reg 18: [mem 0xfbeff000-0xfbefffff 64bit]
    [ 0.293470] pci 0000:03:00.0: reg 30: [mem 0xfbec0000-0xfbedffff pref]
    [ 0.293533] pci 0000:03:00.0: supports D1 D2
    [ 0.293535] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
    [ 0.293557] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.293564] pci 0000:00:06.0: PCI bridge to [bus 03-03]
    [ 0.293567] pci 0000:00:06.0: bridge window [io 0xd000-0xdfff]
    [ 0.293569] pci 0000:00:06.0: bridge window [mem 0xfbe00000-0xfbefffff]
    [ 0.293618] pci 0000:02:00.0: [1106:3403] type 0 class 0x000c00
    [ 0.293647] pci 0000:02:00.0: reg 10: [mem 0xfbdff800-0xfbdfffff 64bit]
    [ 0.293662] pci 0000:02:00.0: reg 18: [io 0xc800-0xc8ff]
    [ 0.293790] pci 0000:02:00.0: supports D2
    [ 0.293792] pci 0000:02:00.0: PME# supported from D2 D3hot D3cold
    [ 0.300012] pci 0000:00:07.0: PCI bridge to [bus 02-02]
    [ 0.300017] pci 0000:00:07.0: bridge window [io 0xc000-0xcfff]
    [ 0.300019] pci 0000:00:07.0: bridge window [mem 0xfbd00000-0xfbdfffff]
    [ 0.300085] pci 0000:00:14.4: PCI bridge to [bus 01-01] (subtractive decode)
    [ 0.300095] pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.300096] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.300098] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.300100] pci 0000:00:14.4: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
    [ 0.300101] pci 0000:00:14.4: bridge window [mem 0xcff00000-0xdfffffff] (subtractive decode)
    [ 0.300103] pci 0000:00:14.4: bridge window [mem 0xf0000000-0xfebfffff] (subtractive decode)
    [ 0.300119] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.300256] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE2._PRT]
    [ 0.300277] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE6._PRT]
    [ 0.300294] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE7._PRT]
    [ 0.300325] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0PC._PRT]
    [ 0.300363] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.300365] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
    [ 0.300366] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 0.303051] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 *7 10 11 12 14 15)
    [ 0.303079] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 *10 11 12 14 15)
    [ 0.303104] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 10 *11 12 14 15)
    [ 0.303127] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 *10 11 12 14 15)
    [ 0.303151] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 11 12 14 15) *0, disabled.
    [ 0.303175] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 10 11 12 14 15) *0, disabled.
    [ 0.303200] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 10 *11 12 14 15)
    [ 0.303224] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 11 12 14 15) *0, disabled.
    [ 0.303334] vgaarb: device added: PCI:0000:04:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.303336] vgaarb: loaded
    [ 0.303337] vgaarb: bridge control possible 0000:04:00.0
    [ 0.303372] PCI: Using ACPI for IRQ routing
    [ 0.312318] PCI: pci_cache_line_size set to 64 bytes
    [ 0.312324] pci 0000:00:00.0: no compatible bridge window for [mem 0xe0000000-0xffffffff 64bit]
    [ 0.312393] reserve RAM buffer: 000000000009fc00 - 000000000009ffff
    [ 0.312395] reserve RAM buffer: 00000000cfe90000 - 00000000cfffffff
    [ 0.312472] NetLabel: Initializing
    [ 0.312473] NetLabel: domain hash size = 128
    [ 0.312474] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.312483] NetLabel: unlabeled traffic allowed by default
    [ 0.312491] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    [ 0.312493] hpet0: 4 comparators, 32-bit 14.318180 MHz counter
    [ 0.314334] Switching to clocksource hpet
    [ 0.317535] pnp: PnP ACPI init
    [ 0.317549] ACPI: bus type pnp registered
    [ 0.317637] pnp 00:00: [bus 00-ff]
    [ 0.317639] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.317640] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.317641] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.317643] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.317644] pnp 00:00: [mem 0x000d0000-0x000dffff window]
    [ 0.317646] pnp 00:00: [mem 0xcff00000-0xdfffffff window]
    [ 0.317649] pnp 00:00: [mem 0xf0000000-0xfebfffff window]
    [ 0.317689] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
    [ 0.317713] pnp 00:01: [dma 4]
    [ 0.317714] pnp 00:01: [io 0x0000-0x000f]
    [ 0.317716] pnp 00:01: [io 0x0081-0x0083]
    [ 0.317717] pnp 00:01: [io 0x0087]
    [ 0.317718] pnp 00:01: [io 0x0089-0x008b]
    [ 0.317719] pnp 00:01: [io 0x008f]
    [ 0.317720] pnp 00:01: [io 0x00c0-0x00df]
    [ 0.317739] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.317745] pnp 00:02: [io 0x0070-0x0071]
    [ 0.317753] pnp 00:02: [irq 8]
    [ 0.317770] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.317774] pnp 00:03: [io 0x0061]
    [ 0.317791] pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.317797] pnp 00:04: [io 0x00f0-0x00ff]
    [ 0.317800] pnp 00:04: [irq 13]
    [ 0.317818] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.317846] pnp 00:05: [mem 0xfed00000-0xfed003ff]
    [ 0.317864] pnp 00:05: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.317910] pnp 00:06: [io 0x0060]
    [ 0.317911] pnp 00:06: [io 0x0064]
    [ 0.317913] pnp 00:06: [mem 0xfec00000-0xfec00fff]
    [ 0.317914] pnp 00:06: [mem 0xfee00000-0xfee00fff]
    [ 0.317955] system 00:06: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.317957] system 00:06: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.317959] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.318069] pnp 00:07: [io 0x0010-0x001f]
    [ 0.318071] pnp 00:07: [io 0x0022-0x003f]
    [ 0.318072] pnp 00:07: [io 0x0062-0x0063]
    [ 0.318073] pnp 00:07: [io 0x0065-0x006f]
    [ 0.318074] pnp 00:07: [io 0x0072-0x007f]
    [ 0.318075] pnp 00:07: [io 0x0080]
    [ 0.318077] pnp 00:07: [io 0x0084-0x0086]
    [ 0.318078] pnp 00:07: [io 0x0088]
    [ 0.318079] pnp 00:07: [io 0x008c-0x008e]
    [ 0.318080] pnp 00:07: [io 0x0090-0x009f]
    [ 0.318081] pnp 00:07: [io 0x00a2-0x00bf]
    [ 0.318082] pnp 00:07: [io 0x00b1]
    [ 0.318084] pnp 00:07: [io 0x00e0-0x00ef]
    [ 0.318085] pnp 00:07: [io 0x04d0-0x04d1]
    [ 0.318086] pnp 00:07: [io 0x040b]
    [ 0.318087] pnp 00:07: [io 0x04d6]
    [ 0.318088] pnp 00:07: [io 0x0c00-0x0c01]
    [ 0.318089] pnp 00:07: [io 0x0c14]
    [ 0.318090] pnp 00:07: [io 0x0c50-0x0c51]
    [ 0.318092] pnp 00:07: [io 0x0c52]
    [ 0.318093] pnp 00:07: [io 0x0c6c]
    [ 0.318094] pnp 00:07: [io 0x0c6f]
    [ 0.318095] pnp 00:07: [io 0x0cd0-0x0cd1]
    [ 0.318096] pnp 00:07: [io 0x0cd2-0x0cd3]
    [ 0.318099] pnp 00:07: [io 0x0cd4-0x0cd5]
    [ 0.318100] pnp 00:07: [io 0x0cd6-0x0cd7]
    [ 0.318101] pnp 00:07: [io 0x0cd8-0x0cdf]
    [ 0.318102] pnp 00:07: [io 0x0b00-0x0b3f]
    [ 0.318103] pnp 00:07: [io 0x0800-0x089f]
    [ 0.318105] pnp 00:07: [io 0x0000-0xffffffffffffffff disabled]
    [ 0.318106] pnp 00:07: [io 0x0b00-0x0b0f]
    [ 0.318107] pnp 00:07: [io 0x0b20-0x0b3f]
    [ 0.318108] pnp 00:07: [io 0x0900-0x090f]
    [ 0.318110] pnp 00:07: [io 0x0910-0x091f]
    [ 0.318111] pnp 00:07: [io 0xfe00-0xfefe]
    [ 0.318112] pnp 00:07: [io 0x0060]
    [ 0.318113] pnp 00:07: [io 0x0064]
    [ 0.318114] pnp 00:07: [mem 0xcff00000-0xcfffffff]
    [ 0.318116] pnp 00:07: [mem 0xffb80000-0xffbfffff]
    [ 0.318117] pnp 00:07: [mem 0xfec10000-0xfec1001f]
    [ 0.318176] system 00:07: [io 0x04d0-0x04d1] has been reserved
    [ 0.318178] system 00:07: [io 0x040b] has been reserved
    [ 0.318179] system 00:07: [io 0x04d6] has been reserved
    [ 0.318181] system 00:07: [io 0x0c00-0x0c01] has been reserved
    [ 0.318183] system 00:07: [io 0x0c14] has been reserved
    [ 0.318184] system 00:07: [io 0x0c50-0x0c51] has been reserved
    [ 0.318186] system 00:07: [io 0x0c52] has been reserved
    [ 0.318187] system 00:07: [io 0x0c6c] has been reserved
    [ 0.318189] system 00:07: [io 0x0c6f] has been reserved
    [ 0.318190] system 00:07: [io 0x0cd0-0x0cd1] has been reserved
    [ 0.318192] system 00:07: [io 0x0cd2-0x0cd3] has been reserved
    [ 0.318194] system 00:07: [io 0x0cd4-0x0cd5] has been reserved
    [ 0.318195] system 00:07: [io 0x0cd6-0x0cd7] has been reserved
    [ 0.318197] system 00:07: [io 0x0cd8-0x0cdf] has been reserved
    [ 0.318199] system 00:07: [io 0x0b00-0x0b3f] has been reserved
    [ 0.318200] system 00:07: [io 0x0800-0x089f] has been reserved
    [ 0.318202] system 00:07: [io 0x0b00-0x0b0f] has been reserved
    [ 0.318204] system 00:07: [io 0x0b20-0x0b3f] has been reserved
    [ 0.318205] system 00:07: [io 0x0900-0x090f] has been reserved
    [ 0.318207] system 00:07: [io 0x0910-0x091f] has been reserved
    [ 0.318209] system 00:07: [io 0xfe00-0xfefe] has been reserved
    [ 0.318211] system 00:07: [mem 0xcff00000-0xcfffffff] has been reserved
    [ 0.318213] system 00:07: [mem 0xffb80000-0xffbfffff] has been reserved
    [ 0.318214] system 00:07: [mem 0xfec10000-0xfec1001f] has been reserved
    [ 0.318217] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.318531] pnp 00:08: [io 0x03f8-0x03ff]
    [ 0.318535] pnp 00:08: [irq 4]
    [ 0.318536] pnp 00:08: [dma 0 disabled]
    [ 0.318598] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.318929] pnp 00:09: [io 0x03f0-0x03f5]
    [ 0.318930] pnp 00:09: [io 0x03f7]
    [ 0.318933] pnp 00:09: [irq 6]
    [ 0.318934] pnp 00:09: [dma 2]
    [ 0.318969] pnp 00:09: Plug and Play ACPI device, IDs PNP0700 (active)
    [ 0.319088] pnp 00:0a: [io 0x0000-0xffffffffffffffff disabled]
    [ 0.319090] pnp 00:0a: [io 0x0230-0x023f]
    [ 0.319091] pnp 00:0a: [io 0x0290-0x029f]
    [ 0.319092] pnp 00:0a: [io 0x0f40-0x0f4f]
    [ 0.319093] pnp 00:0a: [io 0x0a30-0x0a3f]
    [ 0.319126] system 00:0a: [io 0x0230-0x023f] has been reserved
    [ 0.319127] system 00:0a: [io 0x0290-0x029f] has been reserved
    [ 0.319129] system 00:0a: [io 0x0f40-0x0f4f] has been reserved
    [ 0.319131] system 00:0a: [io 0x0a30-0x0a3f] has been reserved
    [ 0.319133] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.319154] pnp 00:0b: [mem 0xe0000000-0xefffffff]
    [ 0.319183] system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.319185] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.319881] pnp 00:0c: [mem 0x00000000-0x0009ffff]
    [ 0.319883] pnp 00:0c: [mem 0x000c0000-0x000cffff]
    [ 0.319885] pnp 00:0c: [mem 0x000e0000-0x000fffff]
    [ 0.319886] pnp 00:0c: [mem 0x00100000-0xcfefffff]
    [ 0.319887] pnp 00:0c: [mem 0xfec00000-0xffffffff]
    [ 0.319893] pnp 00:0c: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.319896] pnp 00:0c: disabling [mem 0x000c0000-0x000cffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.319899] pnp 00:0c: disabling [mem 0x000e0000-0x000fffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.319901] pnp 00:0c: disabling [mem 0x00100000-0xcfefffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.319973] system 00:0c: [mem 0xfec00000-0xffffffff] could not be reserved
    [ 0.319976] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.320068] pnp: PnP ACPI: found 13 devices
    [ 0.320069] ACPI: ACPI bus type pnp unregistered
    [ 0.326686] PCI: max bus depth: 1 pci_try_num: 2
    [ 0.326706] pci 0000:00:02.0: PCI bridge to [bus 04-04]
    [ 0.326709] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
    [ 0.326711] pci 0000:00:02.0: bridge window [mem 0xfbf00000-0xfbffffff]
    [ 0.326714] pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.326717] pci 0000:00:06.0: PCI bridge to [bus 03-03]
    [ 0.326719] pci 0000:00:06.0: bridge window [io 0xd000-0xdfff]
    [ 0.326722] pci 0000:00:06.0: bridge window [mem 0xfbe00000-0xfbefffff]
    [ 0.326725] pci 0000:00:07.0: PCI bridge to [bus 02-02]
    [ 0.326727] pci 0000:00:07.0: bridge window [io 0xc000-0xcfff]
    [ 0.326730] pci 0000:00:07.0: bridge window [mem 0xfbd00000-0xfbdfffff]
    [ 0.326733] pci 0000:00:14.4: PCI bridge to [bus 01-01]
    [ 0.326770] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.326772] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.326773] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.326775] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.326776] pci_bus 0000:00: resource 8 [mem 0xcff00000-0xdfffffff]
    [ 0.326778] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfebfffff]
    [ 0.326779] pci_bus 0000:04: resource 0 [io 0xe000-0xefff]
    [ 0.326781] pci_bus 0000:04: resource 1 [mem 0xfbf00000-0xfbffffff]
    [ 0.326783] pci_bus 0000:04: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.326784] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
    [ 0.326786] pci_bus 0000:03: resource 1 [mem 0xfbe00000-0xfbefffff]
    [ 0.326788] pci_bus 0000:02: resource 0 [io 0xc000-0xcfff]
    [ 0.326789] pci_bus 0000:02: resource 1 [mem 0xfbd00000-0xfbdfffff]
    [ 0.326791] pci_bus 0000:01: resource 4 [io 0x0000-0x0cf7]
    [ 0.326792] pci_bus 0000:01: resource 5 [io 0x0d00-0xffff]
    [ 0.326794] pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.326795] pci_bus 0000:01: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.326797] pci_bus 0000:01: resource 8 [mem 0xcff00000-0xdfffffff]
    [ 0.326799] pci_bus 0000:01: resource 9 [mem 0xf0000000-0xfebfffff]
    [ 0.326829] NET: Registered protocol family 2
    [ 0.327110] IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.328540] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 0.330488] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.330723] TCP: Hash tables configured (established 524288 bind 65536)
    [ 0.330725] TCP reno registered
    [ 0.330745] UDP hash table entries: 8192 (order: 6, 262144 bytes)
    [ 0.330836] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
    [ 0.330971] NET: Registered protocol family 1
    [ 0.756738] pci 0000:04:00.0: Boot video device
    [ 0.756749] PCI: CLS 64 bytes, default 64
    [ 0.756788] Unpacking initramfs...
    [ 0.798057] Freeing initrd memory: 2836k freed
    [ 0.800187] PCI-DMA: Disabling AGP.
    [ 0.800278] PCI-DMA: aperture base @ c4000000 size 65536 KB
    [ 0.800280] PCI-DMA: using GART IOMMU.
    [ 0.800282] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
    [ 0.802774] IBS: LVT offset 1 assigned
    [ 0.802804] perf: AMD IBS detected (0x0000001f)
    [ 0.802963] audit: initializing netlink socket (disabled)
    [ 0.802978] type=2000 audit(1334050141.799:1): initialized
    [ 0.803936] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.806526] VFS: Disk quotas dquot_6.5.2
    [ 0.806569] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.806635] msgmni has been set to 32100
    [ 0.806971] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.807061] io scheduler noop registered
    [ 0.807064] io scheduler deadline registered
    [ 0.807124] io scheduler cfq registered (default)
    [ 0.807339] pcieport 0000:00:02.0: irq 40 for MSI/MSI-X
    [ 0.807533] pcieport 0000:00:06.0: irq 41 for MSI/MSI-X
    [ 0.807750] pcieport 0000:00:07.0: irq 42 for MSI/MSI-X
    [ 0.807957] GHES: HEST is not enabled!
    [ 0.808045] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.828667] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.849559] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.849760] Linux agpgart interface v0.103
    [ 0.849805] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 0.850193] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.850234] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.850352] mousedev: PS/2 mouse device common for all mice
    [ 0.850406] rtc_cmos 00:02: RTC can wake from S4
    [ 0.850557] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [ 0.850580] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 0.850589] cpuidle: using governor ladder
    [ 0.850590] cpuidle: using governor menu
    [ 0.850724] TCP cubic registered
    [ 0.850812] NET: Registered protocol family 10
    [ 0.851112] NET: Registered protocol family 17
    [ 0.851114] Registering the dns_resolver key type
    [ 0.851253] PM: Hibernation image not present or could not be loaded.
    [ 0.851260] registered taskstats version 1
    [ 0.852170] rtc_cmos 00:02: setting system clock to 2012-04-10 09:29:02 UTC (1334050142)
    [ 0.852195] Initializing network drop monitor service
    [ 0.853114] Freeing unused kernel memory: 732k freed
    [ 0.853269] Write protecting the kernel read-only data: 8192k
    [ 0.857266] Freeing unused kernel memory: 1620k freed
    [ 0.859285] Freeing unused kernel memory: 660k freed
    [ 0.867016] udevd[74]: starting version 181
    [ 0.889751] SCSI subsystem initialized
    [ 0.890757] usbcore: registered new interface driver usbfs
    [ 0.890779] usbcore: registered new interface driver hub
    [ 0.891269] usbcore: registered new device driver usb
    [ 0.892313] libata version 3.00 loaded.
    [ 0.892491] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.892633] ehci_hcd 0000:00:12.2: EHCI Host Controller
    [ 0.892672] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1
    [ 0.892682] ehci_hcd 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 0.892712] ehci_hcd 0000:00:12.2: debug port 1
    [ 0.892736] ehci_hcd 0000:00:12.2: irq 17, io mem 0xfbcfe800
    [ 0.894588] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 0.900033] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00
    [ 0.900335] hub 1-0:1.0: USB hub found
    [ 0.900340] hub 1-0:1.0: 6 ports detected
    [ 0.900579] ehci_hcd 0000:00:13.2: EHCI Host Controller
    [ 0.900591] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 2
    [ 0.900599] ehci_hcd 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 0.900621] ehci_hcd 0000:00:13.2: debug port 1
    [ 0.900645] ehci_hcd 0000:00:13.2: irq 19, io mem 0xfbcfec00
    [ 0.910028] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
    [ 0.910295] hub 2-0:1.0: USB hub found
    [ 0.910299] hub 2-0:1.0: 6 ports detected
    [ 0.910565] ahci 0000:00:11.0: version 3.0
    [ 0.910649] ahci 0000:00:11.0: irq 43 for MSI/MSI-X
    [ 0.910748] ahci 0000:00:11.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
    [ 0.910751] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part ccc sxs
    [ 0.913392] scsi0 : ahci
    [ 0.913744] scsi1 : ahci
    [ 0.913950] scsi2 : ahci
    [ 0.914322] scsi3 : ahci
    [ 0.914729] ata1: SATA max UDMA/133 abar m1024@0xfbcfe400 port 0xfbcfe500 irq 43
    [ 0.914733] ata2: SATA max UDMA/133 abar m1024@0xfbcfe400 port 0xfbcfe580 irq 43
    [ 0.914736] ata3: SATA max UDMA/133 abar m1024@0xfbcfe400 port 0xfbcfe600 irq 43
    [ 0.914739] ata4: SATA max UDMA/133 abar m1024@0xfbcfe400 port 0xfbcfe680 irq 43
    [ 0.915322] ohci_hcd 0000:00:12.0: OHCI Host Controller
    [ 0.915334] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 3
    [ 0.915365] ohci_hcd 0000:00:12.0: irq 16, io mem 0xfbcf6000
    [ 0.970892] hub 3-0:1.0: USB hub found
    [ 0.970899] hub 3-0:1.0: 3 ports detected
    [ 0.971078] ohci_hcd 0000:00:12.1: OHCI Host Controller
    [ 0.971089] ohci_hcd 0000:00:12.1: new USB bus registered, assigned bus number 4
    [ 0.971107] ohci_hcd 0000:00:12.1: irq 16, io mem 0xfbcf7000
    [ 1.027554] hub 4-0:1.0: USB hub found
    [ 1.027561] hub 4-0:1.0: 3 ports detected
    [ 1.027748] ohci_hcd 0000:00:13.0: OHCI Host Controller
    [ 1.027757] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 5
    [ 1.027782] ohci_hcd 0000:00:13.0: irq 18, io mem 0xfbcfc000
    [ 1.084224] hub 5-0:1.0: USB hub found
    [ 1.084230] hub 5-0:1.0: 3 ports detected
    [ 1.084422] ohci_hcd 0000:00:13.1: OHCI Host Controller
    [ 1.084430] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 6
    [ 1.084446] ohci_hcd 0000:00:13.1: irq 18, io mem 0xfbcfd000
    [ 1.140874] hub 6-0:1.0: USB hub found
    [ 1.140880] hub 6-0:1.0: 3 ports detected
    [ 1.141059] ohci_hcd 0000:00:14.5: OHCI Host Controller
    [ 1.141069] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 7
    [ 1.141087] ohci_hcd 0000:00:14.5: irq 18, io mem 0xfbcff000
    [ 1.197575] hub 7-0:1.0: USB hub found
    [ 1.197581] hub 7-0:1.0: 2 ports detected
    [ 1.233428] ata1: SATA link down (SStatus 0 SControl 300)
    [ 1.233482] ata3: SATA link down (SStatus 0 SControl 300)
    [ 1.233530] ata2: SATA link down (SStatus 0 SControl 300)
    [ 1.233597] ata4: SATA link down (SStatus 0 SControl 300)
    [ 1.234129] pata_atiixp 0000:00:14.1: setting latency timer to 64
    [ 1.236194] scsi4 : pata_atiixp
    [ 1.236384] scsi5 : pata_atiixp
    [ 1.236884] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xff00 irq 14
    [ 1.236886] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xff08 irq 15
    [ 1.408804] ata5.00: ATA-7: GENERIC, BAJ41G20, max UDMA/133
    [ 1.408807] ata5.00: 398297088 sectors, multi 16: LBA48
    [ 1.422031] ata5.00: configured for UDMA/100
    [ 1.422229] scsi 4:0:0:0: Direct-Access ATA GENERIC BAJ4 PQ: 0 ANSI: 5
    [ 1.424626] sd 4:0:0:0: [sda] 398297088 512-byte logical blocks: (203 GB/189 GiB)
    [ 1.424739] sd 4:0:0:0: [sda] Write Protect is off
    [ 1.424741] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.424759] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.487336] sda: sda1 sda2 < sda5 sda6 sda7 sda8 >
    [ 1.488267] sd 4:0:0:0: [sda] Attached SCSI disk
    [ 1.510062] usb 3-3: new low-speed USB device number 2 using ohci_hcd
    [ 1.677918] input: Microsoft Microsoft Basic Optical Mouse v2.0 as /devices/pci0000:00/0000:00:12.0/usb3/3-3/3-3:1.0/input/input0
    [ 1.678062] generic-usb 0003:045E:00CB.0001: input,hidraw0: USB HID v1.11 Mouse [Microsoft Microsoft Basic Optical Mouse v2.0 ] on usb-0000:00:12.0-3/input0
    [ 1.678078] usbcore: registered new interface driver usbhid
    [ 1.678079] usbhid: USB HID core driver
    [ 1.776721] usb 2-6: new high-speed USB device number 2 using ehci_hcd
    [ 1.803379] Refined TSC clocksource calibration: 3210.938 MHz.
    [ 1.803389] Switching to clocksource tsc
    [ 2.366725] usb 4-1: new full-speed USB device number 2 using ohci_hcd
    [ 2.415746] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.530590] input: RAPOO RAPOO 2.4G Wireless Device as /devices/pci0000:00/0000:00:12.1/usb4/4-1/4-1:1.0/input/input1
    [ 2.530660] generic-usb 0003:24AE:2000.0002: input,hidraw1: USB HID v1.01 Keyboard [RAPOO RAPOO 2.4G Wireless Device] on usb-0000:00:12.1-1/input0
    [ 2.536738] input: RAPOO RAPOO 2.4G Wireless Device as /devices/pci0000:00/0000:00:12.1/usb4/4-1/4-1:1.1/input/input2
    [ 2.536864] generic-usb 0003:24AE:2000.0003: input,hiddev0,hidraw2: USB HID v1.01 Mouse [RAPOO RAPOO 2.4G Wireless Device] on usb-0000:00:12.1-1/input1
    [ 4.045730] udevd[189]: starting version 181
    [ 5.247350] SP5100 TCO timer: SP5100 TCO WatchDog Timer Driver v0.01
    [ 5.247408] SP5100 TCO timer: mmio address 0xfec000f0 already in use
    [ 5.254193] EDAC MC: Ver: 2.1.0
    [ 5.347684] Linux media interface: v0.10
    [ 5.401241] MCE: In-kernel MCE decoding enabled.
    [ 5.406762] firewire_ohci: Added fw-ohci device 0000:02:00.0, OHCI v1.10, 4 IR + 8 IT contexts, quirks 0x11
    [ 5.410134] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
    [ 5.410236] ACPI: Power Button [PWRB]
    [ 5.410305] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 5.410331] ACPI: Power Button [PWRF]
    [ 5.423440] input: PC Speaker as /devices/platform/pcspkr/input/input5
    [ 5.427224] wmi: Mapper loaded
    [ 5.442807] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 5.442941] r8169 0000:03:00.0: irq 44 for MSI/MSI-X
    [ 5.443253] r8169 0000:03:00.0: eth0: RTL8168b/8111b at 0xffffc9001269c000, 20:cf:30:19:3e:02, XID 18000000 IRQ 44
    [ 5.443255] r8169 0000:03:00.0: eth0: jumbo features [frames: 4080 bytes, tx checksumming: ko]
    [ 5.465393] AMD64 EDAC driver v3.4.0
    [ 5.465442] Floppy drive(s): fd0 is 1.44M
    [ 5.465464] EDAC amd64: DRAM ECC disabled.
    [ 5.466318] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module wil

    Hm, dis- and reconnecting the graphics card solved the problem. Did this because I figured a hardware problem after freezes in three different live systems.
    Last edited by null (2012-04-15 11:32:41)

  • [Solved] Can't boot into Arch after deleting some partitons

    About 6 months ago I installed Arch on a machine that used to run Ubuntu. Had some trouble at the time getting to boot into Arch but somehow managed. Now eventually decided to delete the old Ubuntu partitons to free up some space using gparted. Arch partition number changed from sda12 to sda6.
    On rebooting after deleting ubuntu partitions with gparted, I got an ubuntu splash screen and a whole lot of ubuntu boot options. Somehow these were all contained in my Arch's /boot/grub/menu.lst. Arch is all on one partition and no separate boot partition (which I had with Ubuntu - maybe I haven't deleted that and this is the problem?). Will need to check that out.
    I can chroot into Arch and did the following -
    grub> find /boot/grub/stage1
    (hd0,5)
    grub> root (hd0,5)
    Filesystem type is ext2fs, partition type 0x83
    grub> setup (hd0)
    Checking if "/boot/grub/stage1" exists... yes
    Checking if "/boot/grub/stage2" exists... yes
    Checking if "/boot/grub/e2fs_stage1_5" exists... yes
    Running "embed /boot/grub/e2fs_stage1_5 (hd0)"... 16 sectors are embedded.
    succeeded
    Running "install /boot/grub/stage1 (hd0) (hd0)1+16 p (hd0,5)/boot/grub/stage2 /boot/grub/menu.lst"... succeed
    ed
    Done.
    grub>
    The Arch /boot/grub/menu.lst had a whole lot of ubuntu stuff in it but I edited to the following -
    # menu.lst - See: grub(8), info grub, update-grub(8)
    # grub-install(8), grub-floppy(8),
    # grub-md5-crypt, /usr/share/doc/grub
    # and /usr/share/doc/grub-doc/.
    ## default num
    # Set the default entry to the entry number NUM. Numbering starts from 0, and
    # the entry number 0 is the default if the command is not used.
    # You can specify 'saved' instead of a number. In this case, the default entry
    # is the entry saved with the command 'savedefault'.
    # WARNING: If you are using dmraid do not use 'savedefault' or your
    # array will desync and will not let you boot your system.
    default 0
    ## timeout sec
    # Set a timeout, in SEC seconds, before automatically booting the default entry
    # (normally the first entry defined).
    timeout 3
    ## hiddenmenu
    # Hides the menu by default (press ESC to see the menu)
    hiddenmenu
    # Pretty colours
    #color cyan/blue white/blue
    ## password ['--md5'] passwd
    # If used in the first section of a menu file, disable all interactive editing
    # control (menu entry editor and command-line) and entries protected by the
    # command 'lock'
    # e.g. password topsecret
    # password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
    # password topsecret
    # examples
    # title Windows 95/98/NT/2000
    # root (hd0,0)
    # makeactive
    # chainloader +1
    # title Linux
    # root (hd0,1)
    # kernel /vmlinuz root=/dev/hda2 ro
    # Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
    ## default grub root device
    ## e.g. groot=(hd0,0)
    # groot=(hd0,3)
    title Arch uuid
    #root (hd0,5)
    uuid d15cf4f9-18ca-4ec5-95bc-db0f6f264736
    kernel /boot/vmlinuz26 root=/dev/sda6 ro vga=775
    intrd /boot/kernel26.img
    title Arch hd
    root (hd0,5)
    kernel /boot/vmlinuz26 root=/dev/sda6
    intrd /boot/kernel26.img
    I have a bootinfo script which gives the following (from the chroot environment) -
    Boot Info Script 0.55 dated February 15th, 2010
    ============================= Boot Info Summary: ==============================
    => Grub 0.97 is installed in the MBR of /dev/sda and looks on the same drive
    in partition #6 for /boot/grub/stage2 and /boot/grub/menu.lst.
    => No boot loader is installed in the MBR of /dev/sdb
    sda1: _________________________________________________________________________
    File system: swap
    Boot sector type: -
    Boot sector info:
    sda2: _________________________________________________________________________
    File system: Extended Partition
    Boot sector type: -
    Boot sector info:
    sda5: _________________________________________________________________________
    File system: ext3
    Boot sector type: -
    Boot sector info:
    Mounting failed:
    mount: /dev/sda5 already mounted or sda5 busy
    sda6: _________________________________________________________________________
    File system: ext3
    Boot sector type: -
    Boot sector info:
    Mounting failed:
    mount: /dev/sda5 already mounted or sda5 busy
    mount: /dev/sda6 already mounted or sda6 busy
    sda7: _________________________________________________________________________
    File system: ext3
    Boot sector type: -
    Boot sector info:
    Operating System:
    Boot files/dirs:
    sda3: _________________________________________________________________________
    File system: ext3
    Boot sector type: -
    Boot sector info:
    Operating System: Ubuntu 10.04.1 LTS
    Boot files/dirs: /etc/fstab
    sda4: _________________________________________________________________________
    File system: ext3
    Boot sector type: -
    Boot sector info:
    Operating System:
    Boot files/dirs: /grub/menu.lst /grub/grub.cfg /grub/core.img
    sdb1: _________________________________________________________________________
    File system: xfs
    Boot sector type: -
    Boot sector info:
    Operating System:
    Boot files/dirs:
    =========================== Drive/Partition Info: =============================
    Drive: sda ___________________ _____________________________________________________
    Disk /dev/sda: 750.2 GB, 750155292160 bytes
    255 heads, 63 sectors/track, 91201 cylinders, total 1465147055 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    Partition Boot Start End Size Id System
    /dev/sda1 417,690 6,554,519 6,136,830 82 Linux swap / Solaris
    /dev/sda2 25,414,954 1,465,144,064 1,439,729,111 5 Extended
    /dev/sda5 25,414,956 1,360,287,809 1,334,872,854 83 Linux
    /dev/sda6 1,360,287,873 1,423,198,349 62,910,477 83 Linux
    /dev/sda7 1,423,198,413 1,465,144,064 41,945,652 83 Linux
    /dev/sda3 6,554,520 25,414,829 18,860,310 83 Linux
    /dev/sda4 * 63 417,689 417,627 83 Linux
    Drive: sdb ___________________ _____________________________________________________
    Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
    255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 4096 bytes
    Partition Boot Start End Size Id System
    /dev/sdb1 2,048 1,953,523,711 1,953,521,664 83 Linux
    blkid -c /dev/null: ____________________________________________________________
    Device UUID TYPE LABEL
    /dev/loop0 squashfs
    /dev/sda1 2a95d85a-45fe-4584-88dd-0ee20e651ec5 swap
    /dev/sda2: PTTYPE="dos" PART_ENTRY_SCHEME="dos" PART_ENTRY_TYPE="0x5" PART_ENTRY_NUMBER="2"
    /dev/sda3 32495e1a-227c-4d23-9f63-b1319def0dd9 ext3
    /dev/sda4 d6dc69b0-967d-4886-b62d-8c0d6be06b41 ext3
    /dev/sda5 37971286-b8d3-4a1b-9f94-4008288fed6d ext3 data
    /dev/sda6 d15cf4f9-18ca-4ec5-95bc-db0f6f264736 ext3 30GB-02
    /dev/sda7 eb736131-b558-4404-9b83-7f1e6d9e76ae ext3 var
    /dev/sda: PTTYPE="dos"
    /dev/sdb1 0e83045d-a0bd-4d36-b61d-bdb905130dc2 xfs 1TB-04
    /dev/sdb: PTTYPE="dos"
    ============================ "mount | grep ^/dev output: ===========================
    Device Mount_Point Type Options
    /dev/sda12 / ext3 (rw,commit=0)
    =============================== sda3/etc/fstab: ===============================
    # /etc/fstab: static file system information.
    # <file system> <mount point> <type> <options> <dump> <pass>
    proc /proc proc defaults 0 0
    # /dev/sda1 = swap
    /dev/sda1 none swap sw 0 0
    # /dev/sda3 = root
    #UUID=32495e1a-227c-4d23-9f63-b1319def0dd9
    /dev/sda3 / ext3 relatime,errors=remount-ro 0 1
    # /dev/sda4 = boot
    # UUID=d6dc69b0-967d-4886-b62d-8c0d6be06b41
    /dev/sda4 /boot ext3 relatime 0 2
    # /dev/sda5 = home
    # UUID=670eee83-0a3e-429c-863f-b9ecced9f97e
    /dev/sda5 /home ext3 relatime 0 2
    #/dev/sda6
    #UUID=37971286-b8d3-4a1b-9f94-4008288fed6d
    /dev/sda6 /home/ben/Data ext3 defaults,relatime 0 0
    # /dev/sda7
    # UUID=fdb14ca4-d71d-489f-a00e-6e608770674c
    /dev/sda7 /var ext3 relatime 0 2
    # /dev/sda8
    /dev/sda8 /opt ext3 relatime 0 2
    # /dev/sda10 - Arch
    /dev/sda10 /mnt/arch ext3 relatime 0 2
    # Not sure what this is doing here
    # Have commented it out - May be the reason why xbmc and mythtv were crashing on dvd insert and play
    # /dev/hda /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
    # /dev/sde1
    # uuid appears to be 644406B3570C1846 -> ../../sde1
    #/dev/sde1 /home/ben/Data/TVRecordings-1TB01 xfs defaults,relatime 0 0
    #1TB-01
    UUID=76f3823a-81dc-45c9-a0b7-2bc6c3beb2f8 /media/1TB-01 xfs noatime,nodiratime,allocsize=512m 0 0 #remove
    d defaults, relatime
    # 1TB-02
    UUID=59cbf7a1-7008-40d0-96ed-c6f231823d4f /media/1TB-02 xfs noatime,nodiratime,allocsize=512m 0 0 #remove
    d defaults, relatime
    # 1TB-03
    UUID=0e936800-3c53-4b87-abc8-19be0ffca7f9 /media/1TB-03 xfs noatime,nodiratime,allocsize=512m 0 0 #remove
    d defaults, relatime
    # 750GB-02 ext3 Partition
    # UUID giving problems, trying with dev
    # UUID=c23b9c9a-66fc-4256-9211-73156c1ac64a /media/750GB-02_ext3 ext3 defaults,relatime 0 0
    /dev/sde2 /media/750GB-02_ext3 ext3 defaults,relatime 0 0
    ============================= sda4/grub/menu.lst: =============================
    # menu.lst - See: grub(8), info grub, update-grub(8)
    # grub-install(8), grub-floppy(8),
    # grub-md5-crypt, /usr/share/doc/grub
    # and /usr/share/doc/grub-doc/.
    ## default num
    # Set the default entry to the entry number NUM. Numbering starts from 0, and
    # the entry number 0 is the default if the command is not used.
    # You can specify 'saved' instead of a number. In this case, the default entry
    # is the entry saved with the command 'savedefault'.
    # WARNING: If you are using dmraid do not use 'savedefault' or your
    # array will desync and will not let you boot your system.
    default 0
    ## timeout sec
    # Set a timeout, in SEC seconds, before automatically booting the default entry
    # (normally the first entry defined).
    timeout 3
    ## hiddenmenu
    # Hides the menu by default (press ESC to see the menu)
    hiddenmenu
    # Pretty colours
    #color cyan/blue white/blue
    ## password ['--md5'] passwd
    # If used in the first section of a menu file, disable all interactive editing
    # control (menu entry editor and command-line) and entries protected by the
    # command 'lock'
    # e.g. password topsecret
    # password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
    # password topsecret
    # examples
    # title Windows 95/98/NT/2000
    # root (hd0,0)
    # makeactive
    # chainloader +1
    # title Linux
    # root (hd0,1)
    # kernel /vmlinuz root=/dev/hda2 ro
    # Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
    ### BEGIN AUTOMAGIC KERNELS LIST
    ## lines between the AUTOMAGIC KERNELS LIST markers will be modified
    ## by the debian update-grub script except for the default options below
    ## DO NOT UNCOMMENT THEM, Just edit them to your needs
    ## ## Start Default Options ##
    ## default kernel options
    ## default kernel options for automagic boot options
    ## If you want special options for specific kernels use kopt_x_y_z
    ## where x.y.z is kernel version. Minor versions can be omitted.
    ## e.g. kopt=root=/dev/hda1 ro
    ## kopt_2_6_8=root=/dev/hdc1 ro
    ## kopt_2_6_8_2_686=root=/dev/hdc2 ro
    # kopt=root=UUID=32495e1a-227c-4d23-9f63-b1319def0dd9 ro
    ## default grub root device
    ## e.g. groot=(hd0,0)
    # groot=(hd0,3)
    ## should update-grub create alternative automagic boot options
    ## e.g. alternative=true
    ## alternative=false
    # alternative=true
    ## should update-grub lock alternative automagic boot options
    ## e.g. lockalternative=true
    ## lockalternative=false
    # lockalternative=false
    ## additional options to use with the default boot option, but not with the
    ## alternatives
    ## e.g. defoptions=vga=791 resume=/dev/hda5
    # defoptions=quiet splash
    ## should update-grub lock old automagic boot options
    ## e.g. lockold=false
    ## lockold=true
    # lockold=false
    ## Xen hypervisor options to use with the default Xen boot option
    # xenhopt=
    ## Xen Linux kernel options to use with the default Xen boot option
    # xenkopt=console=tty0
    ## altoption boot targets option
    ## multiple altoptions lines are allowed
    ## e.g. altoptions=(extra menu suffix) extra boot options
    ## altoptions=(recovery) single
    # altoptions=(recovery mode) single
    ## controls how many kernels should be put into the menu.lst
    ## only counts the first occurence of a kernel, not the
    ## alternative kernel options
    ## e.g. howmany=all
    ## howmany=7
    # howmany=all
    ## should update-grub create memtest86 boot option
    ## e.g. memtest86=true
    ## memtest86=false
    # memtest86=true
    ## should update-grub adjust the value of the default booted system
    ## can be true or false
    # updatedefaultentry=false
    ## should update-grub add savedefault to the default options
    ## can be true or false
    # savedefault=false
    ## ## End Default Options ##
    title Ubuntu 10.04.1 LTS, kernel 2.6.32-26-generic
    root (hd0,3)
    kernel /vmlinuz-2.6.32-26-generic root=UUID=32495e1a-227c-4d23-9f63-b1319def0dd9 ro quiet splash
    initrd /initrd.img-2.6.32-26-generic
    quiet
    title Ubuntu 10.04.1 LTS, kernel 2.6.32-26-generic (recovery mode)
    root (hd0,3)
    kernel /vmlinuz-2.6.32-26-generic root=UUID=32495e1a-227c-4d23-9f63-b1319def0dd9 ro single
    initrd /initrd.img-2.6.32-26-generic
    title Ubuntu 10.04.1 LTS, kernel 2.6.32-24-generic
    root (hd0,3)
    kernel /vmlinuz-2.6.32-24-generic root=UUID=32495e1a-227c-4d23-9f63-b1319def0dd9 ro quiet splash
    initrd /initrd.img-2.6.32-24-generic
    quiet
    title Ubuntu 10.04.1 LTS, kernel 2.6.32-24-generic (recovery mode)
    root (hd0,3)
    kernel /vmlinuz-2.6.32-24-generic root=UUID=32495e1a-227c-4d23-9f63-b1319def0dd9 ro single
    initrd /initrd.img-2.6.32-24-generic
    title Ubuntu 10.04.1 LTS, kernel 2.6.32-23-generic
    root (hd0,3)
    kernel /vmlinuz-2.6.32-23-generic root=UUID=32495e1a-227c-4d23-9f63-b1319def0dd9 ro quiet splash
    initrd /initrd.img-2.6.32-23-generic
    quiet
    title Ubuntu 10.04.1 LTS, kernel 2.6.32-23-generic (recovery mode)
    root (hd0,3)
    kernel /vmlinuz-2.6.32-23-generic root=UUID=32495e1a-227c-4d23-9f63-b1319def0dd9 ro single
    initrd /initrd.img-2.6.32-23-generic
    title Ubuntu 10.04.1 LTS, kernel 2.6.32-22-generic
    root (hd0,3)
    kernel /vmlinuz-2.6.32-22-generic root=UUID=32495e1a-227c-4d23-9f63-b1319def0dd9 ro quiet splash
    initrd /initrd.img-2.6.32-22-generic
    quiet
    title Ubuntu 10.04.1 LTS, kernel 2.6.32-22-generic (recovery mode)
    root (hd0,3)
    kernel /vmlinuz-2.6.32-22-generic root=UUID=32495e1a-227c-4d23-9f63-b1319def0dd9 ro single
    initrd /initrd.img-2.6.32-22-generic
    title Ubuntu 10.04.1 LTS, memtest86+
    root (hd0,3)
    kernel /memtest86+.bin
    quiet
    ### END DEBIAN AUTOMAGIC KERNELS LIST
    ============================= sda4/grub/grub.cfg: =============================
    # DO NOT EDIT THIS FILE
    # It is automatically generated by /usr/sbin/grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    set default="0"
    if [ ${prev_saved_entry} ]; then
    set saved_entry=${prev_saved_entry}
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z ${boot_once} ]; then
    saved_entry=${chosen}
    save_env saved_entry
    fi
    function recordfail {
    set recordfail=1
    if [ -n ${have_grubenv} ]; then if [ -z ${boot_once} ]; then save_env recordfail; fi; fi
    insmod ext2
    set root='(hd0,3)'
    search --no-floppy --fs-uuid --set 32495e1a-227c-4d23-9f63-b1319def0dd9
    if loadfont /usr/share/grub/unicode.pf2 ; then
    set gfxmode=640x480
    insmod gfxterm
    insmod vbe
    if terminal_output gfxterm ; then true ; else
    # For backward compatibility with versions of terminal.mod that don't
    # understand terminal_output
    terminal gfxterm
    fi
    fi
    insmod ext2
    set root='(hd0,4)'
    search --no-floppy --fs-uuid --set d6dc69b0-967d-4886-b62d-8c0d6be06b41
    set locale_dir=($root)/grub/locale
    set lang=en
    insmod gettext
    if [ ${recordfail} = 1 ]; then
    set timeout=-1
    else
    set timeout=10
    fi
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/05_debian_theme ###
    set menu_color_normal=white/black
    set menu_color_highlight=black/light-gray
    ### END /etc/grub.d/05_debian_theme ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Ubuntu, with Linux 2.6.32-26-generic' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod ext2
    set root='(hd0,4)'
    search --no-floppy --fs-uuid --set d6dc69b0-967d-4886-b62d-8c0d6be06b41
    linux /vmlinuz-2.6.32-26-generic root=UUID=32495e1a-227c-4d23-9f63-b1319def0dd9 ro quiet splash
    initrd /initrd.img-2.6.32-26-generic
    menuentry 'Ubuntu, with Linux 2.6.32-26-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu -
    -class os {
    recordfail
    insmod ext2
    set root='(hd0,4)'
    search --no-floppy --fs-uuid --set d6dc69b0-967d-4886-b62d-8c0d6be06b41
    echo 'Loading Linux 2.6.32-26-generic ...'
    linux /vmlinuz-2.6.32-26-generic root=UUID=32495e1a-227c-4d23-9f63-b1319def0dd9 ro single
    echo 'Loading initial ramdisk ...'
    initrd /initrd.img-2.6.32-26-generic
    menuentry 'Ubuntu, with Linux 2.6.32-24-generic' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod ext2
    set root='(hd0,4)'
    search --no-floppy --fs-uuid --set d6dc69b0-967d-4886-b62d-8c0d6be06b41
    linux /vmlinuz-2.6.32-24-generic root=UUID=32495e1a-227c-4d23-9f63-b1319def0dd9 ro quiet splash
    initrd /initrd.img-2.6.32-24-generic
    menuentry 'Ubuntu, with Linux 2.6.32-24-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu -
    -class os {
    recordfail
    insmod ext2
    set root='(hd0,4)'
    search --no-floppy --fs-uuid --set d6dc69b0-967d-4886-b62d-8c0d6be06b41
    echo 'Loading Linux 2.6.32-24-generic ...'
    linux /vmlinuz-2.6.32-24-generic root=UUID=32495e1a-227c-4d23-9f63-b1319def0dd9 ro single
    echo 'Loading initial ramdisk ...'
    initrd /initrd.img-2.6.32-24-generic
    menuentry 'Ubuntu, with Linux 2.6.32-23-generic' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod ext2
    set root='(hd0,4)'
    search --no-floppy --fs-uuid --set d6dc69b0-967d-4886-b62d-8c0d6be06b41
    linux /vmlinuz-2.6.32-23-generic root=UUID=32495e1a-227c-4d23-9f63-b1319def0dd9 ro quiet splash
    initrd /initrd.img-2.6.32-23-generic
    menuentry 'Ubuntu, with Linux 2.6.32-23-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu -
    -class os {
    recordfail
    insmod ext2
    set root='(hd0,4)'
    search --no-floppy --fs-uuid --set d6dc69b0-967d-4886-b62d-8c0d6be06b41
    echo 'Loading Linux 2.6.32-23-generic ...'
    linux /vmlinuz-2.6.32-23-generic root=UUID=32495e1a-227c-4d23-9f63-b1319def0dd9 ro single
    echo 'Loading initial ramdisk ...'
    initrd /initrd.img-2.6.32-23-generic
    menuentry 'Ubuntu, with Linux 2.6.32-22-generic' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod ext2
    set root='(hd0,4)'
    search --no-floppy --fs-uuid --set d6dc69b0-967d-4886-b62d-8c0d6be06b41
    linux /vmlinuz-2.6.32-22-generic root=UUID=32495e1a-227c-4d23-9f63-b1319def0dd9 ro quiet splash
    initrd /initrd.img-2.6.32-22-generic
    menuentry 'Ubuntu, with Linux 2.6.32-22-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu -
    -class os {
    recordfail
    insmod ext2
    set root='(hd0,4)'
    search --no-floppy --fs-uuid --set d6dc69b0-967d-4886-b62d-8c0d6be06b41
    echo 'Loading Linux 2.6.32-22-generic ...'
    linux /vmlinuz-2.6.32-22-generic root=UUID=32495e1a-227c-4d23-9f63-b1319def0dd9 ro single
    echo 'Loading initial ramdisk ...'
    initrd /initrd.img-2.6.32-22-generic
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_memtest86+ ###
    menuentry "Memory test (memtest86+)" {
    insmod ext2
    set root='(hd0,4)'
    search --no-floppy --fs-uuid --set d6dc69b0-967d-4886-b62d-8c0d6be06b41
    linux16 /memtest86+.bin
    menuentry "Memory test (memtest86+, serial console 115200)" {
    insmod ext2
    set root='(hd0,4)'
    search --no-floppy --fs-uuid --set d6dc69b0-967d-4886-b62d-8c0d6be06b41
    linux16 /memtest86+.bin console=ttyS0,115200n8
    ### END /etc/grub.d/20_memtest86+ ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    menuentry "Arch Linux (on /dev/sda10)" {
    insmod ext2
    set root='(hd0,10)'
    search --no-floppy --fs-uuid --set 26851879-58d1-4d65-90b4-e0845fe1176c
    linux /boot/vmlinuz26 root=/dev/sda10 ro
    initrd /boot/kernel26.img
    menuentry "Arch Linux Fallback (on /dev/sda10)" {
    insmod ext2
    set root='(hd0,10)'
    search --no-floppy --fs-uuid --set 26851879-58d1-4d65-90b4-e0845fe1176c
    linux /boot/vmlinuz26 root=/dev/sda10 ro
    initrd /boot/kernel26-fallback.img
    #### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    # From Arch grub menu.lst
    # (0) Arch Linux
    #title Arch Linux [/boot/vmlinuz26]
    #root (hd0,0)
    #kernel /vmlinuz26 root=/dev/sda3 ro
    #initrd /kernel26.img
    #Note: With a separate boot partition, omit /boot from the path, (i.e. type set prefix=(hdX,Y)/grub and insmod
    (hdX,Y)/grub/linux.mod).
    #This introduces the "linux" and "initrd" commands, which should be familiar (see #Configuration).
    #An example, booting Arch Linux:
    #set root=(hd0,5)
    #linux /boot/vmlinuz26 root=/dev/sda5
    #initrd /boot/kernel26.img
    #boot
    ###menuentry "Arch1" {
    ###insmod ext2
    ###set root='(hd0,10)'
    #search --no-floppy --fs-uuid --set d6dc69b0-967d-4886-b62d-8c0d6be06b41 = FOR UBUNTU THIS IS THE BOOT
    PARTITION
    #linux /vmlinuz-2.6.32-26-generic root=UUID=32495e1a-227c-4d23-9f63-b1319def0dd9 ro quiet splash = FOR
    UBUNTU THIS IS THE ROOT PARTITION
    #initrd /initrd.img-2.6.32-26-generic
    ###search --no-floppy --fs-uuid --set d6dc69b0-967d-4886-b62d-8c0d6be06b41 # UBUNTU'S BOOT PARTITION UU
    ID
    ###linux /boot/vmlinuz-26 root=635d7d02-3f5b-4af6-9c74-16b2af8cc7fd ro quiet splash # ARCH'S ROOT UUID
    ###initrd /boot/kernel26.img
    # /dev/sda10 uuid = 635d7d02-3f5b-4af6-9c74-16b2af8cc7fd - obtain using ls -l /dev/disk/by-uuid/
    ###menuentry "Arch2" {
    ###insmod ext2
    ###set root='(hd0,4)' #= TRYING UBUNTU'S BOOT
    #search --no-floppy --fs-uuid --set d6dc69b0-967d-4886-b62d-8c0d6be06b41 = FOR UBUNTU THIS IS THE BOOT
    PARTITION
    #linux /vmlinuz-2.6.32-26-generic root=UUID=32495e1a-227c-4d23-9f63-b1319def0dd9 ro quiet splash = FOR
    UBUNTU THIS IS THE ROOT PARTITION
    #initrd /initrd.img-2.6.32-26-generic
    #search --no-floppy --fs-uuid --set d6dc69b0-967d-4886-b62d-8c0d6be06b41 # UBUNTU'S BOOT PARTITION UUID
    ###linux /boot/vmlinuz-26 root=/dev/sda10 ro quiet splash # TRYING ARCH'S ROOT DEVICE FORMAT
    ###initrd /boot/kernel26.img
    # /dev/sda10 uuid = 635d7d02-3f5b-4af6-9c74-16b2af8cc7fd - obtain using ls -l /dev/disk/by-uuid/
    ###menuentry "Arch3" {
    ###insmod ext2
    ###set root='(hd0,10)' #= TRYING UBUNTU'S BOOT IN HD FORMAT
    #search --no-floppy --fs-uuid --set d6dc69b0-967d-4886-b62d-8c0d6be06b41 = FOR UBUNTU THIS IS THE BOOT
    PARTITION
    #linux /vmlinuz-2.6.32-26-generic root=UUID=32495e1a-227c-4d23-9f63-b1319def0dd9 ro quiet splash = FOR
    UBUNTU THIS IS THE ROOT PARTITION
    #initrd /initrd.img-2.6.32-26-generic
    #search --no-floppy --fs-uuid --set d6dc69b0-967d-4886-b62d-8c0d6be06b41 # UBUNTU'S BOOT PARTITION UUID
    ###linux /boot/vmlinuz-26 root=/dev/sda10 ro quiet splash # TRYING ARCH'S ROOT DEVICE FORMAT
    ###initrd /boot/kernel26.img
    # /dev/sda10 uuid = 635d7d02-3f5b-4af6-9c74-16b2af8cc7fd - obtain using ls -l /dev/disk/by-uuid/
    ### END /etc/grub.d/40_custom ###
    =================== sda4: Location of files loaded by Grub: ===================
    .0GB: grub/core.img
    .0GB: grub/grub.cfg
    .0GB: grub/menu.lst
    .0GB: grub/stage2
    .0GB: initrd.img-2.6.32-22-generic
    .0GB: initrd.img-2.6.32-23-generic
    .1GB: initrd.img-2.6.32-24-generic
    .1GB: initrd.img-2.6.32-26-generic
    .0GB: vmlinuz26
    .0GB: vmlinuz-2.6.32-22-generic
    .0GB: vmlinuz-2.6.32-23-generic
    .1GB: vmlinuz-2.6.32-24-generic
    .0GB: vmlinuz-2.6.32-26-generic
    =============================== StdErr Messages: ===============================
    No volume groups found
    mdadm: No arrays found in config file or automatically
    [/quote]
    Output of fdisk -l from chroot is -
    [quote]Disk /dev/sda: 750.2 GB, 750155292160 bytes
    255 heads, 63 sectors/track, 91201 cylinders, total 1465147055 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x0000b084
    Device Boot Start End Blocks Id System
    /dev/sda1 417690 6554519 3068415 82 Linux swap / Solaris
    /dev/sda2 25414954 1465144064 719864555+ 5 Extended
    /dev/sda3 6554520 25414829 9430155 83 Linux
    /dev/sda4 * 63 417689 208813+ 83 Linux
    /dev/sda5 25414956 1360287809 667436427 83 Linux
    /dev/sda6 1360287873 1423198349 31455238+ 83 Linux
    /dev/sda7 1423198413 1465144064 20972826 83 Linux
    Partition table entries are not in disk order
    Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
    255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 4096 bytes
    I/O size (minimum/optimal): 4096 bytes / 4096 bytes
    Disk identifier: 0x00025bd3
    Device Boot Start End Blocks Id System
    /dev/sdb1 2048 1953523711 976760832 83 Linux
    I need to post this now and come back from a different machine to note the error messages I am now getting on boot. ...
    Note that when I boot and press esc to get the menu I get the menu.lst I created (in the second quote) above in /dev/sda6, ie the one with the Arch hd and uuid entries - so grub is looking there and finding that menu.lst, but something goes wrong after that.
    OK. Have now booted the machine and after pressing esc and selecting the uuid entry (the same thing happens with the hd entry) I get a whole lot of stuff, but what seems relevant is (typing it out) -
    List of all partitions:
    No filesystem could mount root, tried:
    Kernel panic - not syncing: VS: Unable to mount root fs on unknown-block(0,0)
    Pid: 1, comm: swapper Not tainted 2.6.39-Arch #1
    If anyone can help I'd really appreciate it. This is my MythTV machine so the WAF is about to take a big dive!
    If I could just install grub to the MBR as if this was a new installation of Arch that would be great.
    I am really lost as to what is going on, which I'm sure is evident.
    Thanks a lot
    belbo
    Last edited by belbo (2011-08-12 13:31:23)

    Hi. Unfortunately that didn't help.
    So next, based on this post https://wiki.archlinux.org/index.php/Ke … el_version I chrooted into Arch and (a) rolled back and (b) reinstalled my kernel but that didn't help either. I suspected it wouldn't because the kernel was working fine before I deleted the partitions in question.
    [2011-08-08 23:32] ==> Image generation successful
    [2011-08-08 23:32] upgraded kernel26 (2.6.39.3-1 -> 2.6.39.3-1)
    I then did a pacman -Suy and the linux package has now replaced kernel26. ( See this wiki entry http://www.archlinux.org/news/changes-t … filenames/). I didn't change anything in menu.lst owing to this and it seems there is no need to. Unfortunately this hasn't helped either - still getting the kernel panic. 
    Pacman.log relating to the new kernel package below -
    [2011-08-09 00:22] Running 'pacman -Suy'
    [2011-08-09 00:22] synchronizing package lists
    [2011-08-09 00:23] starting full system upgrade
    [2011-08-09 00:23] Running 'pacman -Suy'
    [2011-08-09 00:23] synchronizing package lists
    [2011-08-09 00:23] starting full system upgrade
    [2011-08-09 00:26] removed python-mygpoclient (1.5-1)
    [2011-08-09 00:26] removed kernel26 (2.6.39.3-1)
    [2011-08-09 00:26] warning: /boot/grub/menu.lst installed as /boot/grub/menu.lst.pacnew
    [2011-08-09 00:26] upgraded grub (0.97-17 -> 0.97-19)
    [2011-08-09 00:26] upgraded icu (4.8-1 -> 4.8.1-1)
    [2011-08-09 00:26] upgraded linux-firmware (20110512-2 -> 20110727-1)
    [2011-08-09 00:26] >>> Updating module dependencies. Please wait ...
    [2011-08-09 00:26] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2011-08-09 00:26] ==> Building image from preset: 'default'
    [2011-08-09 00:26] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2011-08-09 00:26] ==> Starting build: 3.0-ARCH
    [2011-08-09 00:26] -> Parsing hook: [base]
    [2011-08-09 00:26] -> Parsing hook: [udev]
    [2011-08-09 00:26] -> Parsing hook: [autodetect]
    [2011-08-09 00:26] -> Parsing hook: [pata]
    [2011-08-09 00:26] -> Parsing hook: [scsi]
    [2011-08-09 00:26] -> Parsing hook: [sata]
    [2011-08-09 00:26] -> Parsing hook: [filesystems]
    [2011-08-09 00:26] -> Parsing hook: [usbinput]
    [2011-08-09 00:26] ==> Generating module dependencies
    [2011-08-09 00:26] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2011-08-09 00:26] 7079 blocks
    [2011-08-09 00:26] ==> Image generation successful
    [2011-08-09 00:26] ==> Building image from preset: 'fallback'
    [2011-08-09 00:26] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2011-08-09 00:26] ==> Starting build: 3.0-ARCH
    [2011-08-09 00:26] -> Parsing hook: [base]
    [2011-08-09 00:26] -> Parsing hook: [udev]
    [2011-08-09 00:26] -> Parsing hook: [pata]
    [2011-08-09 00:26] -> Parsing hook: [scsi]
    [2011-08-09 00:26] -> Parsing hook: [sata]
    [2011-08-09 00:26] -> Parsing hook: [filesystems]
    [2011-08-09 00:26] -> Parsing hook: [usbinput]
    [2011-08-09 00:26] ==> Generating module dependencies
    [2011-08-09 00:26] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2011-08-09 00:26] 23360 blocks
    [2011-08-09 00:26] ==> Image generation successful
    [2011-08-09 00:26] installed linux (3.0.1-1)
    I don't think I've mentioned that my old menu.lst seems to have disappeared and so must have been on one of the partitions that were deleted. I did have 2 Arch installations when I was setting things up months ago and that menu.lst may have been on the other partition but pointing to this partiton's kernel for booting. Presumably that's possible since this partiton is definitely the one I have been using for the last several months (confirmed by log and other files updated in the last few days etc). Even so, I suppose that probably wouldn't be relevant to this issue, since grub is finding the menu.lst on this partition when it boots so it is looking in the intended place now.
    It seems I'm at a bit of a dead end. It seems these kernel panics are usually because there is something wrong with the kernel - which there wasn't with mine (and presumably the kernel in the new linux package is fine) or there is a typo in menu.lst (I can't see one and nobody has pointed one out yet) or menu.lst is pointing to the wrong partition (mine is pointing to the same partition and /boot directory that is found by grub - which is where my boot image is located - so it seems to be correct). I have nevertheless tried editing the menu.lst entry when booting to boot from different partitions but so far that hasn't worked either.
    If anybody has other ideas I'd really appreciate it.
    If not, some suggestions on re-installing would also be appreciated. I have a recent tar archive of the partition, but presumably reinstalling that wouldn't be of much use since it would just put back what is currently there. I guess that I need to format the partition, create a separate boot partition, do a fresh install of Arch into the formatted partition (and with boot in the new boot partition). And then restore my tar backup (excluding the boot directory) into the formatted partition?
    Any assistance greatly appreciated.
    Thanks
    belbo
    Last edited by belbo (2011-08-08 23:17:49)

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

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

    sirocco wrote:
    I thing your issue is related to this https://bbs.archlinux.org/viewtopic.php?id=183075
    Does the parameter maxcpus=1 affected to your system?
    Wow, with your paramater the kernel boots!
    However, the framebuffer is still broken (the same white artifacts, but many of them).
    I'm considering filing this issue as a bug in the Kernel Bug Tracker...
    I also tried unplugging all of the USB devices connected (the reason is this page, linked from the thread you mentioned), but no luck.
    Here is the serial console output (in the hope of potentially helping others):
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.15.1-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.0 20140604 (prerelease) (GCC) ) #1 SMP PREEMPT Tue Jun 17 09:32:20 CEST 2014
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=8e8c9f53-53f9-43d9-af6e-13c375c2e3c4 rw debug console=tty0 console=ttyS0,115200n8r maxcpus=1
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009c7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009c800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000200fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000020100000-0x000000006d5a8fff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000006d5a9000-0x000000006d5d8fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000006d5d9000-0x000000006d5e8fff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x000000006d5e9000-0x000000006d716fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000006d717000-0x000000006da80fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000006da81000-0x000000006da81fff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000006da82000-0x000000006dac3fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000006dac4000-0x000000006dc31fff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000006dc32000-0x000000006dff9fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000006dffa000-0x000000006dffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.8 present.
    [ 0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./D1800B-ITX, BIOS P1.40 05/22/2014
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x180000 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-E7FFF write-through
    [ 0.000000] E8000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask FC0000000 write-back
    [ 0.000000] 1 base 040000000 mask FE0000000 write-back
    [ 0.000000] 2 base 060000000 mask FF0000000 write-back
    [ 0.000000] 3 base 06E800000 mask FFF800000 uncachable
    [ 0.000000] 4 base 06F000000 mask FFF000000 uncachable
    [ 0.000000] 5 base 100000000 mask F80000000 write-back
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: update [mem 0x6e800000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0x6e000 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000fd6b0-0x000fd6bf] mapped at [ffff8800000fd6b0]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000096000] 96000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b3e000, 0x01b3efff] PGTABLE
    [ 0.000000] BRK [0x01b3f000, 0x01b3ffff] PGTABLE
    [ 0.000000] BRK [0x01b40000, 0x01b40fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x17fe00000-0x17fffffff]
    [ 0.000000] [mem 0x17fe00000-0x17fffffff] page 2M
    [ 0.000000] BRK [0x01b41000, 0x01b41fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x17c000000-0x17fdfffff]
    [ 0.000000] [mem 0x17c000000-0x17fdfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x17bffffff]
    [ 0.000000] [mem 0x100000000-0x17bffffff] page 2M
    [ 0.000000] BRK [0x01b42000, 0x01b42fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x1fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x20100000-0x6d5a8fff]
    [ 0.000000] [mem 0x20100000-0x201fffff] page 4k
    [ 0.000000] [mem 0x20200000-0x6d3fffff] page 2M
    [ 0.000000] [mem 0x6d400000-0x6d5a8fff] page 4k
    [ 0.000000] BRK [0x01b43000, 0x01b43fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x6da81000-0x6da81fff]
    [ 0.000000] [mem 0x6da81000-0x6da81fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x6dac4000-0x6dc31fff]
    [ 0.000000] [mem 0x6dac4000-0x6dc31fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x6dffa000-0x6dffffff]
    [ 0.000000] [mem 0x6dffa000-0x6dffffff] page 4k
    [ 0.000000] RAMDISK: [mem 0x379a2000-0x37cc8fff]
    [ 0.000000] ACPI: RSDP 0x00000000000F04A0 000024 (v02 ALASKA)
    [ 0.000000] ACPI: XSDT 0x000000006D5DC080 00007C (v01 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: FACP 0x000000006D5E73B8 00010C (v05 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/32 (20140214/tbfadt-603)
    [ 0.000000] ACPI: DSDT 0x000000006D5DC188 00B229 (v02 ALASKA A M I 01072009 INTL 20120913)
    [ 0.000000] ACPI: FACS 0x000000006D716F80 000040
    [ 0.000000] ACPI: APIC 0x000000006D5E74C8 000068 (v03 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: FPDT 0x000000006D5E7530 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: MCFG 0x000000006D5E7578 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
    [ 0.000000] ACPI: LPIT 0x000000006D5E75B8 000104 (v01 ALASKA A M I 00000003 VLV2 0100000D)
    [ 0.000000] ACPI: AAFT 0x000000006D5E76C0 0000D7 (v01 ALASKA OEMAAFT 01072009 MSFT 00000097)
    [ 0.000000] ACPI: HPET 0x000000006D5E7798 000038 (v01 ALASKA A M I 01072009 AMI. 00000005)
    [ 0.000000] ACPI: SSDT 0x000000006D5E77D0 000763 (v01 PmRef CpuPm 00003000 INTL 20061109)
    [ 0.000000] ACPI: SSDT 0x000000006D5E7F38 000290 (v01 PmRef Cpu0Tst 00003000 INTL 20061109)
    [ 0.000000] ACPI: SSDT 0x000000006D5E81C8 00017A (v01 PmRef ApTst 00003000 INTL 20061109)
    [ 0.000000] ACPI: UEFI 0x000000006D5E8348 000042 (v01 ALASKA A M I 00000000 00000000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000017fffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x17fffffff]
    [ 0.000000] NODE_DATA [mem 0x17fff6000-0x17fffafff]
    [ 0.000000] [ffffea0000000000-ffffea0005ffffff] PMD -> [ffff88017ba00000-ffff88017f5fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x17fffffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009bfff]
    [ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
    [ 0.000000] node 0: [mem 0x20100000-0x6d5a8fff]
    [ 0.000000] node 0: [mem 0x6da81000-0x6da81fff]
    [ 0.000000] node 0: [mem 0x6dac4000-0x6dc31fff]
    [ 0.000000] node 0: [mem 0x6dffa000-0x6dffffff]
    [ 0.000000] node 0: [mem 0x100000000-0x17fffffff]
    [ 0.000000] On node 0 totalpages: 972217
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3995 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 6937 pages used for memmap
    [ 0.000000] DMA32 zone: 443934 pages, LIFO batch:31
    [ 0.000000] Normal zone: 8192 pages used for memmap
    [ 0.000000] Normal zone: 524288 pages, LIFO batch:31
    [ 0.000000] x86/hpet: Will disable the HPET for this platform because it's not reliable
    [ 0.000000] Reserving Intel graphics stolen memory at 0x6f000000-0x7effffff
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high res lint[0x48])
    [ 0.000000] ACPI: NMI not connected to LINT 1!
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1e])
    [ 0.000000] ACPI: NMI not connected to LINT 1!
    [ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-86
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 103
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009c000-0x0009cfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x20000000-0x200fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6d5a9000-0x6d5d8fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6d5d9000-0x6d5e8fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6d5e9000-0x6d716fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6d717000-0x6da80fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6da82000-0x6dac3fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6dc32000-0x6dff9fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6e000000-0x6effffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x6f000000-0x7effffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x7f000000-0xe00f7fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xe00f9000-0xfed00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed02000-0xffafffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xffb00000-0xffffffff]
    [ 0.000000] e820: [mem 0x7f000000-0xe00f7fff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:2 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88017fc00000 s87168 r8192 d23424 u1048576
    [ 0.000000] pcpu-alloc: s87168 r8192 d23424 u1048576 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 957003
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=8e8c9f53-53f9-43d9-af6e-13c375c2e3c4 rw debug console=tty0 console=ttyS0,115200n8r maxcpus=1
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 3746004K/3888868K available (5222K kernel code, 885K rwdata, 1644K rodata, 1116K init, 1284K bss, 142864K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=2.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    [ 0.000000] NR_IRQS:8448 nr_irqs:512 16
    [ 0.000000] spurious 8259A interrupt: IRQ7.
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] console [ttyS0] enabled
    [ 0.000000] allocated 15728640 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Maximum core-clock to bus-clock ratio: 0x1d
    [ 0.000000] Resolved frequency ID: 0, frequency: 83200 KHz
    [ 0.000000] TSC runs at 2412800 KHz
    [ 0.000000] lapic_timer_frequency = 277333
    [ 0.000000] tsc: Detected 2412.800 MHz processor
    [ 0.000035] Calibrating delay loop (skipped), value calculated using timer frequency.. 4827.66 BogoMIPS (lpj=8042666)
    [ 0.011140] pid_max: default: 32768 minimum: 301
    [ 0.015836] ACPI: Core revision 20140214
    [ 0.036781] ACPI: All ACPI Tables successfully acquired
    [ 0.042794] Security Framework initialized
    [ 0.046965] Yama: becoming mindful.
    [ 0.050963] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.059839] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.067665] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.074463] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.081953] Initializing cgroup subsys memory
    [ 0.086398] Initializing cgroup subsys devices
    [ 0.090912] Initializing cgroup subsys freezer
    [ 0.095430] Initializing cgroup subsys net_cls
    [ 0.099948] Initializing cgroup subsys blkio
    [ 0.104311] CPU: Physical Processor ID: 0
    [ 0.108394] CPU: Processor Core ID: 0
    [ 0.112124] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    [ 0.112124] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.129989] mce: CPU supports 6 MCE banks
    [ 0.134080] CPU0: Thermal monitoring enabled (TM1)
    [ 0.138945] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
    [ 0.138945] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
    [ 0.138945] tlb_flushall_shift: 6
    [ 0.157984] ftrace: allocating 20223 entries in 79 pages
    [ 0.173249] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
    [ 0.212125] smpboot: CPU0: Intel(R) Celeron(R) CPU J1800 @ 2.41GHz (fam: 06, model: 37, stepping: 03)
    [ 0.221805] TSC deadline timer enabled
    [ 0.225627] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, full-width counters, Intel PMU driver.
    [ 0.236290] ... version: 3
    [ 0.240362] ... bit width: 40
    [ 0.244525] ... generic registers: 2
    [ 0.248602] ... value mask: 000000ffffffffff
    [ 0.253981] ... max period: 000000ffffffffff
    [ 0.259356] ... fixed-purpose events: 3
    [ 0.263431] ... event mask: 0000000700000003
    [ 0.288836] x86: Booted up 1 node, 1 CPUs
    [ 0.292962] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.301045] smpboot: Total of 1 processors activated (4827.66 BogoMIPS)
    [ 0.308166] devtmpfs: initialized
    [ 0.317411] PM: Registering ACPI NVS region [mem 0x6d5e9000-0x6d716fff] (1236992 bytes)
    [ 0.327018] pinctrl core: initialized pinctrl subsystem
    [ 0.332357] RTC time: 10:10:42, date: 06/24/14
    [ 0.336933] NET: Registered protocol family 16
    [ 0.341611] cpuidle: using governor ladder
    [ 0.345776] cpuidle: using governor menu
    [ 0.349793] ACPI: bus type PCI registered
    [ 0.353869] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.360461] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.369844] PCI: not using MMCONFIG
    [ 0.373397] PCI: Using configuration type 1 for base access
    [ 0.380369] ACPI: Added _OSI(Module Device)
    [ 0.384635] ACPI: Added _OSI(Processor Device)
    [ 0.389147] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.393916] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.426769] ACPI: SSDT 0x000000006D5D1598 000521 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
    [ 0.436231] ACPI: Dynamic OEM Table Load:
    [ 0.440434] ACPI: SSDT 0x0000000000000000 000521 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
    [ 0.449330] ACPI: SSDT 0x000000006D5D0918 0003DE (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
    [ 0.458885] ACPI: Dynamic OEM Table Load:
    [ 0.463085] ACPI: SSDT 0x0000000000000000 0003DE (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
    [ 0.491952] ACPI: SSDT 0x000000006D5D6C18 00015F (v01 PmRef ApIst 00003000 INTL 20061109)
    [ 0.501412] ACPI: Dynamic OEM Table Load:
    [ 0.505615] ACPI: SSDT 0x0000000000000000 00015F (v01 PmRef ApIst 00003000 INTL 20061109)
    [ 0.524219] ACPI: SSDT 0x000000006D5D2F18 00008D (v01 PmRef ApCst 00003000 INTL 20061109)
    [ 0.533626] ACPI: Dynamic OEM Table Load:
    [ 0.537832] ACPI: SSDT 0x0000000000000000 00008D (v01 PmRef ApCst 00003000 INTL 20061109)
    [ 0.556968] ACPI: Interpreter enabled
    [ 0.560703] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140214/hwxface-580)
    [ 0.570137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140214/hwxface-580)
    [ 0.579581] ACPI: (supports S0 S3 S4 S5)
    [ 0.583571] ACPI: Using IOAPIC for interrupt routing
    [ 0.588702] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.599074] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.631033] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.648454] ACPI: Power Resource [USBC] (on)
    [ 0.654189] ACPI: Power Resource [PLPE] (on)
    [ 0.658781] ACPI: Power Resource [PLPE] (on)
    [ 0.668590] ACPI: Power Resource [CLK0] (on)
    [ 0.673003] ACPI: Power Resource [CLK1] (on)
    [ 0.752664] ACPI: Power Resource [FN00] (off)
    [ 0.757627] ACPI: \_PR_.CPU2: failed to get CPU APIC ID.
    [ 0.763012] ACPI: \_PR_.CPU3: failed to get CPU APIC ID.
    [ 0.768653] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.774909] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.783393] \_SB_.PCI0:_OSC invalid UUID
    [ 0.787379] _OSC request data:1 1f 0
    [ 0.791360] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
    [ 0.798434] PCI host bridge to bus 0000:00
    [ 0.802603] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.808152] pci_bus 0000:00: root bus resource [io 0x0000-0x006f]
    [ 0.814398] pci_bus 0000:00: root bus resource [io 0x0078-0x0cf7]
    [ 0.820640] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.826886] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.833824] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
    [ 0.840763] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff]
    [ 0.847707] pci_bus 0000:00: root bus resource [mem 0x80000000-0x90816ffe]
    [ 0.854653] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
    [ 0.860880] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
    [ 0.866964] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x903fffff]
    [ 0.873310] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff pref]
    [ 0.880091] pci 0000:00:02.0: reg 0x20: [io 0xf080-0xf087]
    [ 0.885896] pci 0000:00:13.0: [8086:0f23] type 00 class 0x010601
    [ 0.891989] pci 0000:00:13.0: reg 0x10: [io 0xf070-0xf077]
    [ 0.897632] pci 0000:00:13.0: reg 0x14: [io 0xf060-0xf063]
    [ 0.903277] pci 0000:00:13.0: reg 0x18: [io 0xf050-0xf057]
    [ 0.908921] pci 0000:00:13.0: reg 0x1c: [io 0xf040-0xf043]
    [ 0.914569] pci 0000:00:13.0: reg 0x20: [io 0xf020-0xf03f]
    [ 0.920213] pci 0000:00:13.0: reg 0x24: [mem 0x90816000-0x908167ff]
    [ 0.926590] pci 0000:00:13.0: PME# supported from D3hot
    [ 0.932016] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
    [ 0.938109] pci 0000:00:14.0: reg 0x10: [mem 0x90800000-0x9080ffff 64bit]
    [ 0.945015] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 0.951015] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 0.956817] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
    [ 0.962916] pci 0000:00:1a.0: reg 0x10: [mem 0x90500000-0x905fffff]
    [ 0.969261] pci 0000:00:1a.0: reg 0x14: [mem 0x90400000-0x904fffff]
    [ 0.975696] pci 0000:00:1a.0: PME# supported from D0 D3hot
    [ 0.981392] pci 0000:00:1b.0: [8086:0f04] type 00 class 0x040300
    [ 0.987483] pci 0000:00:1b.0: reg 0x10: [mem 0x90810000-0x90813fff 64bit]
    [ 0.994407] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 1.000702] pci 0000:00:1c.0: [8086:0f48] type 01 class 0x060400
    [ 1.006831] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 1.013127] pci 0000:00:1c.1: [8086:0f4a] type 01 class 0x060400
    [ 1.019259] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 1.025556] pci 0000:00:1c.2: [8086:0f4c] type 01 class 0x060400
    [ 1.031687] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 1.037981] pci 0000:00:1c.3: [8086:0f4e] type 01 class 0x060400
    [ 1.044113] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 1.050419] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
    [ 1.058705] pci 0000:00:1f.3: [8086:0f12] type 00 class 0x0c0500
    [ 1.064811] pci 0000:00:1f.3: reg 0x10: [mem 0x90814000-0x9081401f]
    [ 1.071209] pci 0000:00:1f.3: reg 0x20: [io 0xf000-0xf01f]
    [ 1.077163] pci 0000:01:00.0: [8086:10d3] type 00 class 0x020000
    [ 1.083262] pci 0000:01:00.0: reg 0x10: [mem 0x907c0000-0x907dffff]
    [ 1.089611] pci 0000:01:00.0: reg 0x14: [mem 0x90700000-0x9077ffff]
    [ 1.095960] pci 0000:01:00.0: reg 0x18: [io 0xe000-0xe01f]
    [ 1.101613] pci 0000:01:00.0: reg 0x1c: [mem 0x907e0000-0x907e3fff]
    [ 1.107991] pci 0000:01:00.0: reg 0x30: [mem 0x90780000-0x907bffff pref]
    [ 1.114863] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
    [ 1.121076] pci 0000:01:00.0: System wakeup disabled by ACPI
    [ 1.133486] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 1.138516] pci 0000:00:1c.0: bridge window [io 0xe000-0xefff]
    [ 1.144674] pci 0000:00:1c.0: bridge window [mem 0x90700000-0x907fffff]
    [ 1.151629] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
    [ 1.157715] pci 0000:02:00.0: reg 0x10: [io 0xd000-0xd0ff]
    [ 1.163378] pci 0000:02:00.0: reg 0x18: [mem 0x90604000-0x90604fff 64bit]
    [ 1.170248] pci 0000:02:00.0: reg 0x20: [mem 0x90600000-0x90603fff 64bit pref]
    [ 1.177628] pci 0000:02:00.0: supports D1 D2
    [ 1.181962] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 1.188686] pci 0000:02:00.0: System wakeup disabled by ACPI
    [ 1.201089] pci 0000:00:1c.1: PCI bridge to [bus 02]
    [ 1.206125] pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff]
    [ 1.212285] pci 0000:00:1c.1: bridge window [mem 0x90600000-0x906fffff]
    [ 1.219229] pci 0000:00:1c.2: PCI bridge to [bus 03]
    [ 1.224344] pci 0000:00:1c.3: PCI bridge to [bus 04]
    [ 1.230256] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 1.237966] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 1.245684] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 1.253392] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 1.261102] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 1.268822] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 1.277806] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 1.285519] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 1.294917] ACPI: Enabled 6 GPEs in block 00 to 3F
    [ 1.300076] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 1.308247] vgaarb: loaded
    [ 1.311016] vgaarb: bridge control possible 0000:00:02.0
    [ 1.316434] PCI: Using ACPI for IRQ routing
    [ 1.326342] PCI: pci_cache_line_size set to 64 bytes
    [ 1.331413] e820: reserve RAM buffer [mem 0x0009c800-0x0009ffff]
    [ 1.337487] e820: reserve RAM buffer [mem 0x6d5a9000-0x6fffffff]
    [ 1.343564] e820: reserve RAM buffer [mem 0x6da82000-0x6fffffff]
    [ 1.349635] e820: reserve RAM buffer [mem 0x6dc32000-0x6fffffff]
    [ 1.355705] e820: reserve RAM buffer [mem 0x6e000000-0x6fffffff]
    [ 1.361922] NetLabel: Initializing
    [ 1.365387] NetLabel: domain hash size = 128
    [ 1.369809] NetLabel: protocols = UNLABELED CIPSOv4
    [ 1.374857] NetLabel: unlabeled traffic allowed by default
    [ 1.380537] Switched to clocksource refined-jiffies
    [ 1.392661] pnp: PnP ACPI init
    [ 1.395822] ACPI: bus type PNP registered
    [ 1.399970] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 1.406678] pnp 00:01: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 1.413412] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
    [ 1.420086] system 00:03: [io 0x0680-0x069f] has been reserved
    [ 1.426073] system 00:03: [io 0x0400-0x047f] has been reserved
    [ 1.432056] system 00:03: [io 0x0500-0x05fe] has been reserved
    [ 1.438041] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.445049] system 00:04: [io 0x0290-0x029f] has been reserved
    [ 1.451043] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.458398] pnp 00:05: [dma 3]
    [ 1.461710] pnp 00:05: Plug and Play ACPI device, IDs PNP0400 PNP0401 (active)
    [ 1.469299] pnp 00:06: [dma 0 disabled]
    [ 1.473291] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 1.480208] pnp 00:07: [dma 0 disabled]
    [ 1.484196] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 1.491178] system 00:08: [mem 0xe0000000-0xefffffff] could not be reserved
    [ 1.498213] system 00:08: [mem 0xfed01000-0xfed01fff] has been reserved
    [ 1.504897] system 00:08: [mem 0xfed03000-0xfed03fff] has been reserved
    [ 1.511583] system 00:08: [mem 0xfed04000-0xfed04fff] has been reserved
    [ 1.518261] system 00:08: [mem 0xfed0c000-0xfed0ffff] has been reserved
    [ 1.524941] system 00:08: [mem 0xfed08000-0xfed08fff] has been reserved
    [ 1.531625] system 00:08: [mem 0xfed1c000-0xfed1cfff] has been reserved
    [ 1.538311] system 00:08: [mem 0xfee00000-0xfeefffff] has been reserved
    [ 1.544997] system 00:08: [mem 0xfef00000-0xfeffffff] has been reserved
    [ 1.551675] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.560396] pnp 00:09: Plug and Play ACPI device, IDs INT33bd (active)
    [ 1.567003] pnp: PnP ACPI: found 10 devices
    [ 1.571251] ACPI: bus type PNP unregistered
    [ 1.583183] Switched to clocksource acpi_pm
    [ 1.587478] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
    [ 1.597577] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    [ 1.607670] pci 0000:00:1c.2: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
    [ 1.615936] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
    [ 1.626024] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff] to [bus 03] add_size 200000
    [ 1.635168] pci 0000:00:1c.3: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000
    [ 1.643435] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000
    [ 1.653523] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000
    [ 1.662668] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 1.672672] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 1.682680] pci 0000:00:1c.2: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [ 1.691732] pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 1.701731] pci 0000:00:1c.3: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [ 1.710777] pci 0000:00:1c.3: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 1.720777] pci 0000:00:1c.2: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 1.728960] pci 0000:00:1c.3: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 1.737145] pci 0000:00:1c.0: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.744192] pci 0000:00:1c.1: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.751239] pci 0000:00:1c.2: BAR 14: can't assign mem (size 0x200000)
    [ 1.757849] pci 0000:00:1c.2: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.764892] pci 0000:00:1c.3: BAR 14: can't assign mem (size 0x200000)
    [ 1.771499] pci 0000:00:1c.3: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.778542] pci 0000:00:1c.2: BAR 13: assigned [io 0x1000-0x1fff]
    [ 1.784800] pci 0000:00:1c.3: BAR 13: assigned [io 0x2000-0x2fff]
    [ 1.791064] pci 0000:00:1c.3: BAR 14: can't assign mem (size 0x200000)
    [ 1.797674] pci 0000:00:1c.3: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.804721] pci 0000:00:1c.2: BAR 14: can't assign mem (size 0x200000)
    [ 1.811331] pci 0000:00:1c.2: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.818374] pci 0000:00:1c.1: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.825417] pci 0000:00:1c.0: BAR 15: can't assign mem pref (size 0x200000)
    [ 1.832463] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 1.837507] pci 0000:00:1c.0: bridge window [io 0xe000-0xefff]
    [ 1.843686] pci 0000:00:1c.0: bridge window [mem 0x90700000-0x907fffff]
    [ 1.850558] pci 0000:00:1c.1: PCI bridge to [bus 02]
    [ 1.855607] pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff]
    [ 1.861783] pci 0000:00:1c.1: bridge window [mem 0x90600000-0x906fffff]
    [ 1.868657] pci 0000:00:1c.2: PCI bridge to [bus 03]
    [ 1.873706] pci 0000:00:1c.2: bridge window [io 0x1000-0x1fff]
    [ 1.879887] pci 0000:00:1c.3: PCI bridge to [bus 04]
    [ 1.884927] pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
    [ 1.891112] pci_bus 0000:00: resource 4 [io 0x0000-0x006f]
    [ 1.896765] pci_bus 0000:00: resource 5 [io 0x0078-0x0cf7]
    [ 1.902418] pci_bus 0000:00: resource 6 [io 0x0d00-0xffff]
    [ 1.908075] pci_bus 0000:00: resource 7 [mem 0x000a0000-0x000bffff]
    [ 1.914422] pci_bus 0000:00: resource 8 [mem 0x000c0000-0x000dffff]
    [ 1.920771] pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000fffff]
    [ 1.927120] pci_bus 0000:00: resource 10 [mem 0x80000000-0x90816ffe]
    [ 1.933553] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    [ 1.939206] pci_bus 0000:01: resource 1 [mem 0x90700000-0x907fffff]
    [ 1.945549] pci_bus 0000:02: resource 0 [io 0xd000-0xdfff]
    [ 1.951199] pci_bus 0000:02: resource 1 [mem 0x90600000-0x906fffff]
    [ 1.957542] pci_bus 0000:03: resource 0 [io 0x1000-0x1fff]
    [ 1.963196] pci_bus 0000:04: resource 0 [io 0x2000-0x2fff]
    [ 1.968880] NET: Registered protocol family 2
    [ 1.973565] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
    [ 1.981016] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    [ 1.987845] TCP: Hash tables configured (established 32768 bind 32768)
    [ 1.994501] TCP: reno registered
    [ 1.997825] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 2.003945] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 2.010564] NET: Registered protocol family 1
    [ 2.015019] pci 0000:00:02.0: Boot video device
    [ 2.019903] PCI: CLS 64 bytes, default 64
    [ 2.024073] Unpacking initramfs...
    [ 2.105454] Freeing initrd memory: 3228K (ffff8800379a2000 - ffff880037cc9000)
    [ 2.112837] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 2.119368] software IO TLB [mem 0x695a9000-0x6d5a9000] (64MB) mapped at [ffff8800695a9000-ffff88006d5a8fff]
    [ 2.129445] Scanning for low memory corruption every 60 seconds
    [ 2.135804] futex hash table entries: 512 (order: 3, 32768 bytes)
    [ 2.156416] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 2.165203] zbud: loaded
    [ 2.168024] VFS: Disk quotas dquot_6.5.2
    [ 2.172084] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 2.178768] msgmni has been set to 7322
    [ 2.182754] Key type big_key registered
    [ 2.186852] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 2.196416] io scheduler noop registered
    [ 2.200428] io scheduler deadline registered
    [ 2.204842] io scheduler cfq registered (default)
    [ 2.210255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 2.215942] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 2.222693] intel_idle: MWAIT substates: 0x33000020
    [ 2.227650] intel_idle: v0.4 model 0x37
    [ 2.231565] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 2.237591] GHES: HEST is not enabled!
    [ 2.241502] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 2.268668] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
    [ 2.296818] 00:07: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
    [ 2.304636] hpet: number irqs doesn't agree with number of timers
    [ 2.310836] Linux agpgart interface v0.103
    [ 2.315070] rtc_cmos 00:00: RTC can wake from S4
    [ 2.319912] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
    [ 2.326116] rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram
    [ 2.332916] Intel P-state driver initializing.
    [ 2.337453] Intel pstate controlling: cpu 0
    [ 2.341754] ledtrig-cpu: registered to indicate activity on CPUs
    [ 2.347974] TCP: cubic registered
    [ 2.351527] NET: Registered protocol family 10
    [ 2.356327] NET: Registered protocol family 17
    [ 2.361157] registered taskstats version 1
    [ 2.365722] Magic number: 2:479:174
    [ 2.369510] acpi device:37: hash matches
    [ 2.373534] acpi device:0a: hash matches
    [ 2.377583] rtc_cmos 00:00: setting system clock to 2014-06-24 10:10:44 UTC (1403604644)
    [ 2.385853] PM: Hibernation image not present or could not be loaded.
    [ 2.393975] Freeing unused kernel memory: 1116K (ffffffff818df000 - ffffffff819f6000)
    [ 2.402057] Write protecting the kernel read-only data: 8192k
    [ 2.411885] Freeing unused kernel memory: 912K (ffff88000151c000 - ffff880001600000)
    [ 2.421541] Freeing unused kernel memory: 404K (ffff88000179b000 - ffff880001800000)
    :: running early hook [udev]
    [ 2.439228] random: systemd-tmpfile urandom read with 66 bits of entropy available
    :: running hook [udev]
    :: Triggering uevents...[ 2.453985] systemd-udevd[41]: starting version 213
    calling: trigger
    calling: trigger
    [ 2.494434] sdhci: Secure Digital Host Controller Interface driver
    calling: settle
    [ 2.514161] sdhci: Copyright(c) Pierre Ossman
    [ 2.520056] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 2.548038] SCSI subsystem initialized
    [ 2.554183] ACPI: bus type USB registered
    [ 2.562240] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 2.573276] usbcore: registered new interface driver usbfs
    [ 2.588346] libata version 3.00 loaded.
    [ 2.592373] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 2.605003] usbcore: registered new interface driver hub
    [ 2.613243] ahci 0000:00:13.0: version 3.0
    [ 2.630874] ahci 0000:00:13.0: controller can't do DEVSLP, turning off
    [ 2.640642] usbcore: registered new device driver usb
    [ 2.649867] ahci 0000:00:13.0: irq 103 for MSI/MSI-X
    [ 2.667275] ahci 0000:00:13.0: AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
    [ 2.676009] ahci 0000:00:13.0: flags: 64bit ncq pm led clo pio slum part deso
    [ 2.684271] scsi0 : ahci
    [ 2.687333] scsi1 : ahci
    [ 2.690152] ata1: SATA max UDMA/133 abar m2048@0x90816000 port 0x90816100 irq 103
    [ 2.698218] ata2: SATA max UDMA/133 abar m2048@0x90816000 port 0x90816180 irq 103
    [ 2.706188] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 2.711921] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
    [ 2.719949] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 2.726970] xhci_hcd 0000:00:14.0: irq 104 for MSI/MSI-X
    [ 2.732856] hub 1-0:1.0: USB hub found
    [ 2.736772] hub 1-0:1.0: 6 ports detected
    [ 2.741583] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 2.746973] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
    [ 2.754948] hub 2-0:1.0: USB hub found
    [ 2.758863] hub 2-0:1.0: 1 port detected
    [ 3.030952] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 3.037501] ata2: SATA link down (SStatus 0 SControl 300)
    [ 3.043189] ata1.00: ATA-9: M4-CT064M4SSD1, 070H, max UDMA/100
    [ 3.049209] ata1.00: 125045424 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 3.057089] ata1.00: configured for UDMA/100
    [ 3.074431] scsi 0:0:0:0: Direct-Access ATA M4-CT064M4SSD1 070H PQ: 0 ANSI: 5
    [ 3.088896] sd 0:0:0:0: [sda] 125045424 512-byte logical blocks: (64.0 GB/59.6 GiB)
    [ 3.097098] sd 0:0:0:0: [sda] Write Protect is off
    [ 3.102095] usb 1-2: new high-speed USB device number 2 using xhci_hcd
    [ 3.108854] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 3.114137] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 3.124649] sda: sda1 sda2 sda3
    [ 3.128713] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 3.133503] tsc: Refined TSC clocksource calibration: 2416.666 MHz
    :: performing fsck on '/dev/sda3'
    /dev/sda3: clean, 29923/3637248 files, 462111/14530646 blocks
    :: mounting '/dev/sda3' on real root
    [ 3.206563] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
    :: running cleanup hook [udev]
    calling: control
    calling: info
    [ 3.266375] systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpuset of type cgroup with options cpuset.
    [ 3.275733] systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpu,cpuacct of type cgroup with options cpu,cpuacct.
    [ 3.285978] systemd[1]: Mounting cgroup to /sys/fs/cgroup/memory of type cgroup with options memory.
    [ 3.295325] systemd[1]: Mounting cgroup to /sys/fs/cgroup/devices of type cgroup with options devices.
    [ 3.304805] systemd[1]: Mounting cgroup to /sys/fs/cgroup/freezer of type cgroup with options freezer.
    [ 3.314283] systemd[1]: Mounting cgroup to /sys/fs/cgroup/net_cls of type cgroup with options net_cls.
    [ 3.323780] systemd[1]: Mounting cgroup to /sys/fs/cgroup/blkio of type cgroup with options blkio.
    [ 3.332991] systemd[1]: systemd 213 running in system mode. (+PAM -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ +SECCOMP -APPARMOR)
    [ 3.346596] systemd[1]: Detected architecture 'x86-64'.
    Welcome to 3.352693] hub 1-2:1.0: USB hub found
    ;36mArch Linux 3.358125] hub 1-2:1.0: 3 ports detected
    0m!
    [ 3.368118] systemd[1]: Set hostname to <RT01-JSK4>.
    [ 3.374918] systemd[1]: Using cgroup controller name=systemd. File system hierarchy is at /sys/fs/cgroup/systemd.
    [ 3.385419] systemd[1]: Installed release agent.
    [ 3.390265] systemd[1]: Set up TFD_TIMER_CANCEL_ON_SET timerfd.
    [ 3.398378] systemd[83]: Spawned /usr/lib/systemd/system-generators/systemd-getty-generator as 84.
    [ 3.407748] systemd[83]: Spawned /usr/lib/systemd/system-generators/systemd-cryptsetup-generator as 85.
    [ 3.419454] systemd-getty-generator[84]: Automatically adding serial getty for /dev/ttyS0.
    [ 3.427906] systemd[83]: Spawned /usr/lib/systemd/system-generators/systemd-gpt-auto-generator as 86.
    [ 3.437921] systemd[83]: Spawned /usr/lib/systemd/system-generators/lvm2-activation-generator as 87.
    [ 3.448084] systemd[83]: Spawned /usr/lib/systemd/system-generators/systemd-system-update-generator as 88.
    [ 3.459769] systemd[83]: Spawned /usr/lib/systemd/system-generators/systemd-fstab-generator as 89.
    [ 3.470456] systemd-gpt-auto-generator[86]: Root device /dev/sda.
    [ 3.477148] systemd[83]: Spawned /usr/lib/systemd/system-generators/systemd-efi-boot-generator as 90.
    [ 3.487124] systemd[83]: /usr/lib/systemd/system-generators/systemd-getty-generator succeeded.
    [ 3.497371] systemd-efi-boot-generator[90]: Not an EFI boot, exiting.
    [ 3.504350] systemd[83]: /usr/lib/systemd/system-generators/systemd-cryptsetup-generator succeeded.
    [ 3.513727] systemd-fstab-generator[89]: Found entry what=/dev/disk/by-uuid/8e8c9f53-53f9-43d9-af6e-13c375c2e3c4 where=/ type=ext4
    [ 3.527881] usb 1-3: new high-speed USB device number 3 using xhci_hcd
    [ 3.537952] systemd-fstab-generator[89]: Found entry what=/dev/disk/by-uuid/459d5224-8cec-4104-9d8a-f17795e0ab1c where=/boot type=ext4
    [ 3.550456] systemd-fstab-generator[89]: Found entry what=/dev/disk/by-uuid/f1d9f88f-7c13-4af0-bbbc-c823000705c5 where=none type=swap
    [ 3.565743] systemd-gpt-auto-generator[86]: Not a GPT partition table, ignoring.
    [ 3.573515] systemd[83]: /usr/lib/systemd/system-generators/systemd-gpt-auto-generator succeeded.
    [ 3.582516] systemd[83]: /usr/lib/systemd/system-generators/lvm2-activation-generator succeeded.
    [ 3.591447] systemd[83]: /usr/lib/systemd/system-generators/systemd-system-update-generator succeeded.
    [ 3.600882] systemd[83]: /usr/lib/systemd/system-generators/systemd-fstab-generator succeeded.
    [ 3.609612] systemd[83]: /usr/lib/systemd/system-generators/systemd-efi-boot-generator succeeded.
    [ 3.618718] systemd[1]: /usr/lib/systemd/system-generators succeeded.
    [ 3.625632] systemd[1]: Looking for unit files in (higher priority first):
    [ 3.632612] systemd[1]: /etc/systemd/system
    [ 3.636962] systemd[1]: /run/systemd/system
    [ 3.641324] systemd[1]: /run/systemd/generator
    [ 3.645970] systemd[1]: /usr/local/lib/systemd/system
    [ 3.651226] systemd[1]: /usr/lib/systemd/system
    [ 3.655929] systemd[1]: SysV init scripts and rcN.d links support disabled
    [ 3.669529] systemd[1]: Failed to load configuration for display-manager.service: No such file or directory
    [ 3.679617] random: nonblocking pool is initialized
    [ 3.684998] systemd[1]: Failed to load configuration for plymouth-start.service: No such file or directory
    [ 3.698988] systemd[1]: Failed to load configuration for plymouth-quit-wait.service: No such file or directory
    [ 3.721986] systemd[1]: Failed to load configuration for auditd.service: No such file or directory
    [ 3.736898] systemd[1]: Failed to load configuration for syslog.service: No such file or directory
    [ 3.751312] systemd[1]: Using notification socket /run/systemd/notify
    [ 3.757877] systemd[1]: Successfully created private D-Bus server.
    [ 3.764164] systemd[1]: -.mount changed dead -> mounted
    [ 3.769531] systemd[1]: Activating default unit: default.target
    [ 3.775561] systemd[1]: Trying to enqueue job graphical.target/start/isolate
    [ 3.782898] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
    [ 3.797928] systemd[1]: Installed new job graphical.target/start as 1
    [ 3.804469] systemd[1]: Installed new job multi-user.target/start as 2
    [ 3.811096] systemd[1]: Installed new job basic.target/start as 3
    [ 3.817279] systemd[1]: Installed new job sysinit.target/start as 4
    [ 3.823636] systemd[1]: Installed new job local-fs.target/start as 5
    [ 3.830089] usb 1-4: new low-speed USB device number 4 using xhci_hcd
    [ 3.836622] systemd[1]: Installed new job boot.mount/start as 6
    [ 3.842665] systemd[1]: Installed new job system.slice/start as 8
    [ 3.848881] systemd[1]: Installed new job -.slice/start as 9
    [ 3.854629] systemd[1]: Installed new job dev-disk-by\x2duuid-459d5224\x2d8cec\x2d4104\x2d9d8a\x2df17795e0ab1c.device/start as 10
    [ 3.866392] systemd[1]: Installed new job systemd-fsck@dev-disk-by\x2duuid-459d5224\x2d8cec\x2d4104\x2d9d8a\x2df17795e0ab1c.service/start as 11
    [ 3.879359] systemd[1]: Installed new job system-systemd\x2dfsck.slice/start as 12
    [ 3.887027] systemd[1]: Installed new job systemd-fsck-root.service/start as 15
    [ 3.894441] systemd[1]: Installed new job systemd-remount-fs.service/start as 16
    [ 3.901956] systemd[1]: Installed new job local-fs-pre.target/start as 17
    [ 3.908838] systemd[1]: Installed new job tmp.mount/start as 18
    [ 3.914850] systemd[1]: Installed new job swap.target/start as 19
    [ 3.921032] systemd[1]: Installed new job dev-disk-by\x2duuid-f1d9f88f\x2d7c13\x2d4af0\x2dbbbc\x2dc823000705c5.swap/start as 20
    [ 3.932630] systemd[1]: Installed new job dev-disk-by\x2duuid-f1d9f88f\x2d7c13\x2d4af0\x2dbbbc\x2dc823000705c5.device/start as 21
    [ 3.944384] systemd[1]: Installed new job systemd-vconsole-setup.service/start as 22
    [ 3.952234] systemd[1]: Installed new job systemd-udev-trigger.service/start as 23
    [ 3.959918] systemd[1]: Installed new job systemd-udevd.service/start as 24
    [ 3.966973] systemd[1]: Installed new job systemd-udevd-control.socket/start as 25
    [ 3.974639] systemd[1]: Installed new job systemd-udevd-kernel.socket/start as 26
    [ 3.982221] systemd[1]: Installed new job kmod-static-nodes.service/start as 27
    [ 3.989630] systemd[1]: Installed new job lvm2-lvmetad.socket/start as 28
    [ 3.996509] systemd[1]: Installed new job dev-hugepages.mount/start as 29
    [ 4.003384] systemd[1]: Installed new job sys-fs-fuse-connections.mount/start as 30
    [ 4.011144] systemd[1]: Installed new job systemd-binfmt.service/start as 31
    [ 4.018314] systemd[1]: Installed new job systemd-modules-load.service/start as 32
    [ 4.025999] systemd[1]: Installed new job systemd-update-utmp.service/start as 33
    [ 4.033588] systemd[1]: Installed new job dev-mqueue.mount/start as 34
    [ 4.040217] systemd[1]: Installed new job systemd-random-seed.service/start as 35
    [ 4.047822] systemd[1]: Installed new job systemd-sysctl.service/start as 36
    [ 4.054978] systemd[1]: Installed new job cryptsetup.target/start as 37
    [ 4.061696] systemd[1]: Installed new job systemd-journal-flush.service/start as 38
    [ 4.069470] systemd[1]: Installed new job systemd-journald.service/start as 39
    [ 4.076914] usb 1-4: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 4.085721] systemd[1]: Installed new job systemd-journald.socket/start as 40
    [ 4.092941] usb 1-4: ep 0x82 - rounding interval to 256 microframes, ep desc says 384 microframes
    [ 4.101918] systemd[1]: Installed new job systemd-ask-password-console.path/start as 41
    [ 4.110028] systemd[1]: Installed new job systemd-tmpfiles-setup-dev.service/start as 42
    [ 4.118241] systemd[1]: Installed new job sys-kernel-debug.mount/start as 43
    [ 4.125618] systemd[1]: Installed new job proc-sys-fs-binfmt_misc.automount/start as 44
    [ 4.133753] systemd[1]: Installed new job sys-kernel-config.mount/start as 45
    [ 4.140993] systemd[1]: Installed new job systemd-tmpfiles-setup.service/start as 46
    [ 4.148903] systemd[1]: Installed new job sockets.target/start as 49
    [ 4.155380] Switched to clocksource tsc
    [ 4.159322] systemd[1]: Installed new job systemd-shutdownd.socket/start as 50
    [ 4.166636] systemd[1]: Installed new job dm-event.socket/start as 51
    [ 4.173168] systemd[1]: Installed new job dbus.socket/start as 52
    [ 4.179345] systemd[1]: Installed new job systemd-initctl.socket/start as 53
    [ 4.186481] systemd[1]: Installed new job timers.target/start as 54
    [ 4.192831] systemd[1]: Installed new job systemd-tmpfiles-clean.timer/start as 55
    [ 4.200486] systemd[1]: Installed new job paths.target/start as 56
    [ 4.206741] systemd[1]: Installed new job slices.target/start as 57
    [ 4.213081] systemd[1]: Installed new job remote-fs.target/start as 58
    [ 4.219683] systemd[1]: Installed new job [email protected]/start as 59
    [ 4.226715] systemd[1]: Installed new job sys-subsystem-net-devices-enp2s0.device/start as 60
    [ 4.235326] systemd[1]: Installed new job network.target/start as 61
    [ 4.241752] systemd[1]: Installed new job system-dhcpcd.slice/start as 62
    [ 4.248614] systemd[1]: Installed new job systemd-logind.service/start as 63
    [ 4.255733] systemd[1]: Installed new job user.slice/start as 64
    [ 4.261811] systemd[1]: Installed new job man-db.timer/start as 65
    [ 4.268062] systemd[1]: Installed new job shadow.timer/start as 66
    [ 4.274318] systemd[1]: Installed new job dbus.service/start as 67
    [ 4.280570] systemd[1]: Installed new job systemd-user-sessions.service/start as 68
    [ 4.288307] systemd[1]: Installed new job systemd-ask-password-wall.path/start as 69
    [ 4.296131] systemd[1]: Installed new job getty.target/start as 70
    [ 4.302381] systemd[1]: Installed new job [email protected]/start as 71
    [ 4.309154] systemd[1]: Installed new job system-getty.slice/start as 72
    [ 4.315928] systemd[1]: Installed new job [email protected]/start as 73
    [ 4.323403] systemd[1]: Installed new job dev-ttyS0.device/start as 74
    [ 4.330003] systemd[1]: Installed new job system-serial\x2dgetty.slice/start as 75
    [ 4.337653] systemd[1]: Installed new job logrotate.timer/start as 76
    [ 4.344172] systemd[1]: Enqueued job graphical.target/start as 1
    [ 4.350253] systemd[1]: Loaded units and determined initial transaction in 952.878ms.
    [ 4.358290] systemd[1]: Child 82 (switch_root) died (code=exited, status=0/SUCCESS)
    [ 4.366201] systemd[1]: Received SIGCHLD from PID 83 (n/a).
    [ 4.371876] systemd[1]: Expecting device dev-ttyS0.device...
    Expecting device dev-ttyS0.device...
    [ 4.385085] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 4.392913] systemd[1]: systemd-ask-password-wall.path changed dead -> waiting
    [ 4.400225] systemd[1]: Job systemd-ask-password-wall.path/start finished, result=done
    [ 4.408234] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 4.415903] systemd[1]: Expecting device sys-subsystem-net-devices-enp2s0.device...
    Expecting device sys-subsystem-net-devices-enp2s0.device...
    [ 4.435222] systemd[1]: Starting Remote File Systems.
    [ 4.440355] systemd[1]: remote-fs.target changed dead -> active
    [ 4.446356] systemd[1]: Job remote-fs.target/start finished, result=done
    [ OK ] Reached target Remote File Systems.
    [ 4.461904] systemd[1]: Reached target Remote File Systems.
    [ 4.467578] systemd[1]: ConditionPathIsReadWrite=/proc/sys/ succeeded for proc-sys-fs-binfmt_misc.automount.
    [ 4.477509] systemd[1]: ConditionPathExists=/proc/sys/fs/binfmt_misc/ succeeded for proc-sys-fs-binfmt_misc.automount.
    [ 4.488302] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 4.497112] systemd[1]: Autofs kernel version 1.0
    [ 4.501966] systemd[1]: Autofs protocol version 5.2
    [ 4.506927] systemd[1]: proc-sys-fs-binfmt_misc.automount changed dead -> waiting
    [ 4.514497] systemd[1]: Job proc-sys-fs-binfmt_misc.automount/start finished, result=done
    [ OK ] Set up automount Arbitrary Executable File Formats F...utomount Point.
    [ 4.535285] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 4.544786] systemd[1]: ConditionPathExists=!/run/plymouth/pid succeeded for systemd-ask-password-console.path.
    [ 4.554973] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 4.563107] systemd[1]: systemd-ask-password-console.path changed dead -> waiting
    [ 4.570679] systemd[1]: Job systemd-ask-password-console.path/start finished, result=done
    [ 4.578947] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 4.586958] systemd[1]: Starting Paths.
    [ 4.590871] systemd[1]: paths.target changed dead -> active
    [ 4.596517] systemd[1]: Job paths.target/start finished, result=done
    [ OK ] Reached target Paths.
    [ 4.612014] systemd[1]: Reached target Paths.
    [ 4.616465] systemd[1]: Starting Encrypted Volumes.
    [ 4.621423] systemd[1]: cryptsetup.target changed dead -> active
    [ 4.627507] systemd[1]: Job cryptsetup.target/start finished, result=done
    [ OK ] Reached target Encrypted Volumes.
    [ 4.645354] systemd[1]: Reached target Encrypted Volumes.
    [ 4.650850] systemd[1]: Expecting device dev-disk-by\x2duuid-f1d9f88f\x2d7c13\x2d4af0\x2dbbbc\x2dc823000705c5.device...
    Expecting device dev-disk-by\x2duuid-f1d9f88f\x2d7c1...705c5.device...
    [ 4.675377] systemd[1]: Expecting device dev-disk-by\x2duuid-459d5224\x2d8cec\x2d4104\x2d9d8a\x2df17795e0ab1c.device...
    Expecting device dev-disk-by\x2duuid-459d5224\x2d8ce...0ab1c.device...
    [ 4.698735] systemd[1]: Starting Root Slice.
    [ 4.711316] systemd[1]: -.slice changed dead -> active
    [ 4.716589] systemd[1]: Job -.slice/start finished, result=done
    [ OK ] Created slice Root Slice.
    [ 4.732146] systemd[1]: Created slice Root Slice.
    [ 4.736947] systemd[1]: Starting Delayed Shutdown Socket.
    [ 4.742463] systemd[1]: systemd-shutdownd.socket changed dead -> listening
    [ 4.749415] systemd[1]: Job systemd-shutdownd.socket/start finished, result=done
    [ OK ] Listening on Delayed Shutdown Socket.
    [ 4.768777] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 4.774613] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 4.780901] systemd[1]: dm-event.socket changed dead -> listening
    [ 4.787067] systemd[1]: Job dm-event.socket/start finished, result=done
    [ OK ] Listening on Device-mapper event daemon FIFOs.
    [ 4.805463] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 4.812078] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 4.818790] systemd[1]: systemd-initctl.socket changed dead -> listening
    [ 4.825564] systemd[1]: Job systemd-initctl.socket/start finished, result=done
    [ OK ] Listening on /dev/initctl Compatibility Named Pipe.
    [ 4.845485] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 4.852538] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 4.858397] systemd[1]: lvm2-lvmetad.socket changed dead -> listening
    [ 4.864920] systemd[1]: Job lvm2-lvmetad.socket/start finished, result=done
    [ OK ] Listening on LVM2 metadata daemon socket.
    [ 4.882224] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 4.888417] systemd[1]: ConditionPathIsReadWrite=/sys succeeded for systemd-udevd-control.socket.
    [ 4.897386] systemd[1]: Starting udev Control Socket.
    [ 4.902532] systemd[1]: systemd-udevd-control.socket changed dead -> listening
    [ 4.909834] systemd[1]: Job systemd-udevd-control.socket/start finished, result=done
    [ OK ] Listening on udev Control Socket.
    [ 4.925548] systemd[1]: Listening on udev Control Socket.
    [ 4.931038] systemd[1]: ConditionPathIsReadWrite=/sys succeeded for systemd-udevd-kernel.socket.
    [ 4.939917] systemd[1]: Starting udev Kernel Socket.
    [ 4.944967] systemd[1]: systemd-udevd-kernel.socket changed dead -> listening
    [ 4.952172] systemd[1]: Job systemd-udevd-kernel.socket/start finished, result=done
    [ OK ] Listening on udev Kernel Socket.
    [ 4.968902] systemd[1]: Listening on udev Kernel Socket.
    [ 4.974301] systemd[1]: Starting User and Session Slice.
    [ 4.979989] systemd[1]: user.slice changed dead -> active
    [ 4.985472] systemd[1]: Job user.slice/start finished, result=done
    [ OK ] Created slice User and Session Slice.
    [ 5.002303] systemd[1]: Created slice User and Session Slice.
    [ 5.008152] systemd[1]: Starting Journal Socket.
    [ 5.012904] systemd[1]: systemd-journald.socket changed dead -> listening
    [ 5.019774] systemd[1]: Job systemd-journald.socket/start finished, result=done
    [ OK ] Listening on Journal Socket.
    [ 5.035610] systemd[1]: Listening on Journal Socket.
    [ 5.040692] systemd[1]: Starting System Slice.
    [ 5.045513] systemd[1]: system.slice changed dead -> active
    [ 5.051163] systemd[1]: Job system.slice/start finished, result=done
    [ OK ] Created slice System Slice.
    [ 5.065633] systemd[1]: Created slice System Slice.
    [ 5.070605] systemd[1]: ConditionPathIsReadWrite=!/ failed for systemd-fsck-root.service.
    [ 5.078876] systemd[1]: Starting of systemd-fsck-root.service requested but condition failed. Ignoring.
    [ 5.088348] systemd[1]: Job systemd-fsck-root.service/start finished, result=done
    [ 5.095921] systemd[1]: Started File System Check on Root Device.
    [ 5.102096] systemd[1]: Starting system-systemd\x2dfsck.slice.
    [ 5.108303] systemd[1]: system-systemd\x2dfsck.slice changed dead -> active
    [ 5.115351] systemd[1]: Job system-systemd\x2dfsck.slice/start finished, result=done
    [ OK ] Created slice system-systemd\x2dfsck.slice.
    [ 5.132378] systemd[1]: Created slice system-systemd\x2dfsck.slice.
    [ 5.138741] systemd[1]: ConditionPathExists=/etc/fstab succeeded for systemd-remount-fs.service.
    [ 5.147622] systemd[1]: Starting Remount Root and Kernel File Systems...
    Starting Remount Root and Kernel File Systems...
    [ 5.162702] systemd[1]: About to execute: /usr/lib/systemd/systemd-remount-fs
    [ 5.170053] systemd[1]: Forked /usr/lib/systemd/systemd-remount-fs as 93
    [ 5.177887] systemd[1]: systemd-remount-fs.service changed dead -> start
    [ 5.184986] systemd[1]: ConditionPathExists=/dev/tty0 succeeded for systemd-vconsole-setup.service.
    [ 5.195018] systemd[1]: Starting Setup Virtual Console...
    Starting Setup Virtual Console...
    [ 5.208324] EXT4-fs (sda3): re-mounted. Opts: data=ordered
    [ 5.214458] systemd[1]: About to execute: /usr/lib/systemd/systemd-vconsole-setup
    [ 5.222616] systemd[1]: Forked /usr/lib/systemd/systemd-vconsole-setup as 96
    [ 5.233576] systemd[1]: systemd-vconsole-setup.service changed dead -> start
    [ 5.241007] systemd[1]: ConditionPathIsReadWrite=/sys succeeded for systemd-udev-trigger.service.
    [ 5.251708] systemd[1]: Starting udev Coldplug all Devices...
    Starting udev Coldplug all Devices...
    [ 5.266109] systemd[1]: About to execute: /usr/bin/udevadm trigger --type=subsystems --action=add
    [ 5.276446] systemd[1]: Forked /usr/bin/udevadm as 101
    [ 5.283973] systemd[1]: systemd-udev-trigger.service changed dead -> start
    [ 5.302330] systemd[1]: ConditionPathExists=/lib/modules/3.15.1-1-ARCH/modules.devname succeeded for kmod-static-nodes.service.
    [ 5.318825] systemd[1]: ConditionCapability=CAP_MKNOD succeeded for kmod-static-nodes.service.
    [ 5.327653] systemd[1]: Starting Create list of required static device nodes for the current kernel...
    Starting Create list of required static device nodes...rrent kernel...
    [ 5.349482] systemd[1]: About to execute: /usr/bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf
    [ 5.361003] systemd[1]: Forked /usr/bin/kmod as 104
    [ 5.367083] systemd[1]: kmod-static-nodes.service changed dead -> start
    [ 5.374110] systemd[1]: ConditionPathExists=/sys/kernel/mm/hugepages succeeded for dev-hugepages.mount.
    [ 5.384078] systemd[1]: Mounting Huge Pages File System...
    Mounting Huge Pages File System...
    [ 5.399478] systemd[1]: About to execute: /bin/mount hugetlbfs /dev/hugepages -t hugetlbfs
    [ 5.407990] systemd[1]: Forked /bin/mount as 106
    [ 5.414840] systemd[1]: dev-hugepages.mount changed dead -> mounting
    [ 5.423105] systemd[1]: ConditionDirectoryNotEmpty=|/run/binfmt.d failed for systemd-binfmt.service.
    [ 5.432612] systemd[1]: ConditionDirectoryNotEmpty=|/etc/binfmt.d failed for systemd-binfmt.service.
    [ 5.441855] systemd[1]: ConditionDirectoryNotEmpty=|/usr/local/lib/binfmt.d failed for systemd-binfmt.service.
    [ 5.452123] systemd[1]: ConditionDirectoryNotEmpty=|/usr/lib/binfmt.d failed for systemd-binfmt.service.
    [ 5.461704] systemd[1]: ConditionDirectoryNotEmpty=|/lib/binfmt.d failed for systemd-binfmt.service.
    [ 5.470935] systemd[1]: ConditionPathIsReadWrite=/proc/sys/ succeeded for systemd-binfmt.service.
    [ 5.479902] systemd[1]: Starting of systemd-binfmt.service requested but condition failed. Ignoring.
    [ 5.489116] systemd[1]: Job systemd-binfmt.service/start finished, result=done
    [ 5.496428] systemd[1]: Started Set Up Additional Binary Formats.
    [ 5.502659] systemd[1]: ConditionKernelCommandLine=|rd.modules-load failed for systemd-modules-load.service.
    [ 5.512616] systemd[1]: ConditionKernelCommandLine=|modules-load failed for systemd-modules-load.service.
    [ 5.522282] systemd[1]: ConditionDirectoryNotEmpty=|/run/modules-load.d failed for systemd-modules-load.service.
    [ 5.532731] systemd[1]: ConditionDirectoryNotEmpty=|/etc/modules-load.d failed for systemd-modules-load.service.
    [ 5.543004] systemd[1]: ConditionDirectoryNotEmpty=|/usr/local/lib/modules-load.d failed for systemd-modules-load.service.
    [ 5.554316] systemd[1]: ConditionDirectoryNotEmpty=|/usr/lib/modules-load.d failed for systemd-modules-load.service.
    [ 5.564941] systemd[1]: ConditionDirectoryNotEmpty=|/lib/modules-load.d failed for systemd-modules-load.service.
    [ 5.575274] systemd[1]: ConditionCapability=CAP_SYS_MODULE succeeded for systemd-modules-load.service.
    [ 5.584675] systemd[1]: Starting of systemd-modules-load.service requested but condition failed. Ignoring.
    [ 5.594421] systemd[1]: Job systemd-modules-load.service/start finished, result=done
    [ 5.602256] systemd[1]: Started Load Kernel Modules.
    [ 5.607308] systemd[1]: ConditionPathExists=/sys/fs/fuse/connections failed for sys-fs-fuse-connections.mount.
    [ 5.617404] systemd[1]: Starting of sys-fs-fuse-connections.mount requested but condition failed. Ignoring.
    [ 5.627235] systemd[1]: Job sys-fs-fuse-connections.mount/start finished, result=done
    [ 5.635149] systemd[1]: Mounted FUSE Control File System.
    [ 5.640639] systemd[1]: ConditionPathExists=/proc/sys/fs/mqueue succeeded for dev-mqueue.mount.
    [ 5.649441] systemd[1]: Mounting POSIX Message Queue File System...
    Mounting POSIX Message Queue File System...
    [ 5.666290] systemd[1]: About to execute: /bin/mount mqueue /dev/mqueue -t mqueue
    [ 5.674010] systemd[1]: Forked /bin/mount as 109
    [ 5.680845] systemd[1]: dev-mqueue.mount changed dead -> mounting
    [ 5.688804] systemd[1]: ConditionDirectoryNotEmpty=|/run/sysctl.d failed for systemd-sysctl.service.
    [ 5.698321] systemd[1]: ConditionDirectoryNotEmpty=|/etc/sysctl.d failed for systemd-sysctl.service.
    [ 5.707554] systemd[1]: ConditionDirectoryNotEmpty=|/usr/local/lib/sysctl.d failed for systemd-sysctl.service.
    [ 5.717832] systemd[1]: ConditionDirectoryNotEmpty=|/usr/lib/sysctl.d succeeded for systemd-sysctl.service.
    [ 5.727678] systemd[1]: ConditionDirectoryNotEmpty=|/lib/sysctl.d succeeded for systemd-sysctl.service.
    [ 5.737165] systemd[1]: ConditionPathIsReadWrite=/proc/sys/ succeeded for systemd-sysctl.service.
    [ 5.746132] systemd[1]: Starting Apply Kernel Variables...
    Starting Apply Kernel Variables...
    [ 5.759777] systemd[1]: About to execute: /usr/lib/systemd/systemd-sysctl
    [ 5.766794] systemd[1]: Forked /usr/lib/systemd/systemd-sysctl as 112
    [ 5.774371] systemd[1]: systemd-sysctl.service changed dead -> start
    [ 5.781127] systemd[1]: ConditionPathExists=/sys/kernel/debug succeeded for sys-kernel-debug.mount.
    [ 5.791080] systemd[1]: Mounting Debug File System...
    Mounting Debug File System...
    [ 5.806518] systemd[1]: About to execute: /bin/mount debugfs /sys/kernel/debug -t debugfs
    [ 5.814940] systemd[1]: Forked /bin/mount as 113
    [ 5.820500] systemd[1]: sys-kernel-debug.mount changed dead -> mounting
    [ 5.827257] systemd[1]: ConditionPathExists=/sys/kernel/config succeeded for sys-kernel-config.mount.
    [ 5.836594] systemd[1]: Mounting Configuration File System...
    Mounting Configuration File System...
    [ 5.849864] systemd[1]: About to execute: /bin/mount configfs /sys/kernel/config -t configfs
    [ 5.858552] systemd[1]: Forked /bin/mount as 114
    [ 5.864111] systemd[1]: sys-kernel-config.mount changed dead -> mounting
    [ 5.870949] systemd[1]: Starting system-dhcpcd.slice.
    [ 5.876443] systemd[1]: system-dhcpcd.slice changed dead -> active
    [ 5.882714] systemd[1]: Job system-dhcpcd.slice/start finished, result=done
    [ OK ] Created slice system-dhcpcd.slice.
    [ 5.899507] systemd[1]: Created slice system-dhcpcd.slice.
    [ 5.905105] systemd[1]: Starting system-getty.slice.
    [ 5.912447] systemd[1]: system-getty.slice changed dead -> active
    [ 5.918622] systemd[1]: Job sys

Maybe you are looking for

  • How update the info on same Jsp page

    i have a Jsp page.on left side of this page having menu bar. in this menu bar having links of some colleges. i want when i click on link of first college name, same page should be updaed with updated menu bar where i can show the information of the c

  • APS metrics page not showing all CPU's

    I have installed BO 4.0 SP02 patch 11. I have seperated the CR Scheduling service as a seperate job server form AJS. My CR jobs are running fine however, I have 8 CPU on that machine but in matrics page of Job server, it is showing only 4 CPU. Why it

  • Changing identity of a legally purchesed used MacBook

    Hi folks. I have just returned to the Apple wprld after too many years in the Windows netherworlds. I am currently an English teacher in Bandung, West Java, Indonesia. I have purchased a used MacBook 2,1. It is running 10.4.11. It was a completely le

  • Cancelling a duplicate Order

    While pacing an order of  $60, for 12 months, Skype Number, something unknown  issue happend and two orders are placed showing two orders each for $60 on my account as well as my card. I want to cancel one of the orders and want to keep only one. Can

  • Faulty memory - how to identify which chip is at fault?

    We have a Mac Pro with 8GB of RAM but we now know it spontaneously re-starts without warning and causes hardidsk problems... 1) Is there way to detect in which chip the fault is and thus eliminate the part fo the memory that causes the problem? Could