Jump to content

Not entering Graphical environment even if I remove/reinstall the compatible kext


meanwhile
 Share

2 posts in this topic

Recommended Posts

Hi there,

 

I am one step closer to have my mac :D

Ive installed every kext compatible to me. like voodooHDA and for the keyboard(VoodooP2scontroller), and the intel HD3000 kext

 

I first boot to HDD(w/0 usb stick) with -v -x GraphicsEnabler=No cpus=1

and also -f

but all i got is the SNBFramebuffer not show up issue

]2013_09_25_23_24_17.jpg
 

Restart and boot to HD(w/0 usb) again.

move the AppleIntelHD* and AppleIntelSNB* kext manually by booting to single user(-s) to a backup folder

Use the same command.

-v -x GraphicsEnabler=No cpus=1 -f

The SNBFramebuffer is gone but im stuck with this

2013_09_27_01_37_11.jpg

 

Then I reinstall the kext again by booting to HDD with USB stick. Still i got the error of SNBFramebuffer(1st picture abov).

 

Intelhd3000 is compatible to my system. So im not sure why i cant get to the graphical environment?

This is a laptop btw.(HP)

 

Can anyone help?

Thanks

Link to comment
Share on other sites

you need a smbios of macbook pro 8.1 and GraphicsEnabler=Yes

 

if your chipset is hm77 you may need to edit AppleIntelSNBGraphicsFB and change the

<key>IOPCIPrimaryMatch</key>

<string>0x1C3A8086</string> to 
 
<key>IOPCIPrimaryMatch</key>
<string>0x1E3A8086</string>
 
and in the line that appear your dev id let just it and remove others. in my case was like this
 
<key>IOPCIPrimaryMatch</key>
<string>0x01068086 0x11068086 0x16018086 01168086 01268086</string>
 
and i change to
 
<key>IOPCIPrimaryMatch</key>
<string>0x01168086</string>
 
and i did but don't know if it's mandatory, delete the AppleIntelFramebufferCapri
Link to comment
Share on other sites

 Share

×
×
  • Create New...