cyrillus77 Posted March 13, 2015 Share Posted March 13, 2015 Hello all, This is my first post on this forum. It has been weeks and weeks I am trying to install Yosemite on my new PC config : Asus Maximus VII Ranger motherboard (Bios 2304) i5 4690k CPU Asus Geforce Strix GTX980 4GB 2x Samsung 850 Pro SSD 250GB WD Blue 1TB Corsair VENGEANCE PRO 2 x 4 GB DDR3 1600 MHz CAS9 Corsair Obsidian 450D, RM750, H100i cooler TPLink WDN4800 wireless network card Asus VG278HE I follow a lot of guides and tutos without any chance to install Yosemite. 1. I configured my bios with : VT-d : disable Sata : AHCI mode Secure Boot : Other OS Fast Boot : disable 2. I created my 8GB USB key on my MacBook Air 1 partition, GUID, Mac Os Extended, name=Install I run the command line : sudo /Applications/Install\ OS\ X\ Yosemite.app/Contents/Resources/createinstallmedia --volume /Volumes/Install --applicationpath /Applications/Install\ OS\ X\ Yosemite.app --nointeraction I install Clover_v2.3k_r3185 on my USB key with only the options : "Install for UEFI booting only", "Install Clover in the ESP", "Themes" and "Drivers64UEFI / OsxAptioFixDrv-64" I copy FakeSMC.kext Yosemite 10.10 6.9.1315 (downloaded from InsanelyMac) to USB EFI partition /Volumes/EFI//EFI/Clover/Kexts/10.10 I modified my config.plist with some arguments in the boot section : <key>Boot</key> <dict> <key>Arguments</key> <string>nv_disable=1 npci=0x2000 GraphicsEnabler=No dart=0 kext-dev-mode=1 -v</string> 3. I boot my PC using my USB (EFI partition) Below are my screenshots and the last one with always the same issue I press Space to check the options I press Enter it boots and then comes the error Is there someone here who wants to help me ? Many thanks. Link to comment https://www.insanelymac.com/forum/topic/305036-need-help-yosemite-install-asus-maximus-vii-ranger-i5-4690k-asus-gtx-980/ Share on other sites More sharing options...
artur_pt Posted March 13, 2015 Share Posted March 13, 2015 hello is this enable ? <key>KernelAndKextPatches</key> <dict> <key>KernelPm</key> <true/> </dict> good hack Link to comment https://www.insanelymac.com/forum/topic/305036-need-help-yosemite-install-asus-maximus-vii-ranger-i5-4690k-asus-gtx-980/#findComment-2119491 Share on other sites More sharing options...
cyrillus77 Posted March 13, 2015 Author Share Posted March 13, 2015 No it is <False/> I changed it to True and it's the same error Below is my confg.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>ACPI</key> <dict> <key>DSDT</key> <dict> <key>Debug</key> <false/> <key>#DropOEM_DSM</key> <dict> <key>ATI</key> <true/> <key>Firewire</key> <true/> <key>HDA</key> <true/> <key>HDMI</key> <true/> <key>IDE</key> <true/> <key>IntelGFX</key> <true/> <key>LAN</key> <true/> <key>LPC</key> <false/> <key>NVidia</key> <true/> <key>SATA</key> <true/> <key>SmBUS</key> <false/> <key>USB</key> <true/> <key>WIFI</key> <true/> </dict> <key>Fixes</key> <dict> <key>AddDTGP_0001</key> <true/> <key>AddMCHC_0008</key> <false/> <key>FakeLPC_0020</key> <false/> <key>FixAirport_4000</key> <true/> <key>FixDarwin_0002</key> <true/> <key>FixDisplay_0100</key> <true/> <key>FixFirewire_0800</key> <true/> <key>FixHDA_8000</key> <true/> <key>FixHPET_0010</key> <true/> <key>FixIDE_0200</key> <false/> <key>FixIPIC_0040</key> <true/> <key>FixLAN_2000</key> <true/> <key>FixSATA_0400</key> <false/> <key>FixSBUS_0080</key> <true/> <key>FixShutdown_0004</key> <true/> <key>FixUSB_1000</key> <true/> <key>NewWay_80000000</key> <true/> <key>FIX_RTC_20000</key> <true/> <key>FIX_TMR_40000</key> <true/> <key>AddIMEI_80000</key> <false/> <key>FIX_INTELGFX_100000</key> <false/> <key>FIX_WAK_200000</key> <true/> <key>DeleteUnused_400000</key> <true/> <key>FIX_ADP1_800000</key> <true/> <key>AddPNLF_1000000</key> <true/> <key>FIX_S3D_2000000</key> <true/> <key>FIX_ACST_4000000</key> <true/> <key>AddHDMI_8000000</key> <true/> <key>FixRegions_10000000</key> <true/> </dict> <key>Name</key> <string>DSDT.aml</string> <key>#Patches</key> <array> <dict> <key>Comment</key> <string>Remove battery device from desktop</string> <key>Find</key> <data>W4IeQkFUMQhfSElEDEHQDAoIX1VJRAEUCF9TVEEApAA=</data> <key>Replace</key> <data></data> </dict> <dict> <key>Comment</key> <string>Add _SUN property for GIGE</string> <key>Find</key> <data>UFhTWAhfQURSAAhfUFJXEgYC</data> <key>Replace</key> <data>UFhTWAhfQURSAAhfU1VOCgQIX1BSVxIGAg==</data> </dict> <dict> <key>Comment</key> <string>Rename GFX0 to IGPU</string> <key>Find</key> <data>R0ZYMA==</data> <key>Replace</key> <data>SUdQVQ==</data> </dict> <dict> <key>Comment</key> <string>Rename HDEF to AZAL</string> <key>Find</key> <data>SERFRg==</data> <key>Replace</key> <data>QVpBTA==</data> </dict> </array> <key>ReuseFFFF</key> <false/> <key>#Rtc8Allowed</key> <false/> <key>#SuspendOverride</key> <false/> </dict> <key>#DropMCFG</key> <false/> <key>DropTables</key> <array> <dict> <key>Signature</key> <string>DMAR</string> </dict> <dict> <key>Signature</key> <string>SSDT</string> <key>TableId</key> <string>CpuPm</string> </dict> <dict> <key>#Length</key> <integer>720</integer> <key>Signature</key> <string>SSDT</string> <key>TableId</key> <string>Cpu0Ist</string> </dict> </array> <key>HaltEnabler</key> <true/> <key>#PatchAPIC</key> <false/> <key>#ResetAddress</key> <string>0x64</string> <key>#ResetValue</key> <string>0xFE</string> <key>SSDT</key> <dict> <key>#DoubleFirstState</key> <true/> <key>#DropOem</key> <true/> <key>Generate</key> <dict> <key>CStates</key> <true/> <key>PStates</key> <true/> </dict> <key>#MaxMultiplier</key> <integer>12</integer> <key>#MinMultiplier</key> <integer>8</integer> <key>#PLimitDict</key> <integer>1</integer> <key>#PluginType</key> <integer>0</integer> <key>#UnderVoltStep</key> <integer>1</integer> <key>#UseSystemIO</key> <false/> <key>#EnableC7</key> <false/> <key>#EnableC6</key> <true/> <key>#EnableC4</key> <false/> <key>#EnableC2</key> <false/> <key>#C3Latency</key> <string>0x03E7</string> </dict> <key>#smartUPS</key> <false/> <key>#SortedOrder</key> <array> <string>SSDT-3.aml</string> <string>SSDT-1.aml</string> <string>SSDT-2.aml</string> </array> </dict> <key>Boot</key> <dict> <key>#Arguments</key> <string>-v arch=i386 slide=0 darwake=0</string> <key>Arguments</key> <string>nv_disable=1 npci=0x2000 GraphicsEnabler=No dart=0 kext-dev-mode=1 -v</string> <key>DefaultLoader</key> <string>boot.efi</string> <key>DefaultVolume</key> <string>LastBootedVolume</string> <key>NeverHibernate</key> <false/> <key>Fast</key> <false/> <key>Legacy</key> <string>PBR</string> <key>#LegacyBiosDefaultEntry</key> <integer>0</integer> <key>Debug</key> <false/> <key>Timeout</key> <integer>5</integer> <key>#XMPDetection</key> <string>-1</string> </dict> <key>CPU</key> <dict> <key>#BusSpeedkHz</key> <integer>133330</integer> <key>#FrequencyMHz</key> <integer>3140</integer> <key>#QPI</key> <integer>4800</integer> <key>#Type</key> <string>0x0201</string> <key>#SavingMode</key> <integer>7</integer> </dict> <key>Devices</key> <dict> <key>NoDefaultProperties</key> <false/> <key>#AddProperties</key> <array> <dict> <key>Device</key> <string>NVidia</string> <key>Key</key> <string>AAPL,HasPanel</string> <key>Value</key> <data>AQAAAA==</data> </dict> <dict> <key>Device</key> <string>NVidia</string> <key>Key</key> <string>AAPL,Haslid</string> <key>Value</key> <data>AQAAAA==</data> </dict> </array> <key>Audio</key> <dict> <key>ResetHDA</key> <true/> <key>#Inject</key> <string>0x0887</string> </dict> <key>FakeID</key> <dict> <key>#ATI</key> <string>0x67501002</string> <key>#IntelGFX</key> <string>0x01268086</string> <key>#LAN</key> <string>0x100E8086</string> <key>#NVidia</key> <string>0x11de10de</string> <key>#SATA</key> <string>0x25628086</string> <key>#WIFI</key> <string>0x431214e4</string> <key>#XHCI</key> <string>0x0</string> <key>#IMEI</key> <string>0x1e208086</string> </dict> <key>#InjectString</key> <false/> <key>UseIntelHDMI</key> <false/> <key>#ForceHPET</key> <false/> <key>#Properties</key> <string>7a00000001000000010000006e0000000200000002010c00d041030a0000000001010600001b7fff040028000000500069006e0043006f006e00660069006700750072006100740069006f006e00730000000800000001080100180000006c00610079006f00750074002d00690064000000080000000c000000</string> <key>USB</key> <dict> <key>AddClockID</key> <true/> <key>FixOwnership</key> <true/> <key>HighCurrent</key> <false/> <key>Inject</key> <true/> </dict> </dict> <key>#DisableDrivers</key> <array> <string>CsmVideoDxe</string> <string>VBoxExt4</string> </array> <key>GUI</key> <dict> <key>#Custom</key> <dict> <key>Entries</key> <array> <dict> <key>AddArguments</key> <string>-v</string> <key>Arguments</key> <string>Kernel=mach_kernel</string> <key>Disabled</key> <true/> <key>Hidden</key> <false/> <key>Hotkey</key> <string>M</string> <key>InjectKexts</key> <false/> <key>NoCaches</key> <false/> <key>Path</key> <string>\EFI\BOOT\BOOTX64.efi</string> <key>Title</key> <string>MyCustomEntry</string> <key>Type</key> <string>OSXRecovery</string> <key>Volume</key> <string>D68F1885-571C-4441-8DD5-F14803EFEF54</string> </dict> <dict> <key>Hidden</key> <false/> <key>InjectKexts</key> <false/> <key>NoCaches</key> <false/> <key>SubEntries</key> <array> <dict> <key>AddArguments</key> <string>-v</string> <key>Title</key> <string>Boot OS X 10.8.5 (12F36) Mountain Lion in Verbose Mode</string> </dict> </array> <key>Title</key> <string>OS X 10.8.5 (12F36) Mountain Lion</string> <key>Type</key> <string>OSX</string> <key>Volume</key> <string>454794AC-760D-46E8-8F77-D6EB23D2FD32</string> </dict> </array> <key>Legacy</key> <array> <dict> <key>Disabled</key> <true/> <key>Hidden</key> <false/> <key>Hotkey</key> <string>L</string> <key>Title</key> <string>MyLegacyEntry</string> <key>Type</key> <string>Windows</string> <key>Volume</key> <string>89433CD3-21F2-4D3C-95FC-722C48066D3A</string> </dict> </array> <key>Tool</key> <array> <dict> <key>Arguments</key> <string>-b</string> <key>Disabled</key> <false/> <key>Hidden</key> <false/> <key>Hotkey</key> <string>S</string> <key>Path</key> <string>\EFI\CLOVER\TOOLS\Shell64-v1.efi</string> <key>Title</key> <string>MyCustomShell</string> <key>Volume</key> <string>D68F1885-571C-4441-8DD5-F14803EFEF54</string> </dict> </array> </dict> <key>#CustomIcons</key> <false/> <key>#Hide</key> <array> <string>Windows</string> <string>BOOTX64.EFI</string> </array> <key>#Language</key> <string>ru:0</string> <key>#Mouse</key> <dict> <key>DoubleClick</key> <integer>500</integer> <key>Enabled</key> <true/> <key>Mirror</key> <false/> <key>Speed</key> <integer>2</integer> </dict> <key>#Scan</key> <dict> <key>Entries</key> <true/> <key>Legacy</key> <false/> <key>Tool</key> <true/> </dict> <key>ScreenResolution</key> <string>1280x1024</string> <key>#ConsoleMode</key> <string>0</string> <key>#TextOnly</key> <false/> <key>Theme</key> <string>metal</string> </dict> <key>Graphics</key> <dict> <key>#CustomEDID</key> <data>AP///////wAyDADfAAAAAAASAQOAIRV4CunVmVlTjigmUFQAAAABAQEBAQEBAQEBAQEBAQEB3iGgcFCEHzAgIFYAS88QAAAY3iGgcFCEHzAgIFYAS88QAAAAAAAA/gBXNjU3RwAxNTRXUDEKAAAA/gAjMz1IZYSq/wIBCiAgAJo=</data> <key>#DualLink</key> <integer>0</integer> <key>#FBName</key> <string>Makakakakala</string> <key>#Inject</key> <dict> <key>ATI</key> <true/> <key>Intel</key> <false/> <key>NVidia</key> <false/> </dict> <key>#InjectEDID</key> <true/> <key>#LoadVBios</key> <false/> <key>#NVCAP</key> <string>04000000000003000C0000000000000A00000000</string> <key>#PatchVBios</key> <false/> <key>#PatchVBiosBytes</key> <array> <dict> <key>Find</key> <data>gAeoAqAF</data> <key>Replace</key> <data>gAeoAjgE</data> </dict> </array> <key>#VRAM</key> <integer>1024</integer> <key>#VideoPorts</key> <integer>2</integer> <key>#Connectors</key> <array/> <key>#display-cfg</key> <string>03010300FFFF0001</string> <key>#ig-platform-id</key> <string>0x01620005</string> </dict> <key>KernelAndKextPatches</key> <dict> <key>#ATIConnectorsController</key> <string>6000</string> <key>#ATIConnectorsData</key> <string>000400000403000000010000210302040400000014020000000100000000040310000000100000000001000000000001</string> <key>#ATIConnectorsPatch</key> <string>040000001402000000010000000004040004000004030000000100001102010500000000000000000000000000000000</string> <key>AppleRTC</key> <true/> <key>AsusAICPUPM</key> <false/> <key>Debug</key> <false/> <key>KernelCpu</key> <false/> <key>#FakeCPUID</key> <string>0x010676</string> <key>KernelPm</key> <true/> <key>KernelLapic</key> <false/> <key>KernelHaswellE</key> <false/> <key>#KextsToPatch</key> <array> <dict> <key>Find</key> <data>SGVhZHBob25lcwA=</data> <key>Name</key> <string>VoodooHDA</string> <key>Replace</key> <data>VGVsZXBob25lcwA=</data> </dict> <dict> <key>Comment</key> <string>Patch_to_not_load_this_driver</string> <key>Find</key> <string>0x04020000</string> <key>InfoPlistPatch</key> <true/> <key>Name</key> <string>AppleHDAController</string> <key>Replace</key> <string>0x44220000</string> </dict> <dict> <key>Find</key> <data>RXh0ZXJuYWw=</data> <key>Name</key> <string>AppleAHCIPort</string> <key>Replace</key> <data>SW50ZXJuYWw=</data> </dict> <dict> <key>Comment</key> <string>TRIM function for non-Apple SSDs</string> <key>Find</key> <data>QVBQTEUgU1NEAA==</data> <key>Name</key> <string>IOAHCIBlockStorage</string> <key>Replace</key> <data>AAAAAAAAAAAAAA==</data> </dict> <dict> <key>Comment</key> <string>Second Stage patch 1</string> <key>Find</key> <data>hcB0XUg=</data> <key>Name</key> <string>IOGraphicsFamily</string> <key>Replace</key> <data>McB0W0g=</data> </dict> <dict> <key>Comment</key> <string>Second Stage patch 2</string> <key>Find</key> <data>QYjE6wM=</data> <key>Name</key> <string>IOGraphicsFamily</string> <key>Replace</key> <data>QYjE6yM=</data> </dict> </array> </dict> <key>RtVariables</key> <dict> <key>MLB</key> <string>C02032109R5DC771H</string> <key>ROM</key> <string>UseMacAddr0</string> </dict> <key>SMBIOS</key> <dict> <key>#BiosReleaseDate</key> <string>05/03/10</string> <key>#BiosVendor</key> <string>Apple Inc.</string> <key>#BiosVersion</key> <string>MB11.88Z.0061.B03.0809221748</string> <key>#Board-ID</key> <string>Mac-F4208CC8</string> <key>#BoardManufacturer</key> <string>Apple Inc.</string> <key>#BoardSerialNumber</key> <string>C02032101R5DC771H</string> <key>#BoardType</key> <integer>10</integer> <key>#BoardVersion</key> <string>Proto1</string> <key>#ChassisAssetTag</key> <string>LatitudeD420</string> <key>#ChassisManufacturer</key> <string>Apple Inc.</string> <key>#ChassisType</key> <integer>16</integer> <key>#Family</key> <string>MacBook</string> <key>#FirmwareFeatures</key> <string>0xC0001403</string> <key>#LocationInChassis</key> <string>MLB</string> <key>Manufacturer</key> <string>Apple Inc.</string> <key>#Memory</key> <dict> <key>Channels</key> <integer>2</integer> <key>Modules</key> <array> <dict> <key>Frequency</key> <integer>1333</integer> <key>Part</key> <string>C0001403</string> <key>Serial</key> <string>00001001</string> <key>Size</key> <integer>4096</integer> <key>Slot</key> <integer>0</integer> <key>Type</key> <string>DDR3</string> <key>Vendor</key> <string>Kingston</string> </dict> <dict> <key>Frequency</key> <integer>1333</integer> <key>Part</key> <string>C0001404</string> <key>Serial</key> <string>00001002</string> <key>Size</key> <integer>4096</integer> <key>Slot</key> <integer>2</integer> <key>Type</key> <string>DDR3</string> <key>Vendor</key> <string>Kingston</string> </dict> </array> <key>SlotCount</key> <integer>4</integer> </dict> <key>#Mobile</key> <true/> <key>#ProductName</key> <string>MacBook1,1</string> <key>#SerialNumber</key> <string>4H629LYAU9C</string> <key>#SmUUID</key> <string>00000000-0000-1000-8000-010203040506</string> <key>#Trust</key> <true/> <key>#Version</key> <string>1.0</string> <key>#Slots</key> <array> <dict> <key>Device</key> <string>ATI</string> <key>ID</key> <integer>1</integer> <key>Type</key> <integer>16</integer> <key>Name</key> <string>PCIe Slot 0</string> </dict> <dict> <key>Device</key> <string>WIFI</string> <key>ID</key> <integer>0</integer> <key>Type</key> <integer>1</integer> <key>Name</key> <string>Airport</string> </dict> </array> </dict> <key>SystemParameters</key> <dict> <key>InjectKexts</key> <string>Detect</string> <key>#BacklightLevel</key> <string>0x0501</string> <key>#CustomUUID</key> <string>511CE201-1000-4000-9999-010203040506</string> <key>InjectSystemID</key> <true/> </dict> </dict> </plist> Link to comment https://www.insanelymac.com/forum/topic/305036-need-help-yosemite-install-asus-maximus-vii-ranger-i5-4690k-asus-gtx-980/#findComment-2119492 Share on other sites More sharing options...
Jithin Chandran Posted March 13, 2015 Share Posted March 13, 2015 Change the <key>CStates</key> to <false/> & <key>PStates</key> to <false/> Good Luck...! Link to comment https://www.insanelymac.com/forum/topic/305036-need-help-yosemite-install-asus-maximus-vii-ranger-i5-4690k-asus-gtx-980/#findComment-2119504 Share on other sites More sharing options...
cyrillus77 Posted March 13, 2015 Author Share Posted March 13, 2015 I also changed CStates and PStates to false and still the same error Link to comment https://www.insanelymac.com/forum/topic/305036-need-help-yosemite-install-asus-maximus-vii-ranger-i5-4690k-asus-gtx-980/#findComment-2119512 Share on other sites More sharing options...
iCezar Posted March 15, 2015 Share Posted March 15, 2015 Did you go through http://www.insanelymac.com/forum/topic/282787-clover-v2-instructions/ ? It's the best place to start. Tip1: look for successful builds with your components. Tip2: you might want to get familiar with your DSDT. Download MaciASL and simply browse the code. Really, simply browse the code. Tip3: go to the clover wiki http://clover-wiki.zetam.org/Configuration#Config.plist-structure and build your config from the ground up by understanding what every option does. This is also where some of the information acquired while you browsed the DSDT will come in handy. That error is caused by OSX being unable to manage the CPU power and frequency states. I had the same when I was trying to use a borked SSDT. After 5 years of hackintoshing I can only suggest to try to learn more about clover (the only boot loader that actually works transparently) and also about the hackintosh project as a whole. Not understanding will make troubleshooting very difficult. Also, get familiar with the special terms: DSDT, SSDT, boot flags etc... Welcome to Hackintosh! Link to comment https://www.insanelymac.com/forum/topic/305036-need-help-yosemite-install-asus-maximus-vii-ranger-i5-4690k-asus-gtx-980/#findComment-2120062 Share on other sites More sharing options...
artur_pt Posted March 15, 2015 Share Posted March 15, 2015 hello where u get that config ? to install .. is to complicated .. u have anything else installed in that pc ? to install u need a simple config .. then u mod one after installation ... good hack Link to comment https://www.insanelymac.com/forum/topic/305036-need-help-yosemite-install-asus-maximus-vii-ranger-i5-4690k-asus-gtx-980/#findComment-2120071 Share on other sites More sharing options...
cyrillus77 Posted March 16, 2015 Author Share Posted March 16, 2015 I guess I got this config file from Clover installation. What do you mean by anything else installed in that PC ? I listed all the hardware components and I have Win 8.1 installed on one SSD, that I can disconnect if needed. Where do you think I can find a clover config file for my PC ? How I can simply my config file ? Another thing I noticed is when I installed clover on my USB key with my macbook air (10.8.5), the EFI partition is always present in the finder even if I eject (forced) my USB key ... Do you think there's something related to the issue ? I also created the USB key with another macbook pro laptop (10.9.x) and after the clover installation and USB key ejected, the EFI was still there. Link to comment https://www.insanelymac.com/forum/topic/305036-need-help-yosemite-install-asus-maximus-vii-ranger-i5-4690k-asus-gtx-980/#findComment-2120349 Share on other sites More sharing options...
cyrillus77 Posted March 18, 2015 Author Share Posted March 18, 2015 I have also tried to boot with Clover USB key installed in Legacy mode : same issue I forgot to mention that I have the TPLink WDN4800 network card. (I updated my first post) I have read that this can be a problem. I will try to disconnect the card and reboot with Clover USB key. Any one has a simple config.plist file to use with my config (without the wireless network card) ? Link to comment https://www.insanelymac.com/forum/topic/305036-need-help-yosemite-install-asus-maximus-vii-ranger-i5-4690k-asus-gtx-980/#findComment-2120984 Share on other sites More sharing options...
Yayiin Posted March 18, 2015 Share Posted March 18, 2015 change the smbios to iMac14,2 or your machine is a Laptop ? xD Link to comment https://www.insanelymac.com/forum/topic/305036-need-help-yosemite-install-asus-maximus-vii-ranger-i5-4690k-asus-gtx-980/#findComment-2120986 Share on other sites More sharing options...
cyrillus77 Posted March 18, 2015 Author Share Posted March 18, 2015 I fact, I really don't know why the config.plist from my initial Clover UEFI install was so complicated ... In the new config.plist (installed with Clover Legacy mode),there is no smbios : <?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>ACPI</key> <dict> <key>DSDT</key> <dict> <key>Debug</key> <false/> <key>Fixes</key> <dict> <key>AddDTGP_0001</key> <true/> <key>AddMCHC_0008</key> <false/> <key>FakeLPC_0020</key> <false/> <key>FixAirport_4000</key> <true/> <key>FixDarwin_0002</key> <false/> <key>FixDisplay_0100</key> <true/> <key>FixFirewire_0800</key> <true/> <key>FixHDA_8000</key> <true/> <key>FixHPET_0010</key> <true/> <key>FixIDE_0200</key> <false/> <key>FixIPIC_0040</key> <true/> <key>FixLAN_2000</key> <true/> <key>FixSATA_0400</key> <false/> <key>FixSBUS_0080</key> <false/> <key>FixShutdown_0004</key> <true/> <key>FixUSB_1000</key> <false/> <key>NewWay_80000000</key> <true/> <key>FIX_RTC_20000</key> <true/> <key>FIX_TMR_40000</key> <true/> <key>AddIMEI_80000</key> <true/> <key>FIX_INTELGFX_100000</key> <false/> <key>FIX_WAK_200000</key> <true/> <key>DeleteUnused_400000</key> <true/> <key>FIX_ADP1_800000</key> <true/> <key>AddPNLF_1000000</key> <true/> <key>FIX_S3D_2000000</key> <true/> <key>FIX_ACST_4000000</key> <true/> <key>AddHDMI_8000000</key> <true/> <key>FixRegions_10000000</key> <true/> </dict> <key>Name</key> <string>DSDT.aml</string> </dict> <key>DropTables</key> <array> <dict> <key>Signature</key> <string>DMAR</string> </dict> <dict> <key>Signature</key> <string>SSDT</string> <key>TableId</key> <string>CpuPm</string> </dict> <dict> <key>Signature</key> <string>SSDT</string> <key>TableId</key> <string>Cpu0Ist</string> </dict> </array> <key>HaltEnabler</key> <true/> <key>SSDT</key> <dict> <key>Generate</key> <dict> <key>CStates</key> <true/> <key>PStates</key> <true/> </dict> <key>EnableC7</key> <false/> <key>EnableC6</key> <true/> <key>EnableC4</key> <false/> <key>EnableC2</key> <false/> </dict> </dict> <key>Boot</key> <dict> <key>Arguments</key> <string>kext-dev-mode=1</string> <key>DefaultVolume</key> <string>OS X Mavericks</string> <key>Fast</key> <false/> <key>Legacy</key> <string>PBR</string> <key>Log</key> <false/> <key>CustomLogo</key> <false/> <key>Timeout</key> <integer>8</integer> <key>XMPDetection</key> <string>-1</string> </dict> <key>Devices</key> <dict> <key>Audio</key> <dict> <key>Inject</key> <string>No</string> </dict> <key>FakeID</key> <dict> <key>ATI</key> <string>0x0</string> <key>IntelGFX</key> <string>0x0</string> <key>LAN</key> <string>0x0</string> <key>NVidia</key> <string>0x0</string> <key>SATA</key> <string>0x0</string> <key>WIFI</key> <string>0x0</string> <key>XHCI</key> <string>0x0</string> <key>IMEI</key> <string>0x0</string> </dict> <key>Inject</key> <false/> <key>USB</key> <dict> <key>AddClockID</key> <true/> <key>FixOwnership</key> <true/> <key>Inject</key> <true/> </dict> </dict> <key>DisableDrivers</key> <array> <string>Nothing</string> </array> <key>GUI</key> <dict> <key>Hide</key> <array> <string>Windows</string> <string>BOOTX64.EFI</string> </array> <key>Language</key> <string>en:0</string> <key>Mouse</key> <dict> <key>Enabled</key> <true/> <key>Speed</key> <integer>8</integer> </dict> <key>Scan</key> <dict> <key>Entries</key> <true/> <key>Legacy</key> <true/> <key>Tool</key> <true/> </dict> <key>TextOnly</key> <false/> <key>Theme</key> <string>chrome</string> </dict> <key>Graphics</key> <dict> <key>Inject</key> <dict> <key>ATI</key> <false/> <key>Intel</key> <true/> <key>NVidia</key> <false/> </dict> <key>PatchVBios</key> <false/> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleRTC</key> <true/> <key>AsusAICPUPM</key> <true/> <key>Debug</key> <false/> <key>KernelCpu</key> <false/> <key>KextsToPatch</key> <array> <dict> <key>Comment</key> <string>External icons patch</string> <key>Find</key> <data>RXh0ZXJuYWw=</data> <key>Name</key> <string>AppleAHCIPort</string> <key>Replace</key> <data>SW50ZXJuYWw=</data> </dict> </array> </dict> <key>RtVariables</key> <dict> <key>LogEveryBoot</key> <string>10</string> <key>LogLineCount</key> <integer>3000</integer> <key>MountEFI</key> <true/> </dict> <key>SystemParameters</key> <dict> <key>InjectKexts</key> <string>Detect</string> <key>InjectSystemID</key> <true/> </dict> </dict> </plist> Link to comment https://www.insanelymac.com/forum/topic/305036-need-help-yosemite-install-asus-maximus-vii-ranger-i5-4690k-asus-gtx-980/#findComment-2120990 Share on other sites More sharing options...
shnyaps Posted April 5, 2015 Share Posted April 5, 2015 I think that the problem is with macbook1.1. This version isunsupported in yosemite Link to comment https://www.insanelymac.com/forum/topic/305036-need-help-yosemite-install-asus-maximus-vii-ranger-i5-4690k-asus-gtx-980/#findComment-2125377 Share on other sites More sharing options...
blazinsmokey Posted July 2, 2015 Share Posted July 2, 2015 Try my config from this post. http://www.insanelymac.com/forum/topic/304894-success-asus-maximus-vii-hero-gtx-580/?do=findComment&comment=2144100 Link to comment https://www.insanelymac.com/forum/topic/305036-need-help-yosemite-install-asus-maximus-vii-ranger-i5-4690k-asus-gtx-980/#findComment-2150320 Share on other sites More sharing options...
PhantomUK Posted July 5, 2015 Share Posted July 5, 2015 Are you running an overclocked CPU? If so reset the speed to normal and set you ram on either default or XMP1. Also disable the CSM in your bios. Link to comment https://www.insanelymac.com/forum/topic/305036-need-help-yosemite-install-asus-maximus-vii-ranger-i5-4690k-asus-gtx-980/#findComment-2151031 Share on other sites More sharing options...
Recommended Posts