10.9.2 Update Slowed Mac Mini

Hello,
Since updating I have been almost unable to use my Mac due to it running extremely slow. Startup and opening applications feels like I'm on a Windows 95. I would like to restore to the last OS but don't have anything backed up. Any Suggestions?

1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the 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 collect information about the state of the computer. That information goes nowhere unless you choose to share it. 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. Ask for other options.
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 few 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. Don't log in as root.
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 the browser window, 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%%'; AC="com.autodesk.AutoCAD  com.evenflow.dropbox com.google.GoogleDrive"; H='^[[:space:]]*((127\.0\.0\.1|::1|fe80::1%lo0)[[:space:]]+local|(255\.){3}255[[:space:]]*broadcast)host[[:space:]]*$'; NS=networksetup; 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; }; AT () { o=`file -b "$1" | egrep -v '^(A.{16}t$|cann)'`; Ps "${1##*/} format"; }; Pc () { o=`grep -v '^ *#' "$2"`; l=`wc -l <<< "$o"`; [[ l -gt 25 ]] && o=`head -n25 <<< "$o"`$'\n'"[$((l-25)) more line(s)]"; Pm "$1"; AT "$1"; }; Pm () { [[ "$o" ]] && o=`sed -E '/^ *$/d;s/^ */   /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/;/Shared/!s/(\/Users\/)[^/]+/\1-/g' <<< "$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 -G | grep -qw 80; 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 -n 's/^ *//;5p;6p;8p'; h=(`SP Hardware | awk '/ Id/{print $3}; /Mem/{print $2}'`); o=$h; Ps "Model"; o=$((h[1]<4?h[1]: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"; p=`SP Power`; o=`awk '/Cy/{print $NF}' <<< "$p"`; o=$((o>=300?o:0)); Ps "Battery cycles"; o=`sed -n '/Cond.*: [^N]/{s/^.*://p;}' <<< "$p"`; Ps "Battery condition"; for b in FireWire Thunderbolt USB; do o=`SP $b | sed -En '/:$/{s/ *:$//;x;s/\n//;s/\n.*//;/\)/p;};/^ *(V.+ [0N]|Man).+ /{s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};/Apple|Broadcom|Genesy|Intel|SMSC/{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"; fdesetup status | grep -q On && o=on || o=; Ps "FileVault"; a=(/ ""); A=(System User); for i in 0 1; do o=`cd ${a[$i]}L*/Lo*/Diag* || continue; for f in *.{cr,h,pa,s}*; do [[ -f "$f" ]] || continue; d=$(stat -f%Sc -t%F "$f"); [[ "$f" =~ h$ ]] && grep -lq "^Thread c" "$f" && f="$f *"; echo "$d ${f%%_2*} ${f##*.}"; done | sort | tail`; Pm "${A[$i]} diagnostics"; done; grep -lq '*$' <<< "$o" && printf $'\n\t* Code injection\n'; o=`syslog -F bsd -k Sender kernel -k Message CReq 'caug|GPU |hfs: Ru|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|timed? ?o|WARN' -k Message Ane 'SMC:' | 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'`); n=$((${#s[*]}-1)); c="${s[*]}"; o=${s[$n]}%; Ps "CPU usage by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; }; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); n=$((${#s[*]}-1)); s[$n]=${s[$n]%[+-]}; c="${s[*]}"; o=$((s[$n]>=25000?s[$n]:0)); Ps "Mach ports used by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; o=`kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1`; Pm "Loaded extrinsic kernel extensions"; R && o=`sudo launchctl list | awk 'NR>1 && !/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|openld|post[fg]|x)/{print $3}'`; Pm "Extrinsic daemons"; o=`launchctl list | awk 'NR>1 && !/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic agents"; o=`for d in {/,}L*/Lau*; do M; done | egrep -v 'com\.apple\.(CSConfig|server)' | 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*/StartupItems; do M; done`; Pm "Startup items"; sys=`pkgutil --regexp --only-files --files com.apple.pkg.* | sort | uniq | sed 's:^:/:'`; b=`sed -E '/^.+Lib.+\/Contents\/Info.plist$/!d;s/\/Info.plist$//;/Contents\/./d' <<< "$sys"`; l=`egrep '^/usr/lib/.+dylib$' <<< "$sys"`; [[ "$b" && "$l" ]] && { o=`find -L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Compon,Ex,In,iTu,Keyb,Mail/B,P*P,Qu*T,Scripti,Sec,Servi,Spo}* -type d -name Contents -prune | grep -Fv "$b" | while read d; do test -f "$d/Info.plist" || continue; ID=$($PB\ :CFBundleIdentifier "$_") || ID="No bundle ID"; printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find /usr/lib -type f -name *.dylib | grep -Fv "$l"`; Pm "Extrinsic shared libraries"; :; } || echo $'\nReceipts missing'; o=`for e in INSERT_LIBRARIES LIBRARY_PATH; do launchctl getenv DYLD_$e; done`; Pm "Inserted dylibs"; 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}'`; i=`route -n get default | awk '/e:/{print $2}'`; I=`$NS -listnetworkserviceorder | sed -En '/ '$i'\)$/{x;s/^\(.+\) //p;q;};x'`; n=`$NS -getdnsservers "$I" | awk '!/^T/{printf "not "; exit}'`; Ps "DNS (${n}from DHCP)"; o=`$NS -getinfo "$I" | awk '/k:/{if ($3 !~ "(255\.){3}0") print}; /v6:/{if ($2 !~ "A") print}'`; Pm "TCP/IP"; 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; f=/etc/hosts; Pc "hosts" <(egrep -v "$H" $f ); AT $f; 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"; LD="$(`find /S*/*/F* -type f -name lsregister | head -n1` -dump)"; o=`for ID in $AC; do [[ "$LD" =~ $ID ]] && echo $ID; done`; Pm "Application check"; 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=`find . -maxdepth 1 -exec basename {} + | while read f; do [[ ("$f" =~ ^\.. && ! "$f" =~ ^\.(adobe|android|bash.+|CFU.+|cache|config|cups|dropbox|DS_Store|font.+|git.+|profile|rnd|sh_.+|ssh|subv.+|Trash(es)?|zprofile|zsh.+)$) || ($(stat -f%f "$f") -ge 32768 && "$f" != Library) ]] && ls -Fd "$f"; done`; Pm "Hidden user files"; o=`SP Fonts | egrep 'id: N|te: 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=; [[ UID -eq 0 ]] && o=root; Ps "UID"; 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.
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.
8. If you see an error message in the Terminal window such as "syntax error," enter
exec bash
and press return. Then paste the script again.
9. 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 the password, or if you prefer not to enter it, press the key combination control-C or just press return three times at the password prompt. Again, the script will still run.
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.
10. 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 the results. No harm will be done.
11. 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.
12. 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 that 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 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

