Jump to content
6 posts in this topic

Recommended Posts

Guest easysleazy

I dont know what to do about this, people in the past said to use

IOAHCIFamily.kext and AppleAHCIPort.kext

to get orange images to disappear.

 

Tried BJMoose's image swap but it did not work

http://www.insanelymac.com/forum/index.php...st&p=543104

 

 

What to do, What to do.

Link to comment
https://www.insanelymac.com/forum/topic/181516-orange-hd-icons-in-sl/
Share on other sites

I dont know what to do about this, people in the past said to use

IOAHCIFamily.kext and AppleAHCIPort.kext

to get orange images to disappear.

 

Tried BJMoose's image swap but it did not work

http://www.insanelymac.com/forum/index.php...st&p=543104

 

 

What to do, What to do.

 

Most likely the same fix as in Leopard edit the /System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorage.kext/Contents/Info.plist file to contain the Internal setting for SATA, an example below of it edited to contain what is needed. Then you would need to remove the .mkext and caches for SL and boot with the -f flag to force the re-caching of all the .kext on the system if the files are in the same location then the second example will remove them.

 

 <dict>
	 <key>AppleAHCIDiskDriver</key>
	 <dict>
		 <key>CFBundleIdentifier</key>
		 <string>com.apple.iokit.IOAHCIBlockStorage</string>
		 <key>IOClass</key>
		 <string>AppleAHCIDiskDriver</string>
		 <key>IOProviderClass</key>
		 <string>IOAHCIDevice</string>
		 <key>Physical Interconnect</key>
					<string>SATA</string>
					 <key>Physical Interconnect Location</key>
					 <string>Internal</string>
					 <key>Protocol Characteristics</key>
					 <dict>
						 <key>Physical Interconnect</key>
							<string>SATA</string>
							<key>Physical Interconnect Location</key>
						 <string>Internal</string>
					 </dict>
	 </dict>
 </dict>

 

 rm -r /System/Library/Extensions/Caches
rm -r /System/Library/Caches
rm /System/Library/Extensions.mkext

×
×
  • Create New...