You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

HowTo revert new MacBook Pro, Mac Pro or iMac to Snow Leopard

Hi all,


the following instructions were provided to me by our Apple Enterprise tech, and I've successfully performed these steps on a newly purchased MacBook Pro.


Please note the following - as of 15 Aug 2011:

- this technique will work on new MacBook Pro, Mac Pro or iMac computers UNTIL Apple modifies the hardware in these computers

- this technique will NEVER work on currently shipping MacBook Air or Mac Mini computers

- this configuration of Snow Leopard installed on a computer that shipped with Lion is not supported by Apple Support. It is entirely possible that after a trip for an AppleCare support incident, or the Apple Genius Bar, that the computer will return with Lion installed.


with these caveats, here are the step-by-step instructions:

---------------------------------------------------------------------


HowTo - NetRestore - Install Mac OS X 10.6.8 on new Mac delivered with Mac OS X 10.7.0


note: this only applies to Macbook Pro, Mac Pro, and iMac computers that originally shipped with Mac OS X 10.6.x.

Current Macbook Air and Mac Mini computers cannot be downgraded.


Required resources:

- another computer, running Mac OS X 10.6.8

- spare external disk

- Snow Leopard installation disc (Mac OS X 10.6.0 or 10.6.3 Box Set)

- Snow Leopard 10.6.8 Combo image file (download from Apple Support Downloads page)

- System Image Utility 10.6.8 (download Mac OS X 10.6.8 Update Combo v1.1.dmg from Apple Support Downloads page)



Procedure:


A. Create the NetImage:

1) mount the base source image (Mac OS X 10.6.3.dmg - created from Box Set Installer)

2) launch System Image Utility (from Server Admin Tools)

3) when source (from mounted image) appears in SIU screen, click Custom button

4) drag "Customize Package Selection" from Automator Library window to location

between existing "Define Image Source" and "Create Image"

5) drag "Add Packages and Post-Install Scripts" from Automator Library to location

between "Customize Package Selection" and "Create Image"

6) in the "Customize Package Selection" section:

a) expand the "Mac OS X" triangle

b) select options desired

c) collapse the "Mac OS X" triangle

7) mount the appropriate update image (Mac OS X 10.6.8 v1.1 Combo.dmg)

8) copy the MacOSXUpdCombo10.6.8.pkg package to a new local directory (Desktop/parts/)

9) drag the MacOSXUpdCombo10.6.8.pkg icon from local directory to the

"Add Packages and Post-Install Scripts" section of the SIU window

10) in the "Create Image" section:

a) select the type "NetRestore"

b) set the "Installed Volume:" field to "Macintosh HD" (no quotes, can be any name)

c) select the "Save To:" location

(will be faster to a second local internal disk)

(not faster to another partition on the same disk)

d) set the "Image Name:" field to "Snow Leopard 10.6.8 NetRestore"

e) the fields "Network Disk:", "Description:", and "Image Index:" don't

matter unless one is going to use results on a NetBoot Server

11) click the Run button

12) when the dialogs appear, ignore the text and click OK for proper completion

Dialog text: "Image creation in progress.

Cancel the image creation to proceed"


B. Post-process to create Restore Image:

1) find the directory created in the above process, named as in A.10d above

(Snow Leopard 10.6.8 NetRestore.nbi)

2) in this directory are three files:

- i386

- NBImageInfo.plist

- NetInstall.dmg

3) mount the NetInstall image (double-click the NetInstall.dmg file)

4) navigate into the Contents of the package, to: System/Installation/Packages/

5) copy the System.dmg file out to desktop or other work location

6) rename System.dmg to meaningful name, such as "Snow Leopard 10.6.8 System.dmg"

7) copy this .dmg file to external, bootable, Snow Leopard 10.6.8 system disk (install in /Users/Shared/)



C. Install Snow Leopard 10.6.8 on new MacBook Pro or Mac Pro


via command line:

1) boot MacBook Pro or Mac Pro from external source prepared in B.7

2) open Terminal

3) find the restore target device specification

a) run the command "diskutil list"

b) look for a 650 MB partition, labelled "Recovery HD" (likely disk0s3)

c) the target partition should be immediately prior to the "Recovery HD" partition

d) for a new computer with a 500 GB drive, this partition should be

labelled "Macintosh HD", with a size of 499.2 GB

