TheTourist Posted November 6, 2013 Share Posted November 6, 2013 Hello guys! Just installed fresh OS X 10.9 to ASUS X55VD. Removed NV* and GeForce* kexts (i have Optimus and don't have edited DSDT). Currently i can boot into safe mode. I can boot only with USB stick, because chameleon don't work on my system. Clover EFI can't be installed since it need msdos kext, which not loaded in safe mode. Any ideas how to get HD4000 working. Using MacBookPro9,2 SMBIOS. Custom /S/L/E/: AppleIntelCPUPowerManagement.kext, ApplePS2Controller.kext, ApplePS2ElanTouchpad.kext In USB Stick/Extra smbios.plist, org.chameleon.Boot.plist (i don't know which keys i should use to get HD4000 working) Attached fixed DSDT dsdt.zip Link to comment Share on other sites More sharing options...
iFIRE Posted November 6, 2013 Share Posted November 6, 2013 take a look here: #96 1 Link to comment Share on other sites More sharing options...
TheTourist Posted November 6, 2013 Author Share Posted November 6, 2013 (edited) Thanks for answering. Installed latest Chameleon to USB Stick. Here my org.chameleon.Boot.plist <?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>Graphics Mode</key> <string>1366x768x32</string> <key>IntelCapriFB</key> <string>4</string> <key>Kernel</key> <string>mach_kernel</string> <key>Kernel Flags</key> <string>npci=0x2000</string> <key>Rescan</key> <string>Yes</string> <key>SkipAtiGfx</key> <string>Yes</string> <key>SkipNvidiaGfx</key> <string>Yes</string> <key>Timeout</key> <string>5</string></dict></plist> And smbios.plist <?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>SMbiosdate</key> <string>21/03/12</string> <key>SMbiosvendor</key> <string>Apple Inc.</string> <key>SMbiosversion</key> <string>MBP91.88Z.00D3.B00.1203211536</string> <key>SMboardproduct</key> <string>Mac-6F01561E16C75D06</string> <key>SMfamily</key> <string>MacBook Pro</string> <key>SMmanufacturer</key> <string>Apple Inc.</string> <key>SMproductname</key> <string>MacBookPro9,2</string> <key>SMserial</key> <string>C02J5W69DTY3</string> <key>SMsystemversion</key> <string>1.0</string></dict></plist> In BIOS i set 64Mb for Intel Graphics. Still no luck Any ideas? UPDATE: Have some progress Now in safe mode, OS X detects video as Intel HD 4000 with 64 MB New org.chameleon.Boot.plist <?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>GraphicsEnabler</key> <string>Yes</string> <key>Graphics Mode</key> <string>1366x768x32</string> <key>InjectIntel-ig</key> <string>01660002</string> <key>Kernel</key> <string>mach_kernel</string> <key>Kernel Flags</key> <string>npci=0x2000</string> <key>Rescan</key> <string>Yes</string> <key>SkipAtiGfx</key> <string>Yes</string> <key>SkipNvidiaGfx</key> <string>Yes</string> <key>Timeout</key> <string>5</string></dict></plist> Kexts i use/edit in /S/L/E: AppleIntelCPUPowerManagement.kext, ApplePS2Controller.kext, ApplePS2ElanTouchpad.kext, ALXEthernet.kext Kexts in /E/E: FakeSMC.kext But still no luck boot, only safe mode UPDATE 2: Followed this guide, still no luck UPDATE 3: Tried to use next kext (totally no luck, can't boot into Safe Mode, restored original from installer) Edited DSDT (attached): - applied next patches: DTGP, EHCI, FN KEYS (modded), HDEF _DSM, HPET, IRQS, LPC, PNLF SB, RTC, SHUTDOWN, SMBUS, XHCI - inserted ig-platform-id, os-info, VRAM,totalsize(64mb) to IGPU section (also removed releated key from boot.plist) - removed Nvidia GT610M (that fix fan speed and removes Nvidia from Graphics List) dsdt.zip Edited November 7, 2013 by Swiftie Link to comment Share on other sites More sharing options...
Recommended Posts