Jump to content
8 posts in this topic

Recommended Posts

After extensive searching on various forums, I'm yet to find the answer for this. Many have suggested using AHCI, which doesn't seem to be an option on my GX620. I'm using a retail copy of SL on a USB thumb drive. I've tweaked it with Chameleon.

 

The GX620 uses a SATA HD. I've tried various IOATAFamily and AppleIntelPIIXATA kexts. SL installer does boot, finally, without kernel panic, but it sees no HD; even in Disk Utility.

 

I can't find anything referencing AHCI in the BIOS.

 

Any ideas?

 

Thanks.

IOPCIPrimaryMatch is inside Info.plist, but first you need to know the vendor and device ID of your SATA controller.

For example, mine is vendor 8086 (Intel) and device ID is 2921, I check in /System/Library/Extensions/IOATAFamily.kext/Contents/PlugIns/AppleIntelPIIXATA.kext/Contents/Info.plist and can't find the device ID, so I add it (can replace the name and device ID of a similar controller)

						<key>IOPCIPrimaryMatch</key>
					<string>0x29218086</string>

×
×
  • Create New...