Boot panic after installation

I have intsalled Solaris 10 at x86 system today and after reboot i have:
Boot panic: trap type e, error 0 at 1410b5
cr0 80000011, cr2: 4. cr3: 1a3000
eax: 2, ebx 0, ecx: 0, edx: 5003f
esi: 1bd490, edi: 1, ebp: 50016, esp: 4fffe
cs: 10, eip: 1410b5, ds: 75cf0000, es: ffd0000
Entering boot debugger:
What's wrong and how can i determine where i have errors?

Hi segmantal and Benedict_White.
I have been finally able to diagnose and repair the problem: the right driver is there (sata_nv), but there is a bug/deficiency in the sata_nv driver with kernels 2.6.8+ for NForce3 250 chipsets (e.g., in my Shuttle SN95G5). This has been reported as a bug in some other distributions (e.g., Red Hat) and at the OSDL bug web site. There is a proposed code repair/kernel compilation fix (which I have tried successfully).
This sata_nv driver worked properly with earlier kernels (and I as able to boot with DevFS and udev and all relevant modules with kernel 2.6.7). But things went to pieces when I upgraded to 2.6.8 or 2.6.9. The Red Hat and OSDL bug reports coincide precisely with what I'd been experiencing.
I have submitted this bug with background material to the Arch bug site and you can find the gory details there if you're so inclined.
Regards,
Win

