Create a Hackintosh with ASUS Motherboards

Discussion in 'The Off Topic Lounge' started by Mr. Penguin, 6 Nov 2013.

  1. Clver16

    Clver16 Member

    Joined:
    22 Dec 2014
    Messages:
    1
    Likes Received:
    0
    Sir penguin, what settings will i change to your guide because i am trying to install mavericks on p8z77 v pro thunderbolt i7 3770 geforce gt 9500

    and can you please elaborate step 4 the smbios and bootplist thing. What will i enter in the chameleon boot plist cause i didn't quite understand tnx
     
  2. Mr. Penguin

    Mr. Penguin Administrator
    Staff Member VIP Admin

    Joined:
    18 May 2012
    Messages:
    3,093
    Likes Received:
    1,268
    Should still be the same. Check out my last post in the other hackintosh thread. Think you need graphicsenabler

    Sent from my Nexus 5 using Tapatalk
     
  3. Mr. Penguin

    Mr. Penguin Administrator
    Staff Member VIP Admin

    Joined:
    18 May 2012
    Messages:
    3,093
    Likes Received:
    1,268
  4. i19tommy88

    i19tommy88 Active Member

    Joined:
    4 Jul 2015
    Messages:
    3
    Likes Received:
    0
    Hello all, lately i bump into this problem and dont know why, wheather it in safe mode or normal mode, during boot up, all suddent the screen turn blank with lines...anyone have this problem?
     

    Attached Files:

  5. Mr. Penguin

    Mr. Penguin Administrator
    Staff Member VIP Admin

    Joined:
    18 May 2012
    Messages:
    3,093
    Likes Received:
    1,268
    Graphics card setting or issue @i19tommy88

    Possibily just resolution.
     
  6. i19tommy88

    i19tommy88 Active Member

    Joined:
    4 Jul 2015
    Messages:
    3
    Likes Received:
    0
    Do you have anyway to get it fix Mr. Pen? Cant boot to safemode
     
  7. Mr. Penguin

    Mr. Penguin Administrator
    Staff Member VIP Admin

    Joined:
    18 May 2012
    Messages:
    3,093
    Likes Received:
    1,268
    This board is completely compatible with El Capitan. Currently have 10.11.1

    I have uploaded some kexts here to help you out. Note that Radeon 7700 GPU Graphics were a bit broken and I managed to fix with Verde.kext. Might also fix other AMD GPUs too. I placed the following in EFI > kexts > 10.11

    ACPISensors.kext
    CPUSensors.kext
    FakeSMC.kext
    GPUSensors.kext
    LPCSensors.kext
    Verde.kext

    Ensure that these are not in your S/L/E folder

    Also I managed to fix iStat menus. Only fan and hard drive temps were working. Download version 5.11 (636)
     

    Attached Files:

    • Like Like x 1
  8. yacob841

    yacob841 New Member

    Joined:
    11 Dec 2015
    Messages:
    5
    Likes Received:
    0
    I have attempted both this and your earlier solution for 10.10.3 but am still having some issues. I am using 2 7950's (0x679A1002), which are supposed to be natively compatible and were for Yosemite, and am getting that **GPU hardware VM is enabled error. I have tried adding the lines to my section which didn't work and I have tried Verde (but inserting my card into it as well). Any other ideas on how I might fix this issue? Thank you for your time and I hope to hear back from you shortly.
     
  9. Mr. Penguin

    Mr. Penguin Administrator
    Staff Member VIP Admin

    Joined:
    18 May 2012
    Messages:
    3,093
    Likes Received:
    1,268
  10. yacob841

    yacob841 New Member

    Joined:
    11 Dec 2015
    Messages:
    5
    Likes Received:
    0
    @Mr. Penguin Yes, I added the verde.kext, I tried putting it in the 10.11 folder and turning on injecting, I also tried installing, I also did repair permissions and tried using GraphicsEnabler=No, with nothing solving it.

    This is what my boot looks like. I think my Verde might not be loading because it doesn't change anything. However I have the file in kexts/10.11 and I have this in my config
    Code:
    Select All
    <key>SystemParameters</key> <dict> <key>InjectKexts</key> <string>Yes</string> <key>InjectSystemID</key> <true/> </dict>
     

    Attached Files:

  11. Mr. Penguin

    Mr. Penguin Administrator
    Staff Member VIP Admin

    Joined:
    18 May 2012
    Messages:
    3,093
    Likes Received:
    1,268
    @yacob841 send your system profile and config.plist
     
  12. yacob841

    yacob841 New Member

    Joined:
    11 Dec 2015
    Messages:
    5
    Likes Received:
    0
    @Mr. Penguin I hope this is what you mean by system profile:
     

    Attached Files:

  13. Mr. Penguin

    Mr. Penguin Administrator
    Staff Member VIP Admin

    Joined:
    18 May 2012
    Messages:
    3,093
    Likes Received:
    1,268
    @yacob841
    Find
    Code:
    Select All
    <string>-v slide=0 dart=0 kext-dev-mode=1 rootless=0</string>
    Replace
    Code:
    Select All
    <string>-v -xcpm</string>
    Find
    Code:
    Select All
    <key>Inject</key>
    Replace
    Code:
    Select All
    <key>#Inject</key>
    Find
    Code:
    Select All
    <key>FakeID</key> <dict> <key>ATI</key> <string>0x0</string> <key>IMEI</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> </dict>
    Replace
    Code:
    Select All
    <key>FakeID</key> <dict> <key>#ATI</key> <string>0x67501002</string> <key>#IMEI</key> <string>0x1e208086</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> </dict>
    If that fails use the files given in the attachments, use kext utility.
     

    Attached Files:

    #133 Mr. Penguin, 23 Jan 2016
    Last edited: 23 Jan 2016
  14. yacob841

    yacob841 New Member

    Joined:
    11 Dec 2015
    Messages:
    5
    Likes Received:
    0
    Sorry, I am working all day so I don't have time to write a detailed review of what happened until later tonight. In short, it didn't work. In some instances it would get to the attached screen (which still has VM is enabled but at the top) and after waiting awhile it finally only booted with iGPU (sometimes with horrible graphics other times with good graphics). Other things ended with kernel panics or it would get to the attached screen wait for a bit and then restart.
     

    Attached Files:

  15. meknb

    meknb Mod
    Moderator Dev Team VIP

    Joined:
    2 Jun 2012
    Messages:
    702
    Likes Received:
    203
    Are you loading your vbios I think most ati need to load the video bios.
    <key>LoadVBios</key>
    <true/>
    <key>PatchVBios</key>
    <true/>
     
  16. i19tommy88

    i19tommy88 Active Member

    Joined:
    4 Jul 2015
    Messages:
    3
    Likes Received:
    0
    Pretty awesom that i got mine v pro running El capitan...only problem i have to deal with is every time boot up, i have to manually inject USB ownership and IDclock with clover boot loader , Mr.Penguin, is there a way to inject it permanently ?
    --- Double Post Merged, 30 Jan 2016, Original Post Date: 30 Jan 2016 ---
    Installed clover package v7 seem to fixed the problem...yay..
     
  17. yacob841

    yacob841 New Member

    Joined:
    11 Dec 2015
    Messages:
    5
    Likes Received:
    0
    @meknb If I load my VBios I get this kernel panic
     

    Attached Files:

Share This Page

Loading...