Jump to content

OS X 10.11 Installer doesn't detect internal HDD!


Lacedaemon
 Share

1 post in this topic

Recommended Posts

Edit: Solved by unchecking "Drop all OEM SSDT" in Clover.

I'm trying to install OS X on my ASUS X555LB-NS51.
 
CPU: Intel i5-5200U
GPU: Intel HD 5500 / NVIDIA GeForce GT 940M
 
So far, I can boot the installer with working QE/CI (128MB DVMT + 0x16160002 ig-platform-id) and keyboard/trackpad (VoodooPS2Controller).  When I open Disk Utility and attempt to format the hard drive, however, it only detects the installer USB!

  • SATA is set to AHCI in BIOS.
  • Kexts I have tried: AHCI_Intel_Generic_SATA, HPRAIDInjector, AHCIPortInjector

The chipset is an Intel 9 Series, Dev ID 0x9c838086.
 
I have not tried any DSDT patches; the DSDT I extracted from Windows has ~200 errors, which I am not looking forward to going through and fixing unless absolutely necessary.
 
Current config.plist:

 

 




<?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>Boot</key>
	<dict>
		<key>Arguments</key>
		<string></string>
		<key>Timeout</key>
		<integer>5</integer>
	</dict>
	<key>Graphics</key>
	<dict>
		<key>Inject</key>
		<false/>
		<key>ig-platform-id</key>
		<string>0x16160002</string>
	</dict>
	<key>GUI</key>
	<dict>
		<key>ScreenResolution</key>
		<string>1920x1080</string>
		<key>Theme</key>
		<string>black_green</string>
	</dict>
	<key>KernelAndKextPatches</key>
	<dict>
		<key>AppleRTC</key>
		<true/>
	</dict>
	<key>RtVariables</key>
	<dict>
		<key>BooterConfig</key>
		<string>0x28</string>
		<key>CsrActiveConfig</key>
		<string>0x3</string>
	</dict>
	<key>SystemParameters</key>
	<dict>
		<key>InjectKexts</key>
		<true/>
	</dict>
</dict>
</plist>

 


 
Clover drivers installed:

  • EmuVariableUefi-64
  • OsxAptioFixDrv-64

Any help would be appreciated!

Edited by Lacedaemon
Link to comment
Share on other sites

 Share

×
×
  • Create New...