Will it damage a mac book pro (late 2008) to install 8GB of ram.

The apple limit is 4GB but people say that the actual limit is 8GB. I want 8GB but im not sure if that will damage other components of the mac.

Model Name:          MacBook Pro
  Model Identifier:          MacBookPro5,1
  Processor Name:          Intel Core 2 Duo
  Processor Speed:          2.4 GHz
  Number Of Processors:          1
  Total Number Of Cores:          2
  L2 Cache:          3 MB
  Memory:          2 GB
  Bus Speed:          1.07 GHz
  Boot ROM Version:          MBP51.007E.B00
  SMC Version (system):          1.41f2
Thats the "about this mac". Im not sure exactly when i bought the mac but that should teel you.

Similar Messages

  • Two questions, does resetting the Mac Book Pro late 2008 speed up after reset? Also, do i need to remove my WLAN router and get only a plain MODEM when setting up my AIR PORT time machine?

    Two questions, does resetting my Mac Book Pro late 2008 speed up after resetting? Also, do i need to get rid of my WLAN router to make my AIR PORT time capsule work?
    Am grateful for any answers...its a 15,4"...
    Will soon buy a new one, is battery better on 13 than 15 "?
    Have a great day...

    If you mean restoring OS X, that won't necessarily have any effect on speed.
    Not enough free space on the startup disk can slow your Mac down.
    Click your Apple menu  top left in your screen. From the drop down menu click About This Mac > More Info > Storage
    Make sure there's at least 15% free disk space.
    More tips here >  Mac troubleshooting: What to do when your computer is too slow | Macworld
    No need for the WLAN router with AirPort Time Capsule.

  • 8 gigs in Mac Book Pro late 2008

    I have read that the Mac Book Pro late 2008 can now handle 8 gigs of ram, if you have the latest Boom Rom Version (i have the exat on needed). I currently have 4 gigs. My question is, is this some type of HACK, or is 8 gigs really supported by Apple? Can I buy 8 gigs from the Apple Store and have them put it in?
    I am really not into HACKS, but 8 gigs would be nice.
    THanks
    bob

    +My question is, is this some type of HACK, or is 8 gigs really supported by Apple?+
    It really is supported.
    +Can I buy 8 gigs from the Apple Store and have them put it in?+
    Yes, but you'll be paying about four times the going rate. It's easy to install RAM yourself. Just be careful not to touch the gold contacts, or if you do, clean them with rubbing alcohol. Also take care not to cross-thread the screws that hold the bottom cover on when you put them back in.

  • Installing windows 7 on mac book pro late 2013

    Installing Windows 7 on Mac Book Pro Late 2013
    Background
    Mac Book Pro Late 2013 uses a USB 3.0 hub for the external ports, the keyboard and mouse devices.
    Windows 7 does not have the drivers to support USB 3.0 ports so these must be integrated into the boot.wim and install.win files so that Win7 can be installed and used on a Mac. If these drivers are not integrated when win7 is booted up then the mouse and keyboard will not function.
    Requirements:
    Two USB Flash drives
    Access to a Mac computer
    Bootcamp Assistant application
    Access to a Windows computer with windows 7 installed
    Windows 7 install disk or ISO file
    WinUSB application
    Windows Automated Installation Kit for Windows 7 (WAIK)
    Method
    On a Mac
    First prepare a USB Flash drive by formatting it using disk util app, found in Application Utility folder, to FAT format this will store the Apple drivers that can be downloaded from Apple using BootCamp.
    This will be called USB1
    Using Boot Camp Assistant select 'Download the latest windows support software from Apple'  to get the files from apple for win7 for your particular machine these will be downloaded and copied to the USB Flash drive called USB1.
    On a PC
    Using a PC download a copy of WinUSB from  www.joshcellsoftwares.com this software can create a bootable USB with the win 7 files copied on to it.
    Obtain a copy of Windows 7 either in DVD or ISO format.
    Using WinUSB and the Win7 DVD create a second bootable USB Flash drive. This will be called USB 2.
    About DISM
    DISM is a windows application that allows the editing of windows image files with the extension of WIM.
    If DISM is not installed on the PC it can be downloaded from windows website.
    To test to see if DISM is installed, open up a command prompt. Then type 'dism' without the quotes this will display the help description of DISM. 
    Drivers
    The apple drivers need to be added to the boot.wim file so that mouse and keyboard can function during the setup phase.
    The apple drivers need to be added to the install.wim so that mouse and keyboard can function after the setup phase.
    The video drivers are also added as it appears to cause problems if they are not included.
    Create a directory structure like this:
    c:\appleboot\
    drvrs
    mount
    win7x64install
    win7x64boot
    Create the following files in c:\appleboot\ with the following code:
    adddrivers.cmd
    color 0a
    dism /image:c:\appleboot\mount /add-driver /driver:c:\appleboot\drvrs /recurse
    ================================================================================ ==========
    mountboot.wim.cmd
    color 0a
    dism /mount-wim /wimfile:c:\appleboot\boot.wim /index:2 /mountdir:c:\appleboot\mount
    ================================================================================ ==========
    mountinstall.wim.cmd
    color 0a
    dism /mount-wim /wimfile:c:\appleboot\install.wim /index:4 /mountdir:c:\appleboot\mount
    ================================================================================ ==========
    unmountcommitfiles.cmd
    color 0a
    dism /unmount-wim /mountdir:c:\appleboot\mount /commit
    ================================================================================ ==========
    Copy the following files into their respective directories:
    Copy from USB 1 into drvrs the $WinPEDriver$ directory
    Copy from USB 2 \sources\boot.wim to win7x64boot directory, this will store the original file
    Copy from USB 2 \sources\install.wim to win7x64install directory, this will store the original file
    Then copy boot.wim from win7x64boot directory to the c:\appleboot\ directory
    Then copy install.wim from win7x64install directory to the c:\appleboot\ directory
    Once all the copying is completed then run the following cmd files in this order:
    For boot.wim
    mountboot.wim.cmd - this will mount the file for adding of drivers
    adddrivers.cmd - this will add the apple drivers to the mounted boot.wim
    unmountcommitfiles.cmd – this will commit the changes and unmount the boot.wim
    For install.wim
    mountinstall.wim.cmd- this will mount the file for adding of drivers
    adddrivers.cmd - this will add the apple drivers to the mounted install.wim
    unmountcommitfiles.cmd – this will commit the changes and unmount the install.wim
    Copy the files back to USB 2
    Copy the boot.wim and install.wim files from c:\appleboot\ directory  to USB 2 sources directory and overwrite the files.
    BOOTABLE USB
    You will now have a bootable USB Flash Drive that has the additional drivers needed to install Win7 on Mac Book Pro Late 2013.
    Mac Preparation
    On your Mac using Disk Util reduce the size of the partition of Macintosh HD so that there is approx. 80GB free for the use of Win7.
    Add a second partition, label it win7 and format it to FAT. This is so that win 7 setup can identify the correct partition.
    Installing Windows 7
    Insert USB 2 into your Mac and reboot, whilst holding the option key down.
    After reboot there will be three icons displayed one is the Mac operating system, the second is the recovery partition and the third is an orange icon indicating a bootable USB drive.
    Select this and win7 setup application will proceed to boot up with the keyboard and mouse functioning.
    Follow the prompts and when the drive selection appears select the win7 partition and format it to NTFS so that win7 can be installed. When windows setup reboots press and hold down the option key and select the windows partition so that setup can continue to install.
    After completion of installation of win7 insert USB 1 with the additional apple drivers. Goto the bootcamp directory and click on setup.exe file this will install additional drivers needed to use Win7 on a Mac.
    Once completed reboot your Mac and select windows to allow the drivers to update in windows.

    Yes this is correct that the /index:4 refers to the ultimate version of windows in mountinstall.wim.cmd
    dism /mount-wim /wimfile:c:\appleboot\install.wim /index:4 /mountdir:c:\appleboot\mount
    Users should do what applekryzzle suggested if you have a different version of windows. Thanks for the tip applekryzzle.
    With regards to the Intel(R) USB 3.0 eXtensible Host Controller drivers they are the ones that are provided by apple via boot camp assistant.
    These appear to work correctly and downloading as per instructions simplifies the procedure.
    For those that are interesred the updated drivers can be found here https://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&DwnldID=22824&ProdId=346 7&lang=eng&OSVersion=Windows%207%20%20*&DownloadType=Drivers
    I have also seen in other discussions that some users get black screens i believe that it is the lack of video drivers which is included in the download from apple using boot camp assistant.
    I'm certain that this works on Mac Book Pro Late 2013 models and i feel confident that this will work with other models.
    I will appreciate any feedback if this works on other models.

  • HT201364 Hi I have just bought a new Mac Book Pro 15" Retina display with 256 SSD and 8G RAM. I had my info transferred form my Previous Mac Book Pro late 2011 to this machine. When trying to download Mavericks it says it cannot be loaded onto this machin

    Hi I have just bought a new Mac Book Pro 15" Retina display with 256 SSD and 8G RAM. I had my info transferred form my Previous Mac Book Pro late 2011 to this machine. When trying to download Mavericks it says it cannot be loaded onto this machine? Strange as I have just downloaded Pages, Numbers and Keynote...free? Thanks and Regards
    Brian

    Welcome to Apple Support Communities
    You already have got OS X Mavericks installed (the Keynote, Pages and Numbers versions available in the Mac App Store are only compatible with OS X Mavericks).
    You have got a Late 2013 MacBook Pro, which uses a special OS X Mavericks version that is not available in the Mac App Store. This is the reason why the Mac App Store is not compatible with OS X Mavericks even if you are using it. This will be fixed in OS X 10.9.1, when your Mac uses the same Mavericks version as all other Macs.
    Until then, you can reinstall OS X through OS X Recovery > http://support.apple.com/kb/HT4718

  • Graphics problem mac book pro late 2011 model

    I have a mac book pro late 2011 model.my screen gets grey after the apple logo pops up and freezes and it becomes extremly hot.as my mac was out of warranty i gave it for repair but it didnt resolve as it was a graphics problem.later on i came to know that a lot of mac book pro late 2011 model users have the same problem.will apple change the logic board for me as its just two years old and i paid around  Rs.120000 for that mac and now i am not able to use it.i saw the logic bard price and its like Rs.45000 which is like too expensive.i dont know what to do? i came across a forum saying apple will replace the logic board for free if its graphics related issues for mac book pro late 2010 model if its within 3 years from the date of purchase. here is the link .
    http://support.apple.com/kb/TS4088?viewlocale=en_US
    I am a student and it took much time and money to buy that mac.please let me know if someone can help me replacing the logic board.its just two years old and as new as i bought. pls help

    You're having the problems as discussed in this -> https://discussions.apple.com/thread/4766577?tstart=0 - thread. There is no scheme to replace the logic boards as there was for the 15" mid-2010 model. Depending on where you are and what consumer rights you may have under the laws of your country, Apple will likely want to replace the logic board (at a substantial cost). The best 'fix' for the problem at this time is to have the GPU BGA reballed back onto the logic board.
    Take a look at the thread and see if you've the same problems - it only affects 15" and 17" 2011 models, not the 13" model. If you've the 13" model, you have a different problem.
    Good luck,
    Clinton
    MacBook Pro (15-inch Late 2011), OS Mavericks 10.9.4, 16GB RAM, 960GB SSD, 27” Apple Thunderbolt Display

  • I've got mac book pro late 2010 carnt i use hands off on my mac

    I've got mac book pro late 2010 carnt i use hands off on my mac if so will i be able to in the future or is this another rip off

    The hardware required for some of the features was  not available when you Mac was built. It wasn’t available until a year after you Mac was built.

  • How do I mirror my mac book pro late 2009 to my apple tv

    How do I mirror my mac book pro late 2009 to my apple tv

    Airplay Mirroring requires MacBook Pro early 2011 or later and Mountain Lion or later.

  • HT5628 When will Windows 8.1 be supported on Boot camp 5? I have a new Mac book Pro 2013 and cannot install. Apple please advise.

    When will Windows 8.1 be supported on Boot camp 5? I have a new Mac book Pro 2013 and cannot install. Do I return the Windows version and try to download 8.0, or wait it out until it is supported? New to Mac's.
    Apple please advise.

    Apple does not respond in these forums except occasionally an Apple employee will stop by. If you want to contact Apple, use the contact us link at the bottom of this page.
    With respect to your question "When will Windows 8.1 be supported on Boot camp 5?" you are asking us to speculate as to when Apple will release their drivers supporting Windows 8.1. We do not know, and we can not speculate as to when. From the terms of use of this forum:
    "Unless otherwise noted, do not add Submissions about nontechnical topics, including:
    Speculations or rumors about unannounced products."
    The planned dates of production or release of Windows 8.1 drivers are speculation about the drivers.
    With respect to your other question, "Do I return the Windows version and try to download 8.0, or wait it out until it is supported? New to Mac's.". I answered you.

  • Mac book pro (late 2013) has a lag when sculpting and rotating models in Zbrush only when using my Wacom-capture tablet (if I use a mouse or trackpad its fine no lag). Also Premiere Pro CS5, playback is almost like watching footage in slow motion.

      Mac book pro (late 2013) has a lag when sculpting and rotating models in Zbrush, but only when using my Wacom-capture tablet (if I use a mouse or trackpad its fine no lag).
       Also Premiere Pro CS5 playback is almost like watching footage in slow motion, Premiere Pro is installed on the main drive but the footage is on an external drive connected with USB 2.
      I'm wondering if it is just a problem with the Mac USB drivers maybe not supporting USB 2 ? (Because I have also installed Window 7 on this same MacBookPro and tested the same software "Zbrush and Premiere Pro" And they both work perfectly on the Bootcamp Windows 7 install, and so its using the same hardware so it has to be the drivers right ?)
    Any help would be great, Thanks
    Darius

      Mac book pro (late 2013) has a lag when sculpting and rotating models in Zbrush, but only when using my Wacom-capture tablet (if I use a mouse or trackpad its fine no lag).
       Also Premiere Pro CS5 playback is almost like watching footage in slow motion, Premiere Pro is installed on the main drive but the footage is on an external drive connected with USB 2.
      I'm wondering if it is just a problem with the Mac USB drivers maybe not supporting USB 2 ? (Because I have also installed Window 7 on this same MacBookPro and tested the same software "Zbrush and Premiere Pro" And they both work perfectly on the Bootcamp Windows 7 install, and so its using the same hardware so it has to be the drivers right ?)
    Any help would be great, Thanks
    Darius

  • Printer proxy quit unexpectely message on mac book pro late 2011  os 10.8.2

    I cannot print from my computer,I have always this message: Printer proxy quitted unexpectely message.I can print from my ipad,my iphone wireless but not with my mac book pro late 2011 vers. 10.8.2.Also I have VMWAre software with windows 7 and not possible anymore.
    It was working and now nothing
    Thank you

    Launch the Console 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 Console in the icon grid.
    Step 1
    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.
    Enter the name of the crashed application or process (PrinterProxy) in the Filter text field. Select the messages from the time of the last crash, if any. Copy them (command-C) to the Clipboard. Paste (command-V) into a reply to this message.
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    Still in the Console window, look under User Diagnostic Reports for crash reports related to the process. The report name starts with the name of the crashed process, and ends with ".crash". Select the most recent report and post the entire contents — again, the text, not a screenshot. In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.) Please don’t post shutdownStall, spin, or hang logs — they're very long and not helpful.

  • HT2801 cd will not load in mac book pro.  Tried different cd's, tried same cd on other mac and it goes in okay.  Any ideas?

    CD will not load in mac book pro.  Tried different cd's, tried same cd in different mac book but it works on other mac book but will not work on initial mac book.  Tried pressing command/option/esc.  Tried restarting and shutting down computer but still will not load cd.  It goes in but pops back out.  Any ideas?

    lorenzod3046 wrote:
    I have already tried compressed air.  No luck.  How will I be able to get the cleaning disk in to load if I can't load a regular cd? 
    How will i be able to get the business card in far enough to reach the inner area where the optics probably are located?
    Cleaning discs will load.  On a MBP that has never been cleaned, run the cleaning 2-3 times.  If you use the slot a lot, use the cleaning disc about every 3 months.

  • Can mountain lion be installed on mac book pro late 2011 4gb memory?

    can mountain lion be installed on mac book pro late 2011 4gb of memory and how?

    This page tells you the requirements to install Mountain Lion:
    http://www.apple.com/support/osx/getstarted/
    Check it. It also describes how to install Mountain Lion.

  • How can I connect my Mac Book Pro (year 2008) to the TV set through  HDMI? I've seen a DVI to HDMI iwire but I'm no sure that it is correct. Could anyone help me? Thank you very much.

    How can I connect my Mac Book Pro (year 2008) to the TV set through  HDMI? I've seen a DVI to HDMI iwire but I'm no sure that it is correct. Could anyone help me? Thank you very much.

    I do not know the iWire adapter, but I use an inexpensive ($3) DVI to HDMI adapter from Monoprice, along with a regular HDMI cable:
    http://www.monoprice.com/products/product.asp?c_id=104&cp_id=10419&cs_id=1041902 &p_id=2029&seq=1&format=2
    Be aware that this will only transfer video. You Macbook Pro cannot combine audio through DVI to HDMI. You will need to listen to the audio through the Mac speakers, or attach speakers or a sound system to the Mac earphone jack, or determine if your TV has the ability to accept external sound from the Mac while showing video through HDMI (few can).

  • HT201456 I have tried to install Windows 8.1 64 on my new Mac Book Pro from a full install disc.

    I have tried to install Windows 8.1 64 on my new Mac Book Pro from a full install disc. When I get the the choice of partitions to install Windows 8.1 on the Windows installer says that the Bootcamp partition is not valid.
    Has anyone encountered the same issue?

    BCA creates the partition as FAT, which the installer needs to format.
    Please see https://help.apple.com/bootcamp/mac/5.0/help/#/bcmp173b3bf2 for reference. Where does it break in your case?

