Fatal disk corruption from Snow Leopard incompatibility

Hello to all --
After upgrading to 10.6 from 10.5.8, I have consistently encountered a fatal error:
System extension cannot be used
The system extension "/System/Library/Extensions/IOPCIFamily.kext" was installed improperly and cannot be used. Please try reinstalling it, or contact the product's vendor for an update.
This kernel extension's vendor seems to be Apple. I can't find this kernel extension among the 10.6 packages, however, and cannot therefore reinstall it.
Worse, once this error is reported, the boot disk has been hopelessly corrupted. Disk Utility reports incorrect block counts, an incorrect number of file hard links, or overlapping extents. Neither Disk Utility, TechTool Pro, nor Drive Genius has been able to repair a disk corrupted in this manner. After being repaired, the disk simply hangs at the gray apple screen during boot.
I first suspected a hard drive problem, but the drive passed all the comprehensive tests in my arsenal. Similarly, all of my computer's systems have passed the most rigorous tests available in the above three disk utility programs. Also, I received the same error using a completely different boot disk, which makes system corruption the much more probable cause.
After the first disk failure, I clean installed 10.6, installed my main apps (the latest Final Cut Studio, Illustrator CS4, Photoshop CS4, etc...), and made a clone of the disk. It seemed to work OK until I installed the most recent Logic Studio and various plug-ins for it. The majority of the plug-in vendors' sites assert compatibility with Snow Leopard. The one or two that are silent about it have users forums filled with reports of successful use under 10.6. I can't figure why what appears to be a PCI-related kernel extension would be affected by an audio application or plug-in in the first place. The error has been manifest in both 10.6.1 and 10.6.2. I've reproduced this error three separate times, and am done with Snow Leopard until I can solve the problem.
A web-search for the failed kernel extension hasn't been very revealing, and it's not prominent among the problem reports in Apple's various user forums, either.
Anybody got any ideas what's likely to be going on here and how I might be able to work around it? All of the software in question functions OK under 10.5.8 on the same hardware.
My system is:
2007 Mac Pro 3ghz Xeon octo, 16 GB RAM, ATI 1900XT. The only significant third party hardware attached is a MOTU Traveler firewire audio interface, with a SL-compatible driver. The last time I received this kext error, however, I was running the computer without any peripherals except the keyboard and trackball.
It's a puzzler. Hope somebody can shed some light on this. Thanks.

We apologize for the confusion and any inconvenience that this problem may have caused and want to thank all of you for your continued patience. At this time, we have been able to reproduce an issue with the latest iZotope installers that may affect users who have recently upgraded their Mac operating system to Snow Leopard. We will be issuing an update to our existing Mac installers immediately to fix this issue.
In the meantime, if you think you are experiencing this problem, please read and follow the steps below to fix this issue. If you have any further questions or continued problems, please don’t hesitate to contact iZotope Support directly at the following e-mail address: [email protected].
Problem:
If you have received a dialogue with the text below, the next time your computer is rebooted, the operating system may not load correctly.
“/System/Library/Extensions/IOPCIFamily.kext" was installed improperly and cannot be used. Please try reinstalling it, or contact the product's vendor for an update.”
If this occurs and you encounter a Mac system “grey screen” upon restart, please follow the steps below to correct this problem.
Solution:
1.To begin, insert the 10.6 OS X installer disk and restart the computer.
2.As the computer restarts, hold down the “C” button on your keyboard to boot from your OS X installer CD.
3.Select the language, then go to the “Utilities” menu at the top of your screen and select "Terminal".
4.Copy or type the exact text below into the Terminal prompt and hit the Return key on your keyboard.
ls /Volumes
5.At this stage, a list of available hard drives should appear.
6.Next, copy or type the exact text below, including quotes, into the Terminal prompt and hit the Return key on your keyboard.
cd "/Volumes/Macintosh HD"
*Note: If you have renamed your boot drive, please replace the “Macintosh HD” in the text above with your updated drive name.
7.Next, copy or type the exact text below into the Terminal prompt and hit the Return key on your keyboard.
sudo chmod 644 System/Library/Extensions/IOPCIFamily.kext/.* && sudo touch System/Library/Extensions
8.Finally, close the Terminal window and restart the computer.
9.Once rebooted, you are free to continue as normal and this problem will not return.
Alternate Solution:
1.If you've seen the dialog box described above, and have not yet rebooted, go to your "Applications -> Utilities" folder and double click "Terminal".
2.Next, type the following command into your Terminal prompt and press the Return key on your keyboard.
sudo chmod 644 /System/Library/Extensions/IOPCIFamily.kext/.* && sudo touch /System/Library/Extensions
*Note: If prompted with the warning below, please enter your user account password and hit the Return key to continue. (Administrator account required)
"WARNING: Improper use of the sudo command could lead to data loss or the deletion of important system files. Please double-check your typing when using sudo. Type "man sudo" for more information.
To proceed, enter your password, or type Ctrl-C to abort.
Password: "
3.Once complete, you are free to close the Terminal window and continue as normal. The problem will be fixed and will not return.
Thank you again for your continued patience in this matter and please contact us directly at [email protected] if you have any questions or concerns.
-The iZotope Team

