Mountain Lion does not show up under Purchased for ML pre-installed machine

I recently purchased a new Macbook Air (2012) and it came with Mountain Lion pre-installed. I've noticed that Mountain Lion does not show up as 'Purchased' in the App Store and indeed when I search for the app, the store offers to sell it to me. Is this a bug or by design?


If Mountain Lion is pre-installed on your Mac, you won't normally get a redemption code to purchase the "upgrade" but that serial number will be checked if you have to do a bare install, and the installer will download because the Mac deserves to get Mountain Lion internet recovery install on a bare drive.

Basically, the license is tied with the hardware, not the Apple ID. However, some Macs purchased during the window surrounding the release can often take advantage of the Up To Date program which according to the web page is intended for Machines that shipped with Lion and not Mountain Lion.

The upgrade lets you install the software on all of your personal Macs whereas the machine license generally lets you just install it on the Mac that shipped with the OS.


It's actually hidden. If you open the app store and go to the "Store" menu and select "View My Account", it will tell you that you have "Hidden Purchases". Unhide and download.


I've been on the phone with Apple Support for almost two hours explaining this and why I would want an installer for the OS my computer shipped with. I was finally sent to the App Store support who then sent me back to Apple Support. Short answer is that nobody knows how to do it at Apple Support or the App Store.

Here's what I did. I attached a USB drive large enough for the Mountain Lion installer (8GB) to my 2012 MacBook Air that shipped with Mountain Lion. Then I booted up in Recovery mode (the only way we can download the OS that shipped with our books), told it to do a fresh install on my USB drive (you'll need an internet connection) then I unplugged the USB drive after it rebooted to install the OS. The result is the OS installer image in a folder called "Mac OS Install Data". I then copied that image to my book's drive, then used Disk Utility to burn the image to the USB drive. Now I have a USB bootable drive for installing Mountain Lion.

What a chore!

On a related note this is how I save app installers from the App Store:

Copy and paste this into the Terminal app while you're downloading an app:

sudo find /var/folders -mmin -1 -size +1024 -type f -exec ls -lAdh {} \;

I leave it to the UNIX gurus to come up with a better "find" line. You'll have to enter your password in order to search the directory where the file is being downloaded to.

This command searches in "/var/folders" and all of its subfolders for a file that's been updated in the last minute and is larger than 1MB (fairly safe assumptions for a downloading installer). Somewhere inside "/var/folders" is where the installer is downloaded.

Copy the folder from the Terminal window (don't copy the last bit...the [garble].pkg part. Your string should end in '/'.

Then in the Finder and press command-shift-g. Paste the folder string copied from Terminal and click "Go". You're going to want to copy that [garble].pkg file out of there (drag it to the Desktop. Keep a watch in the App Store as you'll need to start the copy AFTER the installer has downloaded and BEFORE it has finished installing!

What a chore!


I'm fairly certain this is by design. If it were "purchased", then you could download Mountain Lion on any other Mac that has your App Store credentials.