Archive for August 2012

A Simple and Complete SMBIOS guide for your iAtkos


The smbios.plist is a text file you can use to trick the system profiler about your hardware. 

The effect is the same you will obtain using a SMBIOS injector( AppleSMBIOSEFI, AppleSMBIOSResolver) or a patched AppleSMBIOS. In order to use a smbios.plist you need Chameleon 2.0RCx. The file must be placed in /Extra. 



By the way, SMBIOS stands for: System Management BIOS (SMBIOS) Specification. The SMBIOS Specification addresses how motherboard and system vendors present management information about their products in a standard format by extending the BIOS interface on x86 architecture systems. 
The information is intended to allow generic instrumentation to deliver this information to management applications that use DMI, CIM or direct access, eliminating the need for error prone operations like probing system hardware for presence detection. Also, The SMBIOS.plist affects what info will be reported to the system to be used for identification purposes mostly for System Profiler. 
Basically you put some info to mimic a specific Mac model close to your system (a MacBook if you have a laptop or a iMac or MacPro in a desktop).  




Here is an example:



<?xml version="1.0" encoding="UTF-8"?>


<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">
<dict>
<key>SMbiosversion</key>

dmanufacter</key>
<string>Apple Inc.</string>

<string>IM91.88Z.008D.B00.0901142258</string>
<key>SMboa
r
<key>SMboardproduct</key>
<string>Mac-F2218EC8</string>
<key>SMexternalclock</key>

malclock</key>
<stri

<string>400</string>
<key>SMmanufacter</key>
<string>Apple Inc.</string>
<key>SMmax
ing>3200</string>
<key>SMmemmanufacter_1</key>
<string>Kingston</string>
<key>SMmemmanufacter_2</key>

_4</key>
<string>Kingston

<string>Kingston</string>
<key>SMmemmanufacter_3</key>
<string>Kingston</string>
<key>SMmemmanufacte
r</string>
<key>SMmempart_1</key>
<string>99U5316-028.A00LF</string>
<key>SMmempart_2</key>
<string>KTC1G-UDIMM</string>

serial_1</key>
<string

<key>SMmempart_3</key>
<string>99U5316-028.A00LF</string>
<key>SMmempart_4</key>
<string>KTC1G-UDIMM</string>
<key>SMme
m>0x651C52C8h</string>
<key>SMmemserial_2</key>
<string>0xD51C1E0Ah</string>
<key>SMmemserial_3</key>
<string>0x651C52C8h</string>

>19</string>
<key>SMprod

<key>SMmemserial_4</key>
<string>0xD51C1E0Ah</string>
<key>SMmemspeed</key>
<string>800</string>
<key>SMmemtype</key>
<strin
guctname</key>
<string>iMac9,1</string>
<key>SMserial</key>
<string>W87234JHYA4</string>
<key>SMsystemversion</key>
<string>1.0</string>
</dict>


</plist>



Here is another one : 




<?xml version="1.0" encoding="UTF-8"?>


<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">
<dict>
<key>SMbiosvendor</key>
<string>Apple Inc.</string>

</key>
<string>04/01/200

<key>SMbiosversion</key>
<string>MP21.88Z.005C.B01.0608221120</string>
<key>SMbiosdat
e8</string>
<key>SMboardmanufacturer</key>
<string>Apple Computer, Inc.</string>
<key>SMboardproduct</key>

string>Apple Inc.</string>
<k

<string>Mac-F4208DC8</string>
<key>SMfamily</key>
<string>MacBookAir</string>
<key>SMmanufacturer</key>

<ey>SMproductname</key>
<string>MacBookAir1,1</string>
<key>SMserial</key>
<string>W88033AKY51</string>
<key>SMsystemversion</key>

>
<key>SMmemspeed</k

<string>1.0</string>
<key>SMUUID</key>
<string>00000000-0000-1000-8000-000000000000</string>
<key>SMmemtype</key>
<string>24</strin
gey>
<string>1600</string>
<key>SMmemmanufacter</key>
<string>Apple Computer Inc.</string>
<key>SMmempart_1</key>

2D59352020</string>
<key>SMmemserial_1</key>
<stri

