Full instructions for installing Snow Leopard 10.6.8 on a 2011 Mac Mini, v1.0.
This is an assembly of what has been discovered and posted by newfoundglory, Kasper E, and others, with much detail added.
The problem: The 2011 Mac Mini ships with Lion (10.7), which is unusable for many users. Snow Leopard (10.6.8) can be installed, but without some alterations it will be slow and will have the Phantom Display* issue.
To do the installation, you'll need the following:
1. A second machine, preferably (and confirmed by several posters, including me), an early 2011 MacBook Pro (prior to Lion), and the original 10.6 install DVD that came with the machine. I'll use 'MBP' to refer to the second machine in these instructions. Other machines may work, one user (CarloBandini) even reported success using a hackintosh and the original 10.6.0 install DVD.
2. A Firewire cable. The Mini has FW800, so you need either a FW800-FW800 or a FW800-FW400 cable, depending on the second machine.
3. 10.6.8 Combo update, downloaded to the MBP.
4. A few kernal extension (kext) files from 10.7 and 10.6.8 (specific versions). Available here in a folder called "MacMini2011 Snow Leopard kexts":
MacMini2011 Snow Leopard kexts
Install Snow Leopard:
1. Start Mini in Target Disk Mode (TDM) by holding the T key, connect to MBP with the Firewire cable. The Mini's hard drive will show up on the MBP's desktop.
2. Boot MBP from the Mac OS X install disc it came with, 10.6.6 for 2011 MBPs. The next several steps will be performed on the MBP.
3. Use disk Utility to erase the Mini's HD (you can't install over 10.7)**. You may want to use a different name from the MBP's HD, so you don't get them confused. In any case, the Mini's HD will have the Firewire icon.
4. Install 10.6.6 on Mini's HD. Be sure customize the install to add Rosetta and QT7.
5. The reboot at the end of the install will boot from the Mini't HD. If for some reason this doesn't happen, option-boot from the Mini's HD.
6. Create a new user, again still on MBP booted from Mini's HD.
7. Install 10.6.8 combo update v1.1.
8. Shut down MBP and Mini, and remove the Firewire cable.
9. Now connect Mini to a monitor and boot from its own HD. It should work, but it may have Phantom Display issues.
10. (optional) For good measure, and to make sure no drivers were missed, Install 10.6.8 combo update v1.1 again, this time directly from the Mini.
Fix kernal extensions:
1. Copy the "MacMini2011 Snow Leopard kexts" folder and these instruction to the Mini's desktop and open the folder.
2. Also open this folder:
/System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/PlugIns/ACPI_SMC_PlatformPlugin.kext/Contents/Resources/
An easy way to do this is to open a new finder window, copy the path above (from first to last '/'), and choose Go to Folder from the Go menu, and paste the path.
NOTE: in step 3 and a few other steps, you'll be required to Authenticate.
3. Drag Macmini5_1.plist, Macmini5_2.plist and Macmini5_3.plist from "MacMini2011 Snow Leopard kexts" to the Resources folder.
4. Now open this folder:
/System/Library/Extensions/
5. Find AppleIntelHDGraphics.kext and AppleIntelSNBGraphicsFB.kext, and move them to the trash.
6. Drag AppleIntelHDGraphics.kext and AppleIntelSNBGraphicsFB.kext from the "MacMini2011 Snow Leopard kexts" folder to the previously opened Extensions folder. After a several seconds you may get a warning, but you can ignore it.
7. Open the Terminal app in the utilities folder, and type the following:
sudo su -
It will then ask for your password.
8. Paste the following into terminal:
cd /System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/PlugIns/ACPI_SMC_PlatformPlugin.kext/Contents/Resources
chown root:wheel Macmini5*
chmod 644 Macmini5*
cd /System/Library/Extensions
chown -R root:wheel AppleIntelHDGraphics.kext
chown -R root:wheel AppleIntelSNBGraphicsFB.kext
chmod -R 755 AppleIntelHDGraphics.kext
chmod -R 755 AppleIntelSNBGraphicsFB.kext
kextcache -system-prelinked-kernel
kextcache -system-caches
exit
echo 'Finished'
the last steps will take some time (a minute or so), and you will get an error about a modem that you can ignore.
9. Now reboot your Mini, and you're done!
Known problems:
Bluetooth may not work as well as it does in Lion.
*Phantom Display issue:
The Phantom Display is a duplicate of the main display (the computer thinks there are two identical displays attached), and causes the following:
1. Cursor updates are erratic.
2. There's an extra screen off to the right that you can move windows to. And if you play with it, the extra screen can become the only one displayed.
3. Monitor wakup from sleep can fail.
4. The second monitor port (Thunderbolt) won't work.
**Installing over Lion
Of course the prudent thing to do, and to preserve the recovery partition, would be to boot from the Lion install DVD that came with your Mini and...