Connect
Scroll Down
//Hackintosh: [IOBluetoothHCIController][SearchForTransportEventTimeOutHandler] — Missing Bluetooth Controller Transport !

Hackintosh: [IOBluetoothHCIController][SearchForTransportEventTimeOutHandler] — Missing Bluetooth Controller Transport !

I don’t normally post anything computer related but since it’s a hobby and this is my platform here I go.

Having put my own Hackintosh together over the last few days I ran across an error which for the life of me I could not find a solution for. It was maddening.

[IOBluetoothHCIController][SearchForTransportEventTimeOutHandler] — Missing Bluetooth Controller Transport !

After researching and researching and a lot of trial and error. I think I’ve found the solution for this error. The error is misleading. That was one of the things I learned early on. It’s really a GPU error not Bluetooth related in the least. It turns out that the FakeSMC file (kext) was not being injected in the boot process. That’s what causes this error and halts the boot process.

So how do we fix that? The million dollar question and here is the million dollar answer.

</dict>
 <key>SystemParameters</key>
 <dict>
 <key>InjectKexts</key>
 <string>Yes</string>
 </dict>

Forcibly injecting the kext files so that the FakeSMC file actually loads.

In Clover open up the confgi.plist file located on the EFI partition of your install. /EFI/CLOVER/confgi.plist and paste in the above code at the end of the list before the

</dict>
</plist>

closing tag.

Reboot and rejoice. Hopefully that helps someone else out looking for answers and saves some hair follicles in the process.

-N

 

 

  • 2 Comments
2 thoughts on “Hackintosh: [IOBluetoothHCIController][SearchForTransportEventTimeOutHandler] — Missing Bluetooth Controller Transport !

Leave a Reply to Rohan Kailthya Cancel reply

Your email address will not be published. Required fields are marked *

CAPTCHA Code: * Time limit is exhausted. Please reload the CAPTCHA.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Connect
Close