<string>0x48594D503131325336344350362D59352020</string>
<key>SMmempart_2</key>
<string>0x48594D5031313253363443503
6ng>0x00001020</string>
<key>SMmemserial_2</key>
<string>0x00003021</string>
<key>SMexternalclock</key>
<string></string>
<key>SMmaximalclock</key>


<string></string>
</dict>


</plist>



Now, You don’t have to key in all the details , if you wish. For instance if you would like Chameleon to use default memory part number for your RAM. Feel free to remove the entire string and key corresponds to it. Its that simple. Now lets take a look at what these key means and how to get the values. 




SMfamily: The Mac Model Family . For instance if you want to emulate as a MacPro , the Family would be “MacPro” (without quotes) , as for a Mac Mini it would be “MacMini” (without quotes) 




SMproductname: The model , for instance you can call yours as “MacPro0,1″ , or “MacPro1,5″ or even follow a real Mac Model. Its up to you 




SMbiosdate: Date when the firmware was released. This is optional , you could actually skip this. 




SMbiosversion: Its used when fakeSMC is not being used. But since we have fakeSMC , you can easily skip this part. Only use this if you plan to stick with dsmos or if you want SMC Version to be like a RealMac SMmanufacter: The manufacturer of the Computer. Default its Apple , but then if you want to put your own OEM branding. Feel free to edit it 




SMsystemversion: The boot rom (aka BIOS version). You can take this data from a real mac or from Apple’s site (which I would describe on how to get information on a particular Boot ROM for a particular mac) 




SMbiosvendor: As the name suggests it reflects the company who made the BIOS. By default its Apple , but if you want to use any other name or branding. Feel free to adjust it 




SMserial: Serial Number of your Hackint0sh 




SMexternalclock: Frequency of your FSB (measured in Mhz)




SMmaximalclock: Your computer clock speed (i.e Intel Pentium D 830 is a 3.00Ghz processor) . Therefore it would be 3000 (Measured in Mhz) (whereby 1Ghz = 1000Mhz) 




SMmemtype: Memory type. Use 18 for DDR / 19 for DDR2 / 20 for DDR2 FB-DIMM / 24 for DDR3 – You can get the whole list for SMmemtype by reading Chameleon’s documentation or grabbing the source code 




SMmemspeed: Memory clock speed (i.e 533Mhz , 667Mhz) . Its measured in Mhz SMmemmanufacter_1: Manufacturer of your RAM (i.e Kingston , Apple , etc) 




SMmemserial_1: Serial number of your RAM SMmempart_1: part number of your RAM 




SMUUID: Enter your UUID here if you’re having issues with UUID If you have plans on fixing your CPU being recognised as Unknown , then do check out this post on patched version of Chameleon. Generally you’ll be needing it if you want to get certain program such as Silverlight , etc to work properly Well thats about it. 




Now you may want to use TextEdit or nano or plist editor to create a new file (or modify my existing SMBIOS.plist above) and call it as SMBIOS.plist. Place it in your /Extra folder. 
If you have an EFI partition , then place it in the /Extra folder of your EFI partition. Now as for finding the right values (i.e Product name , BIOS version). 
You may get the data directly from Apple’s website . For instance if you wish to mimic a MacMini Early 2006. 
Your SMProductName would be “MacMini1,1″ and your SMBiosversion would be “MM11.0055.B08” . 
You can find out the generation of Mac by simply looking at EFI Boot ROM version in Apple’s Web site. 




Thats how its done. 
Save it . Place it in /Extra – Reboot and then check out your system profiler. You should have the correct values ! 




If you want to deepen your understanding and broaden your knowledge , read the white papers on SMBIOS. Its a complex pdf which gives you better understanding and deeper understanding if you plan to customize yours. 




Highly recommended for advanced OSX86 users . 
As for CPUID patching In your SMBIOS , add the follow lines 




<key>SMcputype</key>


<string> 1281</string>




There are currently three known values for it :- 




1281 – Quad-Core Intel Xeon 
769 – Intel Core 2 Duo 
257 – Intel Core 2 Solo  




You may ask why there is not for AMD , Intel Quad Core , Pentium D , Pentium M , Intel Atom. 
The reason is simple , Apple only includes list of CPUIDs which they officially support (aka which they officially run on mac). So if you have a quad core , you would go with Quad-Core Intel Xeon. This applies to i7. iF you have an Athlon X2 , then go with Intel Core 2 Duo. To recognize my processor correctly using SMcputype 1793 and it shows up Intel I7 in about this mac .

