[Tutorial] Run OS X Mountain Lion 10.8 on a PC (Hackintosh/OSx86) – From start to finish [Video]

Screen-Shot-2012-02-17-at-5.21

NOTE: For the final copy of 10.8 (GM) or 10.8.1, go here instead!!!!!

With the release of the first developer previous of OS X “Mountain Lion” 10.8 by Apple yesterday, people have been hard at work to get it working on their PCs (aka “Hackintosh” or OSx86). Fortunately, it’s still very easy to do, and the steps to get it to work closely follow 10.7 “Lion”. The below guide is a rewrite of our 10.7 guide, which can be found here. The overall process is rather straightfoward, and the below instructions should be easy for everyone. Continue reading below for the requirements, downloads, and the steps. You’ll be able to install Mountain Lion from a USB flash drive, too! Also, this guide may look long, but it honestly isn’t too bad. Lastly, check out our demo video showing Mountain Lion fully working.

Credits/Sources

Everything OSx86-related is a collaborative effort amongst people who enjoy doing these things, as well as those of us who enjoy tweaking and experimenting with things. Below are a list of sources used to compile this guide:

  1. http://www.insanelymac.com/forum/index.php?showtopic=275957&st=0
  2. http://www.osx86.net/view/2415-chameleon_2.1svn_r1820_with_smbios_amp;_10.8_support.html
  3. http://blog.nawcom.com/?p=895
  4. http://thetecherra.com/2011/09/05/how-to-create-a-bootable-hackintosh-ready-mac-os-x-lion-usb-flash-drive/
  5. http://www.projectosx.com/forum/index.php?showtopic=308

My 10.8 desktop.

Requirements

Here are the requirements:

  1. A copy of Mac OS X – This can be in the form of an existing hackintosh, a virtual machine within Windows or Linux, or even a regular Mac. If you don’t have any of these things, then find someone who can help you out for a while. I prefer using a virtual machine (I prepared my USB drive with VMware Workstation under Windows 7). Using an already working copy of Mac OS X either in a VM or a native hackintosh install is HIGHLY recommended, and you’ll see why in part 6.
  2. A 8GB USB flash drive (or larger) – We’ll be copying the files to the drive appropriately, so make sure that you have a flash drive with enough storage space (8GB or larger).
  3. A copy of Mountain Lion 10.8 – If you don’t have a Mac Developer Account, then you’ll find torrents of 10.8 around the web.
  4. 30-60 minutes of time – Depending on how tech-savvy you are, this may be quick, or it may take a while.
  5. An SSD or HDD to install 10.8 to – For me, I used a 20GB partition on a 64GB SSD to install 10.8 to.
  6. THIS file – This ZIP file contains everything that you need to get your flash drive properly prepared.

Note: The file for number 6 contains the following:

  • FakeSMC.kext
  • NullCPUPowerManagement.kext
  • OSInstall
  • OSInstall.mpkg
  • Chameleon_2.1svn_r1820_trunk_10.8.pkg

The first 2 .kext files will fix most kernel panics that you might experience while booting. The 2 OSInstall files will allow you to install 10.8 onto an MBR-partitioned drive. OSInstall came from 10.7.3, and OSInstall.mpkg was modified by me to work properly. Lastly, the Chameleon package is the bootloader that we’ll be using, and has been specifically compiled for use with 10.8.

My Specs

My test installation was successfully done on an MSI GT680R-008US gaming laptop with the following specs:

  • Intel Core i7-2630QM @ 2.0GHz
  • 8GB DDR3 1333 RAM
  • Corsair Nova V64 64GB SSD (20GB for 10.8, everything else for Windows 7)
  • WD Scorpio Black 500GB HDD
  • NVIDIA GeForce GTX460M 1.5GB (Fermi OS X drivers are available)
  • Intel Wi-Fi of some sort; not OS X compatible at all (Ethernet works fine)
  • Bluetooth (works fine)
  • ALC892 audio (drivers are available)
  • Internal 1920×1080 display

Part 1 – Preparing your SSD or HDD

If you’re in Windows 7, you can easily make a new partition on an SSD or HDD via the Disk Management program.

  1. Start>Run (or Windows key on your keyboard plus R).
  2. diskmgmt.msc (press enter after typing that)
  3. Find your drive, right-click on it, and go to Shrink Volume.
  4. Wait for it to calculate the amount of space you can make your partition, and enter in your amount (for an exact GB amount, multiple your desired amount of GB times 1024, so a 20GB partition would be 20480MB).
  5. Let it make your partition. It will show up as unallocated space.
  6. Format the new unallocated space as NTFS and give it a label (mine was ML).
  7. Done!

Part 2 – Formatting your USB drive

Make sure to backup the files that are already on your USB flash drive via Disk Utility in Mac OS X:

  1. Open up Disk Utility.
  2. Click on your USB drive in the left sidebar.
  3. Click on the Erase tab in the middle.
  4. Choose “Mac OS X Extended (Journaled)” as the format, and give your drive a label (like “ML USB”).
  5. Click on the Erase… button.
  6. Done!
  7. Leave Disk Utility open, as you’ll need it later.

Part 3 – Preparing your USB drive with 10.8

This part is the most time consuming. Using a USB 3.0 flash drive will help things out quite a bit.

  1. Mount the DMG for Mountain Lion (will be called Mac OS X Install ESD on your desktop).
  2. Show hidden files in Finder by running the following command in Terminal: defaults write com.apple.finder AppleShowAllFiles TRUE
  3. Reload Finder by running the following command in Terminal: killall Finder
  4. Run the following command in Terminal to mount “BaseSystem.dmg” within the 10.8 DMG: open /Volumes/Mac\ OS\ X\ Install\ ESD/BaseSystem.dmg
  5. Switch back to Disk Utility.
  6. Click on your flash drive in the left sidebar.
  7. Click on the Restore button in the middle area.
  8. For the source, drag “Mac OS X Base System” from your desktop into the empty Source box.
  9. For the destination, drag your USB drive from your desktop into the empty Destination box.
  10. Make sure that “Erase destination” is checked.
  11. Click on “Restore”. This process will take anywhere from 5 to 10 minutes depending on the speed of your flash drive.
  12. When it’s finished, you’ll end up with 2 “Mac OS X Install ESD” drives on your desktop. Figure out which one is your USB copy (you can right-click > Get Info and use the capacity as an indicator), and open it up.
  13. Once you’ve opened up Mac OS X Install ESD (the one that’s your flash drive), go to /System/Installation.
  14. You’ll see a symlink for Packages. Remove it.
  15. Create a folder called Packages.
  16. Open up a window of the original Mac OS X Install ESD drive and copy everything within Packages to the empty Packages folder on your USB drive.
  17. Done! 10.8 is now installed onto your USB drive. Now, we need to modify some of the files on it so that it will properly bootup on a PC.

Part 4 – Adding the fixed 10.8 files to the USB drive

Now, we need to modify some of the files on your USB drive so that it will properly bootup on your PC.

  1. Extract the contents of “ML_OSx86_Files.zip” to your Mac OS X desktop.
  2. Copy the 2 .kext files to /System/Library/Extensions on your flash drive.
  3. Copy the OSInstall file to /System/Library/PrivateFrameworks/Install.framework/Frameworks/OSInstall.framework/Versions/A/, overwriting the file that’s already there.
  4. Copy the OSInstall.mpkg file to /System/Installation/Packages/, overwriting the file that’s already there.
  5. Run the Chameleon installation package. Make sure to install this package to your flash drive, and customize the installation so that you have an SMBIOS that best relates to the CPU that’s on your computer (leave the default options checked; just check your SMBIOS).
  6. Copy mach_kernel from the root of the Mac OS X Install ESD volume and paste it into the root of your flash drive.
  7. Lastly, copy the Chameleon installation package to the root of your flash drive. You’ll need this in part 8.
  8. Done!

Part 5 – Installing 10.8 from your USB drive

