Prevent volume mounting after booting

Is there a way to prevent a particular volume to mount after booting? I boot from one volume but have other volumes-disks that I may want to mount at a specific moment, but I not want the Mac to mount automatically after each booting (a waste of energy, disk usage, noise, and so on). Of course I can manually mount each volume-disk after booting, but what I want is something that prevents them from mounting in the first place after booting or rebooting.
I remember that could be configured with third party applications used to format disks on Mac OS 9 (Casablanca Works Drive 7, LaCie Silverlining, Prosoft Radialogic, etc) but I do not see how to do it on Mac OS X.
Thanks.

Search these forums for automount and see this one, for example, http://discussions.apple.com/thread.jspa?messageID=6112779 Remember to try it at your own risk.

Similar Messages

  • [SOLVED] Prevent racy mounting when booting

    Hey there!
    When booting I mount an external (encrypted) drive by the means of fstab (and crypttab) under a directory which is only accessible by root.  In order to allow read-only access for users, I remount the the device under another directory which allows reading for ordinary users by the means of bindfs.
    The relevant part of my /etc/fstab goes like this:
    /dev/mapper/backup /mnt/root/backup ext4 defaults 0 2
    bindfs#/mnt/root/backup /mnt/backup fuse perms=a-w 0 0
    However, after booting up the contents of /mnt/root/backup do not show up under /mnt/backup. Remounting /mnt/backup manually makes the files appear.  I suspect that this is because the bindfs mounting is done before mounting /mnt/root/backup has finished; also the order of the two mounts shown when issuing the mount command is inverted to the order in fstab.
    How do I have to cope with this situation?
    Shall I add noauto to the bindfs instruction and write a custom service file for systemd in order to mount the read-only ressource at a later time? (I am asking this because I am fairly unexperienced when in comes to systemd and I don't want to head for the wrong track...)
    Last edited by ball (2014-01-22 18:36:25)

    See this topic regarding how to write bindfs fstab entries: https://bbs.archlinux.org/viewtopic.php?id=175230

  • Drive not mounting after boot

    I believe this is an epidemic problem in OS X.  I have seen this problem on OS X 10.5 to 10.8.2.  The fundament issue is that external drives will not mount randomly after the system is powered down and restarted.  I have seen the problem with USB 2.0 and Firewire attached drives.  I have seen this on many hardware platforms from PowerPC to i7 2.6GHz.  I have seen the problem on different enclosures, WD, NextStar, Lacie etc.  I have tried numours remedies like resetting the PRAM.  The only remedy that works is unpluging the drive and pluging it back in, which if very annoying espicially since this is most prevalent in Time Machine backup drives.  The many people who I help with their MACs don't often notice that Time Machine has been failing to backup for weeks since their drive has silently not mounted.  Is there a real solution for this out there?  It seems to me like a boot timing issue.  Where the drive is not recognized by the low level driver, if it becomes powered on at a later time in the boot cycle.  I can't really pin it down as it happens often but not often enough for any predictable pattern.

    I believe this is an epidemic problem in OS X.  I have seen this problem on OS X 10.5 to 10.8.2.  The fundament issue is that external drives will not mount randomly after the system is powered down and restarted.  I have seen the problem with USB 2.0 and Firewire attached drives.  I have seen this on many hardware platforms from PowerPC to i7 2.6GHz.  I have seen the problem on different enclosures, WD, NextStar, Lacie etc.  I have tried numours remedies like resetting the PRAM.  The only remedy that works is unpluging the drive and pluging it back in, which if very annoying espicially since this is most prevalent in Time Machine backup drives.  The many people who I help with their MACs don't often notice that Time Machine has been failing to backup for weeks since their drive has silently not mounted.  Is there a real solution for this out there?  It seems to me like a boot timing issue.  Where the drive is not recognized by the low level driver, if it becomes powered on at a later time in the boot cycle.  I can't really pin it down as it happens often but not often enough for any predictable pattern.

  • Prevent Encrypted Partition From Mounting at Boot

    I have an external USB HDD partitioned into two. Both partitons are encrypted. I use partition A for a time machine backup for my mac, and the other (when pluged in to a different macbook) is used similarly for that machine. Every time I boot up, or plug the drive in, I get 2 dialogue boxes asking me to enter passwords - one for each partiton.
    I'd like is to set my OS to not mount the second partition on boot at all (no password dialogue / no disk in finder). If I need to mount it, I'd like to be able to do so via Disk Utility.
    I've tried using the method described here: https://discussions.apple.com/thread/4271735?start=0&tstart=0, but it does not work - perhaps because my partiton is encrypted? Is there perhaps a different fs type for encrypted disks? (not "hfs").
    I've also followed this thread: https://discussions.apple.com/thread/4870225 , but I'm reticent to switch off automounting totally because I use other encrypted disks for work and need them to mount at boot.
    Any thoughts?

    Linc Davis wrote:
    It seems that the fstab method doesn't work with CoreStorage volumes.
    Yes, that's correct. Core Storage doesn't look at fstab at all.
    If the only Core Storage volumes you have are encrypted containers, you can achieve the desired outcome by disabling boot time invocation of the Core Storage daemon. Please note that Apple's Fusion Drive technology relies on Core Storage, so if you have a system with Fusion Drive, this workaround may break your computer.
    Linc Davis wrote:
    There is no way I know of to prevent automounting of CoreStorage volumes selectively. You may be able to prevent all CS volumes from automounting by deleting or commenting out the "LaunchEvents" key in this file:
    That's the idea, but good heavens, don't comment things out in launch plists! Do it right, use launchctl.
    The Core Storage daemon normally runs at boot, and manages logical volumes assigned to Core Storage—specifically, in the OP's case, encrypted containers. If you have no other mission-critical Core Storage volumes, you may use the launchctl command to disable the Core Storage daemon, using the unload -w argument, as per the launchctl man page:
    unload [-w] [-S sessiontype] [-D domain] paths ...
                  Unload the specified configuration files or directories of con-
                  figuration files.  This will also stop the job if it is running.
                  -w       Overrides the Disabled key and sets it to true. In pre-
                           vious versions, this option would modify the configura-
                           tion file. Now the state of the Disabled key is stored
                           elsewhere on-disk.
    So, in Terminal, the command to prevent Core Storage from running at boot time would be as follows:
      $ sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.corestorage.corestoraged.plist
    Please note again that Apple's Fusion Drive technology relies on Core Storage, so if you have a system with Fusion Drive, this workaround may break your computer.
    After disabling the Core Storage daemon, you may still mount encrypted volumes using Disk Utility, or the command line (hdiutil attach /dev/diskX where /dev/diskX is the encrypted container).
    Hope this helps.

  • Filesystem mounts as read only after boot

    Hi!
    I have checked the wiki, the forum posts and poked around on the web but haven't found anything helpful.
    I have just installed arch on my laptop, and after boot the file system is read only.
    Where do I change it so that it is mounted as read write after initial boot up?
    Thanks for any help and pointers!
    Chris Danyael X
    Last edited by Danyael X (2008-09-22 09:35:19)

    Onwards: That did work. with rw I can read and write. Thanks for the help!
    But there is still something that fails early on just after the kernel has been loaded, iit's in the stuff that comes after udev being loaded but the info scrolls by much to fast for me to see.
    Thats what I want to take a look at but I can't find it in /var/log, I'm not sure what that part of the boot up is called so I don't quite know where to start looking for a log of that.
    EDIT: I have now found the reason for that the inittab stuff doesnt log anything at all ever. Seems like I have to hack the scripts to get som logging features in there. I am fairly certain that its the inettab stuff that doesn't reload the filesystem as it should. I'll get back with the modifications I'm contemplating on making on the inittab scripts to enable logging. Found som e interesting stuff on IBM developerworks that describes the nessecary modifications though its for a RHEL system not Arch.
    Last edited by Danyael X (2008-09-24 10:07:28)

  • Mount usb disk after boot

    Hi,
    How can I mount automatically an usb disk after boot?
    Any suggestion would be appreciated.
    Thanks

    Read this fine article and use it to set up a udev rule, to specifically name the device.  (Otherwise you may never know where it pops up in the disk naming scheme.)
    Also note -- after reading the article -- there are plenty of examples of rules in /etc/udev/ files that may further help.

  • NFS mount on boot failing after systemd upgrade

    Hello,
    after upgrading systemd (208-2 --> 208-3), nfs mount on boot will fail. Tested multiple times. After downgrading  back to 208-2, all worked fine.
    Output of journalctl --reverse:
    Dependency failed for Remote File Systems.
    Dependency failed for /mnt/demeter.
    Dependency failed for File System Check on /192.168.20.70:/data.
    Timed out waiting for device 192.168.20.70:-data.device.
    /etc/fstab, the nfs line:
    192.168.20.70:/data/ /mnt/demeter nfs4 defaults 0 5
    uname -a:
    Linux eros 3.12.5-1-ARCH #1 SMP PREEMPT Thu Dec 12 12:57:31 CET 2013 x86_64 GNU/Linux
    I'm using the latest packages (expect grub, it's the version before the current, because of huge ugrade problems, too).
    Greetings,
    Sebastian

    Ah, big thanks. I thought the last column is the mount order, because it's called "pass". I changed it to zero, and now it works.
    Greetings,
    Sebastian

  • [SOLVED] /home not mounted on boot after installing tp_smapi

    Hi. After installing tp_smapi, my /home partition isn't mounted on boot any more.
    I can log in as a normal user, but I am then left with a command line and thus need to mount /home manually and launch X/dwm with startx. The startup shell shows no error messages.
    After I uninstall tp_smapi, X starts up automatically again and everything seems to work.
    Here's my fstab:
    /dev/sda2 / ext4 rw,noatime,data=ordered 0 1
    # /dev/sda4 UUID=9d976c9a-4fe2-4cc9-a8b9-c22c713149d7
    /dev/sda4 /home ext4 rw,noatime,data=ordered 0 2
    # /dev/sda3 UUID=a6153a96-b9ef-412f-a670-af6775275f15
    /dev/sda3 none swap defaults 0 0
    I am dual-booting Arch with Windows XP on a Thinkpad X60s. A /mnt/home folder also exists. And, the error aside, tp_smapi seems to work nicely,
    Thanks for any help!
    Last edited by marttt (2013-06-01 20:59:55)

    Okay, it works now (after creating /mnt/home anew and rebooting). However, I wonder why did tp_smapi touch my mount points in the first place?
    Last edited by marttt (2013-05-31 20:46:09)

  • No battery after boot. Dell 7537

    Hi All,
    I have this issue after installing arch (currently the only issue)
    As it is a notebook, I would love to see my current levels of battery, right after boot, but I am unable to. The only way how to trigger the battery notification is to
    1.) hybernate
        OR
    2.) connect/disconnect the AC adapter.
    And I would like to make it automatic.
    Thank you, in advance, for any kind of clues.
    Something about my system:
    [void@GLaDOS ~]$ uname -a
    Linux GLaDOS 3.13.7-1-ARCH #1 SMP PREEMPT Mon Mar 24 20:06:08 CET 2014 x86_64 GNU/Linux
    [void@GLaDOS ~]$
    [void@GLaDOS ~]$ dmesg
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.13.7-1-ARCH (nobody@var-lib-archbuild-extra-x86_64-thomas) (gcc version 4.8.2 20140206 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Mar 24 20:06:08 CET 2014
    [ 0.000000] Command line: initrd=\initramfs-linux.img root=/dev/sda10
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009cfff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009d000-0x00000000000bffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000a611dfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000a611e000-0x00000000a631ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000a6320000-0x00000000ba6f8fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ba6f9000-0x00000000bceeafff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bceeb000-0x00000000bcf9cfff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bcf9d000-0x00000000bcffefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000bcfff000-0x00000000bcffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bd000000-0x00000000bf9fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f80f8000-0x00000000f80f8fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fe101000-0x00000000fe112fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023f5fffff] usable
    [ 0.000000] e820: update [mem 0xa7124018-0xa7134057] usable ==> usable
    [ 0.000000] e820: update [mem 0xa7116018-0xa7123057] usable ==> usable
    [ 0.000000] extended physical RAM map:
    [ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009cfff] usable
    [ 0.000000] reserve setup_data: [mem 0x000000000009d000-0x00000000000bffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000a611dfff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000a611e000-0x00000000a631ffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000a6320000-0x00000000a7116017] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000a7116018-0x00000000a7123057] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000a7123058-0x00000000a7124017] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000a7124018-0x00000000a7134057] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000a7134058-0x00000000ba6f8fff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000ba6f9000-0x00000000bceeafff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000bceeb000-0x00000000bcf9cfff] ACPI NVS
    [ 0.000000] reserve setup_data: [mem 0x00000000bcf9d000-0x00000000bcffefff] ACPI data
    [ 0.000000] reserve setup_data: [mem 0x00000000bcfff000-0x00000000bcffffff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000bd000000-0x00000000bf9fffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000f80f8000-0x00000000f80f8fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fe101000-0x00000000fe112fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000023f5fffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] efi: EFI v2.31 by Phoenix Technologies Ltd.
    [ 0.000000] efi: ACPI=0xbcffe000 ACPI 2.0=0xbcffe014 SMBIOS=0xbce84000
    [ 0.000000] efi: mem00: type=7, attr=0xf, range=[0x0000000000000000-0x0000000000001000) (0MB)
    [ 0.000000] efi: mem01: type=2, attr=0xf, range=[0x0000000000001000-0x0000000000007000) (0MB)
    [ 0.000000] efi: mem02: type=7, attr=0xf, range=[0x0000000000007000-0x0000000000058000) (0MB)
    [ 0.000000] efi: mem03: type=0, attr=0xf, range=[0x0000000000058000-0x0000000000059000) (0MB)
    [ 0.000000] efi: mem04: type=7, attr=0xf, range=[0x0000000000059000-0x000000000009d000) (0MB)
    [ 0.000000] efi: mem05: type=0, attr=0xf, range=[0x000000000009d000-0x00000000000a0000) (0MB)
    [ 0.000000] efi: mem06: type=0, attr=0x0, range=[0x00000000000e0000-0x0000000000100000) (0MB)
    [ 0.000000] efi: mem07: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB)
    [ 0.000000] efi: mem08: type=2, attr=0xf, range=[0x0000000001000000-0x0000000001f61000) (15MB)
    [ 0.000000] efi: mem09: type=7, attr=0xf, range=[0x0000000001f61000-0x000000007fcdf000) (2013MB)
    [ 0.000000] efi: mem10: type=2, attr=0xf, range=[0x000000007fcdf000-0x0000000080000000) (3MB)
    [ 0.000000] efi: mem11: type=7, attr=0xf, range=[0x0000000080000000-0x00000000a4106000) (577MB)
    [ 0.000000] efi: mem12: type=4, attr=0xf, range=[0x00000000a4106000-0x00000000a4126000) (0MB)
    [ 0.000000] efi: mem13: type=7, attr=0xf, range=[0x00000000a4126000-0x00000000a6107000) (31MB)
    [ 0.000000] efi: mem14: type=4, attr=0xf, range=[0x00000000a6107000-0x00000000a611e000) (0MB)
    [ 0.000000] efi: mem15: type=0, attr=0xf, range=[0x00000000a611e000-0x00000000a6320000) (2MB)
    [ 0.000000] efi: mem16: type=4, attr=0xf, range=[0x00000000a6320000-0x00000000a70f6000) (13MB)
    [ 0.000000] efi: mem17: type=7, attr=0xf, range=[0x00000000a70f6000-0x00000000a7116000) (0MB)
    [ 0.000000] efi: mem18: type=2, attr=0xf, range=[0x00000000a7116000-0x00000000a7136000) (0MB)
    [ 0.000000] efi: mem19: type=7, attr=0xf, range=[0x00000000a7136000-0x00000000a7137000) (0MB)
    [ 0.000000] efi: mem20: type=2, attr=0xf, range=[0x00000000a7137000-0x00000000a713a000) (0MB)
    [ 0.000000] efi: mem21: type=7, attr=0xf, range=[0x00000000a713a000-0x00000000a734d000) (2MB)
    [ 0.000000] efi: mem22: type=1, attr=0xf, range=[0x00000000a734d000-0x00000000a7730000) (3MB)
    [ 0.000000] efi: mem23: type=7, attr=0xf, range=[0x00000000a7730000-0x00000000ac157000) (74MB)
    [ 0.000000] efi: mem24: type=4, attr=0xf, range=[0x00000000ac157000-0x00000000ad385000) (18MB)
    [ 0.000000] efi: mem25: type=7, attr=0xf, range=[0x00000000ad385000-0x00000000ad69d000) (3MB)
    [ 0.000000] efi: mem26: type=4, attr=0xf, range=[0x00000000ad69d000-0x00000000ad6c1000) (0MB)
    [ 0.000000] efi: mem27: type=7, attr=0xf, range=[0x00000000ad6c1000-0x00000000ad6e5000) (0MB)
    [ 0.000000] efi: mem28: type=4, attr=0xf, range=[0x00000000ad6e5000-0x00000000ad86e000) (1MB)
    [ 0.000000] efi: mem29: type=7, attr=0xf, range=[0x00000000ad86e000-0x00000000ad922000) (0MB)
    [ 0.000000] efi: mem30: type=4, attr=0xf, range=[0x00000000ad922000-0x00000000aeae1000) (17MB)
    [ 0.000000] efi: mem31: type=7, attr=0xf, range=[0x00000000aeae1000-0x00000000aeae3000) (0MB)
    [ 0.000000] efi: mem32: type=4, attr=0xf, range=[0x00000000aeae3000-0x00000000afdd9000) (18MB)
    [ 0.000000] efi: mem33: type=7, attr=0xf, range=[0x00000000afdd9000-0x00000000ba1b3000) (163MB)
    [ 0.000000] efi: mem34: type=3, attr=0xf, range=[0x00000000ba1b3000-0x00000000ba6f9000) (5MB)
    [ 0.000000] efi: mem35: type=5, attr=0x800000000000000f, range=[0x00000000ba6f9000-0x00000000ba8fb000) (2MB)
    [ 0.000000] efi: mem36: type=6, attr=0x800000000000000f, range=[0x00000000ba8fb000-0x00000000bc8fb000) (32MB)
    [ 0.000000] efi: mem37: type=0, attr=0xf, range=[0x00000000bc8fb000-0x00000000bceeb000) (5MB)
    [ 0.000000] efi: mem38: type=10, attr=0xf, range=[0x00000000bceeb000-0x00000000bcf9d000) (0MB)
    [ 0.000000] efi: mem39: type=9, attr=0xf, range=[0x00000000bcf9d000-0x00000000bcfff000) (0MB)
    [ 0.000000] efi: mem40: type=4, attr=0xf, range=[0x00000000bcfff000-0x00000000bd000000) (0MB)
    [ 0.000000] efi: mem41: type=7, attr=0xf, range=[0x0000000100000000-0x000000023f600000) (5110MB)
    [ 0.000000] efi: mem42: type=0, attr=0x0, range=[0x00000000000a0000-0x00000000000c0000) (0MB)
    [ 0.000000] efi: mem43: type=0, attr=0x0, range=[0x00000000bd000000-0x00000000bfa00000) (42MB)
    [ 0.000000] efi: mem44: type=11, attr=0x8000000000000001, range=[0x00000000f80f8000-0x00000000f80f9000) (0MB)
    [ 0.000000] efi: mem45: type=0, attr=0x0, range=[0x00000000fe101000-0x00000000fe113000) (0MB)
    [ 0.000000] efi: mem46: type=11, attr=0x8000000000000001, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
    [ 0.000000] efi: mem47: type=0, attr=0x0, range=[0x0000000000000000-0x0000000000000000) (0MB)
    [ 0.000000] efi: mem48: type=0, attr=0x0, range=[0x0000000000000000-0x0000000000000000) (0MB)
    [ 0.000000] efi: mem49: type=0, attr=0x0, range=[0x0000000000000000-0x0000000000000000) (0MB)
    [ 0.000000] efi: mem50: type=0, attr=0x0, range=[0x0000000000000000-0x0000000000000000) (0MB)
    [ 0.000000] efi: mem51: type=0, attr=0x0, range=[0x0000000000000000-0x0000000000000000) (0MB)
    [ 0.000000] SMBIOS 2.7 present.
    [ 0.000000] DMI: Dell Inc. Inspiron 7537/07PF9F, BIOS A07 01/21/2014
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x23f600 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: write-back
    [ 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 00C0000000 mask 7FC0000000 uncachable
    [ 0.000000] 1 base 00BE000000 mask 7FFE000000 uncachable
    [ 0.000000] 2 base 00BD000000 mask 7FFF000000 uncachable
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 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: last_pfn = 0xbd000 max_arch_pfn = 0x400000000
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
    [ 0.000000] Using GB pages for direct mapping
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x02b3f000, 0x02b3ffff] PGTABLE
    [ 0.000000] BRK [0x02b40000, 0x02b40fff] PGTABLE
    [ 0.000000] BRK [0x02b41000, 0x02b41fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x23f400000-0x23f5fffff]
    [ 0.000000] [mem 0x23f400000-0x23f5fffff] page 2M
    [ 0.000000] BRK [0x02b42000, 0x02b42fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x23c000000-0x23f3fffff]
    [ 0.000000] [mem 0x23c000000-0x23f3fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x200000000-0x23bffffff]
    [ 0.000000] [mem 0x200000000-0x23bffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0xa611dfff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x3fffffff] page 2M
    [ 0.000000] [mem 0x40000000-0x7fffffff] page 1G
    [ 0.000000] [mem 0x80000000-0xa5ffffff] page 2M
    [ 0.000000] [mem 0xa6000000-0xa611dfff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xa6320000-0xba6f8fff]
    [ 0.000000] [mem 0xa6320000-0xa63fffff] page 4k
    [ 0.000000] [mem 0xa6400000-0xba5fffff] page 2M
    [ 0.000000] [mem 0xba600000-0xba6f8fff] page 4k
    [ 0.000000] BRK [0x02b43000, 0x02b43fff] PGTABLE
    [ 0.000000] BRK [0x02b44000, 0x02b44fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xbcfff000-0xbcffffff]
    [ 0.000000] [mem 0xbcfff000-0xbcffffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
    [ 0.000000] [mem 0x100000000-0x1ffffffff] page 1G
    [ 0.000000] RAMDISK: [mem 0x7fcdf000-0x7fffffff]
    [ 0.000000] ACPI: RSDP 00000000bcffe014 000024 (v02 DELL )
    [ 0.000000] ACPI: XSDT 00000000bcffe170 0000CC (v01 DELL WN09 00000002 LOHR 00000002)
    [ 0.000000] ACPI: FACP 00000000bcffb000 00010C (v05 DELL WN09 00000002 LOHR 00000002)
    [ 0.000000] ACPI Error: Gpe0Block - 32-bit FADT register is too long (32 bytes, 256 bits) to convert to GAS struct - 255 bits max, truncating (20131115/tbfadt-202)
    [ 0.000000] ACPI: DSDT 00000000bcfe9000 00D96C (v02 DELL HSW-LPT 00000000 INTL 20120711)
    [ 0.000000] ACPI: FACS 00000000bcf9a000 000040
    [ 0.000000] ACPI: ASF! 00000000bcffd000 0000A5 (v32 DELL WN09 00000002 LOHR 00000002)
    [ 0.000000] ACPI: HPET 00000000bcffa000 000038 (v01 DELL WN09 00000002 LOHR 00000002)
    [ 0.000000] ACPI: LPIT 00000000bcff9000 00005C (v01 DELL WN09 00000002 LOHR 00000002)
    [ 0.000000] ACPI: APIC 00000000bcff8000 000098 (v01 DELL WN09 00000002 LOHR 00000002)
    [ 0.000000] ACPI: MCFG 00000000bcff7000 00003C (v01 DELL WN09 00000002 LOHR 00000002)
    [ 0.000000] ACPI: SSDT 00000000bcfe8000 000228 (v01 DELL sensrhub 00000000 INTL 20120711)
    [ 0.000000] ACPI: SSDT 00000000bcfe5000 002028 (v01 DELL PtidDevc 00001000 INTL 20120711)
    [ 0.000000] ACPI: SSDT 00000000bcfe4000 0004D6 (v01 DELL Cpu0Ist 00003000 INTL 20120711)
    [ 0.000000] ACPI: SSDT 00000000bcfe3000 000AD8 (v01 DELL CpuPm 00003000 INTL 20120711)
    [ 0.000000] ACPI: SSDT 00000000bcfdf000 003517 (v01 DELL SaSsdt 00003000 INTL 20120711)
    [ 0.000000] ACPI: UEFI 00000000bcfde000 000042 (v01 DELL WN09 00000002 LOHR 00000002)
    [ 0.000000] ACPI: MSDM 00000000bcf72000 000055 (v03 DELL WN09 00000002 LOHR 00000002)
    [ 0.000000] ACPI: UEFI 00000000bcfdd000 00003E (v01 DELL WN09 00000002 LOHR 00000002)
    [ 0.000000] ACPI: FPDT 00000000bcfdc000 000064 (v01 DELL WN09 00000002 LOHR 00000002)
    [ 0.000000] ACPI: SLIC 00000000bcfdb000 000176 (v01 DELL WN09 00000002 LOHR 00000002)
    [ 0.000000] ACPI: SSDT 00000000bcfd9000 001049 (v01 NvORef NvUltTbl 00001000 INTL 20120711)
    [ 0.000000] ACPI: SSDT 00000000bcfd8000 0008CA (v01 DELL IsctTabl 00001000 INTL 20120711)
    [ 0.000000] ACPI: UEFI 00000000bcfd7000 0002CE (v01 DELL WN09 00000002 LOHR 00000002)
    [ 0.000000] ACPI: BGRT 00000000bcfd6000 000038 (v01 DELL WN09 00000002 LOHR 00000002)
    [ 0.000000] ACPI: CSRT 00000000bcfd5000 0000C4 (v01 DELL WN09 00000002 LOHR 00000002)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000023f5fffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x23f5fffff]
    [ 0.000000] NODE_DATA [mem 0x23f5f8000-0x23f5fcfff]
    [ 0.000000] [ffffea0000000000-ffffea0008ffffff] PMD -> [ffff880236c00000-ffff88023ebfffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x23f5fffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x00057fff]
    [ 0.000000] node 0: [mem 0x00059000-0x0009cfff]
    [ 0.000000] node 0: [mem 0x00100000-0xa611dfff]
    [ 0.000000] node 0: [mem 0xa6320000-0xba6f8fff]
    [ 0.000000] node 0: [mem 0xbcfff000-0xbcffffff]
    [ 0.000000] node 0: [mem 0x100000000-0x23f5fffff]
    [ 0.000000] On node 0 totalpages: 2071187
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3995 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 11860 pages used for memmap
    [ 0.000000] DMA32 zone: 759032 pages, LIFO batch:31
    [ 0.000000] Normal zone: 20440 pages used for memmap
    [ 0.000000] Normal zone: 1308160 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x1808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[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[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
    [ 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, 4 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 56
    [ 0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x000bffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000c0000-0x000dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xa611e000-0xa631ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xa7116000-0xa7116fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xa7123000-0xa7123fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xa7124000-0xa7124fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xa7134000-0xa7134fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xba6f9000-0xbceeafff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbceeb000-0xbcf9cfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbcf9d000-0xbcffefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbd000000-0xbf9fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbfa00000-0xf80f7fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf80f8000-0xf80f8fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf80f9000-0xfe100fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfe101000-0xfe112fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfe113000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xffffffff]
    [ 0.000000] e820: [mem 0xbfa00000-0xf80f7fff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88023f200000 s86336 r8192 d24256 u262144
    [ 0.000000] pcpu-alloc: s86336 r8192 d24256 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2038802
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: initrd=\initramfs-linux.img root=/dev/sda10
    [ 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: 7993744K/8284748K available (5271K kernel code, 836K rwdata, 1676K rodata, 1128K init, 1324K bss, 291004K 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] NR_IRQS:8448 nr_irqs:1016 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 33554432 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.003333] tsc: Detected 1795.962 MHz processor
    [ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 3593.58 BogoMIPS (lpj=5986540)
    [ 0.000006] pid_max: default: 32768 minimum: 301
    [ 0.000021] init_memory_mapping: [mem 0xba6f9000-0xba8fafff]
    [ 0.000024] [mem 0xba6f9000-0xba8fafff] page 4k
    [ 0.000044] init_memory_mapping: [mem 0xba8fb000-0xbc8fafff]
    [ 0.000045] [mem 0xba8fb000-0xba9fffff] page 4k
    [ 0.000046] [mem 0xbaa00000-0xbc7fffff] page 2M
    [ 0.000047] [mem 0xbc800000-0xbc8fafff] page 4k
    [ 0.037714] Security Framework initialized
    [ 0.037724] AppArmor: AppArmor disabled by boot time parameter
    [ 0.037725] Yama: becoming mindful.
    [ 0.038391] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.040413] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.041277] Mount-cache hash table entries: 256
    [ 0.041479] Initializing cgroup subsys memory
    [ 0.041486] Initializing cgroup subsys devices
    [ 0.041488] Initializing cgroup subsys freezer
    [ 0.041489] Initializing cgroup subsys net_cls
    [ 0.041491] Initializing cgroup subsys blkio
    [ 0.041517] CPU: Physical Processor ID: 0
    [ 0.041518] CPU: Processor Core ID: 0
    [ 0.041523] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.042693] mce: CPU supports 7 MCE banks
    [ 0.042708] CPU0: Thermal monitoring enabled (TM1)
    [ 0.042721] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
    Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0
    tlb_flushall_shift: 6
    [ 0.042829] Freeing SMP alternatives memory: 20K (ffffffff819ed000 - ffffffff819f2000)
    [ 0.043845] ACPI: Core revision 20131115
    [ 0.056685] ACPI: All ACPI Tables successfully acquired
    [ 0.061212] ftrace: allocating 21068 entries in 83 pages
    [ 0.072756] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.105753] smpboot: CPU0: Intel(R) Core(TM) i7-4500U CPU @ 1.80GHz (fam: 06, model: 45, stepping: 01)
    [ 0.105760] TSC deadline timer enabled
    [ 0.105771] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
    [ 0.105779] ... version: 3
    [ 0.105780] ... bit width: 48
    [ 0.105781] ... generic registers: 4
    [ 0.105782] ... value mask: 0000ffffffffffff
    [ 0.105783] ... max period: 0000ffffffffffff
    [ 0.105784] ... fixed-purpose events: 3
    [ 0.105785] ... event mask: 000000070000000f
    [ 0.132534] x86: Booting SMP configuration:
    [ 0.147279] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.132537] .... node #0, CPUs: #1 #2 #3
    [ 0.189504] x86: Booted up 1 node, 4 CPUs
    [ 0.189509] smpboot: Total of 4 processors activated (14373.35 BogoMIPS)
    [ 0.195133] devtmpfs: initialized
    [ 0.198124] PM: Registering ACPI NVS region [mem 0xbceeb000-0xbcf9cfff] (729088 bytes)
    [ 0.199015] RTC time: 17:45:30, date: 03/28/14
    [ 0.199059] NET: Registered protocol family 16
    [ 0.199163] cpuidle: using governor ladder
    [ 0.199165] cpuidle: using governor menu
    [ 0.199193] ACPI: bus type PCI registered
    [ 0.199195] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.199264] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.199267] PCI: not using MMCONFIG
    [ 0.199269] PCI: Using configuration type 1 for base access
    [ 0.200095] bio: create slab <bio-0> at 0
    [ 0.200221] ACPI: Added _OSI(Module Device)
    [ 0.200223] ACPI: Added _OSI(Processor Device)
    [ 0.200225] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.200226] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.205589] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.209306] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.255573] ACPI: SSDT 00000000bcedec18 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20120711)
    [ 0.256196] ACPI: Dynamic OEM Table Load:
    [ 0.256198] ACPI: SSDT (null) 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20120711)
    [ 0.268541] ACPI: SSDT 00000000bcede618 0005AA (v01 PmRef ApIst 00003000 INTL 20120711)
    [ 0.269250] ACPI: Dynamic OEM Table Load:
    [ 0.269253] ACPI: SSDT (null) 0005AA (v01 PmRef ApIst 00003000 INTL 20120711)
    [ 0.281706] ACPI: SSDT 00000000bce90d98 000119 (v01 PmRef ApCst 00003000 INTL 20120711)
    [ 0.282323] ACPI: Dynamic OEM Table Load:
    [ 0.282325] ACPI: SSDT (null) 000119 (v01 PmRef ApCst 00003000 INTL 20120711)
    [ 0.295717] ACPI: Interpreter enabled
    [ 0.295726] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580)
    [ 0.295733] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
    [ 0.295754] ACPI: (supports S0 S3 S4 S5)
    [ 0.295755] ACPI: Using IOAPIC for interrupt routing
    [ 0.295777] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.296299] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources
    [ 0.307483] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.307717] ACPI: No dock devices found.
    [ 0.403027] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [ 0.403034] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.403170] \_SB_.PCI0:_OSC invalid UUID
    [ 0.403171] _OSC request data:1 1f 0
    [ 0.403176] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
    [ 0.403785] PCI host bridge to bus 0000:00
    [ 0.403788] pci_bus 0000:00: root bus resource [bus 00-3e]
    [ 0.403791] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.403793] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.403795] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.403797] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
    [ 0.403798] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
    [ 0.403800] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
    [ 0.403802] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
    [ 0.403804] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    [ 0.403805] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    [ 0.403807] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    [ 0.403809] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    [ 0.403811] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    [ 0.403812] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    [ 0.403814] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
    [ 0.403816] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
    [ 0.403818] pci_bus 0000:00: root bus resource [mem 0xbfa00000-0xfeafffff]
    [ 0.403827] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000
    [ 0.403987] pci 0000:00:02.0: [8086:0a16] type 00 class 0x030000
    [ 0.404001] pci 0000:00:02.0: reg 0x10: [mem 0xe3000000-0xe33fffff 64bit]
    [ 0.404009] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.404015] pci 0000:00:02.0: reg 0x20: [io 0x5000-0x503f]
    [ 0.404166] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300
    [ 0.404176] pci 0000:00:03.0: reg 0x10: [mem 0xe3610000-0xe3613fff 64bit]
    [ 0.404351] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330
    [ 0.404370] pci 0000:00:14.0: reg 0x10: [mem 0xe3600000-0xe360ffff 64bit]
    [ 0.404432] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 0.404565] pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000
    [ 0.404585] pci 0000:00:16.0: reg 0x10: [mem 0xe3619000-0xe361901f 64bit]
    [ 0.404648] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.404791] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300
    [ 0.404806] pci 0000:00:1b.0: reg 0x10: [mem 0xe3614000-0xe3617fff 64bit]
    [ 0.404871] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.405010] pci 0000:00:1c.0: [8086:9c10] type 01 class 0x060400
    [ 0.405075] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.405213] pci 0000:00:1c.2: [8086:9c14] type 01 class 0x060400
    [ 0.405279] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 0.405384] pci 0000:00:1c.2: System wakeup disabled by ACPI
    [ 0.405417] pci 0000:00:1c.3: [8086:9c16] type 01 class 0x060400
    [ 0.405482] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.405587] pci 0000:00:1c.3: System wakeup disabled by ACPI
    [ 0.405620] pci 0000:00:1c.4: [8086:9c18] type 01 class 0x060400
    [ 0.405686] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.405827] pci 0000:00:1d.0: [8086:9c26] type 00 class 0x0c0320
    [ 0.405849] pci 0000:00:1d.0: reg 0x10: [mem 0xe361d000-0xe361d3ff]
    [ 0.405942] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.406061] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.406099] pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100
    [ 0.406339] pci 0000:00:1f.2: [8086:9c03] type 00 class 0x010601
    [ 0.406355] pci 0000:00:1f.2: reg 0x10: [io 0x5088-0x508f]
    [ 0.406363] pci 0000:00:1f.2: reg 0x14: [io 0x5094-0x5097]
    [ 0.406370] pci 0000:00:1f.2: reg 0x18: [io 0x5080-0x5087]
    [ 0.406378] pci 0000:00:1f.2: reg 0x1c: [io 0x5090-0x5093]
    [ 0.406385] pci 0000:00:1f.2: reg 0x20: [io 0x5060-0x507f]
    [ 0.406393] pci 0000:00:1f.2: reg 0x24: [mem 0xe361c000-0xe361c7ff]
    [ 0.406431] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.406557] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500
    [ 0.406571] pci 0000:00:1f.3: reg 0x10: [mem 0xe3618000-0xe36180ff 64bit]
    [ 0.406592] pci 0000:00:1f.3: reg 0x20: [io 0xefa0-0xefbf]
    [ 0.406787] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 0.406893] pci 0000:02:00.0: [8086:08b1] type 00 class 0x028000
    [ 0.406935] pci 0000:02:00.0: reg 0x10: [mem 0xe3500000-0xe3501fff 64bit]
    [ 0.407119] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
    [ 0.407174] pci 0000:02:00.0: System wakeup disabled by ACPI
    [ 0.411704] pci 0000:00:1c.2: PCI bridge to [bus 02]
    [ 0.411710] pci 0000:00:1c.2: bridge window [mem 0xe3500000-0xe35fffff]
    [ 0.411794] pci 0000:03:00.0: [10ec:5287] type 00 class 0xff0000
    [ 0.411812] pci 0000:03:00.0: reg 0x10: [mem 0xe3405000-0xe3405fff]
    [ 0.411878] pci 0000:03:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
    [ 0.411944] pci 0000:03:00.0: supports D1 D2
    [ 0.411946] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.411991] pci 0000:03:00.0: System wakeup disabled by ACPI
    [ 0.412035] pci 0000:03:00.1: [10ec:8168] type 00 class 0x020000
    [ 0.412052] pci 0000:03:00.1: reg 0x10: [io 0x4000-0x40ff]
    [ 0.412081] pci 0000:03:00.1: reg 0x18: [mem 0xe3404000-0xe3404fff 64bit]
    [ 0.412100] pci 0000:03:00.1: reg 0x20: [mem 0xe3400000-0xe3403fff 64bit]
    [ 0.412177] pci 0000:03:00.1: supports D1 D2
    [ 0.412178] pci 0000:03:00.1: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.418364] pci 0000:00:1c.3: PCI bridge to [bus 03]
    [ 0.418368] pci 0000:00:1c.3: bridge window [io 0x4000-0x4fff]
    [ 0.418371] pci 0000:00:1c.3: bridge window [mem 0xe3400000-0xe34fffff]
    [ 0.418458] pci 0000:04:00.0: [10de:0fe4] type 00 class 0x030200
    [ 0.418472] pci 0000:04:00.0: reg 0x10: [mem 0xe2000000-0xe2ffffff]
    [ 0.418487] pci 0000:04:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.418502] pci 0000:04:00.0: reg 0x1c: [mem 0xe0000000-0xe1ffffff 64bit pref]
    [ 0.418512] pci 0000:04:00.0: reg 0x24: [io 0x3000-0x307f]
    [ 0.418523] pci 0000:04:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
    [ 0.425027] pci 0000:00:1c.4: PCI bridge to [bus 04]
    [ 0.425031] pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff]
    [ 0.425034] pci 0000:00:1c.4: bridge window [mem 0xe2000000-0xe2ffffff]
    [ 0.425040] pci 0000:00:1c.4: bridge window [mem 0xd0000000-0xe1ffffff 64bit pref]
    [ 0.438876] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.438935] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.438989] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.439041] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.439093] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.439145] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.439197] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.439248] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.452346] ACPI: Enabled 5 GPEs in block 00 to 7F
    [ 0.452355] ACPI: \_SB_.PCI0: notify handler is installed
    [ 0.452440] Found 1 acpi root devices
    [ 0.452526] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.452530] vgaarb: loaded
    [ 0.452532] vgaarb: bridge control possible 0000:00:02.0
    [ 0.452565] PCI: Using ACPI for IRQ routing
    [ 0.453935] PCI: pci_cache_line_size set to 64 bytes
    [ 0.454004] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
    [ 0.454006] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
    [ 0.454007] e820: reserve RAM buffer [mem 0xa611e000-0xa7ffffff]
    [ 0.454009] e820: reserve RAM buffer [mem 0xa7116018-0xa7ffffff]
    [ 0.454011] e820: reserve RAM buffer [mem 0xa7124018-0xa7ffffff]
    [ 0.454012] e820: reserve RAM buffer [mem 0xba6f9000-0xbbffffff]
    [ 0.454014] e820: reserve RAM buffer [mem 0xbd000000-0xbfffffff]
    [ 0.454016] e820: reserve RAM buffer [mem 0x23f600000-0x23fffffff]
    [ 0.454099] NetLabel: Initializing
    [ 0.454100] NetLabel: domain hash size = 128
    [ 0.454101] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.454114] NetLabel: unlabeled traffic allowed by default
    [ 0.454127] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.454133] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.456157] Switched to clocksource hpet
    [ 0.461039] pnp: PnP ACPI init
    [ 0.461055] ACPI: bus type PNP registered
    [ 0.461144] system 00:00: [io 0x04d0-0x04d1] has been reserved
    [ 0.461150] system 00:00: [mem 0xfe800000-0xfe802fff] has been reserved
    [ 0.461154] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.461172] pnp 00:01: [dma 4]
    [ 0.461188] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.461211] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.461322] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.461362] system 00:04: [io 0x0680-0x069f] has been reserved
    [ 0.461364] system 00:04: [io 0xffff] has been reserved
    [ 0.461366] system 00:04: [io 0xffff] has been reserved
    [ 0.461368] system 00:04: [io 0xffff] has been reserved
    [ 0.461371] system 00:04: [io 0x1800-0x18fe] could not be reserved
    [ 0.461373] system 00:04: [io 0x164e-0x164f] has been reserved
    [ 0.461375] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.461424] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.461470] system 00:06: [io 0x1854-0x1857] has been reserved
    [ 0.461473] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 0.461551] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.461612] pnp 00:08: Plug and Play ACPI device, IDs DLL05f9 SYN0600 SYN0002 PNP0f13 (active)
    [ 0.461752] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.461754] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
    [ 0.461756] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.461758] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.461761] system 00:09: [mem 0xf8000000-0xfbffffff] could not be reserved
    [ 0.461763] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.461765] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
    [ 0.461767] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 0.461769] system 00:09: [mem 0xff000000-0xffffffff] has been reserved
    [ 0.461771] system 00:09: [mem 0xfee00000-0xfeefffff] has been reserved
    [ 0.461774] system 00:09: [mem 0xbfa10000-0xbfa1ffff] has been reserved
    [ 0.461776] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.492900] system 00:0a: [mem 0xfe102000-0xfe102fff] has been reserved
    [ 0.492904] system 00:0a: [mem 0xfe104000-0xfe104fff] has been reserved
    [ 0.492907] system 00:0a: [mem 0xfe106000-0xfe106fff] has been reserved
    [ 0.492909] system 00:0a: [mem 0xfe108000-0xfe108fff] has been reserved
    [ 0.492911] system 00:0a: [mem 0xfe10a000-0xfe10afff] has been reserved
    [ 0.492913] system 00:0a: [mem 0xfe10c000-0xfe10cfff] has been reserved
    [ 0.492915] system 00:0a: [mem 0xfe10e000-0xfe10efff] has been reserved
    [ 0.492917] system 00:0a: [mem 0xfe112000-0xfe112fff] has been reserved
    [ 0.492920] system 00:0a: [mem 0xfe111000-0xfe111007] has been reserved
    [ 0.492922] system 00:0a: [mem 0xfe111014-0xfe111fff] has been reserved
    [ 0.492926] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.519796] pnp 00:0b: Plug and Play ACPI device, IDs SMO8810 (active)
    [ 0.533124] pnp: PnP ACPI: found 12 devices
    [ 0.533126] ACPI: bus type PNP unregistered
    [ 0.539394] pci 0000:03:00.0: no compatible bridge window for [mem 0xffff0000-0xffffffff pref]
    [ 0.539397] pci 0000:04:00.0: no compatible bridge window for [mem 0xfff80000-0xffffffff pref]
    [ 0.539432] pci 0000:00:1c.3: BAR 15: assigned [mem 0xbfb00000-0xbfbfffff pref]
    [ 0.539435] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 0.539446] pci 0000:00:1c.2: PCI bridge to [bus 02]
    [ 0.539451] pci 0000:00:1c.2: bridge window [mem 0xe3500000-0xe35fffff]
    [ 0.539463] pci 0000:03:00.0: BAR 6: assigned [mem 0xbfb00000-0xbfb0ffff pref]
    [ 0.539466] pci 0000:00:1c.3: PCI bridge to [bus 03]
    [ 0.539468] pci 0000:00:1c.3: bridge window [io 0x4000-0x4fff]
    [ 0.539473] pci 0000:00:1c.3: bridge window [mem 0xe3400000-0xe34fffff]
    [ 0.539477] pci 0000:00:1c.3: bridge window [mem 0xbfb00000-0xbfbfffff pref]
    [ 0.539483] pci 0000:04:00.0: BAR 6: can't assign mem pref (size 0x80000)
    [ 0.539486] pci 0000:00:1c.4: PCI bridge to [bus 04]
    [ 0.539488] pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff]
    [ 0.539493] pci 0000:00:1c.4: bridge window [mem 0xe2000000-0xe2ffffff]
    [ 0.539497] pci 0000:00:1c.4: bridge window [mem 0xd0000000-0xe1ffffff 64bit pref]
    [ 0.539503] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.539505] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.539507] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.539509] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
    [ 0.539511] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
    [ 0.539513] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
    [ 0.539515] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff]
    [ 0.539517] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff]
    [ 0.539518] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff]
    [ 0.539520] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff]
    [ 0.539522] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff]
    [ 0.539524] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff]
    [ 0.539526] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff]
    [ 0.539527] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff]
    [ 0.539529] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff]
    [ 0.539531] pci_bus 0000:00: resource 19 [mem 0xbfa00000-0xfeafffff]
    [ 0.539533] pci_bus 0000:02: resource 1 [mem 0xe3500000-0xe35fffff]
    [ 0.539535] pci_bus 0000:03: resource 0 [io 0x4000-0x4fff]
    [ 0.539537] pci_bus 0000:03: resource 1 [mem 0xe3400000-0xe34fffff]
    [ 0.539539] pci_bus 0000:03: resource 2 [mem 0xbfb00000-0xbfbfffff pref]
    [ 0.539541] pci_bus 0000:04: resource 0 [io 0x3000-0x3fff]
    [ 0.539543] pci_bus 0000:04: resource 1 [mem 0xe2000000-0xe2ffffff]
    [ 0.539545] pci_bus 0000:04: resource 2 [mem 0xd0000000-0xe1ffffff 64bit pref]
    [ 0.539577] NET: Registered protocol family 2
    [ 0.539768] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.539937] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.540076] TCP: Hash tables configured (established 65536 bind 65536)
    [ 0.540097] TCP: reno registered
    [ 0.540110] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.540141] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.540216] NET: Registered protocol family 1
    [ 0.540228] pci 0000:00:02.0: Boot video device
    [ 0.540306] pci 0000:00:14.0: can't derive routing for PCI INT A
    [ 0.540308] pci 0000:00:14.0: PCI INT A: no GSI
    [ 0.540406] pci 0000:00:14.0: can't derive routing for PCI INT A
    [ 0.540596] PCI: CLS 64 bytes, default 64
    [ 0.540638] Unpacking initramfs...
    [ 0.613961] Freeing initrd memory: 3204K (ffff88007fcdf000 - ffff880080000000)
    [ 0.613966] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.613969] software IO TLB [mem 0xb61b3000-0xba1b3000] (64MB) mapped at [ffff8800b61b3000-ffff8800ba1b2fff]
    [ 0.614132] Scanning for low memory corruption every 60 seconds
    [ 0.614413] audit: initializing netlink socket (disabled)
    [ 0.614424] type=2000 audit(1396028730.569:1): initialized
    [ 0.630220] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.631594] zbud: loaded
    [ 0.631777] VFS: Disk quotas dquot_6.5.2
    [ 0.631820] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.631982] msgmni has been set to 15770
    [ 0.632038] Key type big_key registered
    [ 0.632238] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.632273] io scheduler noop registered
    [ 0.632275] io scheduler deadline registered
    [ 0.632301] io scheduler cfq registered (default)
    [ 0.632797] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.632812] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.632861] efifb: probing for efifb
    [ 0.634403] efifb: framebuffer at 0xc0000000, mapped to 0xffffc90004f00000, using 8100k, total 8100k
    [ 0.634405] efifb: mode is 1920x1080x32, linelength=7680, pages=1
    [ 0.634406] efifb: scrolling: redraw
    [ 0.634408] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.640993] Console: switching to colour frame buffer device 240x67
    [ 0.647481] fb0: EFI VGA frame buffer device
    [ 0.647490] intel_idle: MWAIT substates: 0x11142120
    [ 0.647491] intel_idle: v0.4 model 0x45
    [ 0.647492] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.647675] GHES: HEST is not enabled!
    [ 0.647727] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.648142] Linux agpgart interface v0.103
    [ 0.648200] rtc_cmos 00:05: RTC can wake from S4
    [ 0.648326] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    [ 0.648354] rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [ 0.648365] Intel P-state driver initializing.
    [ 0.648375] Intel pstate controlling: cpu 0
    [ 0.648400] Intel pstate controlling: cpu 1
    [ 0.648412] Intel pstate controlling: cpu 2
    [ 0.648421] Intel pstate controlling: cpu 3
    [ 0.648546] drop_monitor: Initializing network drop monitor service
    [ 0.648595] TCP: cubic registered
    [ 0.648677] NET: Registered protocol family 10
    [ 0.648811] NET: Registered protocol family 17
    [ 0.648818] Key type dns_resolver registered
    [ 0.649004] registered taskstats version 1
    [ 0.649644] Magic number: 6:126:796
    [ 0.649712] rtc_cmos 00:05: setting system clock to 2014-03-28 17:45:31 UTC (1396028731)
    [ 0.649748] PM: Hibernation image not present or could not be loaded.
    [ 0.650354] Freeing unused kernel memory: 1128K (ffffffff818d3000 - ffffffff819ed000)
    [ 0.650355] Write protecting the kernel read-only data: 8192k
    [ 0.652045] Freeing unused kernel memory: 860K (ffff880002529000 - ffff880002600000)
    [ 0.652685] Freeing unused kernel memory: 372K (ffff8800027a3000 - ffff880002800000)
    [ 0.657971] random: systemd-tmpfile urandom read with 1 bits of entropy available
    [ 0.658953] systemd-udevd[56]: starting version 211
    [ 0.671084] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 0.675200] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.675211] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.679063] ACPI: bus type USB registered
    [ 0.679140] usbcore: registered new interface driver usbfs
    [ 0.679147] usbcore: registered new interface driver hub
    [ 0.679183] usbcore: registered new device driver usb
    [ 0.679907] rtsx_pci 0000:03:00.0: irq 56 for MSI/MSI-X
    [ 0.679921] rtsx_pci 0000:03:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 56
    [ 0.680383] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.680779] xhci_hcd 0000:00:14.0: can't derive routing for PCI INT A
    [ 0.680781] xhci_hcd 0000:00:14.0: PCI INT A: no GSI
    [ 0.680814] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 0.680820] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
    [ 0.680893] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 0.680910] xhci_hcd 0000:00:14.0: irq 57 for MSI/MSI-X
    [ 0.681298] SCSI subsystem initialized
    [ 0.682133] ehci-pci: EHCI PCI platform driver
    [ 0.682152] libata version 3.00 loaded.
    [ 0.682614] hub 1-0:1.0: USB hub found
    [ 0.682629] hub 1-0:1.0: 9 ports detected
    [ 0.684167] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 0.684171] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
    [ 0.684312] hub 2-0:1.0: USB hub found
    [ 0.684323] hub 2-0:1.0: 4 ports detected
    [ 0.686657] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 0.686662] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 3
    [ 0.686674] ehci-pci 0000:00:1d.0: debug port 2
    [ 0.690559] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 0.690585] ehci-pci 0000:00:1d.0: irq 23, io mem 0xe361d000
    [ 0.699417] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 0.699600] hub 3-0:1.0: USB hub found
    [ 0.699606] hub 3-0:1.0: 3 ports detected
    [ 0.699755] ahci 0000:00:1f.2: version 3.0
    [ 0.699897] ahci 0000:00:1f.2: irq 58 for MSI/MSI-X
    [ 0.712779] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0x1 impl SATA mode
    [ 0.712783] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst
    [ 0.713215] scsi0 : ahci
    [ 0.713307] scsi1 : ahci
    [ 0.713387] scsi2 : ahci
    [ 0.713484] scsi3 : ahci
    [ 0.713533] ata1: SATA max UDMA/133 abar m2048@0xe361c000 port 0xe361c100 irq 58
    [ 0.713535] ata2: DUMMY
    [ 0.713536] ata3: DUMMY
    [ 0.713537] ata4: DUMMY
    [ 0.716082] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.032692] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 1.039030] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
    [ 1.039119] ata1.00: ATA-8: ST1000LM024 HN-M101MBB, 2BA30001, max UDMA/133
    [ 1.039122] ata1.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
    [ 1.042744] usb 1-4: new low-speed USB device number 2 using xhci_hcd
    [ 1.045496] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
    [ 1.045588] ata1.00: configured for UDMA/133
    [ 1.045794] scsi 0:0:0:0: Direct-Access ATA ST1000LM024 HN-M 2BA3 PQ: 0 ANSI: 5
    [ 1.047782] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [ 1.047862] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.047865] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.047891] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.058547] usb 1-4: config 1 has an invalid interface number: 1 but max is 0
    [ 1.058551] usb 1-4: config 1 has no interface number 0
    [ 1.060336] usb 1-4: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 1.063706] hidraw: raw HID events driver (C) Jiri Kosina
    [ 1.068657] usbcore: registered new interface driver usbhid
    [ 1.068661] usbhid: USB HID core driver
    [ 1.103349] sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9 sda10
    [ 1.104072] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.222575] usb 1-5: new high-speed USB device number 3 using xhci_hcd
    [ 1.475839] usb 1-6: new full-speed USB device number 4 using xhci_hcd
    [ 1.615761] tsc: Refined TSC clocksource calibration: 1795.842 MHz
    [ 1.649158] usb 1-7: new full-speed USB device number 5 using xhci_hcd
    [ 1.664033] usb 1-7: ep 0x2 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 1.672757] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input2
    [ 1.672889] hid-multitouch 0003:04F3:0206.0002: input,hiddev0,hidraw0: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:14.0-7/input0
    [ 1.775780] usb 3-1: new high-speed USB device number 2 using ehci-pci
    [ 1.899629] hub 3-1:1.0: USB hub found
    [ 1.899695] hub 3-1:1.0: 8 ports detected
    [ 2.457525] random: nonblocking pool is initialized
    [ 2.615440] Switched to clocksource tsc
    [ 2.647237] EXT4-fs (sda10): mounted filesystem with ordered data mode. Opts: (null)
    [ 3.254903] systemd[1]: systemd 211 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ +SECCOMP -APPARMOR)
    [ 3.255062] systemd[1]: Detected architecture 'x86-64'.
    [ 3.260574] systemd[1]: Set hostname to <GLaDOS>.
    [ 3.894501] systemd[1]: Starting Login Prompts.
    [ 3.894597] systemd[1]: Reached target Login Prompts.
    [ 3.894608] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 3.894664] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 3.894672] systemd[1]: Starting Remote File Systems.
    [ 3.894742] systemd[1]: Reached target Remote File Systems.
    [ 3.894756] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 3.894782] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 3.894789] systemd[1]: Starting Paths.
    [ 3.894848] systemd[1]: Reached target Paths.
    [ 3.894866] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 3.895033] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 3.895044] systemd[1]: Starting Encrypted Volumes.
    [ 3.895105] systemd[1]: Reached target Encrypted Volumes.
    [ 3.895115] systemd[1]: Expecting device dev-disk-by\x2duuid-8cdc5395\x2dad83\x2d429c\x2d95af\x2d73bc6b769621.device...
    [ 3.895196] systemd[1]: Starting EFI System Partition Automount.
    [ 3.895321] systemd[1]: Set up automount EFI System Partition Automount.
    [ 3.895330] systemd[1]: Expecting device dev-disk-by\x2duuid-BE9C\x2dD69C.device...
    [ 3.895395] systemd[1]: Starting Root Slice.
    [ 3.898003] systemd[1]: Created slice Root Slice.
    [ 3.898010] systemd[1]: Starting User and Session Slice.
    [ 3.898131] systemd[1]: Created slice User and Session Slice.
    [ 3.898137] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 3.898192] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 3.898197] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 3.898262] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 3.898268] systemd[1]: Starting Delayed Shutdown Socket.
    [ 3.898329] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 3.898334] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 3.898386] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 3.898393] systemd[1]: Starting udev Control Socket.
    [ 3.898437] systemd[1]: Listening on udev Control Socket.
    [ 3.898443] systemd[1]: Starting udev Kernel Socket.
    [ 3.898488] systemd[1]: Listening on udev Kernel Socket.
    [ 3.898494] systemd[1]: Starting Journal Socket.
    [ 3.898549] systemd[1]: Listening on Journal Socket.
    [ 3.898558] systemd[1]: Starting System Slice.
    [ 3.898674] systemd[1]: Created slice System Slice.
    [ 3.898682] systemd[1]: Starting File System Check on Root Device...
    [ 3.898945] systemd[1]: Starting system-systemd\x2dfsck.slice.
    [ 3.899095] systemd[1]: Created slice system-systemd\x2dfsck.slice.
    [ 3.899104] systemd[1]: Mounting Temporary Directory...
    [ 3.917769] systemd[1]: Starting system-getty.slice.
    [ 3.918013] systemd[1]: Created slice system-getty.slice.
    [ 3.956377] systemd[1]: Starting Create list of required static device nodes for the current kernel...
    [ 3.956919] systemd[1]: Mounting Debug File System...
    [ 3.968760] systemd[1]: Starting Apply Kernel Variables...
    [ 3.969194] systemd[1]: Starting udev Coldplug all Devices...
    [ 3.980915] systemd[1]: Started Set Up Additional Binary Formats.
    [ 3.980935] systemd[1]: Starting Setup Virtual Console...
    [ 3.982172] systemd[1]: Started Load Kernel Modules.
    [ 3.982193] systemd[1]: Mounted FUSE Control File System.
    [ 3.982211] systemd[1]: Mounting Configuration File System...
    [ 3.982612] systemd[1]: Mounting Huge Pages File System...
    [ 3.983050] systemd[1]: Mounting POSIX Message Queue File System...
    [ 3.983622] systemd[1]: Starting Journal Service...
    [ 3.984025] systemd[1]: Started Journal Service.
    [ 5.215071] systemd-udevd[143]: starting version 211
    [ 5.215716] EXT4-fs (sda10): re-mounted. Opts: data=ordered
    [ 5.979664] snd_hda_intel 0000:00:1b.0: irq 59 for MSI/MSI-X
    [ 6.251597] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4
    [ 6.260869] ACPI: Lid Switch [LID0]
    [ 6.260910] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input5
    [ 6.260913] ACPI: Power Button [PWRB]
    [ 6.260940] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input6
    [ 6.260942] ACPI: Sleep Button [SBTN]
    [ 6.260969] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
    [ 6.260971] ACPI: Power Button [PWRF]
    [ 6.316336] wmi: Mapper loaded
    [ 6.325574] thermal LNXTHERM:00: registered as thermal_zone0
    [ 6.325577] ACPI: Thermal Zone [THM] (48 C)
    [ 6.325814] ACPI: AC Adapter [AC] (off-line)
    [ 6.325890] ACPI: Battery Slot [BAT0] (battery absent)
    [ 6.355035] [drm] Initialized drm 1.1.0 20060810
    [ 6.398515] input: PC Speaker as /devices/platform/pcspkr/input/input9
    [ 6.511173] input: 2.4GHZ RF ONLY MOUSE as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/input/input10
    [ 6.511296] hid-generic 0003:1BCF:0535.0001: input,hiddev0,hidraw1: USB HID v1.00 Mouse [2.4GHZ RF ONLY MOUSE] on usb-0000:00:14.0-4/input1
    [ 6.778869] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x127800, board id: 2788, fw id: 1480745
    [ 6.814920] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input8
    [ 6.935874] mousedev: PS/2 mouse device common for all mice
    [ 6.974228] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input11
    [ 6.974578] mei_me 0000:00:16.0: irq 60 for MSI/MSI-X
    [ 6.974609] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 6.978615] ACPI Warning: 0x0000000000001828-0x000000000000182f SystemIO conflicts with Region \PMIO 1 (20131115/utaddress-251)
    [ 6.978620] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 6.978623] ACPI Warning: 0x0000000000000830-0x000000000000083f SystemIO conflicts with Region \GPRL 1 (20131115/utaddress-251)
    [ 6.978625] ACPI Warning: 0x0000000000000830-0x000000000000083f SystemIO conflicts with Region \GPR_ 2 (20131115/utaddress-251)
    [ 6.978628] ACPI Warning: 0x0000000000000830-0x000000000000083f SystemIO conflicts with Region \_SB_.PCI0.RP05.PEGP.GPIO 3 (20131115/utaddress-251)
    [ 6.978629] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 6.978630] ACPI Warning: 0x0000000000000800-0x000000000000082f SystemIO conflicts with Region \GPRL 1 (20131115/utaddress-251)
    [ 6.978632] ACPI Warning: 0x0000000000000800-0x000000000000082f SystemIO conflicts with Region \GPR_ 2 (20131115/utaddress-251)
    [ 6.978634] ACPI Warning: 0x0000000000000800-0x000000000000082f SystemIO conflicts with Region \IO_D 3 (20131115/utaddress-251)
    [ 6.978636] ACPI Warning: 0x0000000000000800-0x000000000000082f SystemIO conflicts with Region \_SB_.PCI0.RP05.PEGP.GPIO 4 (20131115/utaddress-251)
    [ 6.978637] ACPI Warning: 0x0000000000000800-0x000000000000082f SystemIO conflicts with Region \_SB_.IOPH 5 (20131115/utaddress-251)
    [ 6.978639] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 6.978640] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 6.978725] ACPI Warning: 0x000000000000efa0-0x000000000000efbf SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20131115/utaddress-251)
    [ 6.978730] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 6.979647] [drm] Memory usable by graphics device = 2048M
    [ 6.979651] checking generic (c0000000 7e9000) vs hw (c0000000 10000000)
    [ 6.979652] fb: conflicting fb hw usage inteldrmfb vs EFI VGA - removing generic driver
    [ 6.979667] Console: switching to colour dummy device 80x25
    [ 7.027190] i915 0000:00:02.0: irq 61 for MSI/MSI-X
    [ 7.027200] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 7.027201] [drm] Driver supports precise vblank timestamp query.
    [ 7.027320] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 7.080108] cfg80211: Calling CRDA to update world regulatory domain
    [ 7.086677] fbcon: inteldrmfb (fb0) is primary device
    [ 7.168718] Intel(R) Wireless WiFi driver for Linux, in-tree:
    [ 7.168718] Copyright(c) 2003-2013 Intel Corporation
    [ 7.168873] iwlwifi 0000:02:00.0: irq 62 for MSI/MSI-X
    [ 7.226143] Bluetooth: Core ver 2.17
    [ 7.226154] NET: Registered protocol family 31
    [ 7.226154] Bluetooth: HCI device and connection manager initialized
    [ 7.226160] Bluetooth: HCI socket layer initialized
    [ 7.226161] Bluetooth: L2CAP socket layer initialized
    [ 7.226163] Bluetooth: SCO socket layer initialized
    [ 7.242079] usbcore: registered new interface driver btusb
    [ 7.244675] media: Linux media interface: v0.10
    [ 7.256730] Bluetooth: hci0: read Intel version: 370710018002030d33
    [ 7.256731] Bluetooth: hci0: Intel device is already patched. patch num: 33
    [ 7.259309] Linux video capture interface: v2.00
    [ 7.273794] uvcvideo: Found UVC 1.00 device Integrated_Webcam_HD (0c45:6705)
    [ 7.312920] input: Integrated_Webcam_HD as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input12
    [ 7.312987] usbcore: registered new interface driver uvcvideo
    [ 7.312988] USB Video Class driver (1.1.1)
    [ 7.374427] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
    [ 7.455740] iTCO_vendor_support: vendor-support=0
    [ 7.478306] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 7.478331] iTCO_wdt: Found a Lynx Point_LP TCO device (Version=2, TCOBASE=0x1860)
    [ 7.478424] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 7.731609] input: Dell WMI hotkeys as /devices/virtual/input/input13
    [ 8.366783] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
    [ 8.740790] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 8.740799] r8169 0000:03:00.1: can't disable ASPM; OS doesn't have ASPM control
    [ 8.746908] r8169 0000:03:00.1: irq 63 for MSI/MSI-X
    [ 8.747108] r8169 0000:03:00.1 eth0: RTL8411 at 0xffffc90004ef6000, e0:db:55:c1:a4:84, XID 1c800880 IRQ 63
    [ 8.747110] r8169 0000:03:00.1 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
    [ 8.749881] Console: switching to colour frame buffer device 240x67
    [ 8.755049] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    [ 8.755050] i915 0000:00:02.0: registered panic notifier
    [ 8.755385] ACPI Exception: AE_NOT_FOUND, Evaluating _DOD (20131115/video-1117)
    [ 8.755388] ACPI: Video Device [PEGP] (multi-head: no rom: yes post: no)
    [ 8.755439] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2d/LNXVIDEO:00/input/input14
    [ 8.756847] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    [ 8.757196] acpi device:4a: registered as cooling_device4
    [ 8.757318] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input15
    [ 8.757484] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 8.762426] iwlwifi 0000:02:00.0: loaded firmware version 22.24.8.0 op_mode iwlmvm
    [ 8.763348] snd_hda_intel 0000:00:03.0: irq 64 for MSI/MSI-X
    [ 8.810630] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless N 7260, REV=0x144
    [ 8.810704] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
    [ 8.810940] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
    [ 8.822328] microcode: CPU0 sig=0x40651, pf=0x40, revision=0x17
    [ 8.822359] platform microcode: Direct firmware load failed with error -2
    [ 8.822364] platform microcode: Falling back to user helper
    [ 8.770050] systemd-udevd[156]: renamed network interface eth0 to enp3s0f1
    [ 8.822931] microcode: CPU1 sig=0x40651, pf=0x40, revision=0x17
    [ 8.822943] platform microcode: Direct firmware load failed with error -2
    [ 8.822944] platform microcode: Falling back to user helper
    [ 8.823271] microcode: CPU2 sig=0x40651, pf=0x40, revision=0x17
    [ 8.823284] platform microcode: Direct firmware load failed with error -2
    [ 8.823286] platform microcode: Falling back to user helper
    [ 8.823582] microcode: CPU3 sig=0x40651, pf=0x40, revision=0x17
    [ 8.823590] platform microcode: Direct firmware load failed with error -2
    [ 8.823592] platform microcode: Falling back to user helper
    [ 8.823879] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 9.143183] Adding 16777212k swap on /dev/sda8. Priority:-1 extents:1 across:16777212k FS
    [ 9.194383] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input18
    [ 9.194453] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input17
    [ 9.194518] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input16
    [ 9.260650] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
    [ 9.639211] systemd-journald[126]: Received request to flush runtime journal from PID 1
    [ 9.662917] intel_rapl: domain uncore energy ctr 26416:26416 not working, skip
    [ 17.212850] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
    [ 17.213080] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
    [ 17.225790] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
    [ 17.335522] r8169 0000:03:00.1 enp3s0f1: link down
    [ 17.335561] IPv6: ADDRCONF(NETDEV_UP): enp3s0f1: link is not ready
    [ 18.882354] bbswitch: version 0.8
    [ 18.882360] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
    [ 18.882367] bbswitch: Found discrete VGA device 0000:04:00.0: \_SB_.PCI0.RP05.PEGP
    [ 9.289785] systemd-udevd[150]: renamed network interface wlan0 to wlp2s0
    [ 18.882376] ACPI Warning: \_SB_.PCI0.RP05.PEGP._DSM:
    [ 18.882379] Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 18.882497] bbswitch: detected an Optimus _DSM function
    [ 18.882511] pci 0000:04:00.0: enabling device (0006 -> 0007)
    [ 18.882569] bbswitch: Succesfully loaded. Discrete card 0000:04:00.0 is on
    [ 18.884220] bbswitch: disabling discrete graphics
    [ 18.884227] ACPI Warning

    Hi, I have the same laptop and had the same problem.
    I have solved it by adding the following arguments to the kernel command line:
    acpi_osi=Linux acpi_backlight=vendor
    Note: acpi_osi only did the trick, but then the backlight service fails. acpi_backlight fixes the service.

  • External HDD won't mount at boot. [Solved]

    Edit:
    I've noticed that this is an issue regarding my NTFS partition being on an external drive. Please check post #8 by me to get further details.
    Hello guys, I'm having some problems getting my external NTFS HDD to mount automatically at boot. I have installed HAL and NTFS-3G, but I'm still getting problems. Mounting once the computer has finished booting is no problem using the simple mount command (sudo mount /media/pebble). I see no reason why this should be having problems mounting at boot with my fstab entry, but no errors occur when mounting manually.
    Fstab entry:
    /dev/sdc1 /media/pebble ntfs-3g fmask=022 1 0
    rc.conf:
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.utf8"
    HARDWARECLOCK="localtime"
    USEDIRECTISA="no"
    TIMEZONE="America/Vancouver"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(fuse)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="r3-desktop-arch"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    #Static IP example
    #eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    #eth0="dhcp"
    eth0="eth0 192.168.0.23 netmask 255.255.255.0 broadcast 192.168.0.255"
    INTERFACES=(eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng network netfs crond dbus hal alsa)
    Do I need to load HAL earlier? What am I doing wrong?
    Last edited by ryeguy146 (2009-11-05 10:04:32)

    I just noticed something, I don't think that this is an issue with the partition being NTFS, but rather with it being on an external hard drive (/dev/sdc). I say this because I just rebooted and noticed another NTFS partition that I have in my fstab is mounting (/dev/sda5). It's an internal HDD, and I didn't notice that it mounted up because I rarely use it. But there it is.
    I suppose that I should define /dev/sdc. It is a Western Digital External HDD running off of a USB 2.0 cable. I don't know why this makes a difference, but it apparently does. Both entries in the fstab are identical for their respective devices and mount points.
    Now that we have that figured out, I think that I'll change the title of the thread. So any ideas on how to solve this one?

  • Bigtime Problems With Volume Mounts

    Dear kind, helpful, charitable, community of Apple users,
    I'm been spinning my wheels on this for a week now and I'm totally stuck. I'm sufficiently desperate that I thought about offering a cash bounty via PayPal. (But I can't figure out an equitable way to do that so anyone who can help with this will win a virtual $1 "admin buck" and my undying gratitude.)
    Here's what I'm trying to do: I have a Mac Mini running 10.6 server. I also have a 1T external USB hard drive. I want to permanently mount this external hard drive at /Users, so all user accounts will live on the external drive. I've been a sysadmin for 20 years, dabbling in Unix the whole time, and this seems to me like it should be a no-brainer.
    Here's what I've tried: I added this line to /etc/fstab using vifs:
    UUID=BDFE6D09-7483-3479-B37F-0BE15F9CBFBB /Users hfs rw
    I've also tried a couple of variations, using different options (like LABEL and the volume label instead of the UUID, as well as explicit numeric values for fs_freq and fs_passno in the fifth and sixth fields. Regardless, when I run 'mount -av' I get:
    GetMasterBlock: Error 2 opening UUID=BDFE6D09-7483-3479-B37F-0BE15F9CBFBB
    GetMasterBlock: Error 2 opening UUID=BDFE6D09-7483-3479-B37F-0BE15F9CBFBB
    mount_hfs: No such file or directory
    mount: exec /System/Library/Filesystems/url.fs/Contents/Resources/mount_url for
    /Network/Servers: No such file or directory
    This is nonsense because the drive itself is formatted and partitioned and attached and on and visible in Disk Utility (though not mounted), and the /Users directory exists on the root. In fact, if I execute the following:
    mount_hfs /dev/disk2s3 /Users
    The volume mounts perfectly! Everything is peachy. Except, as soon as I log off twice, the volume unmounts for no explicable reason. Rebooting the system never automounts the volume like it's supposed to. Anytime automount (or mount, for that matter) fails, this is posted in the console error log:
    10/9/09 6:38:59 PM com.apple.autofsd[91] automount: Mount for UUID=BDFE6D09-7483-3479-B37F-0BE15F9CBFBB has no path for the directory to mount
    Oh, and yes, autodiskmount.plist is correct and exists in /Library/Preferences/SystemConfiguration.
    So my questions are these:
    1. Why does the darn think keep unmounting whenever someone logs off the server?
    2. Why does mount -a fail, while mount_hfs works fine
    3. What the heck am I supposed to do to get this thing to mount and stay mounted at /Users?
    Thanks for taking the time to ever read this!

    Hi Strontium90,
    Thanks for the reply!
    That is because Firewire and USB drives do not mount until the Finder is active. This is the default behavior, meaning that server, booting to the login screen, will not mount "transitory bus" devices. However, this can be overcome. You need to run this command to alter the default behavior (note this is all one line):
    sudo defaults write /Library/Preferences/SystemConfiguration/autodiskmount AutomountDisksWithoutUserLogin -bool YES
    Well, unfortunately, that's what I meant in my original post when I said that, yes, the file /Library/Preferences/SystemConfiguration/autodiskmount.plist already exists. I have already executed the command you indicated, which creates the .plist file. And while this does seem to mount the drive right after a reboot, as I stated, the act of logging on and then off causes the drive to be unmounted. In fact, the as far as I can tell, no matter how the drive gets mounted, it is automatically unmounted at every logoff.
    But unless I am misreading what you are trying to do, that will allow the drive to mount automatically during startup and be available to the system without a user session.
    And it does... but it doesn't stay mounted. And it doesn't explain why mount -a fails with the errors I listed.
    As for a remap of the Users folder... If this is for network homes, then simply define the share point and define it to go to your external drive.
    It is indeed for network homes. Unfortunately, all of the defaults in server when creating accounts want to use /Users. I know I can change these defaults, but my experience with Apple is that successive operating system upgrades never respect or protect changes to defaults. Since all of the admin tools (and applications, and etc.) want to use /Users, I want to simply mount a larger partition at that point.
    Which, unfortunately, brings me back to my original three questions...

  • XSAN volumes mount RW, but ROOT is locked out.

    I am mounting several clients to the XSAN, and the volumes mount as RW through the admin, and the get info shows them as RW mounts, but additional info says 'you can only read' and there is a small lock illustration on the drive icon after mounting. Using terminal ADMIN, I can not write to the root of the drive, but previously created folders work as RW. Using one of the volumes as the FCP scratch disk, and it will not work, but use the folder inside the volume works. Have tried resetting permissions, restarting the volume(s) and the controller. Nothing has helped. I did have one client with possibly corrupted data (bad HDD) that was crashing at the time of this beginning. Any thought will be appriciated, as I have not been able to find anything on it yet.

    I would say that read only access at the root level of your XSan volume would be preferable, at least it is in the environment that we are working. This prevents anyone but an administrator from placing folders at the root level, meaning that you can control affinity assignment, whereas any local user that would create a folder on the root level would have no affinity assignment. In our environment, where we're working with multiple shows at a time and 52 TB of total storage, affinity assignments become absolutely crucial for file management.

  • Seemingly random crashes shortly after boot?

    I have a very unstable 17-in Mid-2009 Macbook Pro on OS X 10.9.1 Mavericks (although this was also a problem on OS X 10.7.5 Lion). I think I can squeeze another 6 months of life out of this, but if not, that's acceptable.
    It ...just crashes randomly. When I say crash, I mean that the whole thing just shuts off. Never after Safe Boot, but shortly after booting and when coming out of sleep. It doesn't matter if I have it connected to the power adapter. Sometimes there's actual crash reports (QuickLookSatellite and UserEventAgent), but sometimes not. I have replaced everything in this computer I possibly can in an attempt to fix this and/or improve its performance. Here's a pastebin link to the latest crash. Any ideas?
    http://pastebin.com/B0fYeAcs

    It's feeling pretty good today, no crash yet.
    Report:
    Hardware Information:
              MacBook Pro (17-inch, Mid 2009)
              MacBook Pro - model: MacBookPro5,2
              1 3.06 GHz Intel Core 2 Duo CPU: 2 cores
              8 GB RAM
    Video Information:
              NVIDIA GeForce 9400M - VRAM: 256 MB
              NVIDIA GeForce 9600M GT - VRAM: 512 MB
    System Software:
              OS X 10.9.1 (13B42) - Uptime: 0 days 0:2:38
    Disk Information:
              Samsung SSD 840 EVO 250GB disk0 : (250.06 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        boku (disk0s2) / [Startup]: 249.2 GB (97.65 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              MATSHITADVD-R   UJ-868 
    USB Information:
              Apple Inc. Built-in iSight
              Apple, Inc. Apple Internal Keyboard / Trackpad
              Apple Computer, Inc. IR Receiver
              Apple Inc. BRCM2046 Hub
                        Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
    Thunderbolt Information:
    Configuration files:
              /etc/hosts - Count: 1
    Launch Daemons:
              [System] com.adobe.fpsaud.plist 3rd-Party support link
              [System] com.barebones.authd.plist 3rd-Party support link
              [System] com.github.GitHub.GHInstallCLI.plist 3rd-Party support link
              [System] com.google.keystone.daemon.plist 3rd-Party support link
              [System] com.microsoft.office.licensing.helper.plist 3rd-Party support link
              [System] com.ni.ServiceLocator.plist 3rd-Party support link
              [System] com.teamviewer.teamviewer_service.plist 3rd-Party support link
              [System] nilxid.plist 3rd-Party support link
              [System] org.freedesktop.dbus-system.plist 3rd-Party support link
    Launch Agents:
              [System] com.amazon.sendtokindle.launcher.plist 3rd-Party support link
              [System] com.google.keystone.agent.plist 3rd-Party support link
              [System] com.kodak.BonjourAgent.plist 3rd-Party support link
              [System] com.teamviewer.teamviewer.plist 3rd-Party support link
              [System] com.teamviewer.teamviewer_desktop.plist 3rd-Party support link
              [System] org.freedesktop.dbus-session.plist 3rd-Party support link
    User Launch Agents:
              [not loaded] com.adobe.ARM.[...].plist 3rd-Party support link
              [not loaded] com.apple.CSConfigDotMacCert-[...]@me.com-SharedServices.Agent.plist
              [not loaded] com.kodak.KODAK AiO Firmware Updater.plist 3rd-Party support link
              [not loaded] com.kodak.KODAK AiO Software Updater.plist 3rd-Party support link
              [not loaded] com.valvesoftware.steamclean.plist 3rd-Party support link
    User Login Items:
              iTunesHelper
    Internet Plug-ins:
              o1dbrowserplugin: Version: 5.1.2.17113 3rd-Party support link
              LV110HelperLauncher: Version: 11.0.0 3rd-Party support link
              nplastpass: Version: 2.5.5 3rd-Party support link
              Default Browser: Version: 537 - SDK 10.9
              AdobePDFViewerNPAPI: Version: 11.0.06 - SDK 10.6 3rd-Party support link
              FlashPlayer-10.6: Version: 12.0.0.44 - SDK 10.6 3rd-Party support link
              Silverlight: Version: 5.1.20513.0 - SDK 10.6 3rd-Party support link
              Flash Player: Version: 12.0.0.44 - SDK 10.6 Outdated! Update
              QuickTime Plugin: Version: 7.7.3
              googletalkbrowserplugin: Version: 5.1.2.17113 3rd-Party support link
              npgtpo3dautoplugin: Version: 0.1.44.29 - SDK 10.5 3rd-Party support link
              AdobePDFViewer: Version: 11.0.06 - SDK 10.6 3rd-Party support link
              SharePointBrowserPlugin: Version: 14.3.9 - SDK 10.6 3rd-Party support link
              LV85HelperLauncher: Version: 1.0 3rd-Party support link
              JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Outdated! Update
    Safari Extensions:
              LastPass: Version: 3.0.23
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 1.9 - SDK 10.9
              AppleAVBAudio: Version: 2.0.0 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
              Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    User Internet Plug-ins:
              CitrixOnlineWebDeploymentPlugin: Version: 1.0.105 3rd-Party support link
    3rd Party Preference Panes:
              Flash Player  3rd-Party support link
    Old Applications:
              /Library/Application Support/Microsoft/MERP2.0
                        Microsoft Error Reporting:          Version: 2.2.9 - SDK 10.4 3rd-Party support link
                        Microsoft Ship Asserts:          Version: 1.1.4 - SDK 10.4 3rd-Party support link
              Solver:          Version: 1.0 - SDK 10.5 3rd-Party support link
                        /Applications/Microsoft Office 2011/Office/Add-Ins/Solver.app
              SLLauncher:          Version: 1.0 - SDK 10.5 3rd-Party support link
                        /Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app
              /Applications/Microsoft Office 2011/Office
                        Microsoft Graph:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Database Utility:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Office Reminders:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Upload Center:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        My Day:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        SyncServicesAgent:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Open XML for Excel:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Alerts Daemon:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Database Daemon:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Chart Converter:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Clip Gallery:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
              Epson Printer Utility 4:          Version: 9.17 - SDK 10.5 3rd-Party support link
                        /Library/Printers/EPSON/InkjetPrinter2/Utility/UT4/Epson Printer Utility 4.app
              Knights of the Old Republic:          Version: 1.3.8 - SDK 10.5 3rd-Party support link
                        /Users/[redacted]/Library/Application Support/Steam/SteamApps/common/swkotor/Knights of the Old Republic.app
              /Applications/Microsoft Office 2011
                        Microsoft PowerPoint:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Excel:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Outlook:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Word:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Document Connection:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
              /Library/Printers/Kodak/AiO_Printers
                        Registration:          Version: 7.7.3 - SDK 10.5 3rd-Party support link
                        KODAK AiO Software Updater:          Version: 7.7 - SDK 10.5 3rd-Party support link
                        KODAK AiO Scan:          Version: 7.7.3 - SDK 10.5 3rd-Party support link
                        KODAK AiO Uninstall:          Version: 7.7.3 - SDK 10.5 3rd-Party support link
                        AiOFirmwareUpdater:          Version: 7.7 - SDK 10.5 3rd-Party support link
              Microsoft Language Register:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        /Applications/Microsoft Office 2011/Additional Tools/Microsoft Language Register/Microsoft Language Register.app
              Microsoft AutoUpdate:          Version: 2.3.6 - SDK 10.4 3rd-Party support link
                        /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
              Ventrilo:          Version: 3.0.13 - SDK 10.5 3rd-Party support link
              SuperDuper!:          Version: 2.7.1 - SDK 10.4 3rd-Party support link
    Time Machine:
              Mobile backups: OFF
              Auto backup: NO - Auto backup turned off
              Volumes being backed up:
              Destinations:
                        My Passport [Local] (Last used)
                        Total size: 0 B
                        Total number of backups: (null)
                        Size of backup disk: Excellent
                                  Backup size 0 B > (Disk size 0 B X 3)
              Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
    Top Processes by CPU:
                   9%          Google Chrome
                   5%          mds
                   5%          WindowServer
                   4%          mds_stores
                   2%          SystemUIServer
    Top Processes by Memory:
              106 MB          Google Chrome
              98 MB          Finder
              79 MB          mds_stores
              57 MB          CalendarAgent
              57 MB          SystemUIServer
    Virtual Memory Information:
              4.73 GB          Free RAM
              2.16 GB          Active RAM
              235 MB          Inactive RAM
              648 MB          Wired RAM
              319 MB          Page-ins
              0 B          Page-outs

  • External drive does not mount on boot

    I have a Toshiba MK5055GSX 500GB external drive which I use for Time Machine but for some reason it does not automatically mount from a cold boot. Before I started to use it for Time Machine (it was formatted as NTFS at the time) I had not problems with it. All other external drives correctly mount on boot.
    I had thought it might be a problem with the drive itself but if I disconnect it and reconnect it with my iMac running it mounts every time without fail. If I reboot after it has mounted it also mounts at boot. Only if I start the iMac using the power button with the drive already connected does it fail to mount and the results are consistently repeatable.
    Does anyone have any ideas why this might be happening and how to fix it?

    Does this drive have a separate power brick? If it does I suggest using it to see if that fixes the problem. If the enclosure has both USB and Firewire ports try using the drive on a Firewire port instead of a USB port.
    It sounds like the drive is not spinning up early enough in the startup process to be detected.
    Not knowing how you prepared the drive for the Mac, you should re-prep the drive as follows:
    Extended Hard Drive Preparation
    1. Open Disk Utility in your Utilities folder.
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Set the format type to Mac OS Extended (Journaled.) Click on the Options button, set the partition scheme to GUID (for Intel Macs) or APM (for PPC Macs) then click on the OK button. Click on the Partition button and wait until the process has completed.
    4. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    5. Set the format type to Mac OS Extended (Journaled.) Click on the Options button, check the button for Zero Data and click on OK to return to the Erase window.
    6. Click on the Erase button. The format process can take up to several hours depending upon the drive size.

  • MBP 8,1 (10.9.5) freezes approx. 20 minutes after booting.

    If I remove one of the two RAM-modules and the MBP runs with only 2GB of RAM, it seems to work, although all processes are much slower. TC backup is not working and when trying to download Mavericks again, the computer freezes again. The freeze-problem does not occur under 10.6, here the MBP works fine. Any suggestions? Am I facing a RAM-module or HDD-problem here? Or something completely different?

    Just to clarify the problem: the system only freezes when both 2GB-RAM-modules are installed. If I run the MBP on only 2GBs (no matter, which one), the system does not freeze.
    Here is the report from etrecheck:
    Problem description:
    MBP 8,1 (10.9.5) freezes approx. 20 minutes after booting.
    EtreCheck version: 2.1.8 (121)
    Report generated 16. Februar 2015 14:23:00 MEZ
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Pro (13-inch, Early 2011) (Technical Specifications)
        MacBook Pro - model: MacBookPro8,1
        1 2.3 GHz Intel Core i5 CPU: 2-core
        2 GB RAM Upgradeable
            BANK 0/DIMM0
                2 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                Empty  
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 338
    System Software: ℹ️
        OS X 10.9.5 (13F34) - Time since boot: 0:24:30
    Disk Information: ℹ️
        WDC WD5000BEVT-00A0RT0 disk0 : (500,11 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            MBP HDD (disk0s2) /  [Startup]: 478.21 GB (12.97 GB free) (Low!)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            10.6 - Snow Leopard (disk0s4) /Volumes/10.6 - Snow Leopard : 16.26 GB (4.03 GB free)
        MATSHITADVD-R   UJ-8A8 
    USB Information: ℹ️
        Apple Computer, Inc. IR Receiver
        hp deskjet 5600
        Logitech USB Optical Mouse
        Canon CanoScan
        LaCie LaCie d2 DVDRW FW/USB
        Brother HL-2030 series
        Apple Inc. FaceTime HD Camera (Built-in)
        PI-410 External USB HDD 1 TB
            EFI (disk1s1) <not mounted> : 210 MB
            TimeMachine1 (disk1s2) /Volumes/TimeMachine1 : 999.86 GB (585.34 GB free)
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /System/Library/Extensions
        [not loaded]    com.devguru.driver.SamsungComposite (1.2.53 - SDK 10.6) [Click for support]
        [not loaded]    com.elgato.driver.DontMatchAfaTech (1.1) [Click for support]
        [not loaded]    com.elgato.driver.DontMatchCinergy450 (1.1) [Click for support]
        [not loaded]    com.elgato.driver.DontMatchCinergyXS (1.1) [Click for support]
        [not loaded]    com.elgato.driver.DontMatchEmpia (1.1) [Click for support]
        [loaded]    com.iospirit.driver.rbiokithelper (1.21 - SDK 10.6) [Click for support]
        [not loaded]    com.keyspan.iokit.DMRantiClassic (1.4) [Click for support]
        [not loaded]    com.olympus.CamBlockCommandsDeviceUP (3.1.0 - SDK 10.6) [Click for support]
            /System/Library/Extensions/RBIOKitHelper.kext/Contents/PlugIns
        [not loaded]    com.iospirit.driver.RBTSRPlugin (1.18 - SDK 10.6) [Click for support]
            /System/Library/Extensions/ssuddrv.kext/Contents/PlugIns
        [not loaded]    com.devguru.driver.SamsungACMControl (1.2.53 - SDK 10.6) [Click for support]
        [not loaded]    com.devguru.driver.SamsungACMData (1.2.53 - SDK 10.6) [Click for support]
        [not loaded]    com.devguru.driver.SamsungMTP (1.2.53 - SDK 10.5) [Click for support]
        [not loaded]    com.devguru.driver.SamsungSerial (1.2.53 - SDK 10.6) [Click for support]
    Launch Agents: ℹ️
        [loaded]    com.cisco.anyconnect.gui.plist [Click for support]
        [loaded]    com.citrix.AuthManager_Mac.plist [Click for support]
        [running]    com.citrix.ServiceRecords.plist [Click for support]
        [running]    com.synology.SynoSIMBL.plist [Click for support]
        [loaded]    com.synology.SynoSIMBL_RefreshFinder.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [running]    com.cisco.anyconnect.vpnagentd.plist [Click for support]
        [failed]    com.cleverfiles.cfbackd.plist [Click for support] [Click for details]
        [loaded]    com.iospirit.candelair.daemon.plist [Click for support]
        [loaded]    com.iospirit.candelair.sync.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2.Agent.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
        [loaded]    com.regularrateandrhythm.rowmotehelperaide.plist [Click for support]
        [running]    com.tobit.rfx-server.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [failed]    com.apple.CSConfigDotMacCert-[...]@me.com-SharedServices.Agent.plist [Click for details]
        [loaded]    com.facebook.videochat.[redacted].plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [running]    com.spotify.webhelper.plist [Click for support]
        [running]    com.vemedio.Snowtape.RadioAgent.plist [Click for support]
        [running]    net.presenterapp.PresenterServer.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    Programm  (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
        Citations    Programm  (/Applications/Papers.app/Contents/SharedSupport/Citations.app)
        Dropbox    Programm  (/Applications/Dropbox.app)
        CNQL1213_ButtonManager    Programm Hidden (/Library/CFMSupport/CNQL1213_ButtonManager.app)
    Internet Plug-ins: ℹ️
        DirectorShockwave: Version: 11.6.0r626 [Click for support]
        Google Earth Web Plug-in: Version: 6.1 [Click for support]
        Default Browser: Version: 537 - SDK 10.9
        Flip4Mac WMV Plugin: Version: 2.4.4.2 [Click for support]
        OVSHelper: Version: 1.1 [Click for support]
        AdobePDFViewerNPAPI: Version: 10.1.13 [Click for support]
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        DivXBrowserPlugin: Version: 2.1 [Click for support]
        Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Click for support]
        Flash Player: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        iPhotoPhotocast: Version: 7.0 - SDK 10.8
        CitrixICAClientPlugIn: Version: 1.0 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        AdobePDFViewer: Version: 10.1.13 [Click for support]
        SharePointBrowserPlugin: Version: 14.2.0 - SDK 10.6 [Click for support]
        JavaAppletPlugin: Version: Java 8 Update 25 Check version
    User internet Plug-ins: ℹ️
        RealPlayer Plugin: Version: Unknown
        Google Earth Web Plug-in: Version: Unknown
    Safari Extensions: ℹ️
        Open in Papers
        TinEye
        Add To Amazon Wish List
        Pin It Button
        Evernote Web Clipper
        DivX Plus Web Player HTML5 <video>
        Clip to DEVONthink
        My eBay Manager
    Audio Plug-ins: ℹ️
        EcammAudioLoader: Version: 1.0.2 - SDK 10.8 [Click for support]
        CallRecorder: Version: v2.5.8 - SDK 10.8 [Click for support]
    3rd Party Preference Panes: ℹ️
        Citrix ShareFile Sync  [Click for support]
        DivX  [Click for support]
        Flash Player  [Click for support]
        Flip4Mac WMV  [Click for support]
        iPhonePresenter  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: ON
        Auto backup: YES
        Volumes being backed up:
            MBP HDD: Disk size: 478.21 GB Disk used: 465.24 GB
        Destinations:
            TimeMachine1 [Local]
            Total size: 0 B
            Total number of backups: 5
            Oldest backup: 2014-04-17 22:08:55 +0000
            Last backup: 2014-06-11 14:38:01 +0000
            Size of backup disk: Too small
                Backup size 0 B < (Disk used 465.24 GB X 3)
    Top Processes by CPU: ℹ️
            14%    WindowServer
            11%    storeagent
             2%    Finder
             1%    Dock
             1%    Safari
    Top Processes by Memory: ℹ️
        176 MB    Safari
        50 MB    com.apple.WebKit.WebContent
        30 MB    storeagent
        26 MB    Finder
        24 MB    WindowServer
    Virtual Memory Information: ℹ️
        14 MB    Free RAM
        554 MB    Active RAM
        552 MB    Inactive RAM
        745 MB    Wired RAM
        1.01 GB    Page-ins
        398 MB    Page-outs
    Diagnostics Information: ℹ️
        Feb 16, 2015, 01:58:49 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/PresenterServer_2015-02-16-135 849_[redacted].crash
        Feb 16, 2015, 01:32:59 PM    Self test - passed
        Feb 16, 2015, 10:14:52 AM    /Library/Logs/DiagnosticReports/Safari_2015-02-16-101452_[redacted].hang
        Feb 16, 2015, 07:50:33 AM    /Library/Logs/DiagnosticReports/Safari_2015-02-16-075033_[redacted].hang
        Feb 16, 2015, 07:50:32 AM    /Library/Logs/DiagnosticReports/Mail_2015-02-16-075032_[redacted].hang
        Feb 15, 2015, 10:34:48 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/PresenterServer_2015-02-15-223 448_[redacted].crash
        Feb 15, 2015, 07:49:22 PM    /Library/Logs/DiagnosticReports/Safari_2015-02-15-194922_[redacted].hang
        Feb 14, 2015, 10:46:59 PM    /Library/Logs/DiagnosticReports/Safari_2015-02-14-224659_[redacted].hang
        Feb 16, 2015, 07:50:32 AM    /Library/Logs/DiagnosticReports/Safari_2015-02-16-075032_[redacted].hang
        Feb 15, 2015, 03:33:15 PM    /Library/Logs/DiagnosticReports/Preview_2015-02-15-153315_[redacted].hang

Maybe you are looking for

  • Xml publisher reprot - special character problem

    I invoice report through xml publisher. I have '&' special character in vendor list. I am getting below error A semi colon character was expected. Error processing resource. Below is the code CREATE OR REPLACE PACKAGE BODY XML_RPT AS     FUNCTION XML

  • Identifying standard process & GAPS in QADB with REPORT example.

    Hi all, can anyone help me, what is QADB n how to identify GAPS in QADB n standard process with an report example? what is standard process in QADB?can we convert GAPS into standard process? <b>PLZ ANSWER REUIRED URGENTLY.....</b> Regards, Arundhathi

  • How to unlock my iPhone 3g 8gb?

    how I could unlock my iPhone?

  • Can't install Skype (6.18), Code 1638

    Instead of auto-updating skype, the program manually asked me to install the recent update. When I tried to, it gave me an error saying: Installing Skype Failed; code 1638 Another version of this product is already installed. Installation of this ver

  • Doubt about the sizing in the CPH

    Hi gurus! I have the following doubt about the sizing in the CPH.  I'm going to implement the CCMS BI CONTENT, i read the Note 979581 - Installing and configuring the CCMS BI Content, but in the document called "IT Performance Reporting Using SAP Net