Jump to content

Still waiting for root device..


dionysio
 Share

2 posts in this topic

Recommended Posts

I had to edit the AppleIntelPIIXATA Info.plist under the IOATAFamily.kext, the kext was modified, then the patch was used to apply it to the image.

 

This is what I had to edit :

 

Under ICH8 IDE, add 0x2363197b between the string tags.

 

It should now look like :

 

<key>IOPCIPrimaryMatch</key>
<string>0x28508086 0x2363197b</string>

 

Under ICH8 SATA, add 0x28258086 and 0x28208086 between the string tags.

 

And like this :

 

<key>IOPCIPrimaryMatch</key>
<string>0x28288086 0x28258086 0x28208086</string>

 

Good luck.

Link to comment
Share on other sites

 Share

×
×
  • Create New...