Mid 2007 imac is getting slower

seems to be getting slower ... lot of waiting between entries

1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem.
2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
3. Below are instructions to run a UNIX shell script, a type of program. All it does is to gather information about the state of your computer. That information goes nowhere unless you choose to share it on this page. However, you should be cautious about running any kind of program (not just a shell script) at the request of a stranger on a public message board. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them.
Here's a summary of what you need to do, if you choose to proceed: Copy a line of text from this web page into the window of another application. Wait for the script to run. It usually takes a couple of minutes. Then paste the results, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
4. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
5. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply.
6. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking  anywhere in the line. The whole line will highlight, though you may not see all of it in your browser, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
Triple-click anywhere in the line of text below on this page to select it:
PATH=/usr/bin:/bin:/usr/sbin:/sbin; clear; Fb='%s\n\t(%s)\n'; Fm='\n%s\n\n%s\n'; Fr='\nRAM details\n%s\n'; Fs='\n%s: %s\n'; Fu='user %s%%, system %s%%'; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; M () { find -L "$d" -type f | while read f; do file -b "$f" | egrep -lq XML\|exec && echo $f; done; }; Pc () { o=`grep -v '^ *#' "$2"`; Pm "$1"; }; Pm () { [[ "$o" ]] && o=`sed '/^ *$/d; s/^ */   /' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o=`echo $o`; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; R () { o=; [[ r -eq 0 ]]; }; SP () { system_profiler SP${1}DataType; }; id | grep -qw '80(admin)'; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; SP Software | sed '8!d;s/^ *//'; o=`SP Hardware | awk '/Mem/{print $2}'`; o=$((o<4?o:0)); Ps "Total RAM (GB)"; o=`SP Memory | sed '1,5d; /[my].*:/d'`; [[ "$o" =~ s:\ [^O]|x([^08]||0[^2]8[^0]) ]] && printf "$Fr" "$o"; o=`SP Diagnostics | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm "POST"; for b in Thunderbolt USB; do o=`SP $b | sed -En '1d; /:$/{s/ *:$//;x;s/\n//p;}; /^ *V.* [0N].* /{s/ 0x.... //;s/[()]//g;s/\(.*: \)\(.*\)/ \(\2\)/;H;}; /Apple|SCSM/{s/.//g;h;}'`; Pm $b; done; o=`pmset -g therm | sed 's/^.*C/C/'`; [[ "$o" =~ No\ th|pms ]] && o=; Pm "Thermal conditions"; o=`pmset -g sysload | grep -v :`; [[ "$o" =~ =\ [^GO] ]] || o=; Pm "System load advisory"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; d=(/ ""); D=(System User); E=; for i in 0 1; do o=`cd ${d[$i]}L*/L*/Dia* || continue; ls | while read f; do [[ "$f" =~ h$ ]] && grep -lq "^Thread c" "$f" && e=" *" || e=; awk -F_ '!/ag$/{$NF=a[split($NF,a,".")]; print $0 "'"$e"'"}' <<< "$f"; done | tail`; Pm "${D[$i]} diagnostics"; done; [[ "$o" =~ \*$ ]] && printf $'\n* Code injection\n'; o=`syslog -F bsd -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|last value [1-9]|n Cause: -|NVDA\(|pagin|SATA W|ssert|timed? ?o' | tail -n25 | awk '/:/{$4=""; $5=""};1'`; Pm "Kernel messages"; o=`df -m / | awk 'NR==2 {print $4}'`; o=$((o<5120?o:0)); Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( `sar -u 1 10 | sed '$!d'` ); [[ s[4] -lt 85 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Ps "Total CPU usage" && { s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); o=${s[2]}%; Ps "CPU usage by process \"$s\" with UID ${s[1]}"; }; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); s[2]=${s[2]%[+-]}; o=$((s[2]>=25000?s[2]:0)); Ps "Mach ports used by process \"$s\" with UID ${s[1]}"; o=`kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1`; Pm "Loaded extrinsic kernel extensions"; R && o=`sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'`; Pm "Extrinsic system jobs"; o=`launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic agents"; o=`for d in {/,}L*/Lau*; do M; done | grep -v com\.apple\.CSConfig | while read f; do ID=$($PB\ :Label "$f") || ID="No job label"; printf "$Fb" "$f" "$ID"; done`; Pm "launchd items"; o=`for d in /{S*/,}L*/Star*; do M; done`; Pm "Startup items"; o=`find -L /S*/L*/E* {/,}L*/{A*d,Compon,Ex,In,Keyb,Mail/B,P*P,Qu*T,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB\ :CFBundleIdentifier "$d/Info.plist") || ID="No bundle ID"; [[ "$ID" =~ ^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|\.hpio|JMicron|microsoft\.MDI|print|SoftRAID ]] || printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find -L /u*/{,*/}lib -type f | while read f; do file -b "$f" | grep -qw shared && ! codesign -v "$f" && echo $f; done`; Pm "Unsigned shared libraries"; o=`for e in DYLD_INSERT_LIBRARIES DYLD_LIBRARY_PATH; do launchctl getenv $e; done`; Pm "Environment"; o=`find -L {,/u*/lo*}/e*/periodic -type f -mtime -10d`; Pm "Modified periodic scripts"; o=`scutil --proxy | grep Prox`; Pm "Proxies"; o=`scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'`; Ps "DNS"; R && o=`sudo profiles -P | grep : | wc -l`; Ps "Profiles"; f=auto_master; [[ `md5 -q /etc/$f` =~ ^b166 ]] || Pc $f /etc/$f; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; Pc "hosts" <(grep -v 'host *$' /etc/hosts); Pc "User launchd" ~/.launchd*; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed -E 's/(\..*$|-[1-9])//g'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`SP Fonts | egrep "Valid: N|Duplicate: Y" | wc -l`; Ps "Font problems"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist | while read f; do plutil -s "$f" >&- || echo $f; done`; Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in 0 1; do o=`find "${d[$i]}" -type f -maxdepth 1 | wc -l`; o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} file count"; done; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-
Copy the selected text to the Clipboard by pressing the key combination command-C.
7. Launch the built-in Terminal application in any of the following ways:
☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign ($) or a percent sign (%). If you get the percent sign, enter
exec bash
in the window and press return. You should then get a new line ending in a dollar sign.
Click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.
If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know your password, or if you prefer not to enter it, just press return three times at the password prompt.
If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line "[Process completed]" to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report your results. No harm will be done.
8. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
When you post the results, you might see the message, "You have included content in your post that is not permitted." It means that the forum software has misidentified something in the post as a violation of the rules. If it happens, please post the test results on Pastebin, then post a link here to the page you created.
Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
Copyright © 2014 Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of Apple Support Communities ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

Similar Messages

  • How well does OSX Yosemite run on a Mid 2007 iMac?

    I own a Mid 2007 iMac with 4GB 667Mhz DDR2 RAM, Intel Core 2 Duo 2.0Ghz processor and has ATI Radeon HD 2400 XT 128 MB graphics. I was considering upgrading from OSX Mavericks 10.9.4 to OSX Yosemite, but fear it may slow the Mac down. If anybody has upgraded their Mid 2007 iMac, does it slow the system down? Thank You.

    Hi JRos23. Thanks for sharing your experience.
    I also have a mid 2007 iMac (2.4 GHz Intel Core 2 Duo) and I'm waiting on reviews like yours to evaluate if it is worth to take the leap and update. Last year I updated to Mavericks from Lion (skipped Mountain Lion) and it improved a lot on many fronts. However, it only felt smooth when I updated the RAM to 6GB. Apple specs tells us that this machine supports max 4Gb, though I found many people saying that it would support 1x2GB + 1x4Gb, and it does. I trully recommend it. If it helps anyone, I bought these: link (sorry, Spanish Amazon store).
    However, seeing that you're having a good enough experience until now I will definitely consider it as near future project, maybe with 10.10.1. Is it really an improvement or are there any daily usage setbacks?
    Cheers,
    JP

  • Mid 2007 iMac 2.4GHZ. after start up the iMac will slow down to a freeze. Specially while on internet (youtube).

    mid 2007 iMac 2.4GHZ. after start up the iMac will slow down to a freeze. Specially while on internet (youtube).

    See:
    Mac Maintenance Quick Assist,
    Mac OS X speed FAQ,
    Speeding up Macs,
    How to Speed up Macs,
    Macintosh OS X Routine Maintenance,
    Mac troubleshooting: What to do when your computer is too slow,
    Essential Mac Maintenance: Get set up,
    Essential Mac Maintenance: Rev up your routines,
    Maintaining OS X, 
    Five Mac maintenance myths and
    Myths of required versus not required maintenance for Mac OS X for information.

  • Why is my mid 2007 iMac so slow now that I've loaded 10.9.4

    Why is my mid 2007 iMac so slow now that I've loaded 10.9.4? Everything seems to be slow. It was quick enough on 10.4. I now have wireless connection issues, and wired keyboard connection issues?
    2.4 GHz Intel Core2 Duo, 4GB 667 Mhz DDR2 SDRAM

    Hi there - thanks. No, I haven't run anything like Clean My Mac - what would you suggest?
    EtreCheck version: 1.9.15 (52)
    Report generated September 9, 2014 at 8:56:44 PM PDT
    Hardware Information: ?
      iMac (24-inch Mid 2007) (Verified)
      iMac - model: iMac7,1
      1 2.4 GHz Intel Core 2 Duo CPU: 2 cores
      4 GB RAM
    Video Information: ?
      ATI,RadeonHD2600 - VRAM: 256 MB
      iMac 1920 x 1200
    System Software: ?
      OS X 10.9.4 (13E28) - Uptime: 14 days 9:40:19
    Disk Information: ?
      SAMSUNG HD103UJ disk0 : (1 TB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted>: 209.7 MB
      Macintosh HD (disk0s2) / [Startup]: 999.35 GB (321.09 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
    USB Information: ?
      Apple, Inc. Keyboard Hub
      Apple Inc. Apple Keyboard
      Seagate FA GoFlex Desk 1.5 TB
      S.M.A.R.T. Status: Verified
      disk1s1 (disk1s1) <not mounted>: 32 KB
      FreeAgent GoFlex Drive (disk1s3) /Volumes/FreeAgent GoFlex Drive: 1.5 TB (20.68 GB free)
      Apple Inc. Built-in iSight
      Apple Inc. Bluetooth USB Host Controller
      Apple Computer, Inc. IR Receiver
    Gatekeeper: ?
      Mac App Store and identified developers
    Kernel Extensions: ?
      [loaded] com.seagate.driver.PowSecDriverCore (5.1.1) Support
      [not loaded] com.seagate.driver.PowSecLeafDriver_10_4 (5.1.1) Support
      [loaded] com.seagate.driver.PowSecLeafDriver_10_5 (5.1.1) Support
      [not loaded] com.seagate.driver.SeagateDriveIcons (5.1.1) Support
      [not loaded] net.pocketmac.driver.BlackberryUSB (3.0.9) Support
      [not loaded] net.pocketmac.driver.BlackberryUSBDev (3.0.9) Support
    Startup Items: ?
      AdobeVersionCueCS2: Path: /Library/StartupItems/AdobeVersionCueCS2
    Problem System Launch Daemons: ?
      [failed] com.apple.printtool.daemon.plist
      [failed] com.apple.wdhelper.plist
    Launch Daemons: ?
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.adobe.SwitchBoard.plist Support
      [loaded] com.google.keystone.daemon.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
    Launch Agents: ?
      [not loaded] com.adobe.AAM.Updater-1.0.plist Support
      [running] com.adobe.AdobeCreativeCloud.plist Support
      [running] com.brother.LOGINserver.plist Support
      [loaded] com.google.keystone.agent.plist Support
      [running] com.seagate.SeagateStorageGauge.plist Support
    User Launch Agents: ?
      [loaded] com.adobe.AAM.Updater-1.0.plist Support
      [loaded] com.adobe.ARM.[...].plist Support
      [loaded] com.facebook.videochat.[redacted].plist Support
      [running] com.memeo.Memeod.plist Support
    User Login Items: ?
      Microsoft AU Daemon
      SpeechSynthesisServer
      iTunesHelper
      AdobeResourceSynchronizer
      Google Drive
      Dropbox
      Microsoft Database Daemon
      Microsoft Outlook
      ExpanderDaemon
      VersionCueCS2Status
    Internet Plug-ins: ?
      o1dbrowserplugin: Version: 5.4.2.18903 Support
      Google Earth Web Plug-in: Version: 7.1 Support
      Default Browser: Version: 537 - SDK 10.9
      Flip4Mac WMV Plugin: Version: 2.3.8.1 Support
      OVSHelper: Version: 1.0 Support
      RealPlayer Plugin: Version: (null) Support
      AdobeAAMDetect: Version: AdobeAAMDetect 2.0.0.0 - SDK 10.7 Support
      FlashPlayer-10.6: Version: 15.0.0.152 - SDK 10.6 Support
      AdobePDFViewerNPAPI: Version: 10.1.6 Support
      DivXBrowserPlugin: Version: 2.1 Support
      Flash Player: Version: 15.0.0.152 - SDK 10.6 Support
      iPhotoPhotocast: Version: 7.0
      googletalkbrowserplugin: Version: 5.4.2.18903 Support
      QuickTime Plugin: Version: 7.7.3
      AdobePDFViewer: Version: 10.1.6 Support
      SharePointBrowserPlugin: Version: 14.1.0 Support
      Silverlight: Version: 5.1.20125.0 - SDK 10.6 Support
      JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Check version
    Safari Extensions: ?
      wpa
      html5video
    Audio Plug-ins: ?
      BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
      AirPlay: Version: 2.0 - SDK 10.9
      AppleAVBAudio: Version: 203.2 - SDK 10.9
      iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins: ?
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    User iTunes Plug-ins ?
      TuneUp Visualizer: Version: (null) Support
    User Internet Plug-ins ?
      Move-Media-Player: Version: npmnqmp 071303000006 Support
      fbplugin_1_0_3: Version: (null) Support
      WebEx: Version: 1.0 Support
      WebEx64: Version: 1.0 Support
    3rd Party Preference Panes: ?
      Adobe Version Cue CS2  Support
      DivX  Support
      Flash Player  Support
      Flip4Mac WMV  Support
    Time Machine: ?
      Skip System Files: NO
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 930.71 GB Disk used: 631.68 GB
      Destinations:
      FreeAgent GoFlex Drive [Local] (Last used)
      Total size: 1 TB
      Total number of backups: 100
      Oldest backup: 2013-08-22 07:36:47 +0000
      Last backup: 2014-09-10 03:01:26 +0000
      Size of backup disk: Too small
      Backup size 1 TB < (Disk used 631.68 GB X 3)
      Time Machine details may not be accurate.
      All volumes being backed up may not be listed.
    Top Processes by CPU: ?
          76% Microsoft Outlook
          7% ARM
          4% Google Drive
          1% launchservicesd
          1% Microsoft Database Daemon
    Top Processes by Memory: ?
      172 MB Finder
      135 MB Microsoft Outlook
      94 MB Google Chrome
      94 MB com.apple.IconServicesAgent
      94 MB WindowServer
    Virtual Memory Information: ?
      158 MB Free RAM
      866 MB Active RAM
      706 MB Inactive RAM
      655 MB Wired RAM
      93.45 GB Page-ins
      3.83 GB Page-outs

  • I have a 24-inch Mid 2007 iMac. Should I upgrade to Yosemite?

    I have a 24-inch Mid 2007 iMac. Should I upgrade to Yosemite?  I was advised by genius bar that it would slow down my iMac.

    According to sources such as http://mactracker.ca download database specs for
    the iMac (24-inch Mid 2007) your computer can use more RAM than it has now.
    Maximum Memory:    6.0 GB (Actual) 4.0 GB (Apple)
    Memory Slots:    2 - 200-pin PC2-5300 (667MHz) DDR2 SO-DIMM
    •iMac: How to remove or install memory
    And so it should work better even if you stay with Mountain Lion OS X 10.8.5.
    The hardware upgrade will help the Mac OS + applications, in basic functions.
    [This computer is already considered 'vintage' by Apple...]
    Depending on the amount of use the computer has seen so far, it may also be
    a candidate for a replacement hard disk drive; perhaps a larger capacity, too.
    If you consider an upgrade, also consider a complete backup and a bootable
    clone of the current (if updated to 10.8.5 with its applications updated) OS X
    on an externally enclosed hard disk drive with its own power supply. You can
    see a few of these that do not run on Mac port power, & standalone, at OWC.
    {The company known as OWC is macsales.com, a fair example of mac-centric
    supplier of quality products for Mac community, awhile. Or so people tell me.}
    Clone utilities such as superduper, carboncopy cloner, or disk utility can work.
    Test a cloned OS X copy for boot-ability and other function before moving on.
    Could be you'd be better off with this computer on Mt Lion than a later OS X.
    And a newer later computer should also have hardware specs and some up-
    ward expandability for use with the expected new & future changes to OS X.
    Hopefully you can get some fair use and more years from your iMac 24".
    And that means hope for the best, and plan for the worst. Backup, backup...
    Good luck & happy computing!

  • Mid 2007 iMac SSD in optical bay - cannot write to last block of device

    Hi All,
    I've just replaced my optical drive in my 20" mid 2007 iMac (Dual core, 2.4 Ghz, 2 Gb RAM running Mavericks) with a solid state drive (Crucial MX100). The plan is to transfer my boot disk to this drive while keeping my 1 Tb HDD for media and such.
    I followed the ifixit guide and it all went smoothly, however when I try to partition or erase the new SSD using Disk Utility, it tells me "Operation failed - cannot write to last block of the device". After googling, I found some answers here that suggested the optical bay cable may be faulty, so I bought a replacement and swapped it in, but no such luck, same problem. I also saw some threads suggesting that the boot disk should be in the original hard drive spot, but since this isn't the boot disk (yet) this shouldn't be the issue.
    My computer recognizes the new SSD but won't allow me to partition it. Any suggestions on how to proceed?
    Thanks!

    ds store wrote:
    3. The new disk is just bad.
    OK. If that's the case, I'll just get another disk.
    Lots of problems with that hybrid drives on Mac's on these forums, get another one that's 7,200 RPM and from Western Digital, not Seagate.
    With a 7,200 RPM you get more performance across the entire drive, not just what's cached in the small flash portion of the hybrid.
    https://discussions.apple.com/community/notebooks/macbook_pro?view=documents#/
    1. Hybrid drives: I'm on number 8 in 6 different machines, no problems at all, what happens when you try?
    2. The OP is not using a Hybrid.
    3. Lot's of problems with WD drives not booting on these forums though.

  • My mid 2007 iMac doesn't recognise 2GB RAM module in DIMM/1

    I am trying to upgrade the RAM in my mid 2007 iMac from 1GB to 4GB. It originally had a 1GB module in slot DIMM/0 and nothing in slot DIMM/1. I inserted the two new 2GB modules, one in each slot but DIMM/1 just reports as being 'empty'. I have tried swapping the modules and different configurations of 1 & 2GB modules but DIMM/1 only reads the original 1GB module (from DIMM/0) and reports 'empty' when either of the two 2GB modules are installed.
    I have reset PRAM, checked EFI firmware update and updated OSX to version 10.6.8 (from 10.5.8) but still the same result. The best I can get is 3GB (2GB in DIMM/0 and 1GB in DIMM/1). I am definitely pushing the modules firmly into place. Is there anything else I can try?

    Your machine will accept up to 6GB of RAM however you must a) have the correct specifications, no variations at all and b) must push hard with both thumbs to fully seat the RAM. The correct RAM for your system would be the specifications shown here. I suspect 1 of three things with the RAM you bought.
    1. Wrong specifications!
    2. Incorrectly installed
    3. Defective RAM
    I would STRONGLY recommend using Crucial or my preferences OWC, which is the memory shown in the link.
    BTW I have a late 2007 24" 2.8GHz iMac with 6GB of RAM.

  • I have a mid 2007 iMac.    2 GHz Intel Core 2 Duo, 4 GB 667MHz DDR2 SDRAM, OSX 10.9.5.   I attempted to do the latest update and got the message:  Start up disk is full.  Delete files.  How do I do that?

    I have a mid 2007 iMac.    2 GHz Intel Core 2 Duo, 4 GB 667MHz DDR2 SDRAM, OSX 10.9.5.   I attempted to do the latest update and got the message:  Start up disk is full.  Delete files.  How do I do that?

    Freeing Up Space on The Hard Drive
      1. See Lion/Mountain Lion/Mavericks' Storage Display.
      2. You can remove data from your Home folder except for the /Home/Library/ folder.
      3. Visit The XLab FAQs and read the FAQ on freeing up space on your hard drive.
      4. Get an external hard drive on which to store some of your files after which you can
          erase the data from your internal drive to free up space.
      5. Also see Freeing space on your Mac OS X startup disk.
      6. See Where did my Disk Space go?.
      7. See The Storage Display.
    You must Empty the Trash in order to recover the space they occupied on the hard drive.
    You should consider replacing the drive with a larger one. Check out OWC for drives, tutorials, and toolkits.
    Try using OmniDiskSweeper 1.8 or GrandPerspective to search your drive for large files and where they are located.

  • Mid-2007 iMac Running Mavericks Windows 7 Home Premium 64-bit Install

    How do I go about installing a Windows 7 Home Premium 64-Bit (OEM) partition on a mid-2007 iMac running Mavericks?
    Apple  says that 64-bit Windows 7 isn't supported by my model iMac, but I know  for a fact that other people have gotten it to work. I'm just a little  unclear on how exactly to do it. In any case, I made the mistake of  buying two copies of Windows 7 64-bit under the assumption that they  would install just fine on my iMac and MacBook Pro (MacBook Pro is from 2007 as well), so I need to get  this working.
    What version of Boot Camp should I use? What version  support drivers should I download? Apple says that Boot Camp 5.1, which  is what I have, is incompatible with my iMac, and it says the same  thing for every driver download that supports 64-bit versions of Windows  7, but would it be correct to say that this "incompatibility" is only the case if I don't  first modify my Windows 7 installation disc according to the  instructions in the attached link?
    There is a Windows XP  partition on my MacBook Pro, so I figure I can get on it to modify the  installation disc before attempting a 64-bit Windows 7 install on the  iMac.
    http://www.gopulls.com/blog/2009.08.26/install-windows-7-x64-on-a-mac-beat-the-s elect-cd-rom-boot-type-error/

    Tug was not wrong. From the Boot Camp System Requirements page: http://support.apple.com/kb/HT5634
    iMac (24-inch, Mid 2007)
    4
    DVD
    DVD
    iMac (20-inch, Mid 2007)
    4
    DVD
    DVD

  • I have a mid 2007 iMac and the internal superdrive audio cd won't play, the DVD works. Can I purchase an external cd drive that will work with my iMac?

    I have a mid 2007 iMac (Model A1224 iMac 7,1) and the internal superdrive audio cd won't play, the DVD works. Can I purchase an external cd drive that will work with my iMac?

    Welcome to the Apple Support Communities
    Any external optical drive will work with your Mac. If you want an Apple USB SuperDrive, see > http://www.tuaw.com/2012/04/02/use-the-macbook-air-superdrive-with-any-almost-ma c/
    The best option is to take the Mac to an Apple Store and get the Mac's SuperDrive repaired

  • I upgrade my mid 2007 IMac to Yosemite and it has been running very slowly since then. I have 3GB of ram. Should I go back to Mavericks?

    I upgraded my mid 2007 IMac to Yosemite and it has been running very slowly since then. I have 3GB of ram. Has this been a problem for anyone else?

    Your iMac year and model is low on RAM.
    3 GBs is really not enough RAM to operate your Mac under OS X Yosemite OR Mavericks smoothly and efficiently.
    New Macs now ship with 8 GBs of RAM as minimum, base installed amount of RAM.
    Your Mac model can take a maximum amount of 6 GBs of RAM.
    I strongly recommend purchasing and installing the necessary RAM amount to meet the 6 GB RAM total.
    If you live in the U.S. , Correct, compatible and reliable Mac RAM can be purchased from online Mac RAM sources Crucial memory or OWC (macsales.com).
    OWC (macsales.com) has the proper RAM module or kit needed to get your Mac to the 6 GB RAM total limit.
    http://eshop.macsales.com/item/Other%20World%20Computing/5300DDR2S6GP/
    RAM is user installable and is, relatively, easy to install be newbie and novice Mac users.
    http://eshop.macsales.com/installvideos/imac_mid_2007_mem_h/
    Good Luck!

  • How do I clean my mid 2007 iMac? The disk space is running VERY low and I would love an idea. I make videos and upload them to youtube and I need space to do that. Thanks for your time!

    How do I clean my mid 2007 iMac?
         The disk space is running VERY low and I would love an idea. I make videos and upload them to youtube and I need space to do that. Thanks for your time!                              
                                       If you have an idea please respond!

    You should never, EVER let a conputer hard drive get completely full, EVER!
    With Macs and OS X, you shouldn't let the hard drive get below 15 GBs or less of free data space.
    If it does, it's time for some hard drive housecleaning.
    Follow some of my tips for cleaning out, deleting and archiving data from your Mac's internal hard drive.
    Have you emptied your iMac's Trash icon in the Dock?
    If you use iPhoto, iPhoto has its own trash that needs to be emptied, also.
    If you store images in other locations other than iPhoto, then you will have to weed through these to determine what to archive and what to delete.
    If you use Apple Mail app, Apple Mail also has its own trash area that needs to be emptied, too!
    Look though other Apple Mail folders like the junk mail and delete the mail that is in there. Look through your sent items folders and see there is any mail in there that can be deieted.
    Delete any old or no longer needed emails and/or archive to disc, flash drives or external hard drive, older emails you want to save.
    Other things you can do to gain space.
    Once you have around 15 GBs regained, do a search, download and install OmniDisk Sweeper.
    This app will help you locate files that you can move/archive and/or delete from your system.
    STAY AWAY FROM DELETING ANY FILES FROM OS X SYSTEM FOLDER!
    Look through your Documents folder and delete any type of old useless type files like "Read Me" type files.
    Again, archive to disc, flash drives, ext. hard drives or delete any old documents you no longer use or immediately need.
    Look in your Applications folder, if you have applications you haven't used in a long time, if the app doesn't have a dedicated uninstaller, then you can simply drag it into the OS X Trash icon. IF the application has an uninstaller app, then use it to completely delete the app from your Mac.
    Download an app called OnyX for your version of OS X.
    When you install and launch it, let it do its initial automatic tests, then go to the cleaning and maintenance tabs and run the maintenance tabs that let OnyX clean out all web browser cache files, web browser histories, system cache files, delete old error log files.
    Typically, iTunes and iPhoto libraries are the biggest users of HD space.
    move these files/data off of your internal drive to the external hard drive and deleted off of the internal hard drive.
    If you have any other large folders of personal data or projects, these should be archived or moved, also, to the optical discs, flash drives or external hard drive and then either archived to disc and/or deleted off your internal hard drive.
    Good Luck!

  • Mid 2007 iMac video card does not meet minimum requirements for latest iMovie update

    Tried updating to the latest version of iMovie and I get the following message.  "Your computer's video card does not meet the minimum system requirements."  I haven't had any luck finding what those requirements are.  What are the minimum requirements?
    Thanks.

    I'm having the same issue here too. I'm using a mid 2007 iMac 2.4 GHz Intel Core 2 Duo with 4GB of SDRAM and ATI Radeon HD 2600 Pro 256 MB.
    What bugs me is that the update shows up but you are not allowed to install it. Either one of two things needs to happen.
    #1 apple allows users to hide the update but still let you know that there is a hardware incompatibality
    #2 don't let the update show up at all

  • I have a mid 2007 iMac and want to know if i can upgrade to OS X Mavericks?

    I have a mid 2007 iMac and want to know if i can upgrade to OS X Mavericks?

    Just adding a point to Paul's suggestion of suppliers.  (Congrats on getting to 5 figures, Paul)
    In North America contact OWC …        Upgrade Apple iMac Memory
    In Europe contact Crucial.com  …       RAM Memory Upgrade
    Both companies have facilities to guide you and will recommend the correct memory package to meet whatever needs you describe to them.  
    There may be benefits buying from your own geographical location insofar as Shipping charges, Local sales taxes and Exchange rates.  Check out the basic memory costs and do your sums.

  • Connecting mid-2007 iMac to LG TV via mini dvi to HDMI

    I am trying to connect my mid-2007 iMac to my 42" LG HDTV to no avail. I am running iOS 10.6 Snow Leopard. I bought the mini dvi to HDMI adapter and plugged the iMac into the TV. I went to the display tab in the system settings and see that the iMac recognizes the tv. I went to the arrangements section and it recognizes the tv. When I click on gather windows it even calls it the LG TV. However, there is nothing showing on my TV. It says no input detected. When I move my mouse to the right side of the screen it disappears like it is going to a second monitor.
    Any thoughts?

    Hey Corinthone, did you ever figure it out? I have a mid2007 iMac running snow leopard &amp; a 120hz LGTV 42". I was having the same issues as you(yes Frankie, I made sure I was selecting the correct hdmi input). Now with the same setup, my LG recognizes the HDMI input from my iMac. It says connecting but then 'no signal' on the screen. The hdmi2 is still showing a connection in 'inputs' just no picture on TV. I started changed the setting via my mac but still nada. The lg is 120hz. Does that have anything to do with it?  Thanks

Maybe you are looking for

  • Creating a class library in VS2013 that can be referenced by a VB6 application and newer applications

    I need to create a class library in VS2013 that can be referenced by a VB6 application and newer applications. I heard something about COM Interop but have no idea where to start. I am assuming I would develop a class library in VS2013 and then packa

  • HT5219 did thunderbolt display worked with mac pro 2012 12 core ??

    i buy mac pro 2012 12 core with thunderbolt display so how i can maake it work with us ??

  • GL Park and Post Automation

    I am in process for the GL Park and Post automation from current manual process. Accountetn - Park Mgr - Post Mgr II - Post 1) 50,000.99 and below will park and post without approval 2) 50,001 to 20 M will require approval and post by next level mana

  • Plot in Mathematica

    hello, I was thinking of a way to run a Mathematica code from labview. The code is a simple ListPlot or Plot3d in mathematica.  Right now , I can open a mathematica notebook via LV ( using System Exec.vi ) and then have to insert the file path ( as s

  • Dispatcher problems

    Hi, I have problems with the initiating the dispatcher+work service. The dispatcher gets to the running state but cannot connect to the message server and after that stops the whole process. The developer trace shows the following error message: ERRO