[SOLVED] Kernel panic at boot: not syncing. No init found.

Hello, I know some people had this problem before but no solution seems to help me.
I'm having this kernel panic at the very beggining of boot (here is a screenshot)
The init= parameter given by grub is correct: /usr/lib/systemd/systemd and I double checked the root= parameter, it is by uuid but I also tried by device name (/dev/sda7) and by label.
Using the output of a new `grub-mkconfig` didn't fix it either.
Here is my grub.cfg
I tried running `mkinitcpio -v -p linux` (I use the 3.8 kernel from core but also tried the 3.9 from testing, same result)
Here is my mkinitcpio.conf and the output of `mkinitcpio -v -p linux`
I checked the filesystems of my / and /boot partitions with badblocks and fsck, no problem from here. (I also tried reformating my swap with mkswap as the second line of kernel panic mention swapper even though I didn't understand that line, I just gave it a try).
I really don't know what to do now, my guess is that the initramfs can't mount the root partition but the root= parameter is correct and everything mount well under a liveCD (this is from where I try to fix it).
I love archlinux and it's community, I just don't know what to do now, thanks in advance for your advice.
EDIT:
Forgot to tell since when this happen.
I was playing Kerbal Space Program yesterday, the game filled up my RAM, my computer was no longer responding (it happens to me a few times a month if I forgot to close firefox before playing for example).
I had to hard shutdown, then on the boot I get this panic.
Last edited by Dettorer (2013-05-07 19:13:49)

Thank you for your answer.
fdisk -l /dev/sda
ls -l /dev/disk/by-uuid
Should I care about the other lines mentioning root= ? For the moment I only touch this line :
`    linux    /vmlinuz-linux root=UUID=c54afd90-88a2-4c27-a497-f689f30a5b2c init=/usr/lib/systemd/systemd ro  `
(at the end of the first menuentry)

Similar Messages

  • [SOLVED] Kernel panic at boot due to root FS not found

    When I try to boot using a new kernel version (eg. 3.0.1 or 2.6.39), I get a kernel panic with an "init not found" error message. I haven't been able to get any more detailed error messages, but I assume that there's a problem with finding or mounting my root filesystem.
    For now, I'm stuck with 2.6.38.7-1, which boots without any problems. (I keep trying the new kernel, then rolling it back using a Live CD.)
    I have a shared EXT4 root and boot partition, and I'm using Grub 0.97. Other than that, I'm not sure what information would be helpful in tracking down this problem, and any help would be appreciated.
    Last edited by dcecile (2011-08-10 00:41:46)

    No problem.
    Here's my full Grub. It has a lot of trial-and-error entries, and I made *-old copies of my 2.6.38 kernel files:
    # Config file for GRUB - The GNU GRand Unified Bootloader
    # /boot/grub/menu.lst
    # DEVICE NAME CONVERSIONS
    # Linux Grub
    # /dev/fd0 (fd0)
    # /dev/sda (hd0)
    # /dev/sdb2 (hd1,1)
    # /dev/sda3 (hd0,2)
    # FRAMEBUFFER RESOLUTION SETTINGS
    # +-------------------------------------------------+
    # | 640x480 800x600 1024x768 1280x1024
    # ----+--------------------------------------------
    # 256 | 0x301=769 0x303=771 0x305=773 0x307=775
    # 32K | 0x310=784 0x313=787 0x316=790 0x319=793
    # 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
    # 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
    # +-------------------------------------------------+
    # for more details and different resolutions see
    # http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution
    # general configuration:
    timeout 2
    default 0
    color light-blue/black light-cyan/blue
    # boot sections follow
    # each is implicitly numbered from 0 in the order of appearance below
    # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
    title Arch Linux
    root (hd0,2)
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
    initrd /boot/initramfs-linux.img
    title Arch Linux Fallback
    root (hd0,2)
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
    initrd /boot/initramfs-linux-fallback.img
    title Arch Linux Ext4
    root (hd0,2)
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
    initrd /boot/initramfs-linux-ext4.img
    title Arch Linux Log
    root (hd0,2)
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro debug rootdelay=5 panic=30 ignore_loglevel vga=0x318
    initrd /boot/initramfs-linux.img
    title Arch Linux Break
    root (hd0,2)
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro rootwait break=y panic=30 vga=0x318
    initrd /boot/initramfs-linux.img
    title Arch Linux Nonboot Log
    root (hd0,2)
    kernel /vmlinuz-linux root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro debug rootdelay=5 panic=30 ignore_loglevel vga=0x318
    initrd /initramfs-linux.img
    title Arch Linux Baduuid Log
    root (hd0,2)
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/1ec8f74e-3268-45d0-ae20-9ee94d1c983b ro debug rootdelay=5 panic=30 ignore_loglevel vga=0x318
    initrd /boot/initramfs-linux.img
    title Arch Linux LTS
    root (hd0,2)
    kernel /boot/vmlinuz26-lts root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
    initrd /boot/kernel26-lts.img
    title Arch Linux LTS Fallback
    root (hd0,2)
    kernel /boot/vmlinuz26-lts root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
    initrd /boot/kernel26-lts-fallback.img
    title Arch Linux LTS Log
    root (hd0,2)
    kernel /boot/vmlinuz26-lts root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro debug rootdelay=5 panic=30 ignore_loglevel vga=0x318
    initrd /boot/kernel26-lts.img
    title Arch Linux Old
    root (hd0,2)
    kernel /boot/vmlinuz26-old root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
    initrd /boot/kernel26-old.img
    title Arch Linux Old Fallback
    root (hd0,2)
    kernel /boot/vmlinuz26-old root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
    initrd /boot/kernel26-old-fallback.img
    title Arch Linux Old Log
    root (hd0,2)
    kernel /boot/vmlinuz26-old root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro debug rootdelay=5 panic=30 ignore_loglevel vga=0x318
    initrd /boot/kernel26-old.img
    title Windows
    rootnoverify (hd0,0)
    makeactive
    chainloader +1
    This is the 3.0 entry that doesn't work:
    title Arch Linux
    root (hd0,2)
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
    initrd /boot/initramfs-linux.img
    And this is the 2.6.38 entry that does work:
    title Arch Linux Old
    root (hd0,2)
    kernel /boot/vmlinuz26-old root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
    initrd /boot/kernel26-old.img
    Here's "lsinitcpio /boot/initramfs-linux.img":
    ./etc
    ./etc/udev
    ./etc/udev/udev.conf
    ./etc/modprobe.d
    ./etc/modprobe.d/usb-load-ehci-first.conf
    ./init
    ./init_functions
    ./bin
    ./bin/busybox
    ./sys
    ./proc
    ./dev
    ./hooks
    ./hooks/udev
    ./run
    ./config
    ./usr
    ./usr/bin
    ./usr/sbin
    ./lib
    ./lib/udev
    ./lib/udev/usb_id
    ./lib/udev/firmware
    ./lib/udev/scsi_id
    ./lib/udev/path_id
    ./lib/udev/ata_id
    ./lib/udev/rules.d
    ./lib/udev/rules.d/50-udev-default.rules
    ./lib/udev/rules.d/80-drivers.rules
    ./lib/udev/rules.d/50-firmware.rules
    ./lib/udev/rules.d/60-persistent-storage.rules
    ./lib/modules
    ./lib/modules/3.0-ARCH
    ./lib/modules/3.0-ARCH/modules.alias.bin
    ./lib/modules/3.0-ARCH/modules.symbols.bin
    ./lib/modules/3.0-ARCH/kernel
    ./lib/modules/3.0-ARCH/kernel/fs
    ./lib/modules/3.0-ARCH/kernel/fs/ext4
    ./lib/modules/3.0-ARCH/kernel/fs/ext4/ext4.ko.gz
    ./lib/modules/3.0-ARCH/kernel/fs/mbcache.ko.gz
    ./lib/modules/3.0-ARCH/kernel/fs/jbd2
    ./lib/modules/3.0-ARCH/kernel/fs/jbd2/jbd2.ko.gz
    ./lib/modules/3.0-ARCH/kernel/sound
    ./lib/modules/3.0-ARCH/kernel/sound/core
    ./lib/modules/3.0-ARCH/kernel/sound/core/seq
    ./lib/modules/3.0-ARCH/kernel/sound/core/seq/snd-seq-device.ko.gz
    ./lib/modules/3.0-ARCH/kernel/sound/core/snd.ko.gz
    ./lib/modules/3.0-ARCH/kernel/sound/core/snd-rawmidi.ko.gz
    ./lib/modules/3.0-ARCH/kernel/sound/soundcore.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers
    ./lib/modules/3.0-ARCH/kernel/drivers/ata
    ./lib/modules/3.0-ARCH/kernel/drivers/ata/libata.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/ata/ahci.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/ata/libahci.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/usb
    ./lib/modules/3.0-ARCH/kernel/drivers/usb/core
    ./lib/modules/3.0-ARCH/kernel/drivers/usb/core/usbcore.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/usb/host
    ./lib/modules/3.0-ARCH/kernel/drivers/usb/host/uhci-hcd.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/usb/host/ehci-hcd.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/video
    ./lib/modules/3.0-ARCH/kernel/drivers/video/backlight
    ./lib/modules/3.0-ARCH/kernel/drivers/video/backlight/lcd.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/video/fb_sys_fops.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/video/sysimgblt.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/video/syscopyarea.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/video/sysfillrect.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/input
    ./lib/modules/3.0-ARCH/kernel/drivers/input/ff-memless.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/scsi
    ./lib/modules/3.0-ARCH/kernel/drivers/scsi/sd_mod.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/scsi/scsi_mod.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-ezkey.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-sjoy.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-gyration.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-samsung.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-roccat.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-lcpower.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-kye.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-dr.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-wacom.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-keytouch.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-uclogic.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-cherry.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-roccat-kovaplus.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-zpff.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-elecom.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-roccat-common.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-roccat-arvo.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-waltop.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-roccat-pyra.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-picolcd.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-twinhan.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-emsff.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-sunplus.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-apple.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-topseed.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-chicony.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-magicmouse.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-cypress.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-kensington.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-roccat-kone.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-axff.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-multitouch.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-logitech.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-petalynx.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-prodikeys.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/usbhid
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/usbhid/usbhid.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-sony.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-zydacron.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-roccat-koneplus.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-gaff.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-microsoft.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-monterey.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-ntrig.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-belkin.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-pl.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-a4tech.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-ortek.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-quanta.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-tmff.ko.gz
    ./lib/modules/3.0-ARCH/kernel/lib
    ./lib/modules/3.0-ARCH/kernel/lib/crc16.ko.gz
    ./lib/modules/3.0-ARCH/modules.dep.bin
    ./sbin
    ./sbin/blkid
    ./sbin/udevadm
    ./sbin/modprobe
    ./sbin/udevd

  • Random kernel panic at boot

    Hello guys,
    I recently installed Arch to my GF's laptop because she wanted to learn some stuff about how to use it, how it works etc... Unfortunately, there are some (seems like) random kernel panics at boot, I haven't found if it's related to some event or not because I've been trying to reboot it 10x in a row or after a whole day of usage etc. to find out if it's caused by some action but it still seems to be random during the boot. Inspecting the stack trace confused me even more because it doesn't look same with each panic. I captured 3 of them for example (sorry, haven't found a way to get them in text format since they are not stored on disk :-/ ):
    https://drive.google.com/file/d/0BxrD17 … sp=sharing
    https://drive.google.com/file/d/0BxrD17 … sp=sharing
    https://drive.google.com/file/d/0BxrD17 … sp=sharing
    Reinstalling the system didn't helped (tried it like 3x), current system is fresh fully updated arch that I installed 2 days ago, There's only basic system with KDE, opensource ati drivers, cpufreq and blacklisted modules (pcspkr, bluetooth, toshiba_bluetooth), I made no other modifications (hopefully) which may affect the system boot.
    Here is the system info:
    uname -a
    Linux RadkaPC 3.15.2-1-ARCH #1 SMP PREEMPT Fri Jun 27 07:41:19 CEST 2014 x86_64 GNU/Linux
    lsmod
    Module Size Used by
    nls_utf8 1384 0
    fuse 84337 1
    btrfs 873944 0
    raid6_pq 91142 1 btrfs
    xor 11984 1 btrfs
    ufs 69790 0
    hfsplus 96553 0
    hfs 46753 0
    minix 29055 0
    ntfs 193169 0
    vfat 10631 0
    msdos 7726 0
    fat 53688 2 vfat,msdos
    jfs 174901 0
    xfs 837555 0
    crc32c_generic 1736 2
    libcrc32c 1002 1 xfs
    reiserfs 239754 0
    dm_mod 85322 0
    ctr 3927 1
    ccm 8278 1
    arc4 2064 2
    ath9k 89838 0
    uvcvideo 74919 0
    videobuf2_vmalloc 3368 1 uvcvideo
    videobuf2_memops 2239 1 videobuf2_vmalloc
    videobuf2_core 30407 1 uvcvideo
    videodev 123032 2 uvcvideo,videobuf2_core
    ath9k_common 8550 1 ath9k
    ath9k_hw 397498 2 ath9k_common,ath9k
    ath 19483 3 ath9k_common,ath9k,ath9k_hw
    coretemp 6388 0
    intel_powerclamp 9442 0
    microcode 17157 0
    psmouse 94790 0
    serio_raw 5073 0
    ums_realtek 7711 0
    uas 17010 0
    media 12611 2 uvcvideo,videodev
    evdev 11784 14
    mousedev 10912 0
    joydev 10367 0
    mac_hid 3273 0
    toshiba_acpi 21184 0
    radeon 1361605 2
    sparse_keymap 3242 1 toshiba_acpi
    i2c_i801 11364 0
    led_class 3611 2 ath9k,toshiba_acpi
    ttm 67215 1 radeon
    drm_kms_helper 39643 1 radeon
    snd_hda_codec_realtek 54803 1
    mac80211 495361 1 ath9k
    r8169 59191 0
    drm 244782 5 ttm,drm_kms_helper,radeon
    hwmon 3346 2 coretemp,radeon
    snd_hda_codec_generic 56366 1 snd_hda_codec_realtek
    i2c_algo_bit 5480 1 radeon
    wmi 8539 1 toshiba_acpi
    ene_ir 14302 0
    i2c_core 41648 6 drm,i2c_i801,drm_kms_helper,i2c_algo_bit,radeon,videodev
    snd_hda_intel 22270 2
    snd_hda_controller 22911 1 snd_hda_intel
    cfg80211 437959 4 ath,ath9k_common,ath9k,mac80211
    snd_hda_codec 104665 4 snd_hda_codec_realtek,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
    snd_hwdep 6652 1 snd_hda_codec
    snd_pcm 83207 3 snd_hda_codec,snd_hda_intel,snd_hda_controller
    rfkill 15971 3 cfg80211,toshiba_acpi
    mii 4251 1 r8169
    rc_core 18661 1 ene_ir
    battery 7885 0
    ac 3595 0
    video 12057 0
    button 4765 0
    shpchp 25706 0
    acpi_cpufreq 10170 1
    mei_me 10096 0
    snd_timer 19294 1 snd_pcm
    processor 25153 1 acpi_cpufreq
    intel_agp 11504 0
    intel_gtt 12856 1 intel_agp
    snd 61276 11 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
    mei 66784 1 mei_me
    soundcore 5551 2 snd,snd_hda_codec
    ext4 494228 2
    crc16 1359 1 ext4
    mbcache 9155 1 ext4
    jbd2 82948 1 ext4
    hid_generic 1217 0
    usbhid 41250 0
    hid 93052 3 hid_generic,usbhid
    sd_mod 37426 3
    sr_mod 15026 0
    cdrom 35191 1 sr_mod
    crc_t10dif 1135 1 sd_mod
    crct10dif_common 1436 1 crc_t10dif
    usb_storage 50263 2 uas,ums_realtek
    atkbd 17006 0
    libps2 4571 2 atkbd,psmouse
    ahci 24299 2
    libahci 21772 1 ahci
    libata 174089 2 ahci,libahci
    scsi_mod 138333 5 uas,usb_storage,libata,sd_mod,sr_mod
    i8042 13666 2 toshiba_acpi,libps2
    serio 11018 6 serio_raw,atkbd,i8042,psmouse
    ehci_pci 4152 0
    ehci_hcd 64619 1 ehci_pci
    usbcore 188381 7 uas,uvcvideo,ums_realtek,usb_storage,ehci_hcd,ehci_pci,usbhid
    usb_common 1712 1 usbcore
    lspci
    00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)
    00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port (rev 02)
    00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
    00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
    00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
    00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05)
    00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 05)
    00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5)
    00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 05)
    00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 05)
    00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05)
    01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Park [Mobility Radeon HD 5430/5450/5470]
    02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
    07:00.0 Network controller: Qualcomm Atheros AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
    ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 05)
    ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 05)
    ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 05)
    ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 05)
    ff:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 05)
    ff:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 05)
    lspci -v
    00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)
    Subsystem: Toshiba America Info Systems Device fd3c
    Flags: bus master, fast devsel, latency 0
    Capabilities: [e0] Vendor Specific Information: Len=0c <?>
    Kernel modules: intel_agp
    00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port (rev 02) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
    I/O behind bridge: 00005000-00005fff
    Memory behind bridge: d2200000-d22fffff
    Prefetchable memory behind bridge: 00000000c0000000-00000000cfffffff
    Capabilities: [88] Subsystem: Toshiba America Info Systems Device fd3c
    Capabilities: [80] Power Management version 3
    Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
    Capabilities: [a0] Express Root Port (Slot+), MSI 00
    Capabilities: [100] Virtual Channel
    Kernel driver in use: pcieport
    Kernel modules: shpchp
    00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
    Subsystem: Toshiba America Info Systems Device fd3c
    Flags: bus master, fast devsel, latency 0, IRQ 42
    Memory at d2305000 (64-bit, non-prefetchable) [size=16]
    Capabilities: [50] Power Management version 3
    Capabilities: [8c] MSI: Enable+ Count=1/1 Maskable- 64bit+
    Kernel driver in use: mei_me
    Kernel modules: mei_me
    00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05) (prog-if 20 [EHCI])
    Subsystem: Toshiba America Info Systems Device fd3c
    Flags: bus master, medium devsel, latency 0, IRQ 16
    Memory at d2308000 (32-bit, non-prefetchable) [size=1K]
    Capabilities: [50] Power Management version 2
    Capabilities: [58] Debug port: BAR=1 offset=00a0
    Capabilities: [98] PCI Advanced Features
    Kernel driver in use: ehci-pci
    Kernel modules: ehci_pci
    00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
    Subsystem: Toshiba America Info Systems Device fd3c
    Flags: bus master, fast devsel, latency 0, IRQ 43
    Memory at d2300000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: [50] Power Management version 2
    Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
    Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
    Capabilities: [100] Virtual Channel
    Capabilities: [130] Root Complex Link
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd_hda_intel
    00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=02, subordinate=06, sec-latency=0
    I/O behind bridge: 00003000-00004fff
    Memory behind bridge: d1a00000-d21fffff
    Prefetchable memory behind bridge: 00000000d0000000-00000000d08fffff
    Capabilities: [40] Express Root Port (Slot+), MSI 00
    Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
    Capabilities: [90] Subsystem: Toshiba America Info Systems Device fd3c
    Capabilities: [a0] Power Management version 2
    Kernel driver in use: pcieport
    Kernel modules: shpchp
    00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 05) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=07, subordinate=0b, sec-latency=0
    I/O behind bridge: 00002000-00002fff
    Memory behind bridge: d1100000-d19fffff
    Prefetchable memory behind bridge: 00000000d0900000-00000000d10fffff
    Capabilities: [40] Express Root Port (Slot+), MSI 00
    Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
    Capabilities: [90] Subsystem: Toshiba America Info Systems Device fd3c
    Capabilities: [a0] Power Management version 2
    Kernel driver in use: pcieport
    Kernel modules: shpchp
    00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05) (prog-if 20 [EHCI])
    Subsystem: Toshiba America Info Systems Device fd3c
    Flags: bus master, medium devsel, latency 0, IRQ 23
    Memory at d2307000 (32-bit, non-prefetchable) [size=1K]
    Capabilities: [50] Power Management version 2
    Capabilities: [58] Debug port: BAR=1 offset=00a0
    Capabilities: [98] PCI Advanced Features
    Kernel driver in use: ehci-pci
    Kernel modules: ehci_pci
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5) (prog-if 01 [Subtractive decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=0c, subordinate=0c, sec-latency=32
    Capabilities: [50] Subsystem: Toshiba America Info Systems Device fd3c
    00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 05)
    Subsystem: Toshiba America Info Systems Device fd3c
    Flags: bus master, medium devsel, latency 0
    Capabilities: [e0] Vendor Specific Information: Len=10 <?>
    Kernel modules: lpc_ich
    00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 05) (prog-if 01 [AHCI 1.0])
    Subsystem: Toshiba America Info Systems Device fd3c
    Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 41
    I/O ports at 6048 [size=8]
    I/O ports at 6054 [size=4]
    I/O ports at 6040 [size=8]
    I/O ports at 6050 [size=4]
    I/O ports at 6020 [size=32]
    Memory at d2308800 (32-bit, non-prefetchable) [size=2K]
    Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
    Capabilities: [70] Power Management version 3
    Capabilities: [a8] SATA HBA v1.0
    Capabilities: [b0] PCI Advanced Features
    Kernel driver in use: ahci
    Kernel modules: ahci
    00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05)
    Subsystem: Toshiba America Info Systems Device fd3c
    Flags: medium devsel, IRQ 18
    Memory at d2304000 (64-bit, non-prefetchable) [size=256]
    I/O ports at efa0 [size=32]
    Kernel modules: i2c_i801
    01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Park [Mobility Radeon HD 5430/5450/5470] (prog-if 00 [VGA controller])
    Subsystem: Toshiba America Info Systems Device fd3c
    Flags: bus master, fast devsel, latency 0, IRQ 45
    Memory at c0000000 (64-bit, prefetchable) [size=256M]
    Memory at d2200000 (64-bit, non-prefetchable) [size=128K]
    I/O ports at 5000 [size=256]
    Expansion ROM at d2220000 [disabled] [size=128K]
    Capabilities: [50] Power Management version 3
    Capabilities: [58] Express Legacy Endpoint, MSI 00
    Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
    Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
    Kernel driver in use: radeon
    Kernel modules: radeon
    02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
    Subsystem: Toshiba America Info Systems Device fd3c
    Flags: bus master, fast devsel, latency 0, IRQ 44
    I/O ports at 3000 [size=256]
    Memory at d0004000 (64-bit, prefetchable) [size=4K]
    Memory at d0000000 (64-bit, prefetchable) [size=16K]
    Capabilities: [40] Power Management version 3
    Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
    Capabilities: [70] Express Endpoint, MSI 01
    Capabilities: [b0] MSI-X: Enable- Count=4 Masked-
    Capabilities: [d0] Vital Product Data
    Capabilities: [100] Advanced Error Reporting
    Capabilities: [140] Virtual Channel
    Capabilities: [160] Device Serial Number 8b-00-00-00-36-4c-e0-00
    Kernel driver in use: r8169
    Kernel modules: r8169
    07:00.0 Network controller: Qualcomm Atheros AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
    Subsystem: Askey Computer Corp. Device 7173
    Flags: bus master, fast devsel, latency 0, IRQ 17
    Memory at d1100000 (64-bit, non-prefetchable) [size=64K]
    Capabilities: [40] Power Management version 3
    Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit-
    Capabilities: [60] Express Legacy Endpoint, MSI 00
    Capabilities: [100] Advanced Error Reporting
    Capabilities: [140] Virtual Channel
    Capabilities: [160] Device Serial Number 00-15-17-ff-ff-24-14-12
    Capabilities: [170] Power Budgeting <?>
    Kernel driver in use: ath9k
    Kernel modules: ath9k
    ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 05)
    Subsystem: Intel Corporation Device 8086
    Flags: bus master, fast devsel, latency 0
    ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 05)
    Subsystem: Intel Corporation Device 8086
    Flags: bus master, fast devsel, latency 0
    ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 05)
    Subsystem: Intel Corporation Device 8086
    Flags: bus master, fast devsel, latency 0
    ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 05)
    Subsystem: Intel Corporation Device 8086
    Flags: bus master, fast devsel, latency 0
    ff:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 05)
    Subsystem: Intel Corporation Device 8086
    Flags: bus master, fast devsel, latency 0
    ff:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 05)
    Subsystem: Intel Corporation Device 8086
    Flags: bus master, fast devsel, latency 0
    dmesg
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.15.2-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.0 20140604 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Jun 27 07:41:19 CEST 2014
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=ecc688e7-48e8-4dc4-a2ba-ff236d653fc8 rw quiet
    [ 0.000000] Disabled fast string operations
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bb30efff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bb30f000-0x00000000bb66dfff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bb66e000-0x00000000bb67bfff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bb67c000-0x00000000bb67efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bb67f000-0x00000000bb681fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bb682000-0x00000000bb6acfff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bb6ad000-0x00000000bb6ccfff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bb6cd000-0x00000000bb70efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bb70f000-0x00000000bb70ffff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bb710000-0x00000000bb714fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bb715000-0x00000000bb718fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bb719000-0x00000000bb719fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bb71a000-0x00000000bb71afff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bb71b000-0x00000000bb71efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bb71f000-0x00000000bb79efff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bb79f000-0x00000000bb7fefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000bb7ff000-0x00000000bb7fffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bb800000-0x00000000bbffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed16000-0x00000000fed16fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed19000-0x00000000fed19fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.6 present.
    [ 0.000000] DMI: TOSHIBA SATELLITE C660/PWWAA, BIOS 2.00 05/09/12
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0xbb800 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0FFE00000 mask FFFE00000 write-protect
    [ 0.000000] 1 base 000000000 mask F80000000 write-back
    [ 0.000000] 2 base 080000000 mask FC0000000 write-back
    [ 0.000000] 3 base 0BC000000 mask FFC000000 uncachable
    [ 0.000000] 4 base 0BB800000 mask FFF800000 uncachable
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b3e000, 0x01b3efff] PGTABLE
    [ 0.000000] BRK [0x01b3f000, 0x01b3ffff] PGTABLE
    [ 0.000000] BRK [0x01b40000, 0x01b40fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xbb000000-0xbb1fffff]
    [ 0.000000] [mem 0xbb000000-0xbb1fffff] page 2M
    [ 0.000000] BRK [0x01b41000, 0x01b41fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xb8000000-0xbaffffff]
    [ 0.000000] [mem 0xb8000000-0xbaffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x80000000-0xb7ffffff]
    [ 0.000000] [mem 0x80000000-0xb7ffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7fffffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x7fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0xbb200000-0xbb30efff]
    [ 0.000000] [mem 0xbb200000-0xbb30efff] page 4k
    [ 0.000000] BRK [0x01b42000, 0x01b42fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xbb7ff000-0xbb7fffff]
    [ 0.000000] [mem 0xbb7ff000-0xbb7fffff] page 4k
    [ 0.000000] BRK [0x01b43000, 0x01b43fff] PGTABLE
    [ 0.000000] RAMDISK: [mem 0x379e8000-0x37cebfff]
    [ 0.000000] ACPI: RSDP 0x00000000000F00E0 000024 (v02 TOSCPL)
    [ 0.000000] ACPI: XSDT 0x00000000BB7FE120 000074 (v01 TOSCPL TOSCPL00 00000074 01000013)
    [ 0.000000] ACPI: FACP 0x00000000BB7FC000 0000F4 (v03 TOSCPL TOSCPL00 00000074 LOHR 0000005F)
    [ 0.000000] ACPI: DSDT 0x00000000BB7E7000 010F89 (v02 TOSCPL CALPELLA 00000001 INTL 20050624)
    [ 0.000000] ACPI: FACS 0x00000000BB71A000 000040
    [ 0.000000] ACPI: HPET 0x00000000BB7FB000 000038 (v01 TOSCPL TOSCPL00 00000001 LOHR 0000005F)
    [ 0.000000] ACPI: APIC 0x00000000BB7FA000 000098 (v01 TOSCPL TOSCPL00 00000001 LOHR 0000005F)
    [ 0.000000] ACPI: MCFG 0x00000000BB7F9000 00003C (v01 TOSCPL TOSCPL00 00000001 LOHR 0000005F)
    [ 0.000000] ACPI: ASF! 0x00000000BB7F8000 0000A5 (v32 TOSCPL TOSCPL00 00000001 LOHR 0000005F)
    [ 0.000000] ACPI: SLIC 0x00000000BB7E4000 000176 (v01 TOSCPL TOSCPL00 00000001 PTL 00000001)
    [ 0.000000] ACPI: SSDT 0x00000000BB7E3000 0009F1 (v01 PmRef CpuPm 00003000 INTL 20050624)
    [ 0.000000] ACPI: UEFI 0x00000000BB7E2000 00003E (v01 PTL PTLBUF?I 00000001 PTL 00000001)
    [ 0.000000] ACPI: UEFI 0x00000000BB7E1000 000042 (v01 PTL COMBUF 00000001 PTL 00000001)
    [ 0.000000] ACPI: UEFI 0x00000000BB7E0000 0000DA (v01 PTL PTLSWI 00000001 PTL 00000001)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x00000000bb7fffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0xbb7fffff]
    [ 0.000000] NODE_DATA [mem 0xbb30a000-0xbb30efff]
    [ 0.000000] [ffffea0000000000-ffffea0002ffffff] PMD -> [ffff8800b7800000-ffff8800ba7fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal empty
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009cfff]
    [ 0.000000] node 0: [mem 0x00100000-0xbb30efff]
    [ 0.000000] node 0: [mem 0xbb7ff000-0xbb7fffff]
    [ 0.000000] On node 0 totalpages: 766636
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3996 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 11936 pages used for memmap
    [ 0.000000] DMA32 zone: 762640 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 8 CPUs, 6 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb30f000-0xbb66dfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb66e000-0xbb67bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb67c000-0xbb67efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb67f000-0xbb681fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb682000-0xbb6acfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb6ad000-0xbb6ccfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb6cd000-0xbb70efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb70f000-0xbb70ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb710000-0xbb714fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb715000-0xbb718fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb719000-0xbb719fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb71a000-0xbb71afff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb71b000-0xbb71efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb71f000-0xbb79efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb79f000-0xbb7fefff]
    [ 0.000000] e820: [mem 0xbc000000-0xdfffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff8800bae00000 s87168 r8192 d23424 u262144
    [ 0.000000] pcpu-alloc: s87168 r8192 d23424 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 754615
    [ 0.000000] Policy zone: DMA32
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=ecc688e7-48e8-4dc4-a2ba-ff236d653fc8 rw quiet
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 3001480K/3066544K available (5222K kernel code, 885K rwdata, 1644K rodata, 1116K init, 1284K bss, 65064K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
    [ 0.000000] NR_IRQS:8448 nr_irqs:744 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 12582912 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 2128.090 MHz processor
    [ 0.000041] Calibrating delay loop (skipped), value calculated using timer frequency.. 4257.52 BogoMIPS (lpj=7093633)
    [ 0.000044] pid_max: default: 32768 minimum: 301
    [ 0.000053] ACPI: Core revision 20140214
    [ 0.011763] ACPI: All ACPI Tables successfully acquired
    [ 0.031192] Security Framework initialized
    [ 0.031200] Yama: becoming mindful.
    [ 0.031522] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.033135] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.033854] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.033861] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.034136] Initializing cgroup subsys memory
    [ 0.034142] Initializing cgroup subsys devices
    [ 0.034144] Initializing cgroup subsys freezer
    [ 0.034146] Initializing cgroup subsys net_cls
    [ 0.034148] Initializing cgroup subsys blkio
    [ 0.034169] Disabled fast string operations
    [ 0.034172] CPU: Physical Processor ID: 0
    [ 0.034173] CPU: Processor Core ID: 0
    [ 0.034179] mce: CPU supports 9 MCE banks
    [ 0.034189] CPU0: Thermal monitoring handled by SMI
    [ 0.034201] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
    tlb_flushall_shift: 6
    [ 0.034276] Freeing SMP alternatives memory: 20K (ffffffff819f6000 - ffffffff819fb000)
    [ 0.035185] ftrace: allocating 20223 entries in 79 pages
    [ 0.047258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.080252] smpboot: CPU0: Intel(R) Pentium(R) CPU P6200 @ 2.13GHz (fam: 06, model: 25, stepping: 05)
    [ 0.185018] Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Intel PMU driver.
    [ 0.185025] perf_event_intel: CPUID marked event: 'bus cycles' unavailable
    [ 0.185028] ... version: 3
    [ 0.185028] ... bit width: 48
    [ 0.185029] ... generic registers: 4
    [ 0.185030] ... value mask: 0000ffffffffffff
    [ 0.185031] ... max period: 000000007fffffff
    [ 0.185032] ... fixed-purpose events: 3
    [ 0.185033] ... event mask: 000000070000000f
    [ 0.211766] x86: Booting SMP configuration:
    [ 0.211768] .... node #0, CPUs: #1
    [ 0.222905] Disabled fast string operations
    [ 0.222920] CPU1: Thermal monitoring handled by SMI
    [ 0.225166] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.225183] x86: Booted up 1 node, 2 CPUs
    [ 0.225186] smpboot: Total of 2 processors activated (8515.04 BogoMIPS)
    [ 0.226518] devtmpfs: initialized
    [ 0.229243] PM: Registering ACPI NVS region [mem 0xbb66e000-0xbb67bfff] (57344 bytes)
    [ 0.229246] PM: Registering ACPI NVS region [mem 0xbb67f000-0xbb681fff] (12288 bytes)
    [ 0.229248] PM: Registering ACPI NVS region [mem 0xbb6ad000-0xbb6ccfff] (131072 bytes)
    [ 0.229250] PM: Registering ACPI NVS region [mem 0xbb70f000-0xbb70ffff] (4096 bytes)
    [ 0.229251] PM: Registering ACPI NVS region [mem 0xbb715000-0xbb718fff] (16384 bytes)
    [ 0.229252] PM: Registering ACPI NVS region [mem 0xbb71a000-0xbb71afff] (4096 bytes)
    [ 0.229254] PM: Registering ACPI NVS region [mem 0xbb71f000-0xbb79efff] (524288 bytes)
    [ 0.230260] pinctrl core: initialized pinctrl subsystem
    [ 0.230313] RTC time: 22:39:59, date: 07/01/14
    [ 0.230357] NET: Registered protocol family 16
    [ 0.230462] cpuidle: using governor ladder
    [ 0.230464] cpuidle: using governor menu
    [ 0.230480] ACPI: bus type PCI registered
    [ 0.230482] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.230555] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.230558] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    [ 0.255508] PCI: Using configuration type 1 for base access
    [ 0.255633] mtrr: your CPUs had inconsistent variable MTRR settings
    [ 0.255635] mtrr: probably your BIOS does not setup all CPUs.
    [ 0.255636] mtrr: corrected configuration.
    [ 0.256365] ACPI: Added _OSI(Module Device)
    [ 0.256368] ACPI: Added _OSI(Processor Device)
    [ 0.256370] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.256371] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.275020] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.275406] ACPI: SSDT 0x00000000BB713C18 0003AE (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    [ 0.275854] ACPI: Dynamic OEM Table Load:
    [ 0.275856] ACPI: SSDT 0x0000000000000000 0003AE (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    [ 0.275991] ACPI: SSDT 0x00000000BB711018 000891 (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    [ 0.276600] ACPI: Dynamic OEM Table Load:
    [ 0.276602] ACPI: SSDT 0x0000000000000000 000891 (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    [ 0.298578] ACPI: SSDT 0x00000000BB712A98 000303 (v01 PmRef ApIst 00003000 INTL 20050624)
    [ 0.299079] ACPI: Dynamic OEM Table Load:
    [ 0.299081] ACPI: SSDT 0x0000000000000000 000303 (v01 PmRef ApIst 00003000 INTL 20050624)
    [ 0.311757] ACPI: SSDT 0x00000000BB710D98 000119 (v01 PmRef ApCst 00003000 INTL 20050624)
    [ 0.312199] ACPI: Dynamic OEM Table Load:
    [ 0.312201] ACPI: SSDT 0x0000000000000000 000119 (v01 PmRef ApCst 00003000 INTL 20050624)
    [ 0.332259] ACPI: Interpreter enabled
    [ 0.332268] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140214/hwxface-580)
    [ 0.332273] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140214/hwxface-580)
    [ 0.332290] ACPI: (supports S0 S3 S4 S5)
    [ 0.332291] ACPI: Using IOAPIC for interrupt routing
    [ 0.332323] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.393846] ACPI: \_PR_.CPU2: failed to get CPU APIC ID.
    [ 0.393851] ACPI: \_PR_.CPU3: failed to get CPU APIC ID.
    [ 0.393855] ACPI: \_PR_.CPU4: failed to get CPU APIC ID.
    [ 0.393859] ACPI: \_PR_.CPU5: failed to get CPU APIC ID.
    [ 0.393863] ACPI: \_PR_.CPU6: failed to get CPU APIC ID.
    [ 0.393866] ACPI: \_PR_.CPU7: failed to get CPU APIC ID.
    [ 0.394229] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
    [ 0.394235] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.394271] \_SB_.PCI0:_OSC invalid UUID
    [ 0.394272] _OSC request data:1 1f 0
    [ 0.394276] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
    [ 0.395158] PCI host bridge to bus 0000:00
    [ 0.395162] pci_bus 0000:00: root bus resource [bus 00-fe]
    [ 0.395164] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.395166] pci_bus 0000:00: root bus resource [io 0x0d00-0xfdff]
    [ 0.395168] pci_bus 0000:00: root bus resource [io 0xff28-0xff2b]
    [ 0.395170] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.395171] pci_bus 0000:00: root bus resource [mem 0xbb800000-0xfeafffff]
    [ 0.395180] pci 0000:00:00.0: [8086:0044] type 00 class 0x060000
    [ 0.395200] DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
    [ 0.395292] pci 0000:00:01.0: [8086:0045] type 01 class 0x060400
    [ 0.395330] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.395453] pci 0000:00:16.0: [8086:3b64] type 00 class 0x078000
    [ 0.395482] pci 0000:00:16.0: reg 0x10: [mem 0xd2305000-0xd230500f 64bit]
    [ 0.395576] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.395689] pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320
    [ 0.395715] pci 0000:00:1a.0: reg 0x10: [mem 0xd2308000-0xd23083ff]
    [ 0.395822] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.396245] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 0.396324] pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
    [ 0.396349] pci 0000:00:1b.0: reg 0x10: [mem 0xd2300000-0xd2303fff 64bit]
    [ 0.396457] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.396521] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.396571] pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
    [ 0.396674] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.396778] pci 0000:00:1c.1: [8086:3b44] type 01 class 0x060400
    [ 0.396881] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.396997] pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320
    [ 0.397023] pci 0000:00:1d.0: reg 0x10: [mem 0xd2307000-0xd23073ff]
    [ 0.397130] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.397550] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.397627] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
    [ 0.397783] pci 0000:00:1f.0: [8086:3b09] type 00 class 0x060100
    [ 0.397983] pci 0000:00:1f.2: [8086:3b29] type 00 class 0x010601
    [ 0.398011] pci 0000:00:1f.2: reg 0x10: [io 0x6048-0x604f]
    [ 0.398022] pci 0000:00:1f.2: reg 0x14: [io 0x6054-0x6057]
    [ 0.398032] pci 0000:00:1f.2: reg 0x18: [io 0x6040-0x6047]
    [ 0.398043] pci 0000:00:1f.2: reg 0x1c: [io 0x6050-0x6053]
    [ 0.398053] pci 0000:00:1f.2: reg 0x20: [io 0x6020-0x603f]
    [ 0.398064] pci 0000:00:1f.2: reg 0x24: [mem 0xd2308800-0xd2308fff]
    [ 0.398130] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.398229] pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
    [ 0.398255] pci 0000:00:1f.3: reg 0x10: [mem 0xd2304000-0xd23040ff 64bit]
    [ 0.398284] pci 0000:00:1f.3: reg 0x20: [io 0xefa0-0xefbf]
    [ 0.398446] pci 0000:01:00.0: [1002:68e0] type 00 class 0x030000
    [ 0.398463] pci 0000:01:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.398473] pci 0000:01:00.0: reg 0x18: [mem 0xd2200000-0xd221ffff 64bit]
    [ 0.398481] pci 0000:01:00.0: reg 0x20: [io 0x5000-0x50ff]
    [ 0.398496] pci 0000:01:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
    [ 0.398532] pci 0000:01:00.0: supports D1 D2
    [ 0.398592] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.398595] pci 0000:00:01.0: bridge window [io 0x5000-0x5fff]
    [ 0.398598] pci 0000:00:01.0: bridge window [mem 0xd2200000-0xd22fffff]
    [ 0.398601] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.398760] pci 0000:02:00.0: [10ec:8136] type 00 class 0x020000
    [ 0.398824] pci 0000:02:00.0: reg 0x10: [io 0x3000-0x30ff]
    [ 0.398937] pci 0000:02:00.0: reg 0x18: [mem 0xd0004000-0xd0004fff 64bit pref]
    [ 0.399008] pci 0000:02:00.0: reg 0x20: [mem 0xd0000000-0xd0003fff 64bit pref]
    [ 0.399329] pci 0000:02:00.0: supports D1 D2
    [ 0.399331] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.399791] pci 0000:02:00.0: System wakeup disabled by ACPI
    [ 0.399922] pci 0000:00:1c.0: PCI bridge to [bus 02-06]
    [ 0.399927] pci 0000:00:1c.0: bridge window [io 0x3000-0x4fff]
    [ 0.399932] pci 0000:00:1c.0: bridge window [mem 0xd1a00000-0xd21fffff]
    [ 0.399939] pci 0000:00:1c.0: bridge window [mem 0xd0000000-0xd08fffff 64bit pref]
    [ 0.400057] pci 0000:07:00.0: [168c:002b] type 00 class 0x028000
    [ 0.400100] pci 0000:07:00.0: reg 0x10: [mem 0xd1100000-0xd110ffff 64bit]
    [ 0.400339] pci 0000:07:00.0: supports D1
    [ 0.400341] pci 0000:07:00.0: PME# supported from D0 D1 D3hot
    [ 0.400393] pci 0000:07:00.0: System wakeup disabled by ACPI
    [ 0.400465] pci 0000:00:1c.1: PCI bridge to [bus 07-0b]
    [ 0.400470] pci 0000:00:1c.1: bridge window [io 0x2000-0x2fff]
    [ 0.400475] pci 0000:00:1c.1: bridge window [mem 0xd1100000-0xd19fffff]
    [ 0.400483] pci 0000:00:1c.1: bridge window [mem 0xd0900000-0xd10fffff 64bit pref]
    [ 0.400571] pci 0000:00:1e.0: PCI bridge to [bus 0c] (subtractive decode)
    [ 0.400584] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.400586] pci 0000:00:1e.0: bridge window [io 0x0d00-0xfdff] (subtractive decode)
    [ 0.400588] pci 0000:00:1e.0: bridge window [io 0xff28-0xff2b] (subtractive decode)
    [ 0.400589] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.400591] pci 0000:00:1e.0: bridge window [mem 0xbb800000-0xfeafffff] (subtractive decode)
    [ 0.421768] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    [ 0.421825] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 *11 12 14 15)
    [ 0.421878] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    [ 0.421931] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    [ 0.421985] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
    [ 0.422037] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
    [ 0.422091] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 *5 6 7 10 12 14 15)
    [ 0.422143] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
    [ 0.422257] ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus ff])
    [ 0.422262] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.422266] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
    [ 0.422344] PCI host bridge to bus 0000:ff
    [ 0.422347] pci_bus 0000:ff: root bus resource [bus ff]
    [ 0.422353] pci 0000:ff:00.0: [8086:2c62] type 00 class 0x060000
    [ 0.422406] pci 0000:ff:00.1: [8086:2d01] type 00 class 0x060000
    [ 0.422463] pci 0000:ff:02.0: [8086:2d10] type 00 class 0x060000
    [ 0.422513] pci 0000:ff:02.1: [8086:2d11] type 00 class 0x060000
    [ 0.422561] pci 0000:ff:02.2: [8086:2d12] type 00 class 0x060000
    [ 0.422610] pci 0000:ff:02.3: [8086:2d13] type 00 class 0x060000
    [ 0.422732] ACPI: Enabled 8 GPEs in block 00 to 3F
    [ 0.422778] ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    [ 0.422889] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.422891] vgaarb: loaded
    [ 0.422892] vgaarb: bridge control possible 0000:01:00.0
    [ 0.422918] PCI: Using ACPI for IRQ routing
    [ 0.432874] PCI: pci_cache_line_size set to 64 bytes
    [ 0.432935] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
    [ 0.432937] e820: reserve RAM buffer [mem 0xbb30f000-0xbbffffff]
    [ 0.432939] e820: reserve RAM buffer [mem 0xbb800000-0xbbffffff]
    [ 0.433054] NetLabel: Initializing
    [ 0.433056] NetLabel: domain hash size = 128
    [ 0.433057] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.433070] NetLabel: unlabeled traffic allowed by default
    [ 0.433096] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.433101] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.435130] Switched to clocksource hpet
    [ 0.440768] pnp: PnP ACPI init
    [ 0.440796] ACPI: bus type PNP registered
    [ 0.441592] pnp 00:00: [dma 4]
    [ 0.441637] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.441742] pnp 00:01: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.441786] pnp 00:02: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.441880] system 00:03: [io 0x1000-0x1003] has been reserved
    [ 0.441883] system 00:03: [io 0x1004-0x1013] has been reserved
    [ 0.441885] system 00:03: [io 0xffff] has been reserved
    [ 0.441888] system 00:03: [io 0x0400-0x047f] could not be reserved
    [ 0.441890] system 00:03: [io 0x0500-0x057f] has been reserved
    [ 0.441891] system 00:03: [io 0xfe00] has been reserved
    [ 0.441893] system 00:03: [io 0xff2c-0xff7f] has been reserved
    [ 0.441897] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.441932] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.465231] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.465271] pnp 00:06: Plug and Play ACPI device, IDs TOS0100 SYN0700 SYN0002 PNP0f13 (active)
    [ 0.465653] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.465656] system 00:07: [mem 0xfed10000-0xfed13fff] has been reserved
    [ 0.465658] system 00:07: [mem 0xfed16000-0xfed16fff] has been reserved
    [ 0.465660] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.465663] system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.465665] system 00:07: [mem 0xd2306000-0xd2306fff] has been reserved
    [ 0.465667] system 00:07: [mem 0xbc000000-0xbc000fff] has been reserved
    [ 0.465672] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.465674] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 0.465678] system 00:07: [mem 0xff000000-0xffffffff] could not be reserved
    [ 0.465680] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 0.465682] system 00:07: [mem 0x00000000-0x00000fff] could not be reserved
    [ 0.465685] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.465889] pnp: PnP ACPI: found 8 devices
    [ 0.465890] ACPI: bus type PNP unregistered
    [ 0.472989] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
    [ 0.473030] pci 0000:01:00.0: BAR 6: assigned [mem 0xd2220000-0xd223ffff pref]
    [ 0.473034] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.473036] pci 0000:00:01.0: bridge window [io 0x5000-0x5fff]
    [ 0.473040] pci 0000:00:01.0: bridge window [mem 0xd2200000-0xd22fffff]
    [ 0.473043] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.473047] pci 0000:00:1c.0: PCI bridge to [bus 02-06]
    [ 0.473050] pci 0000:00:1c.0: bridge window [io 0x3000-0x4fff]
    [ 0.473056] pci 0000:00:1c.0: bridge window [mem 0xd1a00000-0xd21fffff]
    [ 0.473060] pci 0000:00:1c.0: bridge window [mem 0xd0000000-0xd08fffff 64bit pref]
    [ 0.473068] pci 0000:00:1c.1: PCI bridge to [bus 07-0b]
    [ 0.473071] pci 0000:00:1c.1: bridge window [io 0x2000-0x2fff]
    [ 0.473077] pci 0000:00:1c.1: bridge window [mem 0xd1100000-0xd19fffff]
    [ 0.473082] pci 0000:00:1c.1: bridge window [mem 0xd0900000-0xd10fffff 64bit pref]
    [ 0.473090] pci 0000:00:1e.0: PCI bridge to [bus 0c]
    [ 0.473105] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.473107] pci_bus 0000:00: resource 5 [io 0x0d00-0xfdff]
    [ 0.473108] pci_bus 0000:00: resource 6 [io 0xff28-0xff2b]
    [ 0.473110] pci_bus 0000:00: resource 7 [mem 0x000a0000-0x000bffff]
    [ 0.473112] pci_bus 0000:00: resource 8 [mem 0xbb800000-0xfeafffff]
    [ 0.473114] pci_bus 0000:01: resource 0 [io 0x5000-0x5fff]
    [ 0.473116] pci_bus 0000:01: resource 1 [mem 0xd2200000-0xd22fffff]
    [ 0.473118] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.473120] pci_bus 0000:02: resource 0 [io 0x3000-0x4fff]
    [ 0.473122] pci_bus 0000:02: resource 1 [mem 0xd1a00000-0xd21fffff]
    [ 0.473124] pci_bus 0000:02: resource 2 [mem 0xd0000000-0xd08fffff 64bit pref]
    [ 0.473126] pci_bus 0000:07: resource 0 [io 0x2000-0x2fff]
    [ 0.473128] pci_bus 0000:07: resource 1 [mem 0xd1100000-0xd19fffff]
    [ 0.473130] pci_bus 0000:07: resource 2 [mem 0xd0900000-0xd10fffff 64bit pref]
    [ 0.473133] pci_bus 0000:0c: resource 4 [io 0x0000-0x0cf7]
    [ 0.473134] pci_bus 0000:0c: resource 5 [io 0x0d00-0xfdff]
    [ 0.473136] pci_bus 0000:0c: resource 6 [io 0xff28-0xff2b]
    [ 0.473138] pci_bus 0000:0c: resource 7 [mem 0x000a0000-0x000bffff]
    [ 0.473140] pci_bus 0000:0c: resource 8 [mem 0xbb800000-0xfeafffff]
    [ 0.473170] NET: Registered protocol family 2
    [ 0.473368] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
    [ 0.473508] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.473701] TCP: Hash tables configured (established 32768 bind 32768)
    [ 0.473755] TCP: reno registered
    [ 0.473764] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.473793] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.473865] NET: Registered protocol family 1
    [ 0.498625] pci 0000:01:00.0: Boot video device
    [ 0.498646] PCI: CLS 0 bytes, default 64
    [ 0.498699] Unpacking initramfs...
    [ 0.565206] Freeing initrd memory: 3088K (ffff8800379e8000 - ffff880037cec000)
    [ 0.565388] Scanning for low memory corruption every 60 seconds
    [ 0.565748] futex hash table entries: 2048 (order: 5, 131072 bytes)
    [ 0.581291] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.582903] zbud: loaded
    [ 0.583095] VFS: Disk quotas dquot_6.5.2
    [ 0.583135] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.583262] msgmni has been set to 5868
    [ 0.583326] Key type big_key registered
    [ 0.583509] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.583553] io scheduler noop registered
    [ 0.583555] io scheduler deadline registered
    [ 0.583589] io scheduler cfq registered (default)
    [ 0.583841] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.584239] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.584256] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.584288] vesafb: mode is 1024x768x32, linelength=4096, pages=0
    [ 0.584290] vesafb: scrolling: redraw
    [ 0.584291] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    [ 0.584628] vesafb: framebuffer at 0xc0000000, mapped to 0xffffc90010780000, using 3072k, total 3072k
    [ 0.692300] Console: switching to colour frame buffer device 128x48
    [ 0.800473] fb0: VESA VGA frame buffer device
    [ 0.800488] intel_idle: MWAIT substates: 0x120
    [ 0.800490] intel_idle: v0.4 model 0x25
    [ 0.800491] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.800610] GHES: HEST is not enabled!
    [ 0.800675] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.801507] Linux agpgart interface v0.103
    [ 0.801576] rtc_cmos 00:04: RTC can wake from S4
    [ 0.801827] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    [ 0.801870] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [ 0.801893] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.802112] TCP: cubic registered
    [ 0.802355] NET: Registered protocol family 10
    [ 0.802792] NET: Registered protocol family 17
    [ 0.803380] registered taskstats version 1
    [ 0.804029] Magic number: 6:547:703
    [ 0.804180] rtc_cmos 00:04: setting system clock to 2014-07-01 22:39:59 UTC (1404254399)
    [ 0.804384] PM: Hibernation image not present or could not be loaded.
    [ 0.806307] Freeing unused kernel memory: 1116K (ffffffff818df000 - ffffffff819f6000)
    [ 0.806311] Write protecting the kernel read-only data: 8192k
    [ 0.812485] Freeing unused kernel memory: 912K (ffff88000151c000 - ffff880001600000)
    [ 0.815129] Freeing unused kernel memory: 404K (ffff88000179b000 - ffff880001800000)
    [ 0.825831] random: systemd-tmpfile urandom read with 69 bits of entropy available
    [ 0.828485] systemd-udevd[47]: starting version 214
    [ 0.847937] ACPI: bus type USB registered
    [ 0.847970] usbcore: registered new interface driver usbfs
    [ 0.847981] usbcore: registered new interface driver hub
    [ 0.848252] usbcore: registered new device driver usb
    [ 0.848643] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.848772] ehci-pci: EHCI PCI platform driver
    [ 0.848994] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [ 0.849003] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 0.849020] ehci-pci 0000:00:1a.0: debug port 2
    [ 0.852944] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    [ 0.852965] ehci-pci 0000:00:1a.0: irq 16, io mem 0xd2308000
    [ 0.858429] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 0.865064] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 0.865706] hub 1-0:1.0: USB hub found
    [ 0.865718] hub 1-0:1.0: 2 ports detected
    [ 0.866030] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 0.866038] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 0.866054] ehci-pci 0000:00:1d.0: debug port 2
    [ 0.869965] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 0.869986] ehci-pci 0000:00:1d.0: irq 23, io mem 0xd2307000
    [ 0.873668] SCSI subsystem initialized
    [ 0.877948] libata version 3.00 loaded.
    [ 0.880017] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.880066] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.880260] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 0.880461] hub 2-0:1.0: USB hub found
    [ 0.880470] hub 2-0:1.0: 2 ports detected
    [ 0.880606] ahci 0000:00:1f.2: version 3.0
    [ 0.880869] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
    [ 0.880926] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
    [ 0.880980] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 3 Gbps 0x32 impl SATA mode
    [ 0.880987] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst
    [ 0.893062] scsi0 : ahci
    [ 0.894994] scsi1 : ahci
    [ 0.895281] scsi2 : ahci
    [ 0.898127] scsi3 : ahci
    [ 0.898246] scsi4 : ahci
    [ 0.898375] scsi5 : ahci
    [ 0.898433] ata1: DUMMY
    [ 0.898438] ata2: SATA max UDMA/133 abar m2048@0xd2308800 port 0xd2308980 irq 41
    [ 0.898439] ata3: DUMMY
    [ 0.898440] ata4: DUMMY
    [ 0.898444] ata5: SATA max UDMA/133 abar m2048@0xd2308800 port 0xd2308b00 irq 41
    [ 0.898447] ata6: SATA max UDMA/133 abar m2048@0xd2308800 port 0xd2308b80 irq 41
    [ 0.912371] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.171591] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [ 1.218214] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.248281] ata2.00: ATA-8: ST9320310AS, 0001TSM1, max UDMA/133
    [ 1.248288] ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32)
    [ 1.291585] ata2.00: configured for UDMA/133
    [ 1.291875] scsi 1:0:0:0: Direct-Access ATA ST9320310AS 0001 PQ: 0 ANSI: 5
    [ 1.295817] hub 1-1:1.0: USB hub found
    [ 1.296042] hub 1-1:1.0: 6 ports detected
    [ 1.401430] usb 2-1: new high-speed USB device number 2 using ehci-pci
    [ 1.525585] hub 2-1:1.0: USB hub found
    [ 1.525771] hub 2-1:1.0: 8 ports detected
    [ 1.568078] tsc: Refined TSC clocksource calibration: 2127.999 MHz
    [ 1.594882] usb 1-1.3: new high-speed USB device number 3 using ehci-pci
    [ 1.611371] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.627978] ata5.00: ATAPI: TSSTcorp CDDVDW TS-L633C, TF20, max UDMA/100
    [ 1.643823] ata5.00: configured for UDMA/100
    [ 1.648130] scsi 4:0:0:0: CD-ROM TSSTcorp CDDVDW TS-L633C TF20 PQ: 0 ANSI: 5
    [ 1.940369] usbcore: registered new interface driver usb-storage
    [ 1.977879] ata6: SATA link down (SStatus 0 SControl 300)
    [ 1.983326] sd 1:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    [ 1.983387] sd 1:0:0:0: [sda] Write Protect is off
    [ 1.983390] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.983414] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.000488] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 2.000495] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.000787] sr 4:0:0:0: Attached scsi CD-ROM sr0
    [ 2.004700] usb 1-1.4: new high-speed USB device number 4 using ehci-pci
    [ 2.056447] sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
    [ 2.058157] sd 1:0:0:0: [sda] Attached SCSI disk
    [ 2.187850] usb 2-1.2: new full-speed USB device number 3 using ehci-pci
    [ 2.277175] hidraw: raw HID events driver (C) Jiri Kosina
    [ 2.280152] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/0003:046D:C52F.0001/input/input2
    [ 2.280197] hid-generic 0003:046D:C52F.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1d.0-1.2/input0
    [ 2.281639] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.1/0003:046D:C52F.0002/input/input3
    [ 2.281749] hid-generic 0003:046D:C52F.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.0-1.2/input1
    [ 2.281768] usbcore: registered new interface driver usbhid
    [ 2.281770] usbhid: USB HID core driver
    [ 2.512693] random: nonblocking pool is initialized
    [ 2.567728] Switched to clocksource tsc
    [ 3.431573] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
    [ 6.007101] EXT4-fs (sda3): re-mounted. Opts: data=ordered
    [ 6.283904] systemd-udevd[143]: starting version 214
    [ 7.208321] mei_me 0000:00:16.0: irq 42 for MSI/MSI-X
    [ 7.240722] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 7.246825] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input4
    [ 7.246892] ACPI: Lid Switch [LID0]
    [ 7.246955] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5
    [ 7.246959] ACPI: Power Button [PWRB]
    [ 7.247015] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
    [ 7.247018] ACPI: Power Button [PWRF]
    [ 7.342206] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
    [ 7.346938] acpi device:02: registered as cooling_device2
    [ 7.347008] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input7
    [ 7.507332] cfg80211: Calling CRDA to update world regulatory domain
    [ 7.509857] snd_hda_intel 0000:00:1b.0: irq 43 for MSI/MSI-X
    [ 7.541997] wmi: Mapper loaded
    [ 7.644392] [drm] Initialized drm 1.1.0 20060810
    [ 7.673389] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 7.673401] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 7.673686] r8169 0000:02:00.0: irq 44 for MSI/MSI-X
    [ 7.673886] r8169 0000:02:00.0 eth0: RTL8105e at 0xffffc9001077e000, 1c:75:08:89:22:d0, XID 00900000 IRQ 44
    [ 7.706894] sound hdaudioC0D0: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
    [ 7.706900] sound hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    [ 7.706902] sound hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
    [ 7.706904] sound hdaudioC0D0: mono: mono_out=0x0
    [ 7.706905] sound hdaudioC0D0: inputs:
    [ 7.706908] sound hdaudioC0D0: Mic=0x18
    [ 7.706910] sound hdaudioC0D0: Internal Mic=0x12
    [ 7.715002] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input8
    [ 7.715143] input: HDA Intel MID Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    [ 7.715180] input: HDA Intel MID Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    [ 7.778845] ACPI: AC Adapter [ACAD] (on-line)
    [ 7.820143] ACPI Warning: SystemIO range 0x000000000000efa0-0x000000000000efbf conflicts with OpRegion 0x000000000000efa0-0x000000000000efaf (\_SB_.PCI0.SBUS.SMBI) (20140214/utaddress-258)
    [ 7.820152] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 7.863168] [drm] radeon kernel modesetting enabled.
    [ 7.863222] checking generic (c0000000 300000) vs hw (c0000000 10000000)
    [ 7.863224] fb: switching to radeondrmfb from VESA VGA
    [ 7.863250] Console: switching to colour dummy device 80x25
    [ 7.863647] [drm] initializing kernel modesetting (CEDAR 0x1002:0x68E0 0x1179:0xFD3C).
    [ 7.863674] [drm] register mmio base: 0xD2200000
    [ 7.863675] [drm] register mmio size: 131072
    [ 7.863754] ATOM BIOS: Toshiba
    [ 7.863827] radeon 0000:01:00.0: VRAM: 512M 0x0000000000000000 - 0x000000001FFFFFFF (512M used)
    [ 7.863830] radeon 0000:01:00.0: GTT: 1024M 0x0000000020000000 - 0x000000005FFFFFFF
    [ 7.863831] [drm] Detected VRAM RAM=512M, BAR=256M
    [ 7.863832] [drm] RAM width 64bits DDR
    [ 7.863892] [TTM] Zone kernel: Available graphics memory: 1503510 kiB
    [ 7.863894] [TTM] Initializing pool allocator
    [ 7.863899] [TTM] Initializing DMA pool allocator
    [ 7.863922] [drm] radeon: 512M of VRAM memory ready
    [ 7.863923] [drm] radeon: 1024M of GTT memory ready.
    [ 7.863934] [drm] Loading CEDAR Microcode
    [ 7.890889] toshiba_acpi: Toshiba Laptop ACPI Extras version 0.20
    [ 7.890992] input: Toshiba input device as /devices/virtual/input/input11
    [ 7.899897] toshiba_acpi: Accelerometer not supported
    [ 7.907098] mousedev: PS/2 mouse device common for all mice
    [ 7.928557] media: Linux media interface: v0.10
    [ 7.942975] usbcore: registered new interface driver uas
    [ 7.954872] ums-realtek 1-1.3:1.0: USB Mass Storage device detected
    [ 7.973773] scsi6 : usb-storage 1-1.3:1.0
    [ 7.973866] usbcore: registered new interface driver ums-realtek
    [ 7.988934] [Firmware Bug]: battery: (dis)charge rate invalid.
    [ 7.988971] ACPI: Battery Slot [BAT1] (battery present)
    [ 8.001248] [drm] Internal thermal controller with fan control
    [ 8.020107] usb 1-1.3: USB disconnect, device number 3
    [ 8.055319] [drm] radeon: dpm initialized
    [ 8.075490] microcode: CPU0 sig=0x20655, pf=0x10, revision=0x2
    [ 8.075518] microcode: CPU1 sig=0x20655, pf=0x10, revision=0x2
    [ 8.075579] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 8.095637] [drm] GART: num cpu pages 262144, num gpu pages 262144
    [ 8.103987] [drm] PCIE GART of 1024M enabled (table at 0x000000000025D000).
    [ 8.104136] radeon 0000:01:00.0: WB enabled
    [ 8.104140] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000020000c00 and cpu addr 0xffff8800b069ec00
    [ 8.104143] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000020000c0c and cpu addr 0xffff8800b069ec0c
    [ 8.104888] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x000000000005c418 and cpu addr 0xffffc90011f9c418
    [ 8.104890] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 8.104891] [drm] Driver supports precise vblank timestamp query.
    [ 8.104919] radeon 0000:01:00.0: irq 45 for MSI/MSI-X
    [ 8.104934] radeon 0000:01:00.0: radeon: using MSI.
    [ 8.104964] [drm] radeon: irq initialized.
    [ 8.122718] [drm] ring test on 0 succeeded in 1 usecs
    [ 8.122778] [drm] ring test on 3 succeeded in 1 usecs
    [ 8.145575] systemd-udevd[154]: renamed network interface eth0 to enp2s0
    [ 8.289104] Linux video capture interface: v2.00
    [ 8.303932] uvcvideo: Found UVC 1.00 device CNF9055 (04f2:b1d6)
    [ 8.311705] [drm] ring test on 5 succeeded in 1 usecs
    [ 8.311711] [drm] UVD initialized successfully.
    [ 8.311858] [drm] ib test on ring 0 succeeded in 0 usecs
    [ 8.311884] [drm] ib test on ring 3 succeeded in 0 usecs
    [ 8.313622] input: CNF9055 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input13
    [ 8.313709] usbcore: registered new interface driver uvcvideo
    [ 8.313711] USB Video Class driver (1.1.1)
    [ 8.455980] ath: phy0: ASPM enabled: 0x43
    [ 8.455985] ath: EEPROM regdomain: 0x65
    [ 8.455987] ath: EEPROM indicates we should expect a direct regpair map
    [ 8.455989] ath: Country alpha2 being used: 00
    [ 8.455990] ath: Regpair used: 0x65
    [ 8.463604] [drm] ib test on ring 5 succeeded
    [ 8.511806] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
    [ 8.512064] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xffffc90012b20000, irq=17
    [ 8.515186] [drm] radeon atom DIG backlight initialized
    [ 8.515194] [drm] Radeon Display Connectors
    [ 8.515197] [drm] Connector 0:
    [ 8.515201] [drm] LVDS-1
    [ 8.515208] [drm] DDC: 0x6560 0x6560 0x6564 0x6

    Try "isolcpus=1" in your kernel entry.

  • OSX Won't Install / Kernel Panic at Boot Up

    I have been having a few issues for the best part of a year now, firstly not being able to update to 10.6.8 meaning not being able to update to Lion. My onboard sound is non existemnt and have to run audio through HDMI.
    To cut a long story short I was running the OS that came with the machine when I bought it and could not update at all as this would cause a kernel panic at boot up each and everytime meaning I had to reinstall the OS from the boot disk.
    Last time this happened my internal HDD seemed to fail, tried everything to repair through disc utilities etc and ended up formatting and attempting a reinstall, I now receive this error log when I attempt installation, can anyone give me any ideas as to what is going on with it.
    Its a late 2009 model 8GB Ram 320GB HDD and dual core 1.66 processor as far as I am aware (unfortunately cannot get the specific system info as I cannot boot or reinstall OSX.
    - Error Log -
    Nov 14 11:04:21 localhost LCA[79]: Folder Manager is being asked to create a folder (cach) while running as uid 0
    Nov 14 11:04:41 localhost LCA[79]: Launching the Installer using language code "English"
    Nov 14 11:04:42 localhost OSInstaller[149]: Mac OS X Installer application started
    Nov 14 11:04:42 localhost OSInstaller[149]: 1 display(s) found.
    Nov 14 11:04:42 localhost OSInstaller[149]: Display[1] is using OpenGL acceleration.
    Nov 14 11:04:42 localhost OSInstaller[149]: @(#)PROGRAM:Install  PROJECT:Install-581
    Nov 14 11:04:42 localhost OSInstaller[149]: @(#)PROGRAM:Mac OS X Installer  PROJECT:OSInstaller-263
    Nov 14 11:04:42 localhost OSInstaller[149]: Hardware: Macmini4,1 @ 2.66 GHz (x 2), 8192 MB RAM
    Nov 14 11:04:42 localhost OSInstaller[149]: Running OS Build: Mac OS X 10.6.4 (10F2108)
    Nov 14 11:04:42 localhost OSInstaller[149]: Env: DYLD_NO_FIX_PREBINDING=1
    Nov 14 11:04:42 localhost OSInstaller[149]: Env: PATH=/usr/bin:/bin:/usr/sbin:/sbin
    Nov 14 11:04:42 localhost OSInstaller[149]: Env: PWD=/
    Nov 14 11:04:42 localhost OSInstaller[149]: Env: SHLVL=1
    Nov 14 11:04:42 localhost OSInstaller[149]: Env: OS_INSTALL=1
    Nov 14 11:04:42 localhost OSInstaller[149]: Env: _=/System/Installation/CDIS/LCA.app/Contents/MacOS/LCA
    Nov 14 11:04:43 localhost OSInstaller[149]: Using install media product at /System/Installation/Packages
    Nov 14 11:04:43 localhost OSInstaller[149]: Opening OSInstall package '/System/Installation/Packages/OSInstall.mpkg'.
    Nov 14 11:04:48 localhost OSInstaller[149]: Memory statistics for 'Install Mac OS X' pane:
    Nov 14 11:04:48 localhost OSInstaller[149]: Physical Memory Allocation:   587 MB wired,   259 MB trapped,    73 MB active,    56 MB inactive,  7217 MB free,  7346 MB usable,  8192 MB total
    Nov 14 11:05:05 localhost Unknown[80]: 2013-11-14 11:05:05.392 Disk Utility[157:903] **********
    Nov 14 11:05:05 localhost Unknown[80]: 2013-11-14 11:05:05.440 Disk Utility[157:903] Disk Utility started.
    Nov 14 11:05:05 localhost Unknown[80]:
    Nov 14 11:05:20 localhost Unknown[80]: 2013-11-14 11:05:20.067 Disk Utility[157:903] Verifying volume “MacMini HDD”
    Nov 14 11:05:20 localhost Unknown[80]: 2013-11-14 11:05:20.081 Disk Utility[157:903] Starting verification tool:
    Nov 14 11:05:32 localhost Unknown[80]: 2013-11-14 11:05:32.085 Disk Utility[157:903] Checking Journaled HFS Plus volume.
    Nov 14 11:05:32 localhost Unknown[80]: 2013-11-14 11:05:32.086 Disk Utility[157:903] Checking extents overflow file.
    Nov 14 11:05:32 localhost Unknown[80]: 2013-11-14 11:05:32.087 Disk Utility[157:903] Checking catalog file.
    Nov 14 11:05:40 localhost Unknown[80]: 2013-11-14 11:05:40.129 Disk Utility[157:903] Invalid key length
    Nov 14 11:05:40 localhost Unknown[80]: 2013-11-14 11:05:40.133 Disk Utility[157:903] The volume MacMini HDD could not be verified completely.
    Nov 14 11:05:40 localhost Unknown[80]: 2013-11-14 11:05:40.285 Disk Utility[157:903] Error: This disk needs to be repaired. Click Repair Disk.
    Nov 14 11:05:40 localhost Unknown[80]: 2013-11-14 11:05:40.285 Disk Utility[157:903]
    Nov 14 11:05:40 localhost Unknown[80]: 2013-11-14 11:05:40.285 Disk Utility[157:903] Disk Utility stopped verifying “MacMini HDD”: This disk needs to be repaired. Click Repair Disk.
    Nov 14 11:05:40 localhost Unknown[80]: 2013-11-14 11:05:40.397 Disk Utility[157:903]
    Nov 14 11:05:40 localhost Unknown[80]:
    Nov 14 11:06:10 localhost Unknown[80]: 2013-11-14 11:06:10.355 Disk Utility[157:903] Preparing to erase : “Mac Mini HDD”
    Nov 14 11:06:10 localhost Unknown[80]: 2013-11-14 11:06:10.355 Disk Utility[157:903]     Partition Scheme: GUID Partition Table
    Nov 14 11:06:10 localhost Unknown[80]: 2013-11-14 11:06:10.355 Disk Utility[157:903]     1 volume will be created
    Nov 14 11:06:10 localhost Unknown[80]: 2013-11-14 11:06:10.355 Disk Utility[157:903]         Name        : “Mac Mini HDD”
    Nov 14 11:06:10 localhost Unknown[80]: 2013-11-14 11:06:10.358 Disk Utility[157:903]         Size        : 320.07 GB
    Nov 14 11:06:10 localhost Unknown[80]: 2013-11-14 11:06:10.359 Disk Utility[157:903]         Filesystem    : Mac OS Extended (Journaled)
    Nov 14 11:06:10 localhost Unknown[80]:
    Nov 14 11:06:11 localhost Unknown[80]: 2013-11-14 11:06:11.296 Disk Utility[157:903] Unmounting disk
    Nov 14 11:06:12 localhost Unknown[80]: 2013-11-14 11:06:12.972 Disk Utility[157:903] Creating partition map
    Nov 14 11:06:15 localhost Unknown[80]: 2013-11-14 11:06:15.964 Disk Utility[157:903] Waiting for disks to reappear
    Nov 14 11:06:16 localhost Unknown[80]: 2013-11-14 11:06:16.013 Disk Utility[157:903] Formatting disk0s2 as Mac OS Extended (Journaled) with name Mac Mini HDD
    Nov 14 11:06:20 localhost Unknown[80]: 2013-11-14 11:06:20.582 Disk Utility[157:903] Erase complete.
    Nov 14 11:06:20 localhost Unknown[80]: 2013-11-14 11:06:20.582 Disk Utility[157:903]
    Nov 14 11:06:34 localhost OSInstaller[149]: Allowing machine sleep.
    Nov 14 11:07:08 localhost OSInstaller[149]: Preventing machine sleep.
    Nov 14 11:07:11 localhost OSInstaller[149]: =============================================================================== =
    Nov 14 11:07:11 localhost OSInstaller[149]: Choices selected for installation:
    Nov 14 11:07:11 localhost OSInstaller[149]:     Install: "Mac OS X"
    Nov 14 11:07:11 localhost OSInstaller[149]:     Install: "Essential System Software"
    Nov 14 11:07:11 localhost OSInstaller[149]:         BaseSystem.pkg : com.apple.pkg.BaseSystem : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         Essentials.pkg : com.apple.pkg.Essentials : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         BootCamp.pkg : com.apple.pkg.BootCamp : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         BSD.pkg : com.apple.pkg.BSD : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         iPodSupport.pkg : com.apple.pkg.iPodSupport : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         PodcastCapture.pkg : com.apple.pkg.PodcastCapture : 1.0.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         JavaTools.pkg : com.apple.pkg.JavaTools : 1.0.0.9000000000.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         AdditionalEssentials.pkg : com.apple.pkg.AdditionalEssentials : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         AdditionalSpeechVoices.pkg : com.apple.pkg.AdditionalSpeechVoices : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         AsianLanguagesSupport.pkg : com.apple.pkg.AsianLanguagesSupport : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         MediaFiles.pkg : com.apple.pkg.MediaFiles : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         MigrationAssistant.pkg : com.apple.pkg.MigrationAssistant : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         Mail.pkg : com.apple.pkg.Mail : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         AddressBook.pkg : com.apple.pkg.AddressBook : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         iCal.pkg : com.apple.pkg.iCal : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         Automator.pkg : com.apple.pkg.Automator : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         DVDPlayer.pkg : com.apple.pkg.DVDPlayer : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         iTunes.pkg : com.apple.pkg.iTunes : 9.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         iChat.pkg : com.apple.pkg.iChat : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         Java.pkg : com.apple.pkg.Java : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         Safari.pkg : com.apple.pkg.Safari : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         OxfordDictionaries.pkg : com.apple.pkg.OxfordDictionaries : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:     Install: "X11"
    Nov 14 11:07:11 localhost OSInstaller[149]:         X11User.pkg : com.apple.pkg.X11User : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         OSInstall.pkg : com.apple.pkg.OSInstall : 10.6.0.1
    Nov 14 11:07:11 localhost OSInstaller[149]: =============================================================================== =
    Nov 14 11:07:11 localhost OSInstaller[149]: It took 0.01 seconds to summarize the package selections.
    Nov 14 11:07:11 localhost OSInstaller[149]: Memory statistics for 'Installing' pane:
    Nov 14 11:07:11 localhost OSInstaller[149]: Physical Memory Allocation:   806 MB wired,   257 MB trapped,    89 MB active,   110 MB inactive,  6930 MB free,  7129 MB usable,  8192 MB total
    Nov 14 11:07:11 localhost OSInstaller[149]: Remote Install Assistant found at 1024:(null)
    Nov 14 11:07:11 localhost runner[153]: Administrator authorization granted.
    Nov 14 11:07:11 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/BaseSystem.pkg (1192468480 b)
    Nov 14 11:07:13 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/Essentials.pkg (1443404800 b)
    Nov 14 11:07:13 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/BootCamp.pkg (6089728 b)
    Nov 14 11:07:13 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/BSD.pkg (594596864 b)
    Nov 14 11:07:13 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/iPodSupport.pkg (636928 b)
    Nov 14 11:07:14 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/PodcastCapture.pkg (7593984 b)
    Nov 14 11:07:14 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/JavaTools.pkg (89688064 b)
    Nov 14 11:07:14 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/AdditionalEssentials.pkg (37807104 b)
    Nov 14 11:07:14 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/AdditionalSpeechVoices.pkg (279709696 b)
    Nov 14 11:07:14 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/AsianLanguagesSupport.pkg (4487168 b)
    Nov 14 11:07:14 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/MediaFiles.pkg (81630208 b)
    Nov 14 11:07:15 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/MigrationAssistant.pkg (37314560 b)
    Nov 14 11:07:15 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/Mail.pkg (55813120 b)
    Nov 14 11:07:15 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/AddressBook.pkg (15178752 b)
    Nov 14 11:07:15 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/iCal.pkg (40150016 b)
    Nov 14 11:07:16 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/Automator.pkg (26057728 b)
    Nov 14 11:07:16 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/DVDPlayer.pkg (23847936 b)
    Nov 14 11:07:16 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/iTunes.pkg (108978176 b)
    Nov 14 11:07:16 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/iChat.pkg (38496256 b)
    Nov 14 11:07:16 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/Java.pkg (152604672 b)
    Nov 14 11:07:17 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/Safari.pkg (39313408 b)
    Nov 14 11:07:17 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/OxfordDictionaries.pkg (44351488 b)
    Nov 14 11:07:17 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/X11User.pkg (91827200 b)
    Nov 14 11:07:17 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/OSInstall.pkg (0 b)
    Nov 14 11:07:17 localhost OSInstaller[149]: Total install size including padding: 5485788160 b
    Nov 14 11:07:18 localhost OSInstaller[149]: Starting installation:
    Nov 14 11:07:18 localhost OSInstaller[149]: Calculating expected install size requirements
    Nov 14 11:07:18 localhost Unknown[80]: 2013-11-14 11:07:18.542 Mac OS X Installer[149:c82b] Looking for system packages
    Nov 14 11:07:20 localhost Unknown[80]: 2013-11-14 11:07:20.119 Mac OS X Installer[149:c82b] no system packages found
    Nov 14 11:07:20 localhost Unknown[80]: 2013-11-14 11:07:20.120 Mac OS X Installer[149:c82b] No or Invalid system receipts found on /Volumes/Mac Mini HDD
    Nov 14 11:07:20 localhost Unknown[80]: 2013-11-14 11:07:20.120 Mac OS X Installer[149:c82b] Attempting fallback using: /System/Library/PrivateFrameworks/SystemMigration.framework/Resources/FallbackS ystemFiles.plist
    Nov 14 11:07:25 localhost Unknown[80]: 2013-11-14 11:07:25.300 Mac OS X Installer[149:c82b] Finding system files...
    Nov 14 11:07:29 localhost Unknown[80]: 2013-11-14 11:07:29.269 Mac OS X Installer[149:c82b] Writing system path cache.
    Nov 14 11:07:29 localhost Unknown[80]: 2013-11-14 11:07:29.273 Mac OS X Installer[149:c82b] Error writing cache to /Volumes/Mac Mini HDD/Library/Caches/com.apple.FindSystemFiles.plist
    Nov 14 11:07:29 localhost Unknown[80]: 2013-11-14 11:07:29.280 Mac OS X Installer[149:c82b] Failed to enumerate /Volumes/Mac Mini HDD/Library/Caches, cannot prune (
    Nov 14 11:07:29 localhost Unknown[80]:     "com.apple.user*pictureCache*"
    Nov 14 11:07:29 localhost Unknown[80]: )
    Nov 14 11:07:29 localhost OSInstaller[149]: Initial free size    : 319.3 GB
    Nov 14 11:07:29 localhost OSInstaller[149]: Expected system size : Zero KB
    Nov 14 11:07:29 localhost OSInstaller[149]: Reserving 5485788160 for extraction
    Nov 14 11:07:29 localhost OSInstaller[149]: Reserving 2891763788 for download
    Nov 14 11:07:29 localhost OSInstaller[149]: Performing volume consistency check on 'Mac Mini HDD'.
    Nov 14 11:07:41 localhost OSInstaller[149]: Checking Volume
    Nov 14 11:07:41 localhost OSInstaller[149]: Checking Journaled HFS Plus volume.
    Nov 14 11:07:41 localhost OSInstaller[149]: Checking extents overflow file.
    Nov 14 11:07:41 localhost OSInstaller[149]: Checking catalog file.
    Nov 14 11:07:44 localhost OSInstaller[149]: Checking multi-linked files.
    Nov 14 11:07:44 localhost OSInstaller[149]: Checking catalog hierarchy.
    Nov 14 11:07:44 localhost OSInstaller[149]: Checking extended attributes file.
    Nov 14 11:07:48 localhost OSInstaller[149]: Checking volume bitmap.
    Nov 14 11:10:19 localhost LCA[79]: Child exited with status 11
    Nov 14 11:10:24 localhost Unknown[204]: Launching the Installer Crash Log Viewer
    Nov 14 11:10:25 localhost ReportCrash[194]: Process:         Mac OS X Installer [149]
    Nov 14 11:10:25 localhost ReportCrash[194]: Path:            /System/Installation/CDIS/Mac OS X Installer.app/Contents/MacOS/Mac OS X Installer
    Nov 14 11:10:25 localhost ReportCrash[194]: Identifier:      Mac OS X Installer
    Nov 14 11:10:25 localhost ReportCrash[194]: Version:         ??? (???)
    Nov 14 11:10:25 localhost ReportCrash[194]: Code Type:       X86-64 (Native)
    Nov 14 11:10:25 localhost ReportCrash[194]: Parent Process:  LCA [79]
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Date/Time:       2013-11-14 11:07:59.824 -0800
    Nov 14 11:10:25 localhost ReportCrash[194]: OS Version:      Mac OS X 10.6.4 (10F2108)
    Nov 14 11:10:25 localhost ReportCrash[194]: Report Version:  6
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Nov 14 11:10:25 localhost ReportCrash[194]: Exception Codes: 0x000000000000000d, 0x0000000000000000
    Nov 14 11:10:25 localhost ReportCrash[194]: Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    Nov 14 11:10:25 localhost ReportCrash[194]: 0   libSystem.B.dylib                 0x0000000100435f2d dyld_stub_binder + 45
    Nov 14 11:10:25 localhost ReportCrash[194]: 1   ???                               0x00000001004ee008 0 + 4300136456
    Nov 14 11:10:25 localhost ReportCrash[194]: 2   com.apple.CoreFoundation          0x000000010069384f CFRunLoopRunSpecific + 575
    Nov 14 11:10:25 localhost ReportCrash[194]: 3   com.apple.HIToolbox               0x0000000105d9d91a RunCurrentEventLoopInMode + 333
    Nov 14 11:10:25 localhost ReportCrash[194]: 4   com.apple.HIToolbox               0x0000000105d9d71f ReceiveNextEventCommon + 310
    Nov 14 11:10:25 localhost ReportCrash[194]: 5   com.apple.HIToolbox               0x0000000105d9d5d8 BlockUntilNextEventMatchingListInMode + 59
    Nov 14 11:10:25 localhost ReportCrash[194]: 6   com.apple.AppKit                  0x0000000100d1629e _DPSNextEvent + 708
    Nov 14 11:10:25 localhost ReportCrash[194]: 7   com.apple.AppKit                  0x0000000100d15bed -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    Nov 14 11:10:25 localhost ReportCrash[194]: 8   com.apple.AppKit                  0x0000000100cdb8d3 -[NSApplication run] + 395
    Nov 14 11:10:25 localhost ReportCrash[194]: 9   com.apple.AppKit                  0x0000000100cd45f8 NSApplicationMain + 364
    Nov 14 11:10:25 localhost ReportCrash[194]: 10  com.apple.MacOSXInstaller         0x00000001000048de 0x100000000 + 18654
    Nov 14 11:10:25 localhost ReportCrash[194]: 11  com.apple.MacOSXInstaller         0x0000000100001540 0x100000000 + 5440
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Thread 1:
    Nov 14 11:10:25 localhost ReportCrash[194]: 0   libSystem.B.dylib                 0x0000000100368eb6 __semwait_signal + 10
    Nov 14 11:10:25 localhost ReportCrash[194]: 1   libSystem.B.dylib                 0x0000000100368d45 nanosleep + 148
    Nov 14 11:10:25 localhost ReportCrash[194]: 2   libSystem.B.dylib                 0x00000001003b5b14 sleep + 61
    Nov 14 11:10:25 localhost ReportCrash[194]: 3   com.apple.installframework        0x00000001000b83bb do_log_watch + 53
    Nov 14 11:10:25 localhost ReportCrash[194]: 4   libSystem.B.dylib                 0x0000000100367456 _pthread_start + 331
    Nov 14 11:10:25 localhost ReportCrash[194]: 5   libSystem.B.dylib                 0x0000000100367309 thread_start + 13
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Thread 2:  Dispatch queue: com.apple.libdispatch-manager
    Nov 14 11:10:25 localhost ReportCrash[194]: 0   libSystem.B.dylib                 0x000000010034708a kevent + 10
    Nov 14 11:10:25 localhost ReportCrash[194]: 1   libSystem.B.dylib                 0x0000000100348f5d _dispatch_mgr_invoke + 154
    Nov 14 11:10:25 localhost ReportCrash[194]: 2   libSystem.B.dylib                 0x0000000100348c34 _dispatch_queue_invoke + 185
    Nov 14 11:10:25 localhost ReportCrash[194]: 3   libSystem.B.dylib                 0x000000010034875e _dispatch_worker_thread2 + 252
    Nov 14 11:10:25 localhost ReportCrash[194]: 4   libSystem.B.dylib                 0x0000000100348088 _pthread_wqthread + 353
    Nov 14 11:10:25 localhost ReportCrash[194]: 5   libSystem.B.dylib                 0x0000000100347f25 start_wqthread + 13
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Thread 3:
    Nov 14 11:10:25 localhost ReportCrash[194]: 0   libSystem.B.dylib                 0x000000010032e2fa mach_msg_trap + 10
    Nov 14 11:10:25 localhost ReportCrash[194]: 1   libSystem.B.dylib                 0x000000010032e96d mach_msg + 59
    Nov 14 11:10:25 localhost ReportCrash[194]: 2   com.apple.CoreFoundation          0x00000001006943c2 __CFRunLoopRun + 1698
    Nov 14 11:10:25 localhost ReportCrash[194]: 3   com.apple.CoreFoundation          0x000000010069384f CFRunLoopRunSpecific + 575
    Nov 14 11:10:25 localhost ReportCrash[194]: 4   com.apple.Foundation              0x00000001009694c3 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    Nov 14 11:10:25 localhost ReportCrash[194]: 5   com.apple.Foundation              0x00000001008e9e8d __NSThread__main__ + 1429
    Nov 14 11:10:25 localhost ReportCrash[194]: 6   libSystem.B.dylib                 0x0000000100367456 _pthread_start + 331
    Nov 14 11:10:25 localhost ReportCrash[194]: 7   libSystem.B.dylib                 0x0000000100367309 thread_start + 13
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Thread 4:
    Nov 14 11:10:25 localhost ReportCrash[194]: 0   libSystem.B.dylib                 0x000000010032e2fa mach_msg_trap + 10
    Nov 14 11:10:25 localhost ReportCrash[194]: 1   libSystem.B.dylib                 0x000000010032e96d mach_msg + 59
    Nov 14 11:10:25 localhost ReportCrash[194]: 2   com.apple.CoreFoundation          0x00000001006943c2 __CFRunLoopRun + 1698
    Nov 14 11:10:25 localhost ReportCrash[194]: 3   com.apple.CoreFoundation          0x000000010069384f CFRunLoopRunSpecific + 575
    Nov 14 11:10:25 localhost ReportCrash[194]: 4   com.apple.Foundation              0x0000000100924a18 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    Nov 14 11:10:25 localhost ReportCrash[194]: 5   com.apple.Foundation              0x000000010097048e -[NSRunLoop(NSRunLoop) runUntilDate:] + 78
    Nov 14 11:10:25 localhost ReportCrash[194]: 6   com.apple.osinstallframework      0x000000010002052b -[OSDiskManager(OSInstallerAdditions) doDiskCheckOnDisk:andRepair:] + 409
    Nov 14 11:10:25 localhost ReportCrash[194]: 7   com.apple.osinstallframework      0x000000010001ba09 -[OSVolumeFsckQueueElement _performCheckReturningError:] + 153
    Nov 14 11:10:25 localhost ReportCrash[194]: 8   com.apple.osinstallframework      0x000000010001b800 -[OSVolumeFsckQueueElement run] + 168
    Nov 14 11:10:25 localhost ReportCrash[194]: 9   com.apple.installframework        0x000000010008d166 -[IFSession(Jobs) _runMetaQueueEngine] + 933
    Nov 14 11:10:25 localhost ReportCrash[194]: 10  com.apple.Foundation              0x00000001008e9e8d __NSThread__main__ + 1429
    Nov 14 11:10:25 localhost ReportCrash[194]: 11  libSystem.B.dylib                 0x0000000100367456 _pthread_start + 331
    Nov 14 11:10:25 localhost ReportCrash[194]: 12  libSystem.B.dylib                 0x0000000100367309 thread_start + 13
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Thread 5:
    Nov 14 11:10:25 localhost ReportCrash[194]: 0   libSystem.B.dylib                 0x000000010032e35a semaphore_timedwait_signal_trap + 10
    Nov 14 11:10:25 localhost ReportCrash[194]: 1   libSystem.B.dylib                 0x000000010036cbc2 _pthread_cond_wait + 1015
    Nov 14 11:10:25 localhost ReportCrash[194]: 2   com.apple.Foundation              0x0000000100923d57 -[NSCondition waitUntilDate:] + 399
    Nov 14 11:10:25 localhost ReportCrash[194]: 3   com.apple.Foundation              0x00000001009170a6 -[NSConditionLock lockWhenCondition:beforeDate:] + 238
    Nov 14 11:10:25 localhost ReportCrash[194]: 4   com.apple.installframework        0x000000010007de1f +[IFDTargetController(WorkerThread) _handleTargetRequests] + 774
    Nov 14 11:10:25 localhost ReportCrash[194]: 5   com.apple.Foundation              0x00000001008e9e8d __NSThread__main__ + 1429
    Nov 14 11:10:25 localhost ReportCrash[194]: 6   libSystem.B.dylib                 0x0000000100367456 _pthread_start + 331
    Nov 14 11:10:25 localhost ReportCrash[194]: 7   libSystem.B.dylib                 0x0000000100367309 thread_start + 13
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Thread 6:
    Nov 14 11:10:25 localhost ReportCrash[194]: 0   libSystem.B.dylib                 0x0000000100368eb6 __semwait_signal + 10
    Nov 14 11:10:25 localhost ReportCrash[194]: 1   libSystem.B.dylib                 0x0000000100368d45 nanosleep + 148
    Nov 14 11:10:25 localhost ReportCrash[194]: 2   com.apple.Foundation              0x000000010096ef40 +[NSThread sleepForTimeInterval:] + 101
    Nov 14 11:10:25 localhost ReportCrash[194]: 3   com.apple.SystemMigration         0x0000000101dda750 -[SMManager _suppressSpotlightThread:] + 104
    Nov 14 11:10:25 localhost ReportCrash[194]: 4   com.apple.Foundation              0x00000001008e9e8d __NSThread__main__ + 1429
    Nov 14 11:10:25 localhost ReportCrash[194]: 5   libSystem.B.dylib                 0x0000000100367456 _pthread_start + 331
    Nov 14 11:10:25 localhost ReportCrash[194]: 6   libSystem.B.dylib                 0x0000000100367309 thread_start + 13
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Thread 7:
    Nov 14 11:10:25 localhost ReportCrash[194]: 0   libSystem.B.dylib                 0x0000000100371dce select$DARWIN_EXTSN + 10
    Nov 14 11:10:25 localhost ReportCrash[194]: 1   com.apple.CoreFoundation          0x00000001006b5e92 __CFSocketManager + 818
    Nov 14 11:10:25 localhost ReportCrash[194]: 2   libSystem.B.dylib                 0x0000000100367456 _pthread_start + 331
    Nov 14 11:10:25 localhost ReportCrash[194]: 3   libSystem.B.dylib                 0x0000000100367309 thread_start + 13
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Thread 8:
    Nov 14 11:10:25 localhost ReportCrash[194]: 0   libSystem.B.dylib                 0x000000010032e2fa mach_msg_trap + 10
    Nov 14 11:10:25 localhost ReportCrash[194]: 1   libSystem.B.dylib                 0x000000010032e96d mach_msg + 59
    Nov 14 11:10:25 localhost ReportCrash[194]: 2   com.apple.CoreFoundation          0x00000001006943c2 __CFRunLoopRun + 1698
    Nov 14 11:10:25 localhost ReportCrash[194]: 3   com.apple.CoreFoundation          0x000000010069384f CFRunLoopRunSpecific + 575
    Nov 14 11:10:25 localhost ReportCrash[194]: 4   com.apple.Foundation              0x0000000100924a18 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    Nov 14 11:10:25 localhost ReportCrash[194]: 5   com.apple.Foundation              0x000000010097048e -[NSRunLoop(NSRunLoop) runUntilDate:] + 78
    Nov 14 11:10:25 localhost ReportCrash[194]: 6   com.apple.installframework        0x000000010008e648 -[IFDInstallController(Private) _install] + 1524
    Nov 14 11:10:25 localhost ReportCrash[194]: 7   com.apple.osinstallframework      0x000000010001ad47 -[OSInstallController(Private) _install] + 499
    Nov 14 11:10:25 localhost ReportCrash[194]: 8   com.apple.Foundation              0x00000001008e9e8d __NSThread__main__ + 1429
    Nov 14 11:10:25 localhost ReportCrash[194]: 9   libSystem.B.dylib                 0x0000000100367456 _pthread_start + 331
    Nov 14 11:10:25 localhost ReportCrash[194]: 10  libSystem.B.dylib                 0x0000000100367309 thread_start + 13
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Thread 0 crashed with X86 Thread State (64-bit):
    Nov 14 11:10:25 localhost ReportCrash[194]:   rax: 0x0000000000000002  rbx: 0x0000000010000003  rcx: 0x0000000000000001  rdx: 0x0000000000000024
    Nov 14 11:10:25 localhost ReportCrash[194]:   rdi: 0x0000000000000e03  rsi: 0x0000000000000003  rbp: 0x00007fff5fbfe958  rsp: 0x00007fff5fbfe898
    Nov 14 11:10:25 localhost ReportCrash[194]:    r8: 0x0000000000000e03   r9: 0x0000000000000000  r10: 0x0000000000000030  r11: 0x00000001004ee008
    Nov 14 11:10:25 localhost ReportCrash[194]:   r12: 0x00007fff5fbfea50  r13: 0x00000001007f3740  r14: 0x0000000107229bc0  r15: 0x0000000107229cc0
    Nov 14 11:10:25 localhost ReportCrash[194]:   rip: 0x0000000100435f2d  rfl: 0x0000000000010202  cr2: 0x00000000743f9090
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Binary Images:
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x100000000 -        0x10000efff  com.apple.MacOSXInstaller 230.1.2 (263) <8AE65887-BACC-E57E-A301-D064DE9FA499> /System/Installation/CDIS/Mac OS X Installer.app/Contents/MacOS/Mac OS X Installer
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x100018000 -        0x10003cfff  com.apple.osinstallframework 518.1.3 (581) <7CBABA49-2906-C484-B36C-6B57AB184188> /System/Library/PrivateFrameworks/Install.framework/Frameworks/OSInstall.framew ork/Versions/A/OSInstall
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10005a000 -        0x10005aff7  com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10005d000 -        0x100068ff7  com.apple.framework.Assistant 1.6.0 (14) <B3E711E3-998D-7CA8-06A5-8E685069C5BD> /System/Library/PrivateFrameworks/Assistant.framework/Versions/A/Assistant
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x100075000 -        0x100139fff  com.apple.installframework 518.1.3 (581) <621F6E9F-ED7A-6273-8DB7-3BF3F1BE614B> /System/Library/PrivateFrameworks/Install.framework/Versions/A/Install
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1001ba000 -        0x1001d2ff7  com.apple.InstallerPlugins 4.0 (430.1) <8C3A33C1-D98A-6996-EB49-395B2959B7ED> /System/Library/Frameworks/InstallerPlugins.framework/Versions/A/InstallerPlugi ns
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1001e8000 -        0x100229fff  com.apple.SystemConfiguration 1.10.2 (1.10.2) <BC27BDD4-9CC8-9AF0-B4C2-DD50FD751CBF> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10024d000 -        0x1002abff7  com.apple.framework.IOKit 2.0 (???) <00376B85-C54E-F1B9-1335-5938D9D2CA4F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1002cd000 -        0x1002d3ff7  com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1002dc000 -        0x100311ff7  com.apple.DiskManagement 3.3 (354) <D388CFE2-1C4B-38BB-8BD6-AC0C1BE011EA> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10032d000 -        0x1004edfef  libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <863580CA-BD50-95C6-B9FD-931FAB07FED3> /usr/lib/libSystem.B.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10057e000 -        0x100634fff  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <F206BE6D-8777-AE6C-B367-7BEA76C14241> /usr/lib/libobjc.A.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x100648000 -        0x1007bdff7  com.apple.CoreFoundation 6.6.3 (550.29) <48810602-63C3-994D-E563-DD02B16E76E1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1008d6000 -        0x1008d6ff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1008d9000 -        0x100b5afef  com.apple.Foundation 6.6.3 (751.29) <DAEDB589-9F59-9556-CF8D-07556317937B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x100cd2000 -        0x1016c8fff  com.apple.AppKit 6.6.6 (1038.29) <7BDD335D-5425-0354-5AD6-41C4F1B4A2F4> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x101cbd000 -        0x101cf2fef  com.apple.framework.Apple80211 6.2.3 (623.1) <2168CFEF-BABB-AA55-1059-5C7723B976A1> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x101d06000 -        0x101d40fff  com.apple.bom 10.0 (164) <E5C9AFBD-68C1-197E-72B0-B43295DC87DC> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x101d50000 -        0x101d9efff  com.apple.PackageKit 1.0.3 (74) <4214F00C-332D-0C9E-4C5E-4A39F82E4205> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x101dd4000 -        0x101e7cfe7  com.apple.SystemMigration 300.3 (373) <45491191-EAD2-B731-F347-B14E2348FE29> /System/Library/PrivateFrameworks/SystemMigration.framework/Versions/A/SystemMi gration
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10206a000 -        0x10206aff7  com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10206d000 -        0x10207cfff  libxar.1.dylib ??? (???) <2C4E4D13-263B-6EFF-C6FD-FB8BA6DB3EF0> /usr/lib/libxar.1.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x102084000 -        0x10230aff7  com.apple.security 6.1.1 (37594) <5EDDC08C-C95B-2D24-E1D2-D30D233AB065> /System/Library/Frameworks/Security.framework/Versions/A/Security
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x102400000 -        0x102411ff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x102416000 -        0x102424ff7  libkxld.dylib ??? (???) <06A51939-F1BC-7D41-2E2A-53ACB1B4A3A8> /usr/lib/system/libkxld.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x102428000 -        0x102474fff  libauto.dylib ??? (???) <072804DF-36AD-2DBE-7EF8-639CFB79077F> /usr/lib/libauto.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x102481000 -        0x10263ffff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <0E53A4A6-AC06-1B61-2285-248F534EE356> /usr/lib/libicucore.A.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1026ae000 -        0x10272bfef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10278c000 -        0x102790ff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x102793000 -        0x10284cfff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <BF1A7D1F-1BB3-78BA-A29E-52384F6E4FD8> /usr/lib/libsqlite3.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10285c000 -        0x102869ff7  com.apple.AppleFSCompression 24.3 (1.0) <09F069AC-335A-0646-17C1-6235DFFAF7A4> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x102871000 -        0x10287dfff  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <5FFC8295-2DF7-B54C-3766-756842C53731> /usr/lib/libbz2.1.0.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x102882000 -        0x102999fef  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <EE067D7E-15B3-F043-6FBD-10BA31FE76C7> /usr/lib/libxml2.2.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1029c2000 -        0x102a92ff7  com.apple.CFNetwork 454.9.7 (454.9.7) <23646170-0C30-896E-C58B-FE81FC3E8B41> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x102b05000 -        0x102e38fe7  com.apple.CoreServices.CarbonCore 861.16 (861.16) <B7C1E3F2-6E95-D172-1C93-38B10CA80F21> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x102eb1000 -        0x102efbff7  com.apple.Metadata 10.6.3 (507.10) <7913DD85-87D4-527C-DB20-5802ECA3CC31> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x102f25000 -        0x102fe2ff7  com.apple.CoreServices.OSServices 357 (357) <78252D7F-0F21-5E99-E7FF-1591FB98437C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10303c000 -        0x1030ccfff  com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10310a000 -        0x103145fff  com.apple.AE 496.4 (496.4) <CBEDB6A1-FD85-F842-4EB8-CC289FAE0F24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10315f000 -        0x1031fffff  com.apple.LaunchServices 362.1 (362.1) <2740103A-6C71-D99F-8C6F-FA264546AD8F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x103245000 -        0x10326dfff  com.apple.DictionaryServices 1.1.1 (1.1.1) <9FD709FC-23F0-F270-EAC1-C590CD516A36> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x103287000 -        0x10329dfef  libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1032a6000 -        0x1032b5fff  com.apple.NetFS 3.2.1 (3.2.1) <0357C371-2E2D-069C-08FB-1180512B8516> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1032be000 -        0x1032e9ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1032f4000 -        0x103403fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <58C1D83A-F3FC-C025-58CA-CA35419FBDA6> /usr/lib/libcrypto.0.9.8.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x103468000 -        0x103650ff7  com.apple.JavaScriptCore 6533.18 (6533.18.1) <6297141A-CA95-4828-20E2-80473DE8D4BD> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1036c4000 -        0x1036c5ff7  com.apple.TrustEvaluationAgent 1.1 (1) <74800EE8-C14C-18C9-C208-20BBDB982D40> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1036c9000 -        0x1036d4fff  com.apple.CrashReporterSupport 10.6.3 (250) <47181442-3131-23A5-959B-C80D828B2967> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1036e1000 -        0x103dde067  com.apple.CoreGraphics 1.545.0 (???) <847297E2-37E6-1DA3-4DDD-DCF2D3D26D15> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x103ed0000 -        0x104086fef  com.apple.ImageIO.framework 3.0.3 (3.0.3) <1B8E6256-27CD-E0E1-BF7B-AB15B3915685> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1040ec000 -        0x10416afff  com.apple.CoreText 3.1.0 (???) <B740DA1D-EFD0-CCBF-F893-E3004FE58A98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1041a8000 -        0x104242fff  com.apple.ApplicationServices.ATS 4.3 (???) <A7CD9E1F-C563-E940-130D-AA7E08C5A29F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10426b000 -        0x104320fe7  com.apple.ColorSync 4.6.3 (4.6.3) <5A7360A8-D495-1E8D-C4B4-A363AF989ADE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10435d000 -        0x1043aefe7  com.apple.HIServices 1.8.0 (???) <1ABA7802-C1E4-06A0-9035-2792CC915BF6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1043da000 -        0x1043efff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1043fd000 -        0x104482fff  com.apple.print.framework.PrintCore 6.2 (312.5) <C20F87CE-ACC1-552B-8A73-2B3846A01D80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1044b8000 -        0x1044f9fef  com.apple.QD 3.35 (???) <78C9A560-E6F7-DC4F-F85E-E63CF8A98F0B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x104511000 -        0x104525ff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x104536000 -        0x104536ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x104539000 -        0x104588fef  libTIFF.dylib ??? (???) <421F4CB7-ACC7-7E90-FC83-EBC2BCA3ECB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x104595000 -        0x10459afff  libGIF.dylib ??? (???) <0A583E66-C43B-5F61-C599-9AC6C5409D66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10459f000 -        0x1045bdfff  libPng.dylib ??? (???) <76D798A5-8C16-7FC8-E76E-5B40CA7CFDEC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1045c5000 -        0x1045c7fff  libRadiance.dylib ??? (???) <4E3DF84D-2D3A-A845-88C6-D196D9DA1F60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1045cb000 -        0x1045f1fe7  libJPEG.dylib ??? (???) <DBA0816B-7D0C-2B8D-767D-74E5198B5123> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1045f9000 -        0x1046d3ff7  com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1046e2000 -        0x1046e2ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1046e5000 -        0x10472dff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x104735000 -        0x10479ffe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1047a9000 -        0x104fb3fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x104ffc000 -        0x10543ffef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1055cc000 -        0x10568cfff  libFontParser.dylib ??? (???) <A4F8189D-1D5B-2F8D-E78E-6D934A8E8407> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x105783000 -        0x1057bbfef  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <E6B10A46-E64C-9248-29C1-E252410C77B1> /usr/lib/libcups.2.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1057ca000 -        0x105879fff  edu.mit.Kerberos 6.5.10 (6.5.10) <F3F76EDF-5660-78F0-FE6E-33B6174F55A4> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10589f000 -        0x1058c0fff  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <6993F348-428F-C97E-7A84-7BD2EDC46A62> /usr/lib/libresolv.9.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1058ca000 -        0x1059effef  com.apple.audio.toolbox.AudioToolbox 1.6.4 (1.6.4) <D84520B3-AB7C-937C-31DF-4CC6E7FDF9D9> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x105a5e000 -        0x105a5fff7  com.apple.audio.units.AudioUnit 1.6.4 (1.6.4) <9E685534-3B08-ECC5-6BA3-42A1B5EFFCE7> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x105a64000 -        0x105ba2fff  com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x105c3a000 -        0x105d20fe7  com.apple.DesktopServices 1.5.8 (1.5.8) <8DFD7D6D-1DE7-C805-02F4-E6F3DF0C83F5> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x105d6f000 -        0x10606dfe7  com.apple.HIToolbox 1.6.3 (???) <CF0C8524-FA82-3908-ACD0-A9176C704AED> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106199000 -        0x106532ff7  com.apple.QuartzCore 1.6.2 (227.22) <3CF27A9E-4B1A-AD21-5B40-E203D1C9350B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10665f000 -        0x10666aff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <F0DDF27E-DB55-07CE-E548-C62095BE8167> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106674000 -        0x1066bbff7  com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1066e0000 -        0x10675ffe7  com.apple.audio.CoreAudio 3.2.5 (3.2.5) <4ADA6607-A2FD-ABE2-3A2C-A4B6259F4B10> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106795000 -        0x106796fff  liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10679a000 -        0x1067b0fe7  com.apple.MultitouchSupport.framework 205.34 (205.34) <01AAE66D-C2DF-4EF5-FC7B-E89E08C02A01> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1067bd000 -        0x1067bdff7  com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1067c0000 -        0x106815fef  com.apple.framework.familycontrols 2.0.1 (2010) <66C68564-8AF3-2A03-B5B2-594CD6781CEA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106832000 -        0x1068e7fe7  com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10691a000 -        0x10693fff7  com.apple.CoreVideo 1.6.1 (45.5) <29F39070-5CEF-B286-66E3-7CC903519403> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106958000 -        0x106967ff7  com.apple.opengl 1.6.9 (1.6.9) <BB8AEF81-0EC1-ED4C-360B-186C60AE745C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106970000 -        0x1069a1fff  libGLImage.dylib ??? (???) <7EF50768-54F1-5883-C40F-DAF83810C3FA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1069a8000 -        0x1069cbfff  com.apple.opencl 12.1 (12.1) <403E8F37-4348-B9BC-08E6-7693A995B7EC> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1069d4000 -        0x1069daff7  IOSurface ??? (???) <7AF7AA31-61A3-F60C-C85A-41107A4DBF06> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1069e3000 -        0x106a2cfef  libGLU.dylib ??? (???) <88F0E457-EE53-B5FF-6A1B-D0326D0C643D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106a3b000 -        0x106a4ffff  libGL.dylib ??? (???) <5AD69545-D1A3-C017-C7AF-B4AFD6F08FA2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106a5f000 -        0x106b78fef  libGLProgrammability.dylib ??? (???) <0E55A58B-5B42-669F-2655-90893554CA21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106b99000 -        0x106b9cff7  libCoreVMClient.dylib ??? (???) <CE19A78F-B76D-244A-1C04-0544B914F728> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106ba1000 -        0x106ba6fff  libGFXShared.dylib ??? (???) <1B50D804-966B-30D2-D0FD-B090B6FEAC7E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106bab000 -        0x106c37fef  SecurityFoundation ??? (???) <D844BB57-386A-0A43-249E-9BE035C2AB53> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106c7b000 -        0x106c82fff  com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106c8b000 -        0x106ca4fff  com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106cb9000 -        0x106cd9ff7  com.apple.DirectoryService.Framework 3.6 (621.4) <969734C3-D21E-2F30-5CBB-D9F23D123643> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106ce3000 -        0x106d24ff7  com.apple.MediaKit 10.3 (485) <E91F820A-114D-7D9A-9154-BDD37BB4D82B> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106d37000 -        0x106e0ffe7  com.apple.DiscRecording 5.0.5 (5050.4.6) <20A8118F-5728-30A0-8403-ADA34F5235AD> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106e6f000 -        0x106e89ff7  com.apple.NetInfo 1.0.0 (???) <65E4F4B7-FE72-E29A-25F4-3B382947793C> /System/Library/PrivateFrameworks/NetInfo.framework/Versions/A/NetInfo
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106e95000 -        0x106f95fef  com.apple.DiskImagesFramework 10.6.4 (286) <287E4C83-CB0A-A9DE-0153-F86E7C51367C> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106ff2000 -        0x106ff2ff7  com.apple.Carbon 150 (152) <1E95560E-7036-A7FB-66FA-8ABA150343D6> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106ff5000 -        0x107031fe7  libcurl.4.dylib 6.1.0 (compatibility 6.0.0) <1E041185-131C-C237-C250-38BE933A269A> /usr/lib/libcurl.4.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10703f000 -        0x107077ff7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <F4067E77-F82D-6B84-BAC7-6E8F955B88AB> /usr/lib/libssl.0.9.8.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10708c000 -        0x107091ff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x107099000 -        0x10709cfff  com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1070a2000 -        0x1070b8fff  com.apple.ImageCapture 6.0 (6.0) <5B5AF8FB-C12A-B51F-94FC-3EC4698E818E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1070d2000 -        0x1070edff7  com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1070fe000 -        0x107100fff  com.apple.print.framework.Print 6.1 (237.1) <4513DB2F-737C-B43C-2D0E-23CD6E838014> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x107105000 -        0x107108ff7  com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1071d6000 -        0x1071e3fe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <A49676A5-D9AF-56DE-ACA6-CC0005E42398> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1073ed000 -        0x1073f1ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <A5BECE74-6C4A-E7F3-1948-667ED1A74864> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x107583000 -        0x1075c6ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <28EB1C4B-56C3-85AA-BAB0-0163EBE51427> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x107700000 -        0x107749ff7  com.apple.securityinterface 4.0.1 (37214) <F8F2D8F4-861F-6694-58F6-3DC55C9DBF50> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x107783000 -        0x1077a1ff7  com.apple.menuextra.airport 6.2.1 (621.1) <FCA0848C-7E30-7DF5-CDEA-452FE8370F20> /System/Library/CoreServices/Menu Extras/AirPort.menu/Contents/MacOS/AirPort
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1077ba000 -        0x1077ebfef  libTrueTypeScaler.dylib ??? (???) <0A30CA68-46AF-3E74-AE9E-693DB5A680CC> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libTrueTypeScaler.dylib
    Nov 14 11:10:25 localhost Repor

    Whew, seems we have either a bad Hard Drive, bad RAM, or bad Logic Board.
    Have you run Apple Hardware Test from the original Install Disc?
    Hold d key or alt key at bootup to choose AHT, if it has 2 Install DVDs, AHT may be on the second one, run the extended tests.

  • Intel Mac Mini Core Solo - Kernel Panic on Boot

    I was wondering if anyone who has purchased the Intel Mac Mini is having issues with Kernel Panics during the booting sequence?
    I got a Core Solo from the local Apple store (couldn't wait to play, I'm waiting on the Core Duo I ordered online to come still ). The first thing I did was fire it up check it out for a few minutes, then I put the install disc in and reinstalled a clean OS, with less options because I'm planning on hooking it up to my TV so I don't need space hogs like Garageband etc on my TV computer. I got the updates that popped up, then shutdown the computer. I took it out to the living room and hooked it up to the tv and I got a black message about needing to restart (a kernel panic) right when the blue progress loading bar comes up on boot. I spent a while with it trying to figure out what was wrong, ran the Apple Hardware Test, booted it fine in Safe Boot. Finally I got tired of it and reinstalled the OS again.
    It was fine for a day, working fine out on the tv. I brought it back in my room to play with a few things like Darwine, etc. Shut it down, came back an hour or so later booted it up and got the kernel panic on boot. Safe boot still worked fine. I spent some time trying to look for panic logs but didn't see any. I ran the disk utility and did a Full erase and it worked fine. I reinstalled the OS again. Ran MemTestOSX and it worked fine. I left it running the Apple Hardware Test for about 6 hours or more, and it performed perfectly.
    This morning it still seemed ok, except sometimes on a cold boot when the blue progress bar screen should come on... my monitor just shows black and the light on the monitor goes inactive. So, I press the button on the back to sleep it, then bring it out of sleep with the keyboard and the OS is sitting there booted.
    It seems like a weird combination of software and hardware problems, but maybe it's all hardware problems. I can't get past Safe Boot working when the OS stops loading. Right now the computer is working fine.
    I'm waiting for my Core Duo to come in the mail and verify that it works flawlessly, then I'll take the Solo to the store and ask them to look at it.
    Anyone have any similar experiences so far?

    It seems like the mini is doing alright so far. I think maybe the full erase solved whatever issue it was having. I also got my Core Duo Mini yesterday in the mail and it's performing like a champ. Definitely a nice machine.
    I'll close my question for now, since the Core Solo Mini seems alright. But, as a warning don't get on Front Row's bad side. I tried force quitting it because it was taking too long to load the videos folder and then tried shutting down from a terminal and ended up having to turn the machine off.

  • Kernel Panic at boot but works in safe mode

    I am getting a Kernel Panic at boot on the grey screen If I boot safe mode it works fine.
    Whats the procedure to find whats cause the problem? Is there a log file I should look at or what is the best way to figure this out

    Also check /System/Library/StartupItems & /Library/StartupItems (neither of which is in your home folder) -- any items in them are suspect since none are installed as part of a standard installation of the OS.

  • 10.7.1 and 10.7.2 - Kernel Panic on Boot with Filevault

    My filevaulted systems are having kernel panic on boot with both 10.7.1 and 10.7.2 updates.  I have to connect the time capsule to get it to boot and fix disk permissions before I can pull the firewire out and reboot by itself.
    Anyone else?

    Hi, Brian. I had only keyboard and mouse plugged into USB. I variously had a pair of LaCie 1TB drives in the FW800 in daisychain.
    It is now working again after running the single-user mode scripts from Leopard Cache Cleaner.
    It may arise again, but the initial cause remains mysterious, the intermediate cause perhaps being a polluted boot cache. I'm hoping I'm good from here. (fingers crossed)

  • Kernel Panic When Booting with Install DVD

    I get a kernel panic when booting from the OSX 4 (tiger) install DVD. I am using a Quad G-5 with 8 gigs of ram.

    Have to ask what version your Quad came with, whether same DVD you are using now. Apple now has Tiger DVDs w/ 10.4.6 for sale.
    When booting, or when you get to the screen to select Languages on the initial screen (before you can select DU or Installer etc)?
    How about Option booting to Apple Hardware Test and running extended test?
    Did you run memtest or anything when you installed RAM (assuming you didn't buy it BTO w/ 8GB).
    Any time adding or changing hardware, including memory, it is either a good policy or essential in some cases to boot into Open Firmware (command option of) on startup and type "reset-nvram" and 'reset-all" after installing. Same for PCIe or even swapping out disk drive (where sometimes a drive won't show up or allow you to partition).

  • [SOLVED] Kernel Panic - caps lock and scroll lock flashing

    So I just spent a whole bunch of $$$ on a new desktop, and a couple of hours putting it all together, now I can't get anything except kernel panics when booting the Arch install CD
    Hardware:
    Core 2 Quad Q8400
    Gigabyte EP43-UD3L
    8gb RAM
    2 x Seagate SATA 160gb
    2 x Seagate SATA 1tb
    So far I've tried:
    - Arch ISO 2008.06 and 2009.02
    - Fail Safe Defaults in the BIOS
    - 'noapic' boot option
    - HPET in 32 and 64 bit mode
    The strange thing is that the panic comes at various stages - sometimes before the init scripts start, sometimes after, and also during boot it complains about errors with fd0 - except there is no floppy drive.
    Any ideas folks?
    Last edited by fukawi2 (2009-10-20 10:24:54)

    Urgh, appears to be bad RAM... Running memtest and switching sticks in and out only shows errors with one particular RAM stick installed. I'll leave this stick out and try installing Arch again once the current memtest pass is finished.
    I'd have expected better from Patriot!
    Last edited by fukawi2 (2009-10-20 04:50:34)

  • [SOLVED] Random kernel panics during boot (Waiting for UDev uevents..)

    Update 2012-03-31: Workaround confirmed to work, see tenthirteen's post.
    Update 2012-02-03: I've narrowed down the problem to the 3.x kernels. Downgrading to kernel26-2.6.38.5-1, with the other packages up-to-date (using nouveau instead of nvidia driver), solves the problem. Still, I still consider this a problem since it forces me to use an older kernel, so if anyone has any idea how to find the problem I would be very thankful!
    When I came back home after the summer vacations I did a huge upgrade with pacman -Syu (of course I read the announcements before). This included linux (3.0.3-1) from kernel26 (2.6.38.5-1) and udev (167-2 -> 173-3). After this point, the boot process randomly fails from time to time; today I had to restart more than 20 times before my machine would boot successfully.
    It always occurs during "Waiting for UDev uvents to be processed". Some of the errors are:
    1. The computer freezes when the message is shown (cursor stops to blink).
    2. Nothing happens for a long time, then Waiting for UDev uvents to be processed [ FAIL ]s.
    3. Short and long error messages that look similar to this guy's (except for the last line).
    I greped for some of the error messages in /var/log but they don't seem to be logged, so the examples below are from my handwritten notes and thus not very complete (there are a lot of other error messages except these lines). It's also possible that there are some mistakes. Note that they're from different boots.
    BUG: Soft lockup - CPU#1 stuck for 23 s! [modprobe:256]
    BUG: Unable to handle kernel
    --[End ...]--
    note: udevd[225] exited with preempt_count 2
    Kernel panic - not syncing: stack-protector: Kernel stack is corrupted in: c0147299
    BUG: Unable to handle kernel paging request at f8d20076
    Code: Bad EIP value.
    EIP: ...
    CRZ: ...
    --[End ...]--
    Kernel panic - not syncing: Attempted to kill the idle task!
    Lock: Bad EIP value
    Note: modprobe [296] exited with preempt_count 3
    WARNING: at kernel/watchdog.c:240 watchdog-overflow-callback+0xac/...
    BUG: Unable to handle kernel NULL pointer dereference at 00000286
    BUG: Unable to handle kernel NULL pointer dereference at (null)
    These errors are seemingly arbitrary which makes it very hard to find the problem. Sometimes it works without a single complaint, sometimes it says something about "No caching mode page present, Assuming drive cache: write through", and sometimes I get different errors (the examples above are only from today!). As you can imagine, it gets pretty annoying.
    So far I've tried to:
    * Use the fallback mode - nope.
    * Rerun mkinitcpio -p linux - nope.
    * Append noapic and nomodeset to the kernel in GRUB - nope.
    * Install and try kernel26-lts - seems to work, although I don't understand what other differences there are (e.g., it doesn't start X). At least this seems to suggest that it's not a hardware problem.
    * Unplug all USB devices before boot - sometimes works, sometimes not. Doesn't seem to be a direct connection.
    * Remove my custom settings in /etc/modprobe.d - nope.
    * A lot of other things I've forgotten.
    Edit: I forgot to mention, once it's booted, the system works perfectly fine. No kernel panics etc. That's the second reason why I suspect it's not a hardware failure.
    I've been thinking about trying to downgrade the kernel and udev, but with the renaming and all dependencies I'm not sure how to do that.
    Since I've run out of ideas how to troubleshoot this issue, I would appreciate if I could get some suggestions here. I've search around and found similar posts but no solution that works for me.
    Finally, here are some more information.
    uname -a:
    Linux archon 3.0-ARCH #1 SMP PREEMPT Tue Aug 30 07:32:23 UTC 2011 i686 Intel(R) Pentium(R) 4 CPU 2.60GHz GenuineIntel GNU/Linux
    The packages that I upgraded with pacman -Syu that day (removed most KDE packages from the list):
    [2011-08-26 15:14] Running 'pacman-color -Syu'
    [2011-08-26 15:14] synchronizing package lists
    [2011-08-26 15:18] Running 'pacman-color -Sy pacman'
    [2011-08-26 15:18] synchronizing package lists
    [2011-08-26 15:18] upgraded linux-api-headers (2.6.38.1-1 -> 3.0.1-1)
    [2011-08-26 15:19] warning: /etc/locale.gen installed as /etc/locale.gen.pacnew
    [2011-08-26 15:19] Generating locales...
    [2011-08-26 15:19] en_US.UTF-8... done
    [2011-08-26 15:19] en_US.ISO-8859-1... done
    [2011-08-26 15:19] sv_SE.UTF-8... done
    [2011-08-26 15:19] sv_SE.ISO-8859-1... done
    [2011-08-26 15:19] Generation complete.
    [2011-08-26 15:19] upgraded glibc (2.13-5 -> 2.14-5)
    [2011-08-26 15:19] upgraded pacman (3.5.3-1 -> 3.5.4-4)
    [2011-08-26 15:27] Running 'pacman-color -Syu'
    [2011-08-26 15:27] synchronizing package lists
    [2011-08-26 15:27] starting full system upgrade
    [2011-08-26 15:29] Running 'pacman-color -Syu'
    [2011-08-26 15:29] synchronizing package lists
    [2011-08-26 15:29] starting full system upgrade
    [2011-08-26 15:29] Running 'pacman-color -Rsn linuxwacom-bamboo-cth-ctl'
    [2011-08-26 15:29] removed linuxwacom-bamboo-cth-ctl (0.10.99.1-1)
    [2011-08-26 15:29] Running 'pacman-color -Syu'
    [2011-08-26 15:29] synchronizing package lists
    [2011-08-26 15:29] starting full system upgrade
    [2011-08-26 15:29] Running 'pacman-color -Syu'
    [2011-08-26 15:29] synchronizing package lists
    [2011-08-26 15:29] starting full system upgrade
    [2011-08-26 15:53] Running 'pacman-color -Syu'
    [2011-08-26 15:53] synchronizing package lists
    [2011-08-26 15:54] starting full system upgrade
    [2011-08-26 16:03] warning: /etc/krb5.conf saved as /etc/krb5.conf.pacsave
    [2011-08-26 16:03] removed heimdal (1.3.3-4)
    [2011-08-26 16:03] removed eigen (2.0.15-1)
    [2011-08-26 16:03] removed python2-qt (4.8.3-1)
    [2011-08-26 16:03] removed kernel26 (2.6.38.5-1)
    [2011-08-26 16:04] removed kernel26-headers (2.6.38.5-1)
    [2011-08-26 16:04] removed libreoffice (3.3.2-2)
    [2011-08-26 16:04] upgraded readline (6.2.001-1 -> 6.2.001-2)
    [2011-08-26 16:04] upgraded bash (4.2.008-1 -> 4.2.010-1)
    [2011-08-26 16:04] upgraded attr (2.4.44-3 -> 2.4.46-1)
    [2011-08-26 16:04] upgraded acl (2.2.49-2 -> 2.2.51-1)
    [2011-08-26 16:04] upgraded rsync (3.0.8-1 -> 3.0.8-2)
    [2011-08-26 16:04] upgraded abs (2.4.2-1 -> 2.4.3-1)
    [2011-08-26 16:04] upgraded gcc-libs (4.6.0-4 -> 4.6.1-3)
    [2011-08-26 16:04] upgraded zlib (1.2.5-3 -> 1.2.5-4)
    [2011-08-26 16:04] upgraded icu (4.6.1-1 -> 4.8.1-1)
    [2011-08-26 16:04] upgraded boost-libs (1.46.0-4 -> 1.47.0-1)
    [2011-08-26 16:04] upgraded libmysqlclient (5.5.11-1 -> 5.5.15-1)
    [2011-08-26 16:04] upgraded mysql-clients (5.5.11-1 -> 5.5.15-1)
    [2011-08-26 16:04] hostname and {,yp,nis}domainname has moved:
    [2011-08-26 16:04] ----------
    [2011-08-26 16:04] hostname is now in coreutils
    [2011-08-26 16:04] domainname is now in yp-tools
    [2011-08-26 16:04] their functionality might have changed slightly
    [2011-08-26 16:04]
    [2011-08-26 16:04] dnsdomainname remains in net-tools
    [2011-08-26 16:04] ----------
    [2011-08-26 16:04] upgraded net-tools (1.60-14 -> 1.60-18)
    [2011-08-26 16:04] warning: directory permissions differ on var/lib/mysql/
    filesystem: 755 package: 700
    [2011-08-26 16:04] upgraded mysql (5.5.11-1 -> 5.5.15-1)
    [2011-08-26 16:04] upgraded libpng (1.4.5-1 -> 1.4.8-1)
    [2011-08-26 16:04] upgraded sqlite3 (3.7.6.1-1 -> 3.7.7.1-1)
    [2011-08-26 16:04] upgraded run-parts (3.4.1-1 -> 3.4.4-1)
    [2011-08-26 16:04] upgraded db (5.1.25-1 -> 5.2.28-1)
    [2011-08-26 16:04] installed libgssglue (0.3-1)
    [2011-08-26 16:04] installed libtirpc (0.2.2-2)
    [2011-08-26 16:04] upgraded pam (1.1.3-1 -> 1.1.4-1)
    [2011-08-26 16:04] Fixing gshadow file ...
    [2011-08-26 16:04] upgraded shadow (4.1.4.3-1 -> 4.1.4.3-2)
    [2011-08-26 16:04] upgraded gmp (5.0.1-2 -> 5.0.2-3)
    [2011-08-26 16:04] upgraded libcap (2.20-1 -> 2.22-1)
    [2011-08-26 16:04] upgraded coreutils (8.12-1 -> 8.12-3)
    [2011-08-26 16:04] Updating certificates. This might take a while...
    [2011-08-26 16:04] upgraded ca-certificates (20090814+nmu2-1 -> 20110421-3)
    [2011-08-26 16:04] upgraded pcre (8.12-1 -> 8.13-2)
    [2011-08-26 16:04] upgraded glib2 (2.28.6-1 -> 2.28.8-1)
    [2011-08-26 16:04] upgraded iana-etc (2.30-1 -> 2.30-2)
    [2011-08-26 16:04] warning: /etc/fstab installed as /etc/fstab.pacnew
    [2011-08-26 16:04] warning: directory permissions differ on run/
    filesystem: 1777 package: 755
    [2011-08-26 16:04] upgraded filesystem (2011.04-1 -> 2011.08-1)
    [2011-08-26 16:04] upgraded dbus-core (1.4.1-1 -> 1.4.14-1)
    [2011-08-26 16:04] upgraded xproto (7.0.21-1 -> 7.0.22-1)
    [2011-08-26 16:04] upgraded libx11 (1.4.3-2 -> 1.4.4-1)
    [2011-08-26 16:05] upgraded dbus (1.4.1-1 -> 1.4.14-1)
    [2011-08-26 16:05] upgraded freetype2 (2.4.4-2 -> 2.4.6-1)
    [2011-08-26 16:05] upgraded libxfont (1.4.3-1 -> 1.4.4-1)
    [2011-08-26 16:05] upgraded util-linux (2.19-4 -> 2.19.1-3)
    [2011-08-26 16:05] upgraded module-init-tools (3.12-2 -> 3.16-1)
    [2011-08-26 16:05] ATTENTION UDEV:
    [2011-08-26 16:05] ----------
    [2011-08-26 16:05] Kernel 2.6.32 or newer is now required.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] OSS emulation modules are not loaded by default, add to rc.conf if needed.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] Arch specific cd symlinks are now no longer created.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] cd and net persistent rules will no longer be autogenerated,
    [2011-08-26 16:05] see <https://wiki.archlinux.org/index.php/Udev> for details.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] Errors are now logged (possibly to the console) by default.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] Arch's custom blacklisting logic has been removed. MOD_AUTOLOAD and
    [2011-08-26 16:05] blacklisting in MODULES no longer works.
    [2011-08-26 16:05] See 'man modprobe.conf' for a replacement to blacklisting.
    [2011-08-26 16:05] To disable a module mod1 on the kernel command line, use
    [2011-08-26 16:05] mod1.disable=1
    [2011-08-26 16:05] or
    [2011-08-26 16:05] modprobe.blacklist=mod1
    [2011-08-26 16:05] --
    [2011-08-26 16:05] The following modules are no longer unconditionally loaded:
    [2011-08-26 16:05] pcspkr irtty-sir analog lp ppdev ide-generic
    [2011-08-26 16:05] Add them to MODULES in rc.conf if you need them.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] Support for non-devtmpfs self-compiled kernels have been moved to udev-compat.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] Blacklisting of framebuffer devices has moved from /etc/modprobe.d to
    [2011-08-26 16:05] /lib/modprobe.d. Any customizations shoud be done to the file in /etc, as it
    [2011-08-26 16:05] takes precedence.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] kbd and rtc devices are no longer world readable.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] rtc is no longer in the audio group and fb devices are no longer in
    [2011-08-26 16:05] the video group, as permissions and ownership of fb devices are controlled
    [2011-08-26 16:05] by X.
    [2011-08-26 16:05] ---------------
    [2011-08-26 16:05] upgraded udev (167-2 -> 173-3)
    [2011-08-26 16:05] upgraded libdrm (2.4.25-1 -> 2.4.26-1)
    [2011-08-26 16:05] upgraded pixman (0.20.2-1 -> 0.22.2-1)
    [2011-08-26 16:05] upgraded libgpg-error (1.9-3 -> 1.10-1)
    [2011-08-26 16:05] upgraded libgcrypt (1.4.6-3 -> 1.5.0-1)
    [2011-08-26 16:05] upgraded xorg-xkbcomp (1.2.1-2 -> 1.2.3-1)
    [2011-08-26 16:05] upgraded xorg-server-common (1.10.1-1 -> 1.10.3.901-1)
    [2011-08-26 16:05] upgraded xorg-server (1.10.1-1 -> 1.10.3.901-1)
    [2011-08-26 16:05] upgraded nvidia-173xx-utils (173.14.30-1 -> 173.14.31-1)
    [2011-08-26 16:05] upgraded libxext (1.2.0-1 -> 1.3.0-1)
    [2011-08-26 16:05] upgraded libxrandr (1.3.1-1 -> 1.3.2-1)
    [2011-08-26 16:05] upgraded inputproto (2.0.1-1 -> 2.0.2-1)
    [2011-08-26 16:05] upgraded libxi (1.4.2-1 -> 1.4.3-1)
    [2011-08-26 16:05] upgraded xorg-xset (1.2.1-2 -> 1.2.2-1)
    [2011-08-26 16:05] upgraded xdg-utils (1.1.0rc1-2 -> 1.1.0rc1-3)
    [2011-08-26 16:05] upgraded qt (4.7.2-6 -> 4.7.3-3)
    [2011-08-26 16:05] installed libssh2 (1.2.9-1)
    [2011-08-26 16:05] upgraded curl (7.21.6-1 -> 7.21.7-1)
    [2011-08-26 16:05] upgraded raptor (2.0.2-1 -> 2.0.4-1)
    [2011-08-26 16:05] upgraded mpfr (3.0.1-1 -> 3.0.1.p4-2)
    [2011-08-26 16:05] upgraded rasqal (1:0.9.21-1 -> 1:0.9.27-1)
    [2011-08-26 16:05] upgraded binutils (2.21-7 -> 2.21.1-2)
    [2011-08-26 16:05] upgraded libmpc (0.9-1 -> 0.9-2)
    [2011-08-26 16:05] upgraded isl (0.06-1 -> 0.06-2)
    [2011-08-26 16:05] upgraded cloog (0.16.2-1 -> 0.16.2-2)
    [2011-08-26 16:05] upgraded ppl (0.11.2-1 -> 0.11.2-2)
    [2011-08-26 16:05] upgraded gcc (4.6.0-4 -> 4.6.1-3)
    [2011-08-26 16:05] upgraded libtool (2.4-3 -> 2.4-4)
    [2011-08-26 16:05] upgraded redland (1:1.0.12-1 -> 1:1.0.14-1)
    [2011-08-26 16:05] upgraded redland-storage-virtuoso (1:1.0.12-1 -> 1:1.0.14-1)
    [2011-08-26 16:05] upgraded soprano (2.6.0-5 -> 2.7.0-1)
    [2011-08-26 16:05] upgraded akonadi (1.5.2-1 -> 1.6.0-2)
    [2011-08-26 16:05] upgraded dialog (1.1_20110302-1 -> 1.1_20110707-1)
    [2011-08-26 16:05] upgraded psmisc (22.13-1 -> 22.14-1)
    [2011-08-26 16:05] upgraded alsa-utils (1.0.24.2-1 -> 1.0.24.2-3)
    [2011-08-26 16:06] upgraded exiv2 (0.21.1-1 -> 0.21.1-2)
    [2011-08-26 16:06] upgraded strigi (git20110405-1 -> 0.7.5-4)
    [2011-08-26 16:06] upgraded xz (5.0.2-1 -> 5.0.3-1)
    [2011-08-26 16:06] upgraded libsasl (2.1.23-5 -> 2.1.23-7)
    [2011-08-26 16:06] upgraded libldap (2.4.24-1 -> 2.4.26-3)
    [2011-08-26 16:06] upgraded keyutils (1.4-1 -> 1.5.2-1)
    [2011-08-26 16:06] installed krb5 (1.9.1-3)
    [2011-08-26 16:06] upgraded shared-desktop-ontologies (0.6.0-1 -> 0.7.1-1)
    [2011-08-26 16:06] upgraded libdbusmenu-qt (0.8.2-1 -> 0.8.3-1)
    [2011-08-26 16:06] upgraded grantlee (0.1.8-1 -> 0.1.9-1)
    [2011-08-26 16:06] upgraded aspell (0.60.6-5 -> 0.60.6.1-1)
    [2011-08-26 16:06] upgraded dbus-glib (0.92-1 -> 0.94-2)
    [2011-08-26 16:06] upgraded hunspell (1.2.15-1 -> 1.3.2-1)
    [2011-08-26 16:06] upgraded enchant (1.6.0-1 -> 1.6.0-3)
    [2011-08-26 16:06] upgraded libogg (1.2.2-1 -> 1.3.0-1)
    [2011-08-26 16:06] upgraded flac (1.2.1-2 -> 1.2.1-3)
    [2011-08-26 16:06] upgraded libsndfile (1.0.24-1 -> 1.0.25-1)
    [2011-08-26 16:06] upgraded libpulse (0.9.22-2 -> 0.9.23-1)
    [2011-08-26 16:06] installed libqzeitgeist (0.7.0-1)
    [2011-08-26 16:06] upgraded pango (1.28.4-2 -> 1.28.4-3)
    [2011-08-26 16:06] upgraded gstreamer0.10 (0.10.32-1 -> 0.10.35-1)
    [2011-08-26 16:06] upgraded gstreamer0.10-base (0.10.32-4 -> 0.10.35-1)
    [2011-08-26 16:06] upgraded gstreamer0.10-base-plugins (0.10.32-4 -> 0.10.35-1)
    [2011-08-26 16:06] upgraded phonon-gstreamer (4.5.0-1 -> 4.5.1-1)
    [2011-08-26 16:06] upgraded sdl (1.2.14-6 -> 1.2.14-7)
    [2011-08-26 16:06] upgraded xvidcore (1.3.1-1 -> 1.3.2-1)
    [2011-08-26 16:06] upgraded x264 (20110327-1 -> 20110617-1)
    [2011-08-26 16:06] upgraded libvpx (0.9.6-2 -> 0.9.7.p1-1)
    [2011-08-26 16:06] upgraded libva (1.0.12-1 -> 1.0.14-1)
    [2011-08-26 16:06] installed rtmpdump (2.4-1)
    [2011-08-26 16:06] upgraded ffmpeg (20110330-1 -> 20110724-1)
    [2011-08-26 16:06] upgraded cifs-utils (4.9-2 -> 4.9-3)
    [2011-08-26 16:06] upgraded smbclient (3.5.8-2 -> 3.6.0-4)
    [2011-08-26 16:06] upgraded mesa (7.10.2-2 -> 7.11-1)
    [2011-08-26 16:06] upgraded libsamplerate (0.1.7-1 -> 0.1.8-1)
    [2011-08-26 16:06] upgraded jack (0.120.1-1 -> 0.121.2-2)
    [2011-08-26 16:06] upgraded fluidsynth (1.1.3-2 -> 1.1.4-1)
    [2011-08-26 16:06] upgraded libass (0.9.11-1 -> 0.9.13-1)
    [2011-08-26 16:06] upgraded libproxy (0.4.6-6 -> 0.4.7-1)
    [2011-08-26 16:06] upgraded libjpeg-turbo (1.1.0-1 -> 1.1.1-3)
    [2011-08-26 16:06] upgraded v4l-utils (0.8.3-1 -> 0.8.5-1)
    [2011-08-26 16:06] upgraded taglib (1.7-1 -> 1.7-3)
    [2011-08-26 16:06] upgraded libdvbpsi (0.1.7-1 -> 0.2.0-1)
    [2011-08-26 16:06] upgraded libebml (1.2.0-1 -> 1.2.1-1)
    [2011-08-26 16:06] upgraded libmatroska (1.1.0-1 -> 1.2.0-1)
    [2011-08-26 16:06] upgraded libmodplug (0.8.8.1-1 -> 0.8.8.3-1)
    [2011-08-26 16:06] upgraded libmpeg2 (0.5.1-1 -> 0.5.1-3)
    [2011-08-26 16:06] upgraded libmtp (1.0.2-2 -> 1.1.0-1)
    [2011-08-26 16:06] installed libupnp (1.6.13-1)
    [2011-08-26 16:06] upgraded vlc (1.1.9-1 -> 1.1.11-4)
    [2011-08-26 16:06] upgraded phonon-vlc (0.4.0-1 -> 0.4.1-1)
    [2011-08-26 16:06] upgraded phonon (4.5.0-1 -> 4.5.55-1)
    [2011-08-26 16:06] upgraded upower (0.9.10-1 -> 0.9.12-1)
    [2011-08-26 16:07] upgraded device-mapper (2.02.84-1 -> 2.02.88-1)
    [2011-08-26 16:07] upgraded parted (2.3-1 -> 3.0-3)
    [2011-08-26 16:07] upgraded lvm2 (2.02.84-1 -> 2.02.88-1)
    [2011-08-26 16:07] upgraded eject (2.1.5-5 -> 2.1.5-7)
    [2011-08-26 16:07] upgraded udisks (1.0.3-2 -> 1.0.3-6)
    [2011-08-26 16:07] upgraded libxcursor (1.1.11-1 -> 1.1.12-1)
    [2011-08-26 16:07] upgraded ntrack (1:13-1 -> 1:13-2)
    [2011-08-26 16:07] upgraded libssh (0.4.8-1 -> 0.5.1-1)
    [2011-08-26 16:07] upgraded oxygen-icons (4.6.2-1 -> 4.7.0-1)
    [2011-08-26 16:07] upgraded xorg-xauth (1.0.5-2 -> 1.0.6-1)
    [2011-08-26 16:07] installed qjson (0.7.1-1)
    [2011-08-26 16:08] upgraded amarok (2.4.0-4 -> 2.4.3-1)
    [2011-08-26 16:08] upgraded apr (1.4.2-1 -> 1.4.5-1)
    [2011-08-26 16:08] upgraded apr-util (1.3.10-2 -> 1.3.12-2)
    [2011-08-26 16:08] upgraded atk (2.0.0-1 -> 2.0.1-1)
    [2011-08-26 16:08] upgraded avahi (0.6.30-2 -> 0.6.30-4)
    [2011-08-26 16:08] installed eigen2 (2.0.16-1)
    [2011-08-26 16:08] upgraded libffi (3.0.9-1 -> 3.0.10-1)
    [2011-08-26 16:08] upgraded python (3.2-2 -> 3.2.1-1)
    [2011-08-26 16:08] installed sip (4.12.4-1)
    [2011-08-26 16:08] installed pyqt (4.8.5-1)
    [2011-08-26 16:08] upgraded python2 (2.7.1-9 -> 2.7.2-2)
    [2011-08-26 16:08] upgraded python2-sip (4.12.1-1 -> 4.12.4-1)
    [2011-08-26 16:08] upgraded dbus-python (0.83.1-2 -> 0.84.0-1)
    [2011-08-26 16:08] installed python2-pyqt (4.8.5-1)
    [2011-08-26 16:08] upgraded glew (1.5.8-1 -> 1.6.0-1)
    [2011-08-26 16:08] upgraded blas (3.3.0-2 -> 3.3.1-2)
    [2011-08-26 16:08] upgraded lapack (3.3.0-2 -> 3.3.1-2)
    [2011-08-26 16:08] upgraded python2-numpy (1.5.1-2 -> 1.6.0-1)
    [2011-08-26 16:08] upgraded avogadro (1.0.3-1 -> 1.0.3-3)
    [2011-08-26 16:08] upgraded bison (2.4.3-1 -> 2.5-1)
    [2011-08-26 16:08] upgraded bluez (4.93-1 -> 4.96-1)
    [2011-08-26 16:08] upgraded boost (1.46.0-4 -> 1.47.0-1)
    [2011-08-26 16:08] upgraded cabextract (1.3-1 -> 1.4-1)
    [2011-08-26 16:08] upgraded libsigc++ (2.2.9-1 -> 2.2.10-1)
    [2011-08-26 16:08] upgraded cairomm (1.9.8-1 -> 1.10.0-1)
    [2011-08-26 16:08] upgraded chmlib (0.40-1 -> 0.40-2)
    [2011-08-26 16:08] installed nettle (2.2-1)
    [2011-08-26 16:08] upgraded gnutls (2.12.3-1 -> 3.0.1-1)
    [2011-08-26 16:08] upgraded libcups (1.4.6-1 -> 1.4.8-2)
    [2011-08-26 16:08] upgraded gdk-pixbuf2 (2.23.3-1 -> 2.23.5-1)
    [2011-08-26 16:08] upgraded gtk-update-icon-cache (2.24.4-1 -> 2.24.5-3)
    [2011-08-26 16:08] upgraded gtk2 (2.24.4-1 -> 2.24.5-3)
    [2011-08-26 16:09] upgraded nspr (4.8.7-1 -> 4.8.9-1)
    [2011-08-26 16:09] upgraded nss (3.12.9-1 -> 3.12.11-1)
    [2011-08-26 16:09] upgraded libevent (2.0.10-1 -> 2.0.12-1)
    [2011-08-26 16:09] upgraded xorg-mkfontscale (1.0.8-1 -> 1.0.9-1)
    [2011-08-26 16:10] upgraded ttf-dejavu (2.32-2 -> 2.33-1)
    [2011-08-26 16:10] upgraded chromium (11.0.696.57-1 -> 13.0.782.215-1)
    [2011-08-26 16:10] upgraded cln (1.3.1-1 -> 1.3.2-1)
    [2011-08-26 16:10] upgraded clucene (0.9.21b-1 -> 2.3.3.4-1)
    [2011-08-26 16:11] upgraded cmake (2.8.4-1 -> 2.8.5-1)
    [2011-08-26 16:11] upgraded consolekit (0.4.4-1 -> 0.4.5-1)
    [2011-08-26 16:11] upgraded cryptsetup (1.2.0-1 -> 1.3.1-2)
    [2011-08-26 16:11] upgraded poppler (0.16.4-1 -> 0.16.7-1)
    [2011-08-26 16:11] daemon script has been renamed to /etc/rc.d/cupsd
    [2011-08-26 16:11] change your entry in /etc/rc.conf
    [2011-08-26 16:11] upgraded cups (1.4.6-1 -> 1.4.8-2)
    [2011-08-26 16:11] upgraded cvs (1.11.23-6 -> 1.11.23-7)
    [2011-08-26 16:11] upgraded dash (0.5.6.1-2 -> 0.5.7-2)
    [2011-08-26 16:11] upgraded dconf (0.7.3-2 -> 0.8.0-1)
    [2011-08-26 16:11] upgraded dcron (4.4-2 -> 4.5-2)
    [2011-08-26 16:11] upgraded diffutils (3.0-2 -> 3.1-1)
    [2011-08-26 16:11] upgraded libksba (1.0.8-1 -> 1.2.0-1)
    [2011-08-26 16:11] upgraded libassuan (2.0.1-1 -> 2.0.2-1)
    [2011-08-26 16:11] upgraded dirmngr (1.1.0-1 -> 1.1.0-3)
    [2011-08-26 16:11] upgraded dri2proto (2.3-1 -> 2.6-1)
    [2011-08-26 16:11] upgraded fakeroot (1.15.1-1 -> 1.17-1)
    [2011-08-26 16:11] upgraded file (5.06-1 -> 5.08-1)
    [2011-08-26 16:11] upgraded startup-notification (0.10-2 -> 0.12-1)
    [2011-08-26 16:11] upgraded mime-types (1.0-3 -> 8-1)
    [2011-08-26 16:11] upgraded libnotify (0.7.2-1 -> 0.7.3-1)
    [2011-08-26 16:11] upgraded firefox (4.0.1-1 -> 6.0-1)
    [2011-08-26 16:11] upgraded flashplugin (10.2.159.1-2 -> 10.3.183.7-1)
    [2011-08-26 16:11] - The directories /usr/lib/perl5/current, /usr/lib/perl5/site_perl/current,
    [2011-08-26 16:11] /usr/lib/perl5/site_perl/5.10.1, and /usr/share/perl5/site_perl/5.10.1
    [2011-08-26 16:11] have been removed from @INC.
    [2011-08-26 16:11] - The script/binary directories are now /usr/bin/*_perl instead of
    [2011-08-26 16:11] /usr/lib/perl5/*_perl/bin which will be eventually removed.
    [2011-08-26 16:11] upgraded perl (5.12.3-1 -> 5.14.1-3)
    [2011-08-26 16:11] upgraded foomatic-db (4.0.6_20101215-1 -> 1:4.0.7_20110707-1)
    [2011-08-26 16:11] upgraded foomatic-filters (4.0.6_20101215-1 -> 1:4.0.7_20110707-1)
    [2011-08-26 16:11] upgraded foomatic-db-engine (4.0.6_20101215-1 -> 1:4.0.7_20110707-1)
    [2011-08-26 16:11] upgraded fortune-mod (1.99.1-4 -> 1.99.1-5)
    [2011-08-26 16:12] upgraded fpc (2.4.2-1 -> 2.4.4-3)
    [2011-08-26 16:12] upgraded gawk (3.1.8-2 -> 4.0.0-1)
    [2011-08-26 16:12] upgraded gc (7.1-1 -> 7.1-3)
    [2011-08-26 16:12] upgraded gcc-fortran (4.6.0-4 -> 4.6.1-3)
    [2011-08-26 16:12] upgraded gdb (7.2-2 -> 7.3-2)
    [2011-08-26 16:12] upgraded libftdi (0.18-2 -> 0.19-1)
    [2011-08-26 16:12] upgraded lirc-utils (1:0.9.0-2 -> 1:0.9.0-6)
    [2011-08-26 16:12] installed mpg123 (1.13.3-2)
    [2011-08-26 16:12] upgraded mplayer (33159-1 -> 34007-1)
    [2011-08-26 16:12] upgraded gnome-mplayer (1.0.3-1 -> 1.0.4-1)
    [2011-08-26 16:12] upgraded gecko-mediaplayer (1.0.3-1 -> 1.0.4-1)
    [2011-08-26 16:12] upgraded libggz (0.0.14.1-1 -> 0.0.14.1-2)
    [2011-08-26 16:12] upgraded ggz-client-libs (0.0.14.1-1 -> 0.0.14.1-2)
    [2011-08-26 16:12] upgraded ghostscript (9.02-1 -> 9.04-5)
    [2011-08-26 16:12] upgraded pygobject-devel (2.28.4-1 -> 2.28.6-1)
    [2011-08-26 16:12] upgraded pygobject (2.28.4-1 -> 2.28.6-1)
    [2011-08-26 16:12] upgraded pygtk (2.24.0-1 -> 2.24.0-2)
    [2011-08-26 16:12] upgraded gimp (2.6.11-5 -> 2.6.11-6)
    [2011-08-26 16:12] upgraded git (1.7.5-1 -> 1.7.6.1-1)
    [2011-08-26 16:12] upgraded glibmm (2.28.0-1 -> 2.28.2-1)
    [2011-08-26 16:12] upgraded glib-networking (2.28.6.1-2 -> 2.28.7-4)
    [2011-08-26 16:12] upgraded glproto (1.4.12-1 -> 1.4.14-1)
    [2011-08-26 16:12] upgraded gnugo (3.8-1 -> 3.8-2)
    [2011-08-26 16:12] upgraded gnupg (1.4.11-2 -> 1.4.11-3)
    [2011-08-26 16:12] upgraded pinentry (0.8.1-1 -> 0.8.1-3)
    [2011-08-26 16:12] upgraded gnupg2 (2.0.17-1 -> 2.0.18-1)
    [2011-08-26 16:12] upgraded wxgtk (2.8.12-1 -> 2.8.12.1-1)
    [2011-08-26 16:12] ==> To add the gnuplot mode in Emacs, add the content of /usr/share/emacs/site-lisp/dotemacs to your ~/.emacs file.
    [2011-08-26 16:12] Updating TeX tree...
    [2011-08-26 16:12] mktexlsr: Updating /etc/texmf/ls-R...
    [2011-08-26 16:12] mktexlsr: Updating /usr/share/texmf/ls-R...
    [2011-08-26 16:12] mktexlsr: Updating /usr/share/texmf-dist/ls-R...
    [2011-08-26 16:13] mktexlsr: Updating /var/lib/texmf/ls-R...
    [2011-08-26 16:13] mktexlsr: Done.
    [2011-08-26 16:13] upgraded gnuplot (4.4.2-2 -> 4.4.3-1)
    [2011-08-26 16:13] upgraded gtkmm (2.24.0-1 -> 2.24.2-1)
    [2011-08-26 16:13] upgraded gparted (0.8.0-2 -> 0.9.0-3)
    [2011-08-26 16:13] upgraded gpgme (1.3.0-1 -> 1.3.1-1)
    [2011-08-26 16:13] upgraded gpsd (2.96-1 -> 3.0-3)
    [2011-08-26 16:13] upgraded graphicsmagick (1.3.12-1 -> 1.3.12-2)
    [2011-08-26 16:13] upgraded grep (2.7-1 -> 2.9-1)
    [2011-08-26 16:13] warning: /boot/grub/menu.lst installed as /boot/grub/menu.lst.pacnew
    [2011-08-26 16:13] upgraded grub (0.97-17 -> 0.97-20)
    [2011-08-26 16:13] upgraded gsl (1.14-1 -> 1.15-1)
    [2011-08-26 16:13] upgraded vim-runtime (7.3.138-1 -> 7.3.266-1)
    [2011-08-26 16:13] upgraded ruby (1.9.2_p180-1 -> 1.9.2_p290-1)
    [2011-08-26 16:13] Updating desktop and mime database...done.
    [2011-08-26 16:13] upgraded gvim (7.3.138-1 -> 7.3.266-1)
    [2011-08-26 16:13] upgraded hdf5 (1.8.6-1 -> 1.8.7-1)
    [2011-08-26 16:13] upgraded heirloom-mailx (12.5-1 -> 12.5-2)
    [2011-08-26 16:13] upgraded htop (0.9-1 -> 0.9-2)
    [2011-08-26 16:13] installed lcms2 (2.2-1)
    [2011-08-26 16:13] upgraded imagemagick (6.6.9.4-1 -> 6.7.1.6-1)
    [2011-08-26 16:13] installed iproute2 (2.6.39-1)
    [2011-08-26 16:13] upgraded kbd (1.15.2-1 -> 1.15.3-1)
    [2011-08-26 16:13] warning: /etc/inittab installed as /etc/inittab.pacnew
    [2011-08-26 16:13] warning: /etc/rc.conf installed as /etc/rc.conf.pacnew
    [2011-08-26 16:13] Blacklisting of modules is no longer supported in rc.conf,
    [2011-08-26 16:13] please add blacklist entries to /etc/modprobe.d/ instead.
    [2011-08-26 16:13] VERBOSE= in rc.conf no longer has any effect.
    [2011-08-26 16:13] Please append 'quiet' to your kernel command line.
    [2011-08-26 16:13] upgraded initscripts (2011.04.1-2 -> 2011.07.3-1)
    [2011-08-26 16:13] upgraded poppler-glib (0.16.4-1 -> 0.16.7-1)
    [2011-08-26 16:13] upgraded inkscape (0.48.1-2 -> 0.48.2-1)
    [2011-08-26 16:13] upgraded irssi (0.8.15-4 -> 0.8.15-5)
    [2011-08-26 16:13] upgraded jfsutils (1.1.14-2 -> 1.1.15-2)
    [2011-08-26 16:14] upgraded jre (6u25-1 -> 7-3)
    [2011-08-26 16:14] upgraded libdmtx (0.7.2-2 -> 0.7.4-1)
    [2011-08-26 16:14] installed qrencode (3.1.1-2)
    [2011-08-26 16:14] installed prison (1.0-1)
    [2011-08-26 16:14] upgraded libedit (20110227_3.0-1 -> 20110802_3.0-1)
    [2011-08-26 16:14] upgraded openssh (5.8p2-1 -> 5.8p2-9)
    [2011-08-26 16:14] upgraded lm_sensors (3.3.0-1 -> 3.3.1-2)
    [2011-08-26 16:14] upgraded xorg-xprop (1.2.0-2 -> 1.2.1-1)
    [2011-08-26 16:14] warning: /usr/share/config/kdm/kdmrc installed as /usr/share/config/kdm/kdmrc.pacnew
    [2011-08-26 16:14] installed libkexiv2 (4.7.0-2)
    [2011-08-26 16:15] upgraded qscintilla (2.5.1-1 -> 2.5.1-2)
    [2011-08-26 16:15] installed ocaml (3.12.1-1)
    [2011-08-26 16:15] installed libkipi (4.7.0-2)
    [2011-08-26 16:16] upgraded sane (1.0.22-1 -> 1.0.22-2)
    [2011-08-26 16:16] installed libksane (4.7.0-2)
    [2011-08-26 16:16] installed libkdcraw (4.7.0-2)
    [2011-08-26 16:16] upgraded poppler-qt (0.16.4-1 -> 0.16.7-1)
    [2011-08-26 16:16] upgraded libidn (1.21-1 -> 1.22-1)
    [2011-08-26 16:16] upgraded qt3 (3.3.8-19 -> 3.3.8-20)
    [2011-08-26 16:16] upgraded libktorrent (1.1.1-1 -> 1.1.2-1)
    [2011-08-26 16:16] installed libmms (0.6.2-1)
    [2011-08-26 16:16] upgraded libgadu (1.10.1-1 -> 1.11.0-1)
    [2011-08-26 16:16] installed ortp (0.16.5-1)
    [2011-08-26 16:16] installed mediastreamer (2.7.3-3)
    [2011-08-26 16:17] upgraded qwt (5.2.1-1 -> 6.0.0-1)
    [2011-08-26 16:17] upgraded neon (0.29.3-2 -> 0.29.6-2)
    [2011-08-26 16:17] upgraded subversion (1.6.15-1 -> 1.6.17-6)
    [2011-08-26 16:17] upgraded linux-firmware (20110227-1 -> 20110727-1)
    [2011-08-26 16:17] upgraded mkinitcpio-busybox (1.18.2-1 -> 1.18.5-1)
    [2011-08-26 16:17] upgraded mkinitcpio (0.6.11-1 -> 0.7.2-1)
    [2011-08-26 16:18] >>> Updating module dependencies. Please wait ...
    [2011-08-26 16:18] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2011-08-26 16:18] ==> Building image from preset: 'default'
    [2011-08-26 16:18] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2011-08-26 16:18] ==> Starting build: 3.0-ARCH
    [2011-08-26 16:18] -> Parsing hook: [base]
    [2011-08-26 16:18] -> Parsing hook: [udev]
    [2011-08-26 16:18] -> Parsing hook: [autodetect]
    [2011-08-26 16:18] -> Parsing hook: [pata]
    [2011-08-26 16:18] -> Parsing hook: [scsi]
    [2011-08-26 16:18] -> Parsing hook: [sata]
    [2011-08-26 16:18] -> Parsing hook: [filesystems]
    [2011-08-26 16:18] -> Parsing hook: [usbinput]
    [2011-08-26 16:18] ==> Generating module dependencies
    [2011-08-26 16:18] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2011-08-26 16:18] 7278 blocks
    [2011-08-26 16:18] ==> Image generation successful
    [2011-08-26 16:18] ==> Building image from preset: 'fallback'
    [2011-08-26 16:18] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2011-08-26 16:18] ==> Starting build: 3.0-ARCH
    [2011-08-26 16:18] -> Parsing hook: [base]
    [2011-08-26 16:18] -> Parsing hook: [udev]
    [2011-08-26 16:18] -> Parsing hook: [pata]
    [2011-08-26 16:18] -> Parsing hook: [scsi]
    [2011-08-26 16:18] -> Parsing hook: [sata]
    [2011-08-26 16:18] -> Parsing hook: [filesystems]
    [2011-08-26 16:18] -> Parsing hook: [usbinput]
    [2011-08-26 16:18] ==> Generating module dependencies
    [2011-08-26 16:18] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2011-08-26 16:18] 23389 blocks
    [2011-08-26 16:18] ==> Image generation successful
    [2011-08-26 16:18] installed linux (3.0.3-1)
    [2011-08-26 16:18] installed linux-headers (3.0.3-1)
    [2011-08-26 16:18] upgraded koffice-servicetypes (2.3.3-3 -> 2.3.3-5)
    [2011-08-26 16:18] upgraded koffice-libs (2.3.3-3 -> 2.3.3-5)
    [2011-08-26 16:18] upgraded koffice-templates (2.3.3-3 -> 2.3.3-5)
    [2011-08-26 16:18] upgraded koffice-plugins (2.3.3-3 -> 2.3.3-5)
    [2011-08-26 16:19] upgraded koffice-krita (2.3.3-3 -> 2.3.3-5)
    [2011-08-26 16:19] upgraded ktorrent (4.1.1-1 -> 4.1.2-1)
    [2011-08-26 16:19] upgraded kwebkitpart (1.1-1 -> 1.1.1-1)
    [2011-08-26 16:19] upgraded less (443-1 -> 444-1)
    [2011-08-26 16:19] upgraded usbmuxd (1.0.6-2 -> 1.0.7-2)
    [2011-08-26 16:19] upgraded libimobiledevice (1.1.0-1 -> 1.1.1-2)
    [2011-08-26 16:19] upgraded libgpod (0.8.0-2 -> 0.8.2-2)
    [2011-08-26 16:19] upgraded libgsf (1.14.20-1 -> 1.14.21-1)
    [2011-08-26 16:19] upgraded liblqr (0.4.1-1 -> 0.4.1-2)
    [2011-08-26 16:19] installed libreoffice-en-US (3.4.2-2)
    [2011-08-26 16:19] installed libtextcat (2.2-8)
    [2011-08-26 16:19] * see https://wiki.archlinux.org/index.php/LibreOffice
    [2011-08-26 16:19] -------------------------------------------------------------------
    [2011-08-26 16:19] LibreOffice has been split into several packages:
    [2011-08-26 16:19] - libreoffice-common
    [2011-08-26 16:19] - libreoffice-{base,calc,draw,impress,math,writer} - frontend applications
    [2011-08-26 16:19] - libreoffice-{gnome,kde4} - desktop integration plugins
    [2011-08-26 16:19] - libreoffice-{sdk,sdk-doc} - add-on and doc for programming using
    [2011-08-26 16:19]  the LibreOffice APIs and for creating
    [2011-08-26 16:19] extensions (UNO components).
    [2011-08-26 16:19] -------------------------------------------------------------------
    [2011-08-26 16:19] * you need to install at least one libreoffice-langpack
    [2011-08-26 16:19] * you may want to pacman -Ss libreoffice-extensions
    [2011-08-26 16:19] to see what additional extensions are prepared to install
    [2011-08-26 16:19] * it's recommended to install {hunspell,mythes,hyphen}-xx pkg
    [2011-08-26 16:19] for spell checking
    [2011-08-26 16:19] * make sure you have installed some ttf font (ttf-dejavu recommended)
    [2011-08-26 16:19] installed libreoffice-common (3.4.2-2)
    [2011-08-26 16:19] installed libreoffice-base (3.4.2-2)
    [2011-08-26 16:19] installed libreoffice-calc (3.4.2-2)
    [2011-08-26 16:19] installed libreoffice-draw (3.4.2-2)
    [2011-08-26 16:19] installed libreoffice-impress (3.4.2-2)
    [2011-08-26 16:19] installed libreoffice-math (3.4.2-2)
    [2011-08-26 16:19] upgraded libwpd (0.9.1-1 -> 0.9.2-1)
    [2011-08-26 16:19] installed libwps (0.2.2-1)
    [2011-08-26 16:19] installed libreoffice-writer (3.4.2-2)
    [2011-08-26 16:19] upgraded libreoffice-extension-ct2n (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] The jdk package is licensed software.
    [2011-08-26 16:20] You MUST read and agree to the license stored in
    [2011-08-26 16:20] /usr/share/licenses/jdk/LICENSE before using it.
    [2011-08-26 16:20] Please relogin to include jdk in your PATH
    [2011-08-26 16:20] installed jdk (7-3)
    [2011-08-26 16:20] upgraded libreoffice-extension-diagram (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-hunart (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-nlpsolver (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-numbertext (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-oooblogger (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-pdfimport (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-presentation-minimizer (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-presenter-screen (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-report-builder (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-typo (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-watch-window (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-wiki-publisher (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded make (3.81-5 -> 3.82-3)
    [2011-08-26 16:20] upgraded libreoffice-sdk (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libsoup (2.34.1-1 -> 2.34.3-1)
    [2011-08-26 16:20] upgraded libwebkit (1.4.0-1 -> 1.4.2-1)
    [2011-08-26 16:20] upgraded links (2.3pre1-1 -> 2.3-1)
    [2011-08-26 16:20] upgraded logrotate (3.7.9-1 -> 3.8.0-1)
    [2011-08-26 16:20] upgraded luasocket (2.0.2-4 -> 2.0.2-5)
    [2011-08-26 16:20] upgraded lzo2 (2.04-1 -> 2.05-1)
    [2011-08-26 16:20] upgraded man-db (2.6.0.2-1 -> 2.6.0.2-2)
    [2011-08-26 16:20] upgraded mdadm (3.2.1-3 -> 3.2.2-3)
    [2011-08-26 16:20] upgraded mercurial (1.8.3-1 -> 1.9.1-1)
    [2011-08-26 16:21] ERROR: Module nvidia is in use
    [2011-08-26 16:21] In order to use the new nvidia module, exit Xserver and unload it manually.
    [2011-08-26 16:21] upgraded nvidia-173xx (173.14.30-1 -> 173.14.31-2)
    [2011-08-26 16:21] upgraded octave (3.4.0-2 -> 3.4.2-2)
    [2011-08-26 16:21] upgraded openal (1.13-1 -> 1.13-2)
    [2011-08-26 16:21] upgraded openbox (3.4.11.2-2 -> 3.5.0-3)
    [2011-08-26 16:21] upgraded xine-lib (1.1.19-2 -> 1.1.19-3)
    [2011-08-26 16:21] ==> Documentation and samples are in separate packages:
    [2011-08-26 16:21]
    [2011-08-26 16:21] * opencv-docs
    [2011-08-26 16:21] * opencv-samples
    [2011-08-26 16:21] upgraded opencv (2.2.0-5 -> 2.3.0-1)
    [2011-08-26 16:21] upgraded oxygen-gtk (1.0.4-1 -> 1.1.2-1)
    [2011-08-26 16:22] upgraded oxygen-icons-svg (4.6.2-1 -> 4.7.0-1)
    [2011-08-26 16:22] upgraded p7zip (9.20.1-1 -> 9.20.1-4)
    [2011-08-26 16:22] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
    [2011-08-26 16:22] upgraded pacman-mirrorlist (20110324-1 -> 20110816-1)
    [2011-08-26 16:22] upgraded pcmciautils (017-2 -> 018-1)
    [2011-08-26 16:22] upgraded perl-text-iconv (1.7-5 -> 1.7-6)
    [2011-08-26 16:22] upgraded perl-xml-parser (2.40-2 -> 2.41-1)
    [2011-08-26 16:22] upgraded pkg-config (0.25-3 -> 0.26-1)
    [2011-08-26 16:22] upgraded postgresql-libs (9.0.4-3 -> 9.0.4-4)
    [2011-08-26 16:22] upgraded procps (3.2.8-3 -> 3.2.8-4)
    [2011-08-26 16:22] upgraded python2-distribute (0.6.16-1 -> 0.6.19-1)
    [2011-08-26 16:22] upgraded qtcurve-gtk2 (1.8.8-1 -> 1.8.9-1)
    [2011-08-26 16:22] upgraded qtcurve-kde4 (1.8.7-1 -> 1.8.8-1)
    [2011-08-26 16:24] upgraded qt-doc (4.7.2-1 -> 4.7.3-1)
    [2011-08-26 16:24] >>> The kernel-mode plugin has a new place.
    [2011-08-26 16:24] >>> It's now located under /usr/lib/rp-pppoe/rp-pppoe.so
    [2011-08-26 16:24] >>> Change LINUX_PLUGIN to the new path in your /etc/ppp/pppoe.conf
    [2011-08-26 16:24] upgraded rp-pppoe (3.10-6 -> 3.10-7)
    [2011-08-26 16:24] upgraded rrdtool (1.4.5-1 -> 1.4.5-4)
    [2011-08-26 16:24] updating gtk.immodules... done.
    [2011-08-26 16:24] upgraded scim (1.4.9-2 -> 1.4.11-1)
    [2011-08-26 16:24] upgraded screen (4.0.3-11 -> 4.0.3-12)
    [2011-08-26 16:24] upgraded skype (2.2.0.25-1 -> 2.2.0.35-1)
    [2011-08-26 16:24] upgraded soundtouch (1.5.0-1 -> 1.6.0-1)
    [2011-08-26 16:24] upgraded sudo (1.8.1.p1-1 -> 1.8.2-1)
    [2011-08-26 16:24] upgraded syslog-ng (3.2.2-2 -> 3.2.4-3)
    [2011-08-26 16:25] upgraded tcl (8.5.9-1 -> 8.5.10-1)
    [2011-08-26 16:26] Updating font cache... done.
    [2011-08-26 16:26] Note: terminus-font is in /usr/share/fonts/local/
    [2011-08-26 16:26] upgraded terminus-font (4.32-1 -> 4.36-1)
    [2011-08-26 16:26] upgraded tk (8.5.9-1 -> 8.5.10-1)
    [2011-08-26 16:27] Updating font cache... done.
    [2011-08-26 16:27] upgraded ttf-liberation (1.06.0.20100721-1 -> 1.07.0-1)
    [2011-08-26 16:27] upgraded tzdata (2011g-1 -> 2011h-1)
    [2011-08-26 16:27] upgraded usbutils (002-2 -> 004-1)
    [2011-08-26 16:27] upgraded vi (050325-4 -> 1:050325-1)
    [2011-08-26 16:27] Updating vim help tags...done.
    [2011-08-26 16:27] upgraded vim-supertab (1.5-1 -> 1.6-1)
    [2011-08-26 16:27] Updating vim help tags...done.
    [2011-08-26 16:27] upgraded vim-vcscommand (1.99.42-1 -> 1.99.43-1)
    [2011-08-26 16:27] upgraded wget (1.12-5 -> 1.13.1-1)
    [2011-08-26 16:27] upgraded wine (1.3.19-2 -> 1.3.26-1)
    [2011-08-26 16:27] upgraded winetricks (20110429-1 -> 20110629-1)
    [2011-08-26 16:27] upgraded xcursor-themes (1.0.2-1 -> 1.0.3-1)
    [2011-08-26 16:27] upgraded xorg-iceauth (1.0.4-2 -> 1.0.5-1)
    [2011-08-26 16:27] upgraded xorg-util-macros (1.13.0-1 -> 1.15.0-1)
    [2011-08-26 16:27] upgraded xorg-server-devel (1.10.1-1 -> 1.10.3.901-1)
    [2011-08-26 16:27] upgraded xorg-twm (1.0.6-2 -> 1.0.7-1)
    [2011-08-26 16:27] upgraded xorg-x11perf (1.5.3-2 -> 1.5.4-1)
    [2011-08-26 16:27] upgraded xorg-xlsclients (1.1.1-2 -> 1.1.2-1)
    [2011-08-26 16:28] upgraded xorg-xrandr (1.3.4-2 -> 1.3.5-1)
    [2011-08-26 16:28] upgraded xorg-xwininfo (1.1.1-2 -> 1.1.2-1)
    [2011-08-26 16:28] upgraded xpdf (3.02_pl6-1 -> 3.03-1)
    [2011-08-26 16:28] upgraded xscreensaver (5.12-2 -> 5.14-1)
    [2011-08-26 16:28] upgraded xterm (269-1 -> 271-1)
    [2011-08-26 16:28] upgraded xulrunner (2.0.1-1 -> 6.0-2)
    [2011-08-26 16:28] upgraded zsnes (1.51-7 -> 1.51-9)
    /etc/rc.conf without any comments:
    LOCALE="en_US.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="UTC"
    TIMEZONE="Europe/Stockholm"
    KEYMAP="se-lat6"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    MODULES=()
    UDEV_TIMEOUT=30
    USEDMRAID="no"
    USEBTRFS="no"
    USELVM="no"
    HOSTNAME="archon"
    interface=eth0
    address=
    netmask=
    broadcast=
    gateway=
    NETWORK_PERSIST="no"
    DAEMONS=(syslog-ng @network dbus preload !netfs @crond @cups @sshd @startntpd)
    /etc/mkinitcpio.conf without any comments:
    MODULES=""
    BINARIES=""
    FILES=""
    HOOKS="base udev autodetect pata scsi sata filesystems"
    Please let me know if you need to know anything else.
    Last edited by Mogger (2012-03-30 23:33:38)

    I've temporarily fixed the problem by doing the following:
    removed cryptsetup (1.3.1-2)
    removed lvm2 (2.02.88-1)
    removed mdadm (3.2.2-4)
    removed linux (3.0.6-2)
    upgraded mkinitcpio-busybox (1.18.5-1 -> 1.18.2-1)
    installed gen-init-cpio (2.6.36-1)
    upgraded udev (173-3 -> 167-2)
    upgraded mkinitcpio (0.7.3-1 -> 0.6.11-1)
    installed kernel26 (2.6.38.5-1)
    upgraded nvidia-173xx-utils (173.14.31-1 -> 173.14.30-1)
    upgraded nvidia-173xx (173.14.31-2 -> 173.14.30-1)
    upgraded initscripts (2011.07.3-1 -> 2011.04.1-2)
    upgraded net-tools (1.60.20110819cvs-1 -> 1.60-18)
    I also restored my old /etc/mkinitcpio.conf, /etc/inittab and /etc/rc.conf.
    I'm still interested in a solution to the original problem. Is it a problem with my configuration, the new kernel, the udev version or something else?
    The difference in inittab is just a -s option and the mkinitcpio.conf files are the same except for some comments. rc.conf has the biggest changes and is now (removed comments):
    LOCALE="en_US.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="UTC"
    TIMEZONE="Europe/Stockholm"
    KEYMAP="se-lat6"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    VERBOSE="3"
    MOD_AUTOLOAD="yes"
    MODULES=(!usblp !pcspkr)
    UDEV_TIMEOUT=30
    USEDMRAID="no"
    USEBTRFS="no"
    USELVM="no"
    HOSTNAME="archon"
    eth0="dhcp"
    INTERFACES=(eth0)
    ROUTES=(!gateway)
    NETWORK_PERSIST="no"
    DAEMONS=(syslog-ng @network dbus preload !netfs !wicd @crond @cups @sshd @startntpd)
    Last edited by Mogger (2011-10-11 14:04:20)

  • Start Up disk problem following kernel panic-mounts but not as a boot drive

    I have a problem that I can't solve.
    Dual processor G4 with 3 hard drive, all of which are bootable drives with 10.4.7 installed:
    A- my primary boot drive - internal SCSI drive (Adaptec PowerDomain 2930U PCI card);
    B - internal hard drive that came with the G4; and
    C - external Firewire hard drive
    Recently, I booted into my B drive and it locked up after it went into sleep mode. On reboot, I experienced a number of kernel panic messages, prompting me to restart my computer.
    PROBLEM: Since that time, I have not been able to get my A drive to once again be the Startup Disk.
    Diagnostic steps that I have performed:
    i. I have run and re-run Disk Warrior from a bootable CD and the A drive as well as the other 2 hard drives mount and are "repaired" by DiskWarrior.
    ii. TechTools Pro shows no hardware problems and whatever glitches it has found were repaired.
    iii. Disk Utilities consistently returns "Volume passed verification."
    iv. Zapped the PRAM
    The A drive does mount and is accessible whenever either the B drive or the C drive is the bootable drive.
    System Preferences/Startup Disk lists the A drive as a candidate whenever either the B drive or the C drive is the bootable drive. However, when the A drive is selected in System Preferences, on reboot, it doesn't become the boot drive.
    I have tried to restart and hold the "C" key down so that I might possibly be able to select the boot drive from A, B or C. But the C key method doesn't produce the intended result, only reverting back to the boot drive in power prior to the reboot. That occurs whether the boot drive is B or C.
    At that stage, rightfully or wrongfully, since the problem persisted whether the B or C drives were the startup disk I concluded that the problem could be hardware related and not software related.
    On one of the reboots following the kernel panics, a Crash Report was produced - the verbiage
    which is code related and so far above my knowledge and experience that it is incomprehensible to me. I can post it separately if helpful but it won't fit in this email message due to restrictions on length of messages.
    I haven't had a kernel panic following any of the last 50+ restarts that have accompanied my attempted diagnostics.
    Finally, I ran the Apple Hardware Test, version 1.2.6, that came with my G4. First, I removed all peripherals except the monitor, keyboard and mouse (plugged into the keyboard), the Adaptec SCSI card, and a 3rd party FW/USB2 PCI card (OrangeLink+). I ran the Extended Test and an error code was generated during the logic board test: Error Code fire/5/2
    That gave me some hope. I next removed the 3rd party FW/USB2 PCI card (OrangeLink+) and re-ran the Apple Hardware Test and no error were reported. Both the logic board and memory passed. I ran the extended test twice, each time no error.
    Ah, did that solve my problem? I rebooted and I still cannot get my A drive to be the Startup Disk.
    Next, I ran the Rember software (a GUI app for Memtest) and the RAM checked out as fine.
    At this stage I don't have a clue. The white towel is about to be waved.
    If the problem is the Adaptec SCSI card, I don't know how to test it since it obviously has to be installed to enable drive A to mount.
    Does anyone have any suggestions?

    I am the original poster on this thread.
    Turns out that the culprit behind all my boot problems was the battery on my 5 year old Quicksilver G4. Replaced the battery and all is back to normal.
    FWIW, for any Quicksilver owners with SCSI cards, be aware that you can create boot problems for your SCSI drive by zapping your PRAM. As part of my diagnostics I did zap the PRAM but that turned out not to be a problem.
    Adaptec's site does include a workaround should you have problems after zapping the PRAM. This specifically covers the PowerDomain 29160 SCSI card/2930U card, which I have.

  • Kernel panic when booting from USB

    Hi guys, I'm trying to install arch on a cd-less HW (www.linutop.com) but during boot from USB
    I get this kernel panic:
    :: Waiting for devices to settle...
    usb 2-3.1: configuration #1 chosen from 1 choice
    :: Waiting 16s for USB devices
    scsi 2:0:0:0: Direct-Access     CBM    Flash Disk     4.00 PQ: 0 ANSI: 2
    sd 2:0:0:0: [sdb]: Assuming drive cache: write through
    sdb: sdb1
    sd 2:0:0:0: [sdb] Attached SCSI removable disk
    :: Scanning for boot device...
    :: Scanning cd drives...
    :: Scanning usb drives...
    /dev/sdb1
    squashfs: version 3.4 (2008/08/26) Phillip Lougher
    Registering unionfs 2.5 (for 2.6.27-rc6)
    :: Mounting root (union) filesystem
    :: Mounting images
    ::: Binding /bootmnt to bootmnt
    :: Passing control to Arch Linux Initscripts...Please Wait
    /bin/run-init: opening console: No such file or directory
    Kernel panic - not syncing: Attempted to kill init!
    This happens with both images archlinux-2009.02-2-ftp-i686.img and archlinux-2009.02-core-i686.img.
    Have checked md5's of the downloaded files and they were correct, have also tried to double write it
    to the usb stick but still the same kernel panic message.
    (I can play play space invaders from the grub menu though :-) )
    Many thanks for any info on this.
    UPDATE:
    Ups, it uses AMD Geode processor and google doesn't suggest it's i686 compatible. Can this be the reason? Please confirm and I'll mark this as solved.
    Last edited by inetic (2009-03-22 23:56:39)

    It is Geode LX. Thanks
    Last edited by inetic (2009-03-23 12:11:32)

  • MacBook Air Kernel Panic after boot

    Hi all! Recently, My MacBook Air had been kind of acting up. Everytime when I cold boot it, it would start, then after a few seconds later crash, then a kernel panic would occur after a few seconds. This happens recurringly and I do not know what is the cause of the problem. It seems that this would only happen after a long period inbetween the first boot and the next boot.
    Answays, here is my crashlog for reference:
    Anonymous UUID:       822928AA-C76A-7362-4EB2-ECDD102C1268
    Wed Nov 27 22:41:55 2013
    panic(cpu 0 caller 0xffffff8027ab8371): "!pageList phys_addr"@/SourceCache/xnu/xnu-2422.1.72/iokit/Kernel/IOMemoryDescriptor.cpp:1 490
    Backtrace (CPU 0), Frame : Return Address
    0xffffff80a724b7f0 : 0xffffff8027622f69
    0xffffff80a724b870 : 0xffffff8027ab8371
    0xffffff80a724b910 : 0xffffff8027ab860d
    0xffffff80a724ba10 : 0xffffff8027ab7908
    0xffffff80a724ba50 : 0xffffff7fa7d67b9d
    0xffffff80a724baa0 : 0xffffff7fa7d66207
    0xffffff80a724baf0 : 0xffffff8027acd6dd
    0xffffff80a724bb50 : 0xffffff8027aae4b3
    0xffffff80a724bbb0 : 0xffffff7fa7d66aec
    0xffffff80a724bbf0 : 0xffffff8027acb28f
    0xffffff80a724bd40 : 0xffffff80276b6008
    0xffffff80a724be50 : 0xffffff8027626bb1
    0xffffff80a724be80 : 0xffffff80276139b5
    0xffffff80a724bef0 : 0xffffff802761e003
    0xffffff80a724bf70 : 0xffffff80276c921d
    0xffffff80a724bfb0 : 0xffffff80276f3e26
          Kernel Extensions in backtrace:
             com.apple.iokit.IOHIDFamily(2.0)[1185D338-98A5-345E-84F8-E59DF819A61B]@0xffffff 7fa7d65000->0xffffff7fa7dd6fff
                dependency: com.apple.driver.AppleFDEKeyStore(28.30)[558B2575-5197-3C4C-BAD2-8CB465638FA8]@ 0xffffff7fa7d5a000
    BSD process name corresponding to current thread: RzCoreEngine
    Mac OS version:
    13A603
    Kernel version:
    Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
    Kernel UUID: 1D9369E3-D0A5-31B6-8D16-BFFBBB390393
    Kernel slide:     0x0000000027400000
    Kernel text base: 0xffffff8027600000
    System model name: MacBookAir5,2 (Mac-2E6FAB96566FE58C)
    System uptime in nanoseconds: 205097922817
    last loaded kext at 16375734553: com.apple.driver.AppleBluetoothHIDKeyboard          170.15 (addr 0xffffff7fa90f1000, size 24576)
    last unloaded kext at 104095362221: com.apple.driver.AppleFileSystemDriver          3.0.1 (addr 0xffffff7fa9365000, size 8192)
    loaded kexts:
    com.logmein.hamachi          1.0
    com.eltima.ElmediaPlayer.kext          1.58
    com.razer.common.razerhid          8.38
    com.apple.driver.AudioAUUC          1.60
    com.apple.filesystems.autofs          3.0
    com.apple.iokit.IOBluetoothSerialManager          4.2.0f6
    com.apple.driver.X86PlatformShim          1.0.0
    com.apple.driver.AGPM          100.14.11
    com.apple.driver.ApplePlatformEnabler          2.0.9d1
    com.apple.driver.AppleMikeyHIDDriver          124
    com.apple.driver.AppleHDA          2.5.2fc2
    com.apple.driver.AppleMikeyDriver          2.5.2fc2
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.driver.AppleUpstreamUserClient          3.5.13
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleHWAccess          1
    com.apple.driver.AppleSMCLMU          2.0.4d1
    com.apple.driver.AppleThunderboltIP          1.0.10
    com.apple.driver.AppleSMCPDRC          1.0.0
    com.apple.driver.AppleBacklight          170.3.5
    com.apple.driver.AppleMCCSControl          1.1.12
    com.apple.driver.AppleLPC          1.7.0
    com.apple.driver.AppleIntelHD4000Graphics          8.1.8
    com.apple.driver.AppleIntelFramebufferCapri          8.1.8
    com.apple.driver.AppleUSBTCButtons          240.2
    com.apple.driver.AppleUSBTCKeyboard          240.2
    com.apple.driver.AppleUSBCardReader          3.3.5
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          35
    com.apple.driver.XsanFilter          404
    com.apple.driver.AppleUSBHub          650.4.4
    com.apple.iokit.IOAHCIBlockStorage          2.4.0
    com.apple.driver.AirPort.Brcm4331          700.20.22
    com.apple.driver.AppleAHCIPort          2.9.5
    com.apple.driver.AppleUSBEHCI          650.4.1
    com.apple.driver.AppleUSBXHCI          650.4.3
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleRTC          2.0
    com.apple.driver.AppleACPIButtons          2.0
    com.apple.driver.AppleHPET          1.8
    com.apple.driver.AppleSMBIOS          2.0
    com.apple.driver.AppleACPIEC          2.0
    com.apple.driver.AppleAPIC          1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient          216.0.0
    com.apple.nke.applicationfirewall          153
    com.apple.security.quarantine          3
    com.apple.driver.AppleIntelCPUPowerManagement          216.0.0
    com.apple.driver.AppleBluetoothHIDKeyboard          170.15
    com.apple.driver.AppleHIDKeyboard          170.15
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSerialFamily          10.0.7
    com.apple.driver.DspFuncLib          2.5.2fc2
    com.apple.vecLib.kext          1.0.0
    com.apple.iokit.IOAudioFamily          1.9.4fc11
    com.apple.kext.OSvKernDSPLib          1.14
    com.apple.iokit.IOBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.driver.AppleHDAController          2.5.2fc2
    com.apple.iokit.IOHDAFamily          2.5.2fc2
    com.apple.driver.AppleSMBusPCI          1.0.12d1
    com.apple.driver.X86PlatformPlugin          1.0.0
    com.apple.driver.AppleSMC          3.1.6d1
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.driver.AppleSMBusController          1.0.11d1
    com.apple.driver.IOPlatformPluginFamily          5.5.1d27
    com.apple.iokit.IOSurface          91
    com.apple.iokit.IONDRVSupport          2.3.6
    com.apple.iokit.IOAcceleratorFamily2          98.7.1
    com.apple.AppleGraphicsDeviceControl          3.4.12
    com.apple.iokit.IOGraphicsFamily          2.3.6
    com.apple.driver.AppleUSBMultitouch          240.6
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.6.0
    com.apple.iokit.IOUSBMassStorageClass          3.6.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.6.0
    com.apple.driver.AppleThunderboltDPInAdapter          2.5.0
    com.apple.driver.AppleThunderboltDPAdapterFamily          2.5.0
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.4.0
    com.apple.driver.IOBluetoothHIDDriver          4.2.0f6
    com.apple.iokit.IOBluetoothFamily          4.2.0f6
    com.apple.iokit.IOUSBHIDDriver          650.4.4
    com.apple.driver.AppleUSBMergeNub          650.4.0
    com.apple.driver.AppleUSBComposite          650.4.0
    com.apple.driver.AppleThunderboltNHI          1.9.2
    com.apple.iokit.IOThunderboltFamily          2.8.5
    com.apple.iokit.IOUSBUserClient          650.4.4
    com.apple.iokit.IO80211Family          600.34
    com.apple.iokit.IONetworkingFamily          3.2
    com.apple.iokit.IOAHCIFamily          2.6.0
    com.apple.iokit.IOUSBFamily          650.4.4
    com.apple.driver.AppleEFINVRAM          2.0
    com.apple.iokit.IOHIDFamily          2.0.0
    com.apple.driver.AppleEFIRuntime          2.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          278.10
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.AppleKeyStore          2
    com.apple.driver.DiskImages          371.1
    com.apple.iokit.IOStorageFamily          1.9
    com.apple.iokit.IOReportFamily          21
    com.apple.driver.AppleFDEKeyStore          28.30
    com.apple.driver.AppleACPIPlatform          2.0
    com.apple.iokit.IOPCIFamily          2.8
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.pthread          1
    com.apple.kec.corecrypto          1.0
    Model: MacBookAir5,2, BootROM MBA51.00EF.B02, 2 processors, Intel Core i5, 1.8 GHz, 4 GB, SMC 2.5f9
    Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 1024 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1600 MHz, 0x802C, 0x384B54463235363634485A2D3147364D3120
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1600 MHz, 0x802C, 0x384B54463235363634485A2D3147364D3120
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xE9), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.0f6 12982, 3 services, 23 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en0
    Serial ATA Device: APPLE SSD TS128E, 121.33 GB
    USB Device: Razer Mamba Charging dock
    USB Device: Hub
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: Hub
    USB Device: Hub
    USB Device: Internal Memory Card Reader
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    Thunderbolt Bus: MacBook Air, Apple Inc., 23.4
    Please help me solve my problem! This has only happened recently after my update to Mavericks.

    Any or all of the following third-party system modifications may be contributing to the problem:
    Hamachi
    Elmedia Player
    Razer mouse driver
    If the panic is recurrent, I suggest you check that all are up to date, and if they are, uninstall them, one at a time, according to the developers' instructions, to see whether you can determine which is at fault. A conflict between modifications may be involved. Reboot and test after each uninstallation.
    Back up all data before making any changes.

  • [SOLVED] Kernel panic USB3 ExHDD (perhaps related to uas module?)

    Greetings fellow Arch users!
    Annoying problem:
    Hitachi Touro Pro 1GB USB 3 external drive causing consistent, repeatable kernel panic on 3.15.2-1-ARCH #1 SMP PREEMPT. The same panic occurs whether the drive is already attached upon reboot or attached later. The same panic occurs whether this drive is attached to the front USB3 header or the rear of the case. The panic also occurs when all other external drives are removed from the machine. The drive is does not panic when attached by USB 2, but it is also not recognized by the system when attached to USB2.
    Would prefer to post the photo I took, but unclear where online I could store it. Anyhow, the panic always says:
    kernel BUG at block/blk-core.c:2511!
    invalid opcode: 0000 [#1} PREEMPT SMP
    kernel panic - not syncing: Fatal exception in interrupt
    Shutting down CPUs with NMI
    My bios is updated (ASUSP8Z68-V PRO/GEN3, BIOS 3603). I searched the forums and noticed a recent, similar problem related to uas module https://bbs.archlinux.org/viewtopic.php?id=183190. I blacklisted the uas module, and also added the text install uas /bin/false to the blacklist.conf file. Updated the kernel (mkinitcpio -p linux afterword, then rebooted). However, note that the uas module is still listed under modules below. Perhaps I need to do something more to prevent this uas module from loading? It seems like blacklisting had some effect: now I can attach the drive and no panic. However, the drive is also not recognized by the system. Other info:
    dmesg: (note there are several ACPI warnings here - any ideas?)
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.15.2-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.0 20140604 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Jun 27 07:41:19 CEST 2014
    [ 0.000000] Command line: initrd=\initramfs-linux.img root=/dev/sda2 rw
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000040200000-0x00000000be38ffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000be390000-0x00000000be5f6fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000be5f7000-0x00000000be67afff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000be67b000-0x00000000be93ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000be940000-0x00000000beb84fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000beb85000-0x00000000beb92fff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000beb93000-0x00000000bebbffff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bebc0000-0x00000000bebc4fff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000bebc5000-0x00000000bec07fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bec08000-0x00000000beffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bf800000-0x00000000df9fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041f5fffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] e820: update [mem 0x0c5f3018-0x0c603057] usable ==> usable
    [ 0.000000] e820: update [mem 0x0c604018-0x0c613857] usable ==> usable
    [ 0.000000] extended physical RAM map:
    [ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
    [ 0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000000c5f3017] usable
    [ 0.000000] reserve setup_data: [mem 0x000000000c5f3018-0x000000000c603057] usable
    [ 0.000000] reserve setup_data: [mem 0x000000000c603058-0x000000000c604017] usable
    [ 0.000000] reserve setup_data: [mem 0x000000000c604018-0x000000000c613857] usable
    [ 0.000000] reserve setup_data: [mem 0x000000000c613858-0x000000001fffffff] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000020000000-0x00000000201fffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000020200000-0x000000003fffffff] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000040000000-0x00000000401fffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000040200000-0x00000000be38ffff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000be390000-0x00000000be5f6fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000be5f7000-0x00000000be67afff] ACPI NVS
    [ 0.000000] reserve setup_data: [mem 0x00000000be67b000-0x00000000be93ffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000be940000-0x00000000beb84fff] ACPI NVS
    [ 0.000000] reserve setup_data: [mem 0x00000000beb85000-0x00000000beb92fff] ACPI data
    [ 0.000000] reserve setup_data: [mem 0x00000000beb93000-0x00000000bebbffff] ACPI NVS
    [ 0.000000] reserve setup_data: [mem 0x00000000bebc0000-0x00000000bebc4fff] ACPI data
    [ 0.000000] reserve setup_data: [mem 0x00000000bebc5000-0x00000000bec07fff] ACPI NVS
    [ 0.000000] reserve setup_data: [mem 0x00000000bec08000-0x00000000beffffff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000bf800000-0x00000000df9fffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000041f5fffff] usable
    [ 0.000000] efi: EFI v2.31 by American Megatrends
    [ 0.000000] efi: ACPI=0xbeb85000 ACPI 2.0=0xbeb85000 SMBIOS=0xbe428e98 MPS=0xfc9b0
    [ 0.000000] efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000008000) (0MB)
    [ 0.000000] efi: mem01: type=2, attr=0xf, range=[0x0000000000008000-0x000000000000e000) (0MB)
    [ 0.000000] efi: mem02: type=7, attr=0xf, range=[0x000000000000e000-0x0000000000058000) (0MB)
    [ 0.000000] efi: mem03: type=4, attr=0xf, range=[0x0000000000058000-0x0000000000059000) (0MB)
    [ 0.000000] efi: mem04: type=7, attr=0xf, range=[0x0000000000059000-0x000000000005f000) (0MB)
    [ 0.000000] efi: mem05: type=4, attr=0xf, range=[0x000000000005f000-0x0000000000060000) (0MB)
    [ 0.000000] efi: mem06: type=3, attr=0xf, range=[0x0000000000060000-0x000000000009f000) (0MB)
    [ 0.000000] efi: mem07: type=6, attr=0x800000000000000f, range=[0x000000000009f000-0x00000000000a0000) (0MB)
    [ 0.000000] efi: mem08: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB)
    [ 0.000000] efi: mem09: type=2, attr=0xf, range=[0x0000000001000000-0x0000000001100000) (1MB)
    [ 0.000000] efi: mem10: type=4, attr=0xf, range=[0x0000000001100000-0x00000000013d7000) (2MB)
    [ 0.000000] efi: mem11: type=3, attr=0xf, range=[0x00000000013d7000-0x00000000013db000) (0MB)
    [ 0.000000] efi: mem12: type=4, attr=0xf, range=[0x00000000013db000-0x000000000198a000) (5MB)
    [ 0.000000] efi: mem13: type=3, attr=0xf, range=[0x000000000198a000-0x000000000198c000) (0MB)
    [ 0.000000] efi: mem14: type=4, attr=0xf, range=[0x000000000198c000-0x000000000198f000) (0MB)
    [ 0.000000] efi: mem15: type=3, attr=0xf, range=[0x000000000198f000-0x000000000199c000) (0MB)
    [ 0.000000] efi: mem16: type=4, attr=0xf, range=[0x000000000199c000-0x0000000001d9f000) (4MB)
    [ 0.000000] efi: mem17: type=3, attr=0xf, range=[0x0000000001d9f000-0x0000000001da0000) (0MB)
    [ 0.000000] efi: mem18: type=4, attr=0xf, range=[0x0000000001da0000-0x0000000001da5000) (0MB)
    [ 0.000000] efi: mem19: type=3, attr=0xf, range=[0x0000000001da5000-0x0000000001da6000) (0MB)
    [ 0.000000] efi: mem20: type=4, attr=0xf, range=[0x0000000001da6000-0x0000000001da9000) (0MB)
    [ 0.000000] efi: mem21: type=3, attr=0xf, range=[0x0000000001da9000-0x0000000001daa000) (0MB)
    [ 0.000000] efi: mem22: type=4, attr=0xf, range=[0x0000000001daa000-0x0000000001dad000) (0MB)
    [ 0.000000] efi: mem23: type=3, attr=0xf, range=[0x0000000001dad000-0x0000000001dae000) (0MB)
    [ 0.000000] efi: mem24: type=4, attr=0xf, range=[0x0000000001dae000-0x0000000001db0000) (0MB)
    [ 0.000000] efi: mem25: type=3, attr=0xf, range=[0x0000000001db0000-0x0000000001db1000) (0MB)
    [ 0.000000] efi: mem26: type=4, attr=0xf, range=[0x0000000001db1000-0x0000000001dbb000) (0MB)
    [ 0.000000] efi: mem27: type=3, attr=0xf, range=[0x0000000001dbb000-0x0000000001dc1000) (0MB)
    [ 0.000000] efi: mem28: type=4, attr=0xf, range=[0x0000000001dc1000-0x0000000001dc3000) (0MB)
    [ 0.000000] efi: mem29: type=3, attr=0xf, range=[0x0000000001dc3000-0x0000000001dc4000) (0MB)
    [ 0.000000] efi: mem30: type=4, attr=0xf, range=[0x0000000001dc4000-0x0000000001dc9000) (0MB)
    [ 0.000000] efi: mem31: type=3, attr=0xf, range=[0x0000000001dc9000-0x0000000001dcb000) (0MB)
    [ 0.000000] efi: mem32: type=4, attr=0xf, range=[0x0000000001dcb000-0x0000000001dd1000) (0MB)
    [ 0.000000] efi: mem33: type=3, attr=0xf, range=[0x0000000001dd1000-0x0000000001dd4000) (0MB)
    [ 0.000000] efi: mem34: type=4, attr=0xf, range=[0x0000000001dd4000-0x0000000001de2000) (0MB)
    [ 0.000000] efi: mem35: type=3, attr=0xf, range=[0x0000000001de2000-0x0000000001de4000) (0MB)
    [ 0.000000] efi: mem36: type=4, attr=0xf, range=[0x0000000001de4000-0x0000000001de6000) (0MB)
    [ 0.000000] efi: mem37: type=3, attr=0xf, range=[0x0000000001de6000-0x0000000001de9000) (0MB)
    [ 0.000000] efi: mem38: type=4, attr=0xf, range=[0x0000000001de9000-0x0000000001dea000) (0MB)
    [ 0.000000] efi: mem39: type=3, attr=0xf, range=[0x0000000001dea000-0x0000000001deb000) (0MB)
    [ 0.000000] efi: mem40: type=4, attr=0xf, range=[0x0000000001deb000-0x0000000001def000) (0MB)
    [ 0.000000] efi: mem41: type=3, attr=0xf, range=[0x0000000001def000-0x0000000001df1000) (0MB)
    [ 0.000000] efi: mem42: type=4, attr=0xf, range=[0x0000000001df1000-0x0000000001df3000) (0MB)
    [ 0.000000] efi: mem43: type=3, attr=0xf, range=[0x0000000001df3000-0x0000000001df7000) (0MB)
    [ 0.000000] efi: mem44: type=4, attr=0xf, range=[0x0000000001df7000-0x0000000001dff000) (0MB)
    [ 0.000000] efi: mem45: type=3, attr=0xf, range=[0x0000000001dff000-0x0000000001e03000) (0MB)
    [ 0.000000] efi: mem46: type=4, attr=0xf, range=[0x0000000001e03000-0x0000000001e08000) (0MB)
    [ 0.000000] efi: mem47: type=3, attr=0xf, range=[0x0000000001e08000-0x0000000001e0a000) (0MB)
    [ 0.000000] efi: mem48: type=4, attr=0xf, range=[0x0000000001e0a000-0x0000000001e1a000) (0MB)
    [ 0.000000] efi: mem49: type=3, attr=0xf, range=[0x0000000001e1a000-0x0000000001e1e000) (0MB)
    [ 0.000000] efi: mem50: type=4, attr=0xf, range=[0x0000000001e1e000-0x0000000001e22000) (0MB)
    [ 0.000000] efi: mem51: type=3, attr=0xf, range=[0x0000000001e22000-0x0000000001e23000) (0MB)
    [ 0.000000] efi: mem52: type=4, attr=0xf, range=[0x0000000001e23000-0x0000000001e43000) (0MB)
    [ 0.000000] efi: mem53: type=3, attr=0xf, range=[0x0000000001e43000-0x0000000001e44000) (0MB)
    [ 0.000000] efi: mem54: type=4, attr=0xf, range=[0x0000000001e44000-0x0000000001e50000) (0MB)
    [ 0.000000] efi: mem55: type=3, attr=0xf, range=[0x0000000001e50000-0x0000000001e53000) (0MB)
    [ 0.000000] efi: mem56: type=4, attr=0xf, range=[0x0000000001e53000-0x0000000001e6a000) (0MB)
    [ 0.000000] efi: mem57: type=3, attr=0xf, range=[0x0000000001e6a000-0x0000000001e76000) (0MB)
    [ 0.000000] efi: mem58: type=4, attr=0xf, range=[0x0000000001e76000-0x0000000001e85000) (0MB)
    [ 0.000000] efi: mem59: type=3, attr=0xf, range=[0x0000000001e85000-0x0000000001e88000) (0MB)
    [ 0.000000] efi: mem60: type=4, attr=0xf, range=[0x0000000001e88000-0x0000000001e8a000) (0MB)
    [ 0.000000] efi: mem61: type=3, attr=0xf, range=[0x0000000001e8a000-0x0000000001e8b000) (0MB)
    [ 0.000000] efi: mem62: type=4, attr=0xf, range=[0x0000000001e8b000-0x000000000229d000) (4MB)
    [ 0.000000] efi: mem63: type=3, attr=0xf, range=[0x000000000229d000-0x000000000229e000) (0MB)
    [ 0.000000] efi: mem64: type=4, attr=0xf, range=[0x000000000229e000-0x00000000022a3000) (0MB)
    [ 0.000000] efi: mem65: type=3, attr=0xf, range=[0x00000000022a3000-0x00000000022a7000) (0MB)
    [ 0.000000] efi: mem66: type=4, attr=0xf, range=[0x00000000022a7000-0x00000000022a8000) (0MB)
    [ 0.000000] efi: mem67: type=3, attr=0xf, range=[0x00000000022a8000-0x00000000022ad000) (0MB)
    [ 0.000000] efi: mem68: type=4, attr=0xf, range=[0x00000000022ad000-0x00000000022b9000) (0MB)
    [ 0.000000] efi: mem69: type=3, attr=0xf, range=[0x00000000022b9000-0x00000000022bf000) (0MB)
    [ 0.000000] efi: mem70: type=4, attr=0xf, range=[0x00000000022bf000-0x00000000022c3000) (0MB)
    [ 0.000000] efi: mem71: type=3, attr=0xf, range=[0x00000000022c3000-0x00000000022c6000) (0MB)
    [ 0.000000] efi: mem72: type=4, attr=0xf, range=[0x00000000022c6000-0x00000000022c7000) (0MB)
    [ 0.000000] efi: mem73: type=3, attr=0xf, range=[0x00000000022c7000-0x00000000022c8000) (0MB)
    [ 0.000000] efi: mem74: type=4, attr=0xf, range=[0x00000000022c8000-0x00000000022cd000) (0MB)
    [ 0.000000] efi: mem75: type=3, attr=0xf, range=[0x00000000022cd000-0x00000000022cf000) (0MB)
    [ 0.000000] efi: mem76: type=4, attr=0xf, range=[0x00000000022cf000-0x00000000022d4000) (0MB)
    [ 0.000000] efi: mem77: type=3, attr=0xf, range=[0x00000000022d4000-0x00000000022d5000) (0MB)
    [ 0.000000] efi: mem78: type=4, attr=0xf, range=[0x00000000022d5000-0x00000000022f2000) (0MB)
    [ 0.000000] efi: mem79: type=3, attr=0xf, range=[0x00000000022f2000-0x00000000022ff000) (0MB)
    [ 0.000000] efi: mem80: type=4, attr=0xf, range=[0x00000000022ff000-0x000000000230c000) (0MB)
    [ 0.000000] efi: mem81: type=3, attr=0xf, range=[0x000000000230c000-0x0000000002311000) (0MB)
    [ 0.000000] efi: mem82: type=4, attr=0xf, range=[0x0000000002311000-0x000000000231d000) (0MB)
    [ 0.000000] efi: mem83: type=3, attr=0xf, range=[0x000000000231d000-0x0000000002323000) (0MB)
    [ 0.000000] efi: mem84: type=4, attr=0xf, range=[0x0000000002323000-0x0000000002326000) (0MB)
    [ 0.000000] efi: mem85: type=3, attr=0xf, range=[0x0000000002326000-0x0000000002329000) (0MB)
    [ 0.000000] efi: mem86: type=4, attr=0xf, range=[0x0000000002329000-0x000000000232e000) (0MB)
    [ 0.000000] efi: mem87: type=3, attr=0xf, range=[0x000000000232e000-0x000000000232f000) (0MB)
    [ 0.000000] efi: mem88: type=4, attr=0xf, range=[0x000000000232f000-0x000000000233f000) (0MB)
    [ 0.000000] efi: mem89: type=3, attr=0xf, range=[0x000000000233f000-0x0000000002349000) (0MB)
    [ 0.000000] efi: mem90: type=4, attr=0xf, range=[0x0000000002349000-0x000000000235f000) (0MB)
    [ 0.000000] efi: mem91: type=3, attr=0xf, range=[0x000000000235f000-0x000000000236a000) (0MB)
    [ 0.000000] efi: mem92: type=4, attr=0xf, range=[0x000000000236a000-0x000000000236e000) (0MB)
    [ 0.000000] efi: mem93: type=3, attr=0xf, range=[0x000000000236e000-0x0000000002370000) (0MB)
    [ 0.000000] efi: mem94: type=4, attr=0xf, range=[0x0000000002370000-0x0000000002376000) (0MB)
    [ 0.000000] efi: mem95: type=3, attr=0xf, range=[0x0000000002376000-0x0000000002379000) (0MB)
    [ 0.000000] efi: mem96: type=4, attr=0xf, range=[0x0000000002379000-0x0000000002380000) (0MB)
    [ 0.000000] efi: mem97: type=3, attr=0xf, range=[0x0000000002380000-0x0000000002383000) (0MB)
    [ 0.000000] efi: mem98: type=4, attr=0xf, range=[0x0000000002383000-0x0000000002389000) (0MB)
    [ 0.000000] efi: mem99: type=3, attr=0xf, range=[0x0000000002389000-0x000000000238f000) (0MB)
    [ 0.000000] efi: mem100: type=4, attr=0xf, range=[0x000000000238f000-0x0000000002398000) (0MB)
    [ 0.000000] efi: mem101: type=3, attr=0xf, range=[0x0000000002398000-0x000000000239b000) (0MB)
    [ 0.000000] efi: mem102: type=4, attr=0xf, range=[0x000000000239b000-0x000000000239c000) (0MB)
    [ 0.000000] efi: mem103: type=3, attr=0xf, range=[0x000000000239c000-0x00000000023aa000) (0MB)
    [ 0.000000] efi: mem104: type=4, attr=0xf, range=[0x00000000023aa000-0x00000000023b3000) (0MB)
    [ 0.000000] efi: mem105: type=3, attr=0xf, range=[0x00000000023b3000-0x00000000023c8000) (0MB)
    [ 0.000000] efi: mem106: type=4, attr=0xf, range=[0x00000000023c8000-0x00000000023cd000) (0MB)
    [ 0.000000] efi: mem107: type=3, attr=0xf, range=[0x00000000023cd000-0x00000000023ce000) (0MB)
    [ 0.000000] efi: mem108: type=4, attr=0xf, range=[0x00000000023ce000-0x00000000023cf000) (0MB)
    [ 0.000000] efi: mem109: type=3, attr=0xf, range=[0x00000000023cf000-0x00000000023d1000) (0MB)
    [ 0.000000] efi: mem110: type=4, attr=0xf, range=[0x00000000023d1000-0x00000000023d6000) (0MB)
    [ 0.000000] efi: mem111: type=3, attr=0xf, range=[0x00000000023d6000-0x00000000023d8000) (0MB)
    [ 0.000000] efi: mem112: type=4, attr=0xf, range=[0x00000000023d8000-0x00000000023d9000) (0MB)
    [ 0.000000] efi: mem113: type=3, attr=0xf, range=[0x00000000023d9000-0x00000000023dc000) (0MB)
    [ 0.000000] efi: mem114: type=4, attr=0xf, range=[0x00000000023dc000-0x00000000023e0000) (0MB)
    [ 0.000000] efi: mem115: type=3, attr=0xf, range=[0x00000000023e0000-0x00000000023e2000) (0MB)
    [ 0.000000] efi: mem116: type=4, attr=0xf, range=[0x00000000023e2000-0x00000000023e6000) (0MB)
    [ 0.000000] efi: mem117: type=3, attr=0xf, range=[0x00000000023e6000-0x00000000023eb000) (0MB)
    [ 0.000000] efi: mem118: type=4, attr=0xf, range=[0x00000000023eb000-0x00000000023fc000) (0MB)
    [ 0.000000] efi: mem119: type=3, attr=0xf, range=[0x00000000023fc000-0x0000000002402000) (0MB)
    [ 0.000000] efi: mem120: type=4, attr=0xf, range=[0x0000000002402000-0x0000000002409000) (0MB)
    [ 0.000000] efi: mem121: type=3, attr=0xf, range=[0x0000000002409000-0x0000000002410000) (0MB)
    [ 0.000000] efi: mem122: type=4, attr=0xf, range=[0x0000000002410000-0x000000000243e000) (0MB)
    [ 0.000000] efi: mem123: type=3, attr=0xf, range=[0x000000000243e000-0x0000000002445000) (0MB)
    [ 0.000000] efi: mem124: type=4, attr=0xf, range=[0x0000000002445000-0x000000000245a000) (0MB)
    [ 0.000000] efi: mem125: type=3, attr=0xf, range=[0x000000000245a000-0x0000000002464000) (0MB)
    [ 0.000000] efi: mem126: type=4, attr=0xf, range=[0x0000000002464000-0x0000000002471000) (0MB)
    [ 0.000000] efi: mem127: type=3, attr=0xf, range=[0x0000000002471000-0x0000000002473000) (0MB)
    [ 0.000000] efi: mem128: type=4, attr=0xf, range=[0x0000000002473000-0x0000000002474000) (0MB)
    [ 0.000000] efi: mem129: type=3, attr=0xf, range=[0x0000000002474000-0x0000000002476000) (0MB)
    [ 0.000000] efi: mem130: type=4, attr=0xf, range=[0x0000000002476000-0x0000000002478000) (0MB)
    [ 0.000000] efi: mem131: type=3, attr=0xf, range=[0x0000000002478000-0x00000000024b6000) (0MB)
    [ 0.000000] efi: mem132: type=4, attr=0xf, range=[0x00000000024b6000-0x00000000024db000) (0MB)
    [ 0.000000] efi: mem133: type=3, attr=0xf, range=[0x00000000024db000-0x0000000002506000) (0MB)
    [ 0.000000] efi: mem134: type=4, attr=0xf, range=[0x0000000002506000-0x000000000251c000) (0MB)
    [ 0.000000] efi: mem135: type=3, attr=0xf, range=[0x000000000251c000-0x0000000002520000) (0MB)
    [ 0.000000] efi: mem136: type=4, attr=0xf, range=[0x0000000002520000-0x0000000002522000) (0MB)
    [ 0.000000] efi: mem137: type=3, attr=0xf, range=[0x0000000002522000-0x0000000002532000) (0MB)
    [ 0.000000] efi: mem138: type=4, attr=0xf, range=[0x0000000002532000-0x0000000002536000) (0MB)
    [ 0.000000] efi: mem139: type=3, attr=0xf, range=[0x0000000002536000-0x0000000002538000) (0MB)
    [ 0.000000] efi: mem140: type=4, attr=0xf, range=[0x0000000002538000-0x0000000002558000) (0MB)
    [ 0.000000] efi: mem141: type=3, attr=0xf, range=[0x0000000002558000-0x000000000255f000) (0MB)
    [ 0.000000] efi: mem142: type=4, attr=0xf, range=[0x000000000255f000-0x000000000257e000) (0MB)
    [ 0.000000] efi: mem143: type=3, attr=0xf, range=[0x000000000257e000-0x0000000002591000) (0MB)
    [ 0.000000] efi: mem144: type=4, attr=0xf, range=[0x0000000002591000-0x0000000002599000) (0MB)
    [ 0.000000] efi: mem145: type=3, attr=0xf, range=[0x0000000002599000-0x000000000259c000) (0MB)
    [ 0.000000] efi: mem146: type=4, attr=0xf, range=[0x000000000259c000-0x00000000025a3000) (0MB)
    [ 0.000000] efi: mem147: type=3, attr=0xf, range=[0x00000000025a3000-0x00000000025a5000) (0MB)
    [ 0.000000] efi: mem148: type=4, attr=0xf, range=[0x00000000025a5000-0x00000000025a6000) (0MB)
    [ 0.000000] efi: mem149: type=3, attr=0xf, range=[0x00000000025a6000-0x00000000025ab000) (0MB)
    [ 0.000000] efi: mem150: type=4, attr=0xf, range=[0x00000000025ab000-0x00000000025ad000) (0MB)
    [ 0.000000] efi: mem151: type=3, attr=0xf, range=[0x00000000025ad000-0x00000000025af000) (0MB)
    [ 0.000000] efi: mem152: type=4, attr=0xf, range=[0x00000000025af000-0x00000000025b1000) (0MB)
    [ 0.000000] efi: mem153: type=3, attr=0xf, range=[0x00000000025b1000-0x00000000025b4000) (0MB)
    [ 0.000000] efi: mem154: type=4, attr=0xf, range=[0x00000000025b4000-0x00000000025ba000) (0MB)
    [ 0.000000] efi: mem155: type=3, attr=0xf, range=[0x00000000025ba000-0x00000000025bd000) (0MB)
    [ 0.000000] efi: mem156: type=4, attr=0xf, range=[0x00000000025bd000-0x00000000026a9000) (0MB)
    [ 0.000000] efi: mem157: type=3, attr=0xf, range=[0x00000000026a9000-0x0000000002ab7000) (4MB)
    [ 0.000000] efi: mem158: type=4, attr=0xf, range=[0x0000000002ab7000-0x000000000c181000) (150MB)
    [ 0.000000] efi: mem159: type=3, attr=0xf, range=[0x000000000c181000-0x000000000c187000) (0MB)
    [ 0.000000] efi: mem160: type=4, attr=0xf, range=[0x000000000c187000-0x000000000c18f000) (0MB)
    [ 0.000000] efi: mem161: type=3, attr=0xf, range=[0x000000000c18f000-0x000000000c191000) (0MB)
    [ 0.000000] efi: mem162: type=4, attr=0xf, range=[0x000000000c191000-0x000000000c2ff000) (1MB)
    [ 0.000000] efi: mem163: type=3, attr=0xf, range=[0x000000000c2ff000-0x000000000c319000) (0MB)
    [ 0.000000] efi: mem164: type=4, attr=0xf, range=[0x000000000c319000-0x000000000c3cf000) (0MB)
    [ 0.000000] efi: mem165: type=2, attr=0xf, range=[0x000000000c3cf000-0x000000000c3d2000) (0MB)
    [ 0.000000] efi: mem166: type=7, attr=0xf, range=[0x000000000c3d2000-0x000000000c3d3000) (0MB)
    [ 0.000000] efi: mem167: type=4, attr=0xf, range=[0x000000000c3d3000-0x000000000c3ff000) (0MB)
    [ 0.000000] efi: mem168: type=2, attr=0xf, range=[0x000000000c3ff000-0x000000000c403000) (0MB)
    [ 0.000000] efi: mem169: type=7, attr=0xf, range=[0x000000000c403000-0x000000000c407000) (0MB)
    [ 0.000000] efi: mem170: type=1, attr=0xf, range=[0x000000000c407000-0x000000000c41e000) (0MB)
    [ 0.000000] efi: mem171: type=4, attr=0xf, range=[0x000000000c41e000-0x000000000c5f3000) (1MB)
    [ 0.000000] efi: mem172: type=2, attr=0xf, range=[0x000000000c5f3000-0x000000000c614000) (0MB)
    [ 0.000000] efi: mem173: type=7, attr=0xf, range=[0x000000000c614000-0x000000000c9af000) (3MB)
    [ 0.000000] efi: mem174: type=1, attr=0xf, range=[0x000000000c9af000-0x000000000cd6b000) (3MB)
    [ 0.000000] efi: mem175: type=7, attr=0xf, range=[0x000000000cd6b000-0x000000000d000000) (2MB)
    [ 0.000000] efi: mem176: type=2, attr=0xf, range=[0x000000000d000000-0x000000000df60000) (15MB)
    [ 0.000000] efi: mem177: type=7, attr=0xf, range=[0x000000000df60000-0x0000000020000000) (288MB)
    [ 0.000000] efi: mem178: type=0, attr=0xf, range=[0x0000000020000000-0x0000000020200000) (2MB)
    [ 0.000000] efi: mem179: type=7, attr=0xf, range=[0x0000000020200000-0x0000000040000000) (510MB)
    [ 0.000000] efi: mem180: type=0, attr=0xf, range=[0x0000000040000000-0x0000000040200000) (2MB)
    [ 0.000000] efi: mem181: type=7, attr=0xf, range=[0x0000000040200000-0x000000007fbac000) (1017MB)
    [ 0.000000] efi: mem182: type=2, attr=0xf, range=[0x000000007fbac000-0x0000000080000000) (4MB)
    [ 0.000000] efi: mem183: type=7, attr=0xf, range=[0x0000000080000000-0x00000000be390000) (995MB)
    [ 0.000000] efi: mem184: type=5, attr=0x800000000000000f, range=[0x00000000be390000-0x00000000be3d5000) (0MB)
    [ 0.000000] efi: mem185: type=6, attr=0x800000000000000f, range=[0x00000000be3d5000-0x00000000be405000) (0MB)
    [ 0.000000] efi: mem186: type=5, attr=0x800000000000000f, range=[0x00000000be405000-0x00000000be416000) (0MB)
    [ 0.000000] efi: mem187: type=6, attr=0x800000000000000f, range=[0x00000000be416000-0x00000000be424000) (0MB)
    [ 0.000000] efi: mem188: type=6, attr=0x800000000000000f, range=[0x00000000be424000-0x00000000be426000) (0MB)
    [ 0.000000] efi: mem189: type=6, attr=0x800000000000000f, range=[0x00000000be426000-0x00000000be428000) (0MB)
    [ 0.000000] efi: mem190: type=6, attr=0x800000000000000f, range=[0x00000000be428000-0x00000000be440000) (0MB)
    [ 0.000000] efi: mem191: type=0, attr=0xf, range=[0x00000000be440000-0x00000000be5f7000) (1MB)
    [ 0.000000] efi: mem192: type=10, attr=0xf, range=[0x00000000be5f7000-0x00000000be67b000) (0MB)
    [ 0.000000] efi: mem193: type=0, attr=0xf, range=[0x00000000be67b000-0x00000000be8d5000) (2MB)
    [ 0.000000] efi: mem194: type=0, attr=0xf, range=[0x00000000be8d5000-0x00000000be8e4000) (0MB)
    [ 0.000000] efi: mem195: type=0, attr=0xf, range=[0x00000000be8e4000-0x00000000be8e6000) (0MB)
    [ 0.000000] efi: mem196: type=0, attr=0xf, range=[0x00000000be8e6000-0x00000000be8ed000) (0MB)
    [ 0.000000] efi: mem197: type=0, attr=0xf, range=[0x00000000be8ed000-0x00000000be940000) (0MB)
    [ 0.000000] efi: mem198: type=10, attr=0xf, range=[0x00000000be940000-0x00000000be944000) (0MB)
    [ 0.000000] efi: mem199: type=10, attr=0xf, range=[0x00000000be944000-0x00000000beb85000) (2MB)
    [ 0.000000] efi: mem200: type=9, attr=0xf, range=[0x00000000beb85000-0x00000000beb93000) (0MB)
    [ 0.000000] efi: mem201: type=10, attr=0xf, range=[0x00000000beb93000-0x00000000beba4000) (0MB)
    [ 0.000000] efi: mem202: type=10, attr=0xf, range=[0x00000000beba4000-0x00000000beba7000) (0MB)
    [ 0.000000] efi: mem203: type=10, attr=0xf, range=[0x00000000beba7000-0x00000000bebb2000) (0MB)
    [ 0.000000] efi: mem204: type=10, attr=0xf, range=[0x00000000bebb2000-0x00000000bebbb000) (0MB)
    [ 0.000000] efi: mem205: type=10, attr=0xf, range=[0x00000000bebbb000-0x00000000bebc0000) (0MB)
    [ 0.000000] efi: mem206: type=9, attr=0xf, range=[0x00000000bebc0000-0x00000000bebc4000) (0MB)
    [ 0.000000] efi: mem207: type=9, attr=0xf, range=[0x00000000bebc4000-0x00000000bebc5000) (0MB)
    [ 0.000000] efi: mem208: type=10, attr=0xf, range=[0x00000000bebc5000-0x00000000bec08000) (0MB)
    [ 0.000000] efi: mem209: type=4, attr=0xf, range=[0x00000000bec08000-0x00000000bed4e000) (1MB)
    [ 0.000000] efi: mem210: type=3, attr=0xf, range=[0x00000000bed4e000-0x00000000befda000) (2MB)
    [ 0.000000] efi: mem211: type=4, attr=0xf, range=[0x00000000befda000-0x00000000befe3000) (0MB)
    [ 0.000000] efi: mem212: type=3, attr=0xf, range=[0x00000000befe3000-0x00000000befed000) (0MB)
    [ 0.000000] efi: mem213: type=4, attr=0xf, range=[0x00000000befed000-0x00000000bf000000) (0MB)
    [ 0.000000] efi: mem214: type=7, attr=0xf, range=[0x0000000100000000-0x000000041f600000) (12790MB)
    [ 0.000000] efi: mem215: type=0, attr=0x8000000000000000, range=[0x00000000bf800000-0x00000000dfa00000) (514MB)
    [ 0.000000] efi: mem216: type=11, attr=0x8000000000000001, range=[0x00000000f8000000-0x00000000fc000000) (64MB)
    [ 0.000000] efi: mem217: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB)
    [ 0.000000] efi: mem218: type=11, attr=0x8000000000000001, range=[0x00000000fed00000-0x00000000fed04000) (0MB)
    [ 0.000000] efi: mem219: type=11, attr=0x8000000000000001, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
    [ 0.000000] efi: mem220: type=11, attr=0x8000000000000001, range=[0x00000000fee00000-0x00000000fee01000) (0MB)
    [ 0.000000] efi: mem221: type=11, attr=0x8000000000000001, range=[0x00000000ff000000-0x0000000100000000) (16MB)
    [ 0.000000] SMBIOS 2.6 present.
    [ 0.000000] DMI: System manufacturer System Product Name/P8Z68-V PRO GEN3, BIOS 3603 11/09/2012
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x41f600 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CFFFF write-protect
    [ 0.000000] D0000-DFFFF uncachable
    [ 0.000000] E0000-E7FFF write-through
    [ 0.000000] E8000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask C00000000 write-back
    [ 0.000000] 1 base 400000000 mask FE0000000 write-back
    [ 0.000000] 2 base 0C0000000 mask FC0000000 uncachable
    [ 0.000000] 3 base 0BF800000 mask FFF800000 uncachable
    [ 0.000000] 4 base 41F800000 mask FFF800000 uncachable
    [ 0.000000] 5 base 41F600000 mask FFFE00000 uncachable
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] 8 disabled
    [ 0.000000] 9 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: update [mem 0xbf800000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xbf000 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000fcd90-0x000fcd9f] mapped at [ffff8800000fcd90]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
    [ 0.000000] reserving inaccessible SNB gfx pages
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x0db3e000, 0x0db3efff] PGTABLE
    [ 0.000000] BRK [0x0db3f000, 0x0db3ffff] PGTABLE
    [ 0.000000] BRK [0x0db40000, 0x0db40fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x41f400000-0x41f5fffff]
    [ 0.000000] [mem 0x41f400000-0x41f5fffff] page 2M
    [ 0.000000] BRK [0x0db41000, 0x0db41fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x41c000000-0x41f3fffff]
    [ 0.000000] [mem 0x41c000000-0x41f3fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x400000000-0x41bffffff]
    [ 0.000000] [mem 0x400000000-0x41bffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x1fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x20200000-0x3fffffff]
    [ 0.000000] [mem 0x20200000-0x3fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x40200000-0xbe38ffff]
    [ 0.000000] [mem 0x40200000-0xbe1fffff] page 2M
    [ 0.000000] [mem 0xbe200000-0xbe38ffff] page 4k
    [ 0.000000] BRK [0x0db42000, 0x0db42fff] PGTABLE
    [ 0.000000] BRK [0x0db43000, 0x0db43fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xbec08000-0xbeffffff]
    [ 0.000000] [mem 0xbec08000-0xbedfffff] page 4k
    [ 0.000000] [mem 0xbee00000-0xbeffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x3ffffffff]
    [ 0.000000] [mem 0x100000000-0x3ffffffff] page 2M
    [ 0.000000] RAMDISK: [mem 0x7fbac000-0x7fffffff]
    [ 0.000000] ACPI: RSDP 0x00000000BEB85000 000024 (v02 ALASKA)
    [ 0.000000] ACPI: XSDT 0x00000000BEB85078 000064 (v01 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: FACP 0x00000000BEB90C70 0000F4 (v04 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: DSDT 0x00000000BEB85170 00BAFE (v02 ALASKA A M I 00000015 INTL 20051117)
    [ 0.000000] ACPI: FACS 0x00000000BEBBEF80 000040
    [ 0.000000] ACPI: APIC 0x00000000BEB90D68 000072 (v03 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: MCFG 0x00000000BEB90DE0 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
    [ 0.000000] ACPI: HPET 0x00000000BEB90E20 000038 (v01 ALASKA A M I 01072009 AMI. 00000005)
    [ 0.000000] ACPI: SSDT 0x00000000BEB90E58 00036D (v01 SataRe SataTabl 00001000 INTL 20091112)
    [ 0.000000] ACPI: SSDT 0x00000000BEB911C8 0009AA (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    [ 0.000000] ACPI: SSDT 0x00000000BEB91B78 000A92 (v01 PmRef CpuPm 00003000 INTL 20051117)
    [ 0.000000] ACPI: BGRT 0x00000000BEB92668 000038 (v00 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000041f5fffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x41f5fffff]
    [ 0.000000] NODE_DATA [mem 0x41f5ed000-0x41f5f1fff]
    [ 0.000000] [ffffea0000000000-ffffea00107fffff] PMD -> [ffff88040f400000-ffff88041ebfffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x41f5fffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009efff]
    [ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
    [ 0.000000] node 0: [mem 0x20200000-0x3fffffff]
    [ 0.000000] node 0: [mem 0x40200000-0xbe38ffff]
    [ 0.000000] node 0: [mem 0xbec08000-0xbeffffff]
    [ 0.000000] node 0: [mem 0x100000000-0x41f5fffff]
    [ 0.000000] On node 0 totalpages: 4053286
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 158 pages reserved
    [ 0.000000] DMA zone: 3998 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 12111 pages used for memmap
    [ 0.000000] DMA32 zone: 775048 pages, LIFO batch:31
    [ 0.000000] Normal zone: 51160 pages used for memmap
    [ 0.000000] Normal zone: 3274240 pages, LIFO batch:31
    [ 0.000000] Reserving Intel graphics stolen memory at 0xbfa00000-0xdf9fffff
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0c5f3000-0x0c5f3fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0c603000-0x0c603fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0c604000-0x0c604fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0c613000-0x0c613fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x40000000-0x401fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbe390000-0xbe5f6fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbe5f7000-0xbe67afff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbe67b000-0xbe93ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbe940000-0xbeb84fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbeb85000-0xbeb92fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbeb93000-0xbebbffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbebc0000-0xbebc4fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbebc5000-0xbec07fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbf000000-0xbf7fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbf800000-0xdf9fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xdfa00000-0xf7ffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
    [ 0.000000] e820: [mem 0xdfa00000-0xf7ffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88041f200000 s87168 r8192 d23424 u524288
    [ 0.000000] pcpu-alloc: s87168 r8192 d23424 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 3989793
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: initrd=\initramfs-linux.img root=/dev/sda2 rw
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 15686384K/16213144K available (5222K kernel code, 885K rwdata, 1644K rodata, 1116K init, 1284K bss, 526760K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [ 0.000000] NR_IRQS:8448 nr_irqs:712 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 65011712 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 3310.903 MHz processor
    [ 0.000025] Calibrating delay loop (skipped), value calculated using timer frequency.. 6624.71 BogoMIPS (lpj=11036343)
    [ 0.000028] pid_max: default: 32768 minimum: 301
    [ 0.000032] ACPI: Core revision 20140214
    [ 0.005686] ACPI: All ACPI Tables successfully acquired
    [ 0.224422] Security Framework initialized
    [ 0.224427] Yama: becoming mindful.
    [ 0.225168] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
    [ 0.227553] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.228571] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
    [ 0.228586] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
    [ 0.228762] Initializing cgroup subsys memory
    [ 0.228765] Initializing cgroup subsys devices
    [ 0.228766] Initializing cgroup subsys freezer
    [ 0.228767] Initializing cgroup subsys net_cls
    [ 0.228768] Initializing cgroup subsys blkio
    [ 0.228783] CPU: Physical Processor ID: 0
    [ 0.228784] CPU: Processor Core ID: 0
    [ 0.228787] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.228789] mce: CPU supports 9 MCE banks
    [ 0.228799] CPU0: Thermal monitoring enabled (TM1)
    [ 0.228808] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
    tlb_flushall_shift: 6
    [ 0.228875] Freeing SMP alternatives memory: 20K (ffffffff819f6000 - ffffffff819fb000)
    [ 0.233934] ftrace: allocating 20223 entries in 79 pages
    [ 0.241630] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.274603] smpboot: CPU0: Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz (fam: 06, model: 2a, stepping: 07)
    [ 0.274609] TSC deadline timer enabled
    [ 0.274616] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, full-width counters, Intel PMU driver.
    [ 0.274622] ... version: 3
    [ 0.274623] ... bit width: 48
    [ 0.274623] ... generic registers: 8
    [ 0.274624] ... value mask: 0000ffffffffffff
    [ 0.274625] ... max period: 0000ffffffffffff
    [ 0.274625] ... fixed-purpose events: 3
    [ 0.274626] ... event mask: 00000007000000ff
    [ 0.298004] x86: Booting SMP configuration:
    [ 0.298007] .... node #0, CPUs: #1
    [ 0.311168] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.311330] #2 #3
    [ 0.337783] x86: Booted up 1 node, 4 CPUs
    [ 0.337786] smpboot: Total of 4 processors activated (26497.85 BogoMIPS)
    [ 0.340161] devtmpfs: initialized
    [ 0.342662] PM: Registering ACPI NVS region [mem 0xbe5f7000-0xbe67afff] (540672 bytes)
    [ 0.342669] PM: Registering ACPI NVS region [mem 0xbe940000-0xbeb84fff] (2379776 bytes)
    [ 0.342692] PM: Registering ACPI NVS region [mem 0xbeb93000-0xbebbffff] (184320 bytes)
    [ 0.342695] PM: Registering ACPI NVS region [mem 0xbebc5000-0xbec07fff] (274432 bytes)
    [ 0.343283] pinctrl core: initialized pinctrl subsystem
    [ 0.343314] RTC time: 17:36:55, date: 06/28/14
    [ 0.343349] NET: Registered protocol family 16
    [ 0.343410] cpuidle: using governor ladder
    [ 0.343411] cpuidle: using governor menu
    [ 0.343434] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.343436] ACPI: bus type PCI registered
    [ 0.343437] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.343477] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.343479] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.349799] PCI: Using configuration type 1 for base access
    [ 0.350482] ACPI: Added _OSI(Module Device)
    [ 0.350483] ACPI: Added _OSI(Processor Device)
    [ 0.350484] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.350485] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.352637] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.363641] ACPI: SSDT 0x00000000BE8ED018 00083B (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 0.363914] ACPI: Dynamic OEM Table Load:
    [ 0.363916] ACPI: SSDT 0x0000000000000000 00083B (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 0.373527] ACPI: SSDT 0x00000000BE8EEA98 000303 (v01 PmRef ApIst 00003000 INTL 20051117)
    [ 0.373839] ACPI: Dynamic OEM Table Load:
    [ 0.373840] ACPI: SSDT 0x0000000000000000 000303 (v01 PmRef ApIst 00003000 INTL 20051117)
    [ 0.383434] ACPI: SSDT 0x00000000BE8EFC18 000119 (v01 PmRef ApCst 00003000 INTL 20051117)
    [ 0.383709] ACPI: Dynamic OEM Table Load:
    [ 0.383710] ACPI: SSDT 0x0000000000000000 000119 (v01 PmRef ApCst 00003000 INTL 20051117)
    [ 0.393757] ACPI: Interpreter enabled
    [ 0.393764] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140214/hwxface-580)
    [ 0.393773] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.393775] ACPI: Using IOAPIC for interrupt routing
    [ 0.393792] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.398293] ACPI: Power Resource [FN00] (off)
    [ 0.398349] ACPI: Power Resource [FN01] (off)
    [ 0.398403] ACPI: Power Resource [FN02] (off)
    [ 0.398459] ACPI: Power Resource [FN03] (off)
    [ 0.398512] ACPI: Power Resource [FN04] (off)
    [ 0.398770] ACPI: \_PR_.CPU4: failed to get CPU APIC ID.
    [ 0.398773] ACPI: \_PR_.CPU5: failed to get CPU APIC ID.
    [ 0.398775] ACPI: \_PR_.CPU6: failed to get CPU APIC ID.
    [ 0.398779] ACPI: \_PR_.CPU7: failed to get CPU APIC ID.
    [ 0.398942] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [ 0.398946] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.398990] \_SB_.PCI0:_OSC invalid UUID
    [ 0.398991] _OSC request data:1 1f 0
    [ 0.398994] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
    [ 0.399451] PCI host bridge to bus 0000:00
    [ 0.399454] pci_bus 0000:00: root bus resource [bus 00-3e]
    [ 0.399455] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.399457] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.399458] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.399459] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    [ 0.399460] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    [ 0.399461] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    [ 0.399462] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    [ 0.399464] pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfeafffff]
    [ 0.399470] pci 0000:00:00.0: [8086:0100] type 00 class 0x060000
    [ 0.399543] pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
    [ 0.399568] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.399603] pci 0000:00:01.0: System wakeup disabled by ACPI
    [ 0.399635] pci 0000:00:02.0: [8086:0112] type 00 class 0x030000
    [ 0.399643] pci 0000:00:02.0: reg 0x10: [mem 0xf7800000-0xf7bfffff 64bit]
    [ 0.399647] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.399651] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
    [ 0.399739] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
    [ 0.399760] pci 0000:00:16.0: reg 0x10: [mem 0xf7f2c000-0xf7f2c00f 64bit]
    [ 0.399831] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.399906] pci 0000:00:19.0: [8086:1503] type 00 class 0x020000
    [ 0.399923] pci 0000:00:19.0: reg 0x10: [mem 0xf7f00000-0xf7f1ffff]
    [ 0.399931] pci 0000:00:19.0: reg 0x14: [mem 0xf7f29000-0xf7f29fff]
    [ 0.399939] pci 0000:00:19.0: reg 0x18: [io 0xf080-0xf09f]
    [ 0.400001] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
    [ 0.400041] pci 0000:00:19.0: System wakeup disabled by ACPI
    [ 0.400076] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
    [ 0.400095] pci 0000:00:1a.0: reg 0x10: [mem 0xf7f28000-0xf7f283ff]
    [ 0.400180] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.400231] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 0.400264] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
    [ 0.400276] pci 0000:00:1b.0: reg 0x10: [mem 0xf7f20000-0xf7f23fff 64bit]
    [ 0.400338] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.400379] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.400409] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
    [ 0.400485] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.400528] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 0.400558] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
    [ 0.400634] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.400676] pci 0000:00:1c.1: System wakeup disabled by ACPI
    [ 0.400708] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
    [ 0.400783] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.400826] pci 0000:00:1c.4: System wakeup disabled by ACPI
    [ 0.400857] pci 0000:00:1c.6: [8086:244e] type 01 class 0x060401
    [ 0.400934] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
    [ 0.400977] pci 0000:00:1c.6: System wakeup disabled by ACPI
    [ 0.401012] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
    [ 0.401032] pci 0000:00:1d.0: reg 0x10: [mem 0xf7f27000-0xf7f273ff]
    [ 0.401117] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.401188] pci 0000:00:1f.0: [8086:1c44] type 00 class 0x060100
    [ 0.401347] pci 0000:00:1f.2: [8086:1c02] type 00 class 0x010601
    [ 0.401364] pci 0000:00:1f.2: reg 0x10: [io 0xf0d0-0xf0d7]
    [ 0.401371] pci 0000:00:1f.2: reg 0x14: [io 0xf0c0-0xf0c3]
    [ 0.401378] pci 0000:00:1f.2: reg 0x18: [io 0xf0b0-0xf0b7]
    [ 0.401386] pci 0000:00:1f.2: reg 0x1c: [io 0xf0a0-0xf0a3]
    [ 0.401393] pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f]
    [ 0.401400] pci 0000:00:1f.2: reg 0x24: [mem 0xf7f26000-0xf7f267ff]
    [ 0.401442] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.401504] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
    [ 0.401518] pci 0000:00:1f.3: reg 0x10: [mem 0xf7f25000-0xf7f250ff 64bit]
    [ 0.401537] pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f]
    [ 0.401633] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.401689] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.401778] pci 0000:03:00.0: [1b21:1042] type 00 class 0x0c0330
    [ 0.401806] pci 0000:03:00.0: reg 0x10: [mem 0xf7e00000-0xf7e07fff 64bit]
    [ 0.401961] pci 0000:03:00.0: PME# supported from D3hot D3cold
    [ 0.401996] pci 0000:03:00.0: System wakeup disabled by ACPI
    [ 0.406680] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 0.406688] pci 0000:00:1c.1: bridge window [mem 0xf7e00000-0xf7efffff]
    [ 0.406813] pci 0000:04:00.0: [1b21:1042] type 00 class 0x0c0330
    [ 0.406841] pci 0000:04:00.0: reg 0x10: [mem 0xf7d00000-0xf7d07fff 64bit]
    [ 0.406996] pci 0000:04:00.0: PME# supported from D3hot D3cold
    [ 0.407031] pci 0000:04:00.0: System wakeup disabled by ACPI
    [ 0.413342] pci 0000:00:1c.4: PCI bridge to [bus 04]
    [ 0.413351] pci 0000:00:1c.4: bridge window [mem 0xf7d00000-0xf7dfffff]
    [ 0.413462] pci 0000:05:00.0: [1b21:1080] type 01 class 0x060401
    [ 0.413584] pci 0000:05:00.0: System wakeup disabled by ACPI
    [ 0.413608] pci 0000:00:1c.6: PCI bridge to [bus 05-06] (subtractive decode)
    [ 0.413612] pci 0000:00:1c.6: bridge window [io 0xe000-0xefff]
    [ 0.413616] pci 0000:00:1c.6: bridge window [mem 0xf7c00000-0xf7cfffff]
    [ 0.413621] pci 0000:00:1c.6: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.413623] pci 0000:00:1c.6: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.413624] pci 0000:00:1c.6: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.413625] pci 0000:00:1c.6: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    [ 0.413626] pci 0000:00:1c.6: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    [ 0.413627] pci 0000:00:1c.6: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    [ 0.413629] pci 0000:00:1c.6: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    [ 0.413630] pci 0000:00:1c.6: bridge window [mem 0xdfa00000-0xfeafffff] (subtractive decode)
    [ 0.413694] pci 0000:06:02.0: [1106:3044] type 00 class 0x0c0010
    [ 0.413725] pci 0000:06:02.0: reg 0x10: [mem 0xf7c00000-0xf7c007ff]
    [ 0.413743] pci 0000:06:02.0: reg 0x14: [io 0xe000-0xe07f]
    [ 0.413873] pci 0000:06:02.0: supports D2
    [ 0.413874] pci 0000:06:02.0: PME# supported from D2 D3hot D3cold
    [ 0.413979] pci 0000:05:00.0: PCI bridge to [bus 06] (subtractive decode)
    [ 0.413989] pci 0000:05:00.0: bridge window [io 0xe000-0xefff]
    [ 0.413995] pci 0000:05:00.0: bridge window [mem 0xf7c00000-0xf7cfffff]
    [ 0.414004] pci 0000:05:00.0: bridge window [io 0xe000-0xefff] (subtractive decode)
    [ 0.414005] pci 0000:05:00.0: bridge window [mem 0xf7c00000-0xf7cfffff] (subtractive decode)
    [ 0.414007] pci 0000:05:00.0: bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
    [ 0.414008] pci 0000:05:00.0: bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
    [ 0.414009] pci 0000:05:00.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.414010] pci 0000:05:00.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.414012] pci 0000:05:00.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.414013] pci 0000:05:00.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    [ 0.414014] pci 0000:05:00.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    [ 0.414015] pci 0000:05:00.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    [ 0.414016] pci 0000:05:00.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    [ 0.414018] pci 0000:05:00.0: bridge window [mem 0xdfa00000-0xfeafffff] (subtractive decode)
    [ 0.414205] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 0.414243] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 *4 5 6 10 11 12 14 15)
    [ 0.414279] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 0.414314] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 0.414350] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 10 11 12 14 15)
    [ 0.414386] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.414422] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 10 11 12 14 15)
    [ 0.414456] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 0.414535] ACPI: Enabled 4 GPEs in block 00 to 3F
    [ 0.414550] ACPI : EC: GPE = 0x18, I/O: command/status = 0x66, data = 0x62
    [ 0.414607] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.414609] vgaarb: loaded
    [ 0.414610] vgaarb: bridge control possible 0000:00:02.0
    [ 0.414661] PCI: Using ACPI for IRQ routing
    [ 0.416047] PCI: pci_cache_line_size set to 64 bytes
    [ 0.416097] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
    [ 0.416098] e820: reserve RAM buffer [mem 0x0c5f3018-0x0fffffff]
    [ 0.416100] e820: reserve RAM buffer [mem 0x0c604018-0x0fffffff]
    [ 0.416101] e820: reserve RAM buffer [mem 0xbe390000-0xbfffffff]
    [ 0.416102] e820: reserve RAM buffer [mem 0xbf000000-0xbfffffff]
    [ 0.416103] e820: reserve RAM buffer [mem 0x41f600000-0x41fffffff]
    [ 0.416165] NetLabel: Initializing
    [ 0.416166] NetLabel: domain hash size = 128
    [ 0.416166] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.416175] NetLabel: unlabeled traffic allowed by default
    [ 0.416188] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.416191] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.418207] Switched to clocksource hpet
    [ 0.421414] pnp: PnP ACPI init
    [ 0.421426] ACPI: bus type PNP registered
    [ 0.421493] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
    [ 0.421496] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.421505] pnp 00:01: [dma 4]
    [ 0.421517] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.421533] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.421608] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.421640] system 00:04: [io 0x0680-0x069f] has been reserved
    [ 0.421642] system 00:04: [io 0x0200-0x020f] has been reserved
    [ 0.421643] system 00:04: [io 0xffff] has been reserved
    [ 0.421644] system 00:04: [io 0xffff] has been reserved
    [ 0.421646] system 00:04: [io 0x0400-0x0453] could not be reserved
    [ 0.421647] system 00:04: [io 0x0458-0x047f] has been reserved
    [ 0.421649] system 00:04: [io 0x0500-0x057f] has been reserved
    [ 0.421650] system 00:04: [io 0x164e-0x164f] has been reserved
    [ 0.421652] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.421676] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.421712] system 00:06: [io 0x0454-0x0457] has been reserved
    [ 0.421714] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 0.421774] system 00:07: [io 0x0290-0x029f] has been reserved
    [ 0.421776] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.421812] system 00:08: [io 0x04d0-0x04d1] has been reserved
    [ 0.421814] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.421834] pnp 00:09: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.422038] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.422039] system 00:0a: [mem 0xfed10000-0xfed17fff] has been reserved
    [ 0.422041] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.422042] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.422043] system 00:0a: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 0.422045] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.422046] system 00:0a: [mem 0xfed90000-0xfed93fff] has been reserved
    [ 0.422048] system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 0.422049] system 00:0a: [mem 0xff000000-0xffffffff] has been reserved
    [ 0.422050] system 00:0a: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 0.422052] system 00:0a: [mem 0xdfa00000-0xdfa00fff] has been reserved
    [ 0.422053] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.422164] system 00:0b: [mem 0x20000000-0x201fffff] has been reserved
    [ 0.422165] system 00:0b: [mem 0x40000000-0x401fffff] has been reserved
    [ 0.422167] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.422182] pnp: PnP ACPI: found 12 devices
    [ 0.422183] ACPI: bus type PNP unregistered
    [ 0.428211] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
    [ 0.428213] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    [ 0.428214] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000
    [ 0.428250] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [ 0.428252] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.428253] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.428258] pci 0000:00:1c.0: BAR 14: assigned [mem 0xdfb00000-0xdfcfffff]
    [ 0.428262] pci 0000:00:1c.0: BAR 15: assigned [mem 0xdfd00000-0xdfefffff 64bit pref]
    [ 0.428264] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
    [ 0.428265] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.428270] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.428272] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    [ 0.428277] pci 0000:00:1c.0: bridge window [mem 0xdfb00000-0xdfcfffff]
    [ 0.428281] pci 0000:00:1c.0: bridge window [mem 0xdfd00000-0xdfefffff 64bit pref]
    [ 0.428286] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 0.428291] pci 0000:00:1c.1: bridge window [mem 0xf7e00000-0xf7efffff]
    [ 0.428298] pci 0000:00:1c.4: PCI bridge to [bus 04]
    [ 0.428303] pci 0000:00:1c.4: bridge window [mem 0xf7d00000-0xf7dfffff]
    [ 0.428310] pci 0000:05:00.0: PCI bridge to [bus 06]
    [ 0.428314] pci 0000:05:00.0: bridge window [io 0xe000-0xefff]
    [ 0.428322] pci 0000:05:00.0: bridge window [mem 0xf7c00000-0xf7cfffff]
    [ 0.428335] pci 0000:00:1c.6: PCI bridge to [bus 05-06]
    [ 0.428338] pci 0000:00:1c.6: bridge window [io 0xe000-0xefff]
    [ 0.428342] pci 0000:00:1c.6: bridge window [mem 0xf7c00000-0xf7cfffff]
    [ 0.428350] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.428352] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.428353] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.428354] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
    [ 0.428355] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
    [ 0.428357] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
    [ 0.428358] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
    [ 0.428359] pci_bus 0000:00: resource 11 [mem 0xdfa00000-0xfeafffff]
    [ 0.428360] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
    [ 0.428362] pci_bus 0000:02: resource 1 [mem 0xdfb00000-0xdfcfffff]
    [ 0.428363] pci_bus 0000:02: resource 2 [mem 0xdfd00000-0xdfefffff 64bit pref]
    [ 0.428364] pci_bus 0000:03: resource 1 [mem 0xf7e00000-0xf7efffff]
    [ 0.428366] pci_bus 0000:04: resource 1 [mem 0xf7d00000-0xf7dfffff]
    [ 0.428367] pci_bus 0000:05: resource 0 [io 0xe000-0xefff]
    [ 0.428368] pci_bus 0000:05: resource 1 [mem 0xf7c00000-0xf7cfffff]
    [ 0.428369] pci_bus 0000:05: resource 4 [io 0x0000-0x0cf7]
    [ 0.428370] pci_bus 0000:05: resource 5 [io 0x0d00-0xffff]
    [ 0.428372] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.428373] pci_bus 0000:05: resource 7 [mem 0x000d0000-0x000d3fff]
    [ 0.428374] pci_bus 0000:05: resource 8 [mem 0x000d4000-0x000d7fff]
    [ 0.428375] pci_bus 0000:05: resource 9 [mem 0x000d8000-0x000dbfff]
    [ 0.428376] pci_bus 0000:05: resource 10 [mem 0x000dc000-0x000dffff]
    [ 0.428378] pci_bus 0000:05: resource 11 [mem 0xdfa00000-0xfeafffff]
    [ 0.428379] pci_bus 0000:06: resource 0 [io 0xe000-0xefff]
    [ 0.428380] pci_bus 0000:06: resource 1 [mem 0xf7c00000-0xf7cfffff]
    [ 0.428381] pci_bus 0000:06: resource 4 [io 0xe000-0xefff]
    [ 0.428382] pci_bus 0000:06: resource 5 [mem 0xf7c00000-0xf7cfffff]
    [ 0.428384] pci_bus 0000:06: resource 8 [io 0x0000-0x0cf7]
    [ 0.428385] pci_bus 0000:06: resource 9 [io 0x0d00-0xffff]
    [ 0.428386] pci_bus 0000:06: resource 10 [mem 0x000a0000-0x000bffff]
    [ 0.428387] pci_bus 0000:06: resource 11 [mem 0x000d0000-0x000d3fff]
    [ 0.428388] pci_bus 0000:06: resource 12 [mem 0x000d4000-0x000d7fff]
    [ 0.428390] pci_bus 0000:06: resource 13 [mem 0x000d8000-0x000dbfff]
    [ 0.428391] pci_bus 0000:06: resource 14 [mem 0x000dc000-0x000dffff]
    [ 0.428392] pci_bus 0000:06: resource 15 [mem 0xdfa00000-0xfeafffff]
    [ 0.428407] NET: Registered protocol family 2
    [ 0.428547] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.428723] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.428830] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.428843] TCP: reno registered
    [ 0.428856] UDP hash table entries: 8192 (order: 6, 262144 bytes)
    [ 0.428900] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
    [ 0.428957] NET: Registered protocol family 1
    [ 0.428966] pci 0000:00:02.0: Boot video device
    [ 0.461852] PCI: CLS 64 bytes, default 64
    [ 0.461882] Unpacking initramfs...
    [ 0.516863] Freeing initrd memory: 4432K (ffff88007fbac000 - ffff880080000000)
    [ 0.516867] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.516869] software IO TLB [mem 0xba390000-0xbe390000] (64MB) mapped at [ffff8800ba390000-ffff8800be38ffff]
    [ 0.517040] RAPL PMU detected, hw unit 2^-16 Joules, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
    [ 0.517065] Scanning for low memory corruption every 60 seconds
    [ 0.517227] futex hash table entries: 1024 (order: 4, 65536 bytes)
    [ 0.525884] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.526849] zbud: loaded
    [ 0.526961] VFS: Disk quotas dquot_6.5.2
    [ 0.526984] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.527055] msgmni has been set to 31015
    [ 0.527086] Key type big_key registered
    [ 0.527196] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.527224] io scheduler noop registered
    [ 0.527225] io scheduler deadline registered
    [ 0.527244] io scheduler cfq registered (default)
    [ 0.527371] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.527582] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.527592] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.527614] efifb: probing for efifb
    [ 0.527815] efifb: framebuffer at 0xe0000000, mapped to 0xffffc90005c00000, using 1876k, total 1875k
    [ 0.527816] efifb: mode is 800x600x32, linelength=3200, pages=1
    [ 0.527816] efifb: scrolling: redraw
    [ 0.527817] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.528821] Console: switching to colour frame buffer device 100x37
    [ 0.529808] fb0: EFI VGA frame buffer device
    [ 0.529813] intel_idle: MWAIT substates: 0x1120
    [ 0.529814] intel_idle: v0.4 model 0x2A
    [ 0.529815] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.529932] GHES: HEST is not enabled!
    [ 0.529969] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.530312] Lin

    Solved.
    Please integrate with the forum post below.
    Blacklisting the uas module allowed me to see the vendor and product id, and follow the directions given by Da_Coynul. Before rebooting, I removed the initial file that globally blacklisted the uas module.
    See: https://bbs.archlinux.org/viewtopic.php?id=183190
    Thanks to Da_Coynul!

  • Hangs or Kernel panic on boot -- won't boot off DVD or hard drive

    I have a MacBook running OS X 10.5, and when I tried to turn it on today it froze at the gray screen with the apple logo. No spinning progress wheel appeared.
    In an attempt to fix this, I unplugged my external hard drive and my ethernet cable, leaving only the power cord attached. Attempting to boot from the install DVD results in a kernel panic. It won't boot in safe mode or single-user mode. In verbose and/or single-user mode the text displayed for the boot sequence appears normal until the following block of text that comes right after "The Regents of the University of California. All rights reserved.":
    MAC Framework successfully initialized
    using 5242 buffer headers and 4096 cluster IO buffer headers
    devfsmakenode: not ready for devices!
    IOAPIC: Version 0x20 Vectors 64:87
    ACPA: System State [S0 S3 S4 S5] (S3)
    This is the last block of text displayed; the system hangs at this point. I've also tried resetting the PRAM (no effect), and on the offhand chance that this could be caused by a loose RAM module I ejected them both from their slots and reinstalled them, so I know they are seated with good connections.
    Any suggestions or help would be much appreciated!
    Thanks,
    Steve

    It has 1 GB of RAM, so I tried booting up with only one module. Neither one of them solved the problem, although oddly enough in Verbose mode this time instead of stopping on the error the I mentioned before, it continued a bit further and gave a kernel panic. This was the same for each module.
    I'm coming to the conclusion that at this point it's probably either the logic board or the CPU, and will probably be expensive to fix -- the warranty ran out in August. I suppose that it's possible both RAM modules are bad, but it seems very unlikely that both of them would be.
    I suppose I'll just have to bring it in for servicing and have it checked out.
    Thank you for the suggestions.

Maybe you are looking for