Maybe you are looking for

  • E1EDKT1/E1EDKT2 Segment not displayed in EDIDC

    Hello, We are unable to get PO text in created IDOC , While creation of PO system generated Outbound idoc, but system was not transferred the PO text, when we cross checked E1EDKT1 E1EDKT2 These segments not displayed in EDIDC, Check below screen i,e

  • Error Updating table condition table 372 in J1IIN

    Hello all, I am facing the problem while working in ECC 6.0 environment in the transaction code J1IIN. I have maintained the condition type JEXP ( A/R BED %) as 14% with the Key combination Country/Plant/Control Code (Table 357). While iam saving the

  • Same invoice number for two delivery documents

    Dear Folks, We are having the following business flow: Contract- S.O.- Del- PGI- PI- Excise Invoice- Commercial Invoice Now The system is generating the same commercial invoice number for two delivery documents. 1.The two deliveries have 40 and 50 MT

  • ORA-16198: Timeout incurred on internal channel during remote archival

    Hello All, I have a unique issue with Streams I am trying to replicate my source database to another database using SYNC method. I have standby logs in place at my target database with same size as online log files on source, but when LGWR tries to w

  • Problem in running example in web service tutorial

    Hi, I have installed jwsdp 1.1. When I followed the procedures stated in the tutorial and compiled the example in the dir {jwsdp home}\docs\tutorial\examples\cb\jaxm\, errors occur. Here are the errors occurs in the launcher.server.log. java.lang.ref