MacBook Pro is slow, won't start up

2.4 GHz Intel Core 2 Duo
10.9 Mavericks
I bought this computer on eBay. It ran fine the first couple of weeks, then I started having problems: really slow starting up (or won't start up, gets hung up on Apple screen, but WILL start up when I hold the shift button down), MS Office 11 package won't start up, every command is sllllllooooowwwwww.
Safari takes a full 60 seconds to boot, web pages take forever to load, all apps are slow to boot, commands are slow.
Help?

If you don't already have a current backup, back up all data before doing anything else. This procedure is a diagnostictest. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem. The backup is necessary in case your startup drive is failing.
Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The procedure will help identify which such modifications you've installed, as well as some other aspects of the configuration that may be related to the problem.
Don’t be alarmed by the seeming complexity of these instructions — they’re easy to carry out. Here's a brief summary: In each of two steps, you copy a line of text from this web page into a window in another application. You wait about a minute. Then you paste some other text, which will have been copied automatically, back into a reply on this page. The sequence is copy; paste; paste again. That's all there is to it. Details follow.
While investigating the problem, you may have started the computer in "safe" mode. If possible, these steps should be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing. If you can only boot in safe mode, you can still use this procedure, but not all of it will work. Be sure to mention that in your reply, if you haven't already done so.
Below are instructions to enter UNIX shell commands. The commands are safe and do nothing but produce human-readable output, but they must be entered exactly as given in order to work. If you question the safety of the procedure suggested here — which you should — search this site for other discussions in which it’s been followed without any report of ill effects. I am not asking you to trust me. If you can't satisfy yourself that these instructions are safe, don't follow them.
The commands will line-wrap or scroll in your browser, but each one is really just 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, and you can then copy it.
Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. Step 1 should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
Launch the 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 “sh” and press return. You should then get a new line ending in a dollar sign. 
Step 1 
Triple-click anywhere in the line of text below on this page to select it:
PB=/usr/libexec/PlistBuddy; PR () { [[ "$o" ]] && printf '\n%s:\n\n%s\n\n' "$1" "$o"; }; PF () { o=$($PB -c Print "$2" | awk -F'= ' \/$3'/{print $2}'); PR "$1"; }; { o=$(( $(vm_stat | awk '/Pageo/{sub("\\.",""); print $2}')/256 )); [[ $o -gt 1024 ]] && printf "\nPageouts: %s MiB\n\n" $o; o=$(kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1); PR "Loaded extrinsic kernel extensions"; o=$(launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'); PR "Loaded extrinsic user agents"; o=$(launchctl getenv DYLD_INSERT_LIBRARIES); PR "Inserted libraries"; o=$(crontab -l); PR "User cron tasks"; o=$(cat /e*/lau*); PR "Global launchd configuration"; o=$(cat ~/.lau*); PR "Per-user launchd configuration"; PF "Global login items" /L*/P*/loginw* Path; PF "Per-user login items" L*/P*/*loginit* Name; PF "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed 's/\..*$//;s/-[1-9]$//'; o=$(find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l); [[ $o -eq 0 ]] || printf "\nRestricted user files: %s\n\n" $o; cd; o=$(find -L /S*/L*/E* {,/}L*/{A*d,Compon,Ex,In,Keyb,Mail/Bu,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB -c 'Print :CFBundleIdentifier' "$d/Info.plist"); ID=${ID:-No bundle ID}; egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|JMicron|microsoft\.MDI|print|SoftRAID" <<< $ID && printf '%s\n\t(%s)\n' "${d%/Contents}" "$ID"; done); PR "Extrinsic loadable bundles"; o=$(find /u*/{,*/}lib -type f -exec sh -c 'file -b "$1" | grep -qw shared && ! codesign -v "$1"' {} {} \; -print); PR "Unsigned shared libraries"; for d in {,/}L*/{La,Priv,Sta}* L*/Fonts; do o=$(ls -A "$d"); PR "$d"; done; } 2> /dev/null | pbcopy; echo $'\nStep 1 done'
Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
The command may take up to a few minutes to run, depending on how many files you have and the speed of the computer. Wait for the line "Step 1 done" to appear below what you entered. The output of the command will be automatically copied to the Clipboard. If the command produced no output, the Clipboard will be empty. Paste into a reply to this message. No typing is involved in this step.
Step 2 
Remember that you must be logged in as an administrator for this step. Do as in Step 1 with this line:
PR () { [[ "$o" ]] && printf '\n%s:\n\n%s\n\n' "$1" "$o"; }; { 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}'); PR "Loaded extrinsic daemons"; o=$(sudo defaults read com.apple.loginwindow LoginHook); PR "Login hook"; o=$(sudo crontab -l); PR "Root cron tasks"; o=$(syslog -k Sender kernel -k Message CReq 'error|GPU |hfs: Ru|I/O e|find tok|n Cause: -|NVDA\(|pagin|timed? ?o' | tail -n25 | awk '/:/{$4=""; print}'); PR "Log check"; } 2> /dev/null | pbcopy; echo $'\nStep 2 done'
This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
You can then quit Terminal.
To prevent confusion, I'll repeat: When you type your password in the Terminal window, you won't see what you're typing.
Note: If you don’t have a login password, set one before taking Step 2. If that’s not possible, skip the step.
Important: If any personal information, such as your name or email address, appears in the output of these commands, anonymize it before posting. Usually that won't be necessary.
Remember, Steps 1 and 2 are all copy-and-paste — type only your password. Also remember to post the output.

Similar Messages

  • Macbook Pro about 2012 won't start with out power lead in and runs very very slow Maverick OS

    Macbook Pro about 2012 won't start with out power lead in and runs very very slow Maverick OS?

    Take each of these steps as needed, and check to make sure it hasn't been fixed with a reboot afterwards before trying the next step.
    Backup your data if you haven't already:
    https://discussions.apple.com/docs/DOC-1992
    If you use Airplay, see https://discussions.apple.com/docs/DOC-6831
    If you don't use Airplay, be sure to upgrade to 10.9.2, using this update:
    http://support.apple.com/kb/DL1726
    Make sure your hard drive is not over 85% full.
    Make sure Spotlight is not indexing.
    Make sure Time Machine is not running when you do other tasks.
    Check to make sure you have not accidently/purposefully installed MacKeeper, as it will slow down your Mac:
    https://discussions.apple.com/docs/DOC-3036
    Remove any other system cache cleaning applications.
    Reset the SMC:
    http://support.apple.com/kb/ht3964
    Reset the PRAM:
    http://support.apple.com/kb/ht1379
    Check to make sure there aren't any signs the power adapter might be damaged, or the wrong one*:
    http://www.macmaps.com/frayguide.html
    If there are still issues, you may need to replace the battery:
    https://www.apple.com/batteries/replacements.html

  • Macbook Pro 2012 Retina Won't Start, burnt power pins on power port, digital artist dead in the water

    After a year of owning my macbook pro late 2012 retina model, it started having difficulty charging, it wouldn't charge even when green on the magsafe, and had difficulty turning orange, basically right after the 1 year warranty was over by one month, I went into the apple store and they told me that I simply needed to replace the power adapter and cord and it would be fine, but that it most likely was caused by me plugging it into a power strip, and that I had to plug it directly into the wall in its own power slot, which they never said that was what you were supposed to do when I purchased the laptop and could not find it anywhere in the literature. It was fine in the store for the apple worker, but after even just a few months I had to to constantly twist and unplug and replug the magsafe adapter from different angles just to get it to work, and it was like a living ****, as I am a digital artist and my wacom tablet will not work until my macbook pro is charging and the magsafe is orange, so everyday I would waste 30 minutes to an hour with the finicky magsafe, until recently my macbook pro will not turn on at all.
    Since the problem arose after warranty I had to pay out of pocket for the replacement magesafe cord, which was a temporary solution, I pointed out that the magsafe power port on the laptop itself also had burn marks just like the magsafe cord that had a few pins pushed in and was slightly blackened but the attendant ignored that and said it was fine and just swapped out the cord. The "genius" attendant claimed if I just plugged in the macbook pro directly into the wall, everything would be fine and back to normal, and I did just that, I never plugged it into a power strip ever again, and still we arrive to my current predicament.
    I believe I have to repair the actual power port the magsafe plugs into on the laptop, and get a new magsafe cord all over again, but it will be much more expensive than simply swapping out a cord this time, and I don't think the reason this happened to begin with has been truly identified, and I'm worried I have to make this repair every year, and I can't afford this kind of planned obsolescence, and I thought I was getting the best laptop in the world, and it was, everything was perfect not one single problem, except for this power issue, which now won't even allow me to use the computer at all and is now a giant paper weight, and leaves a dirty taste in my mouth when it comes to apple products.
    I live in San Francisco in a house that was built around 1910 and don't know much about what or when renovations were made for power, but I have a feeling some kind of incorrect voltage is happening, and I was never instructed on this, and every other macbook is fine, my roommates have earlier models like the 2007 and 2009 MacBooks and have no problem like mine.
    Please help me

    I don't understand why and how the red light in the audio jack is still on while the computer is totally off, not connected to any power source and the battery seems to be empty... how is taht possible?
    Because the battery is not empty, something is messed up, likley the SMC.
    All I can advise is doing a SMC Reset, which resets the power firmware in case it got messed up and hopefully that will charge the battery up like normal.
    If you can't do it or it doesn't work tommorow after charging up (turned off) overnight then just take it to Apple.
    https://support.apple.com/kb/ht3964

  • Macbook Pro very slow, won't play vids etc. Please help

    Have run the etrecheck diagnostic software, results below:
    Problem description:
    Internet browsing very slow, particularly when scrolling on large pages.
    DVD will only play sound, video is just a black screen.
    Youtube would originally only play small screen, now won’t play at all.
    Generally slow all round - lots of “egg timer”
    EtreCheck version: 2.0.11 (98)
    Report generated 17 November 2014 22:20:16 GMT
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Mid 2009) (Verified)
      MacBook Pro - model: MacBookPro5,5
      1 2.26 GHz Intel Core 2 Duo CPU: 2-core
      2 GB RAM
      BANK 0/DIMM0
      1 GB DDR3 1067 MHz ok
      BANK 1/DIMM0
      1 GB DDR3 1067 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      NVIDIA GeForce 9400M - VRAM: 256 MB
      Color LCD 1280 x 800
      spdisplays_display_connector
    System Software: ℹ️
      Mac OS X 10.6.8 (10K549) - Uptime: 212 days 22:8:28
    Disk Information: ℹ️
      ST9160314ASG disk0 : (149.05 GB)
      S.M.A.R.T. Status: Verified
      - (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) /  [Startup]: 159.70 GB (77.07 GB free)
      HL-DT-ST DVDRW  GS23N disk1 : (6.93 GB)
      S.M.A.R.T. Status: Verified
    USB Information: ℹ️
      Apple Internal Memory Card Reader
      Apple Inc. Built-in iSight
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Computer, Inc. IR Receiver
    Kernel Extensions: ℹ️
      /Applications/Business Everywhere.app
      [not loaded] WebToGo.Driver.Sierra (1) Support
      [not loaded] com.Huawei.driver.HuaweiDataCardDriver (4.0.3) Support
      [not loaded] com.ZTE.driver.ZTEUSBCDCACMControl (1.1.2) Support
      [not loaded] com.ZTE.driver.ZTEUSBCDCACMData (1.1.2) Support
      [not loaded] com.option.driver.OptionGTEdge (1.0.5) Support
      [not loaded] com.option.driver.OptionMM (1.0.4) Support
      [not loaded] com.option.driver.OptionMSD (1.0.0) Support
      [not loaded] com.option.driver.OptionQC (1.1.16) Support
    Problem System Launch Daemons: ℹ️
      [not loaded] org.samba.winbindd.plist Support
    Launch Agents: ℹ️
      [running] com.trusteer.rapport.rapportd.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [running] com.trusteer.rooks.rooksd.plist Support
    User Launch Agents: ℹ️
      [running] Business Everywhere Support
      [loaded] com.adobe.ARM.[...].plist Support
    User Login Items: ℹ️
      iTunesHelper UNKNOWN (missing value)
      Mac_SwapperDemon ApplicationHidden (/Library/Application Support/Birdstep/Mac_SwapperDemon.app)
      3Connect Updater Application (/Applications/3Connect/3Connect.app/Contents/Resources/3Connect Updater.app)
      Firefox UNKNOWN (missing value)
    Internet Plug-ins: ℹ️
      DirectorShockwave: Version: 11.0.3r470 Support
      Flip4Mac WMV Plugin: Version: 2.2.1.11  Support
      AdobePDFViewerNPAPI: Version: 11.0.04 - SDK 10.6 Support
      FlashPlayer-10.6: Version: 15.0.0.223 - SDK 10.6 Support
      Silverlight: Version: 5.1.30514.0 - SDK 10.6 Support
      Flash Player: Version: 15.0.0.223 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.6.6
      iPhotoPhotocast: Version: 7.0
      NP_2020Player_IKEA: Version: 5.0.94.1 - SDK 10.6 Support
      AdobePDFViewer: Version: 11.0.04 - SDK 10.6 Support
      Scorch: Version: 6.1.0 Support
      JavaAppletPlugin: Version: 13.9.8 - SDK 10.6 Check version
    Audio Plug-ins: ℹ️
      iSightAudio: Version: 7.6.6
    3rd Party Preference Panes: ℹ️
      Flash Player  Support
      Flip4Mac WMV  Support
      Rapport  Support
    Time Machine: ℹ️
      Time Machine information requires OS X 10.7 "Lion" or later.
    Top Processes by CPU: ℹ️
          6% rapportd
          4% WindowServer
          3% WebProcess
          2% PluginProcess
          0% SystemUIServer
    Top Processes by Memory: ℹ️
      365 MB WebProcess
      245 MB rapportd
      112 MB Safari
      69 MB WindowServer
      41 MB PluginProcess
    Virtual Memory Information: ℹ️
      13 MB Free RAM
      888 MB Active RAM
      442 MB Inactive RAM
      534 MB Wired RAM
      97.51 GB Page-ins
      41.90 GB Page-outs
    Problem description:
    Internet browsing very slow, particularly when scrolling on large pages.
    DVD will only play sound, video is just a black screen.
    Youtube would originally only play small screen, now won’t play at all.
    Generally slow all round - lots of “egg timer”
    EtreCheck version: 2.0.11 (98)
    Report generated 17 November 2014 22:20:16 GMT
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Mid 2009) (Verified)
      MacBook Pro - model: MacBookPro5,5
      1 2.26 GHz Intel Core 2 Duo CPU: 2-core
      2 GB RAM
      BANK 0/DIMM0
      1 GB DDR3 1067 MHz ok
      BANK 1/DIMM0
      1 GB DDR3 1067 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      NVIDIA GeForce 9400M - VRAM: 256 MB
      Color LCD 1280 x 800
      spdisplays_display_connector
    System Software: ℹ️
      Mac OS X 10.6.8 (10K549) - Uptime: 212 days 22:8:28
    Disk Information: ℹ️
      ST9160314ASG disk0 : (149.05 GB)
      S.M.A.R.T. Status: Verified
      - (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) /  [Startup]: 159.70 GB (77.07 GB free)
      HL-DT-ST DVDRW  GS23N disk1 : (6.93 GB)
      S.M.A.R.T. Status: Verified
    USB Information: ℹ️
      Apple Internal Memory Card Reader
      Apple Inc. Built-in iSight
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Computer, Inc. IR Receiver
    Kernel Extensions: ℹ️
      /Applications/Business Everywhere.app
      [not loaded] WebToGo.Driver.Sierra (1) Support
      [not loaded] com.Huawei.driver.HuaweiDataCardDriver (4.0.3) Support
      [not loaded] com.ZTE.driver.ZTEUSBCDCACMControl (1.1.2) Support
      [not loaded] com.ZTE.driver.ZTEUSBCDCACMData (1.1.2) Support
      [not loaded] com.option.driver.OptionGTEdge (1.0.5) Support
      [not loaded] com.option.driver.OptionMM (1.0.4) Support
      [not loaded] com.option.driver.OptionMSD (1.0.0) Support
      [not loaded] com.option.driver.OptionQC (1.1.16) Support
    Problem System Launch Daemons: ℹ️
      [not loaded] org.samba.winbindd.plist Support
    Launch Agents: ℹ️
      [running] com.trusteer.rapport.rapportd.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [running] com.trusteer.rooks.rooksd.plist Support
    User Launch Agents: ℹ️
      [running] Business Everywhere Support
      [loaded] com.adobe.ARM.[...].plist Support
    User Login Items: ℹ️
      iTunesHelper UNKNOWN (missing value)
      Mac_SwapperDemon ApplicationHidden (/Library/Application Support/Birdstep/Mac_SwapperDemon.app)
      3Connect Updater Application (/Applications/3Connect/3Connect.app/Contents/Resources/3Connect Updater.app)
      Firefox UNKNOWN (missing value)
    Internet Plug-ins: ℹ️
      DirectorShockwave: Version: 11.0.3r470 Support
      Flip4Mac WMV Plugin: Version: 2.2.1.11  Support
      AdobePDFViewerNPAPI: Version: 11.0.04 - SDK 10.6 Support
      FlashPlayer-10.6: Version: 15.0.0.223 - SDK 10.6 Support
      Silverlight: Version: 5.1.30514.0 - SDK 10.6 Support
      Flash Player: Version: 15.0.0.223 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.6.6
      iPhotoPhotocast: Version: 7.0
      NP_2020Player_IKEA: Version: 5.0.94.1 - SDK 10.6 Support
      AdobePDFViewer: Version: 11.0.04 - SDK 10.6 Support
      Scorch: Version: 6.1.0 Support
      JavaAppletPlugin: Version: 13.9.8 - SDK 10.6 Check version
    Audio Plug-ins: ℹ️
      iSightAudio: Version: 7.6.6
    3rd Party Preference Panes: ℹ️
      Flash Player  Support
      Flip4Mac WMV  Support
      Rapport  Support
    Time Machine: ℹ️
      Time Machine information requires OS X 10.7 "Lion" or later.
    Top Processes by CPU: ℹ️
          6% rapportd
          4% WindowServer
          3% WebProcess
          2% PluginProcess
          0% SystemUIServer
    Top Processes by Memory: ℹ️
      365 MB WebProcess
      245 MB rapportd
      112 MB Safari
      69 MB WindowServer
      41 MB PluginProcess
    Virtual Memory Information: ℹ️
      13 MB Free RAM
      888 MB Active RAM
      442 MB Inactive RAM
      534 MB Wired RAM
      97.51 GB Page-ins
      41.90 GB Page-outs

    Your MBP needs more RAM based on the quantity of 'Page outs' vs 'Page ins'.  4 GB should be the minimum upgrade, 8 GB would be better.  The RAM specifications for a 2009 MBP are;  204-pin PC3-8500 (1066 MHz) DDR3 SO-DIMM.  The best sources of Mac compatible RAM are OWC and Crucial.
    Delete any software for mobile communications devices that are no longer using.
    Ciao.

  • Macbook pro fell and won't start up

    Last night my macbook pro fell from the table, it didn't look damaged on the outside, put it to sleep and went to sleep myself. This morning i opened it up and the rainbow wheel ket spinning whatever I did. Restarted it and same thing. I tried all the possible options suggested, different keyboard combinations at start up. Verified the disk using the original cd but by hard disk won't mount, i see the hard disk icon on the top left pane but if i click on it, i read not mounted on the bottom part of the panel. Tried disk utility starting the mac on retrieve mode and says "disk can't be repaired". Now if i shut down the mac and start it up again the apple logo appears and the gear keep spinning but nothing happens. Any idea what might have happened? It was working fine before yestarday. Lion os installed.
    I also would like to backup the data on time machine but can't since the mac won't start up. Any suggestion?
    Thanx

    Take it to your local Genius Bar. They will be able to diagnose it there, and offer a solution.

  • MacBook Pro 10,2 won't start after online restore

    I bought this MacBook to repair as it was sold with a 'stiff trackpad', i.e it wouldn't depress when it was clicked. The tap to click function still worked so it was still a perfectly usable laptop. Anyhow, the good news is that I fixed the trackpad issue, so it clicked fine! However, the bad news is that it only booted when connected to the mains, and was very laggy to use; animations etc were slow. So i tried an internet restore, which seemed to complete, and it now doesn't boot at all.
    I got up to step 23 on this guide before putting thing back together- after that, the above issues arose, so I'm sure it could be a stupid error of mine:
    https://www.ifixit.com/Guide/MacBook+Pro+13-Inch+Retina+Display+Late+2012+Trackp ad+Replacement/15484
    Any help would be much appreciated.
    Thanks!

    The Internet Recovery you needed to do is this:
    Install Mavericks, Lion/Mountain Lion Using Internet Recovery
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    Boot to the Internet Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND-OPTION- R keys until a globe appears on the screen. Wait patiently - 15-20 minutes - until the Recovery main menu appears.
    Partition and Format the hard drive:
    Select Disk Utility from the main menu and click on the Continue button.
    After DU loads select your newly installed hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the process has completed. Quit DU and return to the main menu.
    Reinstall Lion/Mountain Lion. Mavericks: Select Reinstall Lion/Mountain Lion, Mavericks and click on the Install button. Be sure to select the correct drive to use if you have more than one.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.
    This should restore the version of OS X originally pre-installed on the computer.

  • MacBook Pro (Late 2008) won't start up

    Since December 2012, my MacBook Pro (late 2008) refuses start up. After trying many, many things (from online forums - nothing worked), the solution I found by hit and miss is to heat up the back of the laptop in front of my fireplace (or with a hair dryer), to remove the battery, to wait a few seconds and then to put it back in; after doing this, it turns on without a fuss and remains in perfect running condition until I turn it off again. I now leave it on 24/7 when at home, and I don't dare taking it away with me again... Seems to me a contact got loose and the heat expands it just enough to make it work again. Manufacturing problem?
    Has anybody else got the same or a similar problem? I hope to fix this without going to an Apple store if possible, as it's not under warranty any more...
    By the way, I have since replaced the battery and the hard disk, but that particular problem remains; I'm running OS X 10.8.2.

    It coule be one of two things:
    1) Your hard drive has become corrupted, and you'll have to reinstall the OS and cut your losses.
    2) Your logic board is fried. I seriously hope that this isn't the problem, but if it is, then it's time for a new mac.
    My macbook pro was stuck on a bootup loop, and I finally had to reinstall the OS. This fixed my problem. On the other hand, I had this same problem on my iMac, and an OS reinstall didn't do anything.
    Before making any judgements, take it to the genius bar and get some expert advice.

  • MacBook Pro (Early 2008) won't start

    Hello,
    I have an early 2008 model MacBook Pro running Snow Leopard and Windows XP through Boot Camp. From searching, I can see that people have had issues booting but their computers had at least turned on - mine doesn't even get that far.
    I went to use the computer yesterday and was unable to turn it on. I looked up the Apple support website on another computer and tried the two fixes there (I believe it is called resetting the PRAM and SRAM?) but still no luck.
    The battery light indicates that the battery is fully charged and there is no indication on the computer that it is turned on, no light on the opening clip button thing and no light on the Apple symbol.
    I am thinking this could be the Logicboard issue but I have never had a problem with video before.
    Any help/advice?

    Simular issue here.
    Last night, I closed the lid, putting the machine to sleep, as always.
    This morning, I opened the lid again, it started with a Black Srceen, so I though "Let's turn the backlight up" No function there "Reset display?" I closed and re-opened lid, nothing "Restart!" pushed power-button, followed by enter, still nothing, so I held down the power-button to completely kill the machine, then to boot it up. I pushed the power-button again... It started up the fan and disc-drive for 1.5 seconds, then shuts down again.
    I've tried it all, reset SMC, PRAM, checked power-cord, check the battery, boot without battery, re-insert ram, but nothing!
    It seems the power-supply goes on, asks the logic-board for activity, get's no answer, and commits suicied again.
    I'm out of Apple-care, I live in Denmark, so no genius bar for me.
    Thanks in advance!

  • TS1411 Dropped MacBook Pro now it won't start

    My daughter dropped my MacBook Pro yesterday.
    Now when I turn it on I only get a gray screen.

    MacBook Pros don't run 10.3.   If you have rental/homeowner insurance, or insurance through the credit card that purchased it, you may want to find out what affect making a claim would do to your insurance before submitting a claim given what has happened.  Sometimes you can restore without too much cost, but all depends on the status of any backup you have, and how hard it fell.  But know your options before you pursue further.

  • Macbook Pro 13" just won't start from original dvd

    My MacBook 13", mid 2011, started to slow down, freeze. Tried to start up in safe mode, after that it just won't boot at all. Tried with the original DVD holding down "C" but no disk boot. What to do?
    Rgds

    Since it's a Mid 2011, take it in for service, it's still under warranty.
    Try charging it up and a SMC, PRAM reset, Hardware Test
    https://discussions.apple.com/docs/DOC-3046

  • MacBook Pro crashed and won't start up!!! HELP!

    I had a couple programs running (nothing out of the ordinary) and I opened Photobooth and then the screen turned black, but the little green light on the top of the laptop indicating that the camera is on was lit. I pushed a few buttons but the screen remained black so I figured I had a small crash (my very first one too).
    I held the power button until the laptop shut off and I tried starting it back up, however the screen stays black and nothing seems to get it to work! I know the power is on since a light turns on when the laptop is on. Its the little light on the button you push to open your closed laptop (sorry I don't know what it's called).
    I tried shutting the laptop on and off, removing the battery, letting it sit for 10 minutes... NOTHING'S WORKING.
    Is my laptop dead??? Help!

    I am guessing that you connected to your iMac while in target mode. If you could not pull the data off that way, and you can't repair the drive, it seems as if you have limited options.
    You could run the hardware check on your system disk. If the HD is fried, you can send it to a recovery service ($$$$) if the data are valuable and not backed up. Otherwise, I would bring it to Apple (assuming that you are within warrantee/applecare) and have them replace it.
    Good luck!

  • My MacBook Pro getting slower and slower, what do I need to do to speed it? Thanks.

    Help to speed up my MacBook Pro.

    By slower you mean starting up slower or during regular operation slower?
    Login Items;
    Over time, as you install more programs, they may be running at startup (login). Check what items are set to start during login.
    Choose Apple menu > System Preferences and click Users & Groups.   
    Click your account’s name, and then click Login Items. Select the ones you dont want and hit the minus bar to delete from launching during log in.
    For normal running processes;
    Use Activity Monitor to see what processes and apps are using a lot of resources and then troubleshoot from there as to why certain programs are taking up more resources than normal.
    Guide to using Activity Monitor;
    http://www.thexlab.com/faqs/activitymonitor.html
    For MAC processes explained;
    http://triviaware.com/macprocess/

  • My MacBook Pro has slowed to a crawl.  It started when I was printing off the Internet.  Now I get the spinning circle in just about every move.  Any help?

    My MacBook Pro has slowed to a crawl.  It started when I was printing off the internet.  Now I get a "spinning ball" with many actions.  Any help?

    Try your fellow MacBook Pro owners forum -
    MacBook Pro
    Support:
    http://www.apple.com/support/macbookpro
    Latest (manual) downloads from Apple (but check vendor sites also for scanners, printers etc) and  rule out a bad cable as well.
    Apple Downloads

  • MY macbook pro is slow to start up after log in. any suggestions on where to start addressing the problem?

    MY macbook pro is slow to start up after log in. any suggestions on where to start addressing the problem?

    Delete any items in System Preferences > Users & Groups (or Accounts) > Login Items
    Same for  HD > Library > StartupItems
    Not enough free space on the startup disk can slow the system down.
    Right or control click the MacintoshHD icon on your Deskop.
    Click Get Info. In the Get Info window you will see Capacity and Available.
    Make sure there's a minimum of 15% free disk space.

  • MacBook Pro very slow to bring up homepage, won't open programs; likely related to attempt to upgrade Java software on the Parallels side, not successful because of low C drive capacity, recommended C drive compression not successful/completed.

    MacBook Pro very slow to bring up homepage, programs won't open; likely related to failure to upgrade Java on Parallels, told that C disc low capacity, disc compression recommended was unsuccesful/failed. Rebooting, battery removal hasn't helped. Can't open Systems Preferences. Suggestions?

    Linc, the resident dump guru, will probably be along in awhile and provide deeper insights, but here goes for now. I'm seeing an awful lot of warnings and messages from Chrome. Any chance you could lay off that browser for awhile and use Safari in the meanwhile? No red messages anywhere in the listing. Have you tried rebooting into Mountain Lion Recovery Mode to do a Repair Disk and Repair Disk Permissions? (Cause in spite of what your config tag says, the dump indicates you are running a ML kernel)