Credits to Techedze 


Bios Settings for a first time Hackintosh Install


For a first time Hackintosh install from the scratch you should make sure you have some BIOS settings  right. Follow the steps below,



Go to your BIOS, see your motherboard manual on how to do so
 It's mostly F2 or Delete key.



Disable the following technologies if you have it,

a. Speed Step or EIST (Enhanced Intel Speed Step),AMD (cool n quiet) .

b. Virtualization.


c. HPET (High precision event timer).

d. Dynamic Acceleration.
e. Set boot from DVD first option in BIOS.




Note : Enable the above after you install and get a working hackintosh. 




Enable the following technologies if you have it,  

a. Set the SATA operation mode to AHCI.



Note: You should have the SATA as AHCI only for OSX HDD operation, Windows vista and above support AHCI mode out of box. For Windows XP you should use a special driver if you plan to use it in multiboot with OSX.

Backup Solutions For Your Mac or iAtkos

We've seen many users ask about the best backup solution for their CustoMac. Doing regular system backups of important files and documents can help ensure that you can recover from an unforeseen disaster. 

Aside from Apple's iCloud based cloud storage, some still like to do regular backups locally; either to an external USB drive or a local hard disk. I want to highlight a few of the 3rd party backup solutions as well as Apple's own solution that many of our members have stated as working solutions.



Let's start with Apple's own built-in back-up solution, Time Machine. 



"Time Machine is the built-in backup that works with your Mac and an external drive (sold separately) or Time Capsule. Connect the drive, assign it to Time Machine, and start enjoying some peace of mind. Time Machine automatically backs up your entire Mac, including system files, applications, accounts, preferences, music, photos, movies, and documents. But what makes Time Machine different from other backup applications is that it not only keeps a spare copy of every file, it remembers how your system looked on any given day—so you can revisit your Mac as it appeared in the past."

Time Machine is pretty simple to configure and use. Instructions on how to configure Time Machine can be found here
.

Next is Carbon Copy Cloner, otherwise known as "CCC" that is very popular for it's ability to do full bootable clones of your system drive. It used to be free but sadly, the developer Bombich Software Inc. has now made it a commercial product and currently it costs $39.99. It has been updated recently to support OS X 10.8 in version 3.5.1. CCC provides additional enhancements that Time Machine doesn't.

Check out CCC here
.





"The latest version of SuperDuper! is faster, better, compatible with Mountain Lion (in fact, it's compatible with OS X 10.4.11 and later), and improves many parts of the user experience. Of course, it still includes great features likeBackup on Connect, Eject after Copy, Sparse Bundle support, lets you store a bootable backup alongside Time Machine backups, copy Time Machine backups to other drives, and run scheduled copies on demand. As with every update, we've polished and improved many other aspects as well."


Super Duper can be foundhere
.

Virtualization software gets updated for Mountain Lion


For those of you that are using virtualization software on your Mac or CustoMac we've got some good news, as VMware and VirtualBox have both been updated with official Mountain Lion support and Parallels 8 with Mountain Lion support is due early next month. Although it doesn't make a whole lot of sense to run Windows virtualized on a Mac or a CustoMac today, virtualization is still a handy tool for those who want to run software in "sandbox" mode, or who develop for various platforms.

First up, VMware has announced the release of Fusion 5 for OS X 10.8 and Windows 8 and claims that they've added over 70 new features for both the OS X and Windows versions. New features for OS X includes supports for AirPlay mirroring to stream programs and apps to large screen displays, USB 3.0 support, retina display support and improved support for large amounts of system RAM. VMware also claims to have improved performance by as much as 40 percent compared to the previous version of VMware. VMware Fusion 5 will be available for $49.99 for the standard version and $99.99 for the professional version directly from VMware.com and if you bought VMware 4 on or after the 25th of July, then you're eligible for a free upgrade to VMware 5.

Freely available VirtualBox has also added official support for OS X 10.8, although the changelog doesn't go into any specific details as to what has been done specifically to support Apple's new operating system. Beyond support for OS X 10.8, the latest release of VirtualBox also includes a range of bug fixes and additions of which most are for Linux.

