Contribute
Register

Intel HD4600 - Boots only in safe mode

Status
Not open for further replies.
Joined
Dec 18, 2011
Messages
19
Motherboard
Gigabyte GA-Z87-D3HP
CPU
Core i5 4670K
Graphics
Intel HD 4600
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
Hey!
I get stuck at [IOBluetoothHCIController][SearchForTransportEventTimeOutHandler] -- Missing Bluetooth Controller Transport! while booting normally from my hdd.It boots only in safe mode.Here's my rig:

Processor: Intel i5 4670k
Motherboard: Gigabyte GA-Z87-D3HP
Graphics:Intel HD 4600

Note: I can't disable vt-d because mine is a K series processor.

My org.chameleon.plist:
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>PCIRootUID</key>
<string>1</string>
<key>GraphicsEnabler</key>
<string>No</string>
<key>IGPEnabler</key>
<string>Yes</string>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string></string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>Timeout</key>
<string>2</string>
<key>GenerateCStates</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
<key>UseKernelCache</key>
<string>Yes</string>


Any help is appreciated! :)
 
try GraphicsEnabler=Yes
 
Now it boots fine but graphics shows up as 64mb shared system.

Edit:
Just realized.I had removed the Intel HD kexts and put them back and nope doesn't boot with -f (Ignoring kernel cache)
 
you mean in "about this mac" there is your intel hd 4600 with 64 MB?
 
Nope it's shown as shared system memory. And I'm using only one monitor with d-sub.
 
i don't know exactly, what this is. but in your bios there is an option where the default setting is 64mb with your onboard gfx.
 
i don't know exactly, what this is. but in your bios there is an option where the default setting is 64mb with your onboard gfx.

Yes it is. I think the graphics drivers aren't loaded properly.How did you install your Mavericks? Can you explain who you got into the installer i.e. the boot flags?

Edit:
Can you post your chameleon plist?
 
first i installed 10.8.5 and i had nothing to change. installation worked.
the i installed 10.9 and i think (but i don't know exactly anymore) the only thing i changed was to set graphicsenabler to yes.

but as you can see in my thread i posted here already i gave up with the intel hd 4600, since i have 3 displays.

here my plist, but its with the gt 640, not intel hd!!!:
<?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>EthernetBuiltIn</key>
<string>Yes</string>
<key>GenerateCStates</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
<key>Graphics Mode</key>
<string>"1920x1080x32"</string>
<key>GraphicsEnabler</key>
<string>No</string>
<key>IGPEnabler</key>
<string>Yes</string>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string></string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>Timeout</key>
<string>2</string>
<key>UseKernelCache</key>
<string>Yes</string>
</dict>
</plist>
 
Status
Not open for further replies.
Back
Top