Time for the fun stuff! We’ll now boot from your USB drive and install 10.8 onto the partition that you made in part 1.

  1. Boot from your USB drive.
  2. Once in Chameleon, highlight your flash drive and add -v to the end, then push enter. You’ll see a lot of text fly by.
  3. Once you get into the installer (assuming your computer didn’t freeze, restart itself, or get a kernel panic, in which case you’ll take a picture of the lines on your screenshot and leave it in the comments below), choose your partition to install 10.8 to.
  4. The installation process will take about 5 to 15 minutes, depending on the speed of both your USB drive and your SSD or HDD.
  5. When finished, boot back into your already working copy of Mac OS X.

Part 6 – Preparing the installed copy of 10.8

Now, we’ll have to add a couple of files to your fresh install of 10.8. For me, I added a physical partition into my VMware virtual machine of Mac OS X, the same OS that I used when preparing the USB drive and whatnot. If you were using a separate computer, you’ll have to take your drive out and put it into that computer. OR, you can use some terminal commands to copy the files over manually, which I won’t cover.

  1. Gain access to your installed copy of 10.8.
  2. Repeat the steps outlined in part 4, but copy the files & install Chameleon to your 10.8 partition instead of your USB drive.
  3. Done!

Part 7 – Booting 10.8!

Now that everything is finally prepared, you can go ahead and boot into Mountain Lion.

  1. Boot from your USB drive again.
  2. Once in Chameleon, highlight your partition that has 10.8 installed. Add -v to it and push enter. You’ll see a lot of text fly by.
  3. You’ll eventually get to the setup screens for 10.8. Go through that process to setup 10.8.
  4. Done! Proceed to part 8 to install the bootloader to your partition so that you don’t have to rely on using your USB drive to bootup.

Part 8 – Installing the bootloader to 10.8

This is similar to step 5 in part 4.

  1. Once in 10.8, open up the Chameleon installation package, and install Chameleon to your 10.8 partition (while choosing your SMBIOS, just like before).
  2. Done!

Finished!

You’ve successfully prepared a 10.8 flash drive and have install 10.8 onto it. Changes can be made to this guide in the future. One thing that I’d like to figure out is to somehow incorporate the 2 .kext files into the actual installation instead of copying them over afterwards, or having to copy them from Terminal.

If you’re experiencing any trouble, leave your comment below and I’ll try and help you out.

Feel free to follow Brian and The Tech Erra on Twitter!

