Best Colorimeter for Late 2012 iMac?

Howdy.
Just bought a late 2012 iMac, and was wondering what the best colorimeter to use on them was, for professional photography? Thanks!

Open system preferences, then starup, then make sure machintosh HD is hightlighted

Similar Messages

  • [Guide] Install and run Windows 7/8 from an external drive without using bootcamp (works for late 2012 iMacs with 3TB drive)

    This is a copy of a post from my blog, you can also Read it on my blog...
    Introduction
    After I received my new iMac with a 3 TB Fusion Drive, I was disappointed when I realized that Bootcamp was not running on this model and prevented me from installing Windows on it. I wanted to take advantage of the powerful iMac hardware to play games but I couldn't.
    There are a few ways of working around this limitation, but I found most of them quite complex and most of the time they required formatting the internal hard drive or repartitioning it and go for a brand new installation of Mac OS X. I was not comfortable with that.
    But there is another way, and that is to install Windows on an external hard drive, using either USB or Thunderbolt. Personally I used a Lacie Rugged 1 TB drive that has both USB3 and Thunderbolt connectors. Both work very well.
    This guide may interest you if:
    You have an internal hard drive of more than 2TB and you can't run bootcamp at all (like late 2012 iMacs with a 3TB drive)
    You have limited space or you don't want to dedicate disk space on your internal hard disk drive to a Windows installation
    What this guide will make you do:
    It will make you erase all your data from your external USB3/Thunderbolt hard drive
    It will make you install Windows on your external USB3/Thunderbolt hard drive
    It will make you install bootcamp drivers
    What this will not make you do:
    It will not make you modify anything on your internal Mac hard drive
    It will not make you use or install the bootcamp assistant
    It will not activate the Preference Pane for the default boot drive. You have to boot by pressing the ALT key to manually select your boot drive each tome you want to boot Windows.
    What you'll need
    An external hard drive with a USB3 and/or Thunderbolt connector. This drive will be formatted so ensure you saved your files before going further. You can use either an SSD drive or a classic hard drive.
    A Windows 7 or 8 install DVD or ISO (check whether to install 32 or 64 bits versions based on your Bootcamp drivers) and the corresponding Windows serial number.
    One of the following:
    Mac OS X with a Windows 7 or 8 Virtual Machine (use VMWare Fusion or Parallels Desktop for example. Note: VMWare Fusion seems to have some issues with Thunderbolt and USB3. Plug your drive to a USB2 enclosure or hub to work around this -it worked for me-, or use another VM software) → Read the important note below
    A PC running Windows 7 or 8 → Read the important note below
    Windows AIK (free) running on your Virtual Machine or on your PC, or just the imagex.exe file (the rest of the Windows AIK package is not needed)
    Download imagex.exe
    Download Windows AIK (this download and installation is not required if you have already downloaded imagex.exe)
    Bootcamp drivers for your Mac. You can get these either by running bootcamp from your Mac (Applications > Utilities > Bootcamp) or, if like me you have a 3TB drive and can't run bootcamp at all, use the direct download links here.
    A USB stick to store your bootcamp drivers
    IMPORTANT: If your Mac has a 64 bits processor, your Windows Virtual Machine on OSX, your Windows installation on your PC and your Windows DVD/ISO must also be in 64 bits!
    Step by Step guide
    Step 1: Get the install.wim file
    If you have a Windows ISO file:
    Mount the ISO
    If you're on OS X: double click on the ISO file
    If you're on on Windows 7: Use a software like Virtual Clone Drive (free)
    If you're on Windows 8: double click on the ISO file
    Open the mounted drive, then go to the "sources" folder and locate the "install.wim" file. Save this file to C:\wim\ on your Windows installation or virtual machine.
    If you have a Windows DVD: open the "sources" folder on the DVD and locate the "install.wim" file. Save this file to C:\wim\ on your Windows installation or virtual machine.
    IMPORTANT: If instead of a "install.wim" file, you have "install.esd", you can not continue this step by step guide. And an ESD file can not be converted into a WIM file. So you must get a version of the Windows installation DVD/ISO that has an install.wim file.
    Step 2: Clean, partition and format your external hard drive
    On your Windows installation or virtual machine, plug in your external hard drive (can be plugged using USB2, USB3 or Thunderbolt at this stage)
    Open the command prompt in administrator mode (cmd.exe). To run it in administrator mode, right click on cmd.exe > Run as admin.
    Type the following and hit enter to open the disk partitioner utility:
    diskpartType the following and hit enter to list your drives:
    list disk
    This will display a list of disks mounted on your computer or virtual machine. Make sure your drive is listed here before you continue.Identify the disk ID of your external hard drive. Replace # by your real external disk ID in the command below:
    select disk #Clean all partitions by typing the following (warning: this will erase all data from your external drive!):
    clean
    Create the boot parition by typing the following followed by the enter key:
    create partition primary size=350
    This will create a 350MB partition on your external driveFormat the partition in FAT32 by typing the following:
    format fs=fat32 quick
    Set this partition to active by typing:
    active
    Assign a letter to mount this partition. We will use letter B in our example. If B is already used on your PC, replace B by any other available letter:
    assign letter=b
    Windows will detect a new drive and probably display a pop-up. Ignore that.Create the Windows installation partition using all the remaining space available on the external drive by typing the following:
    create partition primary
    Format the new partition in NTFS:
    format fs=ntfs quick
    Assign a letter to mount this partition. We will use letter O in our example. If O is already used on your PC, replace O by any other available letter:
    assign letter=o
    Windows will detect a new drive and probably display a pop-up. Ignore that.Exit the disk partitioner utility by typing:
    exit
    Step 3: Deploy the Windows installation image
    Still using the command prompt in admin mode (you didn't close it, did you? ), locate the imagex.exe file mentioned in the "What you'll need" section and access its folder. In our example, we have put this file in C:\imagex\imagex.exe
    Type the following and hit enter (remember to replace o: with the letter you have chosen in the previous step):
    imagex.exe /apply C:\wim\install.wim 1 o:
    This will take some time. The Windows installation image is being deployed to your external driveOnce done, type the following to create the boot section (remember to replace o: and b: with the letters you've chosen in the previous step):
    o:\windows\system32\bcdboot o:\windows /f ALL /s b:
    If you get an error message saying that you can't run this program on your PC, then most probably you are running on a 32 bits installation of windows and you're trying to deploy a 64 bits install. This means you did not read the important notes in the beginning of this guide
    If you get an error message on the options that can be used with the BCDBOOT command, then it's because you're installing Windows 7, and the /f option is not supported. If that is the case, remove /f ALL from the command and retry.
    Step 4: Boot from your external drive and install Windows
    Plug in your external drive:
    If you've done all the previous steps from a Windows PC, unplug your external drive from your PC and plug it to your Mac, either on a USB3 or a Thunderbolt port.
    If you've done all the previous steps from your Mac using a Virtual Machine, ensure the external drive is plugged in to a USB3 or Thunderbolt port. Using USB2 should also work but you'll get very poor performance so I don't recommend doing that.
    Reboot your Mac and once the bootup sound is over, immediately press the ALT (option) key and release it only when the boot drives selection screen appears. If you did not get the boot drives selection screen, reboot and try again. The timing to press the ALT (option) key is quite short. It must not be too early or too late.
    On the boot selection screen, choose "Windows" using the arrow keys on your keyboard, then press enter.
    The Windows installation starts. Follow the on-screen instructions as normal. The installation program will restart your computer one or 2 times. Don't forget to press ALT (option) right after the bootup sound, and boot on Windows again each time to continue the installation.
    Step 5: Install bootcamp drivers
    Once the Windows installation is complete, plug in the USB stick where you stored the bootcamp drivers (see "what you'll need" section), open it and right click on "setup.exe" and select "Run as admin". Follow the on-screen instructions.If you have an error saying that you can't run this program on this PC, obviously you have installed a 32 bits version of Windows and the bootcamp drivers for your Mac are made for a 64 bits version. You have to restart the whole guide and make sure to get a 64 bits version of Windows this time!
    Once the bootcamp drivers are all installed, reboot and press ALT (option) after the bootup sound to boot on Windows again. And Voilà, you have Windows installed on your USB3/Thunderbolt drive running on your Mac.
    Now each time you want to boot on Windows, press and hold the ALT (option) key after the startup sound and select "Windows", then press Enter.

    Hi i'm trying to follow your guide, I installed windows 8 on bootcamp to do it planning to remove it after the operation is done, but i get stuck at part 3: every command i give to imagex i get a pop-up ftom windws asking how do I want to open this kind of file install.wim and imagex does nothing, what do i have to do to stop those pop-ups?

  • I have a late 2012 iMac running osx 10.8.5.  I keep losing access to my internal hard drive.  I can reboot and regain access and it will last for a few minutes or hours.  Disk utility does not seems to help.

    I have a late 2012 iMac with an I5 precessor running OSX 10.8.5 and a 1tb internal hard drive.  I keep losing access to the internal hard drive/startup disk.
    I can reboot and everything operates as normal for a few minutes or hours but then I lose all access again to anything on the hard drive.  The computer is still up and running but no files can be accessed and certain websites cannot be acessed even though internet access appears to be normal.  Disk utility can only find permission errors related to iTunes which can be repaired only to come back at the next scan (I would not think permission errors would have anything to do with the hard drive crashing).  It does not seem to matter what program I am using at the time access is lost and it can lose access sometimes right after reboot when no program is running.

    You will need to boot into the Recovery Volume (command - R on a restart or hold down the option/alt key during restart and select it) to run Disk Utility/Disk Repair.

  • Help for with slow, glitchy (late 2012) iMac

    This is an ANSWER and not a request for help.  I didn't know where to post this and apologize for stepping where I shouldn't. 
    I have a Late 2012 iMac that has been crashing, running slow, and now worse;  all my documents and everything in Finder have disappeared.  I discovered a fix that may help others with similar issues.  I use my iMac for use with Logic Pro X and Mainstage where freezeups are a disaster.  I thought about this awhile and realized I had installed a new USB 3.0 external hard disk a few months ago when this issue began. I began to experience more and more crashes and extremely slow performance.  Beach-balls and slow performance were common.  But the last straw was when everything in Finder disappeared.  My Document and Application folders were empty.  If I clicked on "About This Mac" I saw nothing.    It took two tries to prove my theory, but here's what I did to make "the fix".  I unplugged the USB 3.0 drive and all USB and external devices.  I did a restore of OSX Mt Lion.  All was back to normal.  But after plugging in the USB 3.0 drive, all the afore mentioned problems came back.  I did one more restore, this time NOT connecting the USB 3.0 external hard disk.  Now I have gone some time and my iMac's speed is back to "incredible", no beach balls or any sign of slow performance in recording or running any other app.  Apparently, the 2012 iMac; although spec'ed to be USB 3.0 compatible, may not be all that compatible. Hope this helps someone!

    Likely the external drive is bad or defective cable.

  • How can I generate a mountain lion boot dvd for my 27" late 2012 iMac

    baught the 27" late 2012 iMac and didn´t get any software dvd with it.
    Due to the fact that I have the external DVD writer I would like to generate a bootable Mountain lion DVD for it.

    First you will need to Downl;oad and Save the Mt Lion install files. They are not on the system as it is. you need to use the Recovery HD partition to do the download to an external drive and then when the system goes to Reboot to start the actual install of Mt Lion on that external you Disconnect that external so the install doesn't start.
    Then once you boot back into the OS on the internal drive you Reconnect the external and use the program linked to in the above reply to Create a Mt Lion Install DVD or USB thumb drive.

  • Late 2009 imac as second display for new (late 2012) imac. How to?

    I have a late 2009 imac 27 that I would like to use as a second display for my late 2012 imac 27. Has anybody connected them successfully? I am getting very mixed information on the topic.

    Thank you. Here's where my confusion comes in
    "iMac (Mid 2011) and later: target Display Mode does not work with Mini DisplayPort cable"
    Symptoms
    When you attempt to connect an iMac (21.5-inch or 27-inch, Mid 2011) and later to another computer with a Mini DisplayPort to Mini DisplayPort cable, the screen of the target iMac will not become an external display when you press Command-F2 to activate Target Display Mode.
    Resolution
    iMac (21.5-inch, Mid 2011) and iMac (27-inch, Mid 2011) and later computers support Target Display Mode via Thunderbolt to Thunderbolt cable (2 m) when the source is another Thunderbolt-equipped computer.
    iMac (27-inch, Mid 2011) computers do not support Target Display Mode via Mini DisplayPort cables.

  • Is there a wall mount for the late 2012 iMac 27"?

    Is there a wall mount for the late 2012 iMac 27"?

    There are wall mounts available but they are tricky to fit and need to be sturdy to take the weight of a 27" iMac. 
    It is a two stage process... you need a VESA Mount Adapter Kit for the iMac and then a suitable wall mount.
    Google will help you out.

  • Late 2012 imac 'not enough ram' for photoshop

    I have a late 2012 imac - 3.4 i7 16 gig ram and yet when using photoshop elements 9 it keeps freezing with a message saying not enough ram. Another problem which may or may not be related is MS word tending to freeze when I cut and paste??
    Any help greatfully received
    Thanks

    Well, I use PSE 11 and at least in my version I would recommend, as Adobe does, that you go into Adobe Photoshop Elements Editor>Preferences>Performance>and there I would set your RAM allocation ("Memory Useage" as they call it ) to at least around 12 GB while you are using PSE.  It is heavily dependent on the amount of RAM it has available:
    Message was edited by: Radiation Mac

  • In anyone experiencing loud fan noise for late 2012 27in iMac

    I am getting a rattle sould like fan blades (as opposed to the whoosh of air) on my lat 2012 iMac.  Is anyone else having this issue.  It can be quite distracting.  Could it be a hard drive issue instead?

    I have AppleCare cover so I will try to see if they do onsite repair as my nearest store is only about 2 km away.  As I was using the computer last night I heard three incidinces of really loud 'static' noise as well!?!  It went away each time but I managed to record the noise one of the times.  I have included the 'rattle' fan noise also in the links below:
    Rattle sound
    http://dl.dropbox.com/u/8407787/iMac%2027%20rattle.m4a
    (the noise around 30 secs is a tram!)
    Static sound
    https://dl.dropbox.com/u/8407787/iMac%2027%20static.m4a

  • Disabling Fusion Drive and Installing Windows on SSD of Late 2012 iMac

    Hi, everyone.  After a two-year wait, I'm ready to buy my first iMac (was waiting for USB 3.0).  Before I get into my questions, I'll give you an overview of where I'm coming from so we can keep the discussion focused.
    My Usage
    I'm buying an Apple computer because it is the best-looking, quietist, and most powerful all-in-one computer I can find right now, but Windows is still my preferred operating system.  I've used OS X before – it looks great and I'm sure it works great for a large number of people, but it's not for me.  Windows works well and efficiently for me and I have thousands of dollars of design software for Windows.  I'm not interested in a virtualization solution because of my performance needs.  However, I do want to keep the OS X installation, if possible, for website testing and to play around with to learn the operating system better.
    What I Want
    I was attempting to buy the Late 2012 iMac last weekend, but it appears the BootCamp specifications and the Fusion Drive are currently limiting my usage needs.  I'm configuring the top model iMac with the i7-3770 processor, 24GB RAM (8 default + 16 from Crucial), GTX 680MX, and the 3TB Fusion Drive.  I don't actually want to use the Fusion Drive, though.  I want Windows 7 64-bit and OS X 10.8 installed on the 128GB SSD and to use the 3TB hard drive as storage for my music, videos, photos, and documents.
    My Questions
    1.  I've found a bunch of posts regarding installing Windows on the Fusion Drive, but they all seem to be about putting Windows on the slower 3TB hard drive portion and/or about trying to keep the Fusion setup after installing Windows.  Does anyone have a walk-through for a new Mac user on how to break the Fusion Drive configuration and install Windows 7 and preferably OS X on just the SSD?
    2.  I've seen a bunch of posts debating about whether Windows can be installed natively using EFI to bypass the BootCamp limitations.  Is this possible?  The 21.5" version is running EFI version 2.0, so I can only assume the 27" would too, but it's not been added on the Apple website yet (http://support.apple.com/kb/HT1237).  From what I understand, Windows requires at least version 2.0 to run in EFI mode.  Also, if I am able to get this method to work, will I still be able to install the Windows drivers from the OS X installation USB (or do they even come with USB drives anymore?)?
    3.  If I have to use BootCamp, I assume I will have to split the 3TB drive into 1TB and 2TB partitions for BootCamp to see it (so Windows can see it).  So I'd have Windows 7 and OS X on the SSD, and two storage partitions on the 3TB HDD that would show up as two drives for my files that both operating systems could access.  Is this assumption correct?
    4.  I've seen posts about OS X automatically trying to rebuild the Fusion Drive.  Let's say I'm able to get Windows installed on the SSD.  Will OS X, or future updates to it, ruin my Windows installation?  I would hate to do all this work and then have an Apple update corrupt everything.
    I know this is a long post, but I don't want to spend over $3,000 until I can be sure I can make it work for me.  Thanks to anyone who can help!
    iMac, Windows 7

    First, an advice: Boot Camp isn't compatible with 3 TB hard disks and Fusion Drive. For 3 TB hard disks, there's a workaround, but it doesn't work on a 3 TB Fusion Drive, so you won't be able to install Windows until Apple fixes this, so my advice is to wait until Apple launches OS X 10.8.3 or buy the iMac with a 1 or 2 TB hard disk and an external disk.
    1. The SSD is used automatically by OS X to store the applications and data you most use, but Windows can't use it, and there's no workaround for this.
    2. You can try to install Windows 8 in EFI mode, but I don't guarantee that it works. I tried it on my iMac and I started getting BSODs after some startups. Also, Macs don't use UEFI 2.0 (Macs use EFI 1.x), so you can't use Windows 8 advanced features such as Secure Boot. For Windows 7, you can't install it in EFI mode (it requires UEFI 2.0 or later)
    3. Fusion Drive only allows you to have two volumes, and with Boot Camp, you can only have two volumes on your computer: one for OS X and the other one for Windows. That's because Boot Camp emulates a BIOS to make Windows run (although it isn't neccesary in Windows 8, if Apple would want).
    4. First, you can't install Windows on the SSD. Then, OS X shouldn't ruin Windows because each operating system have got its space

  • What model # of 3 tb non fusion hard drive in late 2012 imac

    What Model # of Hard drive is Apple using for the 3 tb non fusion late 2012 imac.  27"
    If you have one, can you tell me what drive you have?
    Thanks

    polygoon wrote:
    <...>
    On the very first boot, I was confronted with a flashing prohibitory symbol and nothing more. My only option was to perform an online system restore. This seemed to work and I figured the machine shipped without OS X installed, as strange as that seemed.
    <...>
    I think that paragraph (actually, the first sentence) says it all.  I would have returned the system at that point.  By attempting to repair it yourself you may have caused further problems and certainly let Apple off of the hook for a bad system.
    My system specs are the same as yours. 
    3.4 GHz i7
    3TB Fusion Drive
    32GB 1600 MHz DDR3
    GeForce GTX 680MX 2048MB
    OS X 10.8.2 (12C2037)
    I have just over 1TB of my 3TB used up.  I just ran the test and received the following results.  Note that this is not the best test, just a typical one.
    Also my storage shows a total of 3.11 TB where yours shows 3 TB:
    And my Serial-ATA item shows the SSD where yours does not:
    So I'd say it is time for a visit to Apple.  Of course, you could try Apple phone support first if you think they could solve it over the phone.  However, as it failed with the first boot (the OS is shipped on the flash) in a way that suggested a valid OS wasn't found, I suspect something is wrong with the flash hardware and a phone call won't solve it.

  • Installing Adobe Creative Suite - NEW 21" late 2012 iMac - Don't want to buy superdrive!! How can I trick the computer into thinking the USB drive is a CD?

    I've got a new late 2012 imac, but I realize yes it doesn't come with a compact disc drive. I have an Adobe Creative Suite CS5.5 install disc with all the information included (serial). I copied the contents of the CD into a USB Flash drive, but I can't get it to install because it is looking for the content on the CD. Since I don't want to have to buy the external Superdrive!! How do I convince the computer into installing adobe via the files on the flash drive?

    Your question makes perfect sense to me. I would contact Adobe Supptrt Services from the contacts listed here:
    http://helpx.adobe.com/creative-suite/kb/install-creative-suite-5-cs5.html
    You will need adobe current serial number.
    I hope you'll post here with your results. I've interested know what happens.

  • Late 2012 iMac Freezes every few days

    My iMac has been in the Apple Store for a week with the Geniuses and they came back saying they couldn't find anything so putting this out to this community in the hope someone else can help. Here are the details.
    Model: 21.5 inch Late-2012 iMac
    RAM: 8Gb
    Processor: 2.9Ghz Intel Core i5
    Graphics: NVIDIA GeForce GT 650M 512 MB
    Hard Drive: 1.12 Tb Fusion (653Gb free)
    OS: 10.8.4
    Software: Fairly vanilla with no MS or Adobe Apps. No system extensions or hacks installed.
    Symptom: Every few days or so the iMac locks up. Certain running applications will still work but many common ones such as Pages, Aperture, App Store & TextEdit will hang when trying to open. Force Quitting them doesn't affect them. When I try to shut down the computer it goes to the grey screen and stays there. Eventually the power needs to be turned off to reboot it. This has been doing this for the last several months.
    Solutions Tried:
    - Fixed permissions
    - Reset PRAM
    - Re-install OS X
    I can't replicate the crash but today it happened again. At around 3:50pm I went to the iMac and noticed that Pages wouldn't load. Force quitting the App didn't do anything. Aperture was not responding so force quit that. Still wouldn't re-open. Mail was working fine and I was able to send a test message. Safari worked fine. Launched System Preferences ok but could not launch TextEdit or App Store. Calendar opened and closed fine. Attempted to restart the Mac but got the grey screen and after 5 minutes of waiting turned the computer off & relaunched it.
    Here is a snapshot of some Console entries:
    5/09/13 2:27:41.316 PM coreaudiod[122]: Enabled automatic stack shots because audio IO is inactive
    5/09/13 2:28:16.449 PM coreaudiod[122]: Disabled automatic stack shots because audio IO is active
    5/09/13 2:28:17.262 PM coreaudiod[122]: Enabled automatic stack shots because audio IO is inactive
    5/09/13 2:28:50.579 PM com.apple.usbmuxd[68]: _heartbeat_failed heartbeat detected detach for device 0xdf3-10.0.1.10:0!
    5/09/13 2:37:54.690 PM com.apple.usbmuxd[68]: _heartbeat_failed heartbeat detected detach for device 0xdfc-10.0.1.10:0!
    5/09/13 2:42:04.656 PM lsboxd[209]: @AE relay 61657674:6f646f63
    5/09/13 2:47:21.156 PM com.apple.usbmuxd[68]: _heartbeat_failed heartbeat detected detach for device 0xe05-10.0.1.11:0!
    5/09/13 4:03:23.428 PM com.apple.launchd[1]: *** launchd[1] has started up. ***
    5/09/13 4:03:23.428 PM com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    5/09/13 4:03:24.934 PM com.apple.launchd[1]: (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination
    5/09/13 4:03:26.157 PM airportd[30]: _processDLILEvent: en1 attached (down)
    5/09/13 4:03:26.342 PM UserEventAgent[11]: Captive: [HandleNetworkInformationChanged:2435] nwi_state_copy returned NULL
    5/09/13 4:03:26.609 PM fseventsd[39]: event logs in /.fseventsd out of sync with volume.  destroying old logs. (419745 5 419906)
    5/09/13 4:03:26.612 PM fseventsd[39]: log dir: /.fseventsd getting new uuid: A3689432-84D2-4FB0-8C25-0352BC004F8B
    5/09/13 4:03:26.666 PM mDNSResponder[40]: mDNSResponder mDNSResponder-379.38.1 (Apr 25 2013 19:19:56) starting OSXVers 12
    Notice that the last Console entry was at 2:47pm (in red) and then nothing. I went to use the computer at 3:50pm and did several actions on it. Plugged in iPad, opened iTunes. Copied a file from the iPad to the desktop. Prior to that it hadn't been used for several hours. The shutdown that I selected does not appear in the log (although it only managed to go to the grey screen rather than complete a full shut down).
    Appreciate any clues at all here. This is very frustrating and has been going on for far too long.
    TIA. Jordan

    Back up all data immediately as your boot drive may be failing.
    If you have more than one user account, these instructions must be carried out as an administrator.
    Triple-click anywhere in the line below on this page to select it:
    syslog -k Sender kernel -k Message CReq 'Channel t|GPU D|I/O|Previous Sh' | tail | open -ef
    Copy the selected text to the Clipboard (command-C).
    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.
    Paste into the Terminal window (command-V).
    The command may take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear.
    A TextEdit window will open with the output of the command. If the command produced no output, the window will be empty. Post the contents of the TextEdit window (not the Terminal window), if any — the text, please, not a screenshot. The title of the window doesn't matter, and you don't need to post that.

  • I have a late 2012 iMac and a late 2009 mac mini.  I want to know if I can take the 8 GB of ram from the iMac and install it in my mac mini.

    I have a late 2012 iMac and a late 2009 mac mini.  I want to know if I can take the 8 GB of ram from the iMac and install it in my mac mini.
    According to Cruicial my mac mini could use:
    Module Size: 8GB Kit (4GBx2)
    Package: 204-pin SODIMM
    Feature: DDR3 PC3-8500
    Specs: DDR3 PC3-8500 • CL=7 • Unbuffered • NON-ECC • DDR3-1066 • 1.35V • 512Meg x 64
    Also According to Cruical my iMac uses:
    Module Size: 8GB Kit (4GBx2)
    Package: 204-pin SODIMM
    Feature: DDR3 PC3-12800
    Specs: DDR3 PC3-12800 • CL=11 • Unbuffered • NON-ECC • DDR3-1600 • 1.35V
    I want to increase the ram in both computers. 
    So,  can I put the iMac ram in my mac mini and then I'd only have to buy ram for my iMac?  Naturally the ulitmate test will be when I actually install it,  but having an expectation of success or failure will allow me to plan on what to spend money on.
    Thanks,
    Bear

    Thanks for the responses.  I probably wont even try as my priority is Ram for the mac mini.  2 is not enough.  8 for my imac is okay for now. 
    Somewhere I thought I'd heard that faster Ram would simply clock at the lower speed.  It seems that I am incorrect.
    Thanks,
    Bear

  • Late 2012 imac bootcamp error"Non system disk, press any key to reboot"

    Hey all,
    I'm having all sorts of issues with getting windows 7 installed through bootcamp. I have the late 2012 imac 27 inch fusion i7 16 gigs of ram 680gtx. I downloaded the latest bootcamp drivers to my usb after i re-formated it. Partitioned the drive 200 gig windows 700 gigs mac. It restarts and then i get this error screen, "non-system disk.(see photo below) Press any key to reboot." which of course is unresponsive. I hard reset with the Option held into boot back into mac. I'm using Windows 7 64 bit. Please, any help would be appreciated. I have a unopened copy of Bioshock Infinite waiting for me

    The Macs with a built-in Optical drive use the Windows DVD, because that is what BC tells it to be set to. The USB is not made bootable on such machines.
    The exceptions to this rule are (from Boot Camp 5.1: Frequently asked questions)
    Can I use a downloaded (ISO) version of Windows with Boot Camp?
    MacBook Air (Mid 2011 and later), MacBook Pro (Mid 2012 and later, including Retina models), Mac mini (Mid 2011 and later), and iMac (Late 2012) can install downloaded (ISO) versions of Windows 7 and 8.

Maybe you are looking for