For those of you that prefer Parallels, the company is preparing a new version that will arrive on the 4th of September, although so far all that is really know is that the company will offer OS X 10.8 support and that if you go ahead and buy Parallels Desktop 7 now, then you'll get a free upgrade to the next version when it arrives.

Source: 
VMWare
, 
VirtualBox
, 
Parallels

OS X 10.8.1 Update


Apple released Mac OS X 10.8.1, the first major update to OS X Mountain Lion. At 24 megabytes, this is a much smaller point update than usual, and does not contain any of the normal audio and graphics driver updates. To eliminate any potential issues, we generally recommend to update any supported systems using the standalone installer available from Apple.com, and not the built-in Software Update.

Be sure to back up any important data, and if possible clone your hard drive before applying the update. If you have any issues post-update, boot using UniBeast.


What we know about 10.8.1 so far...


  • 12.1.0 Darwin kernel
  • Battery drivers updated for Mac Laptops
  • USB drivers updated
  • Thunderbolt drivers updated


The Mac App Store version of 10.8.1 is now out as well, so if you'd like to update the installer drive, you can slipstream this update into UniBeast. Good luck, and let us know how it goes! Report your results here.

UEFI updates for Gigabyte's high-end Z77 boards

We know some of you are having some slight problems with your builds and as we've pointed out in the past, this can be related to the BIOS/UEFI, especially if you're using a new motherboard. Gigabyte's 7-series motherboards have only been out a couple of months and as most of the boards are shipping with an early UEFI release, the company is issuing regular updates and a wide range of boards have received multiple updates in the past couple of weeks, so we thought we'd highlight this once more.


The boards in question are the GA-Z77X-UD5H, GA-Z77X-UP4 TH and GA-Z77X-UP5 TH. In this case the GA-Z77X-UP4 TH was sitting on release F4 for a very long time, but Gigabyte has removed that version entirely from its website, so it's pretty clear that there were some issues with this UEFI update. The latest version is F7 at the time of writing which was released a week ago. The release notes are fairly uninformative, but the F7 release is meant to improve system compatibility whatever that implies.

The GA-Z77X-UP5 TH is already on version F9, although F5 through F7 are missing here. We should also point out that the earlier release for both the GA-Z77X-UP5 TH and GA-ZZ7X-UP4 TH added some improved graphics card compatibility fixes. The slightly older, but more affordable GA-Z77X-UD5H has already reached UEFI revision F14, although here we once again have a gap from F8 all the way to F13. This board should feature the same updates as the previous two models.

Note that Gigabyte's UEFI and BIOS updates come as a self-extracting 7-Zip Windows executable package and as such you need a suitable un-archiver for OS X (
Stuffit Expander
 works) if you don't have a dual boot system. The UEFI update needs to be copied onto a FAT32 formatted USB drive and you can then use Gigabyte's Q-Flash updater from within the UEFI itself to update your board. We highly recommend doing this, as it's highly likely to fix issues with your CustoMac, although we haven't had a chance to test the latest releases just yet, so you want to play it safe, you can wait until we've had a chance to do some testing and report back. However, it's always possible to flash back to an older UEFI or BIOS, so it shouldn't be a big deal.

Source: Gigabyte 
GA-Z77X-UD5H
, 
GA-Z77X-UP4 TH
, 
GA-Z77X-UP5 TH

How to Burn an iAtkos ISO to an USB [Win]