Maybe you are looking for

  • Upgrading to Unibody

    Is it possible to upgrade a white Macbook (2007) to a unibody macbook, either the white or the aluminum? Is this something Apple offers?

  • Ichat crashing at startup

    I never normally use ichat, but recently decided I wanted to start using it. Started it up, and crashed straight away, relaunch after relaunch after relaunch, it still crashes. I've never opened it before and software is up to date. This is the repor

  • Opening files in Word and Excel - blank or nothing at all

    Hi all, I am a newbie to Mac (going on my third week) and am having problems with MS Office documents and spreadsheets. Most of the time opening a .doc from Finder will result in a "cloud" but Word does not open. The same with Excel. Sometimes Word o

  • Why does a clean new Lion install seem to leave older & incompatible versions of certain utilities in place?

    After upgrading to Lion from Snow Leopare I can't run Migration Assistant (which is v3) and Disk Utility (v11,5,1) warns it may crash... I've tried reinstalling Lion, running Software Update, deleting the apparently older version utilities, nothing w

  • IPhone 6 stuck on iTunes icon while doing iOS 8.1 update

    Brand new iPhone 6 just set up out of the box - was working fine - then did iOS 8.1 update and the phone is now stuck on a black screen with the red iTunes icon in the centre, a graphic of a lightning cable coming up to the icon, and an arrow indicat