Archive for
September 2012
Fix “Still waiting for root device” on OS X 10.8 ML

This error manifests itself on OS X 10.8 Mountain Lion only if you boot your Hackintosh with UseKernelCache=Yes, as booting with “-f” results in a normal boot sequence.
The reason is believed to be due to a timing change Apple has introduced in the IOAHCIBlockStorage.kext, results in a bug on Hackintosh builds: the system enumerates the disk partitions too fast and the boot partition gets skipped. The fix involves patching the IOAHCIBlockStorage.kext and adding a slight delay that allows enough time for disk enumeration.
The shell script patcher is available from the author’s Dropbox, but if you prefer to do everything by hand yourself, here is the list of the commands:
cd /System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorage.kext/Contents/MacOS
sudo mv IOAHCIBlockStorage IOAHCIBlockStorage.orig
sudo cp IOAHCIBlockStorage.orig IOAHCIBlockStorage
sudo /usr/bin/perl -pi -e 's|\xeb\x4c\x00\x00\xea\x03|\xeb\x4c\x00\x00\xe8\x01|g' IOAHCIBlockStorage
sudo /usr/bin/perl -pi -e 's|\x74\x0e\x48\x8d\x3d\xa5\x90\x00\x00|\xbf\xc8\x00\x00\x00\x90\x90\x90\x90|g' IOAHCIBlockStorage
sudo touch /System/Library/Extensions
Reboot and see if this fixes the problem for your Hackintosh.
OPTION 2:
The following commands place a backup of the unmodified binary before patching it.
cd /System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorage.kext/Contents/MacOS
sudo mv IOAHCIBlockStorage IOAHCIBlockStorage.orig
sudo cp IOAHCIBlockStorage.orig IOAHCIBlockStorage
sudo /usr/bin/perl -pi -e 's|\xbb\x4b\x00\x00\xeb\x03|\xbb\x4b\x00\x00\xe8\x01|g' IOAHCIBlockStorage
sudo /usr/bin/perl -pi -e 's|\x74\x0e\x48\x8d\x3d\xb2\x91\x00\x00|\xbf\xc8\x00\x00\x00\x90\x90\x90\x90|g' IOAHCIBlockStorage
sudo touch /System/Library/Extensions
Update: This patch DOES NOT work for 10.8.2′s IOAHCIBlockStorage.kext
OPTION 3:Here is the updated fix for 10.8.2′s version of IOAHCIFamily.kext. Don’t copy-paste everything into the Terminal at once, do it one line at a time. Pasting the whole code at once will result in the second half of the commands being used as your password at the first sudo command.
The following commands place a backup of the unmodified binary before patching it.
cd /System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorage.kext/Contents/MacOS
sudo mv IOAHCIBlockStorage IOAHCIBlockStorage.orig
sudo cp IOAHCIBlockStorage.orig IOAHCIBlockStorage
sudo /usr/bin/perl -pi -e 's|\x8b\x4a\x00\x00\xeb\x03|\x8b\x4a\x00\x00\xe8\x01|g' IOAHCIBlockStorage
sudo /usr/bin/perl -pi -e 's|\x74\x0e\x48\x8d\x3d\x72\x92\x00\x00|\xbf\xc8\x00\x00\x00\x90\x90\x90\x90|g' IOAHCIBlockStorage
sudo touch /System/Library/Extensions
SPARKLE - Free software updates for all

New in Sparkle 1.5:
- Optionally sends user demographic information to the server when checking for updates.
- Supports bundles, preference panes, plugins, and other non-.app software.
- Dual-mode garbage collection support for any memory management style.
- Supports branches due to minimum OS version requirements.
- Sparkle doesn't bug the user until second launch for better first impressions.
- Deep delegate support to make Sparkle work exactly as you need.
- Sparkle can install .pkg files for more complicated products.
- Tons of other stuff!
About Niresh ML 10.8.2 for AMD and next releases !