Similar Messages

  • I have just update my mac mini server to OX Yosemite, but now the iTunes is not working at all.

    I have just updated my Mac Mini Server (Mid 2011) to OS Yosemite ver 10.10, after the update, iTunes is not working, and i have tried to reinstall iTunes over and over again but it was not successful , please advise if you have a solution or share similar problems. Thank you.

    You have to upgrade to 10.6.8 to be able to download iTunes 10.7 or 11.  The 10.6 Snow Leopard DVD is in the Apple online store. You can get it for $19.99. You will need to be running 10.6.8 to access the App Store to order Lion or Mountain Lion. http://store.apple.com/us/product/MC573/mac-os-x-106-snow-leopard
    First we need to know which one of the 9 different models of MacBook you have. To see which model you have go to the Apple in the upper left corner and select About This Mac, then click on More Info. When System Profiler comes up check the Model Identifier and post it back here.
    The Early 2006 model 1,1 Core Duo can only run a maximum of 10.6 Snow Leopard.
    The models Late 2006 Core 2 Duos 2,1 through Early 2008 4,1 can only run a maximum of 10.7 Lion.
    The Late 2008 model 5,1 Aluminum Unibody through the Mid 2010 White Unibody model 7,1 can run 10.8 Mountain Lion.

  • HT1338 when I updated my mac mini to mountain lion it gave me an icon on my desktop of a hard drive, can I delete this?

    when I updated my mac mini to mountain lion it gave me an icon on my desktop of a hard drive, can I delete this?

    Open the General tab of the Finder's preferences and set it not to be displayed on the desktop. Alternatively, if it's a disk image or external disk, just drag it to the Trash.
    (83576)

  • Should I update my Mac Mini to Mavericks???

    Hi,
    I have a late 2012 Mac Mini which I purchased mid 2013. It is running OS X 10.8.5 (12F45) (Mountain Lion I believe) and I am able to upgrade for free to OS X 10.9.5 Mavericks. I have read many review comments for Mavericks and they seem to be very mixed as to if it is good or bad.
    I want to update my Mac Mini but I can not find any specific information on if the upgrade will work fine for a Mac Mini as most questions and answers are more specific for a Mac Book or iMac.
    I am very much a noob at all this so your help (and understanding) would be very much appreciated .
    Cheers.

    Based in my experience with a very newly acquired new late 2012 mac mini, I would not update.  I already had an older mac mini that ran perfectly under Snow Leopard.  And indeed it still does run perfectly under 10.6.8 and indeed Windows 7.
    But there have been continuing annoying issues with Mavericks.  E.g. the dock disappears without reason  As for email, the new mail program is dire - keeps reverting to conversation mode, and when BT changed me over to the new servers in the UK this week - used by millions here in UK) - the IMAP account parameters are so automated that Apple just default to the old servers that don't work.  There is no obvious way to define the new servers.
    OK there may be a workaround but it's a farce.  The web is awash with complaints about mail - some suggesting using Thunderbird.
    I have 50 years IT experience - a real geek - so how do less experienced users get on.
    So I am running my new mac mini permanently on Windows 7 under boot camp 5.  It just works - unlike Mavericks.
    Incidentally the new mac mini hardware is great - a lovely balance of design, portability and power.
    Both Apple and MS have surrendered their product development to marketing.
    I wish I could put Snow leopard on my second mac mini but there seems no sensible way.

  • HT1338 Why can't i update my Mac mini above 10.5.8

    Why can't i update my Mac mini above 10.5.8?

    See:
    Upgrade Paths to Snow Leopard, Lion, and/or Mountain Lion
    You can upgrade to Mountain Lion from Lion or directly from Snow Leopard. Mountain Lion can be downloaded from the Mac App Store for $19.99. To access the App Store you must have Snow Leopard 10.6.6 or later installed.
    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 to Lion
    If your computer does not meet the requirements to install Mountain Lion, 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.
    Upgrading to Mountain Lion
    To upgrade to Mountain Lion you must have Snow Leopard 10.6.8 or Lion installed. Purchase and download Mountain Lion from the App Store. Sign in using your Apple ID. Mountain Lion is $19.99 plus tax. 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.
         For a complete How-To introduction from Apple see Upgrade to OS X Mountain Lion.

  • Unable to update my mac mini

    I'm unable to update my mac mini. When I try it shows a message "software quit unexpectedly". I try and reopen but message returns.

    Hi, is this using Software update?
    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at the top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair. Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If 10.7 or more, reboot holding CMD+r down to boot from the Restore Partition, use Disk Utility there.

  • I updated my mac mini to 10.8.1 but a website i use for work is not recongnizing the update in the internet. What do i need to do

    I updated my mac mini to 10.8.1 but a website i use for work is not recongnizing the update in the internet. What do i need to do

    Solution, update to 10.8.5
    What website?
    Have you talked to IT?

  • Update my mac mini to mavericks and stay compatible?

    Planning to update my mac mini to new mavericks operating system this week, but am concerned about my old, but loved, ipad. The ipad is the original ipad that I sync with the photos and music on my mac mini. Ipad is running ios 5.1.1. Anyone know of any reason I should be concerned before I make the jump to mavericks? Thanks.

    Welcome to Apple Support Communities
    iTunes 11.1.3 (which is the most recent iTunes version) works without any problem with the 1st generation iPad and with iOS 5.1.1. Moreover, if you have got your software updated, you are already using this iTunes version, so nothing will happen after upgrading to OS X Mavericks.
    Make a backup of your files with Time Machine before upgrading and check that your apps are compatible > http://www.roaringapps.com

  • HT1338 how do i update my mac mini (2005) edition

    how do i update my mac mini (2005) edition

    What do you want to update?  The OS?  If so, what version OS are you currently running?
    If that's the question all you need to do is click on "software update" ...  Be aware though that if you go past 10.4.x you lose the ability to run OS9 (classic) applications.

  • Want to update my mac mini to 10.7.5.

    I want to update my mac mini to 10.7.5. I have OS X 10.7 and the updater tells me there are no updates for my computer.
    Anyone know what I should do?

    Download the combo updater and install it: https://support.apple.com/kb/DL1582?viewlocale=en_US&locale=en_US

  • Is it safe to update 2013 Mac Mini with a 1tb SSD?

    Is it safe to update the mac mini 2013 with a new compatible ssd and also RAM?  Also will a Mac Mini i7 3rd 2.6ghz guad with 1tb ssd out perform a iMac i7 2.9ghz 4th gen quad? 
    Buying it for music production so wandering if the ssd update will be worth it...

    danstephens wrote:
    Can I configure that in a way that the harddrives are merged (ie a fusion) as I don't like the idea of moving files all the time for better speed.
    Also would it maybe worth just buying a seagate hybrid drive to solve that?
    Since I believe OS X 10.3 or 10.4 OS X is always moving your files around on the boot drive in a process called automatic optimization. The idea being there is a band of data blocks on every hard drive that provides a bit faster access than the remainder of the drive. Over time OS X identifies those bands and moves the most frequently accessed files into that band. The result is an improvement in average disk I/O performance. In the Apple Fusion drive, since the SSD and HD are mapped as a single drive entity it is the SSD that gets identified as being the fastest and the most often accessed files are moved there. The end result is overall disk I/O performance rivaliing a pure SSD but at about 20% of the cost. However, whether you have a Fusion drive or a plain HD, yoiur most frequently accessed files will be moved around and the only way to prevent that is to not use OS X.

  • I just updated my Mac Mini to latest software, tried updating GarageBand. It downloaded but now it gets stuck downloading the 'essential sounds and loops'. It always worked fine before I updated and would really appreciate some help. Thanks

    I just updated my Mac Mini to latest software, tried updating GarageBand. It downloaded but now it gets stuck downloading the 'essential sounds and loops'. It always worked fine before I updated and would really appreciate some help. Thanks

    I just updated my Mac Mini to latest software
    You mean, MacOS X 10.9.2 and GarageBand 10.0.2?
    How far does the download proceed? Do you get an error message?
    Try to resume the download as described here:  http://support.apple.com/kb/HT4485

  • Slow mac mini

    Mac Mini G4, 1.33 GHz 512 MB OS 10.4.11
    Has suddenly begun slowing down when I have been loading web
    pages. This occurred a day or two after I installed Apple's Sept. 15
    Security Upgrade.
    Also, I found a drop-down message in my network
    preferences that said "Your network settings have
    been changed by another application." This drop-down would not go
    away, preventing me from accessing any of my system preferences, a
    problem noted by many others in the discussions here. Based on
    advice found in the discussions here, I managed to delete the drop-down message after much hair-pulling, but I am now left with a computer that has slowed
    by about 20 percent.
    I have had a tech do cleaning,repairing, and troubleshooting with no appreciable improvement inweb-loading speeds. Do you have an answer for me? Are there others experiencing this slowdown after the Sept. 15 Security Upgrade?
    Would uninstalling my Sept. 15 upgrade bring my system back to is
    earlier speeds? Help!

    Hi, Andy-
    I will do my best to answer your questions. Thanks for you help.
    Thanks for getting back to me.
    The primary web page loading issue is: when I attempt to launch a page, it consistently pauses from 10-20 seconds or longer before a 3/4 partial page snaps up on the screen, then takes more time (often 15 seconds or more) to fully load. This did not occur before the Sept. 15 security update; I could navigate smoothly from web page to web page.
    A tech cleaned my caches, reset Safari, ran MacHelp mate, checked preferences and permissions for corruption via Utility, ran auto-maintenance scripts and went to Activity Monitor to see if any
    applications were putting an unusual CPU or memory load on the system during startups (none appeared to be, Safari's maximum load around 40-60 CPUs as it initially struggled to load a page).
    The Mac Mini is less than three years old, and I don't run games or other memory-draining applications.
    I hope this helps you help me.

  • Help me diagnose my slow Mac mini

    Hi All,
    I bought my wife a Mac mini (2012) and all she does on it is email, web and chat (Google Hangouts, typically). She did all of this on her old 2007 iMac, but for some reason this new Mac mini is struggling hard. She will get the spinning beach ball of death very very frequently when just switching between tabs and between her browsers. She will typically have Safari and Firefox open at the same time doing different tasks in each one, but they're usually just displaying websites.
    Its her computer, she uses it all day long but it will typically only exhibit the slow behaviour when I am at work. She's not very technical and wouldn't know what to look for to see if there is a runaway process or something of that sort. Ideally, what I would like is to have some kind of program running to capture CPU, memory and disk usage and let me see which process is doing what at certain times a day. Specifically, when her CPU gets pegged and things start to freeze up I want to see some kind of log or graph showing what each process was doing at the time, how much cpu they were using, and memory/disk usage. I know Activity Monitor shows this stuff real time, but is there a way to capture that to a log so I can examine it when I am there?
    She is at her wits end and its frustrating for me because she can't replicate it when I am home.
    Any help would be appreciated.
    Trevor
    PS: Mountain Lion, all updates. 4GB RAM, lots of disk space left.

    First, back up all data immediately, as your boot drive might be failing.
    There are a few other possible causes of generalized slow performance that you can rule out easily.
    Reset the System Management Controller.
    If you have many image or video files on the Desktop with preview icons, move them to another folder.
    If applicable, uncheck all boxes in the iCloud preference pane.
    Disconnect all non-essential wired peripherals and remove aftermarket expansion cards, if any.
    Check your keychains in Keychain Access for excessively duplicated items.
    Boot into Recovery mode, launch Disk Utility, and run Repair Disk.
    If you're booting from an aftermarket SSD, see whether there's a firmware update for it.
    Otherwise, take the steps below when you notice the problem.
    Step 1
    Launch the Activity Monitor 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 Activity Monitor in the icon grid.
    Select the CPU tab of the Activity Monitor window.
    Select All Processes from the menu in the toolbar, if not already selected.
    Click the heading of the % CPU column in the process table to sort the entries by CPU usage. You may have to click it twice to get the highest value at the top. What is it, and what is the process? Also post the values for % User, % System, and % Idle at the bottom of the window.
    Select the System Memory tab. What values are shown in the bottom part of the window for Page outs and Swap used?
    Next, select the Disk Activity tab. Post the approximate values shown for Reads in/sec and Writes out/sec (not Reads in and Writes out.)
    Step 2
    If you have more than one user account, you must be logged in as an administrator to carry out this step.
    Launch the Console application in the same way you launched Activity Monitor. Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Select the 50 or so most recent entries in the log. Copy them to the Clipboard (command-C). Paste into a reply to this message (command-V). You're looking for entries at the end of the log, not at the beginning.
    When posting a log extract, be selective. Don't post more than is requested.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some personal information, such as your name, may appear in the log. Anonymize before posting. That should be easy to do if your extract is not too long.

  • Windows 8.1 update failure Mac Mini 2012

    I currently have installed Windows 8 from a Winclone backup which was created from the a clean install complete with updates from the Windows 8 Installation disk on a Mac Mini late 2012 and I'm having issues updating to 8.1. When trying to install from store, it reboots to the blue screen with error 0xc000000e which on occasions I have had to do a hard reset from as the wireless keyboard won't work, whereas other occasions it will allow me to start in another system, reverting to Windows 8.
    I've tried to use the upgrade setup which won't accept my product code and create a Win 8.1 usb by running the Wn 8 upgrade setup, exiting it after entering the product code then running the 8..1 setup which then creates the usb but during setup it won't accept my product code either which I can see from other users is not possible to use an upgrade version anyway.
    How do I go about installing 8.1 from here? Preferably I would like to update the  current Winclone backup I'm using instead of having to do another fresh install, if anyone  can help I'm open to suggestions.

    Do you have installed Paragon HFS+ for Windows?
    Uninstall it and retry the update....
    It worked for me!

Maybe you are looking for