System freeze when loading initial ramdisk ...

I have this os installed about 2 years and this problem occurs sometimes in last 5 months, the problem is when power on and step into "Loading Initial Ramdisk ..." it will stuck there, no keytap works, have to push the Power button, when power is off, push the Power button again, the system will launch smoothly. The system is up-to-date.
I googled and searched, some people talk about the Video Card like ATI or Nvidia, but what I have is an embeded Intel video card, it's a Thinkpad Sl510 laptop, nothing new.
Also some people refers to the GRUB.
Please let me know what information you need in order to help.
Thanks.

Head_on_a_Stick wrote:Have you modified your /etc/mkinitcpio.conf?
No, never.
It could be your drive failing, try a `smartctl` test on it.
Hereby the results: Overall Health Self-Assessment Test: PASSED
So no problem with my drive.

Similar Messages

  • "loading initial ramdisk" hang....

    FYI, an Arch installation that's been working well for 2 year is now freezing on "loading initial ramdisk" on boot.
    Still looking into it. Not seeing any other recent reports. If anyone has any quick ideas, it would be appreciated.  Need to get the computer running ASAP....
    It's an Ivy Bridge i7 with UEFI booting.  Nothing is particularly special about it.  No added video card or storage or anything.

    well that is weird. When I boot with an Arch ISO on a USB stick - but not even boot the USB, just boot as normal, it works. Take the USB stick out, reboot, and the problem returns.
    Well disaster averted for now, so I can continue working on my presentation, but hopefully more clues will come about....

  • Loading Initial ramdisk freeze?

    Ok so i have arch installed and am loving it. just got kde up and running however just started noticing when rebooting will sometimes hang on loading initial ramdisk ? i tried maaking a new ramdisk still expieriencing the issue. any one else ? i have no idea where to start here. sometime it takes 5 or 6 restarts before it will boot.
    Thanks
    Paul

    Ok so i have arch installed and am loving it. just got kde up and running however just started noticing when rebooting will sometimes hang on loading initial ramdisk ? i tried maaking a new ramdisk still expieriencing the issue. any one else ? i have no idea where to start here. sometime it takes 5 or 6 restarts before it will boot.
    Thanks
    Paul

  • Lenovo W530 - Stuck at "Loading initial ramdisk" GRUB Discrete graphic

    As in the thread https://bbs.archlinux.org/viewtopic.php?id=146006 (only that I do not have any encryption on my drive) I cannot get my ThinkPad W530 booting (I have installed via EFI) with Discrete graphics mode (set in BIOS). NVIDIA Optimus works with optirun and Integrated graphics works fine but I cannot start with Discrete graphics.
    I want to do this since I cannot connect an external monitor to my computer at all right now (the Mini DisplayPort and VGA adapter are only physically connected to the NVIDIA card). I have tried following several more or less incomplete guides on how to start a second X server with bumblebee but I cannot get those working and do not see two X servers a a good solution. I want a virtual display that spans over two monitors. I tried booting the computer with an Ubuntu Live USB stick and it automatically connected and used both monitors (when I set Discrete graphics in the BIOS) even in the installation process, and I can run games like StarCraft II just fine on my Arch install with optirun (when I set NVIDIA Optimus in the BIOS) so the hardware seems to work just fine.
    When I boot the regular Arch linux kernel (3.17.1-1-ARCH) with Discrete graphics I get to the message "Loading initial ramdisk...", then the screen turns black. My system is using GDM for login and Gnome as window manager.
    I managed to login blindly (not sure if it was through GDM or Ctrl + Alt + F2 since I tried both) during the black screen and execute a command that I later found in my .zsh_history file and I also can see that the drive access led is blinking a while after the black screen so it seems that the system has not hanged entirely. If I disable GDM the screen does not turn black but freezes at the "Loading initial ramdisk..." output.
    My /boot/grub/grub.cfg file is (I am not trying to boot with the linux-ck or linux-rt kernel that I also have installed):
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    if [ "${next_entry}" ] ; then
    set default="${next_entry}"
    set next_entry=
    save_env next_entry
    set boot_once=true
    else
    set default="4"
    fi
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    if [ x$feature_default_font_path = xy ] ; then
    font=unicode
    else
    insmod part_gpt
    insmod ext2
    set root='hd0,gpt3'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 25086a9b-a542-4018-9f71-4f492f09be91
    else
    search --no-floppy --fs-uuid --set=root 25086a9b-a542-4018-9f71-4f492f09be91
    fi
    font="/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=auto
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=sv_SE
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=5
    # Fallback normal timeout code in case the timeout_style feature is
    # unavailable.
    else
    set timeout=5
    fi
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-25086a9b-a542-4018-9f71-4f492f09be91' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod fat
    set root='hd0,gpt1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 B1C0-6D51
    else
    search --no-floppy --fs-uuid --set=root B1C0-6D51
    fi
    echo 'Läser in Linux linux-rt ...'
    linux /vmlinuz-linux-rt root=UUID=25086a9b-a542-4018-9f71-4f492f09be91 rw quiet
    echo 'Läser in initial ramdisk ...'
    initrd /intel-ucode.img /initramfs-linux-rt.img
    submenu 'Avancerade flaggor för Arch Linux' $menuentry_id_option 'gnulinux-advanced-25086a9b-a542-4018-9f71-4f492f09be91' {
    menuentry 'Arch Linux, med Linux linux-rt' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-rt-advanced-25086a9b-a542-4018-9f71-4f492f09be91' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod fat
    set root='hd0,gpt1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 B1C0-6D51
    else
    search --no-floppy --fs-uuid --set=root B1C0-6D51
    fi
    echo 'Läser in Linux linux-rt ...'
    linux /vmlinuz-linux-rt root=UUID=25086a9b-a542-4018-9f71-4f492f09be91 rw quiet
    echo 'Läser in initial ramdisk ...'
    initrd /intel-ucode.img /initramfs-linux-rt.img
    menuentry 'Arch Linux, with Linux linux-rt (fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-rt-fallback-25086a9b-a542-4018-9f71-4f492f09be91' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod fat
    set root='hd0,gpt1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 B1C0-6D51
    else
    search --no-floppy --fs-uuid --set=root B1C0-6D51
    fi
    echo 'Läser in Linux linux-rt ...'
    linux /vmlinuz-linux-rt root=UUID=25086a9b-a542-4018-9f71-4f492f09be91 rw quiet
    echo 'Läser in initial ramdisk ...'
    initrd /intel-ucode.img /initramfs-linux-rt-fallback.img
    menuentry 'Arch Linux, med Linux linux-ck' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-ck-advanced-25086a9b-a542-4018-9f71-4f492f09be91' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod fat
    set root='hd0,gpt1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 B1C0-6D51
    else
    search --no-floppy --fs-uuid --set=root B1C0-6D51
    fi
    echo 'Läser in Linux linux-ck ...'
    linux /vmlinuz-linux-ck root=UUID=25086a9b-a542-4018-9f71-4f492f09be91 rw quiet
    echo 'Läser in initial ramdisk ...'
    initrd /intel-ucode.img /initramfs-linux-ck.img
    menuentry 'Arch Linux, with Linux linux-ck (fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-ck-fallback-25086a9b-a542-4018-9f71-4f492f09be91' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod fat
    set root='hd0,gpt1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 B1C0-6D51
    else
    search --no-floppy --fs-uuid --set=root B1C0-6D51
    fi
    echo 'Läser in Linux linux-ck ...'
    linux /vmlinuz-linux-ck root=UUID=25086a9b-a542-4018-9f71-4f492f09be91 rw quiet
    echo 'Läser in initial ramdisk ...'
    initrd /intel-ucode.img /initramfs-linux-ck-fallback.img
    menuentry 'Arch Linux, med Linux linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-advanced-25086a9b-a542-4018-9f71-4f492f09be91' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod fat
    set root='hd0,gpt1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 B1C0-6D51
    else
    search --no-floppy --fs-uuid --set=root B1C0-6D51
    fi
    echo 'Läser in Linux linux ...'
    linux /vmlinuz-linux root=UUID=25086a9b-a542-4018-9f71-4f492f09be91 rw quiet
    echo 'Läser in initial ramdisk ...'
    initrd /intel-ucode.img /initramfs-linux.img
    menuentry 'Arch Linux, with Linux linux (fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-fallback-25086a9b-a542-4018-9f71-4f492f09be91' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod fat
    set root='hd0,gpt1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 B1C0-6D51
    else
    search --no-floppy --fs-uuid --set=root B1C0-6D51
    fi
    echo 'Läser in Linux linux ...'
    linux /vmlinuz-linux root=UUID=25086a9b-a542-4018-9f71-4f492f09be91 rw quiet
    echo 'Läser in initial ramdisk ...'
    initrd /intel-ucode.img /initramfs-linux-fallback.img
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f ${config_directory}/custom.cfg ]; then
    source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    ### BEGIN /etc/grub.d/60_memtest86+ ###
    ### END /etc/grub.d/60_memtest86+ ###
    Is the error with GRUB, with the kernel, with the NVIDIA drivers or with Xorg? How can I debug and fix this once and for all?
    UPDATE:
    I have managed to login to the computer when it has reached the black screen via SSH with my phone and got the dmesg output:
    [ 0.000000] CPU0 microcode updated early to revision 0x1b, date = 2014-05-29
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.17.1-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.1 20140903 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Oct 15 15:04:35 CEST 2014
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=25086a9b-a542-4018-9f71-4f492f09be91 rw quiet
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009cfff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009d000-0x00000000000bffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cbc6ffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000cbc70000-0x00000000cbe71fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000cbe72000-0x00000000db14efff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000db14f000-0x00000000db34efff] type 20
    [ 0.000000] BIOS-e820: [mem 0x00000000db34f000-0x00000000df69efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000df69f000-0x00000000df79efff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000df79f000-0x00000000df7fefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000df7ff000-0x00000000df7fffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000df800000-0x00000000dfffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f80f8000-0x00000000f80f8fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021dffffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] efi: EFI v2.31 by Lenovo
    [ 0.000000] efi: ACPI 2.0=0xdf7fe014 ACPI=0xdf7fe000 SMBIOS=0xdf69e000
    [ 0.000000] efi: mem00: type=7, attr=0xf, range=[0x0000000000000000-0x0000000000087000) (0MB)
    [ 0.000000] efi: mem01: type=4, attr=0xf, range=[0x0000000000087000-0x0000000000088000) (0MB)
    [ 0.000000] efi: mem02: type=7, attr=0xf, range=[0x0000000000088000-0x000000000009d000) (0MB)
    [ 0.000000] efi: mem03: type=0, attr=0xf, range=[0x000000000009d000-0x00000000000a0000) (0MB)
    [ 0.000000] efi: mem04: type=2, attr=0xf, range=[0x0000000000100000-0x0000000001053000) (15MB)
    [ 0.000000] efi: mem05: type=7, attr=0xf, range=[0x0000000001053000-0x0000000002000000) (15MB)
    [ 0.000000] efi: mem06: type=2, attr=0xf, range=[0x0000000002000000-0x0000000002f53000) (15MB)
    [ 0.000000] efi: mem07: type=7, attr=0xf, range=[0x0000000002f53000-0x0000000037834000) (840MB)
    [ 0.000000] efi: mem08: type=2, attr=0xf, range=[0x0000000037834000-0x0000000037c12000) (3MB)
    [ 0.000000] efi: mem09: type=7, attr=0xf, range=[0x0000000037c12000-0x0000000093e96000) (1474MB)
    [ 0.000000] efi: mem10: type=2, attr=0xf, range=[0x0000000093e96000-0x00000000c9841000) (857MB)
    [ 0.000000] efi: mem11: type=4, attr=0xf, range=[0x00000000c9841000-0x00000000c9861000) (0MB)
    [ 0.000000] efi: mem12: type=7, attr=0xf, range=[0x00000000c9861000-0x00000000cbc5a000) (35MB)
    [ 0.000000] efi: mem13: type=4, attr=0xf, range=[0x00000000cbc5a000-0x00000000cbc70000) (0MB)
    [ 0.000000] efi: mem14: type=0, attr=0xf, range=[0x00000000cbc70000-0x00000000cbe72000) (2MB)
    [ 0.000000] efi: mem15: type=4, attr=0xf, range=[0x00000000cbe72000-0x00000000cc831000) (9MB)
    [ 0.000000] efi: mem16: type=7, attr=0xf, range=[0x00000000cc831000-0x00000000ccce0000) (4MB)
    [ 0.000000] efi: mem17: type=1, attr=0xf, range=[0x00000000ccce0000-0x00000000cccfd000) (0MB)
    [ 0.000000] efi: mem18: type=7, attr=0xf, range=[0x00000000cccfd000-0x00000000cec6f000) (31MB)
    [ 0.000000] efi: mem19: type=4, attr=0xf, range=[0x00000000cec6f000-0x00000000cec70000) (0MB)
    [ 0.000000] efi: mem20: type=7, attr=0xf, range=[0x00000000cec70000-0x00000000cec81000) (0MB)
    [ 0.000000] efi: mem21: type=4, attr=0xf, range=[0x00000000cec81000-0x00000000d0974000) (28MB)
    [ 0.000000] efi: mem22: type=7, attr=0xf, range=[0x00000000d0974000-0x00000000d0986000) (0MB)
    [ 0.000000] efi: mem23: type=4, attr=0xf, range=[0x00000000d0986000-0x00000000d254f000) (27MB)
    [ 0.000000] efi: mem24: type=7, attr=0xf, range=[0x00000000d254f000-0x00000000dac78000) (135MB)
    [ 0.000000] efi: mem25: type=2, attr=0xf, range=[0x00000000dac78000-0x00000000dac82000) (0MB)
    [ 0.000000] efi: mem26: type=3, attr=0xf, range=[0x00000000dac82000-0x00000000db14f000) (4MB)
    [ 0.000000] efi: mem27: type=5, attr=0x800000000000000f, range=[0x00000000db14f000-0x00000000db228000) (0MB)
    [ 0.000000] efi: mem28: type=5, attr=0x800000000000000f, range=[0x00000000db228000-0x00000000db34f000) (1MB)
    [ 0.000000] efi: mem29: type=6, attr=0x800000000000000f, range=[0x00000000db34f000-0x00000000dbef8000) (11MB)
    [ 0.000000] efi: mem30: type=6, attr=0x800000000000000f, range=[0x00000000dbef8000-0x00000000ded9f000) (46MB)
    [ 0.000000] efi: mem31: type=0, attr=0xf, range=[0x00000000ded9f000-0x00000000df3f0000) (6MB)
    [ 0.000000] efi: mem32: type=0, attr=0xf, range=[0x00000000df3f0000-0x00000000df69b000) (2MB)
    [ 0.000000] efi: mem33: type=0, attr=0xf, range=[0x00000000df69b000-0x00000000df69d000) (0MB)
    [ 0.000000] efi: mem34: type=0, attr=0xf, range=[0x00000000df69d000-0x00000000df69f000) (0MB)
    [ 0.000000] efi: mem35: type=10, attr=0xf, range=[0x00000000df69f000-0x00000000df6f0000) (0MB)
    [ 0.000000] efi: mem36: type=10, attr=0xf, range=[0x00000000df6f0000-0x00000000df79f000) (0MB)
    [ 0.000000] efi: mem37: type=9, attr=0xf, range=[0x00000000df79f000-0x00000000df7d7000) (0MB)
    [ 0.000000] efi: mem38: type=9, attr=0xf, range=[0x00000000df7d7000-0x00000000df7ff000) (0MB)
    [ 0.000000] efi: mem39: type=4, attr=0xf, range=[0x00000000df7ff000-0x00000000df800000) (0MB)
    [ 0.000000] efi: mem40: type=7, attr=0xf, range=[0x0000000100000000-0x000000021e000000) (4576MB)
    [ 0.000000] efi: mem41: type=0, attr=0x0, range=[0x00000000000a0000-0x00000000000c0000) (0MB)
    [ 0.000000] efi: mem42: type=0, attr=0x0, range=[0x00000000df800000-0x00000000e0000000) (8MB)
    [ 0.000000] efi: mem43: type=11, attr=0x8000000000000001, range=[0x00000000f80f8000-0x00000000f80f9000) (0MB)
    [ 0.000000] efi: mem44: type=11, attr=0x8000000000000001, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
    [ 0.000000] SMBIOS 2.7 present.
    [ 0.000000] DMI: LENOVO 244759G/244759G, BIOS G5ET92WW (2.52 ) 02/27/2013
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x21e000 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-FFFFF uncachable
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0FFC00000 mask FFFC00000 write-protect
    [ 0.000000] 1 base 000000000 mask F80000000 write-back
    [ 0.000000] 2 base 080000000 mask FC0000000 write-back
    [ 0.000000] 3 base 0C0000000 mask FE0000000 write-back
    [ 0.000000] 4 base 0DF800000 mask FFF800000 uncachable
    [ 0.000000] 5 base 100000000 mask F00000000 write-back
    [ 0.000000] 6 base 200000000 mask FE0000000 write-back
    [ 0.000000] 7 base 21E000000 mask FFE000000 uncachable
    [ 0.000000] 8 disabled
    [ 0.000000] 9 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: last_pfn = 0xdf800 max_arch_pfn = 0x400000000
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x02b2f000, 0x02b2ffff] PGTABLE
    [ 0.000000] BRK [0x02b30000, 0x02b30fff] PGTABLE
    [ 0.000000] BRK [0x02b31000, 0x02b31fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x21de00000-0x21dffffff]
    [ 0.000000] [mem 0x21de00000-0x21dffffff] page 2M
    [ 0.000000] BRK [0x02b32000, 0x02b32fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x21c000000-0x21ddfffff]
    [ 0.000000] [mem 0x21c000000-0x21ddfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x200000000-0x21bffffff]
    [ 0.000000] [mem 0x200000000-0x21bffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0xcbc6ffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0xcbbfffff] page 2M
    [ 0.000000] [mem 0xcbc00000-0xcbc6ffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xcbe72000-0xdb14efff]
    [ 0.000000] [mem 0xcbe72000-0xcbffffff] page 4k
    [ 0.000000] [mem 0xcc000000-0xdaffffff] page 2M
    [ 0.000000] [mem 0xdb000000-0xdb14efff] page 4k
    [ 0.000000] BRK [0x02b33000, 0x02b33fff] PGTABLE
    [ 0.000000] BRK [0x02b34000, 0x02b34fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xdf7ff000-0xdf7fffff]
    [ 0.000000] [mem 0xdf7ff000-0xdf7fffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
    [ 0.000000] [mem 0x100000000-0x1ffffffff] page 2M
    [ 0.000000] RAMDISK: [mem 0x37834000-0x37c11fff]
    [ 0.000000] ACPI: Early table checksum verification disabled
    [ 0.000000] ACPI: RSDP 0x00000000DF7FE014 000024 (v02 LENOVO)
    [ 0.000000] ACPI: XSDT 0x00000000DF7FE170 0000CC (v01 LENOVO TP-G5 00002520 PTL 00000002)
    [ 0.000000] ACPI: FACP 0x00000000DF7E6000 00010C (v05 LENOVO TP-G5 00002520 PTL 00000002)
    [ 0.000000] ACPI: DSDT 0x00000000DF7E8000 010A68 (v01 LENOVO TP-G5 00002520 INTL 20061109)
    [ 0.000000] ACPI: FACS 0x00000000DF754000 000040
    [ 0.000000] ACPI: SLIC 0x00000000DF7FD000 000176 (v01 LENOVO TP-G5 00002520 PTL 00000001)
    [ 0.000000] ACPI: TCPA 0x00000000DF7FC000 000032 (v02 PTL LENOVO 06040000 LNVO 00000001)
    [ 0.000000] ACPI: SSDT 0x00000000DF7FB000 000408 (v01 LENOVO TP-SSDT2 00000200 INTL 20061109)
    [ 0.000000] ACPI: SSDT 0x00000000DF7FA000 000033 (v01 LENOVO TP-SSDT1 00000100 INTL 20061109)
    [ 0.000000] ACPI: SSDT 0x00000000DF7F9000 000797 (v01 LENOVO SataAhci 00001000 INTL 20061109)
    [ 0.000000] ACPI: HPET 0x00000000DF7E4000 000038 (v01 LENOVO TP-G5 00002520 PTL 00000002)
    [ 0.000000] ACPI: APIC 0x00000000DF7E3000 000098 (v01 LENOVO TP-G5 00002520 PTL 00000002)
    [ 0.000000] ACPI: MCFG 0x00000000DF7E2000 00003C (v01 LENOVO TP-G5 00002520 PTL 00000002)
    [ 0.000000] ACPI: ECDT 0x00000000DF7E1000 000052 (v01 LENOVO TP-G5 00002520 PTL 00000002)
    [ 0.000000] ACPI: FPDT 0x00000000DF7E0000 000064 (v01 LENOVO TP-G5 00002520 PTL 00000002)
    [ 0.000000] ACPI: ASF! 0x00000000DF7E7000 0000A5 (v32 LENOVO TP-G5 00002520 PTL 00000002)
    [ 0.000000] ACPI: UEFI 0x00000000DF7DF000 00003E (v01 LENOVO TP-G5 00002520 PTL 00000002)
    [ 0.000000] ACPI: UEFI 0x00000000DF7DE000 000042 (v01 PTL COMBUF 00000001 PTL 00000001)
    [ 0.000000] ACPI: MSDM 0x00000000DF7DD000 000055 (v03 LENOVO TP-G5 00002520 PTL 00000002)
    [ 0.000000] ACPI: SSDT 0x00000000DF7DC000 000D23 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
    [ 0.000000] ACPI: SSDT 0x00000000DF7DB000 000A83 (v01 PmRef CpuPm 00003000 INTL 20061109)
    [ 0.000000] ACPI: DMAR 0x00000000DF7DA000 000080 (v01 INTEL SNB 00000001 INTL 00000001)
    [ 0.000000] ACPI: UEFI 0x00000000DF7D9000 0002A6 (v01 LENOVO TP-G5 00002520 PTL 00000002)
    [ 0.000000] ACPI: DBG2 0x00000000DF7D8000 0000E9 (v00 LENOVO TP-G5 00002520 PTL 00000002)
    [ 0.000000] ACPI: BGRT 0x00000000DF7D7000 000038 (v00 LENOVO TP-G5 00002520 PTL 00000002)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000021dffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x21dffffff]
    [ 0.000000] NODE_DATA [mem 0x21dff3000-0x21dff6fff]
    [ 0.000000] [ffffea0000000000-ffffea00087fffff] PMD -> [ffff880215600000-ffff88021d5fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x21dffffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009cfff]
    [ 0.000000] node 0: [mem 0x00100000-0xcbc6ffff]
    [ 0.000000] node 0: [mem 0xcbe72000-0xdb14efff]
    [ 0.000000] node 0: [mem 0xdf7ff000-0xdf7fffff]
    [ 0.000000] node 0: [mem 0x100000000-0x21dffffff]
    [ 0.000000] On node 0 totalpages: 2068202
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 23 pages reserved
    [ 0.000000] DMA zone: 3996 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 13950 pages used for memmap
    [ 0.000000] DMA32 zone: 892750 pages, LIFO batch:31
    [ 0.000000] Normal zone: 18304 pages used for memmap
    [ 0.000000] Normal zone: 1171456 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[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[0x06] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-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: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x000bffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcbc70000-0xcbe71fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xdb14f000-0xdb34efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xdb34f000-0xdf69efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xdf69f000-0xdf79efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xdf79f000-0xdf7fefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xdf800000-0xdfffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xf80f7fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf80f8000-0xf80f8fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf80f9000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xffffffff]
    [ 0.000000] e820: [mem 0xe0000000-0xf80f7fff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88021dc00000 s86848 r8192 d23744 u262144
    [ 0.000000] pcpu-alloc: s86848 r8192 d23744 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: 2035861
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=25086a9b-a542-4018-9f71-4f492f09be91 rw quiet
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
    [ 0.000000] AGP: Checking aperture...
    [ 0.000000] AGP: 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: 7985704K/8272808K available (5381K kernel code, 909K rwdata, 1712K rodata, 1140K init, 1176K bss, 287104K reserved)
    [ 0.000000] SLUB: 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] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
    [ 0.000000] NR_IRQS:8448 nr_irqs:488 0
    [ 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.000000] tsc: Detected 2793.799 MHz processor
    [ 0.000031] Calibrating delay loop (skipped), value calculated using timer frequency.. 5589.41 BogoMIPS (lpj=9312663)
    [ 0.000033] pid_max: default: 32768 minimum: 301
    [ 0.000039] ACPI: Core revision 20140724
    [ 0.009889] ACPI: All ACPI Tables successfully acquired
    [ 0.041073] Security Framework initialized
    [ 0.041080] Yama: becoming mindful.
    [ 0.041501] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.043224] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.044022] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.044030] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.044222] Initializing cgroup subsys memory
    [ 0.044227] Initializing cgroup subsys devices
    [ 0.044229] Initializing cgroup subsys freezer
    [ 0.044231] Initializing cgroup subsys net_cls
    [ 0.044232] Initializing cgroup subsys blkio
    [ 0.044251] CPU: Physical Processor ID: 0
    [ 0.044251] CPU: Processor Core ID: 0
    [ 0.044256] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.044576] mce: CPU supports 9 MCE banks
    [ 0.044587] CPU0: Thermal monitoring enabled (TM1)
    [ 0.044597] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
    [ 0.044696] Freeing SMP alternatives memory: 20K (ffffffff81a02000 - ffffffff81a07000)
    [ 0.047190] ftrace: allocating 20674 entries in 81 pages
    [ 0.055722] dmar: Host address width 36
    [ 0.055724] dmar: DRHD base: 0x000000fed90000 flags: 0x1
    [ 0.055728] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c9008020660262 ecap f0105a
    [ 0.055729] dmar: RMRR base: 0x000000debba000 end: 0x000000debd0fff
    [ 0.055802] IOAPIC id 2 under DRHD base 0xfed90000 IOMMU 0
    [ 0.055803] HPET id 0 under DRHD base 0xfed90000
    [ 0.055804] Queued invalidation will be enabled to support x2apic and Intr-remapping.
    [ 0.055890] Enabled IRQ remapping in x2apic mode
    [ 0.055891] Enabling x2apic
    [ 0.055892] Enabled x2apic
    [ 0.055900] Switched APIC routing to cluster x2apic.
    [ 0.056343] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.089389] smpboot: CPU0: Intel(R) Core(TM) i7-3840QM CPU @ 2.80GHz (fam: 06, model: 3a, stepping: 09)
    [ 0.089397] TSC deadline timer enabled
    [ 0.089416] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
    [ 0.089433] ... version: 3
    [ 0.089434] ... bit width: 48
    [ 0.089435] ... generic registers: 4
    [ 0.089436] ... value mask: 0000ffffffffffff
    [ 0.089436] ... max period: 0000ffffffffffff
    [ 0.089437] ... fixed-purpose events: 3
    [ 0.089438] ... event mask: 000000070000000f
    [ 0.109521] x86: Booting SMP configuration:
    [ 0.109522] .... node #0, CPUs: #1
    [ 0.123229] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.129911] #2
    [ 0.140575] CPU2 microcode updated early to revision 0x1b, date = 2014-05-29
    [ 0.150115] #3
    [ 0.166977] #4
    [ 0.177626] CPU4 microcode updated early to revision 0x1b, date = 2014-05-29
    [ 0.187180] #5
    [ 0.207384] #6
    [ 0.218032] CPU6 microcode updated early to revision 0x1b, date = 2014-05-29
    [ 0.227588] #7
    [ 0.241051] x86: Booted up 1 node, 8 CPUs
    [ 0.241055] smpboot: Total of 8 processors activated (44718.31 BogoMIPS)
    [ 0.248684] devtmpfs: initialized
    [ 0.250902] PM: Registering ACPI NVS region [mem 0xdf69f000-0xdf79efff] (1048576 bytes)
    [ 0.251609] pinctrl core: initialized pinctrl subsystem
    [ 0.251647] RTC time: 16:26:11, date: 10/27/14
    [ 0.251717] NET: Registered protocol family 16
    [ 0.251810] cpuidle: using governor ladder
    [ 0.251813] cpuidle: using governor menu
    [ 0.251841] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.251843] ACPI: bus type PCI registered
    [ 0.251844] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.252033] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.252035] PCI: not using MMCONFIG
    [ 0.252036] PCI: Using configuration type 1 for base access
    [ 0.265514] ACPI: Added _OSI(Module Device)
    [ 0.265515] ACPI: Added _OSI(Processor Device)
    [ 0.265516] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.265517] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.266718] ACPI : EC: EC description table is found, configuring boot EC
    [ 0.270105] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.309157] ACPI: Dynamic OEM Table Load:
    [ 0.309168] ACPI: SSDT 0xFFFF880211C58000 000A01 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
    [ 0.325525] ACPI: Dynamic OEM Table Load:
    [ 0.325534] ACPI: SSDT 0xFFFF880211D29000 000303 (v01 PmRef ApIst 00003000 INTL 20061109)
    [ 0.338781] ACPI: Dynamic OEM Table Load:
    [ 0.338789] ACPI: SSDT 0xFFFF880211FBC000 000119 (v01 PmRef ApCst 00003000 INTL 20061109)
    [ 0.352988] ACPI: Interpreter enabled
    [ 0.352993] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140724/hwxface-580)
    [ 0.352997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140724/hwxface-580)
    [ 0.353007] ACPI: (supports S0 S3 S4 S5)
    [ 0.353008] ACPI: Using IOAPIC for interrupt routing
    [ 0.353019] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.362314] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources
    [ 0.362393] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.364496] ACPI: Power Resource [PUBS] (on)
    [ 0.365000] acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1)
    [ 0.365725] acpi LNXIOBAY:00: ACPI dock station (docks/bays count: 2)
    [ 0.367751] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
    [ 0.367805] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
    [ 0.367859] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
    [ 0.367910] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
    [ 0.367961] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
    [ 0.368011] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
    [ 0.368064] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
    [ 0.368114] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
    [ 0.368182] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
    [ 0.368186] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.368265] acpi PNP0A08:00: _OSC: platform does not support [PCIeCapability]
    [ 0.368301] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
    [ 0.368303] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug PME AER PCIeCapability]
    [ 0.368305] acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug PME AER]
    [ 0.368306] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
    [ 0.368436] PCI host bridge to bus 0000:00
    [ 0.368438] pci_bus 0000:00: root bus resource [bus 00-3f]
    [ 0.368440] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.368441] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.368443] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.368444] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
    [ 0.368445] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
    [ 0.368446] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
    [ 0.368448] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
    [ 0.368449] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    [ 0.368450] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    [ 0.368451] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    [ 0.368452] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    [ 0.368454] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    [ 0.368455] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    [ 0.368456] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
    [ 0.368457] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
    [ 0.368459] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfebfffff]
    [ 0.368460] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed4bfff]
    [ 0.368466] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
    [ 0.368530] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
    [ 0.368561] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.368637] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
    [ 0.368661] pci 0000:00:14.0: reg 0x10: [mem 0xf4220000-0xf422ffff 64bit]
    [ 0.368730] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 0.368759] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 0.368797] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
    [ 0.368821] pci 0000:00:16.0: reg 0x10: [mem 0xf4235000-0xf423500f 64bit]
    [ 0.368896] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.368954] pci 0000:00:16.3: [8086:1e3d] type 00 class 0x070002
    [ 0.368972] pci 0000:00:16.3: reg 0x10: [io 0x5070-0x5077]
    [ 0.368981] pci 0000:00:16.3: reg 0x14: [mem 0xf423c000-0xf423cfff]
    [ 0.369103] pci 0000:00:19.0: [8086:1502] type 00 class 0x020000
    [ 0.369120] pci 0000:00:19.0: reg 0x10: [mem 0xf4200000-0xf421ffff]
    [ 0.369127] pci 0000:00:19.0: reg 0x14: [mem 0xf423b000-0xf423bfff]
    [ 0.369135] pci 0000:00:19.0: reg 0x18: [io 0x5040-0x505f]
    [ 0.369194] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
    [ 0.369219] pci 0000:00:19.0: System wakeup disabled by ACPI
    [ 0.369256] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
    [ 0.369276] pci 0000:00:1a.0: reg 0x10: [mem 0xf423a000-0xf423a3ff]
    [ 0.369363] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.369389] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 0.369426] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
    [ 0.369442] pci 0000:00:1b.0: reg 0x10: [mem 0xf4230000-0xf4233fff 64bit]
    [ 0.369514] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.369544] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.369581] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
    [ 0.369718] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.369792] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
    [ 0.369927] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.370005] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
    [ 0.370025] pci 0000:00:1d.0: reg 0x10: [mem 0xf4239000-0xf42393ff]
    [ 0.370111] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.370137] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.370171] pci 0000:00:1f.0: [8086:1e55] type 00 class 0x060100
    [ 0.370322] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
    [ 0.370339] pci 0000:00:1f.2: reg 0x10: [io 0x5068-0x506f]
    [ 0.370346] pci 0000:00:1f.2: reg 0x14: [io 0x507c-0x507f]
    [ 0.370354] pci 0000:00:1f.2: reg 0x18: [io 0x5060-0x5067]
    [ 0.370361] pci 0000:00:1f.2: reg 0x1c: [io 0x5078-0x507b]
    [ 0.370368] pci 0000:00:1f.2: reg 0x20: [io 0x5020-0x503f]
    [ 0.370376] pci 0000:00:1f.2: reg 0x24: [mem 0xf4238000-0xf42387ff]
    [ 0.370419] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.370472] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
    [ 0.370487] pci 0000:00:1f.3: reg 0x10: [mem 0xf4234000-0xf42340ff 64bit]
    [ 0.370507] pci 0000:00:1f.3: reg 0x20: [io 0xefa0-0xefbf]
    [ 0.370616] pci 0000:01:00.0: [10de:0ffb] type 00 class 0x030000
    [ 0.370627] pci 0000:01:00.0: reg 0x10: [mem 0xf2000000-0xf2ffffff]
    [ 0.370637] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.370646] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
    [ 0.370653] pci 0000:01:00.0: reg 0x24: [io 0x4000-0x407f]
    [ 0.370660] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
    [ 0.370746] pci 0000:01:00.1: [10de:0e1b] type 00 class 0x040300
    [ 0.370756] pci 0000:01:00.1: reg 0x10: [mem 0xf3000000-0xf3003fff]
    [ 1.377401] pci 0000:00:01.0: ASPM: Could not configure common clock
    [ 1.377430] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 1.377435] pci 0000:00:01.0: bridge window [io 0x4000-0x4fff]
    [ 1.377440] pci 0000:00:01.0: bridge window [mem 0xf2000000-0xf30fffff]
    [ 1.377454] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 1.377615] pci 0000:02:00.0: [1180:e823] type 00 class 0x088001
    [ 1.377638] pci 0000:02:00.0: MMC controller base frequency changed to 50Mhz.
    [ 1.377665] pci 0000:02:00.0: reg 0x10: [mem 0xf3a00000-0xf3a000ff]
    [ 1.377889] pci 0000:02:00.0: supports D1 D2
    [ 1.377890] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 1.384191] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 1.384195] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
    [ 1.384198] pci 0000:00:1c.0: bridge window [mem 0xf3a00000-0xf41fffff]
    [ 1.384207] pci 0000:00:1c.0: bridge window [mem 0xf3100000-0xf38fffff 64bit pref]
    [ 1.384435] pci 0000:03:00.0: [8086:4238] type 00 class 0x028000
    [ 1.384618] pci 0000:03:00.0: reg 0x10: [mem 0xf3900000-0xf3901fff 64bit]
    [ 1.385377] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    [ 1.390878] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 1.390887] pci 0000:00:1c.1: bridge window [mem 0xf3900000-0xf39fffff]
    [ 1.391702] ACPI: Enabled 4 GPEs in block 00 to 3F
    [ 1.391749] ACPI : EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62
    [ 1.391838] vgaarb: setting as boot device: PCI:0000:01:00.0
    [ 1.391840] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 1.391841] vgaarb: loaded
    [ 1.391842] vgaarb: bridge control possible 0000:01:00.0
    [ 1.391888] PCI: Using ACPI for IRQ routing
    [ 1.393360] PCI: pci_cache_line_size set to 64 bytes
    [ 1.393563] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
    [ 1.393565] e820: reserve RAM buffer [mem 0xcbc70000-0xcbffffff]
    [ 1.393566] e820: reserve RAM buffer [mem 0xdb14f000-0xdbffffff]
    [ 1.393567] e820: reserve RAM buffer [mem 0xdf800000-0xdfffffff]
    [ 1.393568] e820: reserve RAM buffer [mem 0x21e000000-0x21fffffff]
    [ 1.393651] NetLabel: Initializing
    [ 1.393652] NetLabel: domain hash size = 128
    [ 1.393653] NetLabel: protocols = UNLABELED CIPSOv4
    [ 1.393662] NetLabel: unlabeled traffic allowed by default
    [ 1.393685] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 1.393689] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 1.396725] Switched to clocksource hpet
    [ 1.400615] pnp: PnP ACPI init
    [ 1.400875] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 1.400878] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
    [ 1.400879] system 00:00: [mem 0x00100000-0xdfffffff] could not be reserved
    [ 1.400881] system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
    [ 1.400883] system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
    [ 1.400885] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 1.400948] pnp 00:01: disabling [mem 0xfffff000-0xffffffff] because it overlaps 0000:01:00.0 BAR 6 [mem 0xfff80000-0xffffffff pref]
    [ 1.400954] pnp 00:01: [Firmware Bug]: PNP resource [mem 0xfed10000-0xfed13fff] covers only part of 0000:00:00.0 Intel MCH; extending to [mem 0xfed10000-0xfed17fff]
    [ 1.400969] system 00:01: [io 0x0400-0x047f] could not be reserved
    [ 1.400971] system 00:01: [io 0x0500-0x057f] has been reserved
    [ 1.400972] system 00:01: [io 0x0800-0x080f] has been reserved
    [ 1.400974] system 00:01: [io 0x15e0-0x15ef] has been reserved
    [ 1.400975] system 00:01: [io 0x1600-0x167f] has been reserved
    [ 1.400977] system 00:01: [mem 0xf8000000-0xfbffffff] could not be reserved
    [ 1.400979] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 1.400980] system 00:01: [mem 0xfed10000-0xfed17fff] has been reserved
    [ 1.400982] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 1.400983] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 1.400985] system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
    [ 1.400987] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.401030] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 1.401057] pnp 00:03: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
    [ 1.401080] pnp 00:04: Plug and Play ACPI device, IDs LEN0015 PNP0f13 (active)
    [ 1.401117] pnp 00:05: Plug and Play ACPI device, IDs SMO1200 PNP0c31 (active)
    [ 1.401508] pnp: PnP ACPI: found 6 devices
    [ 1.408246] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
    [ 1.408283] pci 0000:01:00.0: BAR 6: assigned [mem 0xf3080000-0xf30fffff pref]
    [ 1.408285] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 1.408288] pci 0000:00:01.0: bridge window [io 0x4000-0x4fff]
    [ 1.408290] pci 0000:00:01.0: bridge window [mem 0xf2000000-0xf30fffff]
    [ 1.408292] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 1.408295] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 1.408301] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
    [ 1.408308] pci 0000:00:1c.0: bridge window [mem 0xf3a00000-0xf41fffff]
    [ 1.408313] pci 0000:00:1c.0: bridge window [mem 0xf3100000-0xf38fffff 64bit pref]
    [ 1.408320] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 1.408327] pci 0000:00:1c.1: bridge window [mem 0xf3900000-0xf39fffff]
    [ 1.408339] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 1.408340] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 1.408342] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 1.408343] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
    [ 1.408344] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
    [ 1.408346] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
    [ 1.408347] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff]
    [ 1.408348] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff]
    [ 1.408349] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff]
    [ 1.408351] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff]
    [ 1.408352] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff]
    [ 1.408353] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff]
    [ 1.408355] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff]
    [ 1.408356] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff]
    [ 1.408357] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff]
    [ 1.408358] pci_bus 0000:00: resource 19 [mem 0xe0000000-0xfebfffff]
    [ 1.408360] pci_bus 0000:00: resource 20 [mem 0xfed40000-0xfed4bfff]
    [ 1.408361] pci_bus 0000:01: resource 0 [io 0x4000-0x4fff]
    [ 1.408362] pci_bus 0000:01: resource 1 [mem 0xf2000000-0xf30fffff]
    [ 1.408364] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 1.408365] pci_bus 0000:02: resource 0 [io 0x3000-0x3fff]
    [ 1.408366] pci_bus 0000:02: resource 1 [mem 0xf3a00000-0xf41fffff]
    [ 1.408368] pci_bus 0000:02: resource 2 [mem 0xf3100000-0xf38fffff 64bit pref]
    [ 1.408369] pci_bus 0000:03: resource 1 [mem 0xf3900000-0xf39fffff]
    [ 1.408391] NET: Registered protocol family 2
    [ 1.408550] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
    [ 1.408683] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 1.408851] TCP: Hash tables configured (established 65536 bind 65536)
    [ 1.408867] TCP: reno registered
    [ 1.408875] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 1.408903] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 1.408956] NET: Registered protocol family 1
    [ 1.409307] pci 0000:01:00.0: Video device with shadowed ROM
    [ 1.409390] PCI: CLS 64 bytes, default 64
    [ 1.409431] Unpacking initramfs...
    [ 1.456654] Freeing initrd memory: 3960K (ffff880037834000 - ffff880037c12000)
    [ 1.456675] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 1.456678] software IO TLB [mem 0xd6c82000-0xdac82000] (64MB) mapped at [ffff8800d6c82000-ffff8800dac81fff]
    [ 1.457012] RAPL PMU detected, hw unit 2^-16 Joules, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
    [ 1.457059] microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x1b
    [ 1.457066] microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x1b
    [ 1.457072] microcode: CPU2 sig=0x306a9, pf=0x10, revision=0x1b
    [ 1.457077] microcode: CPU3 sig=0x306a9, pf=0x10, revision=0x1b
    [ 1.457085] microcode: CPU4 sig=0x306a9, pf=0x10, revision=0x1b
    [ 1.457092] microcode: CPU5 sig=0x306a9, pf=0x10, revision=0x1b
    [ 1.457098] microcode: CPU6 sig=0x306a9, pf=0x10, revision=0x1b
    [ 1.457105] microcode: CPU7 sig=0x306a9, pf=0x10, revision=0x1b
    [ 1.457147] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 1.457167] Scanning for low memory corruption every 60 seconds
    [ 1.457402] futex hash table entries: 2048 (order: 5, 131072 bytes)
    [ 1.457428] Initialise system trusted keyring
    [ 1.457761] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 1.458800] zpool: loaded
    [ 1.458802] zbud: loaded
    [ 1.458947] VFS: Disk quotas dquot_6.5.2
    [ 1.458972] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 1.459072] msgmni has been set to 15747
    [ 1.459118] Key type big_key registered
    [ 1.459270] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 1.459324] io scheduler noop registered
    [ 1.459326] io scheduler deadline registered
    [ 1.459347] io scheduler cfq registered (default)
    [ 1.459465] pcieport 0000:00:01.0: irq 25 for MSI/MSI-X
    [ 1.459740] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 1.459753] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 1.459780] efifb: invalid framebuffer address
    [ 1.459787] intel_idle: MWAIT substates: 0x21120
    [ 1.459788] intel_idle: v0.4 model 0x3A
    [ 1.459789] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 1.460069] GHES: HEST is not enabled!
    [ 1.460132] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 1.480906] 0000:00:16.3: ttyS0 at I/O 0x5070 (irq = 19, base_baud = 115200) is a 16550A
    [ 1.481036] Linux agpgart interface v0.103
    [ 1.481100] rtc_cmos 00:02: RTC can wake from S4
    [ 1.481222] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [ 1.481253] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 1.481261] Intel P-state driver initializing.
    [ 1.481419] ledtrig-cpu: registered to indicate activity on CPUs
    [ 1.481599] TCP: cubic registered
    [ 1.481764] NET: Registered protocol family 10
    [ 1.482132] NET: Registered protocol family 17
    [ 1.482732] Loading compiled-in X.509 certificates
    [ 1.482753] registered taskstats version 1
    [ 1.483687] Magic number: 2:127:440
    [ 1.483695] clockevents broadcast: hash matches
    [ 1.483710] pcieport 0000:00:1c.1: hash matches
    [ 1.483810] rtc_cmos 00:02: setting system clock to 2014-10-27 16:26:12 UTC (1414427172)
    [ 1.483917] PM: Hibernation image not present or could not be loaded.
    [ 1.485343] Freeing unused kernel memory: 1140K (ffffffff818e5000 - ffffffff81a02000)
    [ 1.485346] Write protecting the kernel read-only data: 8192k
    [ 1.488857] Freeing unused kernel memory: 752K (ffff880002544000 - ffff880002600000)
    [ 1.490323] Freeing unused kernel memory: 336K (ffff8800027ac000 - ffff880002800000)
    [ 1.500877] random: systemd-tmpfile urandom read with 7 bits of entropy available
    [ 1.502894] systemd-udevd[79]: starting version 216
    [ 1.511492] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
    [ 1.513508] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.513799] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 1.516752] ACPI: bus type USB registered
    [ 1.516776] usbcore: registered new interface driver usbfs
    [ 1.516791] usbcore: registered new interface driver hub
    [ 1.516980] usbcore: registered new device driver usb
    [ 1.517579] sdhci: Secure Digital Host Controller Interface driver
    [ 1.517580] sdhci: Copyright(c) Pierre Ossman
    [ 1.517794] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.517896] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 1.517906] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
    [ 1.518010] sdhci-pci 0000:02:00.0: SDHCI controller found [1180:e823] (rev 5)
    [ 1.518069] SCSI subsystem initialized
    [ 1.518079] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 1.518158] xhci_hcd 0000:00:14.0: irq 26 for MSI/MSI-X
    [ 1.518215] sdhci-pci 0000:02:00.0: No vmmc regulator found
    [ 1.518217] sdhci-pci 0000:02:00.0: No vqmmc regulator found
    [ 1.518225] ehci-pci: EHCI PCI platform driver
    [ 1.518342] mmc0: SDHCI controller on PCI [0000:02:00.0] using DMA
    [ 1.518499] hub 1-0:1.0: USB hub found
    [ 1.518510] hub 1-0:1.0: 4 ports detected
    [ 1.518776] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 1.518778] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
    [ 1.518958] hub 2-0:1.0: USB hub found
    [ 1.518969] hub 2-0:1.0: 4 ports detected
    [ 1.519036] libata version 3.00 loaded.
    [ 1.519376] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [ 1.519383] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 3
    [ 1.519397] ehci-pci 0000:00:1a.0: debug port 2
    [ 1.523293] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    [ 1.523300] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf423a000
    [ 1.528153] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.530239] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 1.530357] hub 3-0:1.0: USB hub found
    [ 1.530361] hub 3-0:1.0: 3 ports detected
    [ 1.530512] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 1.530515] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
    [ 1.530528] ehci-pci 0000:00:1d.0: debug port 2
    [ 1.534415] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 1.534428] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf4239000
    [ 1.543624] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 1.543867] hub 4-0:1.0: USB hub found
    [ 1.543871] hub 4-0:1.0: 3 ports detected
    [ 1.544002] ahci 0000:00:1f.2: version 3.0
    [ 1.544111] ahci 0000:00:1f.2: irq 27 for MSI/MSI-X
    [ 1.544153] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3 impl SATA mode
    [ 1.544155] ahci 0000:00:1f.2: flags: 64bit ncq ilck pm led clo pio slum part ems apst
    [ 1.550818] scsi host0: ahci
    [ 1.551275] scsi host1: ahci
    [ 1.551751] scsi host2: ahci
    [ 1.552085] scsi host3: ahci
    [ 1.552361] scsi host4: ahci
    [ 1.552561] scsi host5: ahci
    [ 1.552602] ata1: SATA max UDMA/133 abar m2048@0xf4238000 port 0xf4238100 irq 27
    [ 1.552605] ata2: SATA max UDMA/133 abar m2048@0xf4238000 port 0xf4238180 irq 27
    [ 1.552606] ata3: DUMMY
    [ 1.552606] ata4: DUMMY
    [ 1.552607] ata5: DUMMY
    [ 1.552608] ata6: DUMMY
    [ 1.837361] usb 3-1: new high-speed USB device number 2 using ehci-pci
    [ 1.870771] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 1.882191] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.882199] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 1.892187] ata1.00: ATA-9: INTEL SSDSC2BW240A3L, LF1i, max UDMA/133
    [ 1.892194] ata1.00: 468862128 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 1.902211] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.902220] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 1.912240] ata1.00: configured for UDMA/133
    [ 1.912585] scsi 0:0:0:0: Direct-Access ATA INTEL SSDSC2BW24 LF1i PQ: 0 ANSI: 5
    [ 1.924185] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.926015] ata2.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.926024] ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 1.927460] ata2.00: ATA-8: WDC WD10JPVT-08A1YT2, 01.01A01, max UDMA/133
    [ 1.927467] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 1.929353] ata2.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.929362] ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 1.930787] ata2.00: configured for UDMA/133
    [ 1.931112] scsi 1:0:0:0: Direct-Access ATA WDC WD10JPVT-08A 1A01 PQ: 0 ANSI: 5
    [ 1.936614] sd 0:0:0:0: [sda] 468862128 512-byte logical blocks: (240 GB/223 GiB)
    [ 1.936637] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [ 1.936640] sd 1:0:0:0: [sdb] 4096-byte physical blocks
    [ 1.936653] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.936655] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.936664] sd 1:0:0:0: [sdb] Write Protect is off
    [ 1.936666] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    [ 1.936667] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.936684] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.937479] sda: sda1 sda2 sda3 sda4
    [ 1.937778] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.962137] hub 3-1:1.0: USB hub found
    [ 1.962324] hub 3-1:1.0: 6 ports detected
    [ 2.065022] sdb: sdb1 sdb2
    [ 2.065588] sd 1:0:0:0: [sdb] Attached SCSI disk
    [ 2.067665] usb 4-1: new high-speed USB device number 2 using ehci-pci
    [ 2.192302] hub 4-1:1.0: USB hub found
    [ 2.192454] hub 4-1:1.0: 8 ports detected
    [ 2.261319] usb 3-1.6: new high-speed USB device number 3 using ehci-pci
    [ 2.344660] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.458157] tsc: Refined TSC clocksource calibration: 2793.661 MHz
    [ 2.461737] usb 4-1.7: new low-speed USB device number 3 using ehci-pci
    [ 2.741966] systemd[1]: Cannot add dependency job for unit httpd.service, ignoring: Unit httpd.service failed to load: No such file or directory.
    [ 2.741977] systemd[1]: Cannot add dependency job for unit [email protected], ignoring: Unit [email protected] failed to load: No such file or directory.
    [ 2.766662] EXT4-fs (sda3): re-mounted. Opts: data=ordered
    [ 2.797195] systemd-udevd[209]: starting version 216
    [ 2.994729] pps_core: LinuxPPS API ver. 1 registered
    [ 2.994732] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
    [ 2.994980] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042f conflicts with OpRegion 0x0000000000000400-0x000000000000047f (\_SB_.PCI0.LPC_.PMIO) (20140724/utaddress-258)
    [ 2.994985] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.994991] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054f conflicts with OpRegion 0x0000000000000500-0x000000000000057f (\_SB_.PCI0.LPC_.LPIO) (20140724/utaddress-258)
    [ 2.994994] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.994995] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x000000000000057f (\_SB_.PCI0.LPC_.LPIO) (20140724/utaddress-258)
    [ 2.994997] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.994998] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x000000000000057f (\_SB_.PCI0.LPC_.LPIO) (20140724/utaddress-258)
    [ 2.995000] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.995001] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 2.995905] PTP clock support registered
    [ 2.996690] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 2.997968] mei_me 0000:00:16.0: irq 28 for MSI/MSI-X
    [ 3.000008] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
    [ 3.000009] e1000e: Copyright(c) 1999 - 2014 Intel Corporation.
    [ 3.004652] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
    [ 3.004707] e1000e 0000:00:19.0: irq 29 for MSI/MSI-X
    [ 3.011387] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
    [ 3.011549] ACPI: Lid Switch [LID]
    [ 3.011606] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
    [ 3.011610] ACPI: Sleep Button [SLPB]
    [ 3.011685] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 3.011688] ACPI: Power Button [PWRF]
    [ 3.011823] ACPI: Video Device [VID1] (multi-head: yes rom: yes post: no)
    [ 3.033484] acpi device:0a: registered as cooling_device8
    [ 3.033554] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:01/input/input5
    [ 3.037383] Non-volatile memory driver v1.3
    [ 3.042174] tpm_tis 00:05: 1.2 TPM (device-id 0x0, rev-id 78)
    [ 3.042375] wmi: Mapper loaded
    [ 3.042586] thinkpad_acpi: ThinkPad ACPI Extras v0.25
    [ 3.042588] thinkpad_acpi: http://ibm-acpi.sf.net/
    [ 3.042590] thinkpad_acpi: ThinkPad BIOS G5ET92WW (2.52 ), EC unknown
    [ 3.042591] thinkpad_acpi: Lenovo ThinkPad W530, model 244759G
    [ 3.043058] cfg80211: Calling CRDA to update world regulatory domain
    [ 3.043279] thinkpad_acpi: Unsupported brightness interface, please contact [email protected]
    [ 3.044385] thinkpad_acpi: radio switch found; radios are enabled
    [ 3.044398] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
    [ 3.044399] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
    [ 3.045054] ACPI: Battery Slot [BAT0] (battery present)
    [ 3.046083] thermal LNXTHERM:00: registered as thermal_zone0
    [ 3.046085] ACPI: Thermal Zone [THM0] (48 C)
    [ 3.046124] ACPI: AC Adapter [AC] (on-line)
    [ 3.046223] random: nonblocking pool is initialized
    [ 3.047273] thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
    [ 3.050109] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input6
    [ 3.056235] rtc-efi rtc-efi: rtc core: registered rtc-efi as rtc1
    [ 3.056771] Intel(R) Wireless WiFi driver for Linux, in-tree:
    [ 3.056772] Copyright(c) 2003- 2014 Intel Corporation
    [ 3.056924] iwlwifi 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 3.057166] iwlwifi 0000:03:00.0: irq 30 for MSI/MSI-X
    [ 3.058976] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-6000-6.ucode failed with error -2
    [ 3.058992] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-6000-5.ucode failed with error -2
    [ 3.059556] input: PC Speaker as /devices/platform/pcspkr/input/input7
    [ 3.062216] iwlwifi 0000:03:00.0: loaded firmware version 9.221.4.1 build 25532 op_mode iwldvm
    [ 3.065041] AVX version of gcm_enc/dec engaged.
    [ 3.073560] Adding 8388604k swap on /dev/sda2. Priority:-1 extents:1 across:8388604k SSFS
    [ 3.102267] tpm_tis 00:05: TPM is disabled/deactivated (0x6)
    [ 3.105383] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG disabled
    [ 3.105387] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
    [ 3.105388] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
    [ 3.105390] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Ultimate-N 6300 AGN, REV=0x74
    [ 3.105491] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 3.116970] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: data=ordered
    [ 3.119500] media: Linux media interface: v0.10
    [ 3.123002] Linux video capture interface: v2.00
    [ 3.126296] iTCO_vendor_support: vendor-support=0
    [ 3.127001] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
    [ 3.127038] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
    [ 3.127120] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 3.152895] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [ 3.157388] uvcvideo: Found UVC 1.00 device Integrated Camera (04f2:b2eb)
    [ 3.161446] input: Integrated Camera as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.6/3-1.6:1.0/input/input9
    [ 3.161525] usbcore: registered new interface driver uvcvideo
    [ 3.161527] USB Video Class driver (1.1.1)
    [ 3.163015] intel_rapl: Found RAPL domain package
    [ 3.163018] intel_rapl: Found RAPL domain core
    [ 3.174342] iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
    [ 3.180951] systemd-journald[183]: Received request to flush runtime journal from PID 1
    [ 3.195849] systemd-udevd[212]: renamed network interface wlan0 to wlp3s0
    [ 3.196309] hidraw: raw HID events driver (C) Jiri Kosina
    [ 3.207108] usbcore: registered new interface driver usbhid
    [ 3.207115] usbhid: USB HID core driver
    [ 3.234434] hid-generic 0003:0765:5010.0001: hiddev0,hidraw0: USB HID v1.11 Device [HID 0765:5010] on usb-0000:00:1d.0-1.7/input0
    [ 3.279807] e1000e 0000:00:19.0 eth0: registered PHC clock
    [ 3.279810] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 3c:97:0e:96:b3:ae
    [ 3.279811

    According to the wiki adding rcutree.rcu_idle_gp_delay=1 as a kernel parameter should mitigate this:  "NVRM: GPU at 0000:01:00.0 has fallen off the bus."
    https://wiki.archlinux.org/index.php/NV … iled.21.29
    Adding nolapic stops my monitors from going black, but then I only have one cpu core, and probably other problems...

  • SOLVED-after reboot i got "Loading initial ramdisk" and then it stuck.

    before it happened i did pacman -Syu and it did installed couple of things but i didn't see what.
    i remember that it installed new "sudo".
    it installed couple more but again, i didn't look so i can't say what .
    also, before it happened i tried to see files on my phone using obexfs(didn't succeed).
    from here:
    https://wiki.archlinux.org/index.php/bluetooth#ObexFS
    i made folder moto-g(this is my phone) in /mnt
    so now i had /mnt/moto-g
    then i ran this command:
    obexfs -b devices_MAC_address /mountpoint
    of course i changed the MAC and mountpoint to the right ones
    it worked(didn't get error) but i could not see my files in my phone using nautilus.
    then i rebooted to windows(i have dual boot arch and windows), connect my moto g to the computer using usb cable, got the picture i want from the phone, disconnect the phone from the usb cable, but the cable was still connected to the computer, and then reboot again to archlinux.
    and now i can't get into arch anymore.
    when i boot to arch it says:
    booting arch linux
    loading linux linux
    loading initial ramdisk
    and then it stuck and stay there.
    i tried to insert live cd of arch and boot from it, but i can't.
    when i try to boot from live cd, i get into this lines:
    decompressing linux... parsing ELF... done
    booting the kernel
    and then it stuck.
    it stays there and nothing happen.
    what can i do to solve this?
    thanks!
    Last edited by andav (2014-09-28 10:42:31)

    i did pacman -Syu couple of days ago, before this last system update.
    this is what i installed in the latest update.
    from pacman.log (i'm using ubuntu live cd to see this, because arch live cd doesn't work now)
    after this update i could not get into arch again:
    [2014-09-28 00:01] [PACMAN] Running 'pacman -Syu --ignore curl'
    [2014-09-28 00:01] [PACMAN] synchronizing package lists
    [2014-09-28 00:01] [PACMAN] starting full system upgrade
    [2014-09-28 00:03] [PACMAN] upgraded accountsservice (0.6.37-1 -> 0.6.38-1)
    [2014-09-28 00:03] [PACMAN] upgraded apr-util (1.5.3-4 -> 1.5.4-1)
    [2014-09-28 00:03] [PACMAN] upgraded bash (4.3.024-1 -> 4.3.026-1)
    [2014-09-28 00:03] [PACMAN] upgraded ca-certificates-mozilla (3.17-3 -> 3.17.1-1)
    [2014-09-28 00:03] [PACMAN] upgraded colord (1.2.2-1 -> 1.2.3-1)
    [2014-09-28 00:03] [PACMAN] upgraded cups-filters (1.0.58-1 -> 1.0.59-1)
    [2014-09-28 00:03] [PACMAN] upgraded e2fsprogs (1.42.11-1 -> 1.42.12-1)
    [2014-09-28 00:03] [PACMAN] upgraded p11-kit (0.20.2-1 -> 0.20.7-3)
    [2014-09-28 00:03] [PACMAN] upgraded nss (3.17-3 -> 3.17.1-1)
    [2014-09-28 00:03] [PACMAN] upgraded firefox (32.0.2-1 -> 32.0.3-1)
    [2014-09-28 00:03] [PACMAN] upgraded flac (1.3.0-3 -> 1.3.0-4)
    [2014-09-28 00:03] [PACMAN] upgraded gnutls (3.3.8-1 -> 3.3.8-2)
    [2014-09-28 00:03] [PACMAN] upgraded gstreamer (1.4.2-1 -> 1.4.3-1)
    [2014-09-28 00:03] [PACMAN] upgraded gst-plugins-base-libs (1.4.2-1 -> 1.4.3-1)
    [2014-09-28 00:03] [PACMAN] upgraded gst-plugins-bad (1.4.2-1 -> 1.4.3-1)
    [2014-09-28 00:03] [PACMAN] upgraded gst-plugins-base (1.4.2-1 -> 1.4.3-1)
    [2014-09-28 00:03] [PACMAN] upgraded gst-plugins-good (1.4.2-1 -> 1.4.3-1)
    [2014-09-28 00:03] [PACMAN] upgraded less (458-1 -> 468-1)
    [2014-09-28 00:03] [PACMAN] upgraded lib32-e2fsprogs (1.42.11-1 -> 1.42.12-1)
    [2014-09-28 00:03] [PACMAN] upgraded libcacard (2.1.1-1 -> 2.1.2-1)
    [2014-09-28 00:03] [PACMAN] upgraded libreoffice-fresh (4.3.1-1 -> 4.3.2-1)
    [2014-09-28 00:03] [PACMAN] upgraded libreoffice-fresh-he (4.3.1-1 -> 4.3.2-1)
    [2014-09-28 00:03] [PACMAN] upgraded qtwebkit (2.3.3-2 -> 2.3.4-1)
    [2014-09-28 00:03] [ALPM] warning: /etc/sudoers installed as /etc/sudoers.pacnew
    [2014-09-28 00:03] [PACMAN] upgraded sudo (1.8.10.p3-1 -> 1.8.11-1)
    [2014-09-28 00:06] [PACMAN] Running 'pacman -S obexfs'
    [2014-09-28 00:06] [PACMAN] installed obexftp (0.24-3)
    [2014-09-28 00:06] [PACMAN] installed obexfs (0.12-4)
    [2014-09-28 00:19] [PACMAN] Running 'pacman -S fuse openobexobexftp'
    [2014-09-28 00:19] [PACMAN] Running 'pacman -S fuse openobex obexftp'
    [2014-09-28 00:19] [PACMAN] reinstalled fuse (2.9.3-2)
    [2014-09-28 00:19] [PACMAN] reinstalled openobex (1.7.1-1)
    [2014-09-28 00:19] [PACMAN] reinstalled obexftp (0.24-3)
    Last edited by andav (2014-09-28 08:37:06)

  • K7N2 Delta2 Platinium - System freezes when copying or writing to HDD

    I am experiencing a strange problem. I don't know what I have changet to my system but since 3 days ago I am geting this system lock up when I move or copy files from one HDD to another. Windows doesn't show any error message. When copying files, either in the midle of the proces or at the end the system LOCKS UP  and there is nothing i can do except a hot restart. I never had this problems and it was months that my computer was very stable. I have no ide how to test to get some info about this issue. Any opinions ?
    Thanx

    The tems are cool. CPU varies from 44°(idle) to 58° celcius (full load). Motherboard also 35° celcius. Now i dont know whats the start but let me tell the whole story. First of all i have this system since long time ago. Normally i install the computer once, than I optimize the system as i want it to be and than i back it up. Now Since i have all my programs installed in the way i want i dont like to reinstall the computer often, because it will take me two week to complete all the tweaks and changes that i do normally. So this system that is now runing has passed to three different motherboards (computer changes). Maybe the process of installing and reinstalling drivers in the system has degraded it. I am very carefull to clean drivers, registry and all. Although the system shows now errors, about 7 months ago i used to suffer system freezes when burning DVD. I couldn't resolve the issue since the problem was Nero being victim of SERVICE PACK 2. Anyway i have read that Windows XP SP has some Buffer and Cache problems and it makes conection with the burning problems. Since then i don't know how, after some times the burning problem disappeared ... i could burn DVD with the same version of NERO and everything was fine untill 3 days ago  . So i got the new NERO 7 with its new EXTRA BUFFER feature whitch works fine. Soon after installing NERO 7 one of my HDD crashed (i dont thing it has any conection with nero), it lost the partition table and it was recognised as UNALLOCATED. I recovered all the datas using a software calle R-Studio (very good by the way it can recover FDISK, Format, Delete, everything). After i had reformated the drive that crashed, I copyed back all the rescued files. Its there that the Copy Hang Ups started. WINDOWS doesn't show any ERROR at all, that means that there is no controller or HDD problem. I checked the drive and its fine. What reasured me that the drive was not the cause, was that even when i started copying between the other drives of my system i got the same problem.  So maybe my system is in a very very bad shape, or i dont have a clue of this thing        What is strange its that WINDOWS DOESN'T SHOW ANY ERROR MESSAGE, and PRIME STRESS TEST GOES ON FOR HOURS WITHOUT THE SMALLEST PROBLEM.
    Thanx Dr. Stu I also tried copying at stock speed and i got the same problem.

  • Stuck on "Loading initial ramdisk"

    From time to time I was encountering problem with my laptop/installation - occasionally Arch stopped booting just after printing "Loading initial ramdisk". Recently after installing new disk drive (SSD one) the problem appears often. I have totally no idea how to handle it.  My old disk was Westen Digital WD3200BEVT and new one is Samsung 850 PRO. And like I said I have impression that with new drive I can't boot my machine more often than before.

    cat /etc/mkinitcpio.conf
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run. Advanced users may wish to specify all system modules
    # in this array. For instance:
    # MODULES="piix ide_disk reiserfs"
    MODULES=""
    # BINARIES
    # This setting includes any additional binaries a given user may
    # wish into the CPIO image. This is run last, so it may be used to
    # override the actual binaries included by a given hook
    # BINARIES are dependency parsed, so you may safely ignore libraries
    BINARIES=""
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in any way. This is useful for config files.
    FILES=""
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    ## This setup specifies all modules in the MODULES setting above.
    ## No raid, lvm2, or encrypted root is needed.
    # HOOKS="base"
    ## This setup will autodetect all modules for your system and should
    ## work as a sane default
    # HOOKS="base udev autodetect block filesystems"
    ## This setup will generate a 'full' image which supports most systems.
    ## No autodetection is done.
    # HOOKS="base udev block filesystems"
    ## This setup assembles a pata mdadm array with an encrypted root FS.
    ## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
    # HOOKS="base udev block mdadm encrypt filesystems"
    ## This setup loads an lvm2 volume group on a usb device.
    # HOOKS="base udev block lvm2 filesystems"
    ## NOTE: If you have /usr on a separate partition, you MUST include the
    # usr, fsck and shutdown hooks.
    HOOKS="base udev autodetect modconf block filesystems keyboard fsck keymap consolefont"
    # COMPRESSION
    # Use this to compress the initramfs image. By default, gzip compression
    # is used. Use 'cat' to create an uncompressed image.
    #COMPRESSION="gzip"
    #COMPRESSION="bzip2"
    #COMPRESSION="lzma"
    #COMPRESSION="xz"
    #COMPRESSION="lzop"
    #COMPRESSION="lz4"
    # COMPRESSION_OPTIONS
    # Additional options for the compressor
    #COMPRESSION_OPTIONS=""
    I used mkinitcpio -p linux as far as I remember....
    I think that connectors should be just fine. Otherwise grub wouldn't load at all, right?

  • Safari slow and freezes when loading pages

    Hi I've been having a problem with Safari for the past few months it frequently freezes when loading web pages, sometimes it will eventually load, other times it wont. the blue progress bar in the address bar stops on about 10% with a plain white page it doesn't happen all the time but disturbingly it happens on pages as simple as Google search, not just data heavy sites. other symptoms include having to click links several times to get them to respond and I get the you are not connected to the Internet page when I go to some sites only to try another page from my bookmarks and it will load perfectly.
    Any help greatly appreciated its driving me nuts.

    I only posted the other post because I hadnt anticipated getting such a quick responce from you , Im on a tight deadline for work and I needed to get this problem sorted a.s.a.p, I didnt think that anybody else would hop onto this discussion Anyway heres the output I get
    Last login: Wed May  9 13:18:21 on console
    Gareth-Joness-iMac:~ gareth$ kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}'
    Gareth-Joness-iMac:~ gareth$ sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix)|edu\.mit|org\.(amavis|apache|cups|isc|ntp|postfi x|x)/{print $3}'
    WARNING: Improper use of the sudo command could lead to data loss
    or the deletion of important system files. Please double-check your
    typing when using sudo. Type "man sudo" for more information.
    To proceed, enter your password, or type Ctrl-C to abort.
    Password:
    Sorry, try again.
    Password:
    com.microsoft.office.licensing.helper
    com.adobe.SwitchBoard
    Gareth-Joness-iMac:~ gareth$ launchctl list | sed 1d | awk '!/0x|com\.apple|edu\.mit|org\.(x|openbsd)/{print $3}'
    com.wacom.pentablet
    com.adobe.AAM.Scheduler-1.0
    Gareth-Joness-iMac:~ gareth$ ls -1A /e*/mach* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta} * L*/Fonts 2> /dev/null
    /Library/Components:
    /Library/Extensions:
    /Library/Frameworks:
    AEProfiling.framework
    AERegistration.framework
    Adobe AIR.framework
    AudioMixEngine.framework
    NyxAudioAnalysis.framework
    PluginManager.framework
    iLifeFaceRecognition.framework
    iLifeKit.framework
    iLifePageLayout.framework
    iLifeSQLAccess.framework
    iLifeSlideshow.framework
    /Library/Input Methods:
    /Library/Internet Plug-Ins:
    AdobePDFViewer.plugin
    Flash Player.plugin
    JavaAppletPlugin.plugin
    Quartz Composer.webplugin
    QuickTime Plugin.plugin
    SharePointBrowserPlugin.plugin
    SharePointWebKitPlugin.webplugin
    WacomNetscape.plugin
    WacomSafari.plugin
    flashplayer.xpt
    iPhotoPhotocast.plugin
    npContributeMac.bundle
    nsIQTScriptablePlugin.xpt
    /Library/Keyboard Layouts:
    /Library/LaunchAgents:
    com.adobe.AAM.Updater-1.0.plist
    com.wacom.pentablet.plist
    /Library/LaunchDaemons:
    com.adobe.SwitchBoard.plist
    com.apple.remotepairtool.plist
    com.microsoft.office.licensing.helper.plist
    /Library/PreferencePanes:
    Flash Player.prefPane
    PenTablet.prefPane
    /Library/PrivilegedHelperTools:
    com.microsoft.office.licensing.helper
    /Library/QuickLook:
    iWork.qlgenerator
    /Library/QuickTime:
    AppleIntermediateCodec.component
    AppleMPEG2Codec.component
    /Library/ScriptingAdditions:
    Adobe Unit Types.osax
    /Library/Spotlight:
    Microsoft Office.mdimporter
    iWork.mdimporter
    /Library/StartupItems:
    /etc/mach_init.d:
    /etc/mach_init_per_login_session.d:
    /etc/mach_init_per_user.d:
    com.adobe.SwitchBoard.monitor.plist
    Library/Address Book Plug-Ins:
    SkypeABDialer.bundle
    SkypeABSMS.bundle
    Library/Fonts:
    Library/Input Methods:
    .localized
    Library/Internet Plug-Ins:
    Library/Keyboard Layouts:
    Library/LaunchAgents:
    com.adobe.AAM.Updater-1.0.plist
    com.apple.AddressBook.ScheduledSync.PHXCardDAVSource.E3CFAA50-1194-4D76-B170-E96 8592213B6.plist
    [email protected]list
    Library/PreferencePanes:
    Gareth-Joness-iMac:~ gareth$ osascript -e 'tell application "System Events" to get name of every login item' 2> /dev/null
    iTunesHelper
    Gareth-Joness-iMac:~ gareth$
    Thanks

  • Extension Manager CS6 freezes when loading extensions

    Extension Manager CS6 freezes when loading extensions
    When launching Extension Manager CS6 it starts loading extensions but totally freezes when the last 30 percent of the loading extension bar is still unaccomplished. It is not possible to close the window, not even with the task manager.  I have restart the computer to get rid of it.
    My OS is Windows 7, 64 bit. The most recent versions of the entire Adobe CS family are installed, freshly updated, including the Extension Manager CS6.
    To trace the cause of the problem I tried to create a log file in the folder C:\Program Files (x86)\Adobe\Adobe Extension Manager CS6. I logged in as administrator and wrote in the Command Prompt Window:
    echo > ExManLog.YES
    The log file was created but contains nothing but "ECHO is on".
    A possible cause of the problem might be that I have two installed active version of Ajatix Advanced CSS Drop Down Menu, which is an add-on to Dreamweaver. The first version is the free one, the second is the full paid version. I would like to deactivate the first one since which might make the Extension Manager happier. But the only way to deactivate it that I know of is to use the Extension Manager. Catch 22.

    Dear Carl, thanks for the advice that made me understand how to remove an extension without using the Extension Manager. However, the problem persists, i.e the Extension Manager freezes soon after it is launched, when the last 30 percent of the loading extension bar is still unaccomplished.
    Following your instruction I have tried to remove both my versions of the troublesome DW extension (Ajatix Advanced CSS Drop Down Menu). Which in my case meant that I deleted the following files:
    the files com.ajatix.AdvancedCSSMenuLight.mxi, com.ajatix.AdvancedCSSMenuLight.mxi_air and com.ajatix.AdvancedCSSMenuLight.zxp in C:\Users\<My UserName>\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\Dreamweaver CS6
    and the files ajxcssmenu2.3.0.mxi, ajxcssmenu2.3.0.mxi_air and ajxcssmenu2.3.0.mxp in C:\ProgramData\Adobe\Extension Manager CS6\EM Store\Dreamweaver CS6
    In the hope of cleaning out everything from this extension I have also deleted the following files:
    AJXCSSMenu.chm, AJXCSSMenu.dll in C:\Users\UpdatusUser\AppData\Roaming\Adobe\Dreamweaver CS6\en_US\Configuration\JSExtensions
    and AJXCSSMenu.chm, AJXCSSMenu.dll, AJXCSSMenuLight.chm, AJXCSSMenuLight.dll in C:\Users\ipb-master\AppData\Roaming\Adobe\Dreamweaver CS6\en_US\Configuration\JSExtensions
    Every time I thus get rid of the Ajitex files the Extension Manager seems happy and loads the only extension I currently have left (Adobe exchange). However when I reinstall the Ajitex extension, the Extension Manager behaves in the same bad manner, freezes after approximately 70 percent of the process of loading extensions. Same thing when I remove this extension and try to install another from Ajitex (Email Spam Blocker). It seems to install all right but afterward the Extension Manager freezes when launched.
    Don't know what to do now.

  • CC illustrator freezes when loading. What to do?

    CC illustrator freezes when loading. What to do?

    What OS? What version of AI? Do you get any error messages? New computer?

  • After updating my plugins firefox 5.0.1 still hangs/freezes when loading web pages.

    After making sure my plug-ins were updated, firefox 5.0.1 hangs/freezes when loading web pages.

    I changed the setting, but unfortunately, this didn't fix the problem. This situation does seem to occur more, when I load or reload my eBay home page. I noticed that all data and information would go ahead and load, but the random ads bar would not immediately load and when I would left click anywhere on the page, Firefox would temporarily freeze, the page turns white, Firefox not responding will display, and then the banner would load and everything is fine. I'm wondering if it has something to do with my Flash Player. Any additional suggestions would be greatly appreciated. Thanks! Reggie

  • System freezes when link to Google Hangouts

    Hello, 
    Can anyone help with an answer why my System freezes when I try to link to Google Hangouts
    I am using a Samsung Notebook N150 , windows 7 starter , service pack 1 .
    I have tried a system restore but get a "shadow error " , have also tried in Safe mode
    I am not sure how to post the event viewer here ?
    Thank you  

    Hi,
    For event log, you can upload it to a public folder like OneDrive, then paste the download link here for further analyzing.
    When does this issue happen? I mean something you have changed might causes this issue, or this plug-in doesn't work since you installed to Windows 7 Starter. Hangouts doesn't support certain mics and webcams.
    Since this plug-in is related with audio\video, I suggest you update the drivers for your audio\video device.
    Some thirty audio\video packages can also cause a crash.
    Try to uninstall and reinstall the plug-in.
    For Product Google Hangouts, It's better to contact this support, they're more familiar with this product
    https://support.google.com/hangouts/?hl=en#
    NOTE
    This response contains a reference to a third party World Wide Web site. Microsoft is providing this information
    as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites.
    Yolanda Zhu
    TechNet Community Support

  • Screen flickering and system freezes when using Nouveau driver.

    I'm testing the Nouveau driver on my computer, I really want to keep this driver installed because it makes XFCE to use less resources than the Nvidia proprietary driver. But when I start some apps like firefox or make changes to the desktop, the system stop responding and then the screen breaks.
    I can't use the computer in that state so I force a shutdown.
    I don't know how to see what is going wrong, because the proprietary driver don't give me these problems, I don't get any errors at dmesg log and Xorg log don't have any helpful information.
    dmesg output:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.8.3-2-ARCH (tobias@testing) (gcc version 4.7.2 (GCC) ) #1 SMP PREEMPT Sun Mar 17 13:38:16 CET 2013
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f3ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009f400-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000057feffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000057ff0000-0x0000000057ff2fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x0000000057ff3000-0x0000000057ffffff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x0000000058000000-0x000000005fffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved
    [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    [ 0.000000] SMBIOS 2.3 present.
    [ 0.000000] DMI: Acer Aspire T180/EM61SM/EM61PM , BIOS R01-B4 06/15/2007
    [ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] e820: last_pfn = 0x57ff0 max_arch_pfn = 0x100000
    [ 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-C7FFF write-protect
    [ 0.000000] C8000-FFFFF uncachable
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0000000000 mask FFC0000000 write-back
    [ 0.000000] 1 base 0040000000 mask FFE0000000 write-back
    [ 0.000000] 2 disabled
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 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] found SMP MP-table at [mem 0x000f3c90-0x000f3c9f] mapped at [c00f3c90]
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x01bfffff]
    [ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x377fdfff]
    [ 0.000000] [mem 0x00000000-0x003fffff] page 4k
    [ 0.000000] [mem 0x00400000-0x373fffff] page 2M
    [ 0.000000] [mem 0x37400000-0x377fdfff] page 4k
    [ 0.000000] kernel direct mapping tables up to 0x377fdfff @ [mem 0x01bfa000-0x01bfffff]
    [ 0.000000] RAMDISK: [mem 0x37a46000-0x37d1afff]
    [ 0.000000] Allocated new RAMDISK: [mem 0x37529000-0x377fd69f]
    [ 0.000000] Move RAMDISK from [mem 0x37a46000-0x37d1a69f] to [mem 0x37529000-0x377fd69f]
    [ 0.000000] ACPI: RSDP 000f8370 00014 (v00 ACRSYS)
    [ 0.000000] ACPI: RSDT 57ff3040 0003C (v01 ACRSYS ACRPRDCT 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: FACP 57ff30c0 00074 (v01 ACRSYS ACRPRDCT 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: DSDT 57ff3180 0631A (v01 ACRSYS AWRDACPI 00001000 MSFT 0100000E)
    [ 0.000000] ACPI: FACS 57ff0000 00040
    [ 0.000000] ACPI: SSDT 57ff95c0 001C4 (v01 PTLTD POWERNOW 00000001 LTP 00000001)
    [ 0.000000] ACPI: HPET 57ff9800 00038 (v01 ACRSYS ACRPRDCT 42302E31 AWRD 00000098)
    [ 0.000000] ACPI: SLIC 57ff9880 00176 (v01 ACRSYS ACRPRDCT 42302E31 AWRD 00000001)
    [ 0.000000] ACPI: MCFG 57ff9a40 0003C (v01 ACRSYS ACRPRDCT 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: APIC 57ff9500 0007C (v01 ACRSYS ACRPRDCT 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 519MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00010000-0x00ffffff]
    [ 0.000000] Normal [mem 0x01000000-0x377fdfff]
    [ 0.000000] HighMem [mem 0x377fe000-0x57feffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00010000-0x0009efff]
    [ 0.000000] node 0: [mem 0x00100000-0x57feffff]
    [ 0.000000] On node 0 totalpages: 360319
    [ 0.000000] free_area_init_node: node 0, pgdat c15ab3c0, node_mem_map f6a28200
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3951 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 221486 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 1040 pages used for memmap
    [ 0.000000] HighMem zone: 132066 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] Detected use of extended apic ids on hypertransport bus
    [ 0.000000] ACPI: PM-Timer IO Port: 0x1008
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 17, 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: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] ACPI: IRQ14 used by override.
    [ 0.000000] ACPI: IRQ15 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x10de8201 base: 0xfeff0000
    [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    [ 0.000000] e820: [mem 0x60000000-0xefffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 13 pages/cpu @f6a05000 s32640 r0 d20608 u53248
    [ 0.000000] pcpu-alloc: s32640 r0 d20608 u53248 alloc=13*4096
    [ 0.000000] pcpu-alloc: [0] 0 [0] 1
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 357503
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=bb82c8c9-614f-4ce3-85f2-3597507c391d ro quiet
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] __ex_table already sorted, skipping sort
    [ 0.000000] Initializing CPU#0
    [ 0.000000] allocated 2883328 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (000377fe:00057ff0)
    [ 0.000000] Memory: 1415956k/1441728k available (4184k kernel code, 25320k reserved, 1679k data, 560k init, 532424k highmem)
    [ 0.000000] virtual kernel memory layout:
    fixmap : 0xfff15000 - 0xfffff000 ( 936 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    .init : 0xc15ba000 - 0xc1646000 ( 560 kB)
    .data : 0xc141613e - 0xc15b9d80 (1679 kB)
    .text : 0xc1000000 - 0xc141613e (4184 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
    [ 0.000000] NR_IRQS:2304 nr_irqs:512 16
    [ 0.000000] CPU 0 irqstacks, hard=f6008000 soft=f600a000
    [ 0.000000] spurious 8259A interrupt: IRQ7.
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 1908.551 MHz processor
    [ 0.000000] tsc: Marking TSC unstable due to TSCs unsynchronized
    [ 0.003338] Calibrating delay loop (skipped), value calculated using timer frequency.. 3818.14 BogoMIPS (lpj=6361836)
    [ 0.003343] pid_max: default: 32768 minimum: 301
    [ 0.003404] Security Framework initialized
    [ 0.003415] AppArmor: AppArmor disabled by boot time parameter
    [ 0.003432] Mount-cache hash table entries: 512
    [ 0.006819] Initializing cgroup subsys cpuacct
    [ 0.006822] Initializing cgroup subsys memory
    [ 0.006834] Initializing cgroup subsys devices
    [ 0.006837] Initializing cgroup subsys freezer
    [ 0.006840] Initializing cgroup subsys net_cls
    [ 0.006842] Initializing cgroup subsys blkio
    [ 0.006879] CPU: Physical Processor ID: 0
    [ 0.006882] CPU: Processor Core ID: 0
    [ 0.006885] mce: CPU supports 5 MCE banks
    [ 0.006896] LVT offset 0 assigned for vector 0xf9
    [ 0.006902] process: using AMD E400 aware idle routine
    [ 0.006911] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
    Last level dTLB entries: 4KB 512, 2MB 8, 4MB 4
    tlb_flushall_shift: 4
    [ 0.007021] Freeing SMP alternatives: 16k freed
    [ 0.007977] ACPI: Core revision 20121018
    [ 0.015366] ftrace: allocating 18273 entries in 36 pages
    [ 0.023490] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.024036] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.059250] smpboot: CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 3600+ (fam: 0f, model: 6b, stepping: 01)
    [ 0.059999] Performance Events: AMD PMU driver.
    [ 0.059999] ... version: 0
    [ 0.059999] ... bit width: 48
    [ 0.059999] ... generic registers: 4
    [ 0.059999] ... value mask: 0000ffffffffffff
    [ 0.059999] ... max period: 00007fffffffffff
    [ 0.059999] ... fixed-purpose events: 0
    [ 0.059999] ... event mask: 000000000000000f
    [ 0.078439] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.083409] CPU 1 irqstacks, hard=f60ba000 soft=f60bc000
    [ 0.083412] smpboot: Booting Node 0, Processors #1 OK
    [ 0.006666] Initializing CPU#1
    [ 0.176732] Brought up 2 CPUs
    [ 0.176736] smpboot: Total of 2 processors activated (7637.24 BogoMIPS)
    [ 0.177423] devtmpfs: initialized
    [ 0.177423] PM: Registering ACPI NVS region [mem 0x57ff0000-0x57ff2fff] (12288 bytes)
    [ 0.178162] RTC time: 21:06:38, date: 03/21/13
    [ 0.178225] NET: Registered protocol family 16
    [ 0.178397] node 0 link 0: io port [8000, ffff]
    [ 0.178401] TOM: 0000000060000000 aka 1536M
    [ 0.178404] node 0 link 0: mmio [a0000, bffff]
    [ 0.178408] node 0 link 0: mmio [60000000, efffffff]
    [ 0.178411] node 0 link 0: mmio [f4000000, fe02ffff]
    [ 0.178414] node 0 link 0: mmio [f0000000, f03fffff]
    [ 0.178418] bus: [bus 00-04] on node 0 link 0
    [ 0.178421] bus: 00 [io 0x0000-0xffff]
    [ 0.178423] bus: 00 [mem 0x000a0000-0x000bffff]
    [ 0.178425] bus: 00 [mem 0x60000000-0xf3ffffff]
    [ 0.178428] bus: 00 [mem 0xf4000000-0xffffffff]
    [ 0.178495] ACPI: bus type pci registered
    [ 0.178575] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
    [ 0.178579] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
    [ 0.178581] PCI: Using MMCONFIG for extended config space
    [ 0.178583] PCI: Using configuration type 1 for base access
    [ 0.178677] mtrr: your CPUs had inconsistent variable MTRR settings
    [ 0.178679] mtrr: probably your BIOS does not setup all CPUs.
    [ 0.178681] mtrr: corrected configuration.
    [ 0.180670] bio: create slab <bio-0> at 0
    [ 0.180670] ACPI: Added _OSI(Module Device)
    [ 0.180670] ACPI: Added _OSI(Processor Device)
    [ 0.180670] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.180670] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.181260] ACPI: EC: Look up EC in DSDT
    [ 0.186070] ACPI: Interpreter enabled
    [ 0.186077] ACPI: (supports S0 S3 S4 S5)
    [ 0.186098] ACPI: Using IOAPIC for interrupt routing
    [ 0.193127] ACPI: No dock devices found.
    [ 0.193134] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    [ 0.193752] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-04])
    [ 0.193756] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.193890] pci_root PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    [ 0.193894] pci_root PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08)
    [ 0.195031] pci_root PNP0A08:00: host bridge window [io 0x0000-0x03af] (ignored)
    [ 0.195034] pci_root PNP0A08:00: host bridge window [io 0x03e0-0x0cf7] (ignored)
    [ 0.195037] pci_root PNP0A08:00: host bridge window [io 0x8000-0xffff] (ignored)
    [ 0.195040] pci_root PNP0A08:00: host bridge window [io 0x03b0-0x03df] (ignored)
    [ 0.195044] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    [ 0.195047] pci_root PNP0A08:00: host bridge window [mem 0x60000000-0xefffffff] (ignored)
    [ 0.195050] pci_root PNP0A08:00: host bridge window [mem 0xf4000000-0xfe02ffff] (ignored)
    [ 0.195053] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff] (ignored)
    [ 0.195057] pci_root PNP0A08:00: host bridge window [io 0x4700-0x470b] (ignored)
    [ 0.195060] pci_root PNP0A08:00: host bridge window [io 0x1c00-0x1c80] (ignored)
    [ 0.195063] pci_root PNP0A08:00: host bridge window [mem 0xfec80000-0xfecbffff] (ignored)
    [ 0.195066] PCI: root bus 00: hardware-probed resources
    [ 0.195117] PCI host bridge to bus 0000:00
    [ 0.195121] pci_bus 0000:00: root bus resource [bus 00-04]
    [ 0.195124] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
    [ 0.195127] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.195130] pci_bus 0000:00: root bus resource [mem 0x60000000-0xf3ffffff]
    [ 0.195134] pci_bus 0000:00: root bus resource [mem 0xf4000000-0xffffffff]
    [ 0.195161] pci 0000:00:00.0: [10de:03ea] type 00 class 0x050000
    [ 0.195341] pci 0000:00:01.0: [10de:03e0] type 00 class 0x060100
    [ 0.195384] pci 0000:00:01.1: [10de:03eb] type 00 class 0x0c0500
    [ 0.195397] pci 0000:00:01.1: reg 10: [io 0xfc00-0xfc3f]
    [ 0.195414] pci 0000:00:01.1: reg 20: [io 0x1c00-0x1c3f]
    [ 0.195421] pci 0000:00:01.1: reg 24: [io 0xf400-0xf43f]
    [ 0.195452] pci 0000:00:01.1: PME# supported from D3hot D3cold
    [ 0.195469] pci 0000:00:01.2: [10de:03f5] type 00 class 0x050000
    [ 0.195516] pci 0000:00:02.0: [10de:03f1] type 00 class 0x0c0310
    [ 0.195527] pci 0000:00:02.0: reg 10: [mem 0xfe02f000-0xfe02ffff]
    [ 0.195564] pci 0000:00:02.0: supports D1 D2
    [ 0.195567] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.195583] pci 0000:00:02.1: [10de:03f2] type 00 class 0x0c0320
    [ 0.195595] pci 0000:00:02.1: reg 10: [mem 0xfe02e000-0xfe02e0ff]
    [ 0.195639] pci 0000:00:02.1: supports D1 D2
    [ 0.195642] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.195665] pci 0000:00:04.0: [10de:03f3] type 01 class 0x060401
    [ 0.195711] pci 0000:00:05.0: [10de:03f0] type 00 class 0x040300
    [ 0.195723] pci 0000:00:05.0: reg 10: [mem 0xfe028000-0xfe02bfff]
    [ 0.195768] pci 0000:00:05.0: PME# supported from D3hot D3cold
    [ 0.195791] pci 0000:00:06.0: [10de:03ec] type 00 class 0x01018a
    [ 0.195814] pci 0000:00:06.0: reg 20: [io 0xf000-0xf00f]
    [ 0.195850] pci 0000:00:08.0: [10de:03f6] type 00 class 0x010185
    [ 0.195860] pci 0000:00:08.0: reg 10: [io 0x09f0-0x09f7]
    [ 0.195866] pci 0000:00:08.0: reg 14: [io 0x0bf0-0x0bf3]
    [ 0.195872] pci 0000:00:08.0: reg 18: [io 0x0970-0x0977]
    [ 0.195877] pci 0000:00:08.0: reg 1c: [io 0x0b70-0x0b73]
    [ 0.195883] pci 0000:00:08.0: reg 20: [io 0xdc00-0xdc0f]
    [ 0.195889] pci 0000:00:08.0: reg 24: [mem 0xfe02d000-0xfe02dfff]
    [ 0.195922] pci 0000:00:08.1: [10de:03f6] type 00 class 0x010185
    [ 0.195932] pci 0000:00:08.1: reg 10: [io 0x09e0-0x09e7]
    [ 0.195938] pci 0000:00:08.1: reg 14: [io 0x0be0-0x0be3]
    [ 0.195944] pci 0000:00:08.1: reg 18: [io 0x0960-0x0967]
    [ 0.195949] pci 0000:00:08.1: reg 1c: [io 0x0b60-0x0b63]
    [ 0.195955] pci 0000:00:08.1: reg 20: [io 0xc800-0xc80f]
    [ 0.195961] pci 0000:00:08.1: reg 24: [mem 0xfe02c000-0xfe02cfff]
    [ 0.196000] pci 0000:00:09.0: [10de:03e8] type 01 class 0x060400
    [ 0.196032] pci 0000:00:09.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.196051] pci 0000:00:0b.0: [10de:03e9] type 01 class 0x060400
    [ 0.196081] pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.196098] pci 0000:00:0c.0: [10de:03e9] type 01 class 0x060400
    [ 0.196128] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.196146] pci 0000:00:0d.0: [10de:03d0] type 00 class 0x030000
    [ 0.196154] pci 0000:00:0d.0: reg 10: [mem 0xfb000000-0xfbffffff]
    [ 0.196162] pci 0000:00:0d.0: reg 14: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.196169] pci 0000:00:0d.0: reg 1c: [mem 0xfc000000-0xfcffffff 64bit]
    [ 0.196177] pci 0000:00:0d.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.196209] pci 0000:00:18.0: [1022:1100] type 00 class 0x060000
    [ 0.196233] pci 0000:00:18.1: [1022:1101] type 00 class 0x060000
    [ 0.196253] pci 0000:00:18.2: [1022:1102] type 00 class 0x060000
    [ 0.196273] pci 0000:00:18.3: [1022:1103] type 00 class 0x060000
    [ 0.196335] pci 0000:01:09.0: [104c:8024] type 00 class 0x0c0010
    [ 0.196350] pci 0000:01:09.0: reg 10: [mem 0xfdfff000-0xfdfff7ff]
    [ 0.196359] pci 0000:01:09.0: reg 14: [mem 0xfdff8000-0xfdffbfff]
    [ 0.196412] pci 0000:01:09.0: supports D1 D2
    [ 0.196415] pci 0000:01:09.0: PME# supported from D0 D1 D2 D3hot
    [ 0.196444] pci 0000:00:04.0: PCI bridge to [bus 01] (subtractive decode)
    [ 0.196448] pci 0000:00:04.0: bridge window [io 0xb000-0xbfff]
    [ 0.196452] pci 0000:00:04.0: bridge window [mem 0xfdf00000-0xfdffffff]
    [ 0.196456] pci 0000:00:04.0: bridge window [mem 0xfd800000-0xfd8fffff pref]
    [ 0.196459] pci 0000:00:04.0: bridge window [io 0x0000-0xffff] (subtractive decode)
    [ 0.196462] pci 0000:00:04.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.196465] pci 0000:00:04.0: bridge window [mem 0x60000000-0xf3ffffff] (subtractive decode)
    [ 0.196469] pci 0000:00:04.0: bridge window [mem 0xf4000000-0xffffffff] (subtractive decode)
    [ 0.196493] pci 0000:00:09.0: PCI bridge to [bus 02]
    [ 0.196498] pci 0000:00:09.0: bridge window [io 0xa000-0xafff]
    [ 0.196501] pci 0000:00:09.0: bridge window [mem 0xfde00000-0xfdefffff]
    [ 0.196506] pci 0000:00:09.0: bridge window [mem 0xfdd00000-0xfddfffff 64bit pref]
    [ 0.196548] pci 0000:03:00.0: [11ab:4364] type 00 class 0x020000
    [ 0.196565] pci 0000:03:00.0: reg 10: [mem 0xfdcfc000-0xfdcfffff 64bit]
    [ 0.196575] pci 0000:03:00.0: reg 18: [io 0x9c00-0x9cff]
    [ 0.196604] pci 0000:03:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.196648] pci 0000:03:00.0: supports D1 D2
    [ 0.196651] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.203353] pci 0000:00:0b.0: PCI bridge to [bus 03]
    [ 0.203357] pci 0000:00:0b.0: bridge window [io 0x9000-0x9fff]
    [ 0.203361] pci 0000:00:0b.0: bridge window [mem 0xfdc00000-0xfdcfffff]
    [ 0.203365] pci 0000:00:0b.0: bridge window [mem 0xfdb00000-0xfdbfffff 64bit pref]
    [ 0.203390] pci 0000:00:0c.0: PCI bridge to [bus 04]
    [ 0.203394] pci 0000:00:0c.0: bridge window [io 0x8000-0x8fff]
    [ 0.203398] pci 0000:00:0c.0: bridge window [mem 0xfda00000-0xfdafffff]
    [ 0.203402] pci 0000:00:0c.0: bridge window [mem 0xfd900000-0xfd9fffff 64bit pref]
    [ 0.203413] pci_bus 0000:00: on NUMA node 0
    [ 0.203424] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
    [ 0.203569] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 0.242482] ACPI: PCI Interrupt Link [LNK1] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    [ 0.242536] ACPI: PCI Interrupt Link [LNK2] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    [ 0.242587] ACPI: PCI Interrupt Link [LNK3] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    [ 0.242639] ACPI: PCI Interrupt Link [LNK4] (IRQs *5 7 9 10 11 14 15)
    [ 0.242689] ACPI: PCI Interrupt Link [LNK5] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    [ 0.242741] ACPI: PCI Interrupt Link [LNK6] (IRQs *5 7 9 10 11 14 15)
    [ 0.242791] ACPI: PCI Interrupt Link [LNK7] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    [ 0.242842] ACPI: PCI Interrupt Link [LNK8] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    [ 0.242894] ACPI: PCI Interrupt Link [LIGP] (IRQs 5 7 9 10 *11 14 15)
    [ 0.242944] ACPI: PCI Interrupt Link [LP2P] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    [ 0.242996] ACPI: PCI Interrupt Link [LUBA] (IRQs 5 7 9 *10 11 14 15)
    [ 0.243045] ACPI: PCI Interrupt Link [LMAC] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    [ 0.243098] ACPI: PCI Interrupt Link [LAZA] (IRQs 5 7 9 *10 11 14 15)
    [ 0.243148] ACPI: PCI Interrupt Link [LPMU] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    [ 0.243204] ACPI: PCI Interrupt Link [LSMB] (IRQs *5 7 9 10 11 14 15)
    [ 0.243265] ACPI: PCI Interrupt Link [LUB2] (IRQs 5 7 9 10 *11 14 15)
    [ 0.243315] ACPI: PCI Interrupt Link [LIDE] (IRQs 5 7 9 10 11 14 15) *0, disabled.
    [ 0.243375] ACPI: PCI Interrupt Link [LSID] (IRQs 5 7 9 *10 11 14 15)
    [ 0.243432] ACPI: PCI Interrupt Link [LFID] (IRQs 5 7 9 10 *11 14 15)
    [ 0.243524] ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0, disabled.
    [ 0.243606] ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0, disabled.
    [ 0.243688] ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0, disabled.
    [ 0.243770] ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0
    [ 0.243851] ACPI: PCI Interrupt Link [APC5] (IRQs 16) *0, disabled.
    [ 0.243933] ACPI: PCI Interrupt Link [APC6] (IRQs 16) *0
    [ 0.244014] ACPI: PCI Interrupt Link [APC7] (IRQs 16) *0, disabled.
    [ 0.244095] ACPI: PCI Interrupt Link [APC8] (IRQs 16) *0, disabled.
    [ 0.244176] ACPI: PCI Interrupt Link [AIGP] (IRQs 20 21 22 23) *0
    [ 0.244258] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22 23) *0
    [ 0.244340] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22 23) *0, disabled.
    [ 0.244422] ACPI: PCI Interrupt Link [APMU] (IRQs 20 21 22 23) *0, disabled.
    [ 0.244504] ACPI: PCI Interrupt Link [AAZA] (IRQs 20 21 22 23) *0
    [ 0.244586] ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22 23) *0
    [ 0.244669] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22 23) *0
    [ 0.244751] ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22 23) *0, disabled.
    [ 0.244833] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22 23) *0, disabled.
    [ 0.244921] ACPI: PCI Interrupt Link [APSI] (IRQs 20 21 22 23) *0
    [ 0.245004] ACPI: PCI Interrupt Link [APSJ] (IRQs 20 21 22 23) *0
    [ 0.245086] vgaarb: device added: PCI:0000:00:0d.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.245086] vgaarb: loaded
    [ 0.245086] vgaarb: bridge control possible 0000:00:0d.0
    [ 0.245086] PCI: Using ACPI for IRQ routing
    [ 0.246696] PCI: pci_cache_line_size set to 64 bytes
    [ 0.246745] e820: reserve RAM buffer [mem 0x0009f400-0x0009ffff]
    [ 0.246748] e820: reserve RAM buffer [mem 0x57ff0000-0x57ffffff]
    [ 0.246902] NetLabel: Initializing
    [ 0.246904] NetLabel: domain hash size = 128
    [ 0.246906] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.246923] NetLabel: unlabeled traffic allowed by default
    [ 0.246950] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    [ 0.246956] hpet0: at MMIO 0xfeff0000, IRQs 2, 8, 31
    [ 0.246961] hpet0: 3 comparators, 32-bit 25.000000 MHz counter
    [ 0.256702] Switching to clocksource hpet
    [ 0.264319] pnp: PnP ACPI init
    [ 0.264346] ACPI: bus type pnp registered
    [ 0.264605] system 00:00: [io 0x1000-0x107f] has been reserved
    [ 0.264609] system 00:00: [io 0x1080-0x10ff] has been reserved
    [ 0.264613] system 00:00: [io 0x1400-0x147f] has been reserved
    [ 0.264616] system 00:00: [io 0x1480-0x14ff] has been reserved
    [ 0.264620] system 00:00: [io 0x1800-0x187f] has been reserved
    [ 0.264623] system 00:00: [io 0x1880-0x18ff] has been reserved
    [ 0.264628] system 00:00: [mem 0xfefe0000-0xfefe01ff] has been reserved
    [ 0.264631] system 00:00: [mem 0xfefe1000-0xfefe10ff] has been reserved
    [ 0.264635] system 00:00: [mem 0x58000000-0x5fffffff] has been reserved
    [ 0.264641] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.265431] system 00:01: [io 0x04d0-0x04d1] has been reserved
    [ 0.265434] system 00:01: [io 0x0800-0x087f] has been reserved
    [ 0.265438] system 00:01: [io 0x0290-0x0297] has been reserved
    [ 0.265442] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.265458] pnp 00:02: [dma 4]
    [ 0.265495] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.265606] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.265670] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.265714] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.265772] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.266190] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.266522] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.266948] pnp 00:09: Plug and Play ACPI device, IDs PNP0400 (active)
    [ 0.267129] pnp 00:0a: Plug and Play ACPI device, IDs PNP0f13 (active)
    [ 0.267201] pnp 00:0b: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
    [ 0.267285] system 00:0c: [mem 0xf0000000-0xf3ffffff] has been reserved
    [ 0.267290] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.267506] system 00:0d: [mem 0x000d0000-0x000d3fff] has been reserved
    [ 0.267510] system 00:0d: [mem 0x000f0000-0x000f7fff] could not be reserved
    [ 0.267514] system 00:0d: [mem 0x000f8000-0x000fbfff] could not be reserved
    [ 0.267517] system 00:0d: [mem 0x000fc000-0x000fffff] could not be reserved
    [ 0.267521] system 00:0d: [mem 0xfeff0000-0xfeff00ff] has been reserved
    [ 0.267525] system 00:0d: [mem 0x57ff0000-0x57ffffff] could not be reserved
    [ 0.267528] system 00:0d: [mem 0xffff0000-0xffffffff] has been reserved
    [ 0.267532] system 00:0d: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.267535] system 00:0d: [mem 0x00100000-0x57feffff] could not be reserved
    [ 0.267539] system 00:0d: [mem 0x58000000-0x5fffffff] has been reserved
    [ 0.267543] system 00:0d: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.267546] system 00:0d: [mem 0xfee00000-0xfeefffff] has been reserved
    [ 0.267550] system 00:0d: [mem 0xfefff000-0xfeffffff] has been reserved
    [ 0.267554] system 00:0d: [mem 0xfff80000-0xfff80fff] has been reserved
    [ 0.267557] system 00:0d: [mem 0xfff90000-0xfffbffff] has been reserved
    [ 0.267561] system 00:0d: [mem 0xfffed000-0xfffeffff] has been reserved
    [ 0.267565] system 00:0d: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.267589] pnp: PnP ACPI: found 14 devices
    [ 0.267590] ACPI: ACPI bus type pnp unregistered
    [ 0.305593] pci 0000:00:0d.0: BAR 6: assigned [mem 0x60000000-0x6001ffff pref]
    [ 0.305599] pci 0000:00:04.0: PCI bridge to [bus 01]
    [ 0.305603] pci 0000:00:04.0: bridge window [io 0xb000-0xbfff]
    [ 0.305608] pci 0000:00:04.0: bridge window [mem 0xfdf00000-0xfdffffff]
    [ 0.305612] pci 0000:00:04.0: bridge window [mem 0xfd800000-0xfd8fffff pref]
    [ 0.305617] pci 0000:00:09.0: PCI bridge to [bus 02]
    [ 0.305621] pci 0000:00:09.0: bridge window [io 0xa000-0xafff]
    [ 0.305625] pci 0000:00:09.0: bridge window [mem 0xfde00000-0xfdefffff]
    [ 0.305629] pci 0000:00:09.0: bridge window [mem 0xfdd00000-0xfddfffff 64bit pref]
    [ 0.305635] pci 0000:03:00.0: BAR 6: assigned [mem 0xfdb00000-0xfdb1ffff pref]
    [ 0.305638] pci 0000:00:0b.0: PCI bridge to [bus 03]
    [ 0.305641] pci 0000:00:0b.0: bridge window [io 0x9000-0x9fff]
    [ 0.305645] pci 0000:00:0b.0: bridge window [mem 0xfdc00000-0xfdcfffff]
    [ 0.305649] pci 0000:00:0b.0: bridge window [mem 0xfdb00000-0xfdbfffff 64bit pref]
    [ 0.305654] pci 0000:00:0c.0: PCI bridge to [bus 04]
    [ 0.305657] pci 0000:00:0c.0: bridge window [io 0x8000-0x8fff]
    [ 0.305661] pci 0000:00:0c.0: bridge window [mem 0xfda00000-0xfdafffff]
    [ 0.305665] pci 0000:00:0c.0: bridge window [mem 0xfd900000-0xfd9fffff 64bit pref]
    [ 0.305677] pci 0000:00:04.0: setting latency timer to 64
    [ 0.305686] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
    [ 0.305689] pci_bus 0000:00: resource 5 [mem 0x000a0000-0x000bffff]
    [ 0.305692] pci_bus 0000:00: resource 6 [mem 0x60000000-0xf3ffffff]
    [ 0.305696] pci_bus 0000:00: resource 7 [mem 0xf4000000-0xffffffff]
    [ 0.305699] pci_bus 0000:01: resource 0 [io 0xb000-0xbfff]
    [ 0.305702] pci_bus 0000:01: resource 1 [mem 0xfdf00000-0xfdffffff]
    [ 0.305706] pci_bus 0000:01: resource 2 [mem 0xfd800000-0xfd8fffff pref]
    [ 0.305709] pci_bus 0000:01: resource 4 [io 0x0000-0xffff]
    [ 0.305712] pci_bus 0000:01: resource 5 [mem 0x000a0000-0x000bffff]
    [ 0.305715] pci_bus 0000:01: resource 6 [mem 0x60000000-0xf3ffffff]
    [ 0.305718] pci_bus 0000:01: resource 7 [mem 0xf4000000-0xffffffff]
    [ 0.305722] pci_bus 0000:02: resource 0 [io 0xa000-0xafff]
    [ 0.305725] pci_bus 0000:02: resource 1 [mem 0xfde00000-0xfdefffff]
    [ 0.305729] pci_bus 0000:02: resource 2 [mem 0xfdd00000-0xfddfffff 64bit pref]
    [ 0.305732] pci_bus 0000:03: resource 0 [io 0x9000-0x9fff]
    [ 0.305735] pci_bus 0000:03: resource 1 [mem 0xfdc00000-0xfdcfffff]
    [ 0.305738] pci_bus 0000:03: resource 2 [mem 0xfdb00000-0xfdbfffff 64bit pref]
    [ 0.305742] pci_bus 0000:04: resource 0 [io 0x8000-0x8fff]
    [ 0.305745] pci_bus 0000:04: resource 1 [mem 0xfda00000-0xfdafffff]
    [ 0.305748] pci_bus 0000:04: resource 2 [mem 0xfd900000-0xfd9fffff 64bit pref]
    [ 0.305804] NET: Registered protocol family 2
    [ 0.305997] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.306061] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.306122] TCP: Hash tables configured (established 8192 bind 8192)
    [ 0.306184] TCP: reno registered
    [ 0.306188] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.306204] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.306279] NET: Registered protocol family 1
    [ 0.306537] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 23
    [ 0.370181] ACPI: PCI Interrupt Link [APCL] enabled at IRQ 22
    [ 0.370249] pci 0000:00:00.0: Found enabled HT MSI Mapping
    [ 0.370299] pci 0000:00:00.0: Found enabled HT MSI Mapping
    [ 0.370357] pci 0000:00:00.0: Found enabled HT MSI Mapping
    [ 0.370411] pci 0000:00:00.0: Found enabled HT MSI Mapping
    [ 0.370469] pci 0000:00:00.0: Found enabled HT MSI Mapping
    [ 0.370531] pci 0000:00:00.0: Found enabled HT MSI Mapping
    [ 0.370598] pci 0000:00:00.0: Found enabled HT MSI Mapping
    [ 0.370606] pci 0000:00:0d.0: Boot video device
    [ 0.370621] PCI: CLS 64 bytes, default 64
    [ 0.370687] Unpacking initramfs...
    [ 0.455995] Freeing initrd memory: 2900k freed
    [ 0.459106] apm: BIOS not found.
    [ 0.459448] audit: initializing netlink socket (disabled)
    [ 0.459468] type=2000 audit(1363899998.456:1): initialized
    [ 0.474029] bounce pool size: 64 pages
    [ 0.474052] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 0.476263] VFS: Disk quotas dquot_6.5.2
    [ 0.476327] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.476593] msgmni has been set to 1731
    [ 0.476998] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.477042] io scheduler noop registered
    [ 0.477044] io scheduler deadline registered
    [ 0.477053] io scheduler cfq registered (default)
    [ 0.477195] pcieport 0000:00:09.0: irq 40 for MSI/MSI-X
    [ 0.477269] pcieport 0000:00:0b.0: irq 41 for MSI/MSI-X
    [ 0.477329] pcieport 0000:00:0c.0: irq 42 for MSI/MSI-X
    [ 0.477469] vesafb: mode is 640x480x32, linelength=2560, pages=0
    [ 0.477471] vesafb: scrolling: redraw
    [ 0.477474] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.477558] vesafb: framebuffer at 0xe0000000, mapped to 0xf8080000, using 1216k, total 1216k
    [ 0.484141] Console: switching to colour frame buffer device 80x30
    [ 0.490611] fb0: VESA VGA frame buffer device
    [ 0.490704] GHES: HEST is not enabled!
    [ 0.490719] isapnp: Scanning for PnP cards...
    [ 0.802592] isapnp: No Plug & Play device found
    [ 0.802671] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.823231] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.843779] 00:08: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    [ 0.844469] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 0.844915] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.844951] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.845087] mousedev: PS/2 mouse device common for all mice
    [ 0.845182] rtc_cmos 00:04: RTC can wake from S4
    [ 0.845358] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    [ 0.845400] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
    [ 0.845435] cpuidle: using governor ladder
    [ 0.845437] cpuidle: using governor menu
    [ 0.845439] EFI Variables Facility v0.08 2004-May-17
    [ 0.845489] drop_monitor: Initializing network drop monitor service
    [ 0.845593] TCP: cubic registered
    [ 0.845736] NET: Registered protocol family 10
    [ 0.845940] NET: Registered protocol family 17
    [ 0.845958] Key type dns_resolver registered
    [ 0.846129] Using IPI No-Shortcut mode
    [ 0.846264] PM: Hibernation image not present or could not be loaded.
    [ 0.846279] registered taskstats version 1
    [ 0.846851] Magic number: 5:851:146
    [ 0.846912] acpi device:17: hash matches
    [ 0.846972] rtc_cmos 00:04: setting system clock to 2013-03-21 21:06:39 UTC (1363899999)
    [ 0.847246] Freeing unused kernel memory: 560k freed
    [ 0.847645] Write protecting the kernel text: 4188k
    [ 0.847679] Write protecting the kernel read-only data: 1284k
    [ 0.858078] systemd-udevd[45]: starting version 198
    [ 0.864682] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.904637] ACPI: bus type usb registered
    [ 0.904681] usbcore: registered new interface driver usbfs
    [ 0.904697] usbcore: registered new interface driver hub
    [ 0.904815] usbcore: registered new device driver usb
    [ 0.906826] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.908458] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 0.908536] ohci_hcd 0000:00:02.0: setting latency timer to 64
    [ 0.908541] ohci_hcd 0000:00:02.0: OHCI Host Controller
    [ 0.908550] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 1
    [ 0.908594] ohci_hcd 0000:00:02.0: irq 23, io mem 0xfe02f000
    [ 0.910252] ehci-pci: EHCI PCI platform driver
    [ 0.910290] ACPI: PCI Interrupt Link [APC4] enabled at IRQ 19
    [ 0.910329] firewire_ohci 0000:01:09.0: setting latency timer to 64
    [ 0.912040] SCSI subsystem initialized
    [ 0.915768] ACPI: bus type scsi registered
    [ 0.918637] libata version 3.00 loaded.
    [ 0.962268] hub 1-0:1.0: USB hub found
    [ 0.962279] hub 1-0:1.0: 10 ports detected
    [ 0.962535] ehci-pci 0000:00:02.1: setting latency timer to 64
    [ 0.962539] ehci-pci 0000:00:02.1: EHCI Host Controller
    [ 0.962547] ehci-pci 0000:00:02.1: new USB bus registered, assigned bus number 2
    [ 0.962559] ehci-pci 0000:00:02.1: debug port 1
    [ 0.962589] ehci-pci 0000:00:02.1: cache line size of 64 is not supported
    [ 0.962617] ehci-pci 0000:00:02.1: irq 22, io mem 0xfe02e000
    [ 0.970035] ehci-pci 0000:00:02.1: USB 2.0 started, EHCI 1.00
    [ 0.970261] hub 2-0:1.0: USB hub found
    [ 0.970268] hub 2-0:1.0: 10 ports detected
    [ 0.970681] pata_amd 0000:00:06.0: version 0.4.1
    [ 0.970736] pata_amd 0000:00:06.0: setting latency timer to 64
    [ 0.971618] scsi0 : pata_amd
    [ 0.972200] scsi1 : pata_amd
    [ 0.972449] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
    [ 0.972452] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
    [ 0.972517] sata_nv 0000:00:08.0: version 3.5
    [ 0.972721] ACPI: PCI Interrupt Link [APSI] enabled at IRQ 21
    [ 0.972802] sata_nv 0000:00:08.0: setting latency timer to 64
    [ 0.973161] scsi2 : sata_nv
    [ 0.973470] scsi3 : sata_nv
    [ 0.973598] ata3: SATA max UDMA/133 cmd 0x9f0 ctl 0xbf0 bmdma 0xdc00 irq 21
    [ 0.973602] ata4: SATA max UDMA/133 cmd 0x970 ctl 0xb70 bmdma 0xdc08 irq 21
    [ 0.973822] ACPI: PCI Interrupt Link [APSJ] enabled at IRQ 20
    [ 0.973886] sata_nv 0000:00:08.1: setting latency timer to 64
    [ 0.974209] scsi4 : sata_nv
    [ 0.974369] scsi5 : sata_nv
    [ 0.974488] ata5: SATA max UDMA/133 cmd 0x9e0 ctl 0xbe0 bmdma 0xc800 irq 20
    [ 0.974491] ata6: SATA max UDMA/133 cmd 0x960 ctl 0xb60 bmdma 0xc808 irq 20
    [ 1.130346] ata1.00: ATAPI: HL-DT-ST DVDRAM_GSA-H40N, RA00, max UDMA/66
    [ 1.130357] ata1: nv_mode_filter: 0x1f39f&0x1f39f->0x1f39f, BIOS=0x1f000 (0xc5000000) ACPI=0x1f01f (30:600:0x13)
    [ 1.143604] ata1.00: configured for UDMA/66
    [ 1.149515] scsi 0:0:0:0: CD-ROM HL-DT-ST DVDRAM_GSA-H40N RA00 PQ: 0 ANSI: 5
    [ 1.149876] ata2: port disabled--ignoring
    [ 1.297028] ata3: SATA link down (SStatus 0 SControl 300)
    [ 1.297032] ata5: SATA link down (SStatus 0 SControl 300)
    [ 1.633688] ata4: SATA link down (SStatus 0 SControl 300)
    [ 1.643352] firewire_ohci 0000:01:09.0: failed to read phy reg
    [ 1.643576] firewire_ohci: probe of 0000:01:09.0 failed with error -16
    [ 1.730033] usb 1-4: new low-speed USB device number 2 using ohci_hcd
    [ 1.936808] usbcore: registered new interface driver usbhid
    [ 1.936814] usbhid: USB HID core driver
    [ 2.100049] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2.107021] ata6.00: ATA-7: Hitachi HDS721616PLA380, P22OAB3A, max UDMA/133
    [ 2.107025] ata6.00: 321672960 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 2.120325] ata6.00: configured for UDMA/133
    [ 2.120524] scsi 5:0:0:0: Direct-Access ATA Hitachi HDS72161 P22O PQ: 0 ANSI: 5
    [ 2.125055] sd 5:0:0:0: [sda] 321672960 512-byte logical blocks: (164 GB/153 GiB)
    [ 2.125119] sd 5:0:0:0: [sda] Write Protect is off
    [ 2.125123] sd 5:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 2.125149] sd 5:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.131113] sr0: scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 2.131120] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.131457] sr 0:0:0:0: Attached scsi CD-ROM sr0
    [ 2.146217] sda: sda1 sda2 sda3
    [ 2.146831] sd 5:0:0:0: [sda] Attached SCSI disk
    [ 2.206694] usb 1-8: new full-speed USB device number 3 using ohci_hcd
    [ 2.407819] Initializing USB Mass Storage driver...
    [ 2.408184] scsi6 : usb-storage 1-8:1.0
    [ 2.408335] usbcore: registered new interface driver usb-storage
    [ 2.408337] USB Mass Storage support registered.
    [ 2.542664] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
    [ 3.014632] systemd[1]: Smack is not enabled in the kernel, not loading access rules.
    [ 3.097131] systemd[1]: systemd 198 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 3.097800] systemd[1]: Set hostname to <acer-aspire>.
    [ 3.352860] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 3.352959] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 3.352983] systemd[1]: Expecting device sys-subsystem-net-devices-enp3s0.device...
    [ 3.353005] systemd[1]: Starting Remote File Systems.
    [ 3.353024] systemd[1]: Reached target Remote File Systems.
    [ 3.353041] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 3.353091] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 3.353108] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 3.353156] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 3.353173] systemd[1]: Starting Delayed Shutdown Socket.
    [ 3.353206] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 3.353222] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 3.353253] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 3.353274] systemd[1]: Starting Journal Socket.
    [ 3.353366] systemd[1]: Listening on Journal Socket.
    [ 3.354821] systemd[1]: Starting Apply Kernel Variables...
    [ 3.357143] systemd[1]: Mounting Huge Pages File System...
    [ 3.363518] systemd[1]: Mounting POSIX Message Queue File System...
    [ 3.370154] systemd[1]: Mounting Debug File System...
    [ 3.385832] systemd[1]: Starting Journal Service...
    [ 3.393610] systemd[1]: Started Journal Service.
    [ 3.393800] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 3.393975] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 3.407359] systemd[1]: Started Set Up Additional Binary Formats.
    [ 3.407389] systemd[1]: Starting Encrypted Volumes.
    [ 3.407409] systemd[1]: Reached target Encrypted Volumes.
    [ 3.407431] systemd[1]: Starting Setup Virtual Console...
    [ 3.410492] systemd[1]: Starting udev Kernel Socket.
    [ 3.410553] systemd[1]: Listening on udev Kernel Socket.
    [ 3.410641] systemd[1]: Starting udev Control Socket.
    [ 3.410689] systemd[1]: Listening on udev Control Socket.
    [ 3.410760] systemd[1]: Starting udev Coldplug all Devices...
    [ 3.417037] systemd[1]: Starting udev Kernel Device Manager...
    [ 3.418761] scsi 6:0:0:0: Direct-Access Generic USB SD Reader 1.00 PQ: 0 ANSI: 0
    [ 3.436758] scsi 6:0:0:1: Direct-Access Generic USB CF Reader 1.01 PQ: 0 ANSI: 0
    [ 3.441505] systemd[1]: Started Load Kernel Modules.
    [ 3.441546] systemd[1]: Mounted FUSE Control File System.
    [ 3.441570] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 3.441652] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 3.441693] systemd[1]: Mounting Configuration File System...
    [ 3.465751] scsi 6:0:0:2: Direct-Access Generic USB SM Reader 1.02 PQ: 0 ANSI: 0
    [ 3.476732] sd 6:0:0:0: [sdb] Attached SCSI removable disk
    [ 3.505747] scsi 6:0:0:3: Direct-Access Generic USB MS Reader 1.03 PQ: 0 ANSI: 0
    [ 3.516728] sd 6:0:0:1: [sdc] Attached SCSI removable disk
    [ 3.549724] sd 6:0:0:2: [sdd] Attached SCSI removable disk
    [ 3.553823] systemd[1]: Expecting device dev-disk-by\x2duuid-bb5a3cc3\x2d55fd\x2d4830\x2d8177\x2ddd32df9bd303.device...
    [ 3.553856] systemd[1]: Mounting Temporary Directory...
    [ 3.571730] sd 6:0:0:3: [sde] Attached SCSI removable disk
    [ 3.744908] systemd-udevd[126]: starting version 198
    [ 3.777101] systemd[1]: Started File System Check on Root Device.
    [ 3.777142] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 3.790819] systemd[1]: Started udev Kernel Device Manager.
    [ 3.800185] systemd[1]: Started Apply Kernel Variables.
    [ 4.118718] EXT4-fs (sda2): re-mounted. Opts: data=ordered
    [ 4.205364] systemd-journald[122]: Received SIGUSR1
    [ 5.423026] thermal LNXTHERM:00: registered as thermal_zone0
    [ 5.423033] ACPI: Thermal Zone [THRM] (40 C)
    [ 5.463049] input: PC Speaker as /devices/platform/pcspkr/input/input1
    [ 5.484558] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
    [ 5.484570] ACPI: Power Button [PWRB]
    [ 5.484693] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [ 5.484697] ACPI: Power Button [PWRF]
    [ 5.491085] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
    [ 5.542488] i2c i2c-0: nForce2 SMBus adapter at 0x1c00
    [ 5.542524] i2c i2c-1: nForce2 SMBus adapter at 0xf400
    [ 5.547898] Linux agpgart interface v0.103
    [ 5.558914] ACPI: Fan [FAN] (on)
    [ 5.559089] [drm] Initialized drm 1.1.0 20060810
    [ 5.565468] microcode: AMD CPU family 0xf not supported
    [ 5.567533] microcode: AMD CPU family 0xf not supported
    [ 5.642735] wmi: Mapper loaded
    [ 5.645076] kvm: Nested Virtualization enabled
    [ 5.649689] powernow-k8: fid 0xb (1900 MHz), vid 0xc
    [ 5.649696] powernow-k8: fid 0xa (1800 MHz), vid 0xd
    [ 5.649699] powernow-k8: fid 0x2 (1000 MHz), vid 0x12
    [ 5.649987] powernow-k8: Found 1 AMD Athlon(tm) 64 X2 Dual Core Processor 3600+ (2 cpu cores) (version 2.20.00)
    [ 5.685561] checking generic (e0000000 130000) vs hw (e0000000 10000000)
    [ 5.685568] fb: conflicting fb hw usage nouveaufb vs VESA VGA - removing generic driver
    [ 5.685594] Console: switching to colour dummy device 80x25
    [ 5.685773] nouveau 0000:00:0d.0: setting latency timer to 64
    [ 5.686326] ACPI: PCI Interrupt Link [AIGP] enabled at IRQ 23
    [ 5.686707] nouveau [ DEVICE][0000:00:0d.0] BOOT0 : 0x04c000a2
    [ 5.686715] nouveau [ DEVICE][0000:00:0d.0] Chipset: C61 (NV4C)
    [ 5.686722] nouveau [ DEVICE][0000:00:0d.0] Family : NV40
    [ 5.687642] nouveau [ VBIOS][0000:00:0d.0] checking PRAMIN for image...
    [ 5.733281] nouveau [ VBIOS][0000:00:0d.0] ... appears to be valid
    [ 5.733287] nouveau [ VBIOS][0000:00:0d.0] using image from PRAMIN
    [ 5.733560] nouveau [ VBIOS][0000:00:0d.0] BIT signature found
    [ 5.733565] nouveau [ VBIOS][0000:00:0d.0] version 05.61.32.25.04
    [ 5.733746] nouveau [ PFB][0000:00:0d.0] RAM type: unknown
    [ 5.733749] nouveau [ PFB][0000:00:0d.0] RAM size: 128 MiB
    [ 5.733752] nouveau [ PFB][0000:00:0d.0] ZCOMP: 0 tags
    [ 5.761373] [TTM] Zone kernel: Available graphics memory: 443504 kiB
    [ 5.761379] [TTM] Zone highmem: Available graphics memory: 709716 kiB
    [ 5.761381] [TTM] Initializing pool allocator
    [ 5.761831] nouveau [ DRM] VRAM: 125 MiB
    [ 5.761838] nouveau [ DRM] GART: 512 MiB
    [ 5.761844] nouveau [ DRM] BIT BIOS found
    [ 5.761848] nouveau [ DRM] Bios version 05.61.32.25
    [ 5.761852] nouveau [ DRM] TMDS table version 1.1
    [ 5.761855] nouveau [ DRM] DCB version 3.0
    [ 5.761859] nouveau [ DRM] DCB outp 00: 01000310 00000023
    [ 5.761863] nouveau [ DRM] DCB outp 01: 00110204 98830003
    [ 5.761865] nouveau [ DRM] DCB conn 00: 0000
    [ 5.761869] nouveau [ DRM] DCB conn 01: 1131
    [ 5.761872] nouveau [ DRM] DCB conn 02: 0110
    [ 5.761875] nouveau [ DRM] DCB conn 03: 0111
    [ 5.761877] nouveau [ DRM] DCB conn 04: 0113
    [ 5.762420] nouveau W[ DRM] DCB type 4 not known
    [ 5.762425] nouveau W[ DRM] Unknown-1 has no encoders, removing
    [ 5.763281] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 5.763283] [drm] No driver support for vblank timestamp query.
    [ 5.763931] nouveau [ DRM] 1 available performance level(s)
    [ 5.763937] nouveau [ DRM] 0: core 425MHz shader 425MHz fanspeed 100%
    [ 5.763939] nouveau [ DRM] c:
    [ 5.765435] nouveau [ DRM] MM: using M2MF for buffer copies
    [ 5.811870] sky2: driver version 1.30
    [ 5.812122] ACPI: PCI Interrupt Link [APC6] enabled at IRQ 16
    [ 5.812188] sky2 0000:03:00.0: Yukon-2 EC Ultra chip revision 2
    [ 5.812268] sky2 0000:03:00.0: irq 43 for MSI/MSI-X
    [ 5.812560] sky2 0000:03:00.0 eth0: addr 00:19:21:28:95:2d
    [ 5.814804] composite sync not supported
    [ 5.815267] nouveau [ DRM] allocated 1440x900 fb: 0x9000, bo f63fa000
    [ 5.815425] fbcon: nouveaufb (fb0) is primary device
    [ 5.829143] IT8726 SuperIO detected.
    [ 5.829405] parport_pc 00:09: reported by Plug and Play ACPI
    [ 5.829453] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
    [ 5.856121] ppdev: user-space parallel port driver
    [ 5.877128] Console: switching to colour frame buffer device 180x56
    [ 5.878923] nouveau 0000:00:0d.0: fb0: nouveaufb frame buffer device
    [ 5.878929] nouveau 0000:00:0d.0: registered panic notifier
    [ 5.878952] [drm] Initialized nouveau 1.1.0 20120801 for 0000:00:0d.0 on minor 0
    [ 5.879707] ACPI: PCI Interrupt Link [AAZA] enabled at IRQ 22
    [ 5.879730] hda_intel: Disabling MSI
    [ 5.879786] snd_hda_intel 0000:00:05.0: setting latency timer to 64
    [ 6.023710] systemd-udevd[151]: renamed network interface eth0 to enp3s0
    [ 6.497697] input: PIXART USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:02.0/usb1/1-4/1-4:1.0/input/input4
    [ 6.498447] hid-generic 0003:093A:2510.0001: input,hidraw0: USB HID v1.11 Mouse [PIXART USB OPTICAL MOUSE] on usb-0000:00:02.0-4/input0
    [ 6.533068] Adding 997756k swap on /dev/sda3. Priority:-1 extents:1 across:997756k
    [ 6.633135] sky2 0000:03:00.0 enp3s0: enabling interface
    [ 6.633209] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
    [ 6.846889] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:05.0/input/input5
    [ 7.603865] input: HDA NVidia Line as /devices/pci0000:00/0000:00:05.0/sound/card0/input6
    [ 7.604089] input: HDA NVidia Front Mic as /devices/pci0000:00/0000:00:05.0/sound/card0/input7
    [ 7.604265] input: HDA NVidia Rear Mic as /devices/pci0000:00/0000:00:05.0/sound/card0/input8
    [ 7.604442] input: HDA NVidia Front Headphone as /devices/pci0000:00/0000:00:05.0/sound/card0/input9
    [ 7.604616] input: HDA NVidia Line Out Side as /devices/pci0000:00/0000:00:05.0/sound/card0/input10
    [ 7.604791] input: HDA NVidia Line Out CLFE as /devices/pci0000:00/0000:00:05.0/sound/card0/input11
    [ 7.604969] input: HDA NVidia Line Out Surround as /devices/pci0000:00/0000:00:05.0/sound/card0/input12
    [ 7.605141] input: HDA NVidia Line Out Front as /devices/pci0000:00/0000:00:05.0/sound/card0/input13
    [ 8.208529] composite sync not supported
    [ 8.244451] composite sync not supported
    [ 8.450333] sky2 0000:03:00.0 enp3s0: Link is up at 100 Mbps, full duplex, flow control both
    [ 8.450367] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
    [ 20.811802] composite sync not supported
    [ 23.142014] EXT4-fs (sda2): re-mounted. Opts: data=ordered,commit=0
    [ 84.047784] usb 1-4: USB disconnect, device number 2
    [ 85.606696] usb 1-4: new low-speed USB device number 4 using ohci_hcd
    [ 85.814008] input: PIXART USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:02.0/usb1/1-4/1-4:1.0/input/input14
    [ 85.814445] hid-generic 0003:093A:2510.0002: input,hidraw0: USB HID v1.11 Mouse [PIXART USB OPTICAL MOUSE] on usb-0000:00:02.0-4/input0
    [ 389.250323] composite sync not supported
    Xorg log:
    [ 7.949]
    X.Org X Server 1.14.0
    Release Date: 2013-03-05
    [ 7.949] X Protocol Version 11, Revision 0
    [ 7.949] Build Operating System: Linux 3.8.2-1-ARCH i686
    [ 7.949] Current Operating System: Linux acer-aspire 3.8.3-2-ARCH #1 SMP PREEMPT Sun Mar 17 13:38:16 CET 2013 i686
    [ 7.949] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=bb82c8c9-614f-4ce3-85f2-3597507c391d ro quiet
    [ 7.949] Build Date: 09 March 2013 11:46:22AM
    [ 7.949]
    [ 7.949] Current version of pixman: 0.28.2
    [ 7.949] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 7.949] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 7.949] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Mar 21 15:06:46 2013
    [ 7.988] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 8.001] (==) No Layout section. Using the first Screen section.
    [ 8.001] (==) No screen section available. Using defaults.
    [ 8.001] (**) |-->Screen "Default Screen Section" (0)
    [ 8.001] (**) | |-->Monitor "<default monitor>"
    [ 8.011] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 8.011] (==) Automatically adding devices
    [ 8.011] (==) Automatically enabling devices
    [ 8.011] (==) Automatically adding GPU devices
    [ 8.060] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 8.060] Entry deleted from font path.
    [ 8.060] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 8.060] Entry deleted from font path.
    [ 8.060] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 8.060] Entry deleted from font path.
    [ 8.060] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 8.060] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 8.060] Entry deleted from font path.
    [ 8.060] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 8.060] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 8.060] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 8.060] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 8.069] (II) Loader magic: 0x825b620
    [ 8.069] (II) Module ABI versions:
    [ 8.069] X.Org ANSI C Emulation: 0.4
    [ 8.069] X.Org Video Driver: 14.1
    [ 8.069] X.Org XInput driver : 19.1
    [ 8.069] X.Org Server Extension : 7.0
    [ 8.069] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 8.072] (--) PCI:*(0:0:13:0) 10de:03d0:1019:2601 rev 162, Mem @ 0xfb000000/16777216, 0xe0000000/268435456, 0xfc000000/16777216, BIOS @ 0x????????/131072
    [ 8.073] Initializing built-in extension Generic Event Extension
    [ 8.073] Initializing built-in extension SHAPE
    [ 8.073] Initializing built-in extension MIT-SHM
    [ 8.073] Initializing built-in extension XInputExtension
    [ 8.073] Initializing built-in extension XTEST
    [ 8.073] Initializing built-in extension BIG-REQUESTS
    [ 8.073] Initializing built-in extension SYNC
    [ 8.073] Initializing built-in extension XKEYBOARD
    [ 8.073] Initializing built-in extension XC-MISC
    [ 8.073] Initializing built-in extension SECURITY
    [ 8.073] Initializing built-in extension XINERAMA
    [ 8.073] Initializing built-in extension XFIXES
    [ 8.073] Initializing built-in extension RENDER
    [ 8.073] Initializing built-in extension RANDR
    [ 8.073] Initializing built-in extension COMPOSITE
    [ 8.073] Initializing built-in extension DAMAGE
    [ 8.073] Initializing built-in extension MIT-SCREEN-SAVER
    [ 8.073] Initializing built-in extension DOUBLE-BUFFER
    [ 8.073] Initializing built-in extension RECORD
    [ 8.073] Initializing built-in extension DPMS
    [ 8.073] Initializing built-in extension X-Resource
    [ 8.073] Initializing built-in extension XVideo
    [ 8.073] Initializing built-in extension XVideo-MotionCompensation
    [ 8.073] Initializing built-in extension XFree86-VidModeExtension
    [ 8.073] Initializing built-in extension XFree86-DGA
    [ 8.073] Initializing built-in extension XFree86-DRI
    [ 8.073] Initializing built-in extension DRI2
    [ 8.073] (II) LoadModule: "glx"
    [ 8.099] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 8.133] (II) Module glx: vendor="X.Org Foundation"
    [ 8.133] compiled for 1.14.0, module version = 1.0.0
    [ 8.133] ABI class: X.Org Server Extension, version 7.0
    [ 8.133] (==) AIGLX enabled
    [ 8.134] Loading extension GLX
    [ 8.134] (==) Matched nouveau as autoconfigured driver 0
    [ 8.134] (==) Matched nvidia as autoconfigured driver 1
    [ 8.134] (==) Matched nv as autoconfigured driver 2
    [ 8.134] (==) Matched nouveau as autoconfigured driver 3
    [ 8.134] (==) Matched nvidia as autoconfigured driver 4
    [ 8.134] (==) Matched nv as autoconfigured driver 5
    [ 8.134] (==) Matched vesa as autoconfigured driver 6
    [ 8.134] (==) Matched modesetting as autoconfigured driver 7
    [ 8.134] (==) Matched fbdev as autoconfigured driver 8
    [ 8.134] (==) Assigned the driver to the xf86ConfigLayout
    [ 8.134] (II) LoadModule: "nouveau"
    [ 8.134] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 8.154] (II) Module nouveau: vendor="X.Org Foundation"
    [ 8.154] compiled for 1.14.0, module version = 1.0.6
    [ 8.154] Module class: X.Org Video Driver
    [ 8.154] ABI class: X.Org Video Driver, version 14.1
    [ 8.154] (II) LoadModule: "nvidia"
    [ 8.155] (WW) Warning, couldn't open module nvidia
    [ 8.155] (II) UnloadModule: "nvidia"
    [ 8.155] (II) Unloading nvidia
    [ 8.155] (EE) Failed to load module "nvidia" (module does not exist, 0)
    [ 8.155] (II) LoadModule: "nv"
    [ 8.155] (WW) Warning, couldn't open module nv
    [ 8.155] (II) UnloadModule: "nv"
    [ 8.155] (II) Unloading nv
    [ 8.155] (EE) Failed to load module "nv" (module does not exist, 0)
    [ 8.155] (II) LoadModule: "vesa"
    [ 8.156] (WW) Warning, couldn't open module vesa
    [ 8.156] (II) UnloadModule: "vesa"
    [ 8.156] (II) Unloading vesa
    [ 8.156] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 8.156] (II) LoadModule: "modesetting"
    [ 8.156] (WW) Warning, couldn't open module modesetting
    [ 8.156] (II) UnloadModule: "modesetting"
    [ 8.156] (II) Unloading modesetting
    [ 8.157] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 8.157] (II) LoadModule: "fbdev"
    [ 8.157] (WW) Warning, couldn't open module fbdev
    [ 8.157] (II) UnloadModule: "fbdev"
    [ 8.157] (II) Unloading fbdev
    [ 8.157] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 8.157] (II) NOUVEAU driver
    [ 8.157] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 8.157] RIVA TNT (NV04)
    [ 8.157] RIVA TNT2 (NV05)
    [ 8.157] GeForce 256 (NV10)
    [ 8.157] GeForce 2 (NV11, NV15)
    [ 8.157] GeForce 4MX (NV17, NV18)
    [ 8.157] GeForce 3 (NV20)
    [ 8.158] GeForce 4Ti (NV25, NV28)
    [ 8.158] GeForce FX (NV3x)
    [ 8.158] GeForce 6 (NV4x)
    [ 8.158] GeForce 7 (G7x)
    [ 8.158] GeForce 8 (G8x)
    [ 8.158] GeForce GTX 200 (NVA0)
    [ 8.158] GeForce GTX 400 (NVC0)
    [ 8.158] (++) using VT number 7
    [ 8.175] (II) [drm] nouveau interface version: 1.1.0
    [ 8.175] (II) Loading sub module "dri"
    [ 8.175] (II) LoadModule: "dri"
    [ 8.175] (II) Module "dri" already built-in
    [ 8.175] (II) NOUVEAU(0): Loaded DRI module
    [ 8.175] (--) NOUVEAU(0): Chipset: "NVIDIA NV4c"
    [ 8.175] (II) NOUVEAU(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 8.175] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
    [ 8.175] (==) NOUVEAU(0): RGB weight 888
    [ 8.175] (==) NOUVEAU(0): Default visual is TrueColor
    [ 8.175] (==) NOUVEAU(0): Using HW cursor
    [ 8.175] (==) NOUVEAU(0): GLX sync to VBlank disabled.
    [ 8.175] (==) NOUVEAU(0): Page flipping enabled
    [ 8.175] (==) NOUVEAU(0): Swap limit set to 2 [Max allowed 2]
    [ 8.208] (II) NOUVEAU(0): Output VGA-1 has no monitor section
    [ 8.244] (II) NOUVEAU(0): EDID for output VGA-1
    [ 8.244] (II) NOUVEAU(0): Manufacturer: ACR Model: ada8 Serial#: 1937803344
    [ 8.244] (II) NOUVEAU(0): Year: 2007 Week: 38
    [ 8.244] (II) NOUVEAU(0): EDID Version: 1.3
    [ 8.244] (II) NOUVEAU(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    [ 8.244] (II) NOUVEAU(0): Sync: Separate Composite
    [ 8.244] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 37 vert.: 23
    [ 8.245] (II) NOUVEAU(0): Gamma: 2.20
    [ 8.245] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    [ 8.245] (II) NOUVEAU(0): Default color space is primary color space
    [ 8.245] (II) NOUVEAU(0): First detailed timing is preferred mode
    [ 8.245] (II) NOUVEAU(0): redX: 0.590 redY: 0.349 greenX: 0.328 greenY: 0.547
    [ 8.245] (II) NOUVEAU(0): blueX: 0.155 blueY: 0.138 whiteX: 0.313 whiteY: 0.329
    [ 8.245] (II) NOUVEAU(0): Supported established timings:
    [ 8.245] (II) NOUVEAU(0): 720x400@70Hz
    [ 8.245] (II) NOUVEAU(0): 640x480@60Hz
    [ 8.245] (II) NOUVEAU(0): 640x480@67Hz
    [ 8.245] (II) NOUVEAU(0): 640x480@72Hz
    [ 8.245] (II) NOUVEAU(0): 640x480@75Hz
    [ 8.245] (II) NOUVEAU(0): 800x600@56Hz
    [ 8.245] (II) NOUVEAU(0): 800x600@60Hz
    [ 8.245] (II) NOUVEAU(0): 800x600@72Hz
    [ 8.245] (II) NOUVEAU(0): 800x600@75Hz
    [ 8.245] (II) NOUVEAU(0): 832x624@75Hz
    [ 8.245] (II) NOUVEAU(0): 1024x768@60Hz
    [ 8.245] (II) NOUVEAU(0): 1024x768@70Hz
    [ 8.245] (II) NOUVEAU(0): 1024x768@75Hz
    [ 8.245] (II) NOUVEAU(0): 1152x864@75Hz
    [ 8.245] (II) NOUVEAU(0): Manufacturer's mask: 0
    [ 8.245] (II) NOUVEAU(0): Supported standard timings:
    [ 8.245] (II) NOUVEAU(0): #0: hsize: 1280 vsize 720 refresh: 60 vid: 49281
    [ 8.245] (II) NOUVEAU(0): #1: hsize: 1280 vsize 800 refresh: 75 vid: 3969
    [ 8.245] (II) NOUVEAU(0): #2: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 8.245] (II) NOUVEAU(0): #3: hsize: 1440 vsize 900 refresh: 75 vid: 3989
    [ 8.245] (II) NOUVEAU(0): Supported detailed timing:
    [ 8.245] (II) NOUVEAU(0): clock: 106.5 MHz Image Size: 367 x 229 mm
    [ 8.245] (II) NOUVEAU(0): h_active: 1440 h_sync: 1520 h_sync_end 1672 h_blank_end 1904 h_border: 0
    [ 8.245] (II) NOUVEAU(0): v_active: 900 v_sync: 903 v_sync_end 909 v_blanking: 934 v_border: 0
    [ 8.245] (II) NOUVEAU(0): Ranges: V min: 56 V max: 76 Hz, H min: 31 H max: 83 kHz, PixClock max 215 MHz
    [ 8.245] (II) NOUVEAU(0): Monitor name: Acer AL1716W
    [ 8.245] (II) NOUVEAU(0): Serial No: LA8040344303
    [ 8.245] (II) NOUVEAU(0): EDID (in hex):
    [ 8.245] (II) NOUVEAU(0): 00ffffffffffff000472a8ad50888073
    [ 8.245] (II) NOUVEAU(0): 261101036c251778ee10d59759548c27
    [ 8.246] (II) NOUVEAU(0): 235054bfee8081c0810f9500950f0101
    [ 8.246] (II) NOUVEAU(0): 0101010101019a29a0d0518422305098
    [ 8.246] (II) NOUVEAU(0): 36006fe510000006000000fd00384c1f
    [ 8.246] (II) NOUVEAU(0): 5315000a202020202020000000fc0041
    [ 8.246] (II) NOUVEAU(0): 63657220414c31373136570a000000ff
    [ 8.246] (II) NOUVEAU(0): 004c41383034303334343330330a00aa
    [ 8.246] (II) NOUVEAU(0): Printing probed modes for output VGA-1
    [ 8.246] (II) NOUVEAU(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 +hsync +vsync (55.9 kHz eP)
    [ 8.246] (II) NOUVEAU(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "1280x800"x74.9 106.50 1280 1360 1488 1696 800 803 809 838 -hsync +vsync (62.8 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "1280x720"x60.0 74.44 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.7 kHz)
    [ 8.246] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 8.246] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752

    I got again a total system freeze today when I wanted to launch firefox using only the openbox menu, without wbar running.
    So I decided to try now the 'nouveau.noaccel=1' kernel command line parameter, and to use again wbar for my frequently used applis.
    In the Xorg log, the differences are:
    without 'nouveau.noaccel=1'
    [ 30.761] (II) UnloadModule: "nv"
    [ 30.761] (II) Unloading nv
    [ 30.761] (--) Depth 24 pixmap format is 32 bpp
    [ 30.762] (II) NOUVEAU(0): Opened GPU channel 0
    [ 30.765] (II) NOUVEAU(0): [DRI2] Setup complete
    [ 30.765] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau
    [ 30.765] (II) NOUVEAU(0): [DRI2] VDPAU driver: nouveau
    [ 30.776] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 30.777] (II) EXA(0): Driver registered support for the following operations:
    [ 30.777] (II) Solid
    [ 30.777] (II) Copy
    [ 30.777] (II) Composite (RENDER acceleration)
    [ 30.777] (II) UploadToScreen
    [ 30.777] (II) DownloadFromScreen
    [ 30.777] (==) NOUVEAU(0): Backing store disabled
    [ 30.777] (==) NOUVEAU(0): Silken mouse enabled
    with 'nouveau.noaccel=1'
    [ 1191.621] (II) UnloadModule: "nv"
    [ 1191.621] (II) Unloading nv
    [ 1191.621] (--) Depth 24 pixmap format is 32 bpp
    [ 1191.621] (EE) NOUVEAU(0): Error creating GPU channel: -19
    [ 1191.621] (EE) NOUVEAU(0): Error initialising acceleration. Falling back to NoAccel
    [ 1191.621] (==) NOUVEAU(0): Backing store disabled
    [ 1191.621] (==) NOUVEAU(0): Silken mouse enabled
    [ 1191.621] (==) NOUVEAU(0): DPMS enabled
    So now 3D acceleration is disabled.
    I will see now if the system is stable enough for my daily usage and gives satisfactory performances.
    I am almost sure that the mesa nouveau dri driver is the cause of the freezes.
    Last edited by berbae (2013-03-27 10:07:42)

  • Unavoidable system freezes when playing games

    Hi all,
    I recently switched from Windows to Arch Linux for good and it's been an enjoyable experience so far. My only problem is system freezes that sometimes occur when putting load on the system.
    Mostly I'm having the problem that games I'm playing will inevitably freeze at some point, might be 5 minutes after launching them, might be 2h. It isn't exclusive to games though, once or twice Chrome crashed when having a couple of tabs open and opening another YouTube tab or something like that.
    Here's how it happens:
    - My frame rate (in games) drops over a couple of seconds until I only see a slide show, then it's only a matter of seconds until the system (X?) freezes completely.
    - simultaneously the sound begins to stutter and stops as well
    - if I see it coming and manage to Alt+F4 out of the game it goes back to running normally, otherwise it freezes completely and my only option is to reboot or Alt+SysRq+R, Alt+SysRq+E which brings me back to my login manager.
    About my system:
    - latest Arch, upgraded a couple of times which didn't change anything
    - Intel i5 CPU, Nvidia GPU with proprietary drivers
    - Openbox as WM, no DE, but I had the same problem with GNOME and KDE before as well
    Games I played on this system (and all crashed):
    - CS:GO, Prison Architect, WoW on Wine
    If someone could give me any hints how I could go about diagnosing/removing this problem I would be very grateful!
    P.S. I didn't have any problems like this at all on Windows (7)

    Dec 04 18:48:39 archie dbus[239]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
    Dec 04 19:08:33 archie kernel: SysRq : Keyboard mode set to system default
    Dec 04 19:08:36 archie kernel: SysRq : Terminate All Tasks
    Dec 04 19:08:36 archie systemd-journal[155]: Journal stopped
    Dec 04 19:08:36 archie systemd-journal[9737]: Permanent journal is using 232.0M (max allowed 4.0G, trying to leave 4.0G free of 63.2G available → current limit 4.0G).
    Dec 04 19:08:36 archie systemd-journald[155]: Received SIGTERM.
    Dec 04 19:08:36 archie systemd-journal[9737]: Journal started
    Dec 04 19:08:36 archie dhcpcd[299]: received signal TERM from PID 0, stopping
    Dec 04 19:08:36 archie dhcpcd[299]: enp2s0: removing interface
    Dec 04 19:08:36 archie dhcpcd[299]: exited
    Dec 04 19:08:36 archie lightdm[5302]: pam_unix(lightdm:session): session closed for user ricardo
    Dec 04 19:08:36 archie dhcpcd[9725]: dhcpcd not running
    Dec 04 19:08:36 archie lightdm[5302]: pam_systemd(lightdm:session): Failed to release session: Connection reset by peer
    Dec 04 19:08:36 archie pulseaudio[5357]: Unable to read or parse data from client.
    Dec 04 19:08:36 archie pulseaudio[5357]: PulseAudio information vanished from X11!
    Dec 04 19:08:36 archie systemd[272]: Stopping Default.
    Dec 04 19:08:36 archie systemd[5316]: Stopping Default.
    Dec 04 19:08:36 archie systemd[272]: Stopped target Default.
    Dec 04 19:08:36 archie systemd[5316]: Stopped target Default.
    Dec 04 19:08:36 archie systemd[272]: Stopping Basic System.
    Dec 04 19:08:36 archie systemd[5316]: Stopping Basic System.
    Dec 04 19:08:36 archie systemd[272]: Stopped target Basic System.
    Thanks for the hint, didn't know the journal yet. Just had another crash. The journal unfortunately doesn't seem to show anything fruitful concerning the crash. (which occured between the first two entries)

  • Starcraft 2 freezes when loading.

    I have had starcraft for a few months now and it has not given me any trouble. But for some reason, this morning it freezes whenever run with wine. I played it yesterday, did not update anything, and it worked fine.
    I then updated all of my software, but the problem persisted. I also removed all configuration problems, and SC still freezes when it runs.
    The freeze occurs right after the game loading screen, and before the user login window is displayed. When SC freezes, one of my cores is stuck at 100% usage.
    I'm running Arch 64 bit, have an NVIDIA 9600M GT graphics card, all of my drivers and software are recent.
    I am particularly confused by this since I literally did nothing to my system before SC started freezing. Below is the output from wine.
    err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm": libmpg123.so.0: cannot open shared object file: No such file or directory
    fixme:process:GetLogicalProcessorInformation (0x33fa5c,0x33fd5c): stub
    fixme:hnetcfg:fw_profile_get_FirewallEnabled 0x138970, 0x440f0e8
    fixme:process:GetProcessWorkingSetSize (0xffffffff,0x440ed78,0x440ed7c): stub
    fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
    fixme:win:EnumDisplayDevicesW ((null),0,0x440ea08,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x440e90c,0x00000000), stub!
    fixme:d3d:debug_d3dformat Unrecognized 0x36314644 (as fourcc: DF16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314644) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36314644 (as fourcc: DF16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314644) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x34324644 (as fourcc: DF24) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x34324644) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x34324644 (as fourcc: DF24) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x34324644) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x4c4c554e (as fourcc: NULL) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x4c4c554e) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x4c4c554e (as fourcc: NULL) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x4c4c554e) in the format lookup table
    fixme:win:EnumDisplayDevicesW ((null),0,0x440e7e0,0x00000000), stub!
    fixme:d3d:swapchain_init Add OpenGL context recreation support to context_validate_onscreen_formats
    fixme:win:EnumDisplayDevicesW ((null),0,0x440e7b8,0x00000000), stub!
    fixme:thread:SetThreadIdealProcessor (0xfffffffe): stub
    fixme:avrt:AvSetMmThreadCharacteristicsW (L"Audio",0x825ea38): stub
    fixme:msctf:ThreadMgrSource_AdviseSink (0x78713a8) Unhandled Sink: {71c6e74e-0f28-11d8-a82a-00065b84435c}
    fixme:winhttp:WinHttpGetIEProxyConfigForCurrentUser returning no proxy used
    fixme:d3d9:Direct3DShaderValidatorCreate9 stub
    fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
    err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
    err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
    err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
    fixme:avrt:AvSetMmThreadCharacteristicsW (L"Audio",0xe32ea38): stub
    err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
    err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
    err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
    fixme:avrt:AvSetMmThreadCharacteristicsW (L"Audio",0xe32ea38): stub
    err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
    err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
    err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
    fixme:avrt:AvSetMmThreadCharacteristicsW (L"Audio",0xe62ea38): stub
    fixme:avrt:AvSetMmThreadCharacteristicsW (L"Audio",0xe96ea2c): stub
    fixme:d3d:debug_d3dformat Unrecognized 0x36314c41 (as fourcc: AL16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc: R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36314c41 (as fourcc: AL16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc: R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36314c41 (as fourcc: AL16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc: R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36314c41 (as fourcc: AL16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc: R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36314c41 (as fourcc: AL16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc: R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36314c41 (as fourcc: AL16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc: R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36314c41 (as fourcc: AL16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc: R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36314c41 (as fourcc: AL16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc: R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36314c41 (as fourcc: AL16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc: R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36314c41 (as fourcc: AL16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc: R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36314c41 (as fourcc: AL16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc: R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36314c41 (as fourcc: AL16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc: R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36314c41 (as fourcc: AL16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc: R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36314c41 (as fourcc: AL16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc: R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:win:EnumDisplayDevicesW ((null),0,0x44072a4,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x4407578,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x4407568,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x44072fc,0x00000000), stub!
    fixme:avrt:AvSetMmThreadCharacteristicsW (L"Audio",0x211aea38): stub
    fixme:mmdevapi:AEV_GetMute stub
    fixme:winhttp:WinHttpGetIEProxyConfigForCurrentUser returning no proxy used
    fixme:imm:ImmReleaseContext (0x40054, 0x13eb30): stub
    Last edited by wakkadojo (2010-10-20 18:13:37)

    I am having this exact same issue on ubuntu. I'm running wine-1.3.5 which version are you using?
    Also, a friend of mine had a similar issue under windows where the game would freeze before displaying the login screen. Seems it was the Defense+ system. Now this does not make sense for wine but what it does seem is that if the socket create / bind operation halts the game locks up. If the problem is similar someone did something to wine's networking.
    I'm also getting an error about internal dll mmdevaip.dll not loading. If I remember correctly that needs to be disabled in your wine config. I checked this and attempted setting then unsettling it to no effect.
    Edit: Running starcraft with winedbg Starcraft\ II.exe command line seems to work. Once you have done this once starcraft works with normal wine. I have no idea why but it worked for me.
    NOTE: once winedbg starts you will need to type cont then hit enter. Once you get to the login screen exit and run starcraft normally.
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc:  R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36314c41 (as fourcc: AL16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc:  R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36314c41 (as fourcc: AL16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc:  R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36314c41 (as fourcc: AL16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc:  R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:win:EnumDisplayDevicesW ((null),0,0x44072a4,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x4407578,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x4407568,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x44072fc,0x00000000), stub!
    err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"mmdevapi.dll"
    err:ole:create_server class {bcde0395-e52f-467c-8e3d-c4579291692e} not registered
    fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
    err:ole:CoGetClassObject no class object {bcde0395-e52f-467c-8e3d-c4579291692e} could be created for context 0x17
    fixme:winhttp:WinHttpGetIEProxyConfigForCurrentUser returning no proxy used
    fixme:imm:ImmReleaseContext (0x50054, 0x1476a8): stub
    fixme:d3d_surface:IWineD3DVolumeImpl_Map (0x981ae88) : pBox=(nil) stub
    Last edited by harkin (2010-10-20 21:15:28)

Maybe you are looking for