by admin

Install Osx86 Without Ahci Mode

Install Osx86 Without Ahci Mode 5,0/5 5702 reviews

First head over to Advanced Bios Feature, in that choose first boot option to CDROM. Then in Integrated peripherals, switch the SATA and On-board SATA/IDE Ctrl Mode to AHCI mode. Now in Power management Setup, make HPET mode to 64-Bit. Install OS X. First of all insert the boot USB drive which we created above. On unmodified BIOS, I understand AHCI is implicitly available by selecting RAID mode (without actually configuring any RAID array). I've been using such a modified BIOS on my own Vostro 200 for the last 3 years or so and been running with the onboard controller SATA mode set to AHCI since. Details are available here and here.

1. A working OS X Installation: iMacs, MacBooks, ... or
2. Retail/Beta copy of Snow Leopard
3. A HD to install Snow Leopard on, [ this is a separate HDD ]
5. Airwalk's DSDT.aml - I prefer you create your own so it specifies your own hardware.

Samsung Ahci Mode

6. Chameleon RC4 Installer, or w/e the latest version is.
7. SET YOUR BIOS SETTINGS: TO ENABLE, ENABLE, AHCI MODE + IDE, AHCI MODE
9. Make sure to look at notes in the bottom & help fellow members if they struggle. i suggest reading the whole thread after the succesful install.
This installation will take about 1-3 hours tops so be patient. it'll even take a whole day if you dont know what your doing...
Before you install, change IDE to AHCI Mode.
Install Osx86 Without Ahci Mode




Step 1
:
Connect the Hardrive for the Snow kitty installation: USB Enclosure or to another Sata connection, i prefer SATA because it is much faster. Once it is connected, open up Disk Utility. Click the Hardrive and format it to GUID.

Mount/Click your Snow Leopard Install file. Once the Install window pops up, hold the these keys [ Shift + Command + G ] and enter
. A window will pop up showing all the hidden packages. Find the install package called 'OSInstall.mpkg' and run it. Customize your installation or it will fail. Do not include the files you do not need. Installation should take around 10 - 20 minutes. DO NOT REBOOT after it is done.






Step 3:
Install CHAMELEON into your Snow leopard hd. This is very straight forward.
Step 4:
Now we need to install the kext files. Go get Airwalk's EXTRA folder and just copy and paste it. (replacing EXTRA folder that currently exist).



Step 5:
Now we need to make/edit the boot.plist file located in the EXTRA folder. Open up the apple.boot.plist and replace the text with this:
Generating EFI STRING for your NVDIA Graphics Card:http://aquamac.proboards.com/index.c...ck1&thread=509
Heres a sample of my clean boot.plist
Step 6:
If you dont want to create your DSDT.aml file, get AIRWALK's dsdt.aml file and just place it in your EXTRA FOLDER.
You need to generate and compile/Edit your own DSDT.aml file so there wont be any complications on using others DSDT file. Copy/Paste it to EXTRA Folder
Creating DSDT.aml
http://osx86.co/f84/a-quick-guide-to-dsdt-t3436/
DSDT Auto-Patcher - does the steps in the bottom with a program, so you dont need to do it manually.
http://www.insanelymac.com/forum/ind...owtopic=235523
Quoted from SaCleoCheater:
Step 3: DSDT. Your going to need a modded DSDT to stop the annoying CMOS reset bug.
Download iasl and extract it to /usr/bin on your CURRENT BOOTED VOLUME! - This will allow modification of a compiled DSDT.
once you have your DSDT.aml located in the root of your volume, open Terminal..
Code:
sudo -s
iasl -d /Path/to/dsdt.aml
You should have a dsdt.dsl located in / now, that is decompiled and editable.
open dsdt.dsl and search for 'RTC'/ Find Code:
0x08 //Length
below 'Device (RTC)' or 'Device (RTC0' and replace the '8' (or whatever number it may be) with a '2'. So it looks something like this: Code:
0x02 //Length
. here's what it should fully look like:
Code:
}
Device (RTC)
{
Name (_HID, EisaId ('PNP0B00'))
Name (_CRS, ResourceTemplate ()
{
IO (Decode16,
0x0070, // Range Minimum
0x0070, // Range Maximum
0x01, // Alignment
0x02, // Length
)
})
}
Save it, and run the following through terminal:
Code:
sudo -s
iasl -ta /Path/to/dsdt.dsl
You should now have a compiled DSDT.aml located in /. Copy it to the EXTRA folder of your Snow Leopard volume.
Step 7:
Now you need a SMbios.plist to edit your system profiler information. just edit the UUID so it matches your system uuid's like the hardrive.

Step 8:
Now we can reboot. Just boot the Snow Leopard HD and it will play the snow leopard intro. to skip registration, press [ Command + Q ] and skip.
if it doesnt boot try [ -v -f ]
Step 9:
After it boots up, just UPDATE using COMBO UPDATE 10.6.6 from apple's website. [MANUALLY]. After you update, sound is not going to work, just use this http://www.kexts.com/view/405-binary_patched_applehda.kext_for_alc889_(mac_os_x_ 10.6.4).html

What Is Ahci Mode Ssd


Open Terminal and type these commands:
sudo cp -R AppleHDA.kext /System/Library/Extensions/
sudo chown -R root:wheel /System/Library/Extensions/AppleHDA.kext
sudo chmod -R 755 /System/Library/Extensions/AppleHDA.kext
Wait about 15 minutes (kextcache needs to rebuild) or use pfix to manually rebuild cache, then reboot and you should have audio back!
Notice: You might need to manually remove caches, use this command: sudo rm -rf /system/Library/Caches/com.apple.kext.caches