Similar Messages

  • Windows xp will not boot up after installation of desktop software 4.3.

    windows xp will not boot up after installation of desktop software 4.3.  Where do I start to get my p.c. going again ???

    I get the message that a recent hardware or software change might have caused this.
    The computer does not boot up in safe mode or last known good configuration.
    I'm glad you think the software has nothing to do with it, but perhaps you can also explain why this problem started as soon as I downloaded the desktop software and tried to restart the computer.

  • [SOLVED]Can't boot Arch after installation-grub use wrong uuid in bios

    Hello I would like to ask for Your help and say hello. I'm new here.
    I have one big problem with Arch. Can't boot it after base installation. The same problem with Arch, that was mentioned in this topic:
    https://bbs.archlinux.org/viewtopic.php … 7#p1294597
    I have the same problem and the same error:
    No such Device: ad4103fa-d940-47ca-8506-301d8071d467.
    Loading Linux core repo kernel ...
    error: no such partition.
    Loading initial ramdisk ...
    error: you need to load the kernel first.
    Press any key to continue..._
    I'm new here, and with Arch, could you explain me how to fix it? I tried the solution given in the link above, several times but with each time i have errors and warnings from the post 1 in mentioned topic. I installed my Arch from usb thumb drive. Maybe this is something to do with it? Also, my hard drive that Arch is installed on is being connected to a "raid card" named Adaptec, but during installation my disk is being found so i think that drivers is present and works ok, so it is not related to this, also there is no raid present, i use it only as a mean to connect to motherboard because there is not enough sata port, and because:
    https://bugs.archlinux.org/task/35626
    he wrote that this error is also on virtualbox, so it is not my fault and Adaptec related issue.
    I haven't tried this yet:
    Sotanaht,
    I had the exact same problem as you, but I was able to fix it by replacing the bad grub.cfg file with the grub.conf file found in the same directory. If you try this do not forget to back up your original file (just in-case smile)
    because i don't know much about it, don't want to destroy data on my hard disks or to destroy my other distros (i use Ubuntu with derrativates such as Mint, Kubntu, Lubuntu, Xubuntu, and Slackware 13.37 and 14.00).
    If you could explain it in details i would be really happy.
    I could post something about my setup, please write what. My computer is:
    -AMD X4 PII 955 runinng at 3.2GHz
    -4GB DDR2 runinng at base clock (800 if i remember correctly)
    -about 7 hard drive disk connected to a sata ports, one adaptec drive that i mentioned above and one dvd-rom
    -nvidia GTX260
    -850W PSU Chieftec
    Last edited by firekage (2013-07-02 08:11:29)

    Yes, of course. I did it several times with
    grub-mkconfig -o /boot/grub/grub.cfg
    and the result is always the same - Error posted above.
    Here is my grub.cfg file:
    # 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
    set default="0"
    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_msdos
    insmod ext2
    set root='hd0,msdos5'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 ad4103fa-d940-47ca-8506-301d8071d467
    else
    search --no-floppy --fs-uuid --set=root ad4103fa-d940-47ca-8506-301d8071d467
    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=en_US
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    set timeout=5
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch Linux, with Linux core repo kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-true-ad4103fa-d940-47ca-8506-301d8071d467' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos5'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 ad4103fa-d940-47ca-8506-301d8071d467
    else
    search --no-floppy --fs-uuid --set=root ad4103fa-d940-47ca-8506-301d8071d467
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /boot/vmlinuz-linux root=UUID=ad4103fa-d940-47ca-8506-301d8071d467 ro quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux.img
    menuentry 'Arch Linux, with Linux core repo kernel (Fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-fallback-ad4103fa-d940-47ca-8506-301d8071d467' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos5'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 ad4103fa-d940-47ca-8506-301d8071d467
    else
    search --no-floppy --fs-uuid --set=root ad4103fa-d940-47ca-8506-301d8071d467
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /boot/vmlinuz-linux root=UUID=ad4103fa-d940-47ca-8506-301d8071d467 ro quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/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/20_memtest86+ ###
    ### END /etc/grub.d/20_memtest86+ ###
    ### 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 ###
    It is wrong, the root partition is different than in this, we can see that this grub leads to wrong root partition, i posted my root partition at the bottom from /etc/fstab. I don't know how to fix it - i'm not familiar with the dos names (hd 0,5 and so on).
    Here is my /etc/fstab:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # /dev/sdb2
    UUID=59603166-5d8a-4aaf-81f7-5a822fd630e5 / ext4 rw,relatime,data=ordered 0 1
    # /dev/sdb1
    UUID=20028674-d7e8-4bf4-8551-64f133641962 none swap defaults 0 0
    (END)
    Last edited by firekage (2013-07-01 06:26:59)

  • Help!! Kernel panics after installation!!

    Hi,
    I am new to Arch Linux (migrating from Fedora). I am having some problems with the installation on my Sony VAIO CW (C2D, Nvidia GT230M). At first I couldn't get past the installation of X in the Beginner's guide, but after some tweaking with conf files I finally got it to work. But after reboot, kernel panic occured. This started happening intermittently from there onwards. Then I tried to install GNOME which failed miserably as in it panics and crashes everytime system starts.
    Then I tried KDE and things are much better compared to GNOME. The problem is whenever I try logging into a new KDE session, kernel panics. Only KDE Failsafe mode works (with sound). I honestly dont know what to do as I have no idea why the problem is occuring also. I plan to stay with Arch, as nouveau works much better than it used to in Fedora (3d support). Can anybody help with this issue?
    Linux myhost 2.6.36-ARCH #1 SMP PREEMPT Wed Nov 24 00:39:57 CET 2010 x86_64 Intel(R) Core(TM)2 Duo CPU P8700 @ 2.53GHz GenuineIntel GNU/Linux
    10-nouveau.conf
    Section "Device"
    Identifier "n"
    Driver "nouveau"
    EndSection
    Xorg.0.log
    [ 50.605]
    X.Org X Server 1.9.2
    Release Date: 2010-10-30
    [ 50.605] X Protocol Version 11, Revision 0
    [ 50.605] Build Operating System: Linux 2.6.35-ARCH x86_64
    [ 50.605] Current Operating System: Linux myhost 2.6.36-ARCH #1 SMP PREEMPT Wed Nov 24 00:39:57 CET 2010 x86_64
    [ 50.605] Kernel command line: root=/dev/sda5 ro
    [ 50.605] Build Date: 01 November 2010 10:29:19PM
    [ 50.605]
    [ 50.605] Current version of pixman: 0.20.0
    [ 50.605] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 50.605] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 50.605] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Nov 28 01:33:51 2010
    [ 50.606] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 50.617] (==) No Layout section. Using the first Screen section.
    [ 50.617] (==) No screen section available. Using defaults.
    [ 50.617] (**) |-->Screen "Default Screen Section" (0)
    [ 50.617] (**) | |-->Monitor "<default monitor>"
    [ 50.617] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 50.617] (**) | |-->Device "n"
    [ 50.617] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 50.617] (==) Automatically adding devices
    [ 50.617] (==) Automatically enabling devices
    [ 50.618] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 50.618] Entry deleted from font path.
    [ 50.618] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 50.618] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 50.618] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 50.618] (II) Loader magic: 0x7d3360
    [ 50.618] (II) Module ABI versions:
    [ 50.618] X.Org ANSI C Emulation: 0.4
    [ 50.618] X.Org Video Driver: 8.0
    [ 50.618] X.Org XInput driver : 11.0
    [ 50.618] X.Org Server Extension : 4.0
    [ 50.619] (--) PCI:*(0:1:0:0) 10de:0a2a:104d:905e rev 162, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
    [ 50.619] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 50.619] (II) LoadModule: "extmod"
    [ 50.620] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 50.629] (II) Module extmod: vendor="X.Org Foundation"
    [ 50.629] compiled for 1.9.2, module version = 1.0.0
    [ 50.629] Module class: X.Org Server Extension
    [ 50.629] ABI class: X.Org Server Extension, version 4.0
    [ 50.629] (II) Loading extension MIT-SCREEN-SAVER
    [ 50.629] (II) Loading extension XFree86-VidModeExtension
    [ 50.629] (II) Loading extension XFree86-DGA
    [ 50.629] (II) Loading extension DPMS
    [ 50.629] (II) Loading extension XVideo
    [ 50.629] (II) Loading extension XVideo-MotionCompensation
    [ 50.629] (II) Loading extension X-Resource
    [ 50.629] (II) LoadModule: "dbe"
    [ 50.630] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 50.637] (II) Module dbe: vendor="X.Org Foundation"
    [ 50.637] compiled for 1.9.2, module version = 1.0.0
    [ 50.637] Module class: X.Org Server Extension
    [ 50.637] ABI class: X.Org Server Extension, version 4.0
    [ 50.637] (II) Loading extension DOUBLE-BUFFER
    [ 50.637] (II) LoadModule: "glx"
    [ 50.637] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 50.650] (II) Module glx: vendor="X.Org Foundation"
    [ 50.650] compiled for 1.9.2, module version = 1.0.0
    [ 50.650] ABI class: X.Org Server Extension, version 4.0
    [ 50.650] (==) AIGLX enabled
    [ 50.650] (II) Loading extension GLX
    [ 50.651] (II) LoadModule: "record"
    [ 50.651] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 50.652] (II) Module record: vendor="X.Org Foundation"
    [ 50.652] compiled for 1.9.2, module version = 1.13.0
    [ 50.652] Module class: X.Org Server Extension
    [ 50.652] ABI class: X.Org Server Extension, version 4.0
    [ 50.652] (II) Loading extension RECORD
    [ 50.652] (II) LoadModule: "dri"
    [ 50.652] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 50.661] (II) Module dri: vendor="X.Org Foundation"
    [ 50.661] compiled for 1.9.2, module version = 1.0.0
    [ 50.661] ABI class: X.Org Server Extension, version 4.0
    [ 50.661] (II) Loading extension XFree86-DRI
    [ 50.661] (II) LoadModule: "dri2"
    [ 50.661] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 50.662] (II) Module dri2: vendor="X.Org Foundation"
    [ 50.662] compiled for 1.9.2, module version = 1.2.0
    [ 50.662] ABI class: X.Org Server Extension, version 4.0
    [ 50.662] (II) Loading extension DRI2
    [ 50.662] (II) LoadModule: "nouveau"
    [ 50.662] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 50.675] (II) Module nouveau: vendor="X.Org Foundation"
    [ 50.675] compiled for 1.9.0, module version = 0.0.16
    [ 50.675] Module class: X.Org Video Driver
    [ 50.675] ABI class: X.Org Video Driver, version 8.0
    [ 50.675] (II) NOUVEAU driver
    [ 50.675] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 50.675] RIVA TNT (NV04)
    [ 50.675] RIVA TNT2 (NV05)
    [ 50.675] GeForce 256 (NV10)
    [ 50.675] GeForce 2 (NV11, NV15)
    [ 50.675] GeForce 4MX (NV17, NV18)
    [ 50.675] GeForce 3 (NV20)
    [ 50.675] GeForce 4Ti (NV25, NV28)
    [ 50.675] GeForce FX (NV3x)
    [ 50.675] GeForce 6 (NV4x)
    [ 50.675] GeForce 7 (G7x)
    [ 50.675] GeForce 8 (G8x)
    [ 50.675] (++) using VT number 7
    [ 50.676] drmOpenDevice: node name is /dev/dri/card0
    [ 50.676] drmOpenDevice: open result is 7, (OK)
    [ 50.676] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    [ 50.676] drmOpenDevice: node name is /dev/dri/card0
    [ 50.676] drmOpenDevice: open result is 7, (OK)
    [ 50.676] drmOpenByBusid: drmOpenMinor returns 7
    [ 50.676] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    [ 50.676] (II) [drm] nouveau interface version: 0.0.16
    [ 50.676] (II) Loading sub module "dri"
    [ 50.676] (II) LoadModule: "dri"
    [ 50.677] (II) Reloading /usr/lib/xorg/modules/extensions/libdri.so
    [ 50.677] (II) NOUVEAU(0): Loaded DRI module
    [ 50.677] drmOpenDevice: node name is /dev/dri/card0
    [ 50.677] drmOpenDevice: open result is 8, (OK)
    [ 50.677] drmOpenDevice: node name is /dev/dri/card0
    [ 50.677] drmOpenDevice: open result is 8, (OK)
    [ 50.677] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    [ 50.677] drmOpenDevice: node name is /dev/dri/card0
    [ 50.677] drmOpenDevice: open result is 8, (OK)
    [ 50.677] drmOpenByBusid: drmOpenMinor returns 8
    [ 50.677] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    [ 50.677] (II) [drm] DRM interface version 1.4
    [ 50.677] (II) [drm] DRM open master succeeded.
    [ 50.677] (--) NOUVEAU(0): Chipset: "NVIDIA NVa5"
    [ 50.677] (II) NOUVEAU(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 50.677] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
    [ 50.677] (==) NOUVEAU(0): RGB weight 888
    [ 50.677] (==) NOUVEAU(0): Default visual is TrueColor
    [ 50.677] (==) NOUVEAU(0): Using HW cursor
    [ 50.696] (II) NOUVEAU(0): Output LVDS-1 has no monitor section
    [ 50.794] (II) NOUVEAU(0): Output VGA-1 has no monitor section
    [ 50.803] (II) NOUVEAU(0): Output HDMI-1 has no monitor section
    [ 50.804] (II) NOUVEAU(0): EDID for output LVDS-1
    [ 50.804] (II) NOUVEAU(0): Manufacturer: SNY Model: 5fa Serial#: 0
    [ 50.804] (II) NOUVEAU(0): Year: 2002 Week: 45
    [ 50.804] (II) NOUVEAU(0): EDID Version: 1.4
    [ 50.804] (II) NOUVEAU(0): Digital Display Input
    [ 50.804] (II) NOUVEAU(0): 6 bits per channel
    [ 50.804] (II) NOUVEAU(0): Digital interface is undefined
    [ 50.804] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 31 vert.: 17
    [ 50.804] (II) NOUVEAU(0): Gamma: 1.00
    [ 50.804] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off
    [ 50.804] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 50.804] (II) NOUVEAU(0): First detailed timing is preferred mode
    [ 50.804] (II) NOUVEAU(0): Preferred mode is native pixel format and refresh rate
    [ 50.804] (II) NOUVEAU(0): redX: 0.600 redY: 0.342 greenX: 0.295 greenY: 0.570
    [ 50.804] (II) NOUVEAU(0): blueX: 0.147 blueY: 0.111 whiteX: 0.312 whiteY: 0.328
    [ 50.804] (II) NOUVEAU(0): Manufacturer's mask: 0
    [ 50.804] (II) NOUVEAU(0): Supported detailed timing:
    [ 50.804] (II) NOUVEAU(0): clock: 72.0 MHz Image Size: 309 x 174 mm
    [ 50.804] (II) NOUVEAU(0): h_active: 1366 h_sync: 1424 h_sync_end 1482 h_blank_end 1540 h_border: 0
    [ 50.804] (II) NOUVEAU(0): v_active: 768 v_sync: 772 v_sync_end 776 v_blanking: 780 v_border: 0
    [ 50.804] (II) NOUVEAU(0): Monitor name: Nvidia Defaul
    [ 50.804] (II) NOUVEAU(0): Monitor name: t Flat Panel
    [ 50.804] (II) NOUVEAU(0): Ranges: V min: 0 V max: 61 Hz, H min: 29 H max: 47 kHz, PixClock max 85 MHz
    [ 50.804] (II) NOUVEAU(0): EDID (in hex):
    [ 50.804] (II) NOUVEAU(0): 00ffffffffffff004dd9fa0500000000
    [ 50.804] (II) NOUVEAU(0): 2d0c0104901f1100eaa8e099574b9225
    [ 50.804] (II) NOUVEAU(0): 1c505400000001010101010101010101
    [ 50.804] (II) NOUVEAU(0): 010101010101201c56ae50000c303a3a
    [ 50.804] (II) NOUVEAU(0): 440035ae10000018000000fc004e7669
    [ 50.804] (II) NOUVEAU(0): 6469612044656661756c000000fc0074
    [ 50.804] (II) NOUVEAU(0): 20466c61742050616e656c00000000fd
    [ 50.804] (II) NOUVEAU(0): 00003d1d2f0800002020202020000003
    [ 50.804] (II) NOUVEAU(0): EDID vendor "SNY", prod id 1530
    [ 50.804] (II) NOUVEAU(0): Using EDID range info for horizontal sync
    [ 50.804] (II) NOUVEAU(0): Using EDID range info for vertical refresh
    [ 50.804] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 50.804] (II) NOUVEAU(0): Modeline "1366x768"x0.0 72.00 1366 1424 1482 1540 768 772 776 780 -hsync -vsync (46.8 kHz)
    [ 50.804] (II) NOUVEAU(0): Printing probed modes for output LVDS-1
    [ 50.804] (II) NOUVEAU(0): Modeline "1366x768"x59.9 72.00 1366 1424 1482 1540 768 772 776 780 -hsync -vsync (46.8 kHz)
    [ 50.804] (II) NOUVEAU(0): Modeline "1024x768"x59.9 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync (47.8 kHz)
    [ 50.804] (II) NOUVEAU(0): Modeline "800x600"x59.9 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync (37.4 kHz)
    [ 50.804] (II) NOUVEAU(0): Modeline "640x480"x59.4 23.75 640 664 720 800 480 483 487 500 -hsync +vsync (29.7 kHz)
    [ 50.804] (II) NOUVEAU(0): Modeline "720x400"x59.6 22.25 720 744 808 896 400 403 413 417 -hsync +vsync (24.8 kHz)
    [ 50.804] (II) NOUVEAU(0): Modeline "640x400"x60.0 20.00 640 664 720 800 400 403 409 417 -hsync +vsync (25.0 kHz)
    [ 50.804] (II) NOUVEAU(0): Modeline "640x350"x59.8 17.50 640 664 720 800 350 353 363 366 -hsync +vsync (21.9 kHz)
    [ 50.903] (II) NOUVEAU(0): EDID for output VGA-1
    [ 50.912] (II) NOUVEAU(0): EDID for output HDMI-1
    [ 50.912] (II) NOUVEAU(0): Output LVDS-1 connected
    [ 50.912] (II) NOUVEAU(0): Output VGA-1 disconnected
    [ 50.912] (II) NOUVEAU(0): Output HDMI-1 disconnected
    [ 50.912] (II) NOUVEAU(0): Using exact sizes for initial modes
    [ 50.912] (II) NOUVEAU(0): Output LVDS-1 using initial mode 1366x768
    [ 50.912] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 50.912] (--) NOUVEAU(0): Virtual size is 1366x768 (pitch 1376)
    [ 50.912] (**) NOUVEAU(0): Driver mode "1366x768": 72.0 MHz (scaled from 0.0 MHz), 46.8 kHz, 59.9 Hz
    [ 50.912] (II) NOUVEAU(0): Modeline "1366x768"x59.9 72.00 1366 1424 1482 1540 768 772 776 780 -hsync -vsync (46.8 kHz)
    [ 50.912] (**) NOUVEAU(0): Driver mode "1024x768": 63.5 MHz (scaled from 0.0 MHz), 47.8 kHz, 59.9 Hz
    [ 50.912] (II) NOUVEAU(0): Modeline "1024x768"x59.9 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync (47.8 kHz)
    [ 50.912] (**) NOUVEAU(0): Driver mode "800x600": 38.2 MHz (scaled from 0.0 MHz), 37.4 kHz, 59.9 Hz
    [ 50.912] (II) NOUVEAU(0): Modeline "800x600"x59.9 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync (37.4 kHz)
    [ 50.912] (**) NOUVEAU(0): Driver mode "640x480": 23.8 MHz (scaled from 0.0 MHz), 29.7 kHz, 59.4 Hz
    [ 50.912] (II) NOUVEAU(0): Modeline "640x480"x59.4 23.75 640 664 720 800 480 483 487 500 -hsync +vsync (29.7 kHz)
    [ 50.912] (**) NOUVEAU(0): Driver mode "720x400": 22.2 MHz (scaled from 0.0 MHz), 24.8 kHz, 59.6 Hz
    [ 50.912] (II) NOUVEAU(0): Modeline "720x400"x59.6 22.25 720 744 808 896 400 403 413 417 -hsync +vsync (24.8 kHz)
    [ 50.912] (**) NOUVEAU(0): Driver mode "640x400": 20.0 MHz (scaled from 0.0 MHz), 25.0 kHz, 60.0 Hz
    [ 50.912] (II) NOUVEAU(0): Modeline "640x400"x60.0 20.00 640 664 720 800 400 403 409 417 -hsync +vsync (25.0 kHz)
    [ 50.912] (**) NOUVEAU(0): Driver mode "640x350": 17.5 MHz (scaled from 0.0 MHz), 21.9 kHz, 59.8 Hz
    [ 50.912] (II) NOUVEAU(0): Modeline "640x350"x59.8 17.50 640 664 720 800 350 353 363 366 -hsync +vsync (21.9 kHz)
    [ 50.912] (**) NOUVEAU(0): Display dimensions: (310, 170) mm
    [ 50.912] (**) NOUVEAU(0): DPI set to (111, 114)
    [ 50.912] (II) Loading sub module "wfb"
    [ 50.912] (II) LoadModule: "wfb"
    [ 50.912] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 50.972] (II) Module wfb: vendor="X.Org Foundation"
    [ 50.972] compiled for 1.9.2, module version = 1.0.0
    [ 50.972] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 50.972] (II) Loading sub module "fb"
    [ 50.972] (II) LoadModule: "fb"
    [ 50.972] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 50.992] (II) Module fb: vendor="X.Org Foundation"
    [ 50.992] compiled for 1.9.2, module version = 1.0.0
    [ 50.992] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 50.992] (II) Loading sub module "exa"
    [ 50.992] (II) LoadModule: "exa"
    [ 50.992] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 50.993] (II) Module exa: vendor="X.Org Foundation"
    [ 50.993] compiled for 1.9.2, module version = 2.5.0
    [ 50.993] ABI class: X.Org Video Driver, version 8.0
    [ 50.993] (II) Loading sub module "shadowfb"
    [ 50.993] (II) LoadModule: "shadowfb"
    [ 50.994] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
    [ 50.994] (II) Module shadowfb: vendor="X.Org Foundation"
    [ 50.994] compiled for 1.9.2, module version = 1.0.0
    [ 50.994] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 50.994] (--) Depth 24 pixmap format is 32 bpp
    [ 50.999] (II) NOUVEAU(0): Opened GPU channel 2
    [ 50.999] (II) NOUVEAU(0): [DRI2] Setup complete
    [ 50.999] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau
    [ 50.999] (II) NOUVEAU(0): GART: 512MiB available
    [ 51.001] (II) NOUVEAU(0): GART: Allocated 16MiB as a scratch buffer
    [ 51.027] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 51.027] (II) EXA(0): Driver registered support for the following operations:
    [ 51.027] (II) Solid
    [ 51.027] (II) Copy
    [ 51.027] (II) Composite (RENDER acceleration)
    [ 51.027] (II) UploadToScreen
    [ 51.027] (II) DownloadFromScreen
    [ 51.027] (==) NOUVEAU(0): Backing store disabled
    [ 51.027] (==) NOUVEAU(0): Silken mouse enabled
    [ 51.029] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
    [ 51.029] (II) NOUVEAU(0): [XvMC] Extension initialized.
    [ 51.029] (==) NOUVEAU(0): DPMS enabled
    [ 51.029] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 51.029] (--) RandR disabled
    [ 51.029] (II) Initializing built-in extension Generic Event Extension
    [ 51.029] (II) Initializing built-in extension SHAPE
    [ 51.029] (II) Initializing built-in extension MIT-SHM
    [ 51.029] (II) Initializing built-in extension XInputExtension
    [ 51.029] (II) Initializing built-in extension XTEST
    [ 51.029] (II) Initializing built-in extension BIG-REQUESTS
    [ 51.029] (II) Initializing built-in extension SYNC
    [ 51.029] (II) Initializing built-in extension XKEYBOARD
    [ 51.029] (II) Initializing built-in extension XC-MISC
    [ 51.029] (II) Initializing built-in extension SECURITY
    [ 51.029] (II) Initializing built-in extension XINERAMA
    [ 51.029] (II) Initializing built-in extension XFIXES
    [ 51.029] (II) Initializing built-in extension RENDER
    [ 51.029] (II) Initializing built-in extension RANDR
    [ 51.029] (II) Initializing built-in extension COMPOSITE
    [ 51.029] (II) Initializing built-in extension DAMAGE
    [ 51.225] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 51.225] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 51.225] (II) AIGLX: enabled GLX_SGI_make_current_read
    [ 51.225] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 51.225] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/nouveau_dri.so
    [ 51.225] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 51.227] (II) NOUVEAU(0): NVEnterVT is called.
    [ 51.245] (II) NOUVEAU(0): Setting screen physical size to 361 x 203
    [ 51.245] resize called 1366 768
    [ 51.660] (II) config/udev: Adding input device Sony Vaio Keys (/dev/input/event5)
    [ 51.660] (**) Sony Vaio Keys: Applying InputClass "evdev keyboard catchall"
    [ 51.660] (II) LoadModule: "evdev"
    [ 51.660] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 51.676] (II) Module evdev: vendor="X.Org Foundation"
    [ 51.676] compiled for 1.9.0, module version = 2.5.0
    [ 51.676] Module class: X.Org XInput Driver
    [ 51.676] ABI class: X.Org XInput driver, version 11.0
    [ 51.676] (**) Sony Vaio Keys: always reports core events
    [ 51.676] (**) Sony Vaio Keys: Device: "/dev/input/event5"
    [ 51.700] (--) Sony Vaio Keys: Found keys
    [ 51.700] (II) Sony Vaio Keys: Configuring as keyboard
    [ 51.700] (II) XINPUT: Adding extended input device "Sony Vaio Keys" (type: KEYBOARD)
    [ 51.700] (**) Option "xkb_rules" "evdev"
    [ 51.700] (**) Option "xkb_model" "evdev"
    [ 51.700] (**) Option "xkb_layout" "us"
    [ 51.723] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
    [ 51.723] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 51.723] (**) Video Bus: always reports core events
    [ 51.723] (**) Video Bus: Device: "/dev/input/event4"
    [ 51.726] (--) Video Bus: Found keys
    [ 51.726] (II) Video Bus: Configuring as keyboard
    [ 51.726] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    [ 51.726] (**) Option "xkb_rules" "evdev"
    [ 51.726] (**) Option "xkb_model" "evdev"
    [ 51.726] (**) Option "xkb_layout" "us"
    [ 51.743] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 51.743] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 51.743] (**) Power Button: always reports core events
    [ 51.743] (**) Power Button: Device: "/dev/input/event2"
    [ 51.756] (--) Power Button: Found keys
    [ 51.756] (II) Power Button: Configuring as keyboard
    [ 51.756] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 51.756] (**) Option "xkb_rules" "evdev"
    [ 51.756] (**) Option "xkb_model" "evdev"
    [ 51.756] (**) Option "xkb_layout" "us"
    [ 51.757] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 51.757] (II) No input driver/identifier specified (ignoring)
    [ 51.760] (II) config/udev: Adding input device UVC Camera (05ca:18b5) (/dev/input/event7)
    [ 51.760] (**) UVC Camera (05ca:18b5): Applying InputClass "evdev keyboard catchall"
    [ 51.760] (**) UVC Camera (05ca:18b5): always reports core events
    [ 51.760] (**) UVC Camera (05ca:18b5): Device: "/dev/input/event7"
    [ 51.783] (--) UVC Camera (05ca:18b5): Found keys
    [ 51.783] (II) UVC Camera (05ca:18b5): Configuring as keyboard
    [ 51.783] (II) XINPUT: Adding extended input device "UVC Camera (05ca:18b5)" (type: KEYBOARD)
    [ 51.783] (**) Option "xkb_rules" "evdev"
    [ 51.783] (**) Option "xkb_model" "evdev"
    [ 51.783] (**) Option "xkb_layout" "us"
    [ 51.784] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
    [ 51.784] (II) No input driver/identifier specified (ignoring)
    [ 51.786] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event10)
    [ 51.786] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
    [ 51.786] (**) Logitech USB Receiver: always reports core events
    [ 51.786] (**) Logitech USB Receiver: Device: "/dev/input/event10"
    [ 51.800] (--) Logitech USB Receiver: Found 20 mouse buttons
    [ 51.800] (--) Logitech USB Receiver: Found scroll wheel(s)
    [ 51.800] (--) Logitech USB Receiver: Found relative axes
    [ 51.800] (--) Logitech USB Receiver: Found x and y relative axes
    [ 51.800] (II) Logitech USB Receiver: Configuring as mouse
    [ 51.800] (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 51.800] (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 51.800] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE)
    [ 51.800] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 51.800] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 51.800] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 51.800] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 51.800] (II) Logitech USB Receiver: initialized for relative axes.
    [ 51.800] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse2)
    [ 51.800] (II) No input driver/identifier specified (ignoring)
    [ 51.801] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event11)
    [ 51.801] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 51.801] (**) Logitech USB Receiver: always reports core events
    [ 51.801] (**) Logitech USB Receiver: Device: "/dev/input/event11"
    [ 51.816] (--) Logitech USB Receiver: Found 1 mouse buttons
    [ 51.816] (--) Logitech USB Receiver: Found scroll wheel(s)
    [ 51.816] (--) Logitech USB Receiver: Found relative axes
    [ 51.816] (--) Logitech USB Receiver: Found absolute axes
    [ 51.816] (--) Logitech USB Receiver: Found keys
    [ 51.816] (II) Logitech USB Receiver: Configuring as mouse
    [ 51.816] (II) Logitech USB Receiver: Configuring as keyboard
    [ 51.816] (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 51.816] (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 51.816] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
    [ 51.816] (**) Option "xkb_rules" "evdev"
    [ 51.816] (**) Option "xkb_model" "evdev"
    [ 51.816] (**) Option "xkb_layout" "us"
    [ 51.816] (EE) Logitech USB Receiver: failed to initialize for relative axes.
    [ 51.817] (II) Logitech USB Receiver: initialized for absolute axes.
    [ 51.821] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 51.821] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 51.821] (**) AT Translated Set 2 keyboard: always reports core events
    [ 51.821] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 51.843] (--) AT Translated Set 2 keyboard: Found keys
    [ 51.843] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 51.843] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 51.843] (**) Option "xkb_rules" "evdev"
    [ 51.843] (**) Option "xkb_model" "evdev"
    [ 51.843] (**) Option "xkb_layout" "us"
    [ 51.843] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event8)
    [ 51.843] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 51.843] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 51.844] (**) SynPS/2 Synaptics TouchPad: Device: "/dev/input/event8"
    [ 51.856] (--) SynPS/2 Synaptics TouchPad: Found 3 mouse buttons
    [ 51.856] (--) SynPS/2 Synaptics TouchPad: Found absolute axes
    [ 51.856] (--) SynPS/2 Synaptics TouchPad: Found x and y absolute axes
    [ 51.856] (--) SynPS/2 Synaptics TouchPad: Found absolute touchpad.
    [ 51.856] (II) SynPS/2 Synaptics TouchPad: Configuring as touchpad
    [ 51.856] (**) SynPS/2 Synaptics TouchPad: YAxisMapping: buttons 4 and 5
    [ 51.856] (**) SynPS/2 Synaptics TouchPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 51.856] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
    [ 51.856] (II) SynPS/2 Synaptics TouchPad: initialized for absolute axes.
    [ 51.857] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
    [ 51.857] (II) No input driver/identifier specified (ignoring)
    [ 51.857] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
    [ 51.857] (II) No input driver/identifier specified (ignoring)
    [ 51.858] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/event6)
    [ 51.858] (II) No input driver/identifier specified (ignoring)
    [ 51.858] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/mouse0)
    [ 51.858] (II) No input driver/identifier specified (ignoring)
    [ 80.420] (II) NOUVEAU(0): EDID vendor "SNY", prod id 1530
    [ 80.420] (II) NOUVEAU(0): Using hsync ranges from config file
    [ 80.420] (II) NOUVEAU(0): Using vrefresh ranges from config file
    [ 80.420] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 80.420] (II) NOUVEAU(0): Modeline "1366x768"x0.0 72.00 1366 1424 1482 1540 768 772 776 780 -hsync -vsync (46.8 kHz)
    dmesg.log
    Initializing cgroup subsys cpuset
    Initializing cgroup subsys cpu
    Linux version 2.6.36-ARCH (tobias@T-POWA-LX) (gcc version 4.5.1 (GCC) ) #1 SMP PREEMPT Wed Nov 24 00:39:57 CET 2010
    Command line: root=/dev/sda5 ro
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009bc00 (usable)
    BIOS-e820: 000000000009bc00 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 00000000bdea7000 (usable)
    BIOS-e820: 00000000bdea7000 - 00000000bdecf000 (ACPI NVS)
    BIOS-e820: 00000000bdecf000 - 00000000bdee0000 (reserved)
    BIOS-e820: 00000000bdee0000 - 00000000bdee1000 (ACPI NVS)
    BIOS-e820: 00000000bdee1000 - 00000000bdf08000 (reserved)
    BIOS-e820: 00000000bdf08000 - 00000000bdf09000 (ACPI NVS)
    BIOS-e820: 00000000bdf09000 - 00000000bdf0a000 (reserved)
    BIOS-e820: 00000000bdf0a000 - 00000000bdf14000 (ACPI data)
    BIOS-e820: 00000000bdf14000 - 00000000bdf1a000 (ACPI NVS)
    BIOS-e820: 00000000bdf1a000 - 00000000bdf39000 (reserved)
    BIOS-e820: 00000000bdf39000 - 00000000be000000 (usable)
    BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
    BIOS-e820: 00000000ffa00000 - 00000000ffc00000 (reserved)
    BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
    BIOS-e820: 0000000100000000 - 0000000140000000 (usable)
    NX (Execute Disable) protection: active
    DMI 2.4 present.
    AMI BIOS detected: BIOS may corrupt low RAM, working around it.
    e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
    e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    No AGP bridge found
    last_pfn = 0x140000 max_arch_pfn = 0x400000000
    MTRR default type: uncachable
    MTRR fixed ranges enabled:
    00000-9FFFF write-back
    A0000-BFFFF uncachable
    C0000-CFFFF write-protect
    D0000-E7FFF write-through
    E8000-FFFFF write-protect
    MTRR variable ranges enabled:
    0 base 000000000 mask F80000000 write-back
    1 base 080000000 mask FC0000000 write-back
    2 base 0BE000000 mask FFE000000 uncachable
    3 base 100000000 mask FC0000000 write-back
    4 disabled
    5 disabled
    6 disabled
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    e820 update range: 00000000be000000 - 0000000100000000 (usable) ==> (reserved)
    last_pfn = 0xbe000 max_arch_pfn = 0x400000000
    Scanning 0 areas for low memory corruption
    modified physical RAM map:
    modified: 0000000000000000 - 0000000000010000 (reserved)
    modified: 0000000000010000 - 000000000009bc00 (usable)
    modified: 000000000009bc00 - 00000000000a0000 (reserved)
    modified: 00000000000e0000 - 0000000000100000 (reserved)
    modified: 0000000000100000 - 00000000bdea7000 (usable)
    modified: 00000000bdea7000 - 00000000bdecf000 (ACPI NVS)
    modified: 00000000bdecf000 - 00000000bdee0000 (reserved)
    modified: 00000000bdee0000 - 00000000bdee1000 (ACPI NVS)
    modified: 00000000bdee1000 - 00000000bdf08000 (reserved)
    modified: 00000000bdf08000 - 00000000bdf09000 (ACPI NVS)
    modified: 00000000bdf09000 - 00000000bdf0a000 (reserved)
    modified: 00000000bdf0a000 - 00000000bdf14000 (ACPI data)
    modified: 00000000bdf14000 - 00000000bdf1a000 (ACPI NVS)
    modified: 00000000bdf1a000 - 00000000bdf39000 (reserved)
    modified: 00000000bdf39000 - 00000000be000000 (usable)
    modified: 00000000e0000000 - 00000000f0000000 (reserved)
    modified: 00000000ffa00000 - 00000000ffc00000 (reserved)
    modified: 00000000ffe00000 - 0000000100000000 (reserved)
    modified: 0000000100000000 - 0000000140000000 (usable)
    initial memory mapped : 0 - 20000000
    found SMP MP-table at [ffff8800000fd690] fd690
    init_memory_mapping: 0000000000000000-00000000be000000
    0000000000 - 00be000000 page 2M
    kernel direct mapping tables up to be000000 @ 16000-1a000
    init_memory_mapping: 0000000100000000-0000000140000000
    0100000000 - 0140000000 page 2M
    kernel direct mapping tables up to 140000000 @ 18000-1e000
    RAMDISK: 37e39000 - 37ff0000
    ACPI: RSDP 00000000000f03b0 00024 (v02 Sony)
    ACPI: XSDT 00000000bdf12f10 0005C (v01 Sony VAIO 20090922 MSFT 00010013)
    ACPI: FACP 00000000bdf08a90 000F4 (v04 Sony VAIO 20090922 MSFT 00010013)
    ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20100702/tbfadt-369)
    ACPI Warning: 32/64X FACS address mismatch in FADT - 0xBDF19E40/0x00000000BDF19D40, using 32 (20100702/tbfadt-486)
    ACPI: DSDT 00000000bdf0a010 06831 (v01 Sony VAIO 20090922 INTL 20051117)
    ACPI: FACS 00000000bdf19e40 00040
    ACPI: APIC 00000000bdf11f10 0006C (v02 Sony VAIO 20090922 MSFT 00010013)
    ACPI: MCFG 00000000bdf18c90 0003C (v01 Sony VAIO 20090922 MSFT 00000097)
    ACPI: HPET 00000000bdf18c10 00038 (v01 Sony VAIO 20090922 MSFT 00010013)
    ACPI: SLIC 00000000bdf14c10 00176 (v01 Sony VAIO 20090922 Sony 01000000)
    ACPI: SSDT 00000000bdee0590 00505 (v01 Sony VAIO 20090922 INTL 20051117)
    ACPI: SSDT 00000000bdecbc10 002E4 (v01 Sony VAIO 20090922 INTL 20051117)
    ACPI: Local APIC address 0xfee00000
    [ffffea0000000000-ffffea00045fffff] PMD -> [ffff880002000000-ffff8800057fffff] on node 0
    Zone PFN ranges:
    DMA 0x00000010 -> 0x00001000
    DMA32 0x00001000 -> 0x00100000
    Normal 0x00100000 -> 0x00140000
    Movable zone start PFN for each node
    early_node_map[4] active PFN ranges
    0: 0x00000010 -> 0x0000009b
    0: 0x00000100 -> 0x000bdea7
    0: 0x000bdf39 -> 0x000be000
    0: 0x00100000 -> 0x00140000
    On node 0 totalpages: 1040121
    DMA zone: 56 pages used for memmap
    DMA zone: 0 pages reserved
    DMA zone: 3923 pages, LIFO batch:0
    DMA32 zone: 14280 pages used for memmap
    DMA32 zone: 759718 pages, LIFO batch:31
    Normal zone: 3584 pages used for memmap
    Normal zone: 258560 pages, LIFO batch:31
    ACPI: PM-Timer IO Port: 0x408
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] disabled)
    ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] disabled)
    ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    ACPI: IRQ0 used by override.
    ACPI: IRQ2 used by override.
    ACPI: IRQ9 used by override.
    Using ACPI (MADT) for SMP configuration information
    ACPI: HPET id: 0x8086a301 base: 0xfed00000
    SMP: Allowing 4 CPUs, 2 hotplug CPUs
    nr_irqs_gsi: 40
    early_res array is doubled to 64 at [19300 - 19aff]
    PM: Registered nosave memory: 000000000009b000 - 000000000009c000
    PM: Registered nosave memory: 000000000009c000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    PM: Registered nosave memory: 00000000bdea7000 - 00000000bdecf000
    PM: Registered nosave memory: 00000000bdecf000 - 00000000bdee0000
    PM: Registered nosave memory: 00000000bdee0000 - 00000000bdee1000
    PM: Registered nosave memory: 00000000bdee1000 - 00000000bdf08000
    PM: Registered nosave memory: 00000000bdf08000 - 00000000bdf09000
    PM: Registered nosave memory: 00000000bdf09000 - 00000000bdf0a000
    PM: Registered nosave memory: 00000000bdf0a000 - 00000000bdf14000
    PM: Registered nosave memory: 00000000bdf14000 - 00000000bdf1a000
    PM: Registered nosave memory: 00000000bdf1a000 - 00000000bdf39000
    PM: Registered nosave memory: 00000000be000000 - 00000000e0000000
    PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
    PM: Registered nosave memory: 00000000f0000000 - 00000000ffa00000
    PM: Registered nosave memory: 00000000ffa00000 - 00000000ffc00000
    PM: Registered nosave memory: 00000000ffc00000 - 00000000ffe00000
    PM: Registered nosave memory: 00000000ffe00000 - 0000000100000000
    Allocating PCI resources starting at be000000 (gap: be000000:22000000)
    Booting paravirtualized kernel on bare hardware
    setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
    PERCPU: Embedded 28 pages/cpu @ffff880001a00000 s86016 r8192 d20480 u524288
    early_res array is doubled to 128 at [19b00 - 1aaff]
    pcpu-alloc: s86016 r8192 d20480 u524288 alloc=1*2097152
    pcpu-alloc: [0] 0 1 2 3
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1022201
    Kernel command line: root=/dev/sda5 ro
    PID hash table entries: 4096 (order: 3, 32768 bytes)
    Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
    Checking aperture...
    No AGP bridge found
    Calgary: detecting Calgary via BIOS EBDA area
    Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    Subtract (69 early reservations)
    #1 [0001000000 - 00017f99a8] TEXT DATA BSS
    #2 [0037e39000 - 0037ff0000] RAMDISK
    #3 [00017fa000 - 00017fa1f8] BRK
    #4 [00000fd6a0 - 0000100000] BIOS reserved
    #5 [00000fd690 - 00000fd6a0] MP-table mpf
    #6 [000009bc00 - 00000fd410] BIOS reserved
    #7 [00000fd624 - 00000fd690] BIOS reserved
    #8 [00000fd410 - 00000fd624] MP-table mpc
    #9 [0000010000 - 0000012000] TRAMPOLINE
    #10 [0000012000 - 0000016000] ACPI WAKEUP
    #11 [0000016000 - 0000018000] PGTABLE
    #12 [0000018000 - 0000019000] PGTABLE
    #13 [00017fa200 - 00017fb200] BOOTMEM
    #14 [0000019000 - 0000019300] BOOTMEM
    #15 [0001ffc000 - 0001ffd000] BOOTMEM
    #16 [0001ffd000 - 0001ffe000] BOOTMEM
    #17 [0002000000 - 0005800000] MEMMAP 0
    #18 [00017fb200 - 0001813200] BOOTMEM
    #19 [0001813200 - 000182b200] BOOTMEM
    #20 [000182b200 - 0001843200] BOOTMEM
    #21 [0001844000 - 0001845000] BOOTMEM
    #22 [00017f99c0 - 00017f9a01] BOOTMEM
    #23 [00017f9a40 - 00017f9a83] BOOTMEM
    #24 [00017f9ac0 - 00017f9ee8] BOOTMEM
    #25 [00017f9f00 - 00017f9f68] BOOTMEM
    #26 [00017f9f80 - 00017f9fe8] BOOTMEM
    #27 [0001843200 - 0001843268] BOOTMEM
    #28 [0001843280 - 00018432e8] BOOTMEM
    #29 [0001843300 - 0001843368] BOOTMEM
    #30 [0001843380 - 00018433e8] BOOTMEM
    #31 [0001843400 - 0001843468] BOOTMEM
    #32 [0001843480 - 00018434e8] BOOTMEM
    #33 [0001843500 - 0001843568] BOOTMEM
    #34 [0001843580 - 00018435e8] BOOTMEM
    #35 [0001843600 - 0001843668] BOOTMEM
    #36 [0001843680 - 00018436e8] BOOTMEM
    #37 [0001843700 - 0001843768] BOOTMEM
    #38 [0001843780 - 00018437e8] BOOTMEM
    #39 [0001843800 - 0001843868] BOOTMEM
    #40 [0001843880 - 00018438e8] BOOTMEM
    #41 [0001843900 - 0001843968] BOOTMEM
    #42 [0001843980 - 00018439e8] BOOTMEM
    #43 [0001843a00 - 0001843a20] BOOTMEM
    #44 [0001843a40 - 0001843a60] BOOTMEM
    #45 [0001843a80 - 0001843aa0] BOOTMEM
    #46 [0001843ac0 - 0001843ad2] BOOTMEM
    #47 [0001843b00 - 0001843b12] BOOTMEM
    #48 [0001a00000 - 0001a1c000] BOOTMEM
    #49 [0001a80000 - 0001a9c000] BOOTMEM
    #50 [0001b00000 - 0001b1c000] BOOTMEM
    #51 [0001b80000 - 0001b9c000] BOOTMEM
    #52 [0001843b40 - 0001843b48] BOOTMEM
    #53 [0001843b80 - 0001843b88] BOOTMEM
    #54 [0001843bc0 - 0001843bd0] BOOTMEM
    #55 [0001843c00 - 0001843c20] BOOTMEM
    #56 [0001843c40 - 0001843d70] BOOTMEM
    #57 [0001843d80 - 0001843dd0] BOOTMEM
    #58 [0001843e00 - 0001843e50] BOOTMEM
    #59 [0001845000 - 000184d000] BOOTMEM
    #60 [0001b9c000 - 0001f9c000] BOOTMEM
    #61 [0005800000 - 0005a00000] BOOTMEM
    #62 [0001843e80 - 0001843e88] BOOTMEM
    #63 [0001843ec0 - 0001843ec8] BOOTMEM
    #64 [000184d000 - 000184d240] BOOTMEM
    #65 [0005a00000 - 0009a00000] BOOTMEM
    #66 [000184d240 - 000186d240] BOOTMEM
    #67 [000186d240 - 00018ad240] BOOTMEM
    #68 [000001ab00 - 0000022b00] BOOTMEM
    Memory: 4020284k/5242880k available (3682k kernel code, 1082396k absent, 140200k reserved, 2083k data, 504k init)
    SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Hierarchical RCU implementation.
    RCU-based detection of stalled CPUs is disabled.
    Verbose stalled-CPUs detection is disabled.
    NR_IRQS:2304
    Extended CMOS year: 2000
    Console: colour VGA+ 80x25
    console [tty0] enabled
    allocated 41943040 bytes of page_cgroup
    please try 'cgroup_disable=memory' option if you don't want memory cgroups
    hpet clockevent registered
    Fast TSC calibration using PIT
    Detected 2526.841 MHz processor.
    Calibrating delay loop (skipped), value calculated using timer frequency.. 5055.25 BogoMIPS (lpj=8422803)
    pid_max: default: 32768 minimum: 301
    Security Framework initialized
    TOMOYO Linux initialized
    AppArmor: AppArmor disabled by boot time parameter
    Mount-cache hash table entries: 256
    Initializing cgroup subsys ns
    Initializing cgroup subsys cpuacct
    Initializing cgroup subsys memory
    Initializing cgroup subsys devices
    Initializing cgroup subsys freezer
    Initializing cgroup subsys net_cls
    Initializing cgroup subsys blkio
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 0
    mce: CPU supports 6 MCE banks
    CPU0: Thermal monitoring enabled (TM2)
    using mwait in idle threads.
    Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
    ... version: 2
    ... bit width: 40
    ... generic registers: 2
    ... value mask: 000000ffffffffff
    ... max period: 000000007fffffff
    ... fixed-purpose events: 3
    ... event mask: 0000000700000003
    ACPI: Core revision 20100702
    Setting APIC routing to flat
    ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
    CPU0: Intel(R) Core(TM)2 Duo CPU P8700 @ 2.53GHz stepping 0a
    NMI watchdog enabled, takes one hw-pmu counter.
    Booting Node 0, Processors #1
    NMI watchdog enabled, takes one hw-pmu counter.
    Brought up 2 CPUs
    Total of 2 processors activated (10111.72 BogoMIPS).
    devtmpfs: initialized
    NET: Registered protocol family 16
    ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    ACPI: bus type pci registered
    PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    PCI: Using configuration type 1 for base access
    bio: create slab <bio-0> at 0
    ACPI: EC: Look up EC in DSDT
    ACPI: Executed 1 blocks of module-level executable AML code
    ACPI: BIOS _OSI(Linux) query ignored
    ACPI: SSDT 00000000bdee4c10 00265 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 00265 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    ACPI: SSDT 00000000bdee2810 007A2 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 007A2 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    ACPI: SSDT 00000000bdee3d90 000FD (v01 PmRef ApIst 00003000 INTL 20051117)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 000FD (v01 PmRef ApIst 00003000 INTL 20051117)
    ACPI: SSDT 00000000bdee1f90 00047 (v01 PmRef ApCst 00003000 INTL 20051117)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 00047 (v01 PmRef ApCst 00003000 INTL 20051117)
    ACPI: Interpreter enabled
    ACPI: (supports S0 S3 S4 S5)
    ACPI: Using IOAPIC for interrupt routing
    ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    ACPI: No dock devices found.
    PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    \_SB_.PCI0:_OSC invalid UUID
    _OSC request data:1 8 1f
    ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
    pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
    pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
    pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
    pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
    pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
    pci_root PNP0A08:00: host bridge window [mem 0x000e4000-0x000e7fff]
    pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xfebfffff]
    DMAR: Forcing write-buffer flush capability
    DMAR: Disabling IOMMU for graphics on this chipset
    pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:01.0: PME# disabled
    pci 0000:00:1a.0: reg 20: [io 0xe0e0-0xe0ff]
    pci 0000:00:1a.1: reg 20: [io 0xe0c0-0xe0df]
    pci 0000:00:1a.2: reg 20: [io 0xe0a0-0xe0bf]
    pci 0000:00:1a.7: reg 10: [mem 0xd8d04c00-0xd8d04fff]
    pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    pci 0000:00:1a.7: PME# disabled
    pci 0000:00:1b.0: reg 10: [mem 0xd8d00000-0xd8d03fff 64bit]
    pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:1b.0: PME# disabled
    pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.0: PME# disabled
    pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.1: PME# disabled
    pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.2: PME# disabled
    pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.3: PME# disabled
    pci 0000:00:1d.0: reg 20: [io 0xe080-0xe09f]
    pci 0000:00:1d.1: reg 20: [io 0xe060-0xe07f]
    pci 0000:00:1d.2: reg 20: [io 0xe040-0xe05f]
    pci 0000:00:1d.7: reg 10: [mem 0xd8d04800-0xd8d04bff]
    pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    pci 0000:00:1d.7: PME# disabled
    pci 0000:00:1f.2: reg 10: [io 0xe130-0xe137]
    pci 0000:00:1f.2: reg 14: [io 0xe120-0xe123]
    pci 0000:00:1f.2: reg 18: [io 0xe110-0xe117]
    pci 0000:00:1f.2: reg 1c: [io 0xe100-0xe103]
    pci 0000:00:1f.2: reg 20: [io 0xe020-0xe03f]
    pci 0000:00:1f.2: reg 24: [mem 0xd8d04000-0xd8d047ff]
    pci 0000:00:1f.2: PME# supported from D3hot
    pci 0000:00:1f.2: PME# disabled
    pci 0000:00:1f.3: reg 10: [mem 0xd8d05000-0xd8d050ff 64bit]
    pci 0000:00:1f.3: reg 20: [io 0xe000-0xe01f]
    pci 0000:01:00.0: reg 10: [mem 0xd2000000-0xd2ffffff]
    pci 0000:01:00.0: reg 14: [mem 0xc0000000-0xcfffffff 64bit pref]
    pci 0000:01:00.0: reg 1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
    pci 0000:01:00.0: reg 24: [io 0xd000-0xd07f]
    pci 0000:01:00.0: reg 30: [mem 0xd3000000-0xd307ffff pref]
    pci 0000:01:00.1: reg 10: [mem 0xd3080000-0xd3083fff]
    pci 0000:00:01.0: PCI bridge to [bus 01-01]
    pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd30fffff]
    pci 0000:00:01.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:02:00.0: reg 10: [mem 0xd7920000-0xd7923fff 64bit]
    pci 0000:02:00.0: reg 18: [io 0xc000-0xc0ff]
    pci 0000:02:00.0: reg 30: [mem 0xd7900000-0xd791ffff pref]
    pci 0000:02:00.0: supports D1 D2
    pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:02:00.0: PME# disabled
    pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff]
    pci 0000:00:1c.0: bridge window [mem 0xd7900000-0xd8cfffff]
    pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:03:00.0: reg 10: [mem 0xd6500000-0xd6501fff 64bit]
    pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    pci 0000:03:00.0: PME# disabled
    pci 0000:00:1c.1: PCI bridge to [bus 03-03]
    pci 0000:00:1c.1: bridge window [io 0xb000-0xbfff]
    pci 0000:00:1c.1: bridge window [mem 0xd6500000-0xd78fffff]
    pci 0000:00:1c.1: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:04:00.0: reg 10: [mem 0xd5100a00-0xd5100aff]
    pci 0000:04:00.0: supports D1 D2
    pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:04:00.0: PME# disabled
    pci 0000:04:00.1: reg 10: [mem 0xd5100900-0xd51009ff]
    pci 0000:04:00.1: supports D1 D2
    pci 0000:04:00.1: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:04:00.1: PME# disabled
    pci 0000:04:00.3: reg 10: [mem 0xd5100000-0xd51007ff]
    pci 0000:04:00.3: supports D1 D2
    pci 0000:04:00.3: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:04:00.3: PME# disabled
    pci 0000:04:00.4: reg 10: [mem 0xd5100800-0xd51008ff]
    pci 0000:04:00.4: supports D1 D2
    pci 0000:04:00.4: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:04:00.4: PME# disabled
    pci 0000:00:1c.2: PCI bridge to [bus 04-04]
    pci 0000:00:1c.2: bridge window [io 0xa000-0xafff]
    pci 0000:00:1c.2: bridge window [mem 0xd5100000-0xd64fffff]
    pci 0000:00:1c.2: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
    pci 0000:00:1c.3: bridge window [io 0x9000-0x9fff]
    pci 0000:00:1c.3: bridge window [mem 0xd3100000-0xd50fffff]
    pci 0000:00:1c.3: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:00:1e.0: PCI bridge to [bus 0d-0d] (subtractive decode)
    pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
    pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xfebfffff] (subtractive decode)
    pci_bus 0000:00: on NUMA node 0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGP._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
    \_SB_.PCI0:_OSC invalid UUID
    _OSC request data:1 19 1f
    ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 *4 5 6 7 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 *5 6 7 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    ACPI: PCI Interrupt Link [LNKG] (IRQs 1 *3 4 5 6 7 10 12 14 15)
    ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    HEST: Table is not found!
    vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    vgaarb: loaded
    PCI: Using ACPI for IRQ routing
    PCI: pci_cache_line_size set to 64 bytes
    reserve RAM buffer: 000000000009bc00 - 000000000009ffff
    reserve RAM buffer: 00000000bdea7000 - 00000000bfffffff
    reserve RAM buffer: 00000000be000000 - 00000000bfffffff
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    Switching to clocksource tsc
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp: PnP ACPI: found 10 devices
    ACPI: ACPI bus type pnp unregistered
    system 00:03: [mem 0xfed00000-0xfed003ff] has been reserved
    system 00:05: [io 0x0680-0x069f] has been reserved
    system 00:05: [io 0x1000-0x100f] has been reserved
    system 00:05: [io 0x0800-0x0803] has been reserved
    system 00:05: [io 0x0400-0x047f] has been reserved
    system 00:05: [io 0x0500-0x053f] has been reserved
    system 00:05: [io 0x164e-0x164f] has been reserved
    system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
    system 00:09: [mem 0xfed14000-0xfed17fff] has been reserved
    system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
    system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
    system 00:09: [mem 0xe0000000-0xefffffff] has been reserved
    system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
    system 00:09: [mem 0xfeb00000-0xfeb03fff] has been reserved
    system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
    pci 0000:00:01.0: BAR 15: assigned [mem 0xd8e00000-0xd8ffffff 64bit pref]
    pci 0000:00:1c.0: BAR 15: assigned [mem 0xd9000000-0xd91fffff 64bit pref]
    pci 0000:00:1c.1: BAR 15: assigned [mem 0xd9200000-0xd93fffff 64bit pref]
    pci 0000:00:1c.2: BAR 15: assigned [mem 0xd9400000-0xd95fffff 64bit pref]
    pci 0000:00:1c.3: BAR 15: assigned [mem 0xd9600000-0xd97fffff 64bit pref]
    pci 0000:00:01.0: PCI bridge to [bus 01-01]
    pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd30fffff]
    pci 0000:00:01.0: bridge window [mem 0xd8e00000-0xd8ffffff 64bit pref]
    pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff]
    pci 0000:00:1c.0: bridge window [mem 0xd7900000-0xd8cfffff]
    pci 0000:00:1c.0: bridge window [mem 0xd9000000-0xd91fffff 64bit pref]
    pci 0000:00:1c.1: PCI bridge to [bus 03-03]
    pci 0000:00:1c.1: bridge window [io 0xb000-0xbfff]
    pci 0000:00:1c.1: bridge window [mem 0xd6500000-0xd78fffff]
    pci 0000:00:1c.1: bridge window [mem 0xd9200000-0xd93fffff 64bit pref]
    pci 0000:00:1c.2: PCI bridge to [bus 04-04]
    pci 0000:00:1c.2: bridge window [io 0xa000-0xafff]
    pci 0000:00:1c.2: bridge window [mem 0xd5100000-0xd64fffff]
    pci 0000:00:1c.2: bridge window [mem 0xd9400000-0xd95fffff 64bit pref]
    pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
    pci 0000:00:1c.3: bridge window [io 0x9000-0x9fff]
    pci 0000:00:1c.3: bridge window [mem 0xd3100000-0xd50fffff]
    pci 0000:00:1c.3: bridge window [mem 0xd9600000-0xd97fffff 64bit pref]
    pci 0000:00:1e.0: PCI bridge to [bus 0d-0d]
    pci 0000:00:1e.0: bridge window [io disabled]
    pci 0000:00:1e.0: bridge window [mem disabled]
    pci 0000:00:1e.0: bridge window [mem pref disabled]
    pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    pci 0000:00:01.0: setting latency timer to 64
    pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    pci 0000:00:1c.0: setting latency timer to 64
    pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
    pci 0000:00:1c.1: setting latency timer to 64
    pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    pci 0000:00:1c.2: setting latency timer to 64
    pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    pci 0000:00:1c.3: setting latency timer to 64
    pci 0000:00:1e.0: setting latency timer to 64
    pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
    pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
    pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
    pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
    pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
    pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
    pci_bus 0000:00: resource 13 [mem 0xc0000000-0xfebfffff]
    pci_bus 0000:01: resource 0 [io 0xd000-0xdfff]
    pci_bus 0000:01: resource 1 [mem 0xc0000000-0xd30fffff]
    pci_bus 0000:01: resource 2 [mem 0xd8e00000-0xd8ffffff 64bit pref]
    pci_bus 0000:02: resource 0 [io 0xc000-0xcfff]
    pci_bus 0000:02: resource 1 [mem 0xd7900000-0xd8cfffff]
    pci_bus 0000:02: resource 2 [mem 0xd9000000-0xd91fffff 64bit pref]
    pci_bus 0000:03: resource 0 [io 0xb000-0xbfff]
    pci_bus 0000:03: resource 1 [mem 0xd6500000-0xd78fffff]
    pci_bus 0000:03: resource 2 [mem 0xd9200000-0xd93fffff 64bit pref]
    pci_bus 0000:04: resource 0 [io 0xa000-0xafff]
    pci_bus 0000:04: resource 1 [mem 0xd5100000-0xd64fffff]
    pci_bus 0000:04: resource 2 [mem 0xd9400000-0xd95fffff 64bit pref]
    pci_bus 0000:05: resource 0 [io 0x9000-0x9fff]
    pci_bus 0000:05: resource 1 [mem 0xd3100000-0xd50fffff]
    pci_bus 0000:05: resource 2 [mem 0xd9600000-0xd97fffff 64bit pref]
    pci_bus 0000:0d: resource 4 [io 0x0000-0x0cf7]
    pci_bus 0000:0d: resource 5 [io 0x0d00-0xffff]
    pci_bus 0000:0d: resource 6 [mem 0x000a0000-0x000bffff]
    pci_bus 0000:0d: resource 7 [mem 0x000d0000-0x000d3fff]
    pci_bus 0000:0d: resource 8 [mem 0x000d4000-0x000d7fff]
    pci_bus 0000:0d: resource 9 [mem 0x000d8000-0x000dbfff]
    pci_bus 0000:0d: resource 10 [mem 0x000dc000-0x000dffff]
    pci_bus 0000:0d: resource 11 [mem 0x000e0000-0x000e3fff]
    pci_bus 0000:0d: resource 12 [mem 0x000e4000-0x000e7fff]
    pci_bus 0000:0d: resource 13 [mem 0xc0000000-0xfebfffff]
    NET: Registered protocol family 2
    IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
    TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
    TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    TCP: Hash tables configured (established 262144 bind 65536)
    TCP reno registered
    UDP hash table entries: 2048 (order: 4, 65536 bytes)
    UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    NET: Registered protocol family 1
    pci 0000:01:00.0: Boot video device
    PCI: CLS 64 bytes, default 64
    Unpacking initramfs...
    Freeing initrd memory: 1756k freed
    PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    Placing 64MB software IO TLB between ffff880005a00000 - ffff880009a00000
    software IO TLB at phys 0x5a00000 - 0x9a00000
    Scanning for low memory corruption every 60 seconds
    audit: initializing netlink socket (disabled)
    type=2000 audit(1290907981.066:1): initialized
    HugeTLB registered 2 MB page size, pre-allocated 0 pages
    VFS: Disk quotas dquot_6.5.2
    Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    msgmni has been set to 7855
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    io scheduler noop registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    \_SB_.PCI0:_OSC invalid UUID
    _OSC request data:1 0 1d
    \_SB_.PCI0:_OSC invalid UUID
    _OSC request data:1 0 1d
    \_SB_.PCI0:_OSC invalid UUID
    _OSC request data:1 0 1d
    \_SB_.PCI0:_OSC invalid UUID
    _OSC request data:1 0 1d
    \_SB_.PCI0:_OSC invalid UUID
    _OSC request data:1 0 1d
    intel_idle: MWAIT substates: 0x3122220
    intel_idle: does not run on family 6 model 23
    ERST: Table is not found!
    Linux agpgart interface v0.103
    Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    i8042.c: Detected active multiplexing controller, rev 1.1.
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX0 port at 0x60,0x64 irq 12
    serio: i8042 AUX1 port at 0x60,0x64 irq 12
    serio: i8042 AUX2 port at 0x60,0x64 irq 12
    serio: i8042 AUX3 port at 0x60,0x64 irq 12
    mice: PS/2 mouse device common for all mice
    rtc_cmos 00:06: RTC can wake from S4
    rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    Registering the dns_resolver key type
    PM: Resume from disk failed.
    registered taskstats version 1
    rtc_cmos 00:06: setting system clock to 2010-11-28 01:33:02 UTC (1290907982)
    Initalizing network drop monitor service
    Freeing unused kernel memory: 504k freed
    udev[38]: starting version 164
    input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    SCSI subsystem initialized
    libata version 3.00 loaded.
    ahci 0000:00:1f.2: version 3.0
    ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    ahci 0000:00:1f.2: irq 40 for MSI/MSI-X
    ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
    ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc ems
    ahci 0000:00:1f.2: setting latency timer to 64
    scsi0 : ahci
    scsi1 : ahci
    scsi2 : ahci
    scsi3 : ahci
    ata1: SATA max UDMA/133 abar m2048@0xd8d04000 port 0xd8d04100 irq 40
    ata2: SATA max UDMA/133 abar m2048@0xd8d04000 port 0xd8d04180 irq 40
    ata3: DUMMY
    ata4: DUMMY
    ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    ata2.00: ATAPI: Optiarc BD RW BD-5730S, 1.71, max UDMA/100
    ata2.00: configured for UDMA/100
    ata1.00: ATA-8: TOSHIBA MK3263GSX, FG020A, max UDMA/100
    ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    ata1.00: configured for UDMA/100
    scsi 0:0:0:0: Direct-Access ATA TOSHIBA MK3263GS FG02 PQ: 0 ANSI: 5
    scsi 1:0:0:0: CD-ROM Optiarc BD RW BD-5730S 1.71 PQ: 0 ANSI: 5
    sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    cdrom: Uniform CD-ROM driver Revision: 3.20
    sr 1:0:0:0: Attached scsi CD-ROM sr0
    sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
    sd 0:0:0:0: [sda] Attached SCSI disk
    EXT4-fs (sda5): INFO: recovery required on readonly filesystem
    EXT4-fs (sda5): write access will be enabled during recovery
    EXT4-fs (sda5): orphan cleanup on readonly fs
    EXT4-fs (sda5): ext4_orphan_cleanup: deleting unreferenced inode 2226256
    EXT4-fs (sda5): ext4_orphan_cleanup: deleting unreferenced inode 2226255
    EXT4-fs (sda5): ext4_orphan_cleanup: deleting unreferenced inode 2226252
    EXT4-fs (sda5): ext4_orphan_cleanup: deleting unreferenced inode 2226251
    EXT4-fs (sda5): ext4_orphan_cleanup: deleting unreferenced inode 2226241
    EXT4-fs (sda5): ext4_orphan_cleanup: deleting unreferenced inode 2226214
    EXT4-fs (sda5): ext4_orphan_cleanup: deleting unreferenced inode 2226213
    EXT4-fs (sda5): ext4_orphan_cleanup: deleting unreferenced inode 2226212
    EXT4-fs (sda5): ext4_orphan_cleanup: deleting unreferenced inode 2226211
    EXT4-fs (sda5): ext4_orphan_cleanup: deleting unreferenced inode 2226210
    EXT4-fs (sda5): 10 orphan inodes deleted
    EXT4-fs (sda5): recovery complete
    EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
    Not activating Mandatory Access Control now since /sbin/tomoyo-init doesn't exist.
    udev[958]: starting version 164
    fuse init (API version 7.15)
    iTCO_vendor_support: vendor-support=0
    input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
    ACPI: Lid Switch [LID0]
    input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
    ACPI: Power Button [PWRB]
    thermal LNXTHERM:01: registered as thermal_zone0
    ACPI: Thermal Zone [TZ00] (55 C)
    ACPI: Invalid active0 threshold
    ACPI: acpi_idle registered with cpuidle
    thermal LNXTHERM:02: registered as thermal_zone1
    ACPI: Thermal Zone [TZ01] (55 C)
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    sr 1:0:0:0: Attached scsi generic sg1 type 5
    Monitor-Mwait will be used to enter C-1 state
    Monitor-Mwait will be used to enter C-2 state
    Marking TSC unstable due to TSC halts in idle
    Switching to clocksource hpet
    pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
    iTCO_wdt: Found a ICH9M TCO device (Version=2, TCOBASE=0x0460)
    iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    cfg80211: Calling CRDA to update world regulatory domain
    sky2: driver version 1.28
    sky2 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    sky2 0000:02:00.0: setting latency timer to 64
    sky2 0000:02:00.0: Yukon-2 UL 2 chip revision 0
    sky2 0000:02:00.0: irq 41 for MSI/MSI-X
    sky2 0000:02:00.0: eth0: addr 00:24:be:85:96:40
    input: PC Speaker as /devices/platform/pcspkr/input/input3
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    ACPI: WMI: Mapper loaded
    ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 19 (level, low) -> IRQ 19
    ehci_hcd 0000:00:1a.7: setting latency timer to 64
    ehci_hcd 0000:00:1a.7: EHCI Host Controller
    ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    ehci_hcd 0000:00:1a.7: debug port 1
    ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
    ehci_hcd 0000:00:1a.7: irq 19, io mem 0xd8d04c00
    ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 6 ports detected
    ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    ehci_hcd 0000:00:1d.7: setting latency timer to 64
    ehci_hcd 0000:00:1d.7: EHCI Host Controller
    ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
    ehci_hcd 0000:00:1d.7: debug port 1
    ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
    ehci_hcd 0000:00:1d.7: irq 23, io mem 0xd8d04800
    ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 6 ports detected
    uhci_hcd: USB Universal Host Controller Interface driver
    uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    uhci_hcd 0000:00:1a.0: setting latency timer to 64
    uhci_hcd 0000:00:1a.0: UHCI Host Controller
    uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000e0e0
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
    uhci_hcd 0000:00:1a.1: setting latency timer to 64
    uhci_hcd 0000:00:1a.1: UHCI Host Controller
    uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000e0c0
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 19 (level, low) -> IRQ 19
    uhci_hcd 0000:00:1a.2: setting latency timer to 64
    uhci_hcd 0000:00:1a.2: UHCI Host Controller
    uhci_hcd 0000:00:1a.2:

    I tried another fresh install to see if me installing GNOME before messed up anything. The same problem persists, I made another fresh install. I only did a net install with Arch Linux core and haven't yet installed xorg or anything yet (havent even synced pacman yet). Weirdly nouveau is already loaded, this is the output of dmesg,
    Initializing cgroup subsys cpuset
    Initializing cgroup subsys cpu
    Linux version 2.6.36-ARCH (tobias@T-POWA-LX) (gcc version 4.5.1 (GCC) ) #1 SMP PREEMPT Wed Nov 24 00:39:57 CET 2010
    Command line: root=/dev/sda5 ro
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009bc00 (usable)
    BIOS-e820: 000000000009bc00 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 00000000bdea7000 (usable)
    BIOS-e820: 00000000bdea7000 - 00000000bdecf000 (ACPI NVS)
    BIOS-e820: 00000000bdecf000 - 00000000bdee0000 (reserved)
    BIOS-e820: 00000000bdee0000 - 00000000bdee1000 (ACPI NVS)
    BIOS-e820: 00000000bdee1000 - 00000000bdf08000 (reserved)
    BIOS-e820: 00000000bdf08000 - 00000000bdf09000 (ACPI NVS)
    BIOS-e820: 00000000bdf09000 - 00000000bdf0a000 (reserved)
    BIOS-e820: 00000000bdf0a000 - 00000000bdf14000 (ACPI data)
    BIOS-e820: 00000000bdf14000 - 00000000bdf1a000 (ACPI NVS)
    BIOS-e820: 00000000bdf1a000 - 00000000bdf39000 (reserved)
    BIOS-e820: 00000000bdf39000 - 00000000be000000 (usable)
    BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
    BIOS-e820: 00000000ffa00000 - 00000000ffc00000 (reserved)
    BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
    BIOS-e820: 0000000100000000 - 0000000140000000 (usable)
    NX (Execute Disable) protection: active
    DMI 2.4 present.
    AMI BIOS detected: BIOS may corrupt low RAM, working around it.
    e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
    e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    No AGP bridge found
    last_pfn = 0x140000 max_arch_pfn = 0x400000000
    MTRR default type: uncachable
    MTRR fixed ranges enabled:
    00000-9FFFF write-back
    A0000-BFFFF uncachable
    C0000-CFFFF write-protect
    D0000-E7FFF write-through
    E8000-FFFFF write-protect
    MTRR variable ranges enabled:
    0 base 000000000 mask F80000000 write-back
    1 base 080000000 mask FC0000000 write-back
    2 base 0BE000000 mask FFE000000 uncachable
    3 base 100000000 mask FC0000000 write-back
    4 disabled
    5 disabled
    6 disabled
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    e820 update range: 00000000be000000 - 0000000100000000 (usable) ==> (reserved)
    last_pfn = 0xbe000 max_arch_pfn = 0x400000000
    Scanning 0 areas for low memory corruption
    modified physical RAM map:
    modified: 0000000000000000 - 0000000000010000 (reserved)
    modified: 0000000000010000 - 000000000009bc00 (usable)
    modified: 000000000009bc00 - 00000000000a0000 (reserved)
    modified: 00000000000e0000 - 0000000000100000 (reserved)
    modified: 0000000000100000 - 00000000bdea7000 (usable)
    modified: 00000000bdea7000 - 00000000bdecf000 (ACPI NVS)
    modified: 00000000bdecf000 - 00000000bdee0000 (reserved)
    modified: 00000000bdee0000 - 00000000bdee1000 (ACPI NVS)
    modified: 00000000bdee1000 - 00000000bdf08000 (reserved)
    modified: 00000000bdf08000 - 00000000bdf09000 (ACPI NVS)
    modified: 00000000bdf09000 - 00000000bdf0a000 (reserved)
    modified: 00000000bdf0a000 - 00000000bdf14000 (ACPI data)
    modified: 00000000bdf14000 - 00000000bdf1a000 (ACPI NVS)
    modified: 00000000bdf1a000 - 00000000bdf39000 (reserved)
    modified: 00000000bdf39000 - 00000000be000000 (usable)
    modified: 00000000e0000000 - 00000000f0000000 (reserved)
    modified: 00000000ffa00000 - 00000000ffc00000 (reserved)
    modified: 00000000ffe00000 - 0000000100000000 (reserved)
    modified: 0000000100000000 - 0000000140000000 (usable)
    initial memory mapped : 0 - 20000000
    found SMP MP-table at [ffff8800000fd690] fd690
    init_memory_mapping: 0000000000000000-00000000be000000
    0000000000 - 00be000000 page 2M
    kernel direct mapping tables up to be000000 @ 16000-1a000
    init_memory_mapping: 0000000100000000-0000000140000000
    0100000000 - 0140000000 page 2M
    kernel direct mapping tables up to 140000000 @ 18000-1e000
    RAMDISK: 37e39000 - 37ff0000
    ACPI: RSDP 00000000000f03b0 00024 (v02 Sony)
    ACPI: XSDT 00000000bdf12f10 0005C (v01 Sony VAIO 20090922 MSFT 00010013)
    ACPI: FACP 00000000bdf08a90 000F4 (v04 Sony VAIO 20090922 MSFT 00010013)
    ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20100702/tbfadt-369)
    ACPI Warning: 32/64X FACS address mismatch in FADT - 0xBDF19E40/0x00000000BDF19D40, using 32 (20100702/tbfadt-486)
    ACPI: DSDT 00000000bdf0a010 06831 (v01 Sony VAIO 20090922 INTL 20051117)
    ACPI: FACS 00000000bdf19e40 00040
    ACPI: APIC 00000000bdf11f10 0006C (v02 Sony VAIO 20090922 MSFT 00010013)
    ACPI: MCFG 00000000bdf18c90 0003C (v01 Sony VAIO 20090922 MSFT 00000097)
    ACPI: HPET 00000000bdf18c10 00038 (v01 Sony VAIO 20090922 MSFT 00010013)
    ACPI: SLIC 00000000bdf14c10 00176 (v01 Sony VAIO 20090922 Sony 01000000)
    ACPI: SSDT 00000000bdee0590 00505 (v01 Sony VAIO 20090922 INTL 20051117)
    ACPI: SSDT 00000000bdecbc10 002E4 (v01 Sony VAIO 20090922 INTL 20051117)
    ACPI: Local APIC address 0xfee00000
    [ffffea0000000000-ffffea00045fffff] PMD -> [ffff880002000000-ffff8800057fffff] on node 0
    Zone PFN ranges:
    DMA 0x00000010 -> 0x00001000
    DMA32 0x00001000 -> 0x00100000
    Normal 0x00100000 -> 0x00140000
    Movable zone start PFN for each node
    early_node_map[4] active PFN ranges
    0: 0x00000010 -> 0x0000009b
    0: 0x00000100 -> 0x000bdea7
    0: 0x000bdf39 -> 0x000be000
    0: 0x00100000 -> 0x00140000
    On node 0 totalpages: 1040121
    DMA zone: 56 pages used for memmap
    DMA zone: 0 pages reserved
    DMA zone: 3923 pages, LIFO batch:0
    DMA32 zone: 14280 pages used for memmap
    DMA32 zone: 759718 pages, LIFO batch:31
    Normal zone: 3584 pages used for memmap
    Normal zone: 258560 pages, LIFO batch:31
    ACPI: PM-Timer IO Port: 0x408
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] disabled)
    ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] disabled)
    ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    ACPI: IRQ0 used by override.
    ACPI: IRQ2 used by override.
    ACPI: IRQ9 used by override.
    Using ACPI (MADT) for SMP configuration information
    ACPI: HPET id: 0x8086a301 base: 0xfed00000
    SMP: Allowing 4 CPUs, 2 hotplug CPUs
    nr_irqs_gsi: 40
    early_res array is doubled to 64 at [19300 - 19aff]
    PM: Registered nosave memory: 000000000009b000 - 000000000009c000
    PM: Registered nosave memory: 000000000009c000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    PM: Registered nosave memory: 00000000bdea7000 - 00000000bdecf000
    PM: Registered nosave memory: 00000000bdecf000 - 00000000bdee0000
    PM: Registered nosave memory: 00000000bdee0000 - 00000000bdee1000
    PM: Registered nosave memory: 00000000bdee1000 - 00000000bdf08000
    PM: Registered nosave memory: 00000000bdf08000 - 00000000bdf09000
    PM: Registered nosave memory: 00000000bdf09000 - 00000000bdf0a000
    PM: Registered nosave memory: 00000000bdf0a000 - 00000000bdf14000
    PM: Registered nosave memory: 00000000bdf14000 - 00000000bdf1a000
    PM: Registered nosave memory: 00000000bdf1a000 - 00000000bdf39000
    PM: Registered nosave memory: 00000000be000000 - 00000000e0000000
    PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
    PM: Registered nosave memory: 00000000f0000000 - 00000000ffa00000
    PM: Registered nosave memory: 00000000ffa00000 - 00000000ffc00000
    PM: Registered nosave memory: 00000000ffc00000 - 00000000ffe00000
    PM: Registered nosave memory: 00000000ffe00000 - 0000000100000000
    Allocating PCI resources starting at be000000 (gap: be000000:22000000)
    Booting paravirtualized kernel on bare hardware
    setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
    PERCPU: Embedded 28 pages/cpu @ffff880001a00000 s86016 r8192 d20480 u524288
    early_res array is doubled to 128 at [19b00 - 1aaff]
    pcpu-alloc: s86016 r8192 d20480 u524288 alloc=1*2097152
    pcpu-alloc: [0] 0 1 2 3
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1022201
    Kernel command line: root=/dev/sda5 ro
    PID hash table entries: 4096 (order: 3, 32768 bytes)
    Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
    Checking aperture...
    No AGP bridge found
    Calgary: detecting Calgary via BIOS EBDA area
    Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    Subtract (69 early reservations)
    #1 [0001000000 - 00017f99a8] TEXT DATA BSS
    #2 [0037e39000 - 0037ff0000] RAMDISK
    #3 [00017fa000 - 00017fa1f8] BRK
    #4 [00000fd6a0 - 0000100000] BIOS reserved
    #5 [00000fd690 - 00000fd6a0] MP-table mpf
    #6 [000009bc00 - 00000fd410] BIOS reserved
    #7 [00000fd624 - 00000fd690] BIOS reserved
    #8 [00000fd410 - 00000fd624] MP-table mpc
    #9 [0000010000 - 0000012000] TRAMPOLINE
    #10 [0000012000 - 0000016000] ACPI WAKEUP
    #11 [0000016000 - 0000018000] PGTABLE
    #12 [0000018000 - 0000019000] PGTABLE
    #13 [00017fa200 - 00017fb200] BOOTMEM
    #14 [0000019000 - 0000019300] BOOTMEM
    #15 [0001ffc000 - 0001ffd000] BOOTMEM
    #16 [0001ffd000 - 0001ffe000] BOOTMEM
    #17 [0002000000 - 0005800000] MEMMAP 0
    #18 [00017fb200 - 0001813200] BOOTMEM
    #19 [0001813200 - 000182b200] BOOTMEM
    #20 [000182b200 - 0001843200] BOOTMEM
    #21 [0001844000 - 0001845000] BOOTMEM
    #22 [00017f99c0 - 00017f9a01] BOOTMEM
    #23 [00017f9a40 - 00017f9a83] BOOTMEM
    #24 [00017f9ac0 - 00017f9ee8] BOOTMEM
    #25 [00017f9f00 - 00017f9f68] BOOTMEM
    #26 [00017f9f80 - 00017f9fe8] BOOTMEM
    #27 [0001843200 - 0001843268] BOOTMEM
    #28 [0001843280 - 00018432e8] BOOTMEM
    #29 [0001843300 - 0001843368] BOOTMEM
    #30 [0001843380 - 00018433e8] BOOTMEM
    #31 [0001843400 - 0001843468] BOOTMEM
    #32 [0001843480 - 00018434e8] BOOTMEM
    #33 [0001843500 - 0001843568] BOOTMEM
    #34 [0001843580 - 00018435e8] BOOTMEM
    #35 [0001843600 - 0001843668] BOOTMEM
    #36 [0001843680 - 00018436e8] BOOTMEM
    #37 [0001843700 - 0001843768] BOOTMEM
    #38 [0001843780 - 00018437e8] BOOTMEM
    #39 [0001843800 - 0001843868] BOOTMEM
    #40 [0001843880 - 00018438e8] BOOTMEM
    #41 [0001843900 - 0001843968] BOOTMEM
    #42 [0001843980 - 00018439e8] BOOTMEM
    #43 [0001843a00 - 0001843a20] BOOTMEM
    #44 [0001843a40 - 0001843a60] BOOTMEM
    #45 [0001843a80 - 0001843aa0] BOOTMEM
    #46 [0001843ac0 - 0001843ad2] BOOTMEM
    #47 [0001843b00 - 0001843b12] BOOTMEM
    #48 [0001a00000 - 0001a1c000] BOOTMEM
    #49 [0001a80000 - 0001a9c000] BOOTMEM
    #50 [0001b00000 - 0001b1c000] BOOTMEM
    #51 [0001b80000 - 0001b9c000] BOOTMEM
    #52 [0001843b40 - 0001843b48] BOOTMEM
    #53 [0001843b80 - 0001843b88] BOOTMEM
    #54 [0001843bc0 - 0001843bd0] BOOTMEM
    #55 [0001843c00 - 0001843c20] BOOTMEM
    #56 [0001843c40 - 0001843d70] BOOTMEM
    #57 [0001843d80 - 0001843dd0] BOOTMEM
    #58 [0001843e00 - 0001843e50] BOOTMEM
    #59 [0001845000 - 000184d000] BOOTMEM
    #60 [0001b9c000 - 0001f9c000] BOOTMEM
    #61 [0005800000 - 0005a00000] BOOTMEM
    #62 [0001843e80 - 0001843e88] BOOTMEM
    #63 [0001843ec0 - 0001843ec8] BOOTMEM
    #64 [000184d000 - 000184d240] BOOTMEM
    #65 [0005a00000 - 0009a00000] BOOTMEM
    #66 [000184d240 - 000186d240] BOOTMEM
    #67 [000186d240 - 00018ad240] BOOTMEM
    #68 [000001ab00 - 0000022b00] BOOTMEM
    Memory: 4020284k/5242880k available (3682k kernel code, 1082396k absent, 140200k reserved, 2083k data, 504k init)
    SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Hierarchical RCU implementation.
    RCU-based detection of stalled CPUs is disabled.
    Verbose stalled-CPUs detection is disabled.
    NR_IRQS:2304
    Extended CMOS year: 2000
    Console: colour VGA+ 80x25
    console [tty0] enabled
    allocated 41943040 bytes of page_cgroup
    please try 'cgroup_disable=memory' option if you don't want memory cgroups
    hpet clockevent registered
    Fast TSC calibration using PIT
    spurious 8259A interrupt: IRQ7.
    Detected 2527.164 MHz processor.
    Calibrating delay loop (skipped), value calculated using timer frequency.. 5056.92 BogoMIPS (lpj=8423880)
    pid_max: default: 32768 minimum: 301
    Security Framework initialized
    TOMOYO Linux initialized
    AppArmor: AppArmor disabled by boot time parameter
    Mount-cache hash table entries: 256
    Initializing cgroup subsys ns
    Initializing cgroup subsys cpuacct
    Initializing cgroup subsys memory
    Initializing cgroup subsys devices
    Initializing cgroup subsys freezer
    Initializing cgroup subsys net_cls
    Initializing cgroup subsys blkio
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 0
    mce: CPU supports 6 MCE banks
    CPU0: Thermal monitoring enabled (TM2)
    using mwait in idle threads.
    Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
    ... version: 2
    ... bit width: 40
    ... generic registers: 2
    ... value mask: 000000ffffffffff
    ... max period: 000000007fffffff
    ... fixed-purpose events: 3
    ... event mask: 0000000700000003
    ACPI: Core revision 20100702
    Setting APIC routing to flat
    ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
    CPU0: Intel(R) Core(TM)2 Duo CPU P8700 @ 2.53GHz stepping 0a
    NMI watchdog enabled, takes one hw-pmu counter.
    Booting Node 0, Processors #1
    NMI watchdog enabled, takes one hw-pmu counter.
    Brought up 2 CPUs
    Total of 2 processors activated (10112.47 BogoMIPS).
    devtmpfs: initialized
    NET: Registered protocol family 16
    ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    ACPI: bus type pci registered
    PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    PCI: Using configuration type 1 for base access
    bio: create slab <bio-0> at 0
    ACPI: EC: Look up EC in DSDT
    ACPI: Executed 1 blocks of module-level executable AML code
    ACPI: BIOS _OSI(Linux) query ignored
    ACPI: SSDT 00000000bdee4c10 00265 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 00265 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    ACPI: SSDT 00000000bdee2810 007A2 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 007A2 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    ACPI: SSDT 00000000bdee3d90 000FD (v01 PmRef ApIst 00003000 INTL 20051117)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 000FD (v01 PmRef ApIst 00003000 INTL 20051117)
    ACPI: SSDT 00000000bdee1f90 00047 (v01 PmRef ApCst 00003000 INTL 20051117)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 00047 (v01 PmRef ApCst 00003000 INTL 20051117)
    ACPI: Interpreter enabled
    ACPI: (supports S0 S3 S4 S5)
    ACPI: Using IOAPIC for interrupt routing
    ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    ACPI: No dock devices found.
    PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    \_SB_.PCI0:_OSC invalid UUID
    _OSC request data:1 8 1f
    ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
    pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
    pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
    pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
    pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
    pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
    pci_root PNP0A08:00: host bridge window [mem 0x000e4000-0x000e7fff]
    pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xfebfffff]
    DMAR: Forcing write-buffer flush capability
    DMAR: Disabling IOMMU for graphics on this chipset
    pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:01.0: PME# disabled
    pci 0000:00:1a.0: reg 20: [io 0xe0e0-0xe0ff]
    pci 0000:00:1a.1: reg 20: [io 0xe0c0-0xe0df]
    pci 0000:00:1a.2: reg 20: [io 0xe0a0-0xe0bf]
    pci 0000:00:1a.7: reg 10: [mem 0xd8d04c00-0xd8d04fff]
    pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    pci 0000:00:1a.7: PME# disabled
    pci 0000:00:1b.0: reg 10: [mem 0xd8d00000-0xd8d03fff 64bit]
    pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:1b.0: PME# disabled
    pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.0: PME# disabled
    pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.1: PME# disabled
    pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.2: PME# disabled
    pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.3: PME# disabled
    pci 0000:00:1d.0: reg 20: [io 0xe080-0xe09f]
    pci 0000:00:1d.1: reg 20: [io 0xe060-0xe07f]
    pci 0000:00:1d.2: reg 20: [io 0xe040-0xe05f]
    pci 0000:00:1d.7: reg 10: [mem 0xd8d04800-0xd8d04bff]
    pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    pci 0000:00:1d.7: PME# disabled
    pci 0000:00:1f.2: reg 10: [io 0xe130-0xe137]
    pci 0000:00:1f.2: reg 14: [io 0xe120-0xe123]
    pci 0000:00:1f.2: reg 18: [io 0xe110-0xe117]
    pci 0000:00:1f.2: reg 1c: [io 0xe100-0xe103]
    pci 0000:00:1f.2: reg 20: [io 0xe020-0xe03f]
    pci 0000:00:1f.2: reg 24: [mem 0xd8d04000-0xd8d047ff]
    pci 0000:00:1f.2: PME# supported from D3hot
    pci 0000:00:1f.2: PME# disabled
    pci 0000:00:1f.3: reg 10: [mem 0xd8d05000-0xd8d050ff 64bit]
    pci 0000:00:1f.3: reg 20: [io 0xe000-0xe01f]
    pci 0000:01:00.0: reg 10: [mem 0xd2000000-0xd2ffffff]
    pci 0000:01:00.0: reg 14: [mem 0xc0000000-0xcfffffff 64bit pref]
    pci 0000:01:00.0: reg 1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
    pci 0000:01:00.0: reg 24: [io 0xd000-0xd07f]
    pci 0000:01:00.0: reg 30: [mem 0xd3000000-0xd307ffff pref]
    pci 0000:01:00.1: reg 10: [mem 0xd3080000-0xd3083fff]
    pci 0000:00:01.0: PCI bridge to [bus 01-01]
    pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd30fffff]
    pci 0000:00:01.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:02:00.0: reg 10: [mem 0xd7920000-0xd7923fff 64bit]
    pci 0000:02:00.0: reg 18: [io 0xc000-0xc0ff]
    pci 0000:02:00.0: reg 30: [mem 0xd7900000-0xd791ffff pref]
    pci 0000:02:00.0: supports D1 D2
    pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:02:00.0: PME# disabled
    pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff]
    pci 0000:00:1c.0: bridge window [mem 0xd7900000-0xd8cfffff]
    pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:03:00.0: reg 10: [mem 0xd6500000-0xd6501fff 64bit]
    pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    pci 0000:03:00.0: PME# disabled
    pci 0000:00:1c.1: PCI bridge to [bus 03-03]
    pci 0000:00:1c.1: bridge window [io 0xb000-0xbfff]
    pci 0000:00:1c.1: bridge window [mem 0xd6500000-0xd78fffff]
    pci 0000:00:1c.1: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:04:00.0: reg 10: [mem 0xd5100a00-0xd5100aff]
    pci 0000:04:00.0: supports D1 D2
    pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:04:00.0: PME# disabled
    pci 0000:04:00.1: reg 10: [mem 0xd5100900-0xd51009ff]
    pci 0000:04:00.1: supports D1 D2
    pci 0000:04:00.1: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:04:00.1: PME# disabled
    pci 0000:04:00.3: reg 10: [mem 0xd5100000-0xd51007ff]
    pci 0000:04:00.3: supports D1 D2
    pci 0000:04:00.3: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:04:00.3: PME# disabled
    pci 0000:04:00.4: reg 10: [mem 0xd5100800-0xd51008ff]
    pci 0000:04:00.4: supports D1 D2
    pci 0000:04:00.4: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:04:00.4: PME# disabled
    pci 0000:00:1c.2: PCI bridge to [bus 04-04]
    pci 0000:00:1c.2: bridge window [io 0xa000-0xafff]
    pci 0000:00:1c.2: bridge window [mem 0xd5100000-0xd64fffff]
    pci 0000:00:1c.2: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
    pci 0000:00:1c.3: bridge window [io 0x9000-0x9fff]
    pci 0000:00:1c.3: bridge window [mem 0xd3100000-0xd50fffff]
    pci 0000:00:1c.3: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:00:1e.0: PCI bridge to [bus 0d-0d] (subtractive decode)
    pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
    pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xfebfffff] (subtractive decode)
    pci_bus 0000:00: on NUMA node 0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGP._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
    \_SB_.PCI0:_OSC invalid UUID
    _OSC request data:1 19 1f
    ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 *4 5 6 7 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 *5 6 7 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    ACPI: PCI Interrupt Link [LNKG] (IRQs 1 *3 4 5 6 7 10 12 14 15)
    ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    HEST: Table is not found!
    vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    vgaarb: loaded
    PCI: Using ACPI for IRQ routing
    PCI: pci_cache_line_size set to 64 bytes
    reserve RAM buffer: 000000000009bc00 - 000000000009ffff
    reserve RAM buffer: 00000000bdea7000 - 00000000bfffffff
    reserve RAM buffer: 00000000be000000 - 00000000bfffffff
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    Switching to clocksource tsc
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp: PnP ACPI: found 10 devices
    ACPI: ACPI bus type pnp unregistered
    system 00:03: [mem 0xfed00000-0xfed003ff] has been reserved
    system 00:05: [io 0x0680-0x069f] has been reserved
    system 00:05: [io 0x1000-0x100f] has been reserved
    system 00:05: [io 0x0800-0x0803] has been reserved
    system 00:05: [io 0x0400-0x047f] has been reserved
    system 00:05: [io 0x0500-0x053f] has been reserved
    system 00:05: [io 0x164e-0x164f] has been reserved
    system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
    system 00:09: [mem 0xfed14000-0xfed17fff] has been reserved
    system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
    system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
    system 00:09: [mem 0xe0000000-0xefffffff] has been reserved
    system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
    system 00:09: [mem 0xfeb00000-0xfeb03fff] has been reserved
    system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
    pci 0000:00:01.0: BAR 15: assigned [mem 0xd8e00000-0xd8ffffff 64bit pref]
    pci 0000:00:1c.0: BAR 15: assigned [mem 0xd9000000-0xd91fffff 64bit pref]
    pci 0000:00:1c.1: BAR 15: assigned [mem 0xd9200000-0xd93fffff 64bit pref]
    pci 0000:00:1c.2: BAR 15: assigned [mem 0xd9400000-0xd95fffff 64bit pref]
    pci 0000:00:1c.3: BAR 15: assigned [mem 0xd9600000-0xd97fffff 64bit pref]
    pci 0000:00:01.0: PCI bridge to [bus 01-01]
    pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd30fffff]
    pci 0000:00:01.0: bridge window [mem 0xd8e00000-0xd8ffffff 64bit pref]
    pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff]
    pci 0000:00:1c.0: bridge window [mem 0xd7900000-0xd8cfffff]
    pci 0000:00:1c.0: bridge window [mem 0xd9000000-0xd91fffff 64bit pref]
    pci 0000:00:1c.1: PCI bridge to [bus 03-03]
    pci 0000:00:1c.1: bridge window [io 0xb000-0xbfff]
    pci 0000:00:1c.1: bridge window [mem 0xd6500000-0xd78fffff]
    pci 0000:00:1c.1: bridge window [mem 0xd9200000-0xd93fffff 64bit pref]
    pci 0000:00:1c.2: PCI bridge to [bus 04-04]
    pci 0000:00:1c.2: bridge window [io 0xa000-0xafff]
    pci 0000:00:1c.2: bridge window [mem 0xd5100000-0xd64fffff]
    pci 0000:00:1c.2: bridge window [mem 0xd9400000-0xd95fffff 64bit pref]
    pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
    pci 0000:00:1c.3: bridge window [io 0x9000-0x9fff]
    pci 0000:00:1c.3: bridge window [mem 0xd3100000-0xd50fffff]
    pci 0000:00:1c.3: bridge window [mem 0xd9600000-0xd97fffff 64bit pref]
    pci 0000:00:1e.0: PCI bridge to [bus 0d-0d]
    pci 0000:00:1e.0: bridge window [io disabled]
    pci 0000:00:1e.0: bridge window [mem disabled]
    pci 0000:00:1e.0: bridge window [mem pref disabled]
    pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    pci 0000:00:01.0: setting latency timer to 64
    pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    pci 0000:00:1c.0: setting latency timer to 64
    pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
    pci 0000:00:1c.1: setting latency timer to 64
    pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    pci 0000:00:1c.2: setting latency timer to 64
    pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    pci 0000:00:1c.3: setting latency timer to 64
    pci 0000:00:1e.0: setting latency timer to 64
    pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
    pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
    pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
    pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
    pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
    pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
    pci_bus 0000:00: resource 13 [mem 0xc0000000-0xfebfffff]
    pci_bus 0000:01: resource 0 [io 0xd000-0xdfff]
    pci_bus 0000:01: resource 1 [mem 0xc0000000-0xd30fffff]
    pci_bus 0000:01: resource 2 [mem 0xd8e00000-0xd8ffffff 64bit pref]
    pci_bus 0000:02: resource 0 [io 0xc000-0xcfff]
    pci_bus 0000:02: resource 1 [mem 0xd7900000-0xd8cfffff]
    pci_bus 0000:02: resource 2 [mem 0xd9000000-0xd91fffff 64bit pref]
    pci_bus 0000:03: resource 0 [io 0xb000-0xbfff]
    pci_bus 0000:03: resource 1 [mem 0xd6500000-0xd78fffff]
    pci_bus 0000:03: resource 2 [mem 0xd9200000-0xd93fffff 64bit pref]
    pci_bus 0000:04: resource 0 [io 0xa000-0xafff]
    pci_bus 0000:04: resource 1 [mem 0xd5100000-0xd64fffff]
    pci_bus 0000:04: resource 2 [mem 0xd9400000-0xd95fffff 64bit pref]
    pci_bus 0000:05: resource 0 [io 0x9000-0x9fff]
    pci_bus 0000:05: resource 1 [mem 0xd3100000-0xd50fffff]
    pci_bus 0000:05: resource 2 [mem 0xd9600000-0xd97fffff 64bit pref]
    pci_bus 0000:0d: resource 4 [io 0x0000-0x0cf7]
    pci_bus 0000:0d: resource 5 [io 0x0d00-0xffff]
    pci_bus 0000:0d: resource 6 [mem 0x000a0000-0x000bffff]
    pci_bus 0000:0d: resource 7 [mem 0x000d0000-0x000d3fff]
    pci_bus 0000:0d: resource 8 [mem 0x000d4000-0x000d7fff]
    pci_bus 0000:0d: resource 9 [mem 0x000d8000-0x000dbfff]
    pci_bus 0000:0d: resource 10 [mem 0x000dc000-0x000dffff]
    pci_bus 0000:0d: resource 11 [mem 0x000e0000-0x000e3fff]
    pci_bus 0000:0d: resource 12 [mem 0x000e4000-0x000e7fff]
    pci_bus 0000:0d: resource 13 [mem 0xc0000000-0xfebfffff]
    NET: Registered protocol family 2
    IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
    TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
    TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    TCP: Hash tables configured (established 262144 bind 65536)
    TCP reno registered
    UDP hash table entries: 2048 (order: 4, 65536 bytes)
    UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    NET: Registered protocol family 1
    pci 0000:01:00.0: Boot video device
    PCI: CLS 64 bytes, default 64
    Unpacking initramfs...
    Freeing initrd memory: 1756k freed
    PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    Placing 64MB software IO TLB between ffff880005a00000 - ffff880009a00000
    software IO TLB at phys 0x5a00000 - 0x9a00000
    Scanning for low memory corruption every 60 seconds
    audit: initializing netlink socket (disabled)
    type=2000 audit(1290893788.056:1): initialized
    HugeTLB registered 2 MB page size, pre-allocated 0 pages
    VFS: Disk quotas dquot_6.5.2
    Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    msgmni has been set to 7855
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    io scheduler noop registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    \_SB_.PCI0:_OSC invalid UUID
    _OSC request data:1 0 1d
    \_SB_.PCI0:_OSC invalid UUID
    _OSC request data:1 0 1d
    \_SB_.PCI0:_OSC invalid UUID
    _OSC request data:1 0 1d
    \_SB_.PCI0:_OSC invalid UUID
    _OSC request data:1 0 1d
    \_SB_.PCI0:_OSC invalid UUID
    _OSC request data:1 0 1d
    intel_idle: MWAIT substates: 0x3122220
    intel_idle: does not run on family 6 model 23
    ERST: Table is not found!
    Linux agpgart interface v0.103
    Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    i8042.c: Detected active multiplexing controller, rev 1.1.
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX0 port at 0x60,0x64 irq 12
    serio: i8042 AUX1 port at 0x60,0x64 irq 12
    serio: i8042 AUX2 port at 0x60,0x64 irq 12
    serio: i8042 AUX3 port at 0x60,0x64 irq 12
    mice: PS/2 mouse device common for all mice
    rtc_cmos 00:06: RTC can wake from S4
    rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    Registering the dns_resolver key type
    PM: Resume from disk failed.
    registered taskstats version 1
    rtc_cmos 00:06: setting system clock to 2010-11-27 21:36:28 UTC (1290893788)
    Initalizing network drop monitor service
    Freeing unused kernel memory: 504k freed
    udev[38]: starting version 164
    input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    SCSI subsystem initialized
    libata version 3.00 loaded.
    ahci 0000:00:1f.2: version 3.0
    ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    ahci 0000:00:1f.2: irq 40 for MSI/MSI-X
    ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
    ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc ems
    ahci 0000:00:1f.2: setting latency timer to 64
    scsi0 : ahci
    scsi1 : ahci
    scsi2 : ahci
    scsi3 : ahci
    ata1: SATA max UDMA/133 abar m2048@0xd8d04000 port 0xd8d04100 irq 40
    ata2: SATA max UDMA/133 abar m2048@0xd8d04000 port 0xd8d04180 irq 40
    ata3: DUMMY
    ata4: DUMMY
    ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    ata2.00: ATAPI: Optiarc BD RW BD-5730S, 1.71, max UDMA/100
    ata2.00: configured for UDMA/100
    ata1.00: ATA-8: TOSHIBA MK3263GSX, FG020A, max UDMA/100
    ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    ata1.00: configured for UDMA/100
    scsi 0:0:0:0: Direct-Access ATA TOSHIBA MK3263GS FG02 PQ: 0 ANSI: 5
    scsi 1:0:0:0: CD-ROM Optiarc BD RW BD-5730S 1.71 PQ: 0 ANSI: 5
    sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    cdrom: Uniform CD-ROM driver Revision: 3.20
    sr 1:0:0:0: Attached scsi CD-ROM sr0
    sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
    sd 0:0:0:0: [sda] Attached SCSI disk
    EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
    Not activating Mandatory Access Control now since /sbin/tomoyo-init doesn't exist.
    udev[949]: starting version 164
    iTCO_vendor_support: vendor-support=0
    iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
    iTCO_wdt: Found a ICH9M TCO device (Version=2, TCOBASE=0x0460)
    iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    sony-laptop: Sony Notebook Control Driver v0.6.
    ACPI: WMI: Mapper loaded
    input: PC Speaker as /devices/platform/pcspkr/input/input1
    ACPI: AC Adapter [ADP1] (on-line)
    thermal LNXTHERM:01: registered as thermal_zone0
    ACPI: Thermal Zone [TZ00] (56 C)
    input: Sony Vaio Keys as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/SNY5001:00/input/input2
    ACPI: Invalid active0 threshold
    ACPI: acpi_idle registered with cpuidle
    input: Sony Vaio Jogdial as /devices/virtual/input/input3
    thermal LNXTHERM:02: registered as thermal_zone1
    ACPI: Thermal Zone [TZ01] (56 C)
    Monitor-Mwait will be used to enter C-1 state
    Monitor-Mwait will be used to enter C-2 state
    Marking TSC unstable due to TSC halts in idle
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    sr 1:0:0:0: Attached scsi generic sg1 type 5
    Switching to clocksource hpet
    pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    cfg80211: Calling CRDA to update world regulatory domain
    sky2: driver version 1.28
    sky2 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    sky2 0000:02:00.0: setting latency timer to 64
    sky2 0000:02:00.0: Yukon-2 UL 2 chip revision 0
    sky2 0000:02:00.0: irq 41 for MSI/MSI-X
    sky2 0000:02:00.0: eth0: addr 00:24:be:85:96:40
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 19 (level, low) -> IRQ 19
    ehci_hcd 0000:00:1a.7: setting latency timer to 64
    ehci_hcd 0000:00:1a.7: EHCI Host Controller
    ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    ehci_hcd 0000:00:1a.7: debug port 1
    ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
    ehci_hcd 0000:00:1a.7: irq 19, io mem 0xd8d04c00
    uhci_hcd: USB Universal Host Controller Interface driver
    ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 6 ports detected
    ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    ehci_hcd 0000:00:1d.7: setting latency timer to 64
    ehci_hcd 0000:00:1d.7: EHCI Host Controller
    ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
    ehci_hcd 0000:00:1d.7: debug port 1
    ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
    ehci_hcd 0000:00:1d.7: irq 23, io mem 0xd8d04800
    ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 6 ports detected
    uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    uhci_hcd 0000:00:1a.0: setting latency timer to 64
    uhci_hcd 0000:00:1a.0: UHCI Host Controller
    uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000e0e0
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
    uhci_hcd 0000:00:1a.1: setting latency timer to 64
    uhci_hcd 0000:00:1a.1: UHCI Host Controller
    uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000e0c0
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 19 (level, low) -> IRQ 19
    uhci_hcd 0000:00:1a.2: setting latency timer to 64
    uhci_hcd 0000:00:1a.2: UHCI Host Controller
    uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
    uhci_hcd 0000:00:1a.2: irq 19, io base 0x0000e0a0
    hub 5-0:1.0: USB hub found
    hub 5-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    uhci_hcd 0000:00:1d.0: setting latency timer to 64
    uhci_hcd 0000:00:1d.0: UHCI Host Controller
    uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
    uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000e080
    hub 6-0:1.0: USB hub found
    hub 6-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    uhci_hcd 0000:00:1d.1: setting latency timer to 64
    uhci_hcd 0000:00:1d.1: UHCI Host Controller
    uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
    uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000e060
    hub 7-0:1.0: USB hub found
    hub 7-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    uhci_hcd 0000:00:1d.2: setting latency timer to 64
    uhci_hcd 0000:00:1d.2: UHCI Host Controller
    uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
    uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000e040
    hub 8-0:1.0: USB hub found
    hub 8-0:1.0: 2 ports detected
    [Firmware Bug]: ACPI(NGFX) defines _DOD but not _DOS
    input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:27/LNXVIDEO:00/input/input4
    ACPI: Video Device [NGFX] (multi-head: yes rom: no post: no)
    ACPI: Battery Slot [BAT0] (battery present)
    input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input5
    ACPI: Lid Switch [LID0]
    input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6
    ACPI: Power Button [PWRB]
    usb 1-2: new high speed USB device using ehci_hcd and address 2
    firewire_ohci 0000:04:00.3: PCI INT D -> GSI 17 (level, low) -> IRQ 17
    firewire_ohci 0000:04:00.3: setting latency timer to 64
    i801_smbus 0000:00:1f.3: enabling device (0001 -> 0003)
    i801_smbus 0000:00:1f.3: PCI INT C -> GSI 19 (level, low) -> IRQ 19
    ACPI: resource 0000:00:1f.3 [io 0xe000-0xe01f] conflicts with ACPI region SMI1 [io 0x0800-0xffff0803 64bit pref disabled]
    ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    firewire_ohci 0000:04:00.3: irq 42 for MSI/MSI-X
    firewire_ohci: Added fw-ohci device 0000:04:00.3, OHCI v1.0, 4 IR + 4 IT contexts, quirks 0x1
    usb 2-1: new high speed USB device using ehci_hcd and address 2
    sdhci: Secure Digital Host Controller Interface driver
    sdhci: Copyright(c) Pierre Ossman
    HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    HDA Intel 0000:00:1b.0: irq 43 for MSI/MSI-X
    HDA Intel 0000:00:1b.0: setting latency timer to 64
    [drm] Initialized drm 1.1.0 20060810
    Synaptics Touchpad, model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04731/0xa40000/0xa0000
    input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input7
    Initializing USB Mass Storage driver...
    scsi4 : usb-storage 2-1:1.0
    usbcore: registered new interface driver usb-storage
    USB Mass Storage support registered.
    iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
    iwlagn: Copyright(c) 2003-2010 Intel Corporation
    iwlagn 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    iwlagn 0000:03:00.0: setting latency timer to 64
    iwlagn 0000:03:00.0: Detected Intel(R) WiFi Link 5100 AGN, REV=0x54
    iwlagn 0000:03:00.0: device EEPROM VER=0x11f, CALIB=0x4
    iwlagn 0000:03:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
    iwlagn 0000:03:00.0: irq 44 for MSI/MSI-X
    sdhci-pci 0000:04:00.0: SDHCI controller found [1180:e822] (rev 0)
    sdhci-pci 0000:04:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    sdhci-pci 0000:04:00.0: Will use DMA mode even though HW doesn't fully claim to support it.
    sdhci-pci 0000:04:00.0: setting latency timer to 64
    Registered led device: mmc0::
    mmc0: SDHCI controller on PCI [0000:04:00.0] using DMA
    sdhci-pci 0000:04:00.4: SDHCI controller found [1180:e822] (rev 0)
    sdhci-pci 0000:04:00.4: PCI INT C -> GSI 16 (level, low) -> IRQ 16
    sdhci-pci 0000:04:00.4: Will use DMA mode even though HW doesn't fully claim to support it.
    sdhci-pci 0000:04:00.4: setting latency timer to 64
    Registered led device: mmc1::
    mmc1: SDHCI controller on PCI [0000:04:00.4] using DMA
    firewire_core: created device fw0: GUID 080046030321aebd, S400
    hda_codec: ALC262: SKU not ready 0x411111f0
    hda_codec: ALC262: BIOS auto-probing.
    input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input8
    HDA Intel 0000:01:00.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    hda_intel: Disable MSI for Nvidia chipset
    HDA Intel 0000:01:00.1: setting latency timer to 64
    usb 7-1: new full speed USB device using uhci_hcd and address 2
    iwlagn 0000:03:00.0: loaded firmware version 8.24.2.12
    Linux video capture interface: v2.00
    uvcvideo: Found UVC 1.00 device <unnamed> (05ca:18b5)
    input: UVC Camera (05ca:18b5) as /devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2:1.0/input/input9
    usbcore: registered new interface driver uvcvideo
    USB Video Class driver (v0.1.0)
    phy0: Selected rate control algorithm 'iwl-agn-rs'
    usbcore: registered new interface driver hiddev
    usb 8-1: new full speed USB device using uhci_hcd and address 2
    input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.1/usb7/7-1/7-1:1.0/input/input10
    generic-usb 0003:046D:C52F.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1d.1-1/input0
    input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.1/usb7/7-1/7-1:1.1/input/input11
    generic-usb 0003:046D:C52F.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.1-1/input1
    usbcore: registered new interface driver usbhid
    usbhid: USB HID core driver
    Bluetooth: Core ver 2.15
    NET: Registered protocol family 31
    Bluetooth: HCI device and connection manager initialized
    Bluetooth: HCI socket layer initialized
    scsi 4:0:0:0: Direct-Access CBM Flash Disk 5.00 PQ: 0 ANSI: 2
    sd 4:0:0:0: Attached scsi generic sg2 type 0
    sd 4:0:0:0: [sdb] 978944 512-byte logical blocks: (501 MB/478 MiB)
    sd 4:0:0:0: [sdb] Write Protect is off
    sd 4:0:0:0: [sdb] Mode Sense: 0b 00 00 08
    sd 4:0:0:0: [sdb] Assuming drive cache: write through
    sd 4:0:0:0: [sdb] Assuming drive cache: write through
    sdb: sdb1
    sd 4:0:0:0: [sdb] Assuming drive cache: write through
    sd 4:0:0:0: [sdb] Attached SCSI removable disk
    nouveau 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    nouveau 0000:01:00.0: setting latency timer to 64
    [drm] nouveau 0000:01:00.0: Detected an NV50 generation card (0x0a5500a2)
    [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PRAMIN
    Bluetooth: Generic Bluetooth USB driver ver 0.6
    usbcore: registered new interface driver btusb
    [drm] nouveau 0000:01:00.0: ... appears to be valid
    [drm] nouveau 0000:01:00.0: BIT BIOS found
    [drm] nouveau 0000:01:00.0: Bios version 70.16.27.00
    [drm] nouveau 0000:01:00.0: Pointer to BIT loadval table invalid
    [drm] nouveau 0000:01:00.0: TMDS table version 2.0
    [drm] nouveau 0000:01:00.0: Found Display Configuration Block version 4.0
    [drm] nouveau 0000:01:00.0: Raw DCB entry 0: 010003f3 00010036
    [drm] nouveau 0000:01:00.0: Raw DCB entry 1: 02011300 00000000
    [drm] nouveau 0000:01:00.0: Raw DCB entry 2: 02422362 00020010
    [drm] nouveau 0000:01:00.0: Raw DCB entry 3: 0000000e 00000000
    [drm] nouveau 0000:01:00.0: DCB connector table: VHER 0x40 5 16 4
    [drm] nouveau 0000:01:00.0: 0: 0x00000040: type 0x40 idx 0 tag 0xff
    [drm] nouveau 0000:01:00.0: 1: 0x00000100: type 0x00 idx 1 tag 0xff
    [drm] nouveau 0000:01:00.0: 2: 0x00001261: type 0x61 idx 2 tag 0x07
    [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0xD52B
    [drm] nouveau 0000:01:00.0: 0xD84D: Condition still not met after 20ms, skipping following opcodes
    [drm] nouveau 0000:01:00.0: 0xD851: Condition still not met after 20ms, skipping following opcodes
    [drm] nouveau 0000:01:00.0: 0xDA0E: Condition still not met after 20ms, skipping following opcodes
    [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0xDA3B
    [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0xE7C5
    [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0xE803
    [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0xEA43
    [drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0xEAA8
    [drm] nouveau 0000:01:00.0: 0xEAA8: Condition still not met after 20ms, skipping following opcodes
    [drm] nouveau 0000:01:00.0: Detected 512MiB VRAM
    [TTM] Zone kernel: Available graphics memory: 2011272 kiB.
    [TTM] Initializing pool allocator.
    [drm] nouveau 0000:01:00.0: 512 MiB GART (aperture)
    [drm] nouveau 0000:01:00.0: Allocating FIFO number 1
    [drm] nouveau 0000:01:00.0: nouveau_channel_alloc: initialised FIFO 1
    [drm] nouveau 0000:01:00.0: allocated 1366x768 fb: 0x40230000, bo ffff88013bfac400
    Console: switching to colour frame buffer device 170x48
    fb0: nouveaufb frame buffer device
    drm: registered panic notifier
    [drm] Initialized nouveau 0.0.16 20090420 for 0000:01:00.0 on minor 0
    EXT4-fs (sda5): re-mounted. Opts: (null)
    EXT4-fs (sda5): re-mounted. Opts: (null)
    Adding 2803304k swap on /dev/sda6. Priority:-1 extents:1 across:2803304k
    wlan0: authenticate with 94:44:52:78:c1:98 (try 1)
    wlan0: authenticated
    wlan0: associate with 94:44:52:78:c1:98 (try 1)
    wlan0: RX AssocResp from 94:44:52:78:c1:98 (capab=0x411 status=0 aid=1)
    wlan0: associated
    Intel AES-NI instructions are not detected.
    padlock: VIA PadLock not detected.
    Initializing cgroup subsys cpuset
    Initializing cgroup subsys cpu
    Linux version 2.6.36-ARCH (tobias@T-POWA-LX) (gcc version 4.5.1 (GCC) ) #1 SMP PREEMPT Wed Nov 24 00:39:57 CET 2010
    Command line: root=/dev/sda5 ro
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009bc00 (usable)
    BIOS-e820: 000000000009bc00 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 00000000bdea7000 (usable)
    BIOS-e820: 00000000bdea7000 - 00000000bdecf000 (ACPI NVS)
    BIOS-e820: 00000000bdecf000 - 00000000bdee0000 (reserved)
    BIOS-e820: 00000000bdee0000 - 00000000bdee1000 (ACPI NVS)
    BIOS-e820: 00000000bdee1000 - 00000000bdf08000 (reserved)
    BIOS-e820: 00000000bdf08000 - 00000000bdf09000 (ACPI NVS)
    BIOS-e820: 00000000bdf09000 - 00000000bdf0a000 (reserved)
    BIOS-e820: 00000000bdf0a000 - 00000000bdf14000 (ACPI data)
    BIOS-e820: 00000000bdf14000 - 00000000bdf1a000 (ACPI NVS)
    BIOS-e820: 00000000bdf1a000 - 00000000bdf39000 (reserved)
    BIOS-e820: 00000000bdf39000 - 00000000be000000 (usable)
    BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
    BIOS-e820: 00000000ffa00000 - 00000000ffc00000 (reserved)
    BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
    BIOS-e820: 0000000100000000 - 0000000140000000 (usable)
    NX (Execute Disable) protection: active
    DMI 2.4 present.
    AMI BIOS detected: BIOS may corrupt low RAM, working around it.
    e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
    e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    No AGP bridge found
    last_pfn = 0x140000 max_arch_pfn = 0x400000000
    MTRR default type: uncachable
    MTRR fixed ranges enabled:
    00000-9FFFF write-back
    A0000-BFFFF uncachable
    C0000-CFFFF write-protect
    D0000-E7FFF write-through
    E8000-FFFFF write-protect
    MTRR variable ranges enabled:
    0 base 000000000 mask F80000000 write-back
    1 base 080000000 mask FC0000000 write-back
    2 base 0BE000000 mask FFE000000 uncachable
    3 base 100000000 mask FC0000000 write-back
    4 disabled
    5 disabled
    6 disabled
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    e820 update range: 00000000be000000 - 0000000100000000 (usable) ==> (reserved)
    last_pfn = 0xbe000 max_arch_pfn = 0x400000000
    Scanning 0 areas for low memory corruption
    modified physical RAM map:
    modified: 0000000000000000 - 0000000000010000 (reserved)
    modified: 0000000000010000 - 000000000009bc00 (usable)
    modified: 000000000009bc00 - 00000000000a0000 (reserved)
    modified: 00000000000e0000 - 0000000000100000 (reserved)
    modified: 0000000000100000 - 00000000bdea7000 (usable)
    modified: 00000000bdea7000 - 00000000bdecf000 (ACPI NVS)
    modified: 00000000bdecf000 - 00000000bdee0000 (reserved)
    modified: 00000000bdee0000 - 00000000bdee1000 (ACPI NVS)
    modified: 00000000bdee1000 - 00000000bdf08000 (reserved)
    modified: 00000000bdf08000 - 00000000bdf09000 (ACPI NVS)
    modified: 00000000bdf09000 - 00000000bdf0a000 (reserved)
    modified: 00000000bdf0a000 - 00000000bdf14000 (ACPI data)
    modified: 00000000bdf14000 - 00000000bdf1a000 (ACPI NVS)
    modified: 00000000bdf1a000 - 00000000bdf39000 (reserved)
    modified: 00000000bdf39000 - 00000000be000000 (usable)
    modified: 00000000e0000000 - 00000000f0000000 (reserved)
    modified: 00000000ffa00000 - 00000000ffc00000 (reserved)
    modified: 00000000ffe00000 - 0000000100000000 (reserved)
    modified: 0000000100000000 - 0000000140000000 (usable)
    initial memory mapped : 0 - 20000000
    found SMP MP-table at [ffff8800000fd690] fd690
    init_memory_mapping: 0000000000000000-00000000be000000
    0000000000 - 00be000000 page 2M
    kernel direct mapping tables up to be000000 @ 16000-1a000
    init_memory_mapping: 0000000100000000-0000000140000000
    0100000000 - 0140000000 page 2M
    kernel direct mapping tables up to 140000000 @ 18000-1e000
    RAMDISK: 37e39000 - 37ff0000
    ACPI: RSDP 00000000000f03b0 00024 (v02 Sony)
    ACPI: XSDT 00000000bdf12f10 0005C (v01 Sony VAIO 20090922 MSFT 00010013)
    ACPI: FACP 00000000bdf08a90 000F4 (v04 Sony VAIO 20090922 MSFT 00010013)
    ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20100702/tbfadt-369)
    ACPI Warning: 32/64X FACS address mismatch in FADT - 0xBDF19E40/0x00000000BDF19D40, using 32 (20100702/tbfadt-486)
    ACPI: DSDT 00000000bdf0a010 06831 (v01 Sony VAIO 20090922 INTL 20051117)
    ACPI: FACS 00000000bdf19e40 00040
    ACPI: APIC 00000000bdf11f10 0006C (v02 Sony VAIO 20090922 MSFT 00010013)
    ACPI: MCFG 00000000bdf18c90 0003C (v01 Sony VAIO 20090922 MSFT 00000097)
    ACPI: HPET 00000000bdf18c10 00038 (v01 Sony VAIO 20090922 MSFT 00010013)
    ACPI: SLIC 00000000bdf14c10 00176 (v01 Sony VAIO 20090922 Sony 01000000)
    ACPI: SSDT 00000000bdee0590 00505 (v01 Sony VAIO 20090922 INTL 20051117)
    ACPI: SSDT 00000000bdecbc10 002E4 (v01 Sony VAIO 20090922 INTL 20051117)
    ACPI: Local APIC address 0xfee00000
    [ffffea0000000000-ffffea00045fffff] PMD -> [ffff880002000000-ffff8800057fffff] on node 0
    Zone PFN ranges:
    DMA 0x00000010 -> 0x00001000
    DMA32 0x00001000 -> 0x00100000
    Normal 0x00100000 -> 0x00140000
    Movable zone start PFN for each node
    early_node_map[4] active PFN ranges
    0: 0x00000010 -> 0x0000009b
    0: 0x00000100 -> 0x000bdea7
    0: 0x000bdf39 -> 0x000be000
    0: 0x00100000 -> 0x00140000
    On node 0 totalpages: 1040121
    DMA zone: 56 pages used for memmap
    DMA zone: 0 pages reserved
    DMA zone: 3923 pages, LIFO batch:0
    DMA32 zone: 14280 pages used for memmap
    DMA32 zone: 759718 pages, LIFO batch:31
    Normal zone: 3584 pages used for memmap
    Normal zone: 258560 pages, LIFO batch:31
    ACPI: PM-Timer IO Port: 0x408
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] disabled)
    ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] disabled)
    ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    ACPI: IRQ0 used by override.
    ACPI: IRQ2 used by override.
    ACPI: IRQ9 used by override.
    Using ACPI (MADT) for SMP configuration information
    ACPI: HPET id: 0x8086a301 base: 0xfed00000
    SMP: Allowing 4 CPUs, 2 hotplug CPUs
    nr_irqs_gsi: 40
    early_res array is doubled to 64 at [19300 - 19aff]
    PM: Registered nosave memory: 000000000009b000 - 000000000009c000
    PM: Registered nosave memory: 000000000009c000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    PM: Registered nosave memory: 00000000bdea7000 - 00000000bdecf000
    PM: Registered nosave memory: 00000000bdecf000 - 00000000bdee0000
    PM: Registered nosave memory: 00000000bdee0000 - 00000000bdee1000
    PM: Registered nosave memory: 00000000bdee1000 - 00000000bdf08000
    PM: Registered nosave memory: 00000000bdf08000 - 00000000bdf09000
    PM: Registered nosave memory: 00000000bdf09000 - 00000000bdf0a000
    PM: Registered nosave memory: 00000000bdf0a000 - 00000000bdf14000
    PM: Registered nosave memory: 00000000bdf14000 - 00000000bdf1a000
    PM: Registered nosave memory: 00000000bdf1a000 - 00000000bdf39000
    PM: Registered nosave memory: 00000000be000000 - 00000000e0000000
    PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
    PM: Registered nosave memory: 00000000f0000000 - 00000000ffa00000
    PM: Registered nosave memory: 00000000ffa00000 - 00000000ffc00000
    PM: Registered nosave memory: 00000000ffc00000 - 00000000ffe00000
    PM: Registered nosave memory: 00000000ffe00000 - 0000000100000000
    Allocating PCI resources starting at be000000 (gap: be000000:22000000)
    Booting paravirtualized kernel on bare hardware
    setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
    PERCPU: Embedded 28 pages/cpu @ffff880001a00000 s86016 r8192 d20480 u524288
    early_res array is doubled to 128 at [19b00 - 1aaff]
    pcpu-alloc: s86016 r8192 d20480 u524288 alloc=1*2097152
    pcpu-alloc: [0] 0 1 2 3
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1022201
    Kernel command line: root=/dev/sda5 ro
    PID hash table entries: 4096 (order: 3, 32768 bytes)
    Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
    Checking aperture...
    No AGP bridge found
    Calgary: detecting Calgary via BIOS EBDA area
    Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    Subtract (69 early reservations)
    #1 [0001000000 - 00017f99a8] TEXT DATA BSS
    #2 [0037e39000 - 0037ff0000] RAMDISK
    #3 [00017fa000 - 00017fa1f8] BRK
    #4 [00000fd6a0 - 0000100000] BIOS reserved
    #5 [00000fd690 - 00000fd6a0] MP-table mpf
    #6 [000009bc00 - 00000fd410] BIOS reserved
    #7 [00000fd624 - 00000fd690] BIOS reserved
    #8 [00000fd410 - 00000fd624] MP-table mpc
    #9 [0000010000 - 0000012000] TRAMPOLINE
    #10 [0000012000 - 0000016000] ACPI WAKEUP
    #11 [0000016000 - 0000018000] PGTABLE
    #12 [0000018000 - 0000019000] PGTABLE
    #13 [00017fa200 - 00017fb200] BOOTMEM
    #14 [0000019000 - 0000019300] BOOTMEM
    #15 [0001ffc000 - 0001ffd000] BOOTMEM
    #16 [0001ffd000 - 0001ffe000] BOOTMEM
    #17 [0002000000 - 0005800000] MEMMAP 0
    #18 [00017fb200 - 0001813200] BOOTMEM
    #19 [0001813200 - 000182b200] BOOTMEM
    #20 [000182b200 - 0001843200] BOOTMEM
    #21 [0001844000 - 0001845000] BOOTMEM
    #22 [00017f99c0 - 00017f9a01] BOOTMEM
    #23 [00017f9a40 - 00017f9a83] BOOTMEM
    #24 [00017f9ac0 - 00017f9ee8] BOOTMEM
    #25 [00017f9f00 - 00017f9f68] BOOTMEM
    #26 [00017f9f80 - 00017f9fe8] BOOTMEM
    #27 [0001843200 - 0001843268] BOOTMEM
    #28 [0001843280 - 00018432e8] BOOTMEM
    #29 [0001843300 - 0001843368] BOOTMEM
    #30 [0001843380 - 00018433e8] BOOTMEM
    #31 [0001843400 - 0001843468] BOOTMEM
    #32 [0001843480 - 00018434e8] BOOTMEM
    #33 [0001843500 - 0001843568] BOOTMEM
    #34 [0001843580 - 00018435e8] BOOTMEM
    #35 [0001843600 - 0001843668] BOOTMEM
    #36 [0001843680 - 00018436e8] BOOTMEM
    #37 [0001843700 - 0001843768] BOOTMEM
    #38 [0001843780 - 00018437e8] BOOTMEM
    #39 [0001843800 - 0001843868] BOOTMEM
    #40 [0001843880 - 00018438e8] BOOTMEM
    #41 [0001843900 - 0001843968] BOOTMEM
    #42 [0001843980 - 00018439e8] BOOTMEM
    #43 [0001843a00 - 0001843a20] BOOTMEM
    #44 [0001843a40 - 0001843a60] BOOTMEM
    #45 [0001843a80 - 0001843aa0] BOOTMEM
    #46 [0001843ac0 - 0001843ad2] BOOTMEM
    #47 [0001843b00 - 0001843b12] BOOTMEM
    #48 [0001a00000 - 0001a1c000] BOOTMEM
    #49 [0001a80000 - 0001a9c000] BOOTMEM
    #50 [0001b00000 - 0001b1c000] BOOTMEM
    #51 [0001b80000 - 0001b9c000] BOOTMEM
    #52 [0001843b40 - 0001843b48] BOOTMEM
    #53 [0001843b80 - 0001843b88] BOOTMEM
    #54 [0001843bc0 - 0001843bd0] BOOTMEM
    #55 [0001843c00 - 0001843c20] BOOTMEM
    #56 [0001843c40 - 0001843d70] BOOTMEM
    #57 [0001843d80 - 0001843dd0] BOOTMEM
    #58 [0001843e00 - 0001843e50] BOOTMEM
    #59 [0001845000 - 000184d000] BOOTMEM
    #60 [0001b9c000 - 0001f9c000] BOOTMEM
    #61 [0005800000 - 0005a00000] BOOTMEM
    #62 [0001843e80 - 0001843e88] BOOTMEM
    #63 [0001843ec0 - 0001843ec8] BOOTMEM
    #64 [000184d000 - 000184d240] BOOTMEM
    #65 [0005a00000 - 0009a00000] BOOTMEM
    #66 [000184d240 - 000186d240] BOOTMEM
    #67 [000186d240 - 00018ad240] BOOTMEM
    #68 [000001ab00 - 0000022b00] BOOTMEM
    Memory: 4020284k/5242880k available (3682k kernel code, 1082396k absent, 140200k reserved, 2083k data, 504k init)
    SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Hierarchical RCU implementation.
    RCU-based detection of stalled CPUs is disabled.
    Verbose stalled-CPUs detection is disabled.
    NR_IRQS:2304
    Extended CMOS year: 2000
    Console: colour VGA+ 80x25
    console [tty0] enabled
    allocated 41943040 bytes of page_cgroup
    please try 'cgroup_disable=memory' option if you don't want memory cgroups
    hpet clockevent registered
    Fast TSC calibration using PIT
    spurious 8259A interrupt: IRQ7.
    Detected 2527.035 MHz processor.
    Calibrating delay loop (skipped), value calculated using timer frequency.. 5056.65 BogoMIPS (lpj=8423450)
    pid_max: default: 32768 minimum: 301
    Security Framework initialized
    TOMOYO Linux initialized
    AppArmor: AppArmor disabled by boot time parameter
    Mount-cache hash table entries: 256
    Initializing cgroup subsys ns
    Initializing cgroup subsys cpuacct
    Initializing cgroup subsys memory
    Initializing cgroup subsys devices
    Initializing cgroup subsys freezer
    Initializing cgroup subsys net_cls
    Initializing cgroup subsys blkio
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 0
    mce: CPU supports 6 MCE banks
    CPU0: Thermal monitoring enabled (TM2)
    using mwait in idle threads.
    Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
    ... version: 2
    ... bit width: 40
    ... generic registers: 2
    ... value mask: 000000ffffffffff
    ... max period: 000000007fffffff
    ... fixed-purpose events: 3
    ... event mask: 0000000700000003
    ACPI: Core revision 20100702
    Setting APIC routing to flat
    ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
    CPU0: Intel(R) Core(TM)2 Duo CPU P8700 @ 2.53GHz stepping 0a
    NMI watchdog enabled, takes one hw-pmu counter.
    Booting Node 0, Processors #1
    NMI watchdog enabled, takes one hw-pmu counter.
    Brought up 2 CPUs
    Total of 2 processors activated (10112.21 BogoMIPS).
    devtmpfs: initialized
    NET: Registered protocol family 16
    ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    ACPI: bus type pci registered
    PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    PCI: Using configuration type 1 for base access
    bio: create slab <bio-0> at 0
    ACPI: EC: Look up EC in DSDT
    ACPI: Executed 1 blocks of module-level executable AML code
    ACPI: BIOS _OSI(Linux) query ignored
    ACPI: SSDT 00000000bdee4c10 00265 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 00265 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    ACPI: SSDT 00000000bdee2810 007A2 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 007A2 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    ACPI: SSDT 00000000bdee3d90 000FD (v01 PmRef ApIst 00003000 INTL 20051117)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 000FD (v01 PmRef ApIst 00003000 INTL 20051117)
    ACPI: SSDT 00000000bdee1f90 00047 (v01 PmRef ApCst 00003000 INTL 20051117)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 00047 (v01 PmRef ApCst 00003000 INTL 20051117)
    ACPI: Interpreter enabled
    ACPI: (supports S0 S3 S4 S5)
    ACPI: Using IOAPIC for interrupt routing
    ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    ACPI: No dock devices found.
    PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    \_SB_.PCI0:_OSC invalid UUID
    _OSC request data:1 8 1f
    ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
    pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
    pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
    pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
    pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
    pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
    pci_root PNP0A08:00: host bridge window [mem 0x000e4000-0x000e7fff]
    pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xfebfffff]
    DMAR: Forcing write-buffer flush capability
    DMAR: Disabling IOMMU for graphics on this chipset
    pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:01.0: PME# disabled
    pci 0000:00:1a.0: reg 20: [io 0xe0e0-0xe0ff]
    pci 0000:00:1a.1: reg 20: [io 0xe0c0-0xe0df]
    pci 0000:00:1a.2: reg 20: [io 0xe0a0-0xe0bf]
    pci 0000:00:1a.7: reg 10: [mem 0xd8d04c00-0xd8d04fff]
    pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    pci 0000:00:1a.7: PME# disabled
    pci 0000:00:1b.0: reg 10: [mem 0xd8d00000-0xd8d03fff 64bit]
    pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:1b.0: PME# disabled
    pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.0: PME# disabled
    pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.1: PME# disabled
    pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.2: PME# disabled
    pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.3: PME# disabled
    pci 0000:00:1d.0: reg 20: [io 0xe080-0xe09f]
    pci 0000:00:1d.1: reg 20: [io 0xe060-0xe07f]
    pci 0000:00:1d.2: reg 20: [io 0xe040-0xe05f]
    pci 0000:00:1d.7: reg 10: [mem 0xd8d04800-0xd8d04bff]
    pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    pci 0000:00:1d.7: PME# disabled
    pci 0000:00:1f.2: reg 10: [io 0xe130-0xe137]
    pci 0000:00:1f.2: reg 14: [io 0xe120-0xe123]
    pci 0000:00:1f.2: reg 18: [io 0xe110-0xe117]
    pci 0000:00:1f.2: reg 1c: [io 0xe100-0xe103]
    pci 0000:00:1f.2: reg 20: [io 0xe020-0xe03f]
    pci 0000:00:1f.2: reg 24: [mem 0xd8d04000-0xd8d047ff]
    pci 0000:00:1f.2: PME# supported from D3hot
    pci 0000:00:1f.2: PME# disabled
    pci 0000:00:1f.3: reg 10: [mem 0xd8d05000-0xd8d050ff 64bit]
    pci 0000:00:1f.3: reg 20: [io 0xe000-0xe01f]
    pci 0000:01:00.0: reg 10: [mem 0xd2000000-0xd2ffffff]
    pci 0000:01:00.0: reg 14: [mem 0xc0000000-0xcfffffff 64bit pref]
    pci 0000:01:00.0: reg 1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
    pci 0000:01:00.0: reg 24: [io 0xd000-0xd07f]
    pci 0000:01:00.0: reg 30: [mem 0xd3000000-0xd307ffff pref]
    pci 0000:01:00.1: reg 10: [mem 0xd3080000-0xd3083fff]
    pci 0000:00:01.0: PCI bridge to [bus 01-01]
    pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd30fffff]
    pci 0000:00:01.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:02:00.0: reg 10: [mem 0xd7920000-0xd7923fff 64bit]
    pci 0000:02:00.0: reg 18: [io 0xc000-0xc0ff]
    pci 0000:02:00.0: reg 30: [mem 0xd7900000-0xd791

  • IMac will not boot up after installation of Lion 10.7.5

    I Installed Lion 10.7.5 as an update to Snow Leopard 10.6.8. After the installation everything seemed Ok. However, after accessing Mail, the program continued to cycle the beach ball. Tried a force quit and nothing happened. Shut the computer down and restarted. Now, all I get is the grey screen with the Apple logo and the wheel. Tried unplugging the computer, waited over a minute and attempted to restart. same problem exists.

    Hello CMK1950,
    The article linked below details a number of steps that can help get your Mac to successfully boot up.
    Mac OS X: Gray screen appears during startup
    http://support.apple.com/en-us/TS2570
    Cheers,
    Allen

  • Can't boot OS after installation on TS200 with ServeRAID card

    Hi,
    I have a Lenovo TS200 which I am having problems with.  It is fitted with a ServeRAID card and a single 2TB HD (configured as JBOD and set bootable).
    After having installed Windows Server 2008 (which installs fine) it won't boot.  Basically it seems that the boot device can't be
    found (so Windows doesn't even get to load).  Also I've had the same issue with WHS v2 so it's not specific to the OS.
    BTW, during the installation of the OS I needed to add the drivers (via USB) for the ServeRAID card.
    When I look in the BIOS boot settings I can see a new device that seems to have been automatically added by the installation
    process.  I have tried all of the sensible boot options in the BIOS.
    Another thing I have noticed is that during the continual boot cycle/loop I'm NOT seeing the Network Card or ServeRAID BIOS as I normally do as follows (as an example):
    Initializing Intel(R) Boot Agent GE v1.3.27
    PXE 2.1 Build 086 (WfM 2.0)
    Initializing Intel(R) Boot Agent GE v1.3.27
    PXE 2.1 Build 086 (WfM 2.0)
    LSI MegaRAID SAS-MFI BIOS
    Version 4.14.00 (Build Jan 29, 2010)
    Copyright(c) 2010 LSI Corporation
    HA -0 (Bus 26 Dev 0) ServeRAID M1015 SAS/SATA Controller
    0 JBOD(s) found on the host adapter
    0 JBOD(s) handled by BIOS
    0 Virtual Drive(s) found on the host adapter
    0 Virtual Drive(s) handled by BIOS
    Press <Ctrl><H> for WebBIOS or press <Ctrl><Y> for Preeboot CLI
    I have tried setting the BIOS back to defaults but that's not helped.
    Any thoughts appreciated.
    Cheers Ian

    Which RAID card do you have, and what's your HDD model/type?
    And of course assuming uEFI and firmwares have been updated to the latest?

  • [Solved]Kernal Panic after installation

    I had debian...
    I installed arch...
    When I rebooted, grub list didnt show debian...
    So, I went to grub4dos from lucid puppy...
    Then I can boot Debian...
    But when I try arch linux...
    I get sort of an error like...
    Kernal Panic - not syncing vfs unable to mount root fs on......
    Last edited by abnordude (2012-05-04 05:35:02)

    Here is my grub.cfg......
    Hope it helps.....
    # 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 ###
    if [ -s $prefix/grubenv ]; then
      load_env
    fi
    set default="0"
    if [ "${prev_saved_entry}" ]; then
      set saved_entry="${prev_saved_entry}"
      save_env saved_entry
      set prev_saved_entry=
      save_env prev_saved_entry
      set boot_once=true
    fi
    function savedefault {
      if [ -z "${boot_once}" ]; then
        saved_entry="${chosen}"
        save_env saved_entry
      fi
    function load_video {
      insmod vbe
      insmod vga
      insmod video_bochs
      insmod video_cirrus
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos3)'
    search --no-floppy --fs-uuid --set 7582e816-3a70-4de8-8608-6a1375a23b87
    if loadfont /usr/share/grub/unicode.pf2 ; then
      set gfxmode=640x480
      load_video
      insmod gfxterm
    fi
    terminal_output gfxterm
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos3)'
    search --no-floppy --fs-uuid --set 7582e816-3a70-4de8-8608-6a1375a23b87
    set locale_dir=($root)/boot/grub/locale
    set lang=en
    insmod gettext
    set timeout=5
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/05_debian_theme ###
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos3)'
    search --no-floppy --fs-uuid --set 7582e816-3a70-4de8-8608-6a1375a23b87
    insmod png
    if background_image /usr/share/images/desktop-base/spacefun-grub.png; then
      set color_normal=light-gray/black
      set color_highlight=white/black
    else
      set menu_color_normal=cyan/blue
      set menu_color_highlight=white/blue
    fi
    ### END /etc/grub.d/05_debian_theme ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-amd64' --class debian --class gnu-linux --class gnu --class os {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos3)'
        search --no-floppy --fs-uuid --set 7582e816-3a70-4de8-8608-6a1375a23b87
        echo    'Loading Linux 2.6.32-5-amd64 ...'
        linux    /boot/vmlinuz-2.6.32-5-amd64 root=UUID=7582e816-3a70-4de8-8608-6a1375a23b87 ro  quiet
        echo    'Loading initial ramdisk ...'
        initrd    /boot/initrd.img-2.6.32-5-amd64
    menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos3)'
        search --no-floppy --fs-uuid --set 7582e816-3a70-4de8-8608-6a1375a23b87
        echo    'Loading Linux 2.6.32-5-amd64 ...'
        linux    /boot/vmlinuz-2.6.32-5-amd64 root=UUID=7582e816-3a70-4de8-8608-6a1375a23b87 ro single
        echo    'Loading initial ramdisk ...'
        initrd    /boot/initrd.img-2.6.32-5-amd64
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/20_memtest86+ ###
    menuentry "Memory test (memtest86+)" {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos3)'
        search --no-floppy --fs-uuid --set 7582e816-3a70-4de8-8608-6a1375a23b87
        linux16    /boot/memtest86+.bin
    menuentry "Memory test (memtest86+, serial console 115200)" {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos3)'
        search --no-floppy --fs-uuid --set 7582e816-3a70-4de8-8608-6a1375a23b87
        linux16    /boot/memtest86+.bin console=ttyS0,115200n8
    menuentry "Memory test (memtest86+, experimental multiboot)" {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos3)'
        search --no-floppy --fs-uuid --set 7582e816-3a70-4de8-8608-6a1375a23b87
        multiboot    /boot/memtest86+_multiboot.bin
    menuentry "Memory test (memtest86+, serial console 115200, experimental multiboot)" {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos3)'
        search --no-floppy --fs-uuid --set 7582e816-3a70-4de8-8608-6a1375a23b87
        multiboot    /boot/memtest86+_multiboot.bin console=ttyS0,115200n8
    ### END /etc/grub.d/20_memtest86+ ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    menuentry "Arch (on /dev/sda1)" {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos1)'
        search --no-floppy --fs-uuid --set ad3e5a76-df67-44eb-a418-4e01dd07bc5d
        linux /boot/vmlinuz-linux root=/dev/sda1
        initrd /boot/initramfs-linux.img
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries.  Simply type the
    # menu entries you want to add after this comment.  Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f  $prefix/custom.cfg ]; then
      source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###

  • SOL 10- Booting error after installation

    After installing SOL 10 on IBM x series server , while boot from hard disk i am getting below error .
    Error
    WARNING: /pci@0,..........(mpt0) Disconnected command timed out
    Can anyone help me to rectify the issue ?

    Hi,
    This may not help. I have a few x Series. My ServeRAID cards have been dying lately (2). I spent a day trying to figure out why it would not boot after a fresh install only to determine it was dead hardware. If you have an extra card you may try to replace it to rule HW out. Also I have been finding that ServeRAID is not well supported lately. I tried to upgrade one machine to MS 2008 but decided to move back to 2003 as I could not get the ServeRAID card to work.
    BTW: With the HW problem the card seemed fine and formatted using the Manager boot disk.
    Edited by: arronfree on May 7, 2009 1:35 PM
    Edited by: arronfree on May 7, 2009 1:49 PM

  • Windows 7 Boot Issues (After Installation via Boot Camp)

    Hi All
    Today I attempted to install Windows 7 x64 on my mac via boot camp.
    The install went fine, and I installed the necessary drivers using my Mac OSX Install DVD.
    When I restarted I could select Windows as the disc I wanted to boot into, but after selecting it, I only saw the white blinking cursor at the top left hand side of the screen for a few seconds before the computer restarted and booted into OSX.
    I tried it a few more times just to make sure it wasn't a one off.
    I then inserted my Windows install disc and attempted to repair startup. There were no issues detected.
    I can also successfully boot into Windows 7 through VMWare Fusion in OSX, leading me to believe that there must be some thing wrong on the Mac end of booting (although I'm not familiar with the booting process in Mac, so I'm not really sure). 
    If anyone has any idea what's wrong, I'd really like a hand!
    Thanks

    You might want to visit the Boot Camp forum where the Boot Camp gurus hang out. https://discussions.apple.com/community/windows_software/boot_camp

  • Kernel panic after installation of Lion

    Hello,
    I've got this message following the Kernel Panic message.
    Could you please help me to understand it?
    Interval Since Last Panic Report:  89174 sec
    Panics Since Last Report:          3
    Anonymous UUID:                    E127C4CD-9558-4798-8F01-BF4113073783
    Sat Jan 28 00:32:53 2012
    panic(cpu 1 caller 0xffffff80002c266d): Kernel trap at 0xffffff80005df854, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0xffffff7f81d8d770, CR3: 0x0000000000100000, CR4: 0x0000000000000660
    RAX: 0xffffff7f81d8d760, RBX: 0xffffff7f81da5dc0, RCX: 0x0000000001000000, RDX: 0xffffff800b631af0
    RSP: 0xffffff80799cbc80, RBP: 0xffffff80799cbc80, RSI: 0x0000000000000026, RDI: 0xffffff7f81d8d760
    R8:  0xffffff800b7fd7c0, R9:  0xffffff80651b1000, R10: 0xffffffffffffffdc, R11: 0x00000000000001cb
    R12: 0xffffff7f81da5e40, R13: 0x0000000000000003, R14: 0xffffff800b70dd00, R15: 0xffffff80008dfd20
    RFL: 0x0000000000010283, RIP: 0xffffff80005df854, CS:  0x0000000000000008, SS:  0x0000000000000010
    CR2: 0xffffff7f81d8d770, Error code: 0x0000000000000000, Faulting CPU: 0x1
    thanks and Regards
    Edoardo
    Backtrace (CPU 1), Frame : Return Address
    0xffffff80799cb940 : 0xffffff8000220702
    0xffffff80799cb9c0 : 0xffffff80002c266d
    0xffffff80799cbb60 : 0xffffff80002d7a1d
    0xffffff80799cbb80 : 0xffffff80005df854
    0xffffff80799cbc80 : 0xffffff80005ea0ea
    0xffffff80799cbcb0 : 0xffffff80005e01cb
    0xffffff80799cbcf0 : 0xffffff80005f3665
    0xffffff80799cbd60 : 0xffffff80005ebdf8
    0xffffff80799cbdb0 : 0xffffff80005ee900
    0xffffff80799cbe00 : 0xffffff80005f0525
    0xffffff80799cbe50 : 0xffffff80005f05fc
    0xffffff80799cbe90 : 0xffffff8000635b2a
    0xffffff80799cbeb0 : 0xffffff800062693f
    0xffffff80799cbf30 : 0xffffff8000627389
    0xffffff80799cbf70 : 0xffffff8000625f6f
    0xffffff80799cbfb0 : 0xffffff8000820057
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    11C74
    Kernel version:
    Darwin Kernel Version 11.2.0: Tue Aug  9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64
    Kernel UUID: 59275DFA-10C0-30B3-9E26-F7B5DFB1A432
    System model name: iMac9,1 (Mac-F2218EA9)
    System uptime in nanoseconds: 27460906775
    last loaded kext at 26994461276: com.apple.driver.AppleHDAController          1.7.9a4 (addr 0xffffff7f81d92000, size 98304)
    loaded kexts:
    com.rim.driver.BlackBerryUSBDriverInt          0.0.64
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.7.5d4
    com.apple.driver.AppleLPC          1.5.3
    com.apple.driver.AppleMuxControl          3.0.16
    com.apple.driver.AppleBacklight          170.1.9
    com.apple.driver.AppleIRController          312
    com.apple.iokit.SCSITaskUserClient          3.0.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          33
    com.apple.iokit.IOAHCIBlockStorage          2.0.1
    com.apple.driver.AppleFWOHCI          4.8.9
    com.apple.driver.AirPort.Brcm4331          512.20.18
    com.apple.driver.AppleUSBHub          4.5.0
    com.apple.driver.AppleAHCIPort          2.2.0
    com.apple.nvenet          2.0.17
    com.apple.driver.AppleUSBEHCI          4.5.0
    com.apple.driver.AppleUSBOHCI          4.4.5
    com.apple.driver.AppleEFINVRAM          1.5.0
    com.apple.driver.AppleRTC          1.4
    com.apple.driver.AppleHPET          1.6
    com.apple.driver.AppleACPIButtons          1.4
    com.apple.driver.AppleSMBIOS          1.7
    com.apple.driver.AppleACPIEC          1.4
    com.apple.driver.AppleAPIC          1.5
    com.apple.driver.AppleIntelCPUPowerManagementClient          167.0.0
    com.apple.nke.applicationfirewall          3.2.30
    com.apple.security.quarantine          1
    com.apple.driver.AppleIntelCPUPowerManagement          167.0.0
    com.apple.driver.AppleHDAController          1.7.9a4
    com.apple.iokit.IOHDAFamily          1.7.9a4
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.AppleSMC          3.1.1d8
    com.apple.driver.IOPlatformPluginFamily          4.7.5d4
    com.apple.driver.AppleGraphicsControl          3.0.16
    com.apple.driver.AppleBacklightExpert          1.0.3
    com.apple.iokit.IONDRVSupport          2.3.2
    com.apple.iokit.IOGraphicsFamily          2.3.2
    com.apple.driver.AppleUSBHIDMouse          170.4
    com.apple.driver.AppleHIDMouse          170.4
    com.apple.driver.AppleFileSystemDriver          13
    com.apple.driver.AppleUSBHIDKeyboard          152.3
    com.apple.driver.AppleHIDKeyboard          152.3
    com.apple.driver.BroadcomUSBBluetoothHCIController          4.0.1f4
    com.apple.driver.AppleUSBBluetoothHCIController          4.0.1f4
    com.apple.iokit.IOBluetoothFamily          4.0.1f4
    com.apple.iokit.IOUSBHIDDriver          4.4.5
    com.apple.driver.AppleUSBMergeNub          4.5.3
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.0.1
    com.apple.iokit.IOBDStorageFamily          1.6
    com.apple.iokit.IODVDStorageFamily          1.7
    com.apple.iokit.IOCDStorageFamily          1.7
    com.apple.driver.XsanFilter          403
    com.apple.iokit.IOAHCISerialATAPI          2.0.1
    com.apple.iokit.IOFireWireFamily          4.4.5
    com.apple.iokit.IO80211Family          411.1
    com.apple.iokit.IOUSBUserClient          4.5.3
    com.apple.iokit.IOAHCIFamily          2.0.7
    com.apple.iokit.IONetworkingFamily          2.0
    com.apple.driver.NVSMU          2.2.9
    com.apple.driver.AppleEFIRuntime          1.5.0
    com.apple.iokit.IOHIDFamily          1.7.1
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          165.3
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          331
    com.apple.driver.AppleKeyStore          28.18
    com.apple.iokit.IOUSBMassStorageClass          3.0.0
    com.apple.driver.AppleUSBComposite          3.9.0
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.0.1
    com.apple.iokit.IOStorageFamily          1.7
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.0.1
    com.apple.iokit.IOUSBFamily          4.5.3
    com.apple.driver.AppleACPIPlatform          1.4
    com.apple.iokit.IOPCIFamily          2.6.7
    com.apple.iokit.IOACPIFamily          1.4
    Model: iMac9,1, BootROM IM91.008D.B08, 2 processors, Intel Core 2 Duo, 2.66 GHz, 4 GB, SMC 1.44f0
    Graphics: NVIDIA GeForce 9400, NVIDIA GeForce 9400, PCI, 256 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x01BA, 0x202020202020202020202020202020202020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x01BA, 0x202020202020202020202020202020202020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8E), Broadcom BCM43xx 1.0 (5.100.98.75.18)
    Bluetooth: Version 4.0.1f4, 2 service, 18 devices, 0 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: WDC WD3200AAJS-40H3A0, 320,07 GB
    Serial ATA Device: HL-DT-ST DVDRW  GA11N
    USB Device: Built-in iSight, apple_vendor_id, 0x8502, 0x24400000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x04500000 / 2
    USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0x26400000 / 3
    USB Device: Apple Optical USB Mouse, apple_vendor_id, 0x0304, 0x26430000 / 5
    USB Device: Apple Keyboard, apple_vendor_id, 0x0221, 0x26420000 / 4
    USB Device: FreeAgent, 0x0bc2  (Seagate LLC), 0x3008, 0x26200000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0x06110000 / 3

    See
    What is a kernel panic,
    Technical Note TN2063: Understanding and Debugging Kernel Panics,
    Mac OS X Kernel Panic FAQ,
    Resolving Kernel Panics, and
    Tutorial: Avoiding and eliminating Kernel panics for more details.
    BTW, your product info shows Snow Leopard. Needs updating.

  • Kernel panic after installation of SL

    i go inside Console Messages and search kernel so it shows the 4 times that i reported the panic but how can i find out what application caused the kernel panic in the first place? thank you very much for any kind of help

    Hi,
    Try restarting in Safe Mode
    Try resetting the PRAM
    Shut down the computer.
    Locate the following keys on the keyboard: Command, Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Immediately press and hold the Command-Option-P-R keys. You must press this key combination before the gray screen appears.
    Continue holding the keys down until the computer restarts, and you hear the startup sound for the second time.
    Release the keys.
    Disconnect any USB or FireWire devices and restart.
    If none of the above helps, go here for help on how to Resolve Kernel Panics
    Carolyn

  • Can't boot windows7 after installation

    I installed windows7 on my macbookpro via BootCamp, installed all apple software updates on windows and everything went smoothly. But then when i restarted my computer, windows just kept rebooting itself. If I hold option key at startup i can still easily run OS X, i looked into windows partition and it say is not bootable and owners enabled is none. Does anybody know how can i make windows partition bootable?

    too small a partition?
    Microsoft installed something.
    Use Windows DVD to repair your setup.
    Did you use an ISO and burn to disc would help us to know whether yes or no.

  • Kernal Panic after Boot Camp Software update

    Hey all here is my dilemma,
    I have a MBP 15' 2.66GHZ i7 8GB Ram etc...
    Few days ago my internal drive would not boot; So I went to the apple store and they 'determined' that it was the logic board through a very sketchy process of elimination. In the end my logic board was replaced.
    On the next day I decide to finally set up boot camp (Big Mistake). Everything goes fine up until I decide to download - Boot Camp Software Update 3.2 for Windows 64 bit. After installation I was prompted to restart my computer after which it booted into Mac and Kernel panic ensued along with the gray screen.
    Windows partition works fine, I was unable to boot from CD, tried PRAM reset, Could not safe boot. Target Disk mode formatting the hard disk and then reinstalling Mac OS was successful in reinstalling the OS, but it still does not boot.
    Now I am stuck with Windows 7 working and Mac not booting stuck at apple no spinning wheel.
    Please help, I really do not know what do to.

    Bump

  • IMac randomly booting into "safe boot" mode after a clean installation of OS X Lion 10.7 (??)

    Is anyone else having problems with their Mac (running a clean installation of OS X Lion 10.7) randomly booting into "safe boot" mode after a restart or shut down?
    (Indicators being: seeing the login screen even when "automatic login" is enabled, the proper video drivers not loading - indicated by laggy desktop animations, WiFi not working properly, Menu Bar icons that normally show - not showing, etc.)
    **Note: I migrated from a Snow Leopard Time Machine backup, but did not import "Settings". I thought this would be the best way to keep from encountering any issues with 10.6/10.7 incompatibility.

    Found this answer from another user. THE EXACT THING HAPPENS TO ME:
    Its really annoying Apple hasn't fix it.
    =================
    I think i got it :
    The progressbar while booting ( booting in safe-mode ) came from the wireless keybord and is reproduceable.
    At evening I shut down my iMac an put off my mouse and keyboard. To startup I put on the iMac and immediatly after I switch on keyboard and mouse. In tihs case the keyboards sends some event wich leads to safe-mode.
    Know I wait until I switch on the keyboard. In my opinion this is a bug, i can live this way but i hope it will be fixed.
    I will know take a look at it while not switching off the keybord, power consumption should be acceptable

  • Boot Camp 2.1 problems after installation, how to fix?

    Downloaded and installed Boot Camp 2.1 to my WinXP SP2 partition. After installation and rebooting, problems began to occur:
    1. iSight no longer working, hardware wizard keeps popping up. Reinstalling driver for iSight, no help. Finally had to disable.
    2. Keyboard message popping up during bootup of XP stating that it isn't installed properly. However, keyboards - both external and internal seem to be working OK.
    3. Blue Tooth error message popping up when bringing MacBook out of Standby (from WinXP). Message states Blue Tooth not installed properly. After MacBook wakes up, Blue Tooth seems to be OK.
    Tried reinstalling Boot Camp 2.1 again but no joy. Same errors.
    Finally had to remove 2.1 and revert back to 2.0. After reverting back to 2.0 I had to run system restore from XP to get everything back to normal. Everything OK now running Boot Camp 2.0.
    How do I resolve the above errors and what does 2.1 suppose to fix - if anything?
    Regards.

    Thank goodness you got back to normal. I have the Blue Screen of Death and spontaneous shutdown after installing 2.1. I uninstalled 2.1 and tried to reinstall 2.0 using the Leopard DVD and cannot get the installer to work. I get an error code 2753 and the installer shuts down.
    Now when I try to open the 2.1 installer nothing happens. I think a reinstall of Windows XP is in my future. Thanks Apple.