Similar Messages

  • Yosemite Disk missing from Snow Leopard  Startup Disk

    I recently installed Yosemite in a triple-boot configuration with Snow Leopard and Windows 7.
    Note: to anyone trying the same  I learned the hard way that the Yosemite has to go after Windows or Windows' 4-partiton limit will be exceeded and it won't install. My partitions look like this: (Invisible) EFI, Snow Leopard, Windows 7, Yosemite, Recovery.
    But the topic of this post is the fact that the Yosemite Disk does not appear in Snow Leopard's Startup Disk in System Preferences. I've seen a few other posts about this and want to share a work-around I've found. Here's the procedure:
    1) Boot into Yosemite.
    Open System Preferences>Startup Disk.
    If the Yosemite startup disk is not already selected, select it and reboot.
    2) In terminal, enter these commands:
         nvram efi-boot-device > ~/desktop/YosEFI
         nvram efi-boot-device-data >> ~/desktop/YosEFI
    The YosEFI name is arbitrary; call it whatever you like.
    The > and the following code on the first command creates a file named YosEFI on the desktop and sends the output of the first nvram command to it.
    The >> on the second command appends its output to the existing YosEFI file. A single > here would overlay the output of the first command.
    3) Open System Preferences>Startup Disk.
    Select the Snow Leopard disk and reboot.
    4) Copy the YosEFI file from the Yosemite desktop to a folder of your choice.
    5) Create a file in Text Editor (I called mine BootYosemite - with no .txt extension), and put (a version of) this code in it:
         sudo nvram -f ~/Documents/YosEFI
    For simplicity this example assumes the YosEFI file was saved to your Documents folder. Adjust the path as appropriate.
    6) Open Terminal, navigate to the file created in Step 5 (BootYosemite), and make the file executable:
         chmod 755 BootYosemite
    7) You can now double-click the BootYosemite file and it will open a Terminal window and prompt for an Administrator password. When the command runs, it imports the efi parameters from the YosEFI file to NVRAM and the next system restart will boot into Yosemite without the need to use the Option key.
    Of course, it's debatable whether being required to enter an Administrator password is really any easier than holding down the Option key, but for those who want a work-around for the missing Yosemite in Snow Leopard's System Preferences>Startup Disk, this is one solution.
    8) If you really want to get creative, you can put BootYosemite in your ~/Library/Scripts folder (create the folder if you don't already have it) and run it from the Menu Bar.
    To add a Scripts option to the menu bar, open AppleScript Editor (It's in Applications/Utilities), open Preferences, and check Show Script Menu in Menu Bar. You'll need to re-logon (not reboot) to pick up the new script and show it on the Menu Bar.

    Simpler is to use the donationware QuickBoot app.
    27" i7 iMac (Mid 2011) refurb, OS X Yo (10.10.1), Mavs, ML & SL, G4 450 MP w/10.5 & 9.2.2

  • How can I create a disk image of snow leopard installer disk from my Imac which runs it?

    how can I create a disk image of snow leopard installer disk from my Imac which runs it? It came without DVD installer, and I want to make a copy of it's OS installer but can't find out how.

    You need to have the disc in order to create disk image of snow leopard installer disc. What did your machine ship with? If something later than SL, then why? If earlier, then you can buy the SL installer disc and make the disk image.

  • When attempting to upgrade my iMac from Snow Leopard to Mavericks, I receive the message "This disk is used for Time Machine Backups" when I try to select the lone available hard drive.

    When attempting to upgrade my iMac from Snow Leopard to Mavericks, I receive the message "This disk is used for Time Machine Backups" when I try to select the lone available hard drive.  I have ensured that Time Machine is turned off.  Upon some Google research, some who reported this problem were told to delete the folder backup.backupdb, but I do not have this folder on my Mac.  Any suggestions?

    The folder would be at the root of your hard drive. Double-click Macintosh HD and look there.
    If it isn’t there, I’m not sure what it is seeing.

  • Hi I just updated from Snow Leopard to Mountain Lion. I write DVD's using Final Cut Pro, creating a DVD that plays HD and Standard Definition on one disk. My problem is when I used load the disk on my G5 it would ask if you want High Definition or Standar

    Hi I just updated from Snow Leopard to Mountain Lion.
    I write DVD's using Final Cut Pro, creating a DVD that plays HD and Standard Definition on one disk.
    My problem is when I used load the disk on my G5 it would ask if you want High Definition or Standard Definition, now it just defaults to Standard Definition.(I'm using Apple's DVD Player)
    Can I fix this problem?

    Addendum: I read on a post here (http://forums.macrumors.com/showthread.php?t=420169) about removing some kext files in order to trick OSX into thinking that there were no FireWire ports.
    I followed the instructions and removed from /System/Library/Extensions/ the following files:
    IOFireWireSerialBusProtocolTransport.kext
    IOFireWireAVC.kext
    IOFireWireFamily.kext
    IOFireWireIP.kext
    IOFireWireSBP2.kext
    I restarted and BAM...Snow Leopard booted crazy fast and the mouse and keyboard worked instantly.
    The System Profiler says "No FireWire ports were found."
    So this tells me that the FW port is probably the culprit and is messing up the installation.
    So how do I hack the Mountain Lion installer and tell it to ignore the FW port, which is obviously quite dead? Or is there something I can do to the Base system that is similar?

  • Moving mail from Snow Leopard running on an external disk

    I have been operating my computer with Snow Leopard on an external Hard Drive for quite some time  and downloaded Mountain Lion onto my internal disk so I could play with it before making the big plunge.  I have not set up the Mail program on Mountain Lion but now want to move my mail setup from Snow Leopard. 
    How do I do that?  Will I be able to keep my folders etc.?

    Though you have not provided the model number of the MBP, I suspect that the given unit came with an OS newer than 10.5.  A MBP will not run an older version OS than the original.
    http://support.apple.com/kb/HT2186
    Ciao.

  • My Imac fails when I try to upgrade from Snow Leopard 10.6.8.  I have to boot up from disk.  Does anyone know how to overcome this problem?

    My iMac fails when I try to upgrade from Snow Leopard 10.6.8.  I have to boot up from disk.  Does anyone know how to overcome this problem?   I need to upgrade in order to install latest software.

    It would be lovely to know what your talking about. Upgrading from Snow Leopard does not involve discs.
    Upgrading to Lion
    If your computer does not meet the requirements to install Mavericks, it may still meet the requirements to install Lion.
    You can purchase Lion at the Online Apple Store. The cost is $19.99 (as it was before) plus tax.  It's a download. You will get an email containing a redemption code that you then use at the Mac App Store to download Lion. Save a copy of that installer to your Downloads folder because the installer deletes itself at the end of the installation.
         Lion System Requirements
           1. Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7,
               or Xeon processor
           2. 2GB of memory
           3. OS X v10.6.6 or later (v10.6.8 recommended)
           4. 7GB of available space
           5. Some features require an Apple ID; terms apply.
    Upgrading to Mountain Lion
    To upgrade to Mountain Lion you must have Snow Leopard 10.6.8 or Lion installed. Purchase a redemption code at the Online Apple Store: OS X Mountain Lion. Mountain Lion is $19.99 plus tax. Use the code to redeem a download of Mountain Lion from the App Store. The file is quite large, over 4 GBs, so allow some time to download. It would be preferable to use Ethernet because it is nearly four times faster than wireless.
         OS X Mountain Lion - System Requirements
           Macs that can be upgraded to OS X Mountain Lion
             1. iMac (Mid 2007 or newer) - Model Identifier 7,1 or later.
             2. MacBook (Late 2008 Aluminum, or Early 2009 or newer) - Model
                 Identifier 5,1 or later.
             3. MacBook Pro (Mid/Late 2007 or newer) - Model Identifier 3,1 or later.
             4. MacBook Air (Late 2008 or newer) - Model Identifier 2,1 or later.
             5. Mac mini (Early 2009 or newer) - Model Identifier 3,1 or later.
             6. Mac Pro (Early 2008 or newer) - Model Identifier 3,1 or later.
             7. Xserve (Early 2009) - Model Identifier 3,1 or later.
    To find the model identifier open System Profiler in the Utilities folder. It's displayed in the panel on the right.
         Are my applications compatible?
             See App Compatibility Table - RoaringApps.
    Upgrading to Yosemite
    You can upgrade to Yosemite from Lion or directly from Snow Leopard. Yosemite can be downloaded from the Mac App Store for FREE.
    Upgrading to Yosemite
    To upgrade to Yosemite you must have Snow Leopard 10.6.8 or Lion installed. Download Yosemite from the App Store. Sign in using your Apple ID. Yosemite is free. The file is quite large, over 5 GBs, so allow some time to download. It would be preferable to use Ethernet because it is nearly four times faster than wireless.
        OS X Mavericks/Yosemite- System Requirements
          Macs that can be upgraded to OS X Yosemite
             1. iMac (Mid 2007 or newer) - Model Identifier 7,1 or later
             2. MacBook (Late 2008 Aluminum, or Early 2009 or newer) - Model Identifier 5,1 or later
             3. MacBook Pro (Mid/Late 2007 or newer) - Model Identifier 3,1 or later
             4. MacBook Air (Late 2008 or newer) - Model Identifier 2,1 or later
             5. Mac mini (Early 2009 or newer) - Model Identifier 3,1 or later
             6. Mac Pro (Early 2008 or newer) - Model Identifier 3,1 or later
             7. Xserve (Early 2009) - Model Identifier 3,1 or later
    To find the model identifier open System Profiler in the Utilities folder. It's displayed in the panel on the right.
         Are my applications compatible?
             See App Compatibility Table - RoaringApps.

  • Since upgrading to Mavericks from Snow Leopard, I am continuously getting the spinning disk???

    I am so sorry for not including my computer information, I upgraded from Snow Leopard to Mavericks. I have an I-Mac   3.2 GHZ Intel Core 13 processor,  4 GB 1333 MHz DDR3---Now I am constantly getting the spinning disk when I try and do the things I used to do without problems. Is there something that can fix this? I downloaded from the Apple Store App

    Try these in order testing your system after each to see if it's back to normal:
    1. a. Resetting your Mac's PRAM and NVRAM
        b. Intel-based Macs: Resetting the System Management Controller (SMC)
    2. Restart the computer in Safe Mode, then restart again, normally. If this doesn't help, then:
         Boot to the Recovery HD: Restart the computer and after the chime press and hold down the
         COMMAND and R keys until the Utilities menu screen appears. Alternatively, restart the
         computer and after the chime press and hold down the OPTION key until the boot manager
         screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    3. Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the Utilities menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu. Select Restart from the Apple menu.
         Reinstall the 10.9.4 update: OS X Mavericks 10.9.4 Update (Combo).
    4. Reinstall Lion/Mountain Lion, Mavericks: Reboot from the Recovery HD. Select Reinstall Lion/Mountain Lion, Mavericks from the Utilities menu, and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.
         Reinstall the 10.9.4 update: OS X Mavericks 10.9.4 Update (Combo).

  • The Jump from Snow Leopard to free Mavericks OS broke my iPhoto..

    I updated my macbook pro today. I jumped straight from Snow Leopard to Mavericks. It was just like installing a really big app from the app store. However, it left iPhoto in the weeds of incompatibility. It was the latest version supported by Snow leopard and compatibilty instructions from Apple said I my computer met the requirements for the updated OS. Now my iPhoto has a big white circle with a line through it indicating that this version of iPhoto is not supported on the new OS. I cannot even view my pictures folder since it is in this broken iPhoto folder. Talked to Apple iPhoto specialist and he was super cool and checked with superviser but came to the conclusion that there is no conclusion at this moment. Day 1 downloaders should always consider this risk. I was just excited after seeing todays keynote and went for it on the macbook pro. This is what we both concluded..
    The suite of apps in iLife and iWork were usually purchased via physical disk or preinstalled when purchasing a Mac a couple years ago. So there is no update for these in the app store (the new way of obtaining and updating software). This was a bit of an oversight in todays launch of new products. I was instructed to wait a few days and see if there is a "patch" for this error of compatibility. I can be patient and wait for this, but if there is no patch... Then I am in a great deal of trouble with my Wife! Lol seriously, she had a bunch of our wedding, honeymoon, and newborn daughter pics on this laptop and I foolishly updated without backing up. To my credit, I did my homework and learned that it "should" leave all my content as is. It is like the IOS updates that just overlay the software and replace only os stuff. This was true. Everything is exactly where it was before, only I cannot access the pictures, open iPhoto, update iMovie (it prompts that there is an update, but takes you to the app store updates page and it is not there). Basically at this point, I have to re-buy iLife and iWork because my versions are too old for the operating system released today. This would be fine if I was informed that my paid apps would need to be re-bought, but Apple stated that my device was compatible and this would be a simple update much like any other app. I also have extended apple care protection for our products, but the apple support guy said that store support will not have a fix at this time either. I suggested to take note of this particular issue because anyone who jumps from Snow Leopard to Mavericks may likely face this issue. I suggested that they offer a patch for the mistake or offer a free iphoto download (or other native app that broke in the process).
    Other than my iLife and iWork apps not making a clean jump to the new OS, I really like the features and fluidity of the system. Apple makes high-quality products and innovates. I am not upset at all. Just a bit frightened because if I lost these photos and videos, you are reading a dead mans words.
    Any thoughts or suggestions are much appreciated.

    The same thing happened to me, since I have iPhoto 9.2.3
    There is some kind of "direct access" to your original photos:
    /Users/[your user name here]/Pictures/iPhoto Library/Masters
    All pictures should be saved there, organized by year...
    iPhoto will still not work but at least you can recover your photos.

  • Iphoto wont start after migration from snow leopard to mountain lion

    Hello everyone hope you can help me, I've migrate from Snow Leopard to Mountain Lion and my IPhoto (8.1.2) won't start, I cant reinstall from app store because it came with the copy of Snow Leopard already instaled on my Imac...And I cant find the original Disc, so anyone can help ? felling desperate...

    You should be able to Software Update and that will bring your iPhoto up to date.
    iPhoto was 9.2.3 at 10.6.8, so I don't know why yours was stuck at 8.1.2
    However you can stick the #2 10.6 disk into your machine and should be able to run the bundled app installer.
    If that doesn't work there is Pacifist from CharlesSoft that you can extract iPhoto and replace your corrupted one, then run Software Update to bring it current.
    Once you have replaced iPhoto, rebuild the database
    https://support.apple.com/kb/HT2638
    If your still having problems, perhaps a user account or drive permissions issue
    ..Step by Step to fix your Mac

  • Can only boot into Windows 7. Can't even boot from Snow Leopard DVD.

    I have no idea what prompted this. I don't recall installing any OS updates recently, other than some Windows Live apps in Windows 7.
    I have an early 2009 Mac Mini with Snow Leopard, and have Windows 7 64-bit installed in a Boot Camp partition. When I installed Windows 7, I couldn't get the Boot Camp utility to install within Windows (I guess because it's 64-bit) so to switch back and forth between OSes, I just shut down the Mac and restart it with the Option key pressed, and select Mac OS X when I want to return to Mac. This has worked for about a month and a half now (ever since I got Windows 7). Suddenly I have problems.
    I first had problems booting into Windows or Mac. I got to the grey screen with the Apple logo, with that spinning "progress" thing going for a while, then it would freeze up and get stuck on the grey screen with the Apple logo. I zapped the PRAM. No help. Then, after disconnecting all external drives (I have several) and extra USB devices, I was able to boot from the DVD install disk and reinstall Snow Leopard on my internal drive. Joy, or so I thought. Then I booted into Windows 7, and after some weirdness getting it to start, it did successfully start and ran just peachy.
    Then I turned off the Mac and held down the option key (as usual) to return to Mac OS. But now all that happens is that I get a grey screen for a few seconds, then the Mac boots back into Windows 7, which seems to work fine. (I'm in Windows 7 right now.) I turned on one my external drives (Snow Leopard installed, connected via Firewire 800) in hopes that the Mac would boot into that, but same thing. Ignored and back to Windows 7.
    Then I thought I'd boot from the install DVD again by putting it in the drive and holding down the C key as I restart, but the same thing--a grey screen for a few seconds, and then booting right into Windows 7. I can't seem to escape Windows 7! It's a bit disturbing when it won't even recognize the install DVD.
    I tried to call Apple Care since I'm within my 90 day support window, but of course they are closed. I'm figuring that I'm going to have to take this into an Apple Store, but thought I'd see if anyone has any ideas. Any advice will be appreciated. Thanks.

    According to Apple, Win 7 64bit is supported with Bootcamp 3.0. If bootcamp 3.0 is available; I could not find it anywhere on Apple's website. It appears the most recent version is 2.2. The only place I could find 3.0 is not on Apples website and it's a questionable source so I won't post it here.
    It may just be a matter of time before Apple makes it available. I'm not suggesting you wait, however if the install disk can't be used, I'm not too sure where u could go from there. Calling Applecare might work.
    If you do a simple google search using the terms 'download bootcamp drivers windows 7' u will see what I was referring too.
    Here's what I found from Apple (It doesn't specifically mention 64bit however just win7): http://support.apple.com/kb/HT3920
    This is not from Apple, but specifically addresses whether they support win7 64bit: http://www.macnn.com/articles/09/08/31/boot.camp.win.7.64.support/
    Here is more info about bootcamp 3.0 and win7: http://www.apple.com/support/bootcamp/

  • All the software from Snow Leopard remain in the launchpad.

    After upgrading my mac book pro from Snow Leopard to Lion this morning, I found out that all the old software from Snow Leopard still reamin in the Launchpad.
    For example, I now have two icons for dictionaries, two icons for safari, two icons for photo booth and so on. The icon for the old software won't work, but the new one works just fine (which makes sense, but I don't know why the old icon isn't replaced by the new one.)
    I understand that I can choose to delete the old icons one by one, but I'm just wondering if I'm the only person who is experiencing this right now.
    Also, did I do something wrong here? Is there anyway to take care of this problem?
    Thanks in advance!

    Downgrade Lion/Mountain Lion to Snow Leopard
    1.  Boot from your Snow Leopard Installer Disc. After the installer loads select your language and click on the Continue button.  When the menu bar appears select Disk Utility from the Utilities menu.
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Note the SMART status of the drive in DU's status area.  If it does not say "Verified" then the drive is failing or has failed and will need replacing.  SMART info will not be reported  on external drives. Otherwise, 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 then click on the OK button. Click on the Partition button and wait until the process has completed.
    4. Quit DU and return to the installer. Install Snow Leopard.
    This will erase the whole drive so be sure to backup your files if you don't have a backup already. If you have performed a TM backup using Lion be aware that you cannot restore from that backup in Snow Leopard (see below.) I suggest you make a separate backup using Carbon Copy Cloner 3.4.1.
    If you have Snow Leopard Time Machine backups, do a full system restore per #14 in Time Machine - Frequently Asked Questions.  If you have subsequent backups from Lion, you can restore newer items selectively, via the "Star Wars" display, per #15 there, but be careful; some Snow Leopard apps may not work with the Lion files.

  • MPB mid-2010 very slow after Yosemite upgrade from Snow Leopard

    I updated my MPP (mid-2010) from Snow Leopard to Yosemite some weeks back. It is painfully slow since, particularly when Mail is open. I attach the etrecheck output below, but would really appreciate any help in recovering what was not-so-long-ago a very useful machine.
    EtreCheck version: 2.1.5 (108)
    Report generated 5 January 2015 16:49:17 GMT
    Click the [Support] links for help with non-Apple products.
    Click the [Details] links for more information about that line.
    Click the [Adware] links for help removing adware.
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Mid 2010) (Verified)
      MacBook Pro - model: MacBookPro7,1
      1 2.66 GHz Intel Core 2 Duo CPU: 2-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1067 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1067 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      NVIDIA GeForce 320M - VRAM: 256 MB
      Color LCD 1280 x 800
    System Software: ℹ️
      OS X 10.10 (14A389) - Uptime: 20 days 5:10:20
    Disk Information: ℹ️
      ST9320325ASG disk0 : (320.07 GB)
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) / : 319.21 GB (49.55 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      MATSHITADVD-R   UJ-898 
    USB Information: ℹ️
      Apple Inc. Built-in iSight
      Apple Internal Memory Card Reader
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Computer, Inc. IR Receiver
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Applications/Kies.app
      [not loaded] com.devguru.driver.SamsungACMControl (1.4.20 - SDK 10.6) [Support]
      [not loaded] com.devguru.driver.SamsungACMData (1.4.20 - SDK 10.6) [Support]
      [not loaded] com.devguru.driver.SamsungComposite (1.4.20 - SDK 10.6) [Support]
      [not loaded] com.devguru.driver.SamsungMTP (1.4.20 - SDK 10.5) [Support]
      [not loaded] com.devguru.driver.SamsungSerial (1.4.20 - SDK 10.6) [Support]
      /Applications/TunnelBear.app
      [not loaded] net.tunnelblick.tap (1.0) [Support]
      [not loaded] net.tunnelblick.tun (1.0) [Support]
      /Library/Extensions
      [loaded] org.virtualbox.kext.VBoxDrv (4.1.8) [Support]
      [not loaded] org.virtualbox.kext.VBoxNetAdp (4.1.8) [Support]
      [not loaded] org.virtualbox.kext.VBoxNetFlt (4.1.8) [Support]
      [loaded] org.virtualbox.kext.VBoxUSB (4.1.8) [Support]
      /System/Library/Extensions
      [loaded] com.Cycling74.driver.Soundflower (1.6.6 - SDK 10.6) [Support]
      [not loaded] com.cisco.nke.ipsec (2.0.1) [Support]
      [not loaded] com.ni.driver.NiViPciK (5.0.0) [Support]
      [not loaded] com.ni.driver.nipalk (2.5.4) [Support]
      [not loaded] com.ni.driver.niusb9162k (3.4.0) [Support]
    Startup Items: ℹ️
      CiscoVPN: Path: /System/Library/StartupItems/CiscoVPN
      daemonic-dbus: Path: /Library/StartupItems/daemonic-dbus
      nipal: Path: /Library/StartupItems/nipal
      VirtualBox: Path: /Library/StartupItems/VirtualBox
      Startup items are obsolete in OS X Yosemite
    Problem System Launch Agents: ℹ️
      [killed] com.apple.AirPlayUIAgent.plist
      [killed] com.apple.CallHistoryPluginHelper.plist
      [killed] com.apple.CallHistorySyncHelper.plist
      [killed] com.apple.cloudd.plist
      [killed] com.apple.coreservices.appleid.authentication.plist
      [killed] com.apple.EscrowSecurityAlert.plist
      [killed] com.apple.icloud.fmfd.plist
      [killed] com.apple.nsurlsessiond.plist
      [killed] com.apple.rcd.plist
      [killed] com.apple.sbd.plist
      [killed] com.apple.security.cloudkeychainproxy.plist
      [killed] com.apple.telephonyutilities.callservicesd.plist
      12 processes killed due to memory pressure
    Problem System Launch Daemons: ℹ️
      [killed] com.apple.AssetCacheLocatorService.plist
      [killed] com.apple.awdd.plist
      [killed] com.apple.ctkd.plist
      [killed] com.apple.emond.aslmanager.plist
      [killed] com.apple.GSSCred.plist
      [killed] com.apple.icloud.findmydeviced.plist
      [killed] com.apple.ifdreader.plist
      [killed] com.apple.nehelper.plist
      [killed] com.apple.nsurlsessiond.plist
      [killed] com.apple.periodic-daily.plist
      [killed] com.apple.periodic-monthly.plist
      [killed] com.apple.periodic-weekly.plist
      [killed] com.apple.softwareupdate_download_service.plist
      [failed] com.apple.softwareupdated.plist [Details]
      [killed] com.apple.tccd.system.plist
      [killed] com.apple.wdhelper.plist
      [killed] com.apple.xpc.smd.plist
      16 processes killed due to memory pressure
    Launch Agents: ℹ️
      [loaded] com.divx.dms.agent.plist [Support]
      [running] com.divx.update.agent.plist [Support]
      [loaded] com.google.keystone.agent.plist [Support]
      [loaded] com.mcafee.menulet.plist [Support]
      [loaded] com.mcafee.reporter.plist [Support]
      [loaded] com.oracle.java.Java-Updater.plist [Support]
      [loaded] org.freedesktop.dbus-session.plist [Support]
      [running] org.macosforge.xquartz.startx.plist [Support]
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist [Support]
      [loaded] com.barebones.authd.plist [Support]
      [loaded] com.barebones.textwrangler.plist [Support]
      [loaded] com.google.keystone.daemon.plist [Support]
      [running] com.mcafee.ssm.Eupdate.plist [Support]
      [loaded] com.mcafee.ssm.ScanManager.plist [Support]
      [failed] com.mcafee.virusscan.fmpd.plist [Support] [Details]
      [loaded] com.microsoft.office.licensing.helper.plist [Support]
      [running] com.ni.ServiceLocator.plist [Support]
      [loaded] com.oracle.java.Helper-Tool.plist [Support]
      [running] nilxid.plist [Support]
      [not loaded] org.freedesktop.dbus-system.plist [Support]
      [loaded] org.macosforge.xquartz.privileged_startx.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.iocom.visimeet.agent.plist [Support]
      [invalid?] com.macpaw.CleanMyMac.helperTool.plist [Support]
      [invalid?] com.macpaw.CleanMyMac.trashSizeWatcher.plist [Support]
      [invalid?] com.macpaw.CleanMyMac.volumeWatcher.plist [Support]
      [running] com.spotify.webhelper.plist [Support]
      [not loaded] org.virtualbox.vboxwebsrv.plist [Support]
    User Login Items: ℹ️
      Flux Application (/Users/[redacted]/Applications/Flux.app)
      Android File Transfer Agent Application (/Users/[redacted]/Library/Application Support/Google/Android File Transfer/Android File Transfer Agent.app)
      Dropbox Application (/Applications/Dropbox.app)
      Caffeine Application (/Applications/Caffeine.app)
      Google Chrome ApplicationHidden (/Applications/Google Chrome.app)
      fuspredownloader UNKNOWNHidden (missing value)
      AU Lab UNKNOWN (missing value)
    Internet Plug-ins: ℹ️
      Flash Player: Version: 15.0.0.189 - SDK 10.6 Mismatch! Adobe recommends 16.0.0.235
      DivX Web Player: Version: 3.2.3.1164 - SDK 10.6 [Support]
      AdobePDFViewer: Version: 9.5.2 [Support]
      LV85HelperLauncher: Version: 1.0 [Support]
      googletalkbrowserplugin: Version: 5.38.6.0 - SDK 10.8 [Support]
      iPhotoPhotocast: Version: 7.0
      QuickTime Plugin: Version: 7.7.3
      FlashPlayer-10.6: Version: 15.0.0.189 - SDK 10.6 [Support]
      LV110HelperLauncher: Version: 11.0.0 [Support]
      xDFusionWebPluginS64: Version: Unknown [Support]
      LV90HelperLauncher: Version: 9.0.1 [Support]
      xDFusionWebPlugin: Version: Unknown [Support]
      Silverlight: Version: 5.1.30317.0 - SDK 10.6 [Support]
      OVSHelper: Version: 1.1 [Support]
      Default Browser: Version: 600 - SDK 10.10
      Mathematica: Version: 8.0.4.2609484 [Support]
      o1dbrowserplugin: Version: 5.38.6.0 - SDK 10.8 [Support]
      SharePointBrowserPlugin: Version: 14.1.0 [Support]
      JavaAppletPlugin: Version: Java 8 Update 25 Check version
      OfficeLiveBrowserPlugin: Version: 12.2.0 [Support]
    User internet Plug-ins: ℹ️
      WebEx64: Version: 1.0 - SDK 10.5 [Support]
      fbplugin_1_0_3: Version: Unknown [Support]
      Picasa: Version: 1.0 [Support]
    Safari Extensions: ℹ️
      Searchme [Installed] Adware! [Remove]
    3rd Party Preference Panes: ℹ️
      Flash Player  [Support]
      FUSE for OS X (OSXFUSE)  [Support]
      GeekTool  [Support]
      Java  [Support]
      MacFUSE  [Support]
      NTFS-3G  [Support]
      Perian  [Support]
      TeXDistPrefPane  [Support]
      Xmarks for Safari  [Support]
    Time Machine: ℹ️
      Skip System Files: NO
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 319.21 GB Disk used: 269.66 GB
      Destinations:
      Time Machine  [Local]
      Total size: 200.06 GB
      Total number of backups: 5
      Oldest backup: 2014-05-04 10:30:14 +0000
      Last backup: 2014-12-02 23:54:40 +0000
      Size of backup disk: Too small
      Backup size 200.06 GB < (Disk used 269.66 GB X 3)
    Top Processes by CPU: ℹ️
          40% mtmd
          20% Finder
          10% WindowServer
          9% mds
          4% DesktopServicesHelper
    Top Processes by Memory: ℹ️
      146 MB Mail
      129 MB Google Chrome
      107 MB Finder
      86 MB WindowServer
      46 MB Google Chrome Helper
    Virtual Memory Information: ℹ️
      21 MB Free RAM
      921 MB Active RAM
      916 MB Inactive RAM
      837 MB Wired RAM
      163.80 GB Page-ins
      5.82 GB Page-outs
    Diagnostics Information: ℹ️
      Jan 5, 2015, 05:02:39 PM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-170239_[redacted].cras h
      Jan 5, 2015, 05:02:39 PM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-170239_[redacted].crash
      Jan 5, 2015, 05:02:29 PM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-170229_[redacted].cras h
      Jan 5, 2015, 05:02:28 PM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-170228_[redacted].crash
      Jan 5, 2015, 05:02:20 PM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-170220_[redacted].cras h
      Jan 5, 2015, 05:02:20 PM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-170220_[redacted].crash
      Jan 5, 2015, 05:02:16 PM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-170216_[redacted].crash
      Jan 5, 2015, 05:02:16 PM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-170216_[redacted].cras h
      Jan 5, 2015, 05:01:58 PM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-170158_[redacted].cras h
      Jan 5, 2015, 05:01:56 PM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-170156_[redacted].crash
      Jan 5, 2015, 05:01:45 PM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-170145_[redacted].crash
      Jan 5, 2015, 05:01:45 PM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-170145_[redacted].cras h
      Jan 5, 2015, 05:01:36 PM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-170136_[redacted].cras h
      Jan 5, 2015, 05:01:35 PM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-170135_[redacted].crash
      Jan 5, 2015, 05:01:24 PM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-170124_[redacted].cras h
      Jan 5, 2015, 05:01:23 PM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-170123_[redacted].crash
      Jan 5, 2015, 05:01:14 PM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-170114_[redacted].crash
      Jan 5, 2015, 05:01:14 PM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-170114_[redacted].cras h
      Jan 5, 2015, 05:00:56 PM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-170056_[redacted].cras h
      Jan 5, 2015, 05:00:56 PM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-170056_[redacted].crash
      Jan 5, 2015, 05:00:27 PM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-170027_[redacted].crash
      Jan 5, 2015, 05:00:27 PM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-170027_[redacted].cras h
      Jan 5, 2015, 04:59:08 PM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-165908_[redacted].cras h
      Jan 5, 2015, 04:59:03 PM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-165903_[redacted].crash
      Jan 5, 2015, 04:58:58 PM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-165858_[redacted].cras h
      Jan 5, 2015, 04:58:54 PM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-165854_[redacted].crash
      Jan 5, 2015, 04:58:45 PM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-165845_[redacted].cras h
      Jan 5, 2015, 04:58:43 PM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-165843_[redacted].crash
      Jan 5, 2015, 04:58:40 PM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-165840_[redacted].cras h
      Jan 5, 2015, 04:58:32 PM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-165832_[redacted].crash
      Jan 5, 2015, 04:58:25 PM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-165825_[redacted].cras h
      Jan 5, 2015, 04:58:22 PM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-165822_[redacted].crash
      Jan 5, 2015, 04:58:13 PM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-165813_[redacted].cras h
      Jan 5, 2015, 04:58:11 PM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-165811_[redacted].crash
      Jan 5, 2015, 04:58:03 PM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-165803_[redacted].cras h
      Jan 5, 2015, 04:58:00 PM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-165800_[redacted].crash
      Jan 5, 2015, 04:57:52 PM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-165752_[redacted].cras h
      Jan 5, 2015, 04:57:50 PM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-165750_[redacted].crash
      Jan 5, 2015, 09:57:14 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-095714_[redacted].crash
      Jan 5, 2015, 09:57:13 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-095713_[redacted].cras h
      Jan 5, 2015, 09:57:03 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-095703_[redacted].cras h
      Jan 5, 2015, 09:57:03 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-095703_[redacted].crash
      Jan 5, 2015, 09:56:53 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-095653_[redacted].crash
      Jan 5, 2015, 09:56:51 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-095651_[redacted].cras h
      Jan 5, 2015, 09:56:42 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-095642_[redacted].cras h
      Jan 5, 2015, 09:56:41 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-095641_[redacted].crash
      Jan 5, 2015, 09:56:31 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-095631_[redacted].crash
      Jan 5, 2015, 09:56:31 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-095631_[redacted].cras h
      Jan 5, 2015, 09:56:21 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-095621_[redacted].cras h
      Jan 5, 2015, 09:56:21 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-095621_[redacted].crash
      Jan 5, 2015, 09:56:10 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-095610_[redacted].cras h
      Jan 5, 2015, 09:56:10 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-095610_[redacted].crash
      Jan 5, 2015, 09:56:01 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-095601_[redacted].crash
      Jan 5, 2015, 09:56:00 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-095600_[redacted].cras h
      Jan 5, 2015, 09:55:50 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-095550_[redacted].crash
      Jan 5, 2015, 09:55:49 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-095549_[redacted].cras h
      Jan 5, 2015, 09:55:39 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-095539_[redacted].cras h
      Jan 5, 2015, 09:55:39 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-095539_[redacted].crash
      Jan 5, 2015, 09:55:29 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-095529_[redacted].crash
      Jan 5, 2015, 09:55:28 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-095528_[redacted].cras h
      Jan 5, 2015, 09:55:18 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-095518_[redacted].cras h
      Jan 5, 2015, 09:55:18 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-095518_[redacted].crash
      Jan 5, 2015, 09:55:08 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-095508_[redacted].crash
      Jan 5, 2015, 09:55:08 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-095508_[redacted].cras h
      Jan 5, 2015, 09:54:58 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-095458_[redacted].crash
      Jan 5, 2015, 09:54:57 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-095457_[redacted].cras h
      Jan 5, 2015, 09:54:47 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-095447_[redacted].cras h
      Jan 5, 2015, 09:54:47 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-095447_[redacted].crash
      Jan 5, 2015, 09:54:37 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-095437_[redacted].crash
      Jan 5, 2015, 09:54:36 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-095436_[redacted].cras h
      Jan 5, 2015, 09:54:26 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-095426_[redacted].crash
      Jan 5, 2015, 09:54:26 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-095426_[redacted].cras h
      Jan 5, 2015, 09:54:16 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-095416_[redacted].crash
      Jan 5, 2015, 09:54:15 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-095415_[redacted].cras h
      Jan 5, 2015, 09:54:05 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-095405_[redacted].cras h
      Jan 5, 2015, 09:54:05 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-095405_[redacted].crash
      Jan 5, 2015, 09:53:55 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-05-095355_[redacted].crash
      Jan 5, 2015, 09:53:54 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-05-095354_[redacted].cras h
      Jan 4, 2015, 04:53:49 PM /Users/[redacted]/Library/Logs/DiagnosticReports/Spotify Helper_2015-01-04-165349_[redacted].crash
      Jan 4, 2015, 12:34:59 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-04-003459_[redacted].crash
      Jan 4, 2015, 12:34:59 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-04-003459_[redacted].cras h
      Jan 4, 2015, 12:34:49 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-04-003449_[redacted].crash
      Jan 4, 2015, 12:34:48 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-04-003448_[redacted].cras h
      Jan 4, 2015, 12:34:38 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-04-003438_[redacted].cras h
      Jan 4, 2015, 12:34:38 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-04-003438_[redacted].crash
      Jan 4, 2015, 12:34:28 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-04-003428_[redacted].crash
      Jan 4, 2015, 12:34:27 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-04-003427_[redacted].cras h
      Jan 4, 2015, 12:34:17 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-04-003417_[redacted].crash
      Jan 4, 2015, 12:34:17 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-04-003417_[redacted].cras h
      Jan 4, 2015, 12:34:06 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-04-003406_[redacted].crash
      Jan 4, 2015, 12:34:06 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-04-003406_[redacted].cras h
      Jan 4, 2015, 12:33:56 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-04-003356_[redacted].cras h
      Jan 4, 2015, 12:33:56 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-04-003356_[redacted].crash
      Jan 4, 2015, 12:33:45 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-04-003345_[redacted].cras h
      Jan 4, 2015, 12:33:45 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-04-003345_[redacted].crash
      Jan 4, 2015, 12:33:35 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-04-003335_[redacted].crash
      Jan 4, 2015, 12:33:35 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-04-003335_[redacted].cras h
      Jan 4, 2015, 12:33:24 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-04-003324_[redacted].crash
      Jan 4, 2015, 12:33:24 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-04-003324_[redacted].cras h
      Jan 4, 2015, 12:33:14 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-04-003314_[redacted].cras h
      Jan 4, 2015, 12:33:14 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-04-003314_[redacted].crash
      Jan 4, 2015, 12:33:03 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-04-003303_[redacted].cras h
      Jan 4, 2015, 12:33:03 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-04-003303_[redacted].crash
      Jan 4, 2015, 12:32:53 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-04-003253_[redacted].crash
      Jan 4, 2015, 12:32:53 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-04-003253_[redacted].cras h
      Jan 4, 2015, 12:32:42 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-04-003242_[redacted].crash
      Jan 4, 2015, 12:32:42 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-04-003242_[redacted].cras h
      Jan 4, 2015, 12:32:32 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-04-003232_[redacted].crash
      Jan 4, 2015, 12:32:31 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-04-003231_[redacted].cras h
      Jan 4, 2015, 12:32:21 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-04-003221_[redacted].cras h
      Jan 4, 2015, 12:32:21 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-04-003221_[redacted].crash
      Jan 4, 2015, 12:32:10 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-04-003210_[redacted].cras h
      Jan 4, 2015, 12:32:10 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-04-003210_[redacted].crash
      Jan 4, 2015, 12:32:00 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-04-003200_[redacted].crash
      Jan 4, 2015, 12:32:00 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-04-003200_[redacted].cras h
      Jan 4, 2015, 12:31:49 AM /Library/Logs/DiagnosticReports/fmpd_2015-01-04-003149_[redacted].crash
      Jan 4, 2015, 12:31:49 AM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-04-003149_[redacted].cras h
      Jan 3, 2015, 03:46:32 PM /Library/Logs/DiagnosticReports/fmpd_2015-01-03-154632_[redacted].crash
      Jan 3, 2015, 03:46:24 PM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-03-154624_[redacted].cras h
      Jan 3, 2015, 03:46:21 PM /Library/Logs/DiagnosticReports/fmpd_2015-01-03-154621_[redacted].crash
      Jan 3, 2015, 03:46:14 PM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-03-154614_[redacted].cras h
      Jan 3, 2015, 03:46:11 PM /Library/Logs/DiagnosticReports/fmpd_2015-01-03-154611_[redacted].crash
      Jan 3, 2015, 03:46:00 PM /Library/Logs/DiagnosticReports/fmpd_2015-01-03-154600_[redacted].crash
      Jan 3, 2015, 03:45:53 PM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-03-154553_[redacted].cras h
      Jan 3, 2015, 03:45:50 PM /Library/Logs/DiagnosticReports/fmpd_2015-01-03-154550_[redacted].crash
      Jan 3, 2015, 03:45:42 PM /Library/Logs/DiagnosticReports/VShieldUpdate_2015-01-03-154542_[redacted].cras h
      Jan 3, 2015, 03:45:39 PM /Library/Logs/DiagnosticReports/fmpd_2015-01-03-154539_[redacted].crash
      Jan 3, 2015, 03:45:32 PM /Li

    Your Mac has been considerably altered from its factory configuration. Given certain modifications, some of which are described below, it is not reasonable to expect it to operate properly.
    1. Back up your Mac. Your report indicates the last backup was performed a month ago. No more backups can be created because the backup volume's capacity is insufficient.
    2. Uninstall any McAfee products. Your Mac cannot operate properly with it installed.
    One or both of these removal instructions may be applicable.
    How to install or uninstall McAfee Internet Security for Mac
    How to uninstall and reinstall McAfee Agent 4.x on Macintosh computers
    3. Your Mac has been affected by MacPaw "CleanMyMac". Uninstall it, but beware its uninstallation instructions are not completely effective. Depending on exactly what you used it to do, a complete erasure and reconfiguration may be required.
    4. Update OS X. Open the App Store and install all Apple recommended updates.
    5. If you require a VPN I recommend OS X's native VPN, not Cisco's flawed implementation of it.
    6. If you elect to use Adobe Flash Player you must keep it maintained. The version installed is outdated.
    7. If you elect to use Google's products you must accept the detrimental effects they will have on a Mac's performance.
    8. Adware is installed and will interfere with Internet browsing. For an explanation or how this may have occurred, how to avoid it in the future, and for Apple's recommended solution read How to install adware.

  • Is it worth it to update from Snow Leopard to Lion?

    I just got my first Macbook (early 2008 edition for maximum savings moneywise), and I found out that I can't sync my iphone 5 and ipad mini on the Leopard OS that is on it. I've already worked out that I have to at least get Snow Leopard to use my devices, but someone also told me that Lion is better than Snow Leopard. Any opinions on if it's worth going to Lion instead of just Snow Leopard? And would it COST MORE? Thanks for any opinions, this is the first time I've used a mac since Computer class in 1993 in Middle School so I'm a little confused with some things...

    Upgrading to Snow Leopard
    You can purchase Snow Leopard through the Apple Store: Mac OS X 10.6 Snow Leopard - Apple Store (U.S.). The price is $19.99 plus tax. You will be sent physical media by mail after placing your order.
    After you install Snow Leopard you will have to download and install the Mac OS X 10.6.8 Update Combo v1.1 to update Snow Leopard to 10.6.8 and give you access to the App Store. Access to the App Store enables you to download Mountain Lion if your computer meets the requirements.
         Snow Leopard General Requirements
           1. Mac computer with an Intel processor
           2. 1GB of memory
           3. 5GB of available disk space
           4. DVD drive for installation
           5. Some features require a compatible Internet service provider;
               fees may apply.
           6. Some features require Apple’s iCloud services; fees and
               terms apply.
    Upgrading from Snow Leopard to Lion or Mavericks
    To upgrade to Mavericks you must have Snow Leopard 10.6.8, Lion, or Mountain Lion installed. Purchase and download Mavericks (Free) from the App Store. Sign in using your Apple ID. The file is quite large, over 5 GBs, so allow some time to download. It would be preferable to use Ethernet because it is nearly four times faster than wireless.
         OS X Mavericks- System Requirements
           Macs that can be upgraded to OS X Mavericks
             1. iMac (Mid 2007 or newer) — Model Identifier 7,1 or later
             2. MacBook (Late 2008 Aluminum, or Early 2009 or newer) —
                 Model Identifier 5,1 or later
             3. MacBook Pro (Mid/Late 2007 or newer) — Model Identifier 3,1 or later
             4. MacBook Air (Late 2008 or newer) — Model Identifier 2,1 or later
             5. Mac mini (Early 2009 or newer) — Model Identifier 3,1 or later
             6. Mac Pro (Early 2008 or newer) — Model Identifier 3,1 or later
             7. Xserve (Early 2009) — Model Identifier 3,1 or later
    To find the model identifier open System Profiler in the Utilities folder. It's displayed in the panel on the right.
    Are my applications compatible?
             See App Compatibility Table — RoaringApps.
    Upgrading to Lion
    If your computer does not meet the requirements to install Mavericks, it may still meet the requirements to install Lion.
    You can purchase Lion by contacting Customer Service: Contacting Apple for support and service - this includes international calling numbers. The cost is $19.99 (as it was before) plus tax.  It's a download. You will get an email containing a redemption code that you then use at the Mac App Store to download Lion. Save a copy of that installer to your Downloads folder because the installer deletes itself at the end of the installation.
         Lion System Requirements
           1. Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7,
               or Xeon processor
           2. 2GB of memory
           3. OS X v10.6.6 or later (v10.6.8 recommended)
           4. 7GB of available space
           5. Some features require an Apple ID; terms apply.

  • Manually migrating iPhoto and iTunes from Snow Leopard to Lion..

    Hi all,
    I received a shiny new iMac yesterday and in my haste to get it up and running, I began to run the migration assistant on wi-fi.  Unfortunately, my 2006 macbook model is so old that my firewire cables don't actually fit the firewire port on the back of the iMac!!
    11 hours later, there was still 40 hours left to go.  At this point I manually quit the migration assistant. Partly because I have to work and to work I need to use a computer and partly because I realised that I don't want all the old crud from my previous system.. all I want is my iTunes (songs, apps, playlists etc) and my iPhoto to migrate.
    The original admin account that the migration assistant was going to replace was still there.  Everything seems to be working fine... I did a quick repair of disk permissions and all seems fine.   So, I think I flirted with danger by quiting the migration assistant, but danger doesn't seem to have flirted back.
    I've searched high and low on the web and I can't find any advice on migrating just your iPhoto and iTunes from Snow Leopard to Lion.  I did read a post somewhere (relating to a migration to Leopard) where someone wrote that, for iPhoto, you simply had to replace your iPhoto Library in your pictures folder on the destination machine and then simply start iPhoto.  iPhoto would upgrade the databases etc and all would be fine in the world.  I cannot find a post online that suggests that this is also the case for Lion.
    Can anyone here give me some hints on how to manually migrate the iPhoto and iTunes libraries over (and still preserve playlists in iTunes, albums/events in iPhoto etc)?
    I figure that I cannot be the only person in the world who wants a "fresh start" on their machine, with the exception of iPhoto and iTunes.

    Resident apple gurus at work have advised me to use the migration assistant and plug an ethernet cable between machines.
    I'll give this a go and then go through the process of removing and cleaning up whatever old data I can.. but if someone posts a response to this question for me, I'll happily roll back in time-machine and go again in a cleaner way. :-)

Maybe you are looking for

  • HT201342 How do I create a new iCloud account to be used as an email address only

    How do I create a new iCloud account to be used as an email address only?

  • Connected PC Mini to Mac... Lost songs!

    Hello, I connected a PC formatted mini to iTunes 4.9 on a Mac and added a number of songs. I then tried to play the previous songs that were installed on a PC and the menu just skipped over the tune. The only songs that play now are the ones that hav

  • Bandwidth Question

    I wanted to ask a question which has been playing on my mind for a while now. Thought this is the best place to ask. I am currently on ADSL+2 and i get around 17mbps-19mbps live 650meters from the exchange line lenth 19db. Now my exchange is going to

  • Why is the RGB spectrum window magically growing slowly over time?

    I'm running Photoshop CC 2014 and the RGB spectrum that is below the HSB sliders slowly grows over time for no reason! I constantly have to shrink the color pallet window.  I've never witnessed it grow before my eyes, but no matter what (on both my m

  • Diff between ECC5.0 and ECC6.0

    Hi, This is Ramakrishna,can any one give proper explanation diff between ECC5.0 and ECC6.0 Regards Ramakrishna