Microsoft Windows users:
  • Download and install ImageWriter
  • Plug the USB drive in one of computer's USB ports
  • Open ImageWriter and select the USB disk from the list at the bottom





  • Click on the “Select” button and select the file you have downloaded then press “Copy”
  • If you can't see the file, enter “*.*” in the “File name” field and press “Open” to see all files, then select the file and press “Open” again






  • Xcode for Lion/Mountain Lion 4.4.1 Mac OSX


    Xcode provides everything developers need to create great applications for Mac, iPhone, and iPad. Xcode 4 has been streamlined to help you write better apps. It has unified user interface design, coding, testing, and debugging all within a single window. The Xcode IDE analyzes the details of your project to identify mistakes in both syntax and logic, it can even help fix your code for you.


    Xcode runs on OS X Mountain Lion and OS X Lion, and includes the Xcode IDE, Instruments, iOS Simulator, the latest Mac OS X and iOS SDKs, and hundreds of powerful features:

    Innovative tools to help you create great apps
    • Interface Builder is fully integrated as a design canvas within the Xcode IDE
    • The Assistant shows files related to what youre editing, such as the header, superclass, or controller
    • The Version editor shows a live source code comparison through Git or Subversion history
    • Live Issues display errors as you type, and Fix-it can correct the mistakes for you
    • Apple LLVM compiler is embedded within the IDE with support for Objective-C, C, and C++
    • The new LLDB debugging engine is faster and more memory-efficient than GDB
    • Instruments adds System Trace and new iOS instruments including OpenGL ES

    Streamlined interface that is faster and easier to use
    • Design your interface side by side with the backing source code
    • Create connections from your GUI design directly to the related source code
    • Use tabs to organize your workspace, or double-click to open files in a new window
    • Schemes let you customize exactly how your app will build, run, profile, and deploy
    • Debugging and console views slide in without disturbing your place in the editor

    Professional editor keeps you focused on your code
    • Click the Jump Bar at the top of the editor to instantly go to another file
    • View message bubbles to see errors, warnings, and other issues right beside the code
    • Use the ribbon on the left of the editor to fold your code, or highlight scope

    Embedded Apple LLVM technology finds and fixes bugs for you
    • Analyzer travels countless code paths looking for logical errors before they become bugs
    • Live Issues underlines coding mistakes as you type with no need to build first
    • Fix-it can confidently correct mistakes for you with just a keystroke
    • Code completion for Objective-C, C, and C++ is incredibly fast and accurate

    Instruments for visual performance analysis
    • Compare CPU, disk, memory, and OpenGL performance as graphical tracks over time
    • Identify performance bottlenecks then dive deep into the code to uncover the cause
    • Monitor your app directly, or sample the entire system, with very little overhead

    To test or deploy applications on an iOS device you must be a member of Apples iOS Developer Program. To submit your Mac or iOS apps to the App Store you must be a member of the Mac or iOS Developer Program. Some features may require Internet access.

    Whats New
    Version 4.4.1:

    • SDKs for OS X 10.8 Mountain Lion and iOS 5.1.
    • Enhanced for the MacBook Pro with Retina display.
    • Code completion persists your selections to give more accurate suggestions.
    • Objective-C @synthesize command is generated by default when using properties.
    • Objective-C adds literal syntax for numbers, arrays, dictionaries, and expressions when developing for OS X.
    • Apple LLVM compiler supports additional C++11 features, including lambdas.
    • Assistant editor tracks caller or callee for the current selection.
    • New localization workflow can share a single base .xib file for multiple locales on OS X.
    • Source control can commit individually selected changes.
    • ARC migration tool converts both retain/release and garbage collected code.
    • Fixes an issue where code completion could fail, requiring the user to delete derived data.
    • Additional bug fixes and stability improvements.


    Download Kexts

    Mountain Lion Cache Cleaner 7.0.1 MacOSX


    Mountain Lion Cache Cleaner 7.0.1 | Mac Os X | 20 MB

    Mountain Lion Cache Cleaner is an award winning general purpose tool for Mac OS X. MLCC makes system maintenance simple with an easy point and click interface to many OS X functions. Novice and expert users alike will appreciate the powerful toolset MLCC provides. Mountain Lion Cache Cleaner is one of the world's leading maintenance tools with millions of downloads around the globe.

    Maintenance

    Mountain Lion Cache Cleaner is a one stop solution for all of your OS X maintenance needs. Intel or PPC, Tiger or Mountain Lion, MLCC has the tools to keep your system running at its best. MLCC Documents and the MLCC Engine maintain system health by providing full automation of common maintenance chores including virus scanning of internet downloads. The MLCC Engine can even repair permissions automatically after software installations. With the MLCC Engine, powerful system maintenance and antivirus can be completely transparent or as close as your menu bar.

    Optimization

    Mountain Lion Cache Cleaner can improve system performance by tuning internet and file cache settings, implementing ram disks, and cleaning out various cached and stale data. MLCC includes tools to help optimize files and memory. MLCC can recover wasted disk space by eliminating language localization files and slimming Universal Binaries.

    Customization

    Mountain Lion Cache Cleaner lets you control your OS X experience. Turn off Spotlight or Dashboard, or turn on a Login Items Folder. MLCC can tweak many OS X features to suit your tastes. All without permanently altering or harming your system.

    Disaster Planning

    Mountain Lion Cache Cleaner lets you create a bootable Installer dvd from your Mountain Lion download that will boot and install Mountain Lion on any supported machine. Mountain Lion Cache Cleaner lets you create bootable Emergency Disks that include system repair utilities and MLCC's powerful cache cleaning functions. If disaster strikes, the power of Mountain Lion Cache Cleaner is available at the command prompt in Single User Mode. Registered users of MLCC can install a portable version on a flash drive or iPod. Mountain Lion Cache Cleaner Portable runs on any supported Mac and is a great tool for testing hard drives, screen pixels, batteries, ram, and more before buying a machine.

    Antivirus

    Mountain Lion Cache Cleaner helps protect your system from malware. MLCC adds three additional layers of malware protection to Mountain Lion, and ships with the powerful ClamAV antivirus built in. MLCC can scan your downloads on the fly providing industrial strength virus protection from Mac and Windows threats.

    Requirements: Universal Binary requires OS X 10.4 - 10.8

    Download

    Chameleon r2050 - Mountain Lion [updated]




    Versionr2050
    Source-osx86
    Compatible
    Yes
    Yes
    Yes
    Yes
    Downloads228
    Chameleon-rev.2050.pkg.zipSize: 3.37 MB  
    Chameleon-rev.2050.bin.zipSize: 144.8 KB  


    Powered by .: ErmaC :.
    Packed by onehalfkiller

    Build info.
    ===========
    Package name: Enoch-rev.2050.pkg
    MD5: 30501b562781fa731b321b550ff605ff
    Version: 2.1svn
    Stage: 2.1svn
    Date/Time: 2012-08-29 14:47:57
    Built by: onehalfkiller
    Copyright 2008-2012

    Credits.
    ===========
    Chameleon Daily Updates
    forge.voodooprojects.org
    the entire changelog

    Install OS X Mountain Lion on Any Supported Intel-based PC


    Installing or updating to the latest version of OS X on a PC is simpler than ever. This guide requires no programming or coding experience and all of the tools are available right here on tonymacx86.com.

    UniBeast Overview 
    1. Purchase the OS X Mountain Lion Application from the Mac App Store 
    2. Prepare a UniBeast USB flash drive
    3. Install OS X Mountain Lion 
    4. Install the bootloader and drivers using MultiBeast

    In order to start fresh, you'll need access to a functional computer running Mac OS X Snow Leopard 10.6.6 or later. This is a requirement, as you need OS X to create the installation drive. To start from scratch, booting the 10.6 Snow Leopard Retail DVD directly, check outiBoot + MultiBeast

    You Will Need

    8GB or Larger USB Flash Drive 

    Amazon Newegg


    Install OS X Mountain Lion
    Mac App Store
    STEP 1: Purchase OS X Mountain Lion The operating system is not free. Purchase and download the Application from the Mac App Store using an Apple ID on any Mac or functional computer running OS X 10.6.6 or later. 

    STEP 2: Create a Bootable USB Drive Using UniBeast
    Take a deep breath and take your time- this is pretty simple, but it's easy to miss things if you rush. Follow each step to the letter.

    1. Insert the USB drive
    2. Open /Applications/Utilities/Disk Utility
    3. Highlight the USB drive in left column
    4. Click on the Partition tab
    5. Click Current and choose 1 Partition
    6. Click Options...
    7. Choose Master Boot Record
    8. Under Name: type USB (You can rename it later)
    9. Under Format: choose Mac OS Extended (Journaled)
    10. Click Apply then Partition
    11. Download and run UniBeast 1.5
    12. Click ContinueContinueContinueAgree

    13. At Destination Select, choose USB and click Continue

    14. If using a Socket 1156 system without Rate Matching Hub (RMH) USB choose Legacy USB Support
    15. If using a laptop, choose Laptop Support
    16. Click Continue
    17. Enter password and click Install

    The process will only take about 10-15 minutes, depending on system and drive speed, but will show hours. This is normal. Do not unplug or stop during this time.

    STEP 3: Install OS X Mountain LionYou're almost done! All you need to do is boot from the USB drive and install! Set your BIOS or UEFI to Optimized Defaults, and your hard drive to AHCI mode.

    1. Turn on the computer
    2. Press the hotkey to choose boot device

    • If you have a Gigabyte motherboard press F12
    • If you have a ASUS motherboard, press F8

    3. Choose USB-HDD

    4. At the Chimera Boot Screen, choose USB and hit Enter

    Optional Boot Arguments & Troubleshooting Tips
    For some hardware, it may be more difficult to get to the installation screen. You may have to type extra boot arguments in the system at the boot screen you see above. You can hit arrow-down as well on the boot screen to access boot options. Here are a list of things you can try in order to troubleshoot booting to the installer. You will have to troubleshoot this part yourself according to your own hardware specs. We've provided a few tips below.

    Black Screen, White Screen, Flickering ScreenIt's your graphics or possibly your choice of graphics port. The DVI or the HDMI port are usually the most compatible for installation. Reboot and try another port or one of the following flags.

    PCIRootUID=0
    UniBeast has PCIRootUID=1 set by default for the most universal support for recommended builds. Set it manually to 0 by typing this command at the boot screen above. For example, use this setting on UEFI motherboards with NVIDIA cards.

    GraphicsEnabler=No 
    You can install without graphics card injection. This can solve many issues, allowing you to access the installer screen. For example, use this setting on NVIDIA 6xx Cards.

    -v
    Verbose Mode- allowing you to see the loading of the OS instead of the Apple Boot Screen.

    -x
    Safe Mode- loads only basic drivers. Sometimes a cure-all to reach the installer.

    Special Instructions for AMD 6xxx Graphics Cards: 
    There is an issue with AMD 6xxx cards in Mountain Lion. We recommend using an alternate graphics card or onboard Intel HD 3000/4000 graphics for the entire process. After you're fully installed, you can switch back to your 6xxx card.


    5. When you arrive at the Installer, choose language.
    6. For a new installation of OS X, you MUST format the destination drive according to the following steps before continuing.
    NOTE: If you are upgrading from Snow Leopard or Lion and you want to keep your files and apps, you can skip steps a-j.

    a. In the top menu bar choose Utilities, and open Disk Utility
    b. Highlight your target hard drive for the Mountain Lion installation in left column.
    c. Click Partition tab
    d. Click Current and choose 1 Partition
    e. Click Options...
    f. Choose GUID Partition Method
    g. Under Name: type Mountain Lion (You can rename it later)
    h. Under Format: choose Mac OS Extended (Journaled)
    i. Click Apply then Partition
    j. Close Disk Utility
    7. When the installer asks you where to install, choose Mountain Lion, or your existing install.
    8. Upon completion, restart the system.


    STEP 4: Post-Installation Using MultiBeastMultiBeast is an all-in-one post-installation tool designed to enable boot from hard drive, and install support for Audio, Network, and Graphics. In addition it includes System Utilities to repair permissions and a collection of drivers and config files. The installation is complete, but the drive isn't bootable yet. Boot from the USB again, this time choosing Mountain Lion.

    1. Turn on the computer
    2. Press the hotkey to choose boot device

    • If you have a Gigabyte motherboard press F12
    • If you have a ASUS motherboard, press F8

    3. Choose USB-HDD
    4. At the Chimera Boot Screen, choose your new Mountain Lion installation.
    5. Complete Mac OS X Mountain Lion setup.
    6. When you arrive at the desktop, open Safari
    7. You should have working Ethernet from UniBeast, or if you have a native Wi-Fi card.
    8. Browse to tonymacx86.com and log in. If you don't have a user account, create one!
    9. Visit tonymacx86.com/downloads to download the latest MultiBeast
    10. Visit the DSDT Database to download your motherboard's DSDT

    NOTE: Gigabyte UEFI motherboards don't require a DSDT.
    11. Open the Downloads folder and move the .aml file to the Desktop
    12. Open and run Multibeast's UserDSDT or DSDT-Free Installation and any further drivers to enable audio, network, graphics, etc...

    UserDSDT Installation for Sandy Bridge CustoMac build using Realtek ALC 889 and Realtek Ethernet

    DSDT-Free Installation for Ivy Bridge CustoMac using Realtek ALC 898 and Intel Ethernet