Maybe you are looking for

  • How to find out table name for the field in the webUI

    Hi. I am in CRM2007. So i go to the transaction code    BSP_WD_CMPWB In that i provide the component name as CRM_UI_FRAME. I press the Test button. So, it opend the WebUI. I want how to find out table of the particular input field? I mean from which

  • External hard drives not on desktop

    None of my external hard drives are showing up on the desktop.  I can see them in finder and disk utilities so the card is working correctly. Any suggestions? mac pro quad 10.6.7, 5 external drives. Thanks

  • MSS class java.lang.NullPointerException

    Hi to all, I've implemented MSS BP 60 into EP60 SP2 Patch Level 3, and related KM. When I try to view the folder related of an Employee the iView return me this error: class java.lang.NullPointerException java.lang.NullPointerException         at com

  • Listening to music on MP3 sites

    When I try to listen to music on certain MP3 sites, I get this box message saying this...Safari cannot find the Internet plug-in. The page "mp3search.ru" has content of MIME type "application/x-mplayer2". Because you don't have a plug-in installed fo

  • Installing Photoshop CS6 to second PC

    I have the student and teacher version of Photoshop CS6 extended.  When I try to install on my second PC it has an error message to teh effect that the software is a pirate copy. Is it not possible to have this version on 2 PC's simultaneously?  How