[SOLVED] Arch is on /dev/sdb but I want to remove /dev/sda

Hi.  I've got 3 drives in my tower:  sda, sdb and sdc.  Arch is installed on sdb, but I want to physically remove the drive at sda. When I unplug the drive I get the syslinux menu at boot, but it ends up saying something like
"Root device mounted successfully, but /sbin/init does not exist....You're on your own", and it doesn't boot. If I plug the drive back in, it boots fine.
I'm not sure what's happening here, but I think it has something to do with the fact that I'm unplugging sda, then sdb/sdc get re-mapped to sda/sdb, or something like that.  Right now my syslinux.cfg looks like this (note the  APPEND root=/dev/sdb1 rw)
DEFAULT arch
PROMPT 0 # Set to 1 if you always want to display the boot: prompt
TIMEOUT 50
# You can create syslinux keymaps with the keytab-lilo tool
#KBDMAP de.ktl
# Menu Configuration
# Either menu.c32 or vesamenu32.c32 must be copied to /boot/syslinux
UI menu.c32
#UI vesamenu.c32
# Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu
MENU TITLE Arch Linux
#MENU BACKGROUND splash.png
MENU COLOR border 30;44 #40ffffff #a0000000 std
MENU COLOR title 1;36;44 #9033ccff #a0000000 std
MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all
MENU COLOR unsel 37;44 #50ffffff #a0000000 std
MENU COLOR help 37;40 #c0ffffff #a0000000 std
MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std
MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
MENU COLOR msg07 37;40 #90ffffff #a0000000 std
MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
# boot sections follow
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
LABEL arch
MENU LABEL Arch Linux
LINUX ../vmlinuz-linux
APPEND root=/dev/sdb1 rw
INITRD ../initramfs-linux.img
LABEL archfallback
MENU LABEL Arch Linux Fallback
LINUX ../vmlinuz-linux
APPEND root=/dev/sdb1 rw
INITRD ../initramfs-linux-fallback.img
#LABEL windows
# MENU LABEL Windows
# COM32 chain.c32
# APPEND hd0 1
LABEL hdt
MENU LABEL HDT (Hardware Detection Tool)
COM32 hdt.c32
LABEL reboot
MENU LABEL Reboot
COM32 reboot.c32
LABEL poweroff
MENU LABEL Poweroff
COM32 poweroff.c32
And fstab looks like this
# /dev/sdb1
UUID=54ece8c2-8998-4203-b2f8-66cb682e4bf0 / ext4 rw,relatime,data=ordered 0 1
# /dev/sdb2
#UUID=81fa4eea-4503-4fc5-8418-1fab3e753413 none swap defaults 0 0
I'm tempted to change sdb to sda in syslinux.cfg, and change the UUID=... to /dev/sda1 in fstab, but I don't want to screw with anything boot related since it's a really bad time for me to end up with a system that won't boot.
Am I on the right track here?
If I go ahead and make those changes, unplug the drive and end up with a system that won't boot, can I just go in there with a live-cd, change them back and expect it to boot as before...is that safe?
Last edited by Pacopag (2014-09-05 15:26:39)

...by not reading the docs carefully enough...
So you're saying to change my APPEND root=UUID=54ece8c2-8998-4203-b2f8-66cb682e4bf0
in syslinux.cfg
And I should be able to boot with my other drives unplugged?
Last edited by Pacopag (2014-09-05 15:16:27)