e) make note of it's Device Identifier, likely disk0s2

4) issue the following asr (Apple Software Restore) command

sudo asr restore --source "/path/to/restore.dmg" --target /dev/disk0s2 --erase

(replace "/path/to/restore.dmg" with the path to the location and name used in step b.7)

5) this process proceeds and completes quickly, about 3-5 minutes. This is due to

the "--erase" parameter; it indicates a block-copy operation

If the process seems slow, likely the "--erase" option was omitted and

the copy is being done as a file-copy operation. Quit (ctl-c) and

examine the command used...



via DiskUtility GUI:


1) boot MacBook Pro or Mac Pro from external source prepared in B.7

2) launch /Applications/Utilities/DiskUtility.app

3) select the computer hard drive (typically "Macintosh HD")

4) click on the "Restore" tab

5) click on the "Image..." button to specify the "Source"

6) navigate to /Users/Shared/ and select the "Snow Leopard 10.6.8 System.dmg" file

7) drag the computer hard drive volume (Macintosh HD) to the "Destination" field

(note: grab the volume, not the disk!!)

8) enable the "Erase destination" checkbox

9) click the "Restore" button

10) in the ensuing "Are you sure?" dialog, click the "Erase" button

11) authenticate with the local admin credentials



Apple Tech recommends leaving the Restore partition alone, and installing in the "Macintosh HD" partition only


commands to know:

- asr

- diskutil (diskutil -list to see partitions)

- hdiutil

Posted on Aug 15, 2011 9:00 AM

Reply
364 replies

Dec 28, 2011 1:55 PM in response to Ian Cheong

Whoa my bad! I just reread "10.6.8 Retail disc"...that totally slipped me by.


If such a thing exists, it should work!

But I don't think one exists unless it just came out, which wouldn't really make sense since Apple is done with Snow Leo.


The Apple Store only has a 10.6.3 retail disc from the looks of it.


All other restore/install discs came with machines before Lion and will only boot the model family they came with. The chart here lists all the versions that come with machines http://support.apple.com/kb/ht1159 ... the highest looks like 10.6.7 but they aren't retail discs so much as the restore discs that came with machines before they went to Lion.


The original method of this thread was to essentially create a slipstreamed 10.6.8 master system that could be restore-cloned to another drive... but no one has gone into how to create a 10.6.8 "retail" install disc, if that's even possible.

Dec 28, 2011 7:36 PM in response to Tech Harmony

I decided to let the folks at the apple store 'revert' my MBP back to SL for me. It was quick and painless. Took less than 15 minutes.


This may not work for everyone. I have an early 2011 MBP 15" i7 I bought from Amazon in Sept. It was supposed to ship with SL with the option for Lion, but instead came with Lion already installed.


Having the tech at the store do it basically meant wiping everthing and putting SL on there as if I had a new computer. If you are trying to keep your data, applications, or whatever this may not be the best solution for you. It worked perfect for me though cuz I didn't want the hassle.


This also was good for me since I didn't have that much stuff on it. I use this MBP pretty much only for school and film editing. I'm currently reinstalling Final Cut Pro 7, Adobe CS 4, and other apps. This is a bit of a hassle, but one that at least I know I can do (since I have all the discs).


Things are looking good with SL so far. Really good. Probably the biggest thing is, I can now actually connect to the University's WiFi, where previously I couldn't for some unsolvable reason (no one anywhere could figure it out).


So good to have a working laptop again. I feel great. Very much like the day I left windows.

Jan 2, 2012 8:47 AM in response to Roy Miller

Guys,


good afternoon!


I contacted Apple to find an explanation and a method to reverse my MBP Early 2011 with Lion to Snow Leopard. According to Apple, all MacBook Pro Early 2011, just all, come standard with Snow Leopard installed. The big problem is that when it arrives at Apple Stores they make a factory installation of Lion and remove the Snow Leopard DVD inside the box. This means that all MacBook Pro Early 2011 should be supported for at least a version of Snow Leopard. So, I asked Apple to send me new DVDs of Snow Leopard that should come in the box, but didn’t come. Apple said yes and sent me the DVDs of the installation of Snow Leopard and iLife. For my bad luck, when I install Snow Leopard couldn’t start the machine and my Mac sounded three beeps. By the sound of three beeps, I believe it is firmware problem. I concluded that Apple doesn’t have complete control of what happens to its products and its customers. I'll buy the Snow Leopard 10.6.8 retail and make the test.

