FelipeZé Posted July 27, 2013 Share Posted July 27, 2013 Hey guys, i'm running into some trouble here, this is my config: Core i7 3517U Platform HM77 GeForce 630M (Deactivated via DSDT) Intel HD Graphics 4000 (I Think here lies the problem) I inject ig-platform-id into DSDT : Method (_DSM, 4, NotSerialized) { Store (Package (0x04) { "AAPL,ig-platform-id", Buffer (0x04) { 0x08, 0x00, 0x66, 0x01 }, "hda-gfx", Buffer (0x0A) { "onboard-1" } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } I've patched my AppleIntelFramebufferCapri.kext to use 8 Everything works well with clover, either with Legacy or UEFI... When I try to boot with chameleon, it stucks here: I can only boot with -X, and it even recognizes my HD 4000 in "about this mac" when i Boot in safe mode... I wanted to use Cham 'cause it has a better HDMI support... A Detail... I installed OS X with a pendriver using Chameleon as boot loader!!! Using the same DSDT and AppleIntelFramebufferCapri that i'm using now... I can get into install without any flag, but after installed I can only boot with -x.... or Clover. Any ideas?? Link to comment https://www.insanelymac.com/forum/topic/290824-help-chameleon-wont-boot-clover-does/ Share on other sites More sharing options...
WaldMeister Posted July 27, 2013 Share Posted July 27, 2013 Hi, Boot with -s and type the following, see if it changes anything: mount -uw / rm -rf /System/Library/Extensions/GeForce.kext rm -rf /System/Library/Extensions/NVDAStartup.kext rm -rf /System/Library/Extensions/NVDAGK100Hal.kext shutdown -r now Can you post the Clover config.plist and the org.chameleon.boot.plist? Perhaps the problem lies in the config. Link to comment https://www.insanelymac.com/forum/topic/290824-help-chameleon-wont-boot-clover-does/#findComment-1935049 Share on other sites More sharing options...
FelipeZé Posted July 29, 2013 Author Share Posted July 29, 2013 If i boot with -f -v this errors appears in my boot.log: Can't load kext com.ivik.driver.GenericBrightness - failed to resolve library dependencies. Kext com.ivik.driver.GenericBrightness failed to load (0xdc00800e). Failed to load kext com.ivik.driver.GenericBrightness (error 0xdc00800e). Couldn't alloc class "GenericBrightness" Kext com.apple.iokit.IOAcceleratorFamily - library kext com.apple.iokit.IOGraphicsFamily not found. Can't load kext com.apple.driver.AppleIntelHD4000Graphics - failed to resolve library dependencies. Kext com.apple.driver.AppleIntelHD4000Graphics failed to load (0xdc00800e). Failed to load kext com.apple.driver.AppleIntelHD4000Graphics (error 0xdc00800e). Kext com.apple.driver.AppleSMCPDRC - library kext com.apple.driver.IOPlatformPluginFamily not found.Couldn't alloc class "IntelAccelerator" Can't load kext com.apple.driver.AppleSMCPDRC - failed to resolve library dependencies. Kext com.apple.driver.AppleSMCPDRC failed to load (0xdc00800e). Failed to load kext com.apple.driver.AppleSMCPDRC (error 0xdc00800e). Couldn't alloc class "AppleSMCPDRC" Link to comment https://www.insanelymac.com/forum/topic/290824-help-chameleon-wont-boot-clover-does/#findComment-1935341 Share on other sites More sharing options...
FelipeZé Posted July 30, 2013 Author Share Posted July 30, 2013 I fixed it by using dart=0 boot flag, why clover can boot without it?? It automatically patch VT-d/VT-x to disable it or it just supports it?? thx Link to comment https://www.insanelymac.com/forum/topic/290824-help-chameleon-wont-boot-clover-does/#findComment-1935671 Share on other sites More sharing options...
Recommended Posts