Similar Messages

  • I want to ask about deleting files that have been deleted in the trash but I want to remove it permanently from the trash can not

    I want to ask about deleting files that have been deleted in the trash but I want to remove it permanently from the trash can not, indeed I delete files that are partly contained in the application file. I want to delete files that are also quite a lot by 5 Gyga, I've tried to remove it from the normal trash remains are not removed. How should I do?

    +

  • Removing email accounts on one computer but not wanting to remove on all computers on the same network.

    I have a MacPro desktop and a Macbook Pro.  I would like to remove my apple email account from the Macbook Pro but do not want to take the chance of losing the same account on my MacPro desktop.  They use the same internet connection and network.  Can I just remove the apple email account on the Macbook Pro?  Both computers are using OSX 10.9.5.

    I'm assuming the account is IMAP. You can safely remove any IMAP account and all data will be left on the server for other devices.
    When you check to disable, the account will simply gray out and no longer connect.

  • I installed Parrellels, but now want to remove it.  How do I do that?

    I want to remove Parrellels from my IMac since it seems to have slowed it down.  Any idea how to remove it?

    They should have uninstall instructions that came with the software. If no one here is able to answer your question then navigate to the Parallel's help forums located at:
    http://forum.parallels.com/forum53.html
    and repost there I'm sure it's not that difficult. If you are no longer using MS WIndows on your Mac then I agree removing Parallels and Windows would be wise however if you are then you may want to look into why your system is slowing down.

  • IMG -pc not working on /dev/sdb

    When I boot from PXE and the fixed disk is detected at /dev/sda, I can create partitions to my hearts content. However, when I boot from a USB device, the fixed disk is detected as /dev/sdb. (the USB drive is now /dev/sda) And when I run "img -pc 1", it just hangs indefinitely. (eventhough "img -partition" lists the fixed disk as /dev/sdb)
    This is all after running "parted /dev/sdb rm 1" and img -pd -all". So the fixed disk is completly erased in both cases.
    I also noticed the same problem with zisedit after clearing the fixed disk; If I PXE boot (fixed disk detected as /dev/sda), I can run "zisedit N={new name}" with no problem. The new name get's applied to Image Safe Data just fine, as I can verify it by running "zisview". However, if I boot to USB where the USB gets detected as /dev/sda and the fixed disk changes to /dev/sdb, I cannot rename it. It takes the command OK, it just never gets applied.
    My client wants to boot from PXE (or USB) and be able to clear the fixed disk completely, create custom partitions, AND be able to rename the computer in ISD before the image comes down. So, zisedit can change its name in the OS automatically.
    My PXE menu and USB menus are currently indentical. I have created scripts to parse the output of "img -partition", so I can determine the fixed disk whether I'm PXE or USB booting. I just need to know a way to specify the fixed disk as a parameter, if possible.
    I've also tried to make the USB drive always be /dev/sdb, so the fixed disk would still be detected at /dev/sda when USB booting. But, this has also been challenging. But, I think it might work too. I just don't know of a way to do this either.
    Anyway.. HELP! and thank you

    Hi
    How did yo create you USB boot disk? On 11.3?

  • How to use /dev/sdb (3TB) hardrive partion to create vm ( VM 2.2)

    Hi
    at time of installation
    i created partion on both /dev/sda and /dev/sdb
    now /dev/sdb has 3TB partion with GPT
    here is the fdisk output
    fdisk -l
    Disk /dev/sda: 145.9 GB, 145999527936 bytes
    255 heads, 63 sectors/track, 17750 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 13 104391 83 Linux
    /dev/sda2 14 405 3148740 83 Linux
    /dev/sda3 406 17619 138271455 83 Linux
    /dev/sda4 17620 17750 1052257+ 5 Extended
    /dev/sda5 17620 17750 1052226 82 Linux swap / Solaris
    WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn 't support GPT. Use GNU Parted.
    WARNING: The size of this disk is 3.0 TB (2996997980160 bytes).
    DOS partition table format can not be used on drives for volumes
    larger than 2.2 TB (2199023255040 bytes). Use parted(1) and GUID
    partition table format (GPT).
    Disk /dev/sdb: 2996.9 GB, 2996997980160 bytes
    255 heads, 63 sectors/track, 364364 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Device Boot Start End Blocks Id System
    /dev/sdb1 1 267350 2147483647+ ee EFI GPT
    and
    df -h
    Filesystem Size Used Avail Use% Mounted on
    /dev/sda2 3.0G 826M 2.0G 30% /
    /dev/sdb1 2.8T 359M 2.8T 1% /vm
    /dev/sda1 99M 45M 49M 49% /boot
    tmpfs 272M 0 272M 0% /dev/shm
    none 271M 40K 271M 1% /var/lib/xenstored
    /dev/sda3 132G 289M 132G 1% /var/ovs/mount/E34236487FA74E898C337D9DD83CCA6B
    so when i am tryin to add a virtual machine ..
    i see this
    otal Memory (MB):          24564
    Total CPUs:          8
    Available Memory (MB):          23732
    Largest Contiguous Free Space (MB):          134641
    which mean, it will install on /dev/sda3
    but i want to use all vm to go /dev/sdb1 which is 3TB partion ..
    how will i utilized that /dev/sdb1 ??
    please advise thanks

    user897654321 wrote:
    Can you share it please? ;)yes.
    At time of install by using ov 2.2 CD
    when it was telling me to partition hardrive.
    i had 2
    sda and sdb
    instead of telling it to create by itself, i selected "manual" partition.
    and select mount point /OVS for /dev/sdb and partition type osfs2
    note : if ov 2.2 complain that it cant format such a big partition. then you need to boot the server with live cd and use parted and make /dev/sdb as "gpt" partition type
    then start the server again with ov 2.2 cd .

  • Arch does not detect /dev/sdb

    HI everybody,
    Like the title says, Arch does not detect a second SATA hard drive I have installed on my computer.
    I've searched around Google and the forums and I've doesn't found any helpfull tip.
    The Arch installation is fresh, I just made it tonight, and cfdisk (during the installation) had recogniced the drive.
    I've posted this here because I'm new on Arch, coming from Ubuntu and Fedora distros and I feel like a real Newbie
    Here's some outputs that may be useful:
    sudo fdisk -l
    Disk /dev/sda: 1000.2 GB, 1000204886016 bytes, 1953525168 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
    Identificador del disco: 0x8370a3d6
    Disposit. Inicio Comienzo Fin Bloques Id Sistema
    /dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
    /dev/sda2 206848 1435379711 717586432 7 HPFS/NTFS/exFAT
    /dev/sda3 1435379712 1953525167 259072728 5 Extendida
    /dev/sda5 1435379775 1437339641 979933+ 82 Linux swap / Solaris
    /dev/sda6 * 1437339705 1827960116 195310206 83 Linux
    /dev/sda7 1827960180 1953525167 62782494 83 Linux
    ls -lat /dev/sd*
    brw-rw---- 1 root disk 8, 2 feb 3 03:32 /dev/sda2
    brw-rw---- 1 root disk 8, 7 feb 3 03:32 /dev/sda7
    brw-rw---- 1 root disk 8, 5 feb 3 03:32 /dev/sda5
    brw-rw---- 1 root disk 8, 6 feb 3 03:32 /dev/sda6
    brw-rw---- 1 root disk 8, 1 feb 3 03:32 /dev/sda1
    brw-rw---- 1 root disk 8, 3 feb 3 03:32 /dev/sda3
    brw-rw---- 1 root disk 8, 0 feb 3 03:32 /dev/sda
    lspci -k
    00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)
    Subsystem: Intel Corporation Device 0036
    00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port (rev 02)
    Kernel driver in use: pcieport
    00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
    Subsystem: Intel Corporation Device 0036
    Kernel driver in use: mei
    00:16.2 IDE interface: Intel Corporation 5 Series/3400 Series Chipset PT IDER Controller (rev 06)
    Subsystem: Intel Corporation Device 0036
    Kernel driver in use: ata_generic
    00:16.3 Serial controller: Intel Corporation 5 Series/3400 Series Chipset KT Controller (rev 06)
    Subsystem: Intel Corporation Device 0036
    Kernel driver in use: serial
    00:19.0 Ethernet controller: Intel Corporation 82578DC Gigabit Network Connection (rev 06)
    Subsystem: Intel Corporation Device 0037
    Kernel driver in use: e1000e
    00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
    Subsystem: Intel Corporation Device 0036
    Kernel driver in use: ehci_hcd
    00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
    Subsystem: Intel Corporation Device 0036
    Kernel driver in use: snd_hda_intel
    00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
    Subsystem: Intel Corporation Device 0036
    Kernel driver in use: ehci_hcd
    00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev a6)
    00:1f.0 ISA bridge: Intel Corporation 5 Series Chipset LPC Interface Controller (rev 06)
    Subsystem: Intel Corporation Device 0036
    Kernel driver in use: lpc_ich
    00:1f.2 IDE interface: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA IDE Controller (rev 06)
    Subsystem: Intel Corporation Device 0036
    Kernel driver in use: pata_acpi
    00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 06)
    Subsystem: Intel Corporation Device 0036
    Kernel driver in use: i801_smbus
    00:1f.5 IDE interface: Intel Corporation 5 Series/3400 Series Chipset 2 port SATA IDE Controller (rev 06)
    Subsystem: Intel Corporation Device 0036
    Kernel driver in use: pata_acpi
    01:00.0 VGA compatible controller: NVIDIA Corporation GF114 [GeForce GTX 560 Ti] (rev a1)
    Subsystem: Device 196e:0898
    Kernel driver in use: nvidia
    01:00.1 Audio device: NVIDIA Corporation GF114 HDMI Audio Controller (rev a1)
    Subsystem: Device 196e:0898
    Kernel driver in use: snd_hda_intel
    3f:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 02)
    Subsystem: Intel Corporation Device 8086
    3f:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 02)
    Subsystem: Intel Corporation Device 8086
    3f:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 02)
    Subsystem: Intel Corporation Device 8086
    3f:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 02)
    Subsystem: Intel Corporation Device 8086
    3f:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
    Subsystem: Intel Corporation Device 8086
    3f:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
    Subsystem: Intel Corporation Device 8086
    Thanks for the help!

    I had the drive connected to a eSATA port, but I pluged it to a ordinary SATA port, and the result is the same.
    The configuration on the BIOS:
    ATA/IDE Mode -> Native
    Configure Storage as -> IDE
    It doesn't show more valuable information except for the location of any drive on any SATA port.
    dmesg output, it can be useful for someone:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.7.5-1-ARCH (tobias@T-POWA-LX) (gcc version 4.7.2 (GCC) ) #1 SMP PREEMPT Mon Jan 28 10:03:32 CET 2013
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d40a9225-bd6b-46b0-9e14-54b177499391 ro quiet
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009bfff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009c000-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000df451fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000df452000-0x00000000df494fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000df495000-0x00000000df508fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000df509000-0x00000000df50afff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000df50b000-0x00000000df610fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000df611000-0x00000000df611fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000df612000-0x00000000df612fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000df613000-0x00000000df61afff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000df61b000-0x00000000df61bfff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000df61c000-0x00000000df61dfff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000df61e000-0x00000000df625fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000df626000-0x00000000df646fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000df647000-0x00000000df689fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000df68a000-0x00000000df7fffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000001fbffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000001fc000000-0x00000001ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000200000000-0x000000021bffffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.6 present.
    [ 0.000000] DMI: /DH55HC, BIOS TCIBX10H.86A.0048.2011.1206.1342 12/06/2011
    [ 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 = 0x21c000 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-E7FFF uncachable
    [ 0.000000] E8000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask E00000000 write-back
    [ 0.000000] 1 base 200000000 mask FE0000000 write-back
    [ 0.000000] 2 base 0E0000000 mask FE0000000 uncachable
    [ 0.000000] 3 base 1FC000000 mask FFC000000 uncachable
    [ 0.000000] 4 base 21C000000 mask FFC000000 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 0xe0000000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: update [mem 0x1fc000000-0x1ffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xdf800 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000fccd0-0x000fccdf] mapped at [ffff8800000fccd0]
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
    [ 0.000000] Base memory trampoline at [ffff880000096000] 96000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0xdf7fffff]
    [ 0.000000] [mem 0x00000000-0xdf7fffff] page 2M
    [ 0.000000] kernel direct mapping tables up to 0xdf7fffff @ [mem 0x1fffb000-0x1fffffff]
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x1fbffffff]
    [ 0.000000] [mem 0x100000000-0x1fbffffff] page 2M
    [ 0.000000] kernel direct mapping tables up to 0x1fbffffff @ [mem 0xdf7fb000-0xdf7fffff]
    [ 0.000000] init_memory_mapping: [mem 0x200000000-0x21bffffff]
    [ 0.000000] [mem 0x200000000-0x21bffffff] page 2M
    [ 0.000000] kernel direct mapping tables up to 0x21bffffff @ [mem 0x1fbffe000-0x1fbffffff]
    [ 0.000000] RAMDISK: [mem 0x37a76000-0x37d32fff]
    [ 0.000000] ACPI: RSDP 00000000000f0410 00024 (v02 INTEL)
    [ 0.000000] ACPI: XSDT 00000000df61ce18 00054 (v01 INTEL DH55HC 01072009 MSFT 00010013)
    [ 0.000000] ACPI: FACP 00000000df61ad98 000F4 (v04 INTEL DH55HC 01072009 MSFT 00010013)
    [ 0.000000] ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20120913/tbfadt-394)
    [ 0.000000] ACPI BIOS Bug: Warning: 32/64X FACS address mismatch in FADT - 0xDF61BF40/0x00000000DF61BE40, using 32 (20120913/tbfadt-521)
    [ 0.000000] ACPI: DSDT 00000000df613018 06B90 (v01 INTEL DH55HC 00000000 INTL 20051117)
    [ 0.000000] ACPI: FACS 00000000df61bf40 00040
    [ 0.000000] ACPI: APIC 00000000df61af18 000CC (v02 INTEL DH55HC 01072009 MSFT 00010013)
    [ 0.000000] ACPI: SSDT 00000000df61ac18 00102 (v01 INTEL DH55HC 00000001 MSFT 03000001)
    [ 0.000000] ACPI: MCFG 00000000df61df18 0003C (v01 INTEL DH55HC 01072009 MSFT 00000097)
    [ 0.000000] ACPI: HPET 00000000df61de98 00038 (v01 INTEL DH55HC 01072009 AMI. 00000003)
    [ 0.000000] ACPI: ASF! 00000000df61cc18 000A0 (v32 INTEL DH55HC 00000001 TFSM 000F4240)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000021bffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x21bffffff]
    [ 0.000000] NODE_DATA [mem 0x21bffc000-0x21bffffff]
    [ 0.000000] [ffffea0000000000-ffffea00087fffff] PMD -> [ffff880213600000-ffff88021b5fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00010000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x21bffffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00010000-0x0009bfff]
    [ 0.000000] node 0: [mem 0x00100000-0xdf451fff]
    [ 0.000000] node 0: [mem 0xdf509000-0xdf50afff]
    [ 0.000000] node 0: [mem 0xdf611000-0xdf611fff]
    [ 0.000000] node 0: [mem 0xdf68a000-0xdf7fffff]
    [ 0.000000] node 0: [mem 0x100000000-0x1fbffffff]
    [ 0.000000] node 0: [mem 0x200000000-0x21bffffff]
    [ 0.000000] On node 0 totalpages: 2061655
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 6 pages reserved
    [ 0.000000] DMA zone: 3910 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 16320 pages used for memmap
    [ 0.000000] DMA32 zone: 894475 pages, LIFO batch:31
    [ 0.000000] Normal zone: 18176 pages used for memmap
    [ 0.000000] Normal zone: 1128704 pages, LIFO batch:31
    [ 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[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x05] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x08] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x09] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0a] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0b] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0c] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0d] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0e] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x0f] disabled)
    [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 0, 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: 000000000009c000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 00000000df452000 - 00000000df495000
    [ 0.000000] PM: Registered nosave memory: 00000000df495000 - 00000000df509000
    [ 0.000000] PM: Registered nosave memory: 00000000df50b000 - 00000000df611000
    [ 0.000000] PM: Registered nosave memory: 00000000df612000 - 00000000df613000
    [ 0.000000] PM: Registered nosave memory: 00000000df613000 - 00000000df61b000
    [ 0.000000] PM: Registered nosave memory: 00000000df61b000 - 00000000df61c000
    [ 0.000000] PM: Registered nosave memory: 00000000df61c000 - 00000000df61e000
    [ 0.000000] PM: Registered nosave memory: 00000000df61e000 - 00000000df626000
    [ 0.000000] PM: Registered nosave memory: 00000000df626000 - 00000000df647000
    [ 0.000000] PM: Registered nosave memory: 00000000df647000 - 00000000df68a000
    [ 0.000000] PM: Registered nosave memory: 00000000df800000 - 00000000e0000000
    [ 0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000e4000000
    [ 0.000000] PM: Registered nosave memory: 00000000e4000000 - 00000000fed1c000
    [ 0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
    [ 0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000ff000000
    [ 0.000000] PM: Registered nosave memory: 00000000ff000000 - 0000000100000000
    [ 0.000000] PM: Registered nosave memory: 00000001fc000000 - 0000000200000000
    [ 0.000000] e820: [mem 0xe4000000-0xfed1bfff] 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 @ffff88021bc00000 s84608 r8192 d21888 u131072
    [ 0.000000] pcpu-alloc: s84608 r8192 d21888 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 Zone order, mobility grouping on. Total pages: 2027089
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d40a9225-bd6b-46b0-9e14-54b177499391 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: 8033416k/8847360k available (4883k kernel code, 600740k absent, 213204k reserved, 4030k data, 812k 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] Extended CMOS year: 2000
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 33554432 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 3324.877 MHz processor
    [ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 6652.82 BogoMIPS (lpj=11082923)
    [ 0.000006] pid_max: default: 32768 minimum: 301
    [ 0.000034] Security Framework initialized
    [ 0.000044] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000483] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.002616] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.003590] Mount-cache hash table entries: 256
    [ 0.003783] Initializing cgroup subsys cpuacct
    [ 0.003786] Initializing cgroup subsys memory
    [ 0.003793] Initializing cgroup subsys devices
    [ 0.003794] Initializing cgroup subsys freezer
    [ 0.003796] Initializing cgroup subsys net_cls
    [ 0.003797] Initializing cgroup subsys blkio
    [ 0.003818] CPU: Physical Processor ID: 0
    [ 0.003819] CPU: Processor Core ID: 0
    [ 0.003824] mce: CPU supports 9 MCE banks
    [ 0.003833] CPU0: Thermal monitoring enabled (TM1)
    [ 0.003840] process: using mwait in idle threads
    [ 0.003844] 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.003958] Freeing SMP alternatives: 16k freed
    [ 0.004816] ACPI: Core revision 20120913
    [ 0.007720] ftrace: allocating 18793 entries in 74 pages
    [ 0.015109] Switched APIC routing to physical flat.
    [ 0.015602] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.048500] smpboot: CPU0: Intel(R) Core(TM) i5 CPU 660 @ 3.33GHz (fam: 06, model: 25, stepping: 05)
    [ 0.154172] Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Intel PMU driver.
    [ 0.154177] perf_event_intel: CPUID marked event: 'bus cycles' unavailable
    [ 0.154178] ... version: 3
    [ 0.154179] ... bit width: 48
    [ 0.154180] ... generic registers: 4
    [ 0.154181] ... value mask: 0000ffffffffffff
    [ 0.154182] ... max period: 000000007fffffff
    [ 0.154182] ... fixed-purpose events: 3
    [ 0.154183] ... event mask: 000000070000000f
    [ 0.190806] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.177468] smpboot: Booting Node 0, Processors #1 #2 #3
    [ 0.227213] Brought up 4 CPUs
    [ 0.227218] smpboot: Total of 4 processors activated (26609.30 BogoMIPS)
    [ 0.229378] devtmpfs: initialized
    [ 0.230458] PM: Registering ACPI NVS region [mem 0xdf452000-0xdf494fff] (274432 bytes)
    [ 0.230462] PM: Registering ACPI NVS region [mem 0xdf612000-0xdf612fff] (4096 bytes)
    [ 0.230463] PM: Registering ACPI NVS region [mem 0xdf61b000-0xdf61bfff] (4096 bytes)
    [ 0.230464] PM: Registering ACPI NVS region [mem 0xdf61e000-0xdf625fff] (32768 bytes)
    [ 0.230466] PM: Registering ACPI NVS region [mem 0xdf647000-0xdf689fff] (274432 bytes)
    [ 0.231092] RTC time: 21:05:23, date: 02/03/13
    [ 0.231127] NET: Registered protocol family 16
    [ 0.231227] ACPI: bus type pci registered
    [ 0.231289] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
    [ 0.231291] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in E820
    [ 0.236542] PCI: Using configuration type 1 for base access
    [ 0.236958] bio: create slab <bio-0> at 0
    [ 0.237003] ACPI: Added _OSI(Module Device)
    [ 0.237005] ACPI: Added _OSI(Processor Device)
    [ 0.237006] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.237007] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.237812] ACPI: EC: Look up EC in DSDT
    [ 0.238684] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.240605] ACPI: SSDT 00000000df612c18 0038C (v01 AMI IST 00000001 MSFT 03000001)
    [ 0.240820] ACPI: Dynamic OEM Table Load:
    [ 0.240821] ACPI: SSDT (null) 0038C (v01 AMI IST 00000001 MSFT 03000001)
    [ 0.240837] ACPI BIOS Bug: Warning: Incorrect checksum in table [SSDT] - 0x3F, should be 0x1F (20120913/tbutils-324)
    [ 0.240840] ACPI: SSDT 00000000df61bd18 00084 (v01 AMI CST 00000001 MSFT 03000001)
    [ 0.241020] ACPI: Dynamic OEM Table Load:
    [ 0.241021] ACPI: SSDT (null) 00084 (v01 AMI CST 00000001 MSFT 03000001)
    [ 0.241360] ACPI: Interpreter enabled
    [ 0.241363] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.241374] ACPI: Using IOAPIC for interrupt routing
    [ 0.241528] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.244856] ACPI: No dock devices found.
    [ 0.244859] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.244939] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.244985] pci_root PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
    [ 0.245005] PCI host bridge to bus 0000:00
    [ 0.245007] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.245009] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.245010] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.245011] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.245012] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xffffffff]
    [ 0.245019] pci 0000:00:00.0: [8086:0040] type 00 class 0x060000
    [ 0.245033] DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
    [ 0.245049] pci 0000:00:01.0: [8086:0041] type 01 class 0x060400
    [ 0.245073] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.245118] pci 0000:00:16.0: [8086:3b64] type 00 class 0x078000
    [ 0.245149] pci 0000:00:16.0: reg 10: [mem 0xfa129000-0xfa12900f 64bit]
    [ 0.245261] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.245285] pci 0000:00:16.2: [8086:3b66] type 00 class 0x010185
    [ 0.245304] pci 0000:00:16.2: reg 10: [io 0xf150-0xf157]
    [ 0.245314] pci 0000:00:16.2: reg 14: [io 0xf140-0xf143]
    [ 0.245323] pci 0000:00:16.2: reg 18: [io 0xf130-0xf137]
    [ 0.245334] pci 0000:00:16.2: reg 1c: [io 0xf120-0xf123]
    [ 0.245346] pci 0000:00:16.2: reg 20: [io 0xf110-0xf11f]
    [ 0.245430] pci 0000:00:16.3: [8086:3b67] type 00 class 0x070002
    [ 0.245452] pci 0000:00:16.3: reg 10: [io 0xf100-0xf107]
    [ 0.245463] pci 0000:00:16.3: reg 14: [mem 0xfa128000-0xfa128fff]
    [ 0.245580] pci 0000:00:19.0: [8086:10f0] type 00 class 0x020000
    [ 0.245601] pci 0000:00:19.0: reg 10: [mem 0xfa100000-0xfa11ffff]
    [ 0.245610] pci 0000:00:19.0: reg 14: [mem 0xfa127000-0xfa127fff]
    [ 0.245620] pci 0000:00:19.0: reg 18: [io 0xf020-0xf03f]
    [ 0.245697] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
    [ 0.245723] pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320
    [ 0.245745] pci 0000:00:1a.0: reg 10: [mem 0xfa126000-0xfa1263ff]
    [ 0.245840] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.245870] pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
    [ 0.245887] pci 0000:00:1b.0: reg 10: [mem 0xfa120000-0xfa123fff 64bit]
    [ 0.245970] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.246001] pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320
    [ 0.246022] pci 0000:00:1d.0: reg 10: [mem 0xfa125000-0xfa1253ff]
    [ 0.246117] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.246141] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
    [ 0.246216] pci 0000:00:1f.0: [8086:3b06] type 00 class 0x060100
    [ 0.246328] pci 0000:00:1f.2: [8086:3b20] type 00 class 0x01018f
    [ 0.246347] pci 0000:00:1f.2: reg 10: [io 0xf0f0-0xf0f7]
    [ 0.246357] pci 0000:00:1f.2: reg 14: [io 0xf0e0-0xf0e3]
    [ 0.246366] pci 0000:00:1f.2: reg 18: [io 0xf0d0-0xf0d7]
    [ 0.246376] pci 0000:00:1f.2: reg 1c: [io 0xf0c0-0xf0c3]
    [ 0.246386] pci 0000:00:1f.2: reg 20: [io 0xf0b0-0xf0bf]
    [ 0.246395] pci 0000:00:1f.2: reg 24: [io 0xf0a0-0xf0af]
    [ 0.246454] pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
    [ 0.246472] pci 0000:00:1f.3: reg 10: [mem 0xfa124000-0xfa1240ff 64bit]
    [ 0.246498] pci 0000:00:1f.3: reg 20: [io 0xf000-0xf01f]
    [ 0.246538] pci 0000:00:1f.5: [8086:3b26] type 00 class 0x010185
    [ 0.246557] pci 0000:00:1f.5: reg 10: [io 0xf090-0xf097]
    [ 0.246567] pci 0000:00:1f.5: reg 14: [io 0xf080-0xf083]
    [ 0.246576] pci 0000:00:1f.5: reg 18: [io 0xf070-0xf077]
    [ 0.246586] pci 0000:00:1f.5: reg 1c: [io 0xf060-0xf063]
    [ 0.246595] pci 0000:00:1f.5: reg 20: [io 0xf050-0xf05f]
    [ 0.246605] pci 0000:00:1f.5: reg 24: [io 0xf040-0xf04f]
    [ 0.246682] pci 0000:01:00.0: [10de:1200] type 00 class 0x030000
    [ 0.246690] pci 0000:01:00.0: reg 10: [mem 0xf8000000-0xf9ffffff]
    [ 0.246698] pci 0000:01:00.0: reg 14: [mem 0xe8000000-0xefffffff 64bit pref]
    [ 0.246706] pci 0000:01:00.0: reg 1c: [mem 0xf0000000-0xf3ffffff 64bit pref]
    [ 0.246711] pci 0000:01:00.0: reg 24: [io 0xe000-0xe07f]
    [ 0.246717] pci 0000:01:00.0: reg 30: [mem 0xfa000000-0xfa07ffff pref]
    [ 0.246758] pci 0000:01:00.1: [10de:0e0c] type 00 class 0x040300
    [ 0.246765] pci 0000:01:00.1: reg 10: [mem 0xfa080000-0xfa083fff]
    [ 0.246835] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.246838] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.246839] pci 0000:00:01.0: bridge window [mem 0xf8000000-0xfa0fffff]
    [ 0.246842] pci 0000:00:01.0: bridge window [mem 0xe8000000-0xf3ffffff 64bit pref]
    [ 0.246904] pci 0000:00:1e.0: PCI bridge to [bus 02] (subtractive decode)
    [ 0.246915] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.246916] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.246917] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.246919] pci 0000:00:1e.0: bridge window [mem 0xe0000000-0xffffffff] (subtractive decode)
    [ 0.246929] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.247023] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR20._PRT]
    [ 0.247107] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.247197] pci0000:00: ACPI _OSC request failed (AE_SUPPORT), returned control mask: 0x0d
    [ 0.247198] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 0.250341] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    [ 0.250370] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    [ 0.250397] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 10 11 12 14 15)
    [ 0.250425] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 10 11 12 14 15)
    [ 0.250454] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 *7 10 11 12 14 15)
    [ 0.250484] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
    [ 0.250511] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    [ 0.250542] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    [ 0.250605] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.250606] vgaarb: loaded
    [ 0.250607] vgaarb: bridge control possible 0000:01:00.0
    [ 0.250627] PCI: Using ACPI for IRQ routing
    [ 0.252814] PCI: Discovered peer bus 3f
    [ 0.252815] PCI: root bus 3f: using default resources
    [ 0.252815] PCI: Probing PCI hardware (bus 3f)
    [ 0.252831] PCI host bridge to bus 0000:3f
    [ 0.252833] pci_bus 0000:3f: root bus resource [io 0x0000-0xffff]
    [ 0.252834] pci_bus 0000:3f: root bus resource [mem 0x00000000-0xfffffffff]
    [ 0.252836] pci_bus 0000:3f: No busn resource found for root bus, will use [bus 3f-ff]
    [ 0.252840] pci 0000:3f:00.0: [8086:2c61] type 00 class 0x060000
    [ 0.252855] pci 0000:3f:00.1: [8086:2d01] type 00 class 0x060000
    [ 0.252869] pci 0000:3f:02.0: [8086:2d10] type 00 class 0x060000
    [ 0.252882] pci 0000:3f:02.1: [8086:2d11] type 00 class 0x060000
    [ 0.252894] pci 0000:3f:02.2: [8086:2d12] type 00 class 0x060000
    [ 0.252906] pci 0000:3f:02.3: [8086:2d13] type 00 class 0x060000
    [ 0.252926] pci_bus 0000:3f: busn_res: [bus 3f-ff] end is updated to 3f
    [ 0.253005] PCI: pci_cache_line_size set to 64 bytes
    [ 0.253052] e820: reserve RAM buffer [mem 0x0009c000-0x0009ffff]
    [ 0.253053] e820: reserve RAM buffer [mem 0xdf452000-0xdfffffff]
    [ 0.253055] e820: reserve RAM buffer [mem 0xdf50b000-0xdfffffff]
    [ 0.253056] e820: reserve RAM buffer [mem 0xdf612000-0xdfffffff]
    [ 0.253058] e820: reserve RAM buffer [mem 0xdf800000-0xdfffffff]
    [ 0.253125] NetLabel: Initializing
    [ 0.253126] NetLabel: domain hash size = 128
    [ 0.253127] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.253137] NetLabel: unlabeled traffic allowed by default
    [ 0.253153] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.253157] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.255164] Switching to clocksource hpet
    [ 0.258533] pnp: PnP ACPI init
    [ 0.258548] ACPI: bus type pnp registered
    [ 0.258610] pnp 00:00: [bus 00-ff]
    [ 0.258612] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.258614] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.258615] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.258616] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.258618] pnp 00:00: [mem 0x00000000 window]
    [ 0.258619] pnp 00:00: [mem 0xe0000000-0xffffffff window]
    [ 0.258649] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 0.258677] pnp 00:01: [mem 0xfed14000-0xfed19fff]
    [ 0.258678] pnp 00:01: [mem 0xe0000000-0xe3ffffff]
    [ 0.258680] pnp 00:01: [mem 0xfed90000-0xfed93fff]
    [ 0.258681] pnp 00:01: [mem 0xfed20000-0xfed3ffff]
    [ 0.258682] pnp 00:01: [mem 0xfee00000-0xfee0ffff]
    [ 0.258714] system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved
    [ 0.258716] system 00:01: [mem 0xe0000000-0xe3ffffff] has been reserved
    [ 0.258717] system 00:01: [mem 0xfed90000-0xfed93fff] has been reserved
    [ 0.258719] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.258720] system 00:01: [mem 0xfee00000-0xfee0ffff] has been reserved
    [ 0.258723] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.258812] pnp 00:02: [io 0x0000-0xffffffffffffffff disabled]
    [ 0.258814] pnp 00:02: [io 0x0000-0xffffffffffffffff disabled]
    [ 0.258834] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.258995] pnp 00:03: [io 0x03f8-0x03ff]
    [ 0.259007] pnp 00:03: [irq 4]
    [ 0.259008] pnp 00:03: [dma 0 disabled]
    [ 0.259046] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.259277] pnp 00:04: [io 0x0378-0x037f]
    [ 0.259279] pnp 00:04: [io 0x0778-0x077f]
    [ 0.259283] pnp 00:04: [irq 5]
    [ 0.259284] pnp 00:04: [dma 3]
    [ 0.259381] pnp 00:04: Plug and Play ACPI device, IDs PNP0401 (active)
    [ 0.259389] pnp 00:05: [dma 4]
    [ 0.259390] pnp 00:05: [io 0x0000-0x000f]
    [ 0.259391] pnp 00:05: [io 0x0081-0x0083]
    [ 0.259392] pnp 00:05: [io 0x0087]
    [ 0.259394] pnp 00:05: [io 0x0089-0x008b]
    [ 0.259395] pnp 00:05: [io 0x008f]
    [ 0.259396] pnp 00:05: [io 0x00c0-0x00df]
    [ 0.259407] pnp 00:05: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.259413] pnp 00:06: [io 0x0070-0x0071]
    [ 0.259418] pnp 00:06: [irq 8]
    [ 0.259431] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.259437] pnp 00:07: [io 0x0061]
    [ 0.259449] pnp 00:07: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.259459] pnp 00:08: [io 0x0010-0x001f]
    [ 0.259460] pnp 00:08: [io 0x0022-0x003f]
    [ 0.259462] pnp 00:08: [io 0x0044-0x005f]
    [ 0.259463] pnp 00:08: [io 0x0062-0x0063]
    [ 0.259464] pnp 00:08: [io 0x0065-0x006f]
    [ 0.259465] pnp 00:08: [io 0x0072-0x007f]
    [ 0.259466] pnp 00:08: [io 0x0080]
    [ 0.259467] pnp 00:08: [io 0x0084-0x0086]
    [ 0.259468] pnp 00:08: [io 0x0088]
    [ 0.259469] pnp 00:08: [io 0x008c-0x008e]
    [ 0.259471] pnp 00:08: [io 0x0090-0x009f]
    [ 0.259472] pnp 00:08: [io 0x00a2-0x00bf]
    [ 0.259473] pnp 00:08: [io 0x00e0-0x00ef]
    [ 0.259474] pnp 00:08: [io 0x04d0-0x04d1]
    [ 0.259500] system 00:08: [io 0x04d0-0x04d1] has been reserved
    [ 0.259503] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.259508] pnp 00:09: [io 0x00f0-0x00ff]
    [ 0.259513] pnp 00:09: [irq 13]
    [ 0.259526] pnp 00:09: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.259621] pnp 00:0a: [io 0x0400-0x047f]
    [ 0.259622] pnp 00:0a: [io 0x1180-0x119f]
    [ 0.259623] pnp 00:0a: [io 0x0500-0x057f]
    [ 0.259625] pnp 00:0a: [mem 0xfed1c000-0xfed1ffff]
    [ 0.259626] pnp 00:0a: [mem 0xfec00000-0xfecfffff]
    [ 0.259627] pnp 00:0a: [mem 0xfed08000-0xfed08fff]
    [ 0.259628] pnp 00:0a: [mem 0xff000000-0xffffffff]
    [ 0.259648] system 00:0a: [io 0x0400-0x047f] has been reserved
    [ 0.259650] system 00:0a: [io 0x1180-0x119f] has been reserved
    [ 0.259651] system 00:0a: [io 0x0500-0x057f] has been reserved
    [ 0.259653] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.259654] system 00:0a: [mem 0xfec00000-0xfecfffff] could not be reserved
    [ 0.259656] system 00:0a: [mem 0xfed08000-0xfed08fff] has been reserved
    [ 0.259658] system 00:0a: [mem 0xff000000-0xffffffff] has been reserved
    [ 0.259660] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.259783] pnp 00:0b: [mem 0xfed00000-0xfed003ff]
    [ 0.259800] pnp 00:0b: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.259892] pnp: PnP ACPI: found 12 devices
    [ 0.259893] ACPI: ACPI bus type pnp unregistered
    [ 0.266408] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.266411] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.266413] pci 0000:00:01.0: bridge window [mem 0xf8000000-0xfa0fffff]
    [ 0.266415] pci 0000:00:01.0: bridge window [mem 0xe8000000-0xf3ffffff 64bit pref]
    [ 0.266418] pci 0000:00:1e.0: PCI bridge to [bus 02]
    [ 0.266444] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.266448] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.266449] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.266450] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.266452] pci_bus 0000:00: resource 7 [mem 0xe0000000-0xffffffff]
    [ 0.266453] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    [ 0.266454] pci_bus 0000:01: resource 1 [mem 0xf8000000-0xfa0fffff]
    [ 0.266456] pci_bus 0000:01: resource 2 [mem 0xe8000000-0xf3ffffff 64bit pref]
    [ 0.266457] pci_bus 0000:02: resource 4 [io 0x0000-0x0cf7]
    [ 0.266459] pci_bus 0000:02: resource 5 [io 0x0d00-0xffff]
    [ 0.266460] pci_bus 0000:02: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.266461] pci_bus 0000:02: resource 7 [mem 0xe0000000-0xffffffff]
    [ 0.266463] pci_bus 0000:3f: resource 4 [io 0x0000-0xffff]
    [ 0.266464] pci_bus 0000:3f: resource 5 [mem 0x00000000-0xfffffffff]
    [ 0.266492] NET: Registered protocol family 2
    [ 0.266910] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 0.268783] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.269029] TCP: Hash tables configured (established 524288 bind 65536)
    [ 0.269063] TCP: reno registered
    [ 0.269073] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.269110] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.269211] NET: Registered protocol family 1
    [ 0.315053] pci 0000:01:00.0: Boot video device
    [ 0.315082] PCI: CLS 64 bytes, default 64
    [ 0.315125] Unpacking initramfs...
    [ 0.353156] Freeing initrd memory: 2804k freed
    [ 0.353546] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.353549] software IO TLB [mem 0xdb452000-0xdf451fff] (64MB) mapped at [ffff8800db452000-ffff8800df451fff]
    [ 0.353859] audit: initializing netlink socket (disabled)
    [ 0.353875] type=2000 audit(1359925523.249:1): initialized
    [ 0.363018] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.364275] VFS: Disk quotas dquot_6.5.2
    [ 0.364309] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.364442] msgmni has been set to 15695
    [ 0.364641] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.364676] io scheduler noop registered
    [ 0.364678] io scheduler deadline registered
    [ 0.364713] io scheduler cfq registered (default)
    [ 0.364792] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.364908] vesafb: mode is 1280x800x32, linelength=5120, pages=0
    [ 0.364910] vesafb: scrolling: redraw
    [ 0.364911] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.365255] vesafb: framebuffer at 0xf1000000, mapped to 0xffffc90005600000, using 4032k, total 4032k
    [ 0.452482] Console: switching to colour frame buffer device 160x50
    [ 0.539642] fb0: VESA VGA frame buffer device
    [ 0.539651] intel_idle: MWAIT substates: 0x1120
    [ 0.539652] intel_idle: v0.4 model 0x25
    [ 0.539653] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.539700] GHES: HEST is not enabled!
    [ 0.539744] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.560441] 00:03: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.581146] 0000:00:16.3: ttyS1 at I/O 0xf100 (irq = 17) is a 16550A
    [ 0.581313] Linux agpgart interface v0.103
    [ 0.581361] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 0.594604] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.594626] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.594726] mousedev: PS/2 mouse device common for all mice
    [ 0.594777] rtc_cmos 00:06: RTC can wake from S4
    [ 0.594939] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    [ 0.594973] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 0.595018] cpuidle: using governor ladder
    [ 0.595079] cpuidle: using governor menu
    [ 0.595112] drop_monitor: Initializing network drop monitor service
    [ 0.595172] TCP: cubic registered
    [ 0.595242] NET: Registered protocol family 10
    [ 0.595362] NET: Registered protocol family 17
    [ 0.595369] Key type dns_resolver registered
    [ 0.595570] PM: Hibernation image not present or could not be loaded.
    [ 0.595576] registered taskstats version 1
    [ 0.596120] Magic number: 1:939:94
    [ 0.596267] rtc_cmos 00:06: setting system clock to 2013-02-03 21:05:24 UTC (1359925524)
    [ 0.597300] Freeing unused kernel memory: 812k freed
    [ 0.597412] Write protecting the kernel read-only data: 8192k
    [ 0.599884] Freeing unused kernel memory: 1248k freed
    [ 0.601056] Freeing unused kernel memory: 476k freed
    [ 0.606451] systemd-udevd[57]: starting version 197
    [ 0.624469] SCSI subsystem initialized
    [ 0.625159] ACPI: bus type usb registered
    [ 0.625179] usbcore: registered new interface driver usbfs
    [ 0.625187] usbcore: registered new interface driver hub
    [ 0.625823] ACPI: bus type scsi registered
    [ 0.625865] usbcore: registered new device driver usb
    [ 0.625875] libata version 3.00 loaded.
    [ 0.626068] pata_acpi 0000:00:16.2: setting latency timer to 64
    [ 0.626104] pata_acpi 0000:00:1f.2: setting latency timer to 64
    [ 0.626423] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.627806] scsi0 : pata_acpi
    [ 0.628229] scsi1 : pata_acpi
    [ 0.628555] ata1: PATA max UDMA/133 cmd 0xf0f0 ctl 0xf0e0 bmdma 0xf0b0 irq 19
    [ 0.628557] ata2: PATA max UDMA/133 cmd 0xf0d0 ctl 0xf0c0 bmdma 0xf0b8 irq 19
    [ 0.628587] pata_acpi 0000:00:1f.5: setting latency timer to 64
    [ 0.633159] scsi2 : pata_acpi
    [ 0.633673] scsi3 : pata_acpi
    [ 0.634669] ata3: PATA max UDMA/133 cmd 0xf090 ctl 0xf080 bmdma 0xf050 irq 19
    [ 0.634672] ata4: PATA max UDMA/133 cmd 0xf070 ctl 0xf060 bmdma 0xf058 irq 19
    [ 0.634727] ehci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 0.634732] ehci_hcd 0000:00:1a.0: EHCI Host Controller
    [ 0.634739] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 0.634756] ehci_hcd 0000:00:1a.0: debug port 2
    [ 0.638765] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
    [ 0.638798] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xfa126000
    [ 0.647329] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 0.647467] hub 1-0:1.0: USB hub found
    [ 0.647471] hub 1-0:1.0: 2 ports detected
    [ 0.647542] ehci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 0.647545] ehci_hcd 0000:00:1d.0: EHCI Host Controller
    [ 0.647549] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 0.647560] ehci_hcd 0000:00:1d.0: debug port 2
    [ 0.651548] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
    [ 0.651561] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xfa125000
    [ 0.660694] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 0.660928] hub 2-0:1.0: USB hub found
    [ 0.660932] hub 2-0:1.0: 2 ports detected
    [ 0.801747] ata1.00: ATA-8: ST31000528AS, CC38, max UDMA/133
    [ 0.801750] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 0.802139] ata1.01: ATA-8: ST1000DL002-9TT153, CC32, max UDMA/133
    [ 0.802144] ata1.01: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 0.803079] ata1.01: no PIO support
    [ 0.953074] usb 1-1: new high-speed USB device number 2 using ehci_hcd
    [ 1.076944] hub 1-1:1.0: USB hub found
    [ 1.077141] hub 1-1:1.0: 6 ports detected
    [ 1.182336] usb 2-1: new high-speed USB device number 2 using ehci_hcd
    [ 1.306076] hub 2-1:1.0: USB hub found
    [ 1.306284] hub 2-1:1.0: 8 ports detected
    [ 1.351793] tsc: Refined TSC clocksource calibration: 3325.000 MHz
    [ 1.351799] Switching to clocksource tsc
    [ 1.385166] usb 1-1.2: new low-speed USB device number 3 using ehci_hcd
    [ 1.541306] usb 1-1.4: new low-speed USB device number 4 using ehci_hcd
    [ 5.935629] ata1.01: no PIO support
    [ 5.935631] ata1.01: disabled
    [ 5.951315] ata1.00: configured for UDMA/100
    [ 5.951734] scsi 0:0:0:0: Direct-Access ATA ST31000528AS CC38 PQ: 0 ANSI: 5
    [ 6.120495] ata2.01: ATAPI: TSSTcorp CDDVDW SH-222AB, SB00, max UDMA/100
    [ 6.120503] ata2.01: no PIO support
    [ 11.257635] ata2.01: no PIO support
    [ 11.257639] ata2.01: disabled
    [ 11.421879] ata_generic 0000:00:16.2: setting latency timer to 64
    [ 11.422293] scsi4 : ata_generic
    [ 11.422400] scsi5 : ata_generic
    [ 11.422428] ata5: PATA max UDMA/100 cmd 0xf150 ctl 0xf140 bmdma 0xf110 irq 18
    [ 11.422430] ata6: PATA max UDMA/100 cmd 0xf130 ctl 0xf120 bmdma 0xf118 irq 18
    [ 11.751474] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [ 11.751521] sd 0:0:0:0: [sda] Write Protect is off
    [ 11.751523] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 11.751538] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 11.775078] usbcore: registered new interface driver usbhid
    [ 11.775081] usbhid: USB HID core driver
    [ 11.812772] sda: sda1 sda2 sda3 < sda5 sda6 sda7 >
    [ 11.813929] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 11.814854] input: Logitech Logitech USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input0
    [ 11.814908] hid-generic 0003:046D:C31B.0002: input,hidraw0: USB HID v1.11 Keyboard [Logitech Logitech USB Keyboard] on usb-0000:00:1a.0-1.4/input0
    [ 11.815047] input: Microsoft Microsoft® Comfort Mouse 4500 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input1
    [ 11.815422] microsoft 0003:045E:076C.0001: input,hidraw1: USB HID v1.11 Mouse [Microsoft Microsoft® Comfort Mouse 4500] on usb-0000:00:1a.0-1.2/input0
    [ 11.817407] input: Logitech Logitech USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.1/input/input2
    [ 11.817457] hid-generic 0003:046D:C31B.0003: input,hidraw2: USB HID v1.11 Device [Logitech Logitech USB Keyboard] on usb-0000:00:1a.0-1.4/input1
    [ 12.388733] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
    [ 12.938667] systemd[1]: systemd 197 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 12.961471] systemd[1]: Set hostname to <archlinuxPC>.
    [ 13.159056] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
    [ 13.159185] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 13.159221] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 13.159230] systemd[1]: Starting Remote File Systems.
    [ 13.159238] systemd[1]: Reached target Remote File Systems.
    [ 13.159244] systemd[1]: Expecting device sys-subsystem-net-devices-eth0.device...
    [ 13.159250] systemd[1]: Starting Delayed Shutdown Socket.
    [ 13.159271] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 13.159277] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 13.159292] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 13.159298] systemd[1]: Starting Encrypted Volumes.
    [ 13.159306] systemd[1]: Reached target Encrypted Volumes.
    [ 13.159313] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 13.159334] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 13.159356] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 13.159431] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 13.159472] systemd[1]: Starting udev Kernel Socket.
    [ 13.159488] systemd[1]: Listening on udev Kernel Socket.
    [ 13.159519] systemd[1]: Starting udev Control Socket.
    [ 13.159537] systemd[1]: Listening on udev Control Socket.
    [ 13.159543] systemd[1]: Starting Swap.
    [ 13.159550] systemd[1]: Reached target Swap.
    [ 13.159556] systemd[1]: Starting Journal Socket.
    [ 13.159589] systemd[1]: Listening on Journal Socket.
    [ 13.159600] systemd[1]: Started File System Check on Root Device.
    [ 13.159605] systemd[1]: Mounting Temporary Directory...
    [ 13.191259] systemd[1]: Mounting Huge Pages File System...
    [ 13.194730] systemd[1]: Starting udev Coldplug all Devices...
    [ 13.214643] systemd[1]: Mounting POSIX Message Queue File System...
    [ 13.231452] systemd[1]: Starting Apply Kernel Variables...
    [ 13.240935] systemd[1]: Starting Setup Virtual Console...
    [ 13.252572] systemd[1]: Started Load Kernel Modules.
    [ 13.252592] systemd[1]: Mounted FUSE Control File System.
    [ 13.252605] systemd[1]: Mounting Debug File System...
    [ 13.254667] systemd[1]: Mounting Configuration File System...
    [ 13.274425] systemd[1]: Starting udev Kernel Device Manager...
    [ 13.305170] systemd[1]: Started Set Up Additional Binary Formats.
    [ 13.305183] systemd[1]: Starting Journal Service...
    [ 13.307733] systemd[1]: Started Journal Service.
    [ 13.307763] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 13.726755] EXT4-fs (sda7): re-mounted. Opts: data=ordered
    [ 13.750053] systemd-udevd[127]: starting version 197
    [ 13.921301] systemd-journald[128]: Received SIGUSR1
    [ 14.418021] systemd-journald[128]: File /var/log/journal/9dcd8569a2b14c4f9f53ce4406e57e79/system.journal corrupted or uncleanly shut down, renaming and replacing.
    [ 14.792337] snd_hda_intel 0000:00:1b.0: irq 41 for MSI/MSI-X
    [ 14.877515] input: PC Speaker as /devices/platform/pcspkr/input/input3
    [ 14.893383] e1000e: Intel(R) PRO/1000 Network Driver - 2.1.4-k
    [ 14.893385] e1000e: Copyright(c) 1999 - 2012 Intel Corporation.
    [ 14.953180] parport_pc 00:04: reported by Plug and Play ACPI
    [ 5.951986] ACPI: Invalid Power Resource to register!
    [ 14.953337] parport0: PC-style at 0x378
    [ 14.953338] (0x778), irq 5, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
    [ 15.027758] ppdev: user-space parallel port driver
    [ 15.059527] microcode: CPU0 sig=0x20655, pf=0x2, revision=0x3
    [ 15.068458] microcode: CPU1 sig=0x20655, pf=0x2, revision=0x3
    [ 15.068852] microcode: CPU2 sig=0x20655, pf=0x2, revision=0x3
    [ 15.069229] microcode: CPU3 sig=0x20655, pf=0x2, revision=0x3
    [ 15.069558] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 15.124825] ACPI: Requesting acpi_cpufreq
    [ 15.127274] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
    [ 15.127327] ACPI: Power Button [PWRB]
    [ 15.127369] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
    [ 15.127425] ACPI: Power Button [PWRF]
    [ 15.131162] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input6
    [ 15.139560] input: HDA Intel MID Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    [ 15.139628] input: HDA Intel MID Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    [ 15.139728] input: HDA Intel MID Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    [ 15.139785] input: HDA Intel MID Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    [ 15.139838] input: HDA Intel MID Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
    [ 15.140068] hda_intel: Disabling MSI
    [ 15.140077] hda-intel: 0000:01:00.1: Handle VGA-switcheroo audio client
    [ 15.140087] e1000e 0000:00:19.0: setting latency timer to 64
    [ 15.140156] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
    [ 15.140194] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
    [ 15.310985] nvidia: module license 'NVIDIA' taints kernel.
    [ 15.310990] Disabling lock debugging due to kernel taint
    [ 15.335816] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) e0:69:95:a2:d5:75
    [ 15.335819] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
    [ 15.335893] e1000e 0000:00:19.0 eth0: MAC: 9, PHY: 9, PBA No: FFFFFF-0FF
    [ 15.335992] mei 0000:00:16.0: setting latency timer to 64
    [ 15.336076] mei 0000:00:16.0: irq 43 for MSI/MSI-X
    [ 15.336761] ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \_SB_.PCI0.SBRG.AY34 1 (20120913/utaddress-251)
    [ 15.336765] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 15.342893] gpio_ich: GPIO from 180 to 255 on gpio_ich
    [ 15.384478] iTCO_vendor_support: vendor-support=0
    [ 15.392227] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 15.392289] iTCO_wdt: Found a H55 TCO device (Version=2, TCOBASE=0x0460)
    [ 15.392384] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 15.468027] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
    [ 15.570266] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
    [ 15.570395] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 15.762514] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
    [ 16.022159] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12
    [ 16.022316] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input13
    [ 16.022456] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14
    [ 16.022589] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
    [ 16.023047] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
    [ 16.023288] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 313.18 Wed Jan 9 17:02:09 PST 2013
    [ 18.372541] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx
    [ 18.372591] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 34.993202] NVRM: Your system is not currently configured to drive a VGA console
    [ 34.993205] NVRM: on the primary VGA device. The NVIDIA Linux graphics driver
    [ 34.993206] NVRM: requires the use of a text-mode VGA console. Use of other console
    [ 34.993207] NVRM: drivers including, but not limited to, vesafb, may result in
    [ 34.993208] NVRM: corruption and stability problems, and is not supported.
    [ 44.447627] EXT4-fs (sda7): re-mounted. Opts: data=ordered,commit=0
    [ 98.242223] fuse init (API version 7.20)
    Thanks everyone for every reply, I'm learning more GNU/Linux in two days than in two years as other Linux distro's user.

  • [SOLVED] Arch Linux Duke (2007) Fails to Boot

    Folks, I have a unique and challenging problem that has exhausted my Arch Linux skills, and so I am now turning to you.
    I have a vintage Pentium Pro 200 system (that’s 200 MHz folks! – 200 MHz 686 architecture – the original 686!), two CPUs, running a dual boot between Windows NT 4.0 and Arch Linux Duke (2007). It has 512 MB of RAM and a 120 GB hard drive, partitioned up between Windows NT and Linux. I built this system new in 2007, hence the dated version of Arch.  It has run like a charm all these years, granted not getting that much use. After about a year of no use at all, I fired the system up last week to help with a little research for a blog post I was writing on networking Windows NT 4.0 and Mac OS 8.6. Windows NT 4.0 fired right up with no issue, and after I was done testing what needed to be tested I tried to boot over to Arch.
    After a year of disuse, Arch unexpectedly and stubbornly refused to boot. The boot process started up just fine, but towards the end, it declared that it could not mount the root file system on the root device and took a kernel panic and stopped. My Arch skills have gotten a bit rusty in the last few years, but I dusted them off and went to work. My guess was a file system or superblock error. Arch wouldn’t boot, but I dragged out my trusty RIPLinux 2.9 Rescue Live CD and fired it up. It came right up and ran, and I was able to mount the Arch partition and view all the files… everything seemed to be there; it just wouldn’t boot. Windows NT 4.0 AND RIPLinux both boot and run on the machine, so the hardware is fine as well.
    A little information on the disk layout. Windows NT 4.0 is in the first partition on the hard drive. The extended partition has a second Windows NT 4.0 partition (sort of a /home partition for Windows NT 4.0), followed by the main Arch partition (the one I am trying to boot), followed by a swap partition and then the largest partition, which I use to share data between Arch and Windows NT 4.0 (I have loaded an ext2/3 driver into Windows NT 4.0 and it happily accesses the Linux partitions on the box).
    RIPLinux’s e2fsck did find some issues with the Arch partition and I had it repair them all. I checked again afterwards that all the files were still there, and they were. With the partition now known to be clean, and the superblock repaired from one of the backups, all should have been well. However, Arch still wouldn’t (and still won’t) boot.
    RIPLinux has a kind of a chain loader function, so I had it attempt to start up Arch for me. However, this was flummoxed by the fact that Arch addresses all my hard drive partitions as /dev/sdax and RIPLinux addresses them as /dev/hdax. Hence, without a common language, it was hard to get the one to start the other. Still, using this function, I have been able to get a crippled version of Arch running on the machine again. No modules had been loaded, and so it couldn’t do almost anything, but there it was (and is), Arch Linux Duke, at the CLI level. From there, I can see all the files, I can move freely in and out of my user account and the root account, but I can’t make the thing actually boot properly.
    If you have read this far, you are a trooper.  Summarizing what I know, the hardware is good, the file system is clean, the superblock is good, I can mount it cleanly from a live CD and I can chain load a crippled version of Arch. Here is the boot process blow-by-blow. When I try to do a normal boot, the Windows NT 4.0 loader passes control to the Lilo boot sector I have placed on hda1 (sda1 in Duke’s parlance). Lilo takes over, present a menu and when I select Duke, takes off. Arch Linux Duke starts to boot. It gets a good long way along, all the way along to:
    :: Loading udev events                [Pass]
    :: Mount root Read-only
    :: Checking file systems
    This is where it stops.
    The next thing I see is:
    /dev/sda6
    The superblock could not be read or does not describe a correct ext2 filesystem. If the device is valid and it really contains an ext2 filesystem (and not swap or ufs or something else) then the superblock is corrupt and you might try running e2fsck with an alternate superblock:
        E2fsck –b 8193 <device>
    I then get a sort of character based splash screen that says
    **********FILE SYSTEM CHECK FAILED ****************************
    *   Please repair manually and reboot. Note that the root file system
    *   is currently mounted read-only. To remount it read-write, type:
    *   mount –n –o remount,rw /.  When you exit the maintenance
    *   shell, the system will reboot automatically
    Give root password for maintenance
    At this point, I give the root password and enter the maintenance shell as root. I typed in “mount” and the first entry I got back is
    /dev/sda6 on / type ext3 (rw)
    This is exactly the root partition that the start up complains about. It is clearly there.  I can see it, I can walk around it… it is clearly there. Why won’t it boot? Despite the message, the superblock is fine – it passes every test e2fsck can throw at it.
    At this point, I did a “e2fsck /dev/hda6 (which is how RIPLinux would have passed it into Arch” and it says it is “clean”. I suspect that the Superblock message is because Arch sees root as sda6, while RIP passed it in as hda6...
    Deciding to see what Arch would be seeing as it tried to set things up in the boot sequence, I tried the following next:
    # mknod “/dev/root2” b 3 6   
    (“3” because RIPLinux refers to my hard drive as IDE, while Arch refers to it by major number “8”, which is SCSI. By the way, it IS an IDE drive – not sure why Arch insists on using the sdx nomenclature instead of hdx)
    Then I entered “mount /dev/root2 /mnt/hda6” and “ls /mnt/hda6”
    All was well. I can make the node, I can mount it, and I can see the contents. All is clearly well, but something is clearly wrong enough that Arch can’t boot.
    I am totally out of ideas. I have tried every trick I know and am out of tricks. I would welcome any insights as to what I could try to get this venerable Arch installation back on its legs.
    By the way, the key section of the /etc/lilo.conf file (lest anyone want to know) is:
    image = /boot/vmlinuz26
       root = /dev/sda6
       label = ArchLinux-Duke
       initrd = /boot/kernel26.img
       read-only
    I am stumped. Thanks in advance for any and all pointers you may be able to offer.
    Last edited by mac57 (2014-06-02 17:42:21)

    Folks, thanks for all your helpful comments, and I wanted to report back to you that I finally overcame the issue, and ArchLinux-Duke (2007) is once again executing flawlessly on my old Pentium Pro 200 system. I won't bother reporting here all the blind allies I went down as I tried to figure out what was wrong, but in the end, literally moments before I was about to give up and overwrite my Arch installation with a new Linux variant (antiX seemed well suited for such old and low power hardware), my attention was drawn to a note I had made in my files back in 2007 about a problem with similar symptoms. In that case, I had just deleted ZenWalk Linux from the hard drive (both Arch and Zen had been on the drive), and merged several partitions to make use of the newly free space. This had changed Arch's view of the drive lettering, and what had been its /dev/sddx root device was now /dev/sdcx. Arch failed to boot, throwing off the same errors I was seeing now. I wish I had recalled that note a month or so ago! It would have saved me a lot of work and a lot of frustration.
    At any rate, as a last step, and testing the idea that maybe the drive lettering had changed for some reason, I repeatedly manually booted Arch, specifying root=/dev/sda6, then /dev/sdb6, then /dev/sdd6, and finally, /dev/sdc6. Eureka! Arch now considered itself to be on /dev/sdc6 whereas previously it had been on /dev/sda6. This got me part way there, but the boot failed at the filesystem check stage and threw me into root. I disabled the file system check in /etc/rc.sysinit and got farther. Then I cleaned up /etc/fstab to agree with the new sdc naming, and I was back on the air fully.
    So, what had happened was that Arch had changed its view of the drive it was on from sda6 to sdc6. While I could not understand why this "sudden" change had occurred, at least I had a solution, and had Arch back up and running.
    Trolling through the rest of my notes, I found the answer. In 2012, the Tekram SCSI card in the machine failed, and I ultimately replaced it with an Adaptec card. The Tekram card did not have a BIOS segment on it. The Adaptec card did. My guess is that this caused the two internal SCSI devices I have built into the system (Iomega ZIP and Jaz respectively) to be enumerated first, claiming the "sda" and "sdb". device names. That left "sdc" for the root device, and that is where Arch went next.  This is my guess anyway.
    I should have caught this issue back in 2012, at the time, but from my notes, I can see that I tested the new card thoroughly using the  Windows NT 4.0 side of the machine, but never thought to bring up Arch as well. Hence, this problem lay dormant for two years, before I attempted to fire up Arch last month and blundered right into it.
    It has not all been bad. I have learned more about the ext2 and ext3 file systems and superblocks in the intervening time than I will ever need to use. I have learned how to manually boot Linux on a machine whose BIOS is so old that it cannot address the disk cylinder that the kernel is on and I have completely refreshed the many general Linux skills that used to just flow from my finger tips. It has been a frustrating experience, but ultimately a successful and useful one.
    Just wanted to let everyone know that this is now [SOLVED]. I would mark the post as such, but I don't see any obvious way to do that. Thanks again everyone.

  • [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] 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 Linux won't boot

    Hi,
    I was bad and didn't update my packages often enough, and now my arch installation on a desktop won't boot.
    I've booted off of a usb arch install, mounted all of the appropriate harddrive partitions, and used arch-chroot to switch to the offending hard drive.
    The /boot/syslinux/syslinux.cfg is such:
    # Config file for Syslinux -
    # /boot/syslinux/syslinux.cfg
    # Comboot modules:
    # * menu.c32 - provides a text menu
    # * vesamenu.c32 - provides a graphical menu
    # * chain.c32 - chainload MBRs, partition boot sectors, Windows bootloa
    ders
    # * hdt.c32 - hardware detection tool
    # * reboot.c32 - reboots the system
    # * poweroff.com - shutdown the system
    # To Use: Copy the respective files from /usr/lib/syslinux to /boot/sysli
    nux.
    # If /usr and /boot are on the same file system, symlink the files instea
    d
    # of copying them.
    # If you do not use a menu, a 'boot:' prompt will be shown and the system
    # will boot automatically after 5 seconds.
    # Please review the wiki: https://wiki.archlinux.org/index.php/Syslinux
    # The wiki provides further configuration examples
    DEFAULT arch
    PROMPT 0 # Set to 1 if you always want to display the boot: prompt
    TIMEOUT 50
    # You can create syslinux keymaps with the keytab-lilo tool
    #KBDMAP de.ktl
    # Menu Configuration
    # Either menu.c32 or vesamenu32.c32 must be copied to /boot/syslinux
    UI menu.c32
    #UI vesamenu.c32
    # Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu
    MENU TITLE Arch Linux
    #MENU BACKGROUND splash.png
    MENU COLOR border 30;44 #40ffffff #a0000000 std
    MENU COLOR title 1;36;44 #9033ccff #a0000000 std
    MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all
    MENU COLOR unsel 37;44 #50ffffff #a0000000 std
    MENU COLOR help 37;40 #c0ffffff #a0000000 std
    MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std
    MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
    MENU COLOR msg07 37;40 #90ffffff #a0000000 std
    MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
    # boot sections follow
    # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel l
    ine.
    LABEL arch
    MENU LABEL Arch Linux
    LINUX ../vmlinuz-linux
    APPEND root=/dev/md0 ro
    INITRD ../initramfs-linux.img
    LABEL archfallback
    MENU LABEL Arch Linux Fallback
    LINUX ../vmlinuz-linux
    APPEND root=/dev/md0 ro
    INITRD ../initramfs-linux-fallback.img
    #LABEL windows
    # MENU LABEL Windows
    # COM32 chain.c32
    # APPEND hd0 1
    LABEL hdt
    MENU LABEL HDT (Hardware Detection Tool)
    COM32 hdt.c32
    LABEL reboot
    MENU LABEL Reboot
    COM32 reboot.c32
    LABEL off
    MENU LABEL Power Off
    COMBOOT poweroff.com
    and /etc/mdadm.conf is:
    ARRAY /dev/md0 UUID=3830049a:44459d91:3ad800a8:e77f102f
    ARRAY /dev/md1 UUID=a69afb27:1266d0c2:0c8966db:14500cdb
    ARRAY /dev/md2 UUID=20b0675c:2fcca1a5:0882d652:06324bf6
    ARRAY /dev/md3 UUID=3f0343cb:ff7342c9:fe8e73d4:ba6d61b3
    ARRAY /dev/md4 UUID=287c6b6d:8cbd733c:c6e9d285:a2b14814
    ARRAY /dev/md5 UUID=ccd0d21c:8103251b:2c9a32d1:bc6dcc78
    and it looks to me like this agrees with blkid:
    sh-4.3# blkid
    /dev/sda1: UUID="3830049a-4445-9d91-3ad8-00a8e77f102f" UUID_SUB="932acc3b-f7ba-d443-cf76-9d59b663c651" LABEL="archiso:0" TYPE="linux_raid_member" PARTLABEL="Linux RAID" PARTUUID="9574bd41-8133-4c6a-b5b4-981002a41867"
    /dev/sda2: UUID="a69afb27-1266-d0c2-0c89-66db14500cdb" UUID_SUB="e3de7e2c-8153-0c53-ac5d-ffc678deb269" LABEL="archiso:1" TYPE="linux_raid_member" PARTLABEL="Linux RAID" PARTUUID="fc78d66d-53a4-4c99-a29c-b881d19c1e8d"
    /dev/sda3: UUID="20b0675c-2fcc-a1a5-0882-d65206324bf6" UUID_SUB="36f53577-cd9b-0c4e-4223-58123a6b2426" LABEL="archiso:2" TYPE="linux_raid_member" PARTLABEL="Linux RAID" PARTUUID="b7187772-bf01-4517-99a1-d2aa209aa35b"
    /dev/sda4: UUID="3f0343cb-ff73-42c9-fe8e-73d4ba6d61b3" UUID_SUB="e583cdb9-f523-b4ea-01bb-609779ca3efe" LABEL="archiso:3" TYPE="linux_raid_member" PARTLABEL="Linux RAID" PARTUUID="df9fddd2-762b-4eb3-860c-ef79f545fa77"
    /dev/sda5: UUID="287c6b6d-8cbd-733c-c6e9-d285a2b14814" UUID_SUB="ec1c493a-97f0-48e2-1659-068c25b7aa55" LABEL="archiso:4" TYPE="linux_raid_member" PARTLABEL="Linux RAID" PARTUUID="ba388b64-8f6b-4053-a695-14560832735e"
    /dev/sda6: UUID="ccd0d21c-8103-251b-2c9a-32d1bc6dcc78" UUID_SUB="9b53306f-941d-8048-5780-533ada837e11" LABEL="archiso:5" TYPE="linux_raid_member" PARTLABEL="Microsoft basic data" PARTUUID="6325add3-aa39-4fa2-995c-aacf7165097c"
    /dev/sdb1: UUID="3830049a-4445-9d91-3ad8-00a8e77f102f" UUID_SUB="ec3420f6-d21a-5e69-94f8-d81f277079ec" LABEL="archiso:0" TYPE="linux_raid_member" PARTLABEL="Linux RAID" PARTUUID="9574bd41-8133-4c6a-b5b4-981002a41867"
    /dev/sdb2: UUID="a69afb27-1266-d0c2-0c89-66db14500cdb" UUID_SUB="4b1e7230-ffec-0985-1ac7-a69aec27eec2" LABEL="archiso:1" TYPE="linux_raid_member" PARTLABEL="Linux RAID" PARTUUID="fc78d66d-53a4-4c99-a29c-b881d19c1e8d"
    /dev/sdb3: UUID="20b0675c-2fcc-a1a5-0882-d65206324bf6" UUID_SUB="4d1721b6-d87f-00b6-4bd9-45712592b033" LABEL="archiso:2" TYPE="linux_raid_member" PARTLABEL="Linux RAID" PARTUUID="b7187772-bf01-4517-99a1-d2aa209aa35b"
    /dev/sdb4: UUID="3f0343cb-ff73-42c9-fe8e-73d4ba6d61b3" UUID_SUB="085a16ce-1a7c-d79e-eb92-fed6b1b70365" LABEL="archiso:3" TYPE="linux_raid_member" PARTLABEL="Linux RAID" PARTUUID="df9fddd2-762b-4eb3-860c-ef79f545fa77"
    /dev/sdb5: UUID="287c6b6d-8cbd-733c-c6e9-d285a2b14814" UUID_SUB="10857018-548a-9311-178e-7d2b06e25942" LABEL="archiso:4" TYPE="linux_raid_member" PARTLABEL="Linux RAID" PARTUUID="ba388b64-8f6b-4053-a695-14560832735e"
    /dev/sdb6: UUID="ccd0d21c-8103-251b-2c9a-32d1bc6dcc78" UUID_SUB="d577ff9e-a687-f335-7062-f2f629886a58" LABEL="archiso:5" TYPE="linux_raid_member" PARTLABEL="Microsoft basic data" PARTUUID="6325add3-aa39-4fa2-995c-aacf7165097c"
    /dev/sdc1: LABEL="/dev/sdc1" UUID="de2a5dc6-4b22-466f-819a-86dda839c7e6" TYPE="ext4" PARTUUID="c3072e18-01"
    /dev/sdc2: LABEL="/dev/sdc2" UUID="2909b560-e9b9-48cf-a194-7b7c9c38d312" TYPE="ext4" PARTUUID="c3072e18-02"
    /dev/md127: UUID="3f9ddf01-4f7c-4633-844d-82a1781170a5" TYPE="ext4"
    /dev/md126: UUID="7105ac32-610b-4d4b-935b-675edc71ff32" TYPE="ext4"
    /dev/md125: UUID="90cc6dbe-2d0f-422b-8653-965f103b8e8d" TYPE="ext4"
    /dev/md124: UUID="5fd8960f-6017-49c8-bc7e-c972aa0e2f31" TYPE="ext4"
    /dev/md123: UUID="7B9075B74838729A" TYPE="ntfs"
    /dev/md122: UUID="96468ceb-857b-467e-b9c7-2a37e13fde6f" TYPE="ext4"
    and lsblk is:
    sh-4.3# lsblk
    NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
    sda 8:0 0 931.5G 0 disk
    |-sda1 8:1 0 1G 0 part
    | `-md126 9:126 0 1024M 0 raid1 /boot
    |-sda2 8:2 0 24G 0 part
    | `-md122 9:122 0 24G 0 raid1 /
    |-sda3 8:3 0 15G 0 part
    | `-md127 9:127 0 15G 0 raid1 /var
    |-sda4 8:4 0 100G 0 part
    | `-md125 9:125 0 100G 0 raid1 /home/j3doucet
    |-sda5 8:5 0 100G 0 part
    | `-md124 9:124 0 100G 0 raid1 /home/c2hollow
    `-sda6 8:6 0 691.5G 0 part
    `-md123 9:123 0 691.4G 0 raid1 /media
    sdb 8:16 0 931.5G 0 disk
    |-sdb1 8:17 0 1G 0 part
    | `-md126 9:126 0 1024M 0 raid1 /boot
    |-sdb2 8:18 0 24G 0 part
    | `-md122 9:122 0 24G 0 raid1 /
    |-sdb3 8:19 0 15G 0 part
    | `-md127 9:127 0 15G 0 raid1 /var
    |-sdb4 8:20 0 100G 0 part
    | `-md125 9:125 0 100G 0 raid1 /home/j3doucet
    |-sdb5 8:21 0 100G 0 part
    | `-md124 9:124 0 100G 0 raid1 /home/c2hollow
    `-sdb6 8:22 0 691.5G 0 part
    `-md123 9:123 0 691.4G 0 raid1 /media
    sdc 8:32 1 58.9G 0 disk
    |-sdc1 8:33 1 19.5G 0 part /etc/resolv.conf
    `-sdc2 8:34 1 39.4G 0 part
    sr0 11:0 1 1024M 0 rom
    Everything looks fine to me, /dev/sda1 is /boot, which has the same UUID as what mdadm has for /dev/md0, which is what syslinux.cfg has been told to boot off of. I'm not sure what to do from here.
    Last edited by c2hollow (2015-01-02 00:43:56)

    It's long that Arch uses rw argument on kernel command line.
    You should correct your syslinux.cfg as follow.
    LABEL arch
    MENU LABEL Arch Linux
    LINUX ../vmlinuz-linux
    APPEND root=LABEL="archiso:1" rw ## <<< Here's the diff
    INITRD ../initramfs-linux.img
    This isn't for the fallback menu entry, you just analyze the differences and do same there.
    I'm not familiar with syslinux, I just suppose you may try to test these options on-the-fly, before write them permanently. So when the syslinux menu will appear at boot time, please find the way to enter in edit mode and apply the correction. That will stay for the time you boot once. But it will ensure if it'll be good enough and do the writing later once you've booted.

  • [SOLVED] Arch won't start, uefi lenovo B570

    Hi, i am trying to install arch on my lenovo B570 laptop. I downloaded the latest iso from the site and used usb universal installer to create usb install media. In the boot options of my laptop i pick the usb as the first boot device and run it. I can see the efi menu and i pick arch_x86_64, but it seems to me that gummiboot is not firing. After this i only see black screen, and the usb stops blinking. After a while (3-4 min) the lap-top restarts. In the options of my bios i can't find anything like secure boot option, i have read on the forum similar issues and someone said that this should be disabled, but i don't see any option like so. My bios is very primitive, there is only boot order to set and nothing else.
    Thanks!
    Last edited by stefo (2013-01-02 12:08:39)

    I prepared the usb inside Lubuntu, i used gpadted to create new msdos partition table (mbr) and removed any partitions.
    I created new partition FAT32 with label "ARCH_201212" and formated the drive. I created two folders inside /mnt, one "iso" and one "usb". I mounted the usb and iso like this:
    mount /dev/sdb1 /mnt/usb
    mount /home/stefo/Downloads/archlinux-2012.12.01-dual.iso /mnt/iso
    Then copied everything from the iso to the usb:
    cp -r /mnt/iso /mnt/usb
    Unmounted and synced:
    umount /mnt/{usb,iso}
    sync
    EDIT: I also tried with fdisk...
    When i try to create new partition table with fdisk on my usb i get this:
    Building a new DOS disklabel with disk identifier 0x601ad71e.
    Changes will remain in memory only, until you decide to write them.
    After that, of course, the previous content won't be recoverable.
    Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite)
    EDIT: When i create new partition table and new FAT32 partition with fdisk, and then try to mount like this:
    mount /dev/sdb1 -t vfat /mnt/usb
    I get this, and the usb is not mounted:
    mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
           missing codepage or helper program, or other error
           In some cases useful info is found in syslog - try
           dmesg | tail  or so
    dmesg | tail
    [ 1678.604687] FAT-fs (sdb1): bogus number of reserved sectors
    [ 1678.604696] FAT-fs (sdb1): Can't find a valid FAT filesystem
    EDIT: My mistake sorry, i didn't used mkfs.vfat -F32 to format the partition, i forgot to do that
    EDIT: When i try this, i get Permission denied:
    sudo awk 'BEGIN {FS="="} /archisolabel/ {print $3}' /mnt/iso/loader/entries/archiso-x86_64.conf | xargs mkfs.vfat /dev/sdb1 -n
    EDIT: I don't know why the previous command didn't worked but this one worked:
    sudo mkfs.vfat -F32 -n `awk 'BEGIN {FS="="} /archisolabel/ {print $3}' /mnt/iso/loader/entries/archiso-x86_64.conf` /dev/sdb1
    Just to check i open gparted and i can see my usb /dev/sdb, one partition sdb1 FAT32 label: ARCH_201212. I copied the content from the iso to the usb, unmounted both the iso and usb folders and sycned, and again i get black screen..
    Last edited by stefo (2013-01-02 10:53:10)

  • Dd to /dev/sda instead of /dev/sdb, how to restore /dev/sda

    Hello,
    yesterday I made a mistake, I did a dd to /dev/sda:
    dd if=imagefile.img of=/dev/sda
    Problem is my /dev/sda is my harddisk and it should have been /dev/sdb (usbstick).
    Now my computer doesn't boot anymore.
    How can I restore my harddisk without losing my data?  The image file I copied was around 120MB. 
    Did dd than only overwrite the first 120MB or is there more?
    Regards,
    Roel

    Thank You guys,
    my arch-linux is up and running again in aprox. 1,5h time!!
    First I tried to backup the harddisk with knoppix and saw my harddisk was empty, in gparted it seemed like it was never used... I was down, down, down...  I didn't give up and downloaded systemrescuecd. Testdisk rstored my partition table and I saw it was my lucky day.  The first partition on my harddrive was SWAP.  All my files where intact and my stupid mistake only overwrote SWAP and MBR. 
    Reinstall grub would do the trick, i thought... but it didn't.  Wy?  Testdisk allocated my partitions to hda1 and hda2.  In arch I had sda1 (swap); sda2 (/) and sda3 (/home).  Now when I reinstalled grub the partition table didn't correspond to the ona in arch.  A little bit fiddling in menu.lst, fstab and devices.map managed me to boot my arch system from fallback.  My normal boot doesn't work though, I already changed everything to the right partitions but it keeps complaining about not finding my root partition.  I already tried root=/dev/hda1; /sda1 and the whole rimram.
    Can somebody tell me what's the problem?
    It is probably my initrd file, isn't it?

  • [SOLVED]Arch ieee1394 documentation

    Any fine folks out there feel like pointing a newb in the direction of some decent Firewire documentation for Arch? I found the USB wiki page and got my usb_sticks to automount, but I am having difficulty finding concise arch docs pertaining to 1394.
    A link to a blog, morse code, smokesignals, anything,..
    thanks peeps!
    Last edited by dawja (2014-11-19 16:40:35)

    I just might do that  one day & I'll check that page thanks. lsblk -l  was actually finding the drive before I started messing with usb. Now lsblk -l doesn't show anything except /dev/sda and /dev/sdb so I cant mount it. I've found these messages,..
    *EDIT: this is for a FW HD BTW.
    # dmesg | grep -i firewire
    [ 5.883425] firewire_ohci 0000:0d:03.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x2
    [ 863.506932] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [ 863.507130] firewire_core 0000:0d:03.0: created device fw0: GUID 001b63fffe7a76f6, S800
    [ 866.706771] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [ 866.706786] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [ 866.920170] firewire_core 0000:0d:03.0: rediscovered device fw0
    [ 866.920206] firewire_core 0000:0d:03.0: phy config: new root=ffc1, gap_count=5
    [ 870.221796] firewire_core 0000:0d:03.0: phy config: new root=ffc1, gap_count=5
    [ 873.265202] firewire_core 0000:0d:03.0: created device fw1: GUID 0001d207e03202a0, S400
    [ 903.463443] firewire_sbp2 fw1.0: ORB reply timed out, rcode 0x11
    [ 933.663408] firewire_sbp2 fw1.0: ORB reply timed out, rcode 0x11
    [ 963.863431] firewire_sbp2 fw1.0: ORB reply timed out, rcode 0x11
    [ 994.063414] firewire_sbp2 fw1.0: ORB reply timed out, rcode 0x11
    [ 1024.263433] firewire_sbp2 fw1.0: ORB reply timed out, rcode 0x11
    [ 1054.463430] firewire_sbp2 fw1.0: ORB reply timed out, rcode 0x11
    [ 1054.463447] firewire_sbp2 fw1.0: failed to login to LUN 0000
    [13403.759260] firewire_core 0000:0d:03.0: phy config: new root=ffc1, gap_count=5
    [13433.758871] firewire_sbp2 fw1.0: ORB reply timed out, rcode 0x11
    [13463.758724] firewire_sbp2 fw1.0: ORB reply timed out, rcode 0x11
    [13493.958720] firewire_sbp2 fw1.0: ORB reply timed out, rcode 0x11
    [13524.158851] firewire_sbp2 fw1.0: ORB reply timed out, rcode 0x11
    [13554.358819] firewire_sbp2 fw1.0: ORB reply timed out, rcode 0x11
    [13584.558808] firewire_sbp2 fw1.0: ORB reply timed out, rcode 0x11
    [13584.558826] firewire_sbp2 fw1.0: failed to login to LUN 0000
    [21523.648247] firewire_sbp2 fw1.0: released target 6:0:0
    [21597.478094] firewire_core 0000:0d:03.0: rediscovered device fw0
    [21597.478132] firewire_core 0000:0d:03.0: phy config: new root=ffc1, gap_count=5
    [21601.249219] firewire_core 0000:0d:03.0: phy config: new root=ffc1, gap_count=5
    [21604.003329] firewire_core 0000:0d:03.0: created device fw1: GUID 0001d207e03202a0, S400
    [21634.201382] firewire_sbp2 fw1.0: ORB reply timed out, rcode 0x11
    [21664.401295] firewire_sbp2 fw1.0: ORB reply timed out, rcode 0x11
    [21673.238442] firewire_core 0000:0d:03.0: phy config: new root=ffc1, gap_count=5
    [21673.741313] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21673.741328] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21673.757990] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21673.758004] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21673.761370] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21673.761387] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21673.767973] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21673.767988] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21673.777906] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21673.777914] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21673.831224] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21673.831234] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21673.841239] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21673.841248] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21673.854563] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21673.854570] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21674.131381] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21674.131396] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21674.154724] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21674.154740] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21674.211381] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21674.211397] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21674.271378] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21674.271392] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21674.588076] firewire_core 0000:0d:03.0: rediscovered device fw0
    [21674.825812] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21675.063136] firewire_core 0000:0d:03.0: PHY ID mismatch in self ID: 0 != 1
    [21675.063144] firewire_core 0000:0d:03.0: topology build failed
    [21675.324701] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21675.324716] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21675.341336] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21675.341350] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21675.344740] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21675.344756] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21675.354696] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21675.354709] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21675.434710] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21675.434724] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21675.487969] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21675.487983] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21675.521345] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21675.521355] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21675.524654] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21675.524662] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21675.574755] firewire_core 0000:0d:03.0: rediscovered device fw0
    [21675.574773] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21676.158096] firewire_core 0000:0d:03.0: PHY ID mismatch in self ID: 0 != 1
    [21676.158109] firewire_core 0000:0d:03.0: topology build failed
    [21676.664689] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21676.664704] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21676.694702] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21676.694716] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21676.698017] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21676.698029] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21676.708031] firewire_core 0000:0d:03.0: rediscovered device fw0
    [21676.708059] firewire_core 0000:0d:03.0: phy config: new root=ffc1, gap_count=5
    [21677.987918] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21677.987928] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21677.997946] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21677.997959] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21678.001288] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21678.001299] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21678.394604] firewire_core 0000:0d:03.0: rediscovered device fw0
    [21678.435405] firewire_core 0000:0d:03.0: PHY ID mismatch in self ID: 0 != 1
    [21678.435413] firewire_core 0000:0d:03.0: topology build failed
    [21678.435421] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21678.714690] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: timeout
    [21694.601259] firewire_sbp2 fw1.0: ORB reply timed out, rcode 0x11
    [21694.624774] firewire_sbp2 fw1.0: released target 8:0:0
    [21695.721623] firewire_core 0000:0d:03.0: created device fw0: GUID 001b63fffe7a76f6, S800
    Last edited by dawja (2014-11-18 22:34:30)

  • [SOLVED] Arch won't mount my hard drives correctly, problems at boot.

    Sometimes (only sometimes) Arch Linux will have an error during bootup because my Linux drive gets mounted as sdb instead of sda. My NTFS Sata storage drives gets mounted in its place as sda.
    When this happens, Arch Linux will stop booting at the "checking filesystems" step:
    :: Checking Filesystems [BUSY]
    /dev/sda3:
    The superblock could not be read or does not describe a corect ext2
    filesystem. If the device is valid and it really contains an ext2
    filesystem (and not swap or ufs or something else), then the superblock
    is corrupt, and you might try running e2fsck with an alternate superblock:
    e2fsck -b 8193 <device>
    [FAIL]
    **************** FILESYSTEM CHECK FAILED ****************
    * Please repair manually and reboot. Note that the root *
    * file system is currently mounted read-only. To remount *
    * it read-write type: mount -n -o remount,rw / *
    * When you exit the maintenance shell the system will *
    * reboot automatically. *
    Give root password for maintenance
    (or type Control-D to continue):
    And from there i have to remount my drives manually or restart the computer. Everytime I start the computer, I simply have to hope that my Linux drive will mount as sda. It's totally hit and miss.
    Now, I know that my superblock is not corrupt. fsck is failing because it is looking for my linux filesystem on sda. It is encountering my NTFS Sata drive on sda instead of the expected Linux ext filesystem.
    So how do I know that this is happening?
    Well, after giving the root password, it shows the root prompt
    [root@(none) ~]#
    and i proceed to use the lshw command to see what's up with the drives:
    [root@(none) ~]# lshw -short | grep /dev/
    /0/6/0.0.0 /dev/sdb disk 120GB WDC WD1200JB-00E
    /0/6/0.0.0/1 /dev/sdb1 volume 101MiB Linux filesystem partition
    /0/6/0.0.0/2 /dev/sdb2 volume 258MiB Linux swap volume
    /0/6/0.0.0/3 /dev/sdb3 volume 7506MiB EXT4 volume
    /0/6/0.0.0/4 /dev/sdb4 volume 104GiB EXT4 volume
    /0/6/0.1.0 /dev/sdc disk 81GB Maxtor 6Y080P0
    /0/6/0.1.0/1 /dev/sdc1 volume 76GiB Windows NTFS volume
    /0/8/0.0.0 /dev/sda disk 640GB Hitachi HDT72106
    /0/8/0.0.0/1 /dev/sda1 volume 596GiB Windows NTFS volume
    So, clearly, this shows that my Linux drive has gotten mounted as sdb and my NTFS Sata drive has gottem mounted as sda. It's totally random: sometimes they mount vice versa and the system boots just fine.
    When Arch does happen to mount itself properly as sda and the system starts successfully, then the lshw command shows this:
    [root@(none) ~]# lshw -short | grep /dev/
    /0/6/0.0.0 /dev/sda disk 120GB WDC WD1200JB-00E
    /0/6/0.0.0/1 /dev/sda1 volume 101MiB Linux filesystem partition
    /0/6/0.0.0/2 /dev/sda2 volume 258MiB Linux swap volume
    /0/6/0.0.0/3 /dev/sda3 volume 7506MiB EXT4 volume
    /0/6/0.0.0/4 /dev/sda4 volume 104GiB EXT4 volume
    /0/6/0.1.0 /dev/sdb disk 81GB Maxtor 6Y080P0
    /0/6/0.1.0/1 /dev/sdb1 volume 76GiB Windows NTFS volume
    /0/8/0.0.0 /dev/sdc disk 640GB Hitachi HDT72106
    /0/8/0.0.0/1 /dev/sdc1 volume 596GiB Windows NTFS volume
    The above correctly mounted format shows the drives in the same order as my Hard Disk boot priority in BIOS as well as in the same order as during the initial drive detection directly following the memory test (don't know if it has anything to do with it though).
    So my question is this. How do I ensure that Arch Linux mounts itself as sda ALL of the time, and not randomly?
    Or should I remove my sda entries in etc/fstab and let Arch determine where my Linux filesystems are? If so, how?
    It's interesting to note that GRUB is set to boot Arch Linux from hd0, which should be sda.
    It's also intriguing to note that if I take out my Sata drive, I never encounter this problem.
    Last edited by trusktr (2010-06-15 07:49:31)

    Thanks kgas, here's what i found out so far:
    Alright so after rebooting, this is what i determined:
    When Linux mounts the drives incorrectly (take note of the parts in bold, the short numbers are NTFS filesystems, long numbers the Linux filesystems):
    [trusktr@rocketship ~]$ ls -l /dev/disk/by-uuid
    total 0
    lrwxrwxrwx 1 root root 10 Jun 14 21:08 01CA836D8BE82040 -> ../../[b]sdc1[/b]
    lrwxrwxrwx 1 root root 10 Jun 14 21:08 0ddf0e41-e7e6-4af5-b0e9-bc79a91b12eb -> ../../[b]sdb1[/b]
    lrwxrwxrwx 1 root root 10 Jun 14 21:08 92b88528-dd0f-4c1b-bcce-54084ef2aceb -> ../../[b]sdb4[/b]
    lrwxrwxrwx 1 root root 10 Jun 14 21:08 C838CF5838CF4462 -> ../../[b]sda1[/b]
    lrwxrwxrwx 1 root root 10 Jun 14 21:08 cdb33de5-0100-4c5f-a9b1-5c1a444e6eac -> ../../[b]sdb3[/b]
    lrwxrwxrwx 1 root root 10 Jun 14 21:08 d0a5d49d-169d-43ce-af0f-216dc4a9f604 -> ../../[b]sdb2[/b]
    So an NTFS filesystem is mounted in sda instead of the Linux filesystem
    When Linux mounts everything properly:
    [trusktr@rocketship ~]$ ls -l /dev/disk/by-uuid
    total 0
    lrwxrwxrwx 1 root root 10 Jun 14 21:08 01CA836D8BE82040 -> ../../[b]sdb1[/b]
    lrwxrwxrwx 1 root root 10 Jun 14 21:08 0ddf0e41-e7e6-4af5-b0e9-bc79a91b12eb -> ../../[b]sda1[/b]
    lrwxrwxrwx 1 root root 10 Jun 14 21:08 92b88528-dd0f-4c1b-bcce-54084ef2aceb -> ../../[b]sda4[/b]
    lrwxrwxrwx 1 root root 10 Jun 14 21:08 C838CF5838CF4462 -> ../../[b]sdc1[/b]
    lrwxrwxrwx 1 root root 10 Jun 14 21:08 cdb33de5-0100-4c5f-a9b1-5c1a444e6eac -> ../../[b]sda3[/b]
    lrwxrwxrwx 1 root root 10 Jun 14 21:08 d0a5d49d-169d-43ce-af0f-216dc4a9f604 -> ../../[b]sda2[/b]
    This doesn't tell us much except that I indeed do have uuid's for all the drives.
    So, i guess as kgas said, i probably need to use the uuid in fstab so that Linux always knows which hard drive is the linux drive! In that case, only the uuid for the Linux drive will be necessary. For the other drives it wouldn't matter so much i guess since they don't contain the operating system.
    Alright, i'll be back to determine if this fixes it!
    Last edited by trusktr (2010-06-15 06:41:25)

Maybe you are looking for

  • I have forgotten my password how can I log in?

    Hi I have bought a new mac book air and have already forgottten the password! How do I log in there is no data to lose

  • How to find out the PATTERN, GRADIENT and BRUSHED objects?

    How to find out the PATTERN, GRADIENT and BRUSHED objects information in illustrator active document file. And also how to find the CMYK and RGB color information in illustrator file through javascript. Could you please provide any examples.

  • Can I use Tiger and Snow Leopard on my Mac Pro?

    I have a 3 year old Mac Pro with 2 internal hard drives installed by Apple at the time of purchase. At present, I'm using Tiger 10.4.11. I've purchased Snow Leopard (The Family Pack with 5 licenses) and have installed it on my MacBook Pro. I haven't

  • Accesibility Issues with Image element

    Hi All, I've image element inside a table column. Image used is '~Icon/RedLed'. Image source and tool tip are bound properly. But we are facing an accessibility issue in this. When accessibility mode is set to X, image tool tip reads as 'Image - Unav

  • Audio navigator disappears after 'play' in iBook

    after pressing the empty space it reappears. it does not happen in ios 6.0.1 anyone else? or is this a bug?