Jan 2, 2012 10:36 AM in response to Frederico Agrícola

If you look earlier in this thread, you'll see that the Genius Bar will be more than happy to do a proper install of Snow Leopard. YOU MUST BACK UP YOUR DATA BEFORE YOU TAKE IT IN, since the install is a clean install. But they are obviously aware that a lot of programs (in my case Pro Tools) do not behave with Lion.


As soon as I received my early 2011 iMac several weeks ago, I took it in and they did the deed with their triage drive. Doing it yourself is a painful (and in my case, impossible) project.


Good luck!


Howard

Jan 2, 2012 12:03 PM in response to Frederico Agrícola

@Frederico wow the install/factory discs didn't work? I will try mine next week and see if they boot up my Early 2011 13" MBP with firmware updates. 3 beeps is firmware not memory? Yikes.


I also do not think there are 10.6.8 retail discs... just 10.6.3 maybe. That's why we have this thread actually: to turn the retail discs that exist into 10.6.8 because they do not come with 10.6.8.


I agree with Howard and others, you should probably take it to Apple Store if you can and have them put Snow Leopard on. You should back up your data elsewhere and if you ever want to go to Lion, you must make a Lion Recovery stick or have Apple Store help you do it.

Jan 5, 2012 4:37 PM in response to Roy Miller

I bought a new MacBook Pro with Lion on it and was not happy with Lion at all. I tried to 'revert' to Snow Leopard and had no success following this elaborate procedure. but then I just booted off a bootable hard drive made from my previous MacBook Pro, which was running Snow Leopard. That was a clone made with Carbon Copy Cloner.


It booted up just fine, and then I used Disk Utility to wipe the disk on the new Lion machine, and then I used Carbon Copy Cloner to copy my Snow Leopard clone onto the new machine, and then I shut everything down and disconnected the hard drive and my new machine now runs Snow Leopard without any problems, and without any Lions.

Jan 5, 2012 5:30 PM in response to Joe Weisman

I bought a new MacBook Pro with Lion on it and was not happy with Lion at all. I tried to 'revert' to Snow Leopard and had no success following this elaborate procedure.


Our entire office switched to Snow Leopard without difficulty.


Because we knew others had switched to Snow Leopard we made a clone of our hard drives prior to installing a lion. I'm not sure why you can't use the clone that you made with Carbon Copy Cloner.

Jan 5, 2012 5:33 PM in response to mulligans missus

mulligans missus wrote:


Why are you still in the Lion forums?

Because although this may be beyond your brain's computing capacity, I own a number of computers, one of which has Lion on it.


And I am here because the title of this thread is "

HowTo revert new MacBook Pro, Mac Pro or iMac to Snow Leopard

Why are you here? What is your response to the topic of this thread?

Jan 5, 2012 5:40 PM in response to Tom in London

Tom in London wrote:


mulligans missus wrote:


Why are you still in the Lion forums?

Because although this may be beyond your brain's computing capacity, I own a number of computers, one of which has Lion on it.


And I am here because the title of this thread is "

HowTo revert new MacBook Pro, Mac Pro or iMac to Snow Leopard

Why are you here? What is your response to the topic of this thread?

Haven't you been reading? That's a bit rude! I read all your nonsense, Tom.


You really should try Lion. Millions have found it wonderful and market sales are soaring with it. The younger generation love it in particular. Snow Leopard is just so......yesterday.


Cheerio

Jan 5, 2012 6:02 PM in response to mulligans missus

mulligans missus wrote:


You really should try Lion. Millions have found it wonderful and market sales are soaring with it. The younger generation love it in particular. Snow Leopard is just so......yesterday.


As I said, I have Lion on another computer but not the one I use to run my business. I tried it for a month until I was absolutely sure it was slowing me down, interfering with my work, and was worse, not better than Snow Leopard. Unlike you I don't automatically believe that what happened today was better than what happened yesterday.


But you haven't answered my question: what is your contribution to the topic written at the top of this thread?


Not that I care, since you've now hijacked this thread the way you hijack them all. It's like you didn't have anything else to do but type messages all day long in the Lion discussion forums. That makes me feel sad, so I'm going to click on the "stop email notifications" for this thread.

HowTo revert new MacBook Pro, Mac Pro or iMac to Snow Leopard

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.