Niresh is waiting for a Kernel to develop the ML 10.8.2 version for AMD.
Everybody knows he made OS X Lion for AMD.
Also notice that all new releases will be available only for USB installs.
Boot options for your Hackintosh [iAtkos ML Compatible]

The mother of all boot flags. Entering -v into the bootloader turns on verbose mode, which is absolutely critical for fixing any Hackintosh issue. Verbose mode displays every single process that takes place during your bootup of Mac OS X. It can be rather intimidating, as it will display hundreds of lines of commands during the bootup process. However, if your Hackintosh isn't booting, then verbose mode should freeze at the exact point where the bootup process is tripping up. Take a photo of what verbose mode says before the bootup freezes and please share your pic before asking for help on the comments box.
-x
Turns on safe mode. Mac OS X in safe mode ignores all kext files and boot settings except those which are absolutely necessary to booting the system. Safe mode is useful if you're trying to run the Mac OS X installer on a PC that's not fully compatible with Mac OS X. Also, if you accidentally installed a kext file that's messing up your Hackintosh, booting into safe mode may work around the problem. In safe mode, you can then remove the offending kext from /Extra/Extensions in your main hard drive (if you're running Mac OS X Snow Leopard), or /System/Library/Extensions (if you're running Mac OS X Lion or Mountain Lion).
-F
If you've entered some extra boot flags into org.Chameleon.boot.plist, but they're messing up your Hackintosh's bootloader, enter the -F boot flag to ignore them.
-f
Ignores kext caches during bootup on Mac OS X Snow Leopard. If you did not install a kext properly (usually because you forgot to run System Utilities in Multibeast after installing a new kext), your kext cache will be damaged, and Mac OS X might become unbootable unless you use this boot flag. The kext cache was replaced by the kernel cache in Mac OS X Lion, so theoretically, the -f boot flag should no longer work; however, this boot flag can still help some Hackintoshes boot (for reasons unknown).
UseKernelCache=Yes
Mac OS X Lion and Mountain Lion can use the kernel cache to install kexts, allowing Mac OS X to boot faster. However, the kernel cache is turned off by default, and you have to enable it by using the boot flag "UseKernelCache=Yes" (without quotation marks). Installing Easybeast or UserDSDT with Multibeast will automatically turn the kernel cache on for you. If Mac OS X is booting extremely slow on your Hackintosh, the kernel cache might be malfunctioning, and you can turn it off with "UseKernelCache=No" (without quotation marks). Turning off the kernel cache is equivalent to using the "-f" bootflag in Snow Leopard.
PCIRootUID=1
Some Hackintoshes will only boot when their "PCI Root ID" is set to 0. This usually happens with Hackintoshes that use a AMD Radeon graphics card. Other times, a Hackintosh will only boot when its "PCI Root ID" is set to 1. In some cases, the boot flag "PCIRootUID=1" will also fix Mac App Store verification errors.
npci=x2000
npci=x3000
If your verbose mode bootup of Mac OS X Lion or Mountain is freezing at [PCI Configuration Begin], enter the npci=0x3000 boot flag to fix it. This flag is applied by default when you install Easybeast or UserDSDT with Multibeast. The boot flag npci=x2000 does the same thing, except that it only works for Lion.
arch=i386
Forces Mac OS X to boot into 32-bit mode. Sometimes, your CPU or graphics card won't be fully supported in OS X unless you boot into 32-bit mode. Unlike in Windows, booting the 32-bit kernel for Mac OS X does not limit your total amount of RAM to 4 GB, and you can still run 64-bit applications. However, single applications cannot use up more than 4 GB of RAM, so this is a disadvantage if you do professional video editing, or something else that takes up a lot of RAM. This boot flag no longer works in OS X Mountain Lion.
arch=x86_64
Allows Mac OS X to boot into 64-bit mode. This boot flag is usually unnecessary, as Mac OS X Snow Leopard (and all versions beyond it) will boot into 64-bit mode by default.
-force64
Forces Mac OS X to boot into 64-bit mode. This is usually required to boot AMD Hackintoshes, especially on Hackintoshes with AMD's newer six-core processors. Interestingly, you can use the -force64 boot flag and the arch=i386 at the same time (I'm not sure what this will do, though).
cpus=1
This boot flag limits Mac OS X to using one core of your CPU. This boot flag is often necessary to launch the Mac OS X Snow Leopard installation DVD on a Hackintosh with an unsupported processor (ahem, AMD processors). However, you shouldn't have to use this boot flag once you've installed the legacy kernel.
busratio=20
The 20 is replaced with your CPU's bus ratio. This boot flag is usually used when you're installing Mac OS X Snow Leopard on a processor that's not supported (once again, AMD processors). Snow Leopard supports more processors than it used to, so this boot flag isn't as common as before. You can find a list of busratios for 2010-model Intel processors here. You can also find your busratio manually.
mach_kernel
This boot flag locates the kernel ("mach_kernel"), an important boot file for Mac OS X. If your Hackintosh's verbose mode says that it can't find mach_kernel for some reason, entering this boot flag will help the bootloader find it (the kernel is usually found at the very base of the OS X file system). If you actually moved your kernel to somewhere else in your hard drive, change "mach_kernel" to wherever the kernel is located. For example, if the kernel is in the Extra folder of your main hard drive, enter the boot flag "/Extra/mach_kernel" (without quotation marks).
GraphicsEnabler=No
This turns Graphics Enabler off/on (you can set "No" to "Yes"). Graphics Enabler is a feature that helps Mac OS X work better with your graphics card, so it's turned on by default when you set up your Hackintosh with Multibeast. However, when used with certain graphics cards (especially AMD Radeon cards), Graphics Enabler may make Mac OS X unable to boot, or cause the graphics in Mac OS X to display incorrectly. If this is the case, try entering "GraphicsEnabler=No" (without quotations) instead. Turning GraphicsEnabler off will break DVD Player, as well as Geekbench, most games, most video editors, and certain other apps. Graphics cards from NVIDIA's 600 series no longer require GraphicsEnabler to work with Mac OS X; in that case, turning off GraphicsEnabler won't cause any negative effects.
debug=0x100
debug=0x144
Turns on debug mode. If you use either of these boot flags, and Mac OS X gets a kernel panic (which is the Mac version of the blue screen of death), you'll see a debug screen full of code instead of a generic "You need to restart your computer" message.
darkwake=0
The DarkWake feature in Mac OS X Lion and Mountain Lion allows you to wake up certain parts of your Mac from sleep, while leaving other parts in sleep mode. Unfortunately, this feature often messes up sleep on Hackintoshes. Enter this bootflag to turn it off (enter darkwake=1 to turn it on, if turning it off doesn't do the trick). Additionally, if your verbose bootup is freezing at a bunch of commands that mention "SleepEnabler.kext", entering darkwake=0 should be able to turn SleepEnabler.kext off. (Once you boot into OS X, be sure to remove SleepEnabler.kext completely by deleting it from either /Extra/Extensions or /System/Library/Extensions in your hard drive.)
Hackintosh OSX 10.8 ML Install Files [India Devs]

Added cdboot to create Bootable OSX Mountain Lion DVD.
Files required to install OSX Mountain Lion on a PC using one of those guides:
Hackintosh OSX 10.8 ML Install Files [India Devs]

Added cdboot to create Bootable OSX Mountain Lion DVD.
Files required to install OSX Mountain Lion on a PC using one of those guides:
System requirements for iAtkos ML

Update : Only core2duo and above processors are supported. Old graphics chips like GMA 950, X3100 are not supported anymore. So if you wish to have mountain lion on your computer, you need a good dedicated graphics card > Nvidia 8 series or > integrated intel HD 3000.
- Should be capable of 64bit kernel boot by default.
- Processor should be at least core2Duo or above.
- Should have a dedicated graphics processor.
Old integrated graphics processor like Intel GMA 950 or X3100 are not supported anymore.
ATI Radeon X1600 would not be supported either.
About iATKOS ML Beta2 [Spanish]

La versión 10.8.2 de iAtkos esta siendo probada por los Operadores, esperando que no tenga problemas, de ser así será liberada próximamente.

Además, muchas de las tarjetas nVidia necesitará el ID de dispositivo de inyección a los conductores de las acciones de Apple (iAtkos MLM incluirá Identificación del dispositivo automatizado opción inyección).
Uphuck
Does VMware Fusion 4 work with OSX 10.8?
Yes, the latest version of VMware Fusion 4, version 4.1.3 works with Mountain Lion and is signed with our Developer ID. This makes VMware Fusion 4.1.3 compatible with Gatekeeper, a feature enabled by default in Mountain Lion. [FAQ]

Note : We need a bootable Mountain Lion to install OS X with VMware. If you don’t know how to create bootable follow this Niresh Guide.
Let's start the guide!
Step 1 : Extract ML_VMW_iHackintosh to desktop or your Hard Disk drive and copy Mountain Lion bootable .vmdk in the same folder.
Step 2 : Install VMware 8 unlocker.
Step 3 : Now launch your VMware Workstation.
- Navigate to File > Open and Browse to ML_VMW_iHackintosh folder > select Mac OS X Lion.vmx and open this file. It should quickly load a preconfigured VM machine with the basic setting in the VM configuration screen.
Step 4 : Attach Mountain Lion bootable .vmdk into the VM.
- Now click Edit virtual machine settings
- Hardware > Add > Hard Disk and check “use an existing Virtual disk”
- Quickly navigate to the Mountain Lion bootable .vmdk we shifted in Extract ML_VMW_iHackintosh folder in step one.
- Select the “Mountain Lion bootable .vmdk” with all options left as default, to press “Finish” to complete the process.
The reason you want to add another hard drive is that in the original setting, the 40GB has no OS on it, therefore VMware will try to boot off the OS from the second disk (the vmdk file) which will load and boot into Mountain Lion Installer.
Step 5 : Power on the VM and Install OS X.
- Power on your VM and wait for 1-2 minute.
- From now here just follow the on screen instruction to install Mac OS X Mountain Lion. Should be pretty straight forward.
- When installation finishes and ask you to reboot your VM in 10 second, don’t click on restart. Click on Power Off button in VM menu or press “ctrl + E”
- Now remove the Mountain Lion bootable .vmdk you attached in step four. If you have patience boot your VM right now, it may take 30 Minutes to 2 Hours to first boot. We can fix boot time issue by installing FakeSMC.kext
Step 6 : Install FakeSMC.kext
- Launch VMware, navigate to your 10.6 / 10.7 VMware installation and click on edit virtual machine setting.
- Hardware > Add > Hard Disk and check “use an existing Virtual disk” and browse the Mac OS X Lion .vmdk file (it should be 6GB plus in size). You can locate this file in ML_VMW_iHackintosh > OS X Mountain Lion folder.- Press next with all options left as default, to press “Finish” to complete the process. Now you should have 2 40 GB Hard Disk in your 10.6 / 10.7 VM.- Move FakeSMC.kext and KextBeast to your 10.6/ 10.7 VM desktop and Install FakeSMC.kext to Macintosh disk.-That’s it. Turn Off your 10.6 / 10.7 VM, remove HDD 2 and now boot your Mac OS X Mountain Lion VM.
Migration Assistant Solution [L1, L2]

So, if it happened you need to fix it, with help of another OSX copy on your PC.
A fix for single file with name “filename” is:
A fix for single file with name “filename” is:
sudo su
cd folder_of_file
rm .SM.gul.filename
cp filename filename_
rm filename
mv filename_ filename
And the files you need to fix are(* is a wild card):
/*.aml
/mach_kernel
/Library/Preferences/SystemConfiguration/com.apple.Boot.plist
/System/Library/CoreServices/SystemVersion.plist