Video

  • Efe-edizer

    could not restore-resource busy?

    • Jeremy Bland

      Do not select The brand name of your Device in Disk utility. Select the Partition you made for ML That’s under the USB.

      • Efe Edizer

        thanks

  • Efe-edizer

    Okey I solve the problem but there is one more: When i wanted to boot install drive; Apple logo shows up a while and then screen shuts down help?!? GA X58A-UD3R Intel Core I7 960 Nvidia GeForce 9500GT

    • dootejun

      I also like you,my 9500GT also solved by copying files GeForce.kext and NVDANV50Hal.kext of 7.10 in S / L / E of 10.8 on the same drive

      • Efe Edizer

        I’ll try that thaks.

        • dootejun

          update:
          leave the default kext 10.08
          boot with flag.GraphicsEnabler=Yes

          • Elad

            Hi,
            I have the same card, also my monitor shuts off even though it says NVDANV50HAL loaded and registered…

            I tried GraphicsEnabler=Yes and got same effect.

            Finally, I was able to fix it by dragging over BOTH GeForce.kext AND NVDANV50HAL.kext from 10.7.2 to S/L/E on the USB drive, AND booting with GraphicsEnabler=Yes.

  • http://twitter.com/Mr_iGuy Tyler Raimo

    im guessing this is intel only?

    • besweeet

      Current.

  • Pingback: [Tutorial] Run OS X Mountain Lion 10.8 GM on a PC (Hackintosh/OSx86) [Video] | The Tech Erra

  • Syn

    This tutorial is totally flawed and I followed the instructions to the T and i and it boots the disk but when you go to install it says its missing the necessary installation packages

    • besweeet

      Your comment and call for help is incredibly flawed. You’ve provided not a single piece of information that could potentially get the problem solved.

    • Well wisher

      Ignore these two steps:
      3. Copy the OSInstall file to /System/Library/PrivateFrameworks/Install.framework/Frameworks/OSInstall.framework/Versions/A/, overwriting the file that’s already there.
      4. Copy the OSInstall.mpkg file to /System/Installation/Packages/, overwriting the file that’s already there.

      • http://www.facebook.com/matteobp Matteo Baldi Pardi

        I’ll try this, now start install but crash at start… can anyone halp me???

  • oieet

    use my hack for creating a usb installer.

    • besweeet

      Delete.

  • iToucan

    Hi, when I boot from the usb it suddently appears the apple logo for about 10 seconds and then the monitor goes in standby mode (like when I power off the PC) and i can’t see nothing, but the computer fans make noise.
    Can you help me?

    • besweeet

      Then your video card is causing problems. Boot with -v to start debugging.

      • iToucan

        I booted with -v but unfortunatly after the words appears the monitor still go in stand by mode.
        What i have to do?

        • besweeet

          Try booting with: “GraphicsEnabler=yes” (without quotes). If that doesn’t work, boot with -x. Also, knowing your specs would help a lot.

          • iToucan

            Thank you for the support.
            With GraphicaEnabler=Yes it seems work. Now i’m going to install it. If i have other problems i will contact you!

          • iToucan

            I am in the select drive panel but i can’t find my drive, it shows only the usb drive…
            What I have to do?

          • besweeet

            Try with just -x.

          • iToucan

            It dosn’t work. The monitor goes in stand by mode after the apple logo appear for some seconds.
            I have a dell studio xps 8000 intel i7 860, nvidia gts 240 ram 6gb 1333mhz.
            With graphicsenabler=yes it load the installation but it does not see the hard drive.
            What can I do?

          • besweeet

            You might need to change some settings in your BIOS.

          • Cc2366

            I am a newbie. What kind of changes?
            The problem now is that it does not recognize the hard drive.
            Please help me (:

          • Cc2366

            Of couse i am itoucan

          • Jerry li

            make sure the hard drive you want to install on is formatted correctly

          • iToucan

            Yes, it is. If I boot with the iatkos l2 cd it correctly find my disk, what’s the problem?

          • Phsilver

            try to attach your monitor to another port (hdmi) (vga) (dvi) (vga with dvi adapter)

  • Iobau

    hi
    i installed osx 10.8 under vmware to make the usb install, everything it`s ok, but i cant make the usb disk to be seen in disk utility
    i see it in system info, but in disk ut measing

    i get no error message from vmware, in the right corner it`s connected ok

    what should i do?

    • besweeet

      I honestly don’t know.

  • Owen

    Brilliant. Thanks very much. Worked perfectly. Some very minor errors in the install procedure
    such as section 3 subsection 12 and 13 where you refer to “Mac OS X Install ESD” when it should be “Install Base”. (Just pointing it out).
    Nevertheless. The best install directions on the internet.
    Very much appreciated.

  • Maurice

    I have an i7-3930k processor (i believe its sandy bridge, 6 core.. 3.2ghz) and when i boot in verbose mode it tells me “RTC Only single memory bank 128 bytes”…

  • Maurice

    Sorry, i forgot to mention, after i get that message, the installer hangs and then my computer shuts off.

  • Dave Crosby

    Mountain Lion installed great. I get THIS error whenever trying to open: Mail, reminders, notes, FaceTime, and APP STORE wont open, it just opens and beachballs endlessly. Any ideas?? please! thank you :) need help!!!

    Process: Reminders [1057]
    Path: /Applications/Reminders.app/Contents/MacOS/Reminders
    Identifier: com.apple.reminders
    Version: 1.0 (70)
    Build Info: Reminders-70000000000000~14
    Code Type: X86-64 (Native)
    Parent Process: launchd [673]
    User ID: 502

    Date/Time: 2012-07-13 19:28:33.028 -0700
    OS Version: Mac OS X 10.8 (12A269)
    Report Version: 10

    Interval Since Last Report: 1385 sec
    Crashes Since Last Report: 95
    Per-App Crashes Since Last Report: 1
    Anonymous UUID: 4D322482-9EF8-4E84-A2BD-C04C0630432D

    Crashed Thread: 0 Dispatch queue: com.apple.main-thread

    Exception Type: EXC_BAD_INSTRUCTION (SIGILL)
    Exception Codes: 0×0000000000000001, 0×0000000000000000

    Application Specific Information:
    Sandbox creation failed: failed to compile sandbox profile:

    • besweeet

      A Google search of the last line came up with some answers that should help.

  • Dnld2006

    Every time showing “Resource busy” while trying to install the OS to usb flash drive as described here.

    Please guide me where I am committing the mistake.

    • Maurice

      you have to set the destination to the PARTITION of your flash drive, not the actual brand name of the flash drive. I made the same mistake :)

      • Dnld2006

        Thanks Maurice I will start again as your advice.

        • Dnld2006

          I have done as you guided you Mr. Maurice. But unfortunately I could not boot properly. Chameleon return back to boot menu. Either my hardware is not compatible or I made mistake some place, most probably Chameleon CPU selection. My CPU is not listed so as my iATKOS showing it is “2.4 GHz Quad-Core Intel Xeon” So I selected SMBIOS where this frequency available. If I had made any mistake than please guide, if my hardware is not compatible please inform.

          My Hardware as follows:
          Intel Corporation D975XBX2
          Intel Core 2 Quad Q6600 @ 2.40GHz
          Corsair XMS2 DDR2 4GB
          Sparkle nVidia GE Force 8400GS 512MB DDR2
          WD 500GB HDD

          • besweeet

            Your hardware is compatible. SMBIOS selections don’t matter during boot.

  • Iobau

    Hi there
    I manage to make the usb disk but it wont boot from it. When computer starts, checks the usb but passes, like its not a boot-table

    • besweeet

      Are you sure you installed Chaneleon to your flash drive?

      • Iobau

        Iap. Now i try again the whole process. Maybe i passed somth.

        I didnt understand exactly in disk utility with guid, mbr in option. The usb disk must be guid?

        • besweeet

          It has to be MBR.

          • IoBau

            That is the problem. How do i make mbr?

          • besweeet

            In Disk Utility under the Options button when you format it.

  • http://www.facebook.com/profile.php?id=100001785519744 Clemens Kau

    hey, i followed all your steps, but when I am in the Installation screen after booting from flash drive and click on customize, there are no entrys…it´s blank..i´ve chosen “german” as install language could it be that this cause problems? in the next step the setup told me that necassary system software is missing and then the installation fails

    • besweeet

      It’s supposed to be blank. Try choosing English for now and seeing if it all works. It not, then post your entire installer log.

      • http://www.facebook.com/profile.php?id=100001785519744 Clemens Kau

        Same Problem here :( how can i post the installer log?

      • http://www.facebook.com/profile.php?id=100001785519744 Clemens Kau

        same problem here..how can I post my installer log?

  • Pratik

    I followed your guide and i can boot to install screen where we we select languages, but even thought the mouse moves around the clicks are not registered and neither is the keyboard working… any idea why??

  • http://www.inotes.ro/ Nelutu

    hi ! I get this panic after running chameleon… any help would be greatly appreciated :)
    http://download.dreamland.ro/mac.jpg

    • besweeet

      Have you tried Googling some of the lines?

      • http://www.inotes.ro/ Nelutu

        Yes, no luck so far…

  • http://www.facebook.com/zpraveen Praveen Prasad

    stuck at apple logo at boot.

  • http://www.facebook.com/evolution.ssspeeed Evolution Speed

    first boot on acer aspire 5750g!i5,4(8)gb ram ,video intel+geforce gt 540m get this panic:

  • http://www.facebook.com/evolution.ssspeeed Evolution Speed
    • besweeet

      After doing a quick Google search, something that you could’ve done yourself, a quick fix could be by booting with -s and running the following commands:
      /sbin/mount -uw /
      rm -rf /System/Library/Extensions/AppleTyMCEDriver.kext
      reboot

      Then boot with -f -v.

  • http://profile.yahoo.com/LLRWVLKUTNTM77CO5XUJXGR5XI Akshit Baunthiyal

    Hackintosh for Lion didn’t work on my PC. I could install it, but not use it properly.
    Problems included bad sound output, resolution of display, wi-fi, ethernet and bluetooth not working, function keys working but no output (for example, the computer showed the volume was changing but it actually did not) and other problems.
    My laptop specs – Dell Inspiron 15R (N5010)
    Intel core i5 M480 ~2.67 GHz
    4GB DDR3 RAM
    ATI Mobility Radeon HD 550v (1GB)
    Toshiba 500GB HDD
    LCD resolution 1366×768

    • besweeet

      Sounds normal. Time to go driver hunting!

      • http://profile.yahoo.com/LLRWVLKUTNTM77CO5XUJXGR5XI Akshit Baunthiyal

        Hahahaha!! Sure.
        Thanks.
        Can you post a few links as to where I can find the kexts and stuff??

  • Pinguinfalador

    help me igot ”mach 0 file has bad magic number” i’m using am external hd insted of a usb flash, any problem by doing this?

  • Cicerov05

    What do you think people? I followed the instructions)
    /Users/lanselot/Desktop/IMG_2872.JPG

  • Cicerov05

    What do you think people? I followed the instructions)

  • Cicerov05

    What’s up?

    • besweeet

      Huh?

  • Blake Sander

    Hi, nice guide you got there. I just have a problem with the installation, once I type -v in the boot menu in order to install OSX ML in my PC, after a bunch of lines I get a “PCI Configuration begin” message and the laptop freezes at that time. If I don’t type the “-v” command, I get to the Macintosh logo and the laptop freezes. I searched and tried some boot flags like npci=0×3000 and PCIRootUID=0 but I still can’t pass the Macintosh logo screen.

    My specs are:
    Sony Vaio VPCF115FM/B
    Intel Core i7 Q720 1.6 GHz
    6GB DDR3 RAM
    Nvidia GeForce GT 330M

    Any help would be appreciated. Thanks

    • besweeet

      Did you try npci=0×2000 specifically? That’s usually the one that fixes it. If so, then I’m honestly not sure.

  • MNSiw

    Lion 10.7.4 working fine on Core i3, 4GB RAM, Intel DH61WW, ALC892 and GeForce 8400 GS, installed Mountain Lion DP1 on separate partition, worked well, but when I install Mountain Lion GM after install on first boot it freeze after ‘[IOBluetoothHCIController] [start] — Completed’ it boot into Safe Mode (-x), off course without any kext (sound / graphic) loaded :-(

    • Boris

      I am having the same problem on an Optiplex 780. Did you find a solution?

  • Sas_psyche

    I just wanted to thank you for your tutorials. I used the first one you had and installed the DP 10.8 and after shuffling the kext files for audio, keyboard etc. it worked beautifully. Now, I have the GM installed and I didn’t have to do anything but copy the kext files in and aoila! It really is nice. I’ve been using 10.8 all this time since your first tutorial, and I just felt I should thank you for your easy to follow tutorials. Thanks again!!!!

  • http://www.facebook.com/FuurioBR Julio Cesar

    Works with AMD Phenon x6?

    • besweeet

      There’s no AMD kernel for 10.8 at this time.

  • Pingback: [ Mac ] 黑金塔山獅戰記、暨 Apple LED Cinema 27″ 測試 | 不及十 – 藍狐的狐言亂語

  • http://www.facebook.com/christiandelgado1987 Christian Delgado

    I am running the following:

    * ASUS P8Z68 Deluxe LGA 1155 Intel Z68 SATA 6Gb/s USB 3.0 ATX Intel Motherboard with UEFI BIOS

    * Intel Core i7-2600K Sandy Bridge 3.4GHz (3.8GHz Turbo Boost) LGA 1155 95W Quad-Core Desktop Processor Intel HD Graphics 3000 BX80623172600K

    * Galaxy 60XGH3HS3CUD GeForce GTX 465 (Fermi) 1GB 256-bit DDR5 PCI Express 2.0 x16 HDCP Ready SLI Support Video Card

    * G.SKILL Ripjaws Series (3X 4GB) 240-Pin DDR3 SDRAM DDR3 1333 (PC3-10666)

    * Corsair Enthusiast Series CMPSU-650TX 650W ATX12V / EPS12V SLI Ready 80 PLus Certified Active PFC Compatible with Core i7 Power Supply.

    I managed to do this tutorial and run 10.8 on it. However, with the following hiccups which I hope to find a solution. I’m a bit newbie so any help would be greatly appreciated. Thanks.

    1. In order for it to boot properly with no restarts I have to type “GraphicsEnabler=yes -v” otherwise it always restarts.

    2. Sound, Ethernet, USB 3.0 Ports are not working, how can I get the drivers for these devices ? Where do I start ? Please any help would be greatly appreciated. Thank you.

    • besweeet

      1. Go to /Extra, and open up org.chameleon.Boot.plist, and add GraphicsEnabler=yes -v under the KernelFlags string. There are many tutorials on this.

      2. Your audio codec is ALC889. Your first LAN chipset is the Intel 82579, and second LAN chipset is the Realtek 8111E. I recommend using the second LAN port (the one that uses the Realtek chipset). Check your BIOS for more info.

      To get this working, download MultiBeast 4.6.1 from tonymacx86.com to install the USB 3.0 drivers (Drivers & Bootloaders > Kexts & Enablers > Miscellaneous > NEC/Renesas USB 3.0), Ethernet (…> Network > Lnx2Mac’s RealtekRTL81xx) drivers, and audio (…> Audio > Non-DSDT HDAEnabler (check ALC889) and > Patched AppleHDA > ALC889).

      • http://www.facebook.com/christiandelgado1987 Christian Delgado

        Thank you so much. I will try it out as soon as I get home. Thanks.

  • Igotmauionmymind

    i’m running a gigabyte ga-g31m-es2l with an intel dual
    core e8400 and an nvidia 9800gt. i have lion setup running just fine and am trying this tutorial for mountain lion, but when inget to the point of bootig from my usb stick, the computer runs a bunch of code and then everytime after saying something about bluetooth something-or-other my monitor clicks off but the computer is still
    on. then when i hard reset it, i get a post error and have to restore my bios settings from a saved profile. i am booting with -v -x GraphicsEnabler=Yes
    please help

  • Pingback: This version of Mac OS X 10.7 cannot be installed on this computer.

  • Abdull1996

    Is it going to work on mountain lion final, the one released today, downloaded from the mac app store? or does it work only on the DP?
    Btw, thanks a million for this awesome tutorial

    • besweeet

      You should browse the site a little bit. If you did, you would’ve seen our GM tutorial.

  • Tonicwax

    Graphics Enabler doesn’t affect dead screen after verbose Jargon. Any ideas

  • Vforverboso

    Hi!Very intresting, but how can i do if i want only osX on my pc? Without windows i mean

    • besweeet

      Only use one partition on your destination drive.

  • Blackout4

    need help i want osx on my laptop but when i start from my usb-stick wit -v this comes and -x or GraphicsEnabler=Yes make the startup crash even earlier

    • Tonicwax

      Ditto here. Running AMD TURION 64×2

      • besweeet

        AMD isn’t supported in any way shape or form at this time. No kernel.

      • Blackout4

        if it helps my system is build like this :
        CPU Typ Mobile QuadCore Intel Core i7-2630QM, 2600 MHz (26 x 100)
        Motherboard Chipsatz Intel Cougar Point HM65, Intel Sandy Bridge
        Graphic Intel(R) HD Graphics 3000 (2108 MB)
        Graphic NVIDIA GeForce GT 555M (2048 MB)
        Sound Realtek ALC269 @ Intel Cougar Point PCH – High Definition Audio Controller [B-3]
        Network Intel(R) Centrino(R) Wireless-N 1030

        • besweeet

          You’ll need to boot with the following: busratio=20 -f -v If that doesn’t work, then add cpus=1 to the end.

          • Blackout4

            still the same…

          • besweeet

            How about all of those things with GraphicsEnabler=yes? If that doesn’t work, then there might be an issue with your BIOS settings.

          • Blackout4

            it crashes with graphicsenabler even earlier…

  • Jacknamosca

    Hi there….!
    much appreciated for this tutorial…
    but I’m having some troubles.

    first of all…..sorry about the crapy english

    I downloaded from AppStore today the Mac OS X Mountain Lion from my MacBook Pro that I own….So now I want to make my Desktop (that has no operating system at all) into a hackintosh

    but there’s something strange….those folders you mentioned doesn’t exist here

    FIRST
    on my flash drive, there is no /System/Installation folder……. inside System, there’s only Library, and inside that CoreServices
    but that’s ok, because the folder Packages is on the main window (root) of the flash drive
    so I deleted this one and “replaced” like you said

    SECOND
    I didn’t find any folder like this /System/Library/Extensions
    and no other Kext file inside anywhere on the flash drive
    so I created the folder

    THIRD
    there is nothing even close to
    System/Library/PrivateFrameworks/Install.framework/Frameworks/OSInstall.framework/Versions/A/
    And I couldn’t find anywhere a file named OSInstall….however, there is package named “Install OS X Mountain Lion” that have contents inside, where there is a file named “Install OS X Mountain Lion” inside a folder called MacOS and is the same type. Do I replace this one instead?

    FOURTH
    How can I know the appropriate SMBIOS for my specs?

    after all this problems, of course that the boot didn’t work….it freezes

    and actually I have a CD from apple that came with my macbook pro… is the Snow Leopard, but he freezes too in kernel panic

    if you could help

    • christodouluke

      Did you remember to show hidden files?

      • Jacknamosca

        yes

  • christodouluke

    I got the installer to boot but when I click install it says important system files are missing or whatever. If anyone thinks they can help I can provide more information if you need it.

  • Pingback: Gigabyte ga-z68xp-ud3 infinite reboot

  • Romanhorol

    u guess you wrong mate, but maybe its only with the DP version , cause at the installation DMG the packages are at the root directory , not at the system/library/packages . i will try it and let you know , thanks btw for your tutorial , will know in few minutes if it works

  • Jacknamosca

    hahahha I was doing it wrong
    installing rigjt now

    • Robert Hay

      What did you do right? What were you doing wrong?

      • Jacknamosca

        not sure…..probably something to do with the hidden files in the begining

  • Robert Hay

    OS Name Microsoft Windows 7 Home Premium
    Version 6.1.7601 Service Pack 1 Build 7601
    Other OS Description Not Available
    OS Manufacturer Microsoft Corporation
    System Name ROBERT-PC
    System Manufacturer TOSHIBA
    System Model Satellite L755
    System Type x64-based PC
    Processor Intel(R) Core(TM) i3-2350M CPU @ 2.30GHz, 2300 Mhz, 2 Core(s), 4 Logical Processor(s)
    BIOS Version/Date INSYDE 3.10, 2/10/2012
    SMBIOS Version 2.7
    Windows Directory C:Windows
    System Directory C:Windowssystem32
    Boot Device DeviceHarddiskVolume2
    Locale United States
    Hardware Abstraction Layer Version = “6.1.7601.17514″
    User Name Robert-PCRobert
    Time Zone Eastern Daylight Time
    Installed Physical Memory (RAM) 4.00 GB
    Total Physical Memory 3.95 GB
    Available Physical Memory 2.07 GB
    Total Virtual Memory 7.90 GB
    Available Virtual Memory 5.80 GB
    Page File Space 3.95 GB
    Page File C:pagefile.sys

    first boot it freeze after ‘[IOBluetoothHCIController] [start] — Completed’

    Any advice would be appreciated thank you!

  • Awesomerob15

    It says something about NTFS and the log not being clean I dont know what to do

    • azrulshah

      same like me here

  • AwesomeRob15

    I get frozen at that point and I don’t know what to do.

  • wikkedwun

    When I get to the install and I get to pick my partitioned drive, I can’t choose any of the drives because it says OS X can’t be installed on a NTFS drive. Your tutorial states to partition the drive in NTFS? How do I get the drive into a format that I can install OS X on my hard drive partition.

    • besweeet

      That was a preliminary step. It’s automatically formatted to HFS+ in the next ones.

  • azrulshah

    what to do with this? Always the “BootCacheControl: Unable to open /var/db/BootCache.playlist

  • Romanhorol

    okay so i am sitting maybe 8 hours or more in front of my screen and still can’t understand why i get this massage of , essential system software appears . how to fix this ? tried it with two different version i found on the web , and none of them worked.

    • besweeet

      An image or more details of the screen would be appreciated.

      • Romanhorol

        thanks mate, ill try again and if ill get this screen again i’ll upload a picture of it

        • Romanhorol

          i have a question about formatting my hard drive. i use 2 different HHD , one is 1TB and the other is 250 GB , in my 250 GB i have lion installed (iatkos l2) , the target HHD is the 1TB and i partitioning it for 3 slices. now usually this 1TB is my main mac osx lion , when the other partitions are my backup for apps and stuff. when i was first installed mac osx lion this HHD was formatted as Mac OS X Extended (Journaled) with guid option checked! in this tutorial you ask to format it to ntfs , but when installing you say nothing about if to change it to Mac OS X Extended (Journaled), so i assume it should stay NTFS. please give some more details about how to partition the usb and the HDD and with what option to each of them. i think this is where my fault is.

          • besweeet

            Your destination drive should be HFS+.

          • Romanhorol

            http://i1196.photobucket.com/albums/aa404/romanhorol/IMG_0002.jpg

            this is what i get , and i don’t understand HFS+ ? how can i format it to this format , not sure i understand , can i do it using my lion drive ?

          • Romanhorol

            oh , okay i know this , but for the hHD preparation you wrote NTFS using windows, i know that this action its only for make it discoverable , right ?

          • besweeet

            HFS+ = Mac OS X Extended (Journaled). Google could’ve answered your question.

    • http://www.facebook.com/bert.hellemans Bert Hellemans

      Hi there! I was just trying to install Mountain Lion when I bumped into the same error you’ve described above. Do you already have a solution to fix this? Thanks!

  • http://www.facebook.com/maximilian.krehl Maximilian Krehl

    Im getting this error http://tinypic.com/r/21eageh/6

    Please help me!

  • ProNithy

    Hey bro, thank you so much for your guide. I’ve followed the same and succesfully installed ML on my mackintosh.

    System Config”

    Gigabyte G41MT-S2P rev. 1.3
    Core 2 Duo E4500, 2.2 GHz
    4 GB RAM, Kingston

    everything is working normal after updating essential kexts

  • maxod

    Hi, I managed to get the installer to boot but when I click “Install” the bar moves for a few seconds, then freezes, then crashes with a massive error report. Tried using vanilla installer, but without OSInstall it won’t let me select my OS X partition. (NOT the mpkg, the modded mpkg caused the “essential files missing” error, so I reverted to vanilla)

    Does this require a blank partition? I’m trying to upgrade from Lion.

    • besweeet

      Needs to be clean.

      • maxod

        Is there any way to do an in-place upgrade? The ML installer won’t let me select my Lion disk to install to, and I have no room on my HD to create a new partition.

        • besweeet

          No. Backup your existing installation and start over.

    • Romanhorol

      max i also by passing this issue with the essential files missing, its called essential system software missing ! and yes after replacing it with the original one . its giving me this big crash issue telling me to restart my machine. also i think what the writer of this article didn’t mentioned is that the HDD must be partitioned to mac os x extended journaled , this is how you need to Format it , this is how it works with lion , but maybe just maybe i got it all wrong . ill try the NTFS method and then again the mac os x extended journaled. usually when installing lion by iatkos , it should be mac os x extended journaled format with GUID option from the option button , try it and let me please know , this tutorials is time consuming .

  • http://www.facebook.com/alexander.aur Alex Aur

    I eventually got this to work, but my DVD drive is not being detected in ML whereas it was detected fine in Lion. Is there a kext I need to install/remove or something? I’m using a Lite-on internal dvd drive from 2007.

    • http://www.facebook.com/alexander.aur Alex Aur

      In case it helps anyone else, I followed the steps exactly, but I got an “Install Failed” error when trying to install Mountain Lion. Following the author’s suggestion, I checked the log and one of the install packages was corrupt. I made the USB again following the steps again and it worked this time. The only problem I have now is the DVD drive not being detected under Hardware -> ATA.

  • Pmloikju

    Once in Chameleon, highlight your flash drive and add -v to the end, then push enter. You’ll see a lot of text fly by.

    My computer restart itself at this moment.

    It is possible to help me ?

    • Twistedindustries

      I am also experiencing this issue.

  • Romanhorol

    part 3 line 12: “When it’s finished, you’ll end up with 2 “Mac OS X Install ESD” drives on your desktop. Figure out which one is your USB copy (you can right-click > Get Info and use the capacity as an indicator), and open it up.”

    another correction ! you should end up with two Mac os x base system !

    man this article need some fixing , i’ll end up stupid as little monkey

    • besweeet

      It’s been fixed in our GM tutorial.

  • ninjawars

    hey brian i doing my own little research on this osinastall package right now and allready found to many miss match , but first check this video i uploaded for you , let me know what you think , i also found that the version point to 10.7 in the file you delivered and the other ones it point straight to 10. 8 , its few line down the road .

    http://www.youtube.com/watch?v=qhAPMBK3MWc

    • besweeet

      The video has been removed? But I honestly don’t know why people are having problems with it. It’s just the raw 10.8 OSInstall files that were slightly modified for MBR compatibility. It’s been working for most people, including myself. If it fails, then the user most likely has corrupt files or did not transfer all of the files from Packages as required.

  • http://www.themanningfam.com Brian Manning

    I’m running a Intel i7 3.2GHZ with 6GB of Ram and a Nvidia GTX470. I followed the instructions to a T above, and it boots, i chose my install USB and do -v. It gets to the attached screen, and them monitor goes blank and it goes into standby. The computer doesn’t restart, it just sits there. I’ve tried doing -v -x -f, and GraphicsEnabler=Yes and still get the same results. If i just press enter at the selection screen it will show the Gray Apple Boot, and Spinning wheel, but then my monitor will go to standby again. HELP!!!! @besweet, i tweeted you too! Thanks for the help!

    • besweeet

      Try: -f -v cpus=1

      • Brian Manning

        No luck :( and this computer doesn’t have a built in graphics card.

    • Moore76sc

      I had the same problem with my Nvidia GTX 560 and I just pulled it out and booted with the onboard video and that fixed the problem.

      • besweeet

        You have a GTX 560 and it didn’t work with GraphicsEnabler=yes? Should’ve worked fine via DVI or at least mine did.

  • Moore76sc

    I’m able to get to the install window but my keyboard and mouse don’t work and can’t start the install. I then tried to use a usb bluetooth adapter to connect my bluetooth keyboard and it popped up to connect but would not do so.
    Ivy Bridge i5
    Asus P8Z77-V
    16Gb ram

    • Moore76sc

      This is the end of the lines before it boots into the installer.

      • Moore76sc

        **

  • FOX

    no patched dsdt needed anymore?

    • besweeet

      Depends on your hardware.

  • jahuu

    Hello! I have a problem with installing MAC OS 10.8…
    I tried booting with -v – freezes the screen with many lines written on it, GraphicsEnabler=No – did not work either. But it worked with -x and GraphicsEnabler=Yes. It goes to gray Apple screen, loads it quickly and than to language screen. But this is what I get when i select language (image provided).

    **In written guide, you did not mention anything about GUI/MBR, so I just went to “Erase” and checked my USB after that and it was set to GUI (MAC default, not MBR). Maybe it has a lot to do with MBR (which can be created if I would use Partition tab and there select MBR instead of using Erase tab)**

    Can anyone help?

    And, in addition: I followed the guide completely, did everything as it says to prepare USB. I have made it on my friend’s MacBook Pro with (legal) 10.6.x Snow Leopard…
    My PC configuration is (if it could be helpful):
    i5-3450
    nVidia GT-430
    MB: GA-H61M-S2PV

    • besweeet

      Doesn’t matter.

    • http://profiles.google.com/ev.martinson Eugene Martinson

      I’ve got similar message )

    • http://www.facebook.com/madboy.maduka Maduka MadBoy Silva

      hi i had the same problem but when i checked the logs it says installation problems failed this is a mistake that i made when installing chamelon in SMBIOS due to the fact that i picked a old mac computer that mountain lion does not support anymore. I recommend trying agin and choosing a newer mac

  • Kay Lucas

    Hi,

    I’m getting the error shown on the image below when booting the release version of Mountain Lion. Using -x, -v and graphicsenabler = yes/no didn’t solve the issue for me. Hopefully you can help me so I can run the latest version of OS X on my system. Thanks in advance!

    My system:
    Gigabyte x58a-ud7
    Intel i7 930 CPU
    12GB ram (6×2)
    Ati Radeon 6870 (Sapphire branded, it’s the standard version)

    • Kay Lucas

      It didn’t upload the image the first time, here it is:

  • http://www.facebook.com/anthony.paul.58726 Anthony Paul

    I’ve follow this tutorial and I guess I did it well (preparing USB) By the way, thanks for this helpful tutorial :)
    But i got a kernel panic when I try to install ML (see pictures below)

    My rig:
    Asus P5QD Turbo
    Intel Core 2 Quad Q9550
    6Gb of Ram
    Asus GTX 680 Direct CU2 OC

    Thanks for your help :)

  • Corbetdean

    I can’t seem to get to the installer. It shows all of the text then keeps repeating “Still waiting for root device”. Thoughts?

  • Jam181280

    Hello !
    Can anybody help me please ?

    Here my configuration :
    Acer Aspire 5742G
    2,53 GHz
    Nvidia GT 540 M – GeForce Optimus

    I try since 1 week with more and more config but no succes..
    My screen freez when I boot OSX …

    Thank you for the answers..

    • besweeet

      Most likely an issue with the GPU. Lots of resources on troubleshooting this.

      • Jam181280

        Thank you for the answer… I tried more and more config and no results… Anyone can help me with my config ?
        I try to make my DSDT cause I don’t find it to the the web, but I don’t know a lot about.
        ( sorry for my bad langage, I’m French :) )
        If I made a success, I inform you

        • besweeet

          DSDT files aren’t usually necessary. I’m not sure how to help.

          • Jam181280

            Yes maybe, but I search all solutions to start OS X…
            I have make my DSDT file and now I have a kernel panic…
            Do you have an idea to help me besweeet ?

          • besweeet

            Post the kernel panic.

          • Jam181280

            Here you are. This not the kernel panic, ’cause now I have this…

          • Jam181280

            Screen

          • Jam181280

            Ok ! That’s good, my OSX run well !! I have deleted GraphicsIntel.kexts. Now I have to find Kexts to have network and sound.
            Bye !!

  • http://www.facebook.com/profile.php?id=100002372961190 Sami Ben Nasri

    Please Help!! I cant install!!!
    My System
    8Gb DDR2 Corsair
    Intel Q6600
    GA-P35-DS4
    Gigabyte Geforce 470 GTX

  • http://www.facebook.com/profile.php?id=100002372961190 Sami Ben Nasri

    Please Help!! I cant install!!!
    My System
    8Gb DDR2 Corsair
    Intel Q6600
    GA-P35-DS4
    Gigabyte Geforce 470 GTX

  • http://www.facebook.com/profile.php?id=100002372961190 Sami Ben Nasri

    Please Help!! I cant install!!!
    My System
    8Gb DDR2 Corsair
    Intel Q6600
    GA-P35-DS4
    Gigabyte Geforce 470 GTX

    • Jam181280

      test with boot: -s

    • http://www.facebook.com/ras.mastav Mastav Emeste

      Propably you have not got installed nullcpupowermanagement.kext. Anyway instead of nullcpupowermanagement.kext you can install VoodooPState.kext.

      And delete SleepEnabler.kext.

      If you can’t login to system try boot from rBoot disk (you can burn that cd on windows too).

    • http://www.themanningfam.com Brian Manning

      Did -s work? I have pretty much the same system setup, and it gets to the Apple Logo and then reboots the system… i never get to the installer. I figured it was the video card

    • RoHackintosh
  • smurf

    since 1.7 the geforece 9800GT shows graphic errors :(

  • Hari Veturi

    Do I need to have a mac OSX? Because, I don’t know how to install chameleon package as it is in a different format! Is it possible on windows?

    • besweeet

      You obviously didn’t read a single word from the post…

      • Hari Veturi

        What if I say I did? :)

        • besweeet

          Then you’d be lying.

          • Hari Veturi

            Lets just put it this way, I didn’t read this part (skipped it) considering that it isn’t important :)
            “A copy of Mac OS X – This can be in the form of an existing hackintosh”
            because I already messed up my pc trying to install it (by erasing windows 7) so I just went to that part of the tutorial which I needed the most. Hence the skip :D Anyway I installed Snow Leopard now! I can peacefully install chameleon :P

  • Pingback: White screen on boot

  • David.Soheil

    hi
    I have win 7 installed on my PC and want to dual boot it with ML. is it possible? could you guide me through?

    • besweeet

      Make a new partition on your drive and then follow this tutorial.

      • David.Soheil

        sure nothing is going to happen to win 7 boot?( cuz I did it once and win7 boot was gone!)

        • besweeet

          Positive. But as an obvious precaution, always back your stuff up.

        • Mohamed3ali

          in the worst case you will lose mbr, you will have to boot with seven dvd -> either repaire it using assistant or get to commade console and type :
          bootrec /fixmbr
          bootres /fixboot
          and reboot, your seven should boot automaticly

      • David.Soheil

        This new partition needs to be primarily, logical or what?!

        • besweeet

          Learn to use Google.

  • marc

    Thank you for this Tutorial.
    When i get to the point, to specify the drive where MacOS should be installed, I can only choose the USB drive. In Disk Utility there is no other drive shown as my USB drive. I tried to format my hard disk to different formats and also kept it unformatted, but nothing seems to work, there´s still no hard disk to choose. Any help on this? Thank you in advance.

    • Marc

      … got it. In bios the SATA Mode was set as IDE, changed it to AHCI, now it works.

  • http://twitter.com/YouthSoundR Isaac

    Please help, I managed to install ML runs perfectly. I followed the steps to install Chameleon directly to the hard drive partition, but when I remove the drive I used to install ML with I get a kernel panic or the system will just stay at the apple logo. Will the system only boot with the installation drive plugged in at all times?

  • tiger2wander

    Hi there, anyone tried with GPT partition?

    • besweeet

      Yes. You can, too.

      • tiger2wander

        Did you try it and is it work well? If I think well then there is no need to overwrite OSInstall as is using only for MBR partition.

        My last config is: Acer Aspire 4750 with Core i5 SandyBridge, 500GB of HDD partitioned to several primary partition and used GPT partition. I have Windows 8 and Arch Linux installed on HDD and using Grub2 UEFI boot loader.

        I also tried to use `dd` command to create a bootable partition from DVD Mac OS X Lion setup disk (iATKOS L2). It’s booted for a while then got kernel panic before reach the setup welcome screen.

  • Koratmission

    it freezes on the [PCI configuration begin]

    • besweeet

      Have you tried Googling that line? Several potential fixes.

  • Hinnerk

    After selecting the partition where OS X should be installed, en error appears “OS X install data is incomplete. The following required components were not found on any Disc: Essential System Software”
    Any hint on this? I double checked it and all files are where they should be on my usb device.
    Many thanx in advance!

    • besweeet

      This has been asked and answered many times. Learn to search.

      • http://twitter.com/s0hel Sohel Katchi

        you’re a jackass. why not just answer the question?

        • besweeet

          You can answer that question yourself ;) .

    • http://twitter.com/s0hel Sohel Katchi

      hey, did you ever figure this out? I am running into the same problem. Double checked my files, Essentials.pkg is under System/Installation/Packages (made sure it was not a symbolic link)

  • MonsterDriv

    hey, every time i boot i get kernel panic but when i type cpus=1 i get no panic at all
    my camera’s broke so i’ll have to send you photos later

  • michzed

    hi, the pc will not start the installation setup, it always freezes after [IOBluetoothHCIController][start]– completed

  • David.Soheil

    Hi
    My CPU is Intel g620. is it ok with ML?!!

    • besweeet

      Instead of asking questions, go ahead and experiment by trying it out.

      • David.Soheil

        I want to by a new HDD and try it out. But before that I need to make sure that my CPU is supported. Now is it?

        • besweeet

          Well, I could give you the simple answer, or you can take a few minutes to do some research, aka Googling.

  • MonsterDriv

    my problems when i am booting the disk!

  • Pingback: Need Help with IATKOS L2 - Page 2

  • http://www.facebook.com/profile.php?id=100002229255433 Vijay Adam Tripathi

    how long is it supposed 2 take for the installer to load. it has been stuck on the apple sign with the circle for 11 hrs

    • besweeet

      Should take less than a minute for most people.

  • João Batista Custódio Moreira

    Sorry for my question, but where do I find the Mac OS X?

    • besweeet

      Google.

  • http://twitter.com/martiniturbide Martin Iturbide

    About “Part 1 – Preparing your SSD or HDD”. Does it has to be a primary partition or a logical partition where you are going to install Mac OS X? does it mater?. Also, does it matter where is the partition located on the HDD. Can it be in the end?

    • besweeet

      Has to be a primary partition. Location doesn’t matter.

  • Mvran

    i was watching your tutorial, and i am new to hackintosh, and i made the usb, it booted perfectly, in a flash, now to the problem, After the boot, my keyboard and mouse stop working. any hints?

    • Mvran

      just point me in a direction and ill figure it out. Thanks

      • besweeet

        Would help to know whether or not you’re using a PS/2 or USB KB/mouse.

        • Mvran

          USB KB/mouse,

  • Jason Beautis

    tight vid, props

  • 旭 黃

    Please help! My Fujisu s6520 no integrated graphics acceleratedby s3 chrome

  • 旭 黃

    Photo

  • 旭 黃

    The photo

  • João Batista Custódio Moreira

    I have a Dell Inspiron notebook N5010 i5 M460. My video is not legal and neither the sound works. How to proceed? Thanks.

  • sos007

    I have 4 partitions in my HDD (1 primary and 3 logical). Now I should shrink the primary one in order to make a partition for mac?!! or I can shrink logical ones as well?!

  • sos007

    to correct my question, I meant that I should shrink volume from primary partition only or I can shrink it from logical partition as well?!

    • besweeet

      Why ask questions when you can just try it?

  • http://twitter.com/tiphedor Martin STEFFEN

    Hi,
    Thanks for the tutoriel, but in the InstallESD.dmg file, there is no System/Installation folder …
    Is it normal, or is my .dmg corrupted or something ?
    Thanks.

  • Joao

    Kexts for Inspiron N5010? Have googled but can not find on google. If you can help, thank you..

    • besweeet

      You need to first figure out which hardware works and what doesn’t…

  • joris

    i cant seem to get the audio working… alc892. I have tried literally everything. Any help?

    • besweeet

      Everything for ALC892 is in MultiBeast.

  • Kamran

    the pc will not start setup, always freezes at:
    [IOBluetoothHCIController][start]– completed

    Many other people are also having this probled. Please Help

  • Joris

    so i maid a new partition under windows 7, formatted, then did all the other steps. so now when i boot from the usb to install mac, disk utility wont let me format the new partition. under info, it says “can be formatted:no”
    any ideas why?
    thanks

    • Joris

      made*

  • Daniel

    Can you give me Kext wifi on Intel HD4000, my computer is Dell Audi A4. Core i5 2.5hz, NVIDIA 1G 630, 4gb Ram. Thanks so much

  • Pingback: Unibeast 1.5 Not Copying Data to USB Drive? - Page 2

  • Alex

    I have P-State-Stepper Error at 18…

  • Tomer

    when ever i boot regularly it says you need to restart your c0mputer as soon as i get past the apple logo when i do -v this is what i get. any suggestions??

    system specs:
    HP Pavillion dv6 notebook pc
    Processor: intel core 17-2760qm cpu@ 2.4 ghz
    memory: 8 gigs ddr3 ram
    display chip type: inter hd graphics 3000
    graphics card: AMD Radeon HD 6700M Series

  • Al3loo

    First thanks for this great tutorial, I got problem after I boot to the USB and i do -v, just nothing happened, it show a line saying reading HFS+ … then it goes back to the same menu with and list. I hope you can help me.

    • besweeet

      Please post a picture of your boot selection screen.

      • Al3loo

        Here are the pictures,

        • besweeet

          You might need to find the bus ratio for your processor over at Intel’s website, and boot with: -v busratio=X, replacing X with your bus ratio (example: 22).

          • Al3loo

            I’ve tried that but still the same. my processor is Core2Quad Q6600, I put the busratio=9 as intel’s website says.

          • besweeet

            Unfortunately, I have no other ideas.

  • Blakmumba

    Hi, just after the ‘-v enter’ & all the text flies down, once completed I get no display (hdmi gtx 480). Keyboard etc are still on? Any ideas?.

    • Blakmumba

      Got it working.
      Before typing ‘-v’, inserted ‘GraphicsEnabler=YES’.

  • http://www.facebook.com/madboy.maduka Maduka MadBoy Silva

    btw when i said try again i meant doing it again from Part 2 of the installation

  • FLP
  • Robcazin

    I took the time faithfully repro these steps twice and got the same results. Does anyone know what may be happening?

  • Katehoang

    this is my image, how can i fix it, plz!. This is the last line “System uptime in nanosecond: 57811583349″

    • Katehoang36

      image

  • DellN5010

    I tried this and the installation was successful I followed the steps up to 5 but I don’t know how to get to chamelon when I boot it it went to the installation I installed it now how can I gain access to the installed copy of OS and copy the files as mentioned in Part 7 my system is Dell Inspiron N5010 Core i5 $ GB.

  • Lukas

    Hello, can anyone help me with this? In part 5 in booting my pc freeze… And on screen is:
    BootCacheControl: unable to open /var/db/BootCache.playlist: 2 No such file or directory.
    And then many errors like this:
    NTFS-fs error (device /dev/disk0s2, pid 298): ntfs_attr_find – and this parametr is changed in 8 lines… Can anyone help me, please?

  • Ichalker

    Thanks for your tutorial. I made up usb and installed ML. However I was unable to customize the installation because the menu was a blank screen. Consequently the lan and audio are not working whereas everything else if OK. Any suggestions where I can fix whatever I have omitted to do?

  • Ichalker

    Hi,
    Can anybody tell me the name and location of the file that displays as a list of options when installing OS-X?

  • http://www.facebook.com/theego Diego TheEgo Fernández

    can’t get it to install. When i try to install 10.8 it loads all the kexts and then reboot itself… the last thing i could see was something about npic=0×3000 and PciRootUID=1… i tryed doing it with Unibeast too… tried a lot of Flags and nothing…

    i have a previous instalation of 10.6 on another HD which is unplugged of the pc.
    the specs are ECS p45t-a motherboard witha C2Q q6600 processsor and geforce 210. 6GB of ram.

    thanks

  • Nixaster

    After I try boot from USB with -v option, computer restarts. What can i do?

    • Aldomaniacr

      i got the same error

  • Dick Willems

    Hello, I got a panic, see photo, can annybody help me ?
    Thanks

  • slb

    Hay, i really run mac os on PC. But my sound not working. Mainboard Asus p5kpl-am. You can help me ? how to enable sound,

    • besweeet

      Looks like you’ll need drivers for the ALC 662 codec.

      • slb

        Oh, thanks for answer, i had tried ALC 662 codec but not work for me.I checked asus motherboard , my pc used “VIA VT1708B 8″ for sound. I download more codec and used VoodooHDA but old version, not work. I tried again with VoodooHDA 2.7.4, yead sound enable and working perfect. I had upgrade to 10.8.2 version. Good Job !!!

        You tutorial very best for me, newbie first time used hackintosh ….

  • Johan

    I have an i7-3770 CPU @ 3,4GHz in the PC which doesn’t match any of the CPU’s found in Chameleon. The picture shows where the boot sequence stopped.

    Johan

    • besweeet

      Is your SATA setting in your BIOS set to AHCI?

      • Johan

        No it’s set to IDE

        • besweeet

          Then there’s your problem.

  • Pingback: GA-Z68X-UD3H-B3 Stuck @ System uptime in nanoseconds: - Page 3

  • Romanhorol

    in few days or hours IATKOS will release their finnal ML2 Edition for pc’s (Mountain Lion 10.8.2), including Auto detection for most of the ALC*8XX card , networking . just like their page sit down relax and wait , it will support only intel CPUS and also support laptops. their REAL FB page is https://www.facebook.com/iATKOS.project?fref=ts , and there you will have also links to their website and REAL forum . and the BOLT REAL is because there are some stupid people who using their name .

    • besweeet

      Awesome!

  • Christian

    hey,im new to all this hackintosh and OSX86 things, And I discovered about OSX86, But I dont know If my laptop could run it, a Have a Toshiba Satellite l755 with 4gigs of Ram and 500Gigs of hard disk,intel i3-2310m,Dual Core with a 2.10 GHz cpu,and Intel HD graphics 3000, and I would Like to know If I could Run it..

    • besweeet

      I could give you the answer, but that’s no fun! Give it a go, and you might be surprised.

      • Christian

        hahah thanks,atleast you answered!, but I think Im gonna go first with a Vmw then If I like it I would dual boot it with windows 7 (Is it Possible?)

        • besweeet

          Yes, that’s possible.

  • Thincamel

    hi friend, my computer HP 6540 . after USB boot and a lot of text fly by, GUI only flashed, last GUI only character “J”

    • besweeet

      Please see the note at the top.

      • Thincamel

        tks a lot

  • ChrisDeSa

    man I need your help,Im thinking of dualboot my preinstalled windows 7 with iAtkos ML2,but the prob is that I want to keep my windows 7 without formating it, so is there a way to dual boot iAtkos without harming or formating my already installed windows 7?

    • besweeet

      Google: Disk Management for Windows 7

  • ChrisDeSa

    hi, ive been trying to install iatkos ml2 to my toshiba, and im able to get chameleon to boot,but when I select iatkos (my usb) I get a certain kinds of errors, I select iatkos then I get a text: kernel_patcher .c534: patching 64bits xnu kernel and 3 rows of number then its does nothing and it reboots, and it repeats over and over again, so if you could help me I would apreciate it.

    ps: sorry for the bad english im from dominican republic

    • besweeet

      Please take some photos of the text and post them here.

      • ChrisDeSa

        I will do it as soon as possible!

  • Ashraf_onlinenow

    Successfully installed iatakos ml2 on HP Pavilion g6-1143ex but network Does not work or Wireless ashraf_onlinenow@yahoo.com

    • besweeet

      If there aren’t any drivers for your Wi-Fi card, then you can use Ethernet or get a different card.

      • Ashraf_onlinenow

        my wi-fi card Broadcom 4313gn kexts
        Ethernet Realtek RTL 8139/810x also not work

  • JackK

    Hi its a great guide but i have some questions:

    1. Can i do it with windows 7 installed on hard drive.
    2.Can it by any copy of Moutin Lion found on the torrents??
    3. Will it work on this specyfications:
    -Core 2 Duo E7400 2.8
    -3GB Ram
    -nVidia 250 GTS
    -ASUS P5KPL-CM
    d

    • besweeet

      1. Yes, 2. Not always; look up iATKOS for ML; 3. Looks like it will.

  • JackK

    I have one more question. Is there any way to do it without mac?? i mean USB thing? Maybe there is some torrent with complete image of this

    • besweeet

      No. Grab a dual-layer DVD or use a Mac OS X virtual machine if you want to prepare a USB drive.

      • JackK

        But it wont work on Virtual machine coz i dont have hardware virtualization. So there is noithing i can do??

        • besweeet

          Well, in that case, your PC seems pretty old, so Mac OS X won’t work well anyway.

          • JackK

            Thx for answer. Well it was not answer for my q but still thx.

            BTW its kind of funny that in my post while a go you said:
            3. Looks like it will.
            and now you just throw me this answer just to leave you alone :D

          • besweeet

            I didn’t know that some models of the Core 2 Duo doesn’t have hardware virtualization. I also can’t keep track of everyone who submits a comment on my site, as I get dozens and dozens per day, so it’s not that I don’t want to help you, it’s that I can’t keep track of every single person’s setup.

          • JackK

            Yeah you are right. Im sorry.

            BTW maybe this will help you – from what i know u dont need hardware virtuazliation to do hackintosh. You only need it to put virtual machine.

            As for intel yeah thats funny on wikipedia there is info that some of E7400 have and some not.

            Keep up the good work mate and sorry again.

  • naved777

    Will it work in a AMD based system ?
    in this case a Phenom ii X6 1090T

    • besweeet

      No.

  • Mac

    hi, i did all the steps but i cant get chameleon to boot. it just boots into Windows. i need help.
    tnx in advance

    • besweeet

      Sounds like you’ll need to change the “active” partition.

      • Mac

        i dont get what you mean. i get this screen trying to boot into chameleon:

        • besweeet

          It looks like your BIOS is trying to boot from your network card instead of your internal storage drive(s).

  • Wileytech

    i keep getting this when i use iATKOS, it will show the menu, and when i select the USN this appears:
    kernel_patcher.c[534]: Patching 64bit XNU

    afterwards it quickly reboots and it happens again

    • WIleytech

      USB*

    • besweeet

      Knowing your specs would be helpful.

  • codeordie78

    Chameleon installation do not work on Leopard… :(

  • Kimzi

    I have the same cpu as u have in this tut.,same amount of ram(but @800mhz in SL 10.6.7),but 6770m & HD3000 as gfx.I am able to boot into the installer,but my screen won’t turn on..Have had the same prob. when trying to install Lion,but now i am trying to do it with ML,but get the same thing,screen wont turn on..tried with bootflags -v cpus=1(get a KP when not using cpus=1)and GraphicsEnabler=No…any suggetions what may be wrong?

    • Kimzi

      My laptop is a HP DV7 6059EO

    • besweeet

      What if you do GraphicsEnabler=yes or -x? Internal displays tend to have issues. Try connecting an external one if you can.

  • Şeyhmus ÇİFTÇİ

    hi please help me im booting on dvd mountain lion successfully but disk utility can’t see my hdd. my hdd working is fine because I can run ubuntu and windows 7

    hdd : samsung s-ata 500gb

    Im using laptop : samsung – np300e5z – s01

  • Yik Amz

    missing mbr-helper? :(

    my specs
    asus p8z68vle
    intel core i7 2600k
    gskill 1600 2x4GB
    palit gtx 650ti
    corsair force GT 120GB

    i use this : http://tinyurl.com/ankbquj

  • Yik Amz

    okay, i burnt/wrote it again in USB flash drive using transmac in windows. no more missing mbr-helper but no boot appears. only the blinking _ (underscore) appears.

    is there a problem with my iATKOS ML2? :(

    • besweeet

      You’ll want to make the USB drive in Mac OS X’s Disk Utility via a VM.

  • Yik Amz

    does this (mac) supports 1600mhz mem sticks? :) just wondering…

  • Baluyot Robert

    error still waiting for root device please help

  • http://www.facebook.com/sergio92tiger Sergio Garcia Garcia

    First, thank you very much for this tutorial.

    Now, i need some advice: After doing Part 5 Step 2 I get this:

    Thanks!!