Jump to content

deevey

Members
  • Posts

    32
  • Joined

  • Last visited

Everything posted by deevey

  1. Just thought I'd report back ... So the same thing started happening again, but this time would not even get into MacOS with QE/CI whatsoever. But would boot with no patch. I spent another half day trying to figure it out with various combinations of patches, fixes etc.. before turning to hardware as a possible cause. Turns out it was only a bad HDMI Cable ? nothing else - Ouch! Don't know how or why that would only affect enabled graphics, but it did. Strange
  2. Well that worked - kinda I used your patch, rebooted - great ! no green screen and HDMI audio once again. However a couple of boots later the green screen appeared again - strange. I noticed I had an Apple folder in EFI - deleted it - reboot, no green screen - Nice! However I could no longer open Hackintool - it crashed every time. Put back my original ID 59160009 and everything is now back to normal. Strange how that happened but the machine is 100% again. Thank you for your help once again.
  3. Fixed the Green Screen issue by changing Connector in Hackintool to HDMI - but now I've lost HDMI Audio
  4. Kabylake-R Here's a realtime video of what's happening on Boot.
  5. So Since after installing the latest Mojave Security update, I'm getting a Green Screen between Verbose and Apple Loader lasting appx 60 seconds. Everything works after that, but its annoying as hell. Have tried a couple of Platform ID's and SMBios without any luck. Same result in both OpenCore (6.0) and Clover (5120). Latest WEG / Lilu System has not had any issues the past 9 months using 0x51960009 / 59168086 or 0x3EA50004 / E39B8086 Same Result regardless if Properties are added via Clover Devices or via SSDT Using Single 1920x1080 monitor Config Attached I hope Apple didn't screw with the driver on this update. config.plist.zip
  6. Ok so it turns out that in order to get Graphics working 100% in Mojave with audio all that was required are these two lines in Xcode. This enables 4k, VDA decoder and appears to have 3 video outputs (Probably 2x via USB C which I cannot confirm). I feel pretty certain at this point that the problem with Catalina stalling lies with faking of the ID. Maybe there will be a future solution. <key>PciRoot(0x0)/Pci(0x2,0x0)</key> <dict> <key>AAPL,ig-platform-id</key> <data>CQAWWQ==</data> <key>device-id</key> <data>FlkAAA==</data> </dict> </dict>
  7. Ok last attempt maybe ... I slow motion captured the output of verbose and transcribed the errors / warnings that I could see below (there might be a some typos) Could any of these be the potential problem in Catalina ? “name” not a kext “failedImage” not a kext ACPI Error: [CPUB] namepace lookup failure, AE not found (20160930/dswload-292) ACPI Exception: AE_NOT_FOUND. During name lookup/catalog (2016090930/psobject-310) ACPI Exception: AE_NOT_FOUND (SSDT: CPUm) while loading table (20160930/tbxfload-319) ACPI Error: 1 table load failures, 2 successful (20160930/tbxload-342) Warning - kext com.apple.driver.usb.Apppleusbhostplatform properties declares no com.apple.kpl.* dependencies if it uses any KPI’s the link …. Calling npo_policy_init for Lilu ACPI Error [DTGP] namespace lookup failure, AE_NOT_FOUND (201609030/psargs-463) ACPI Error: Method Parse/exceution failed [\_sb.pci0.rp01.eth0._dsm] (node ffffff8033384510), AE not found (20160930/psparse-632) AppleIntellpssgspil:: start : initgspigoio failed Warning: kexts unavailable; proceeding w/o lock for Notice - new kext com.apple.driver.kextexclude list , v15.1.1 matches relinked kext but can’t determine if executables are the same ….. Applelmucontroller::smcgetkeyinfo Error ; recieved error 0x84 when getting key info for ALRV Appleintellpssi2c-1:iniyI2CGpio: no isol, validateobject returned 0xe00002bc Appleintellpssi2ccontroller-1::notificationpublishedhandler: get channelnumber failed Appleintellpssi2c-1:iniyI2CGpio: no isol, validate object returned 0xe00002bc Appleintellpssi2ccontroller-1::notificationpublishedhandler: get channelnumber failed Appleintellpssi2ccontroller-1::notificationpublishedhandler: get channelnumber failed Appleintellpssi2c-1:iniyI2CGpio: no isol, validateobject returned 0xe00002bc Appleintellpssi2ccontroller-1::notificationpublishedhandler: get channelnumber failed Appleintellpssi2ccontroller-1::notificationpublishedhandler: get channelnumber failed Unexpected session? 100000 uid: -1 requested by: 106 Applekeystore: operation failed (pid 106 sel: 17 ret : e00002c2 -536870206 - 1 100000) unexpected session : 10000 did -1 requested by: 106 Apfs _load_ lnode_internal: 3952: *** reset ino 1061145 size pack to 0 (from 57) ACPI_SMC_platform_plugin::start wait for service resourcematcing (appleintelcpumanagement) Timed out. Warning IOplatformpluginutil: getCPUIDinfo: this is an unknown cpu model 0x8e — powermanagement may be incomplete or unsupported. ApplePMC :: publishedIOPFF() - Failed Link to the full slow mo capture below.
  8. I have no idea either If it works with Mojave it "should" work with Catalina. I think I will have to stick with Mojave for now, look into OpenCore perhaps or even non-vanilla way of doing things
  9. This config works perfect in Mojave 100% Removed some unnecessary bits, tested with other ID's but this is the config that work correctly with Acceleration and Audio in Mojave. Catalina is a mystery, same freeze, same spot each and every time.
  10. Ok ... progress (I think) This config is 100% working in Mojave with no clover injects or ig-device-id. Coffeelake might be the answer, I guess the Kabylake-R is closer to 9th gen than 8th :-S .. Graphics now shows as an Iris Plus 655 though (manual rename) However the config STILL hangs at the same point in Catalina
  11. I wish it did, I transferred my SSD to another (same model) machine in case there was a problem with board. Unfortunately the same problem, Catalina hangs on boot whenever there is a new patch. Everything works 100% in Mojave on both machines with your original graphics fix @ https://Olarila.com/forum/viewtopic.php?f=28&t=10814 and the following settings in clover: Inject intel = yes ig-platform-id = 0x59160009 (clover) iMac 18,1 Catalina will also boot successfully with this patch, but only if inject intel = no, so obviously no acceleration, with inject intel turned on it hangs at the same point which makes me think it might be a Catalina kext issue perhaps ? If I try a new Hackintool patch without the clover properties, I can get acceleration in Mojave, but its a pinkish screen and SMBios makes no difference (tried every 7-8th gen Mac in the list). Frustrating
  12. Comparison between the working Mojave version. Platform ID in your original Mojave patch is Coffeelake though. In Mojave I also need to inject intel and set ig-platform-id to 0x59160009 however
  13. Tried with connectors patch ... no luck it still hangs at exactly the same point. Plist attached. config.plist.zip
  14. So near yet so far ... I'm certain (kinda) this must have something to do with it ?
  15. I've gone back to scratch - looked over the initial pacth (which was your one here) which works perfectly on Mojave. Attempted to Re-patch using Coffeelake with Hackintool but still no luck whatsoever Something in Catalina just does not want to play nice. Anything else you can think of ?
  16. I wish I had better news .... but It's hanging at exactly the same point.
  17. attached config.plist.zip
  18. Maybe I'm doing something extremely stupid ? (would not be the first time) Appreciate anything you can do. I've included a bootable version and the one that hangs. Booting without Acceleration <?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>AutoMerge</key> <true/> <key>DSDT</key> <dict> <key>Fixes</key> <dict> <key>AddDTGP</key> <false/> <key>AddIMEI</key> <false/> <key>AddMCHC</key> <false/> <key>DeleteUnused</key> <false/> <key>FixDarwin</key> <false/> <key>FixDarwin7</key> <false/> <key>FixDisplay</key> <false/> <key>FixHDA</key> <false/> <key>FixHPET</key> <false/> <key>FixIPIC</key> <false/> <key>FixIntelGfx</key> <false/> <key>FixLAN</key> <true/> <key>FixMutex</key> <false/> <key>FixRTC</key> <false/> <key>FixRegions</key> <true/> <key>FixSBUS</key> <false/> <key>FixShutdown</key> <false/> <key>FixTMR</key> <false/> <key>FixUSB</key> <false/> </dict> <key>Name</key> <string>DSDT.aml</string> <key>Patches</key> <array> <dict> <key>Comment</key> <string>change GFX0 to IGPU</string> <key>Disabled</key> <false/> <key>Find</key> <data> R0ZYMA== </data> <key>Replace</key> <data> SUdQVQ== </data> </dict> <dict> <key>Comment</key> <string>change HDAS to HDEF</string> <key>Disabled</key> <false/> <key>Find</key> <data> SERBUw== </data> <key>Replace</key> <data> SERFRg== </data> </dict> <dict> <key>Comment</key> <string>change HECI to IMEI</string> <key>Disabled</key> <false/> <key>Find</key> <data> SEVDSQ== </data> <key>Replace</key> <data> SU1FSQ== </data> </dict> <dict> <key>Comment</key> <string>change SAT0 to SATA</string> <key>Disabled</key> <false/> <key>Find</key> <data> U0FUMA== </data> <key>Replace</key> <data> U0FUQQ== </data> </dict> <dict> <key>Comment</key> <string>change EC0 to EC</string> <key>Disabled</key> <false/> <key>Find</key> <data> RUMwXw== </data> <key>Replace</key> <data> RUNfXw== </data> </dict> </array> </dict> <key>DropTables</key> <array> <dict> <key>Signature</key> <string>DMAR</string> </dict> <dict> <key>Signature</key> <string>SSDT</string> <key>TableId</key> <string>xh_rvp10</string> </dict> </array> <key>FixHeaders</key> <true/> <key>FixMCFG</key> <true/> <key>HaltEnabler</key> <true/> <key>SSDT</key> <dict> <key>Generate</key> <dict> <key>PluginType</key> <false/> </dict> <key>NoDynamicExtract</key> <true/> <key>NoOemTableId</key> <true/> </dict> </dict> <key>Boot</key> <dict> <key>Arguments</key> <string>dart=0 -lilubetaall -v</string> <key>CustomLogo</key> <string>Apple</string> <key>DefaultVolume</key> <string>LastBootedVolume</string> <key>Legacy</key> <string>PBR</string> <key>NeverDoRecovery</key> <true/> <key>NeverHibernate</key> <true/> <key>NoEarlyProgress</key> <false/> <key>Timeout</key> <integer>5</integer> <key>XMPDetection</key> <string>Yes</string> </dict> <key>Devices</key> <dict> <key>Audio</key> <dict> <key>AFGLowPowerState</key> <false/> <key>Inject</key> <integer>13</integer> <key>ResetHDA</key> <true/> </dict> <key>HDMIInjection</key> <false/> <key>LANInjection</key> <true/> <key>PciRoot(0x0)/Pci(0x2,0x0)</key> <dict> <key>AAPL,ig-platform-id</key> <data> BAClPg== </data> <key>device-id</key> <data> pT4AAA== </data> <key>disable-external-gpu</key> <data> AQAAAA== </data> <key>enable-hdmi20</key> <data> AQAAAA== </data> <key>framebuffer-fbmem</key> <data> AACQAA== </data> <key>framebuffer-patch-enable</key> <integer>1</integer> <key>framebuffer-stolenmem</key> <data> AAAwAQ== </data> </dict> <key>USB</key> <dict> <key>AddClockID</key> <true/> <key>FixOwnership</key> <true/> <key>Inject</key> <true/> </dict> <key>UseIntelHDMI</key> <false/> </dict> <key>GUI</key> <dict> <key>Hide</key> <array> <string>Preboot</string> <string>Recovery</string> <string>VM</string> </array> <key>KbdPrevLang</key> <true/> <key>Scan</key> <dict> <key>Entries</key> <true/> <key>Tool</key> <true/> </dict> <key>ShowOptimus</key> <true/> <key>Theme</key> <string>Catalina</string> </dict> <key>Graphics</key> <dict> <key>Inject</key> <dict> <key>ATI</key> <false/> <key>Intel</key> <false/> <key>NVidia</key> <false/> </dict> <key>ig-platform-id</key> <string>0x59160009</string> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleIntelCPUPM</key> <false/> <key>AppleRTC</key> <true/> <key>KernelLapic</key> <true/> <key>KernelPm</key> <true/> <key>KextsToPatch</key> <array> <dict> <key>Comment</key> <string>USB port limit patch #1 10.14.x modify by DalianSky(credit ydeng)</string> <key>Disabled</key> <false/> <key>Find</key> <data> g/sPDw== </data> <key>InfoPlistPatch</key> <false/> <key>MatchOS</key> <string>10.14.x</string> <key>Name</key> <string>com.apple.iokit.IOUSBHostFamily</string> <key>Replace</key> <data> g/s/Dw== </data> </dict> <dict> <key>Comment</key> <string>USB port limit patch #2 10.14.x modify by DalianSky(credit PMHeart)</string> <key>Disabled</key> <false/> <key>Find</key> <data> g+MP0w== </data> <key>InfoPlistPatch</key> <false/> <key>MatchOS</key> <string>10.14.x</string> <key>Name</key> <string>com.apple.iokit.IOUSBHostFamily</string> <key>Replace</key> <data> g+M/0w== </data> </dict> <dict> <key>Comment</key> <string>USB Port limit patch #3 10.14.x modify by DalianSky(credits PMheart)</string> <key>Disabled</key> <false/> <key>Find</key> <data> g/sPDw== </data> <key>InfoPlistPatch</key> <false/> <key>MatchOS</key> <string>10.14.x</string> <key>Name</key> <string>com.apple.driver.usb.AppleUSBXHCI</string> <key>Replace</key> <data> g/s/Dw== </data> </dict> <dict> <key>Comment</key> <string>USB Port limit patch #4 10.14.x modify by DalianSky(credits PMheart)</string> <key>Disabled</key> <false/> <key>Find</key> <data> g/8PDw== </data> <key>InfoPlistPatch</key> <false/> <key>MatchOS</key> <string>10.14.x</string> <key>Name</key> <string>com.apple.driver.usb.AppleUSBXHCI</string> <key>Replace</key> <data> g/8/Dw== </data> </dict> <dict> <key>Comment</key> <string>USB Port limit patch #1(credits PMheart)</string> <key>Disabled</key> <false/> <key>Find</key> <data> g/sPDw== </data> <key>InfoPlistPatch</key> <false/> <key>MatchOS</key> <string>10.15.x</string> <key>Name</key> <string>com.apple.iokit.IOUSBHostFamily</string> <key>Replace</key> <data> g/s/Dw== </data> </dict> <dict> <key>Comment</key> <string>USB Port limit patch #2(credits PMheart)</string> <key>Disabled</key> <false/> <key>Find</key> <data> g/kPDw== </data> <key>InfoPlistPatch</key> <false/> <key>MatchOS</key> <string>10.15.x</string> <key>Name</key> <string>com.apple.driver.usb.AppleUSBXHCI</string> <key>Replace</key> <data> g/k/Dw== </data> </dict> <dict> <key>Comment</key> <string>Prevent Apple I2C kexts from attaching to I2C controllers, credit CoolStar</string> <key>Disabled</key> <false/> <key>Find</key> <data> SU9LaXQ= </data> <key>InfoPlistPatch</key> <true/> <key>Name</key> <string>com.apple.driver.AppleIntelLpssI2C</string> <key>Replace</key> <data> SU9LaXM= </data> </dict> <dict> <key>Comment</key> <string>Prevent Apple I2C kexts from attaching to I2C controllers, credit CoolStar</string> <key>Disabled</key> <false/> <key>Find</key> <data> SU9LaXQ= </data> <key>InfoPlistPatch</key> <true/> <key>Name</key> <string>com.apple.driver.AppleIntelLpssI2CController</string> <key>Replace</key> <data> SU9LaXM= </data> </dict> </array> <key>PanicNoKextDump</key> <true/> </dict> <key>RtVariables</key> <dict> <key>BooterConfig</key> <string>0x28</string> <key>CsrActiveConfig</key> <string>0x67</string> <key>ROM</key> <string>UseMacAddr0</string> </dict> <key>SMBIOS</key> <dict> <key>BiosReleaseDate</key> <string>09/13/2019</string> <key>BiosVendor</key> <string>Apple Inc.</string> <key>BiosVersion</key> <string>IM181.88Z.F000.B00.1909131925</string> <key>Board-ID</key> <string>Mac-4B682C642B45593E</string> <key>BoardManufacturer</key> <string>Apple Inc.</string> <key>BoardSerialNumber</key> <string>C02921902QXH69FCB</string> <key>BoardType</key> <integer>10</integer> <key>BoardVersion</key> <string>1.0</string> <key>ChassisAssetTag</key> <string>iMac-Aluminum</string> <key>ChassisManufacturer</key> <string>Apple Inc.</string> <key>ChassisType</key> <string>0x09</string> <key>EfiVersion</key> <string>178.0.0.0.0</string> <key>Family</key> <string>iMac</string> <key>FirmwareFeatures</key> <string>0xFC0FE176</string> <key>FirmwareFeaturesMask</key> <string>0xFF1FFF7F</string> <key>LocationInChassis</key> <string>Part Component</string> <key>Manufacturer</key> <string>Apple Inc.</string> <key>Mobile</key> <false/> <key>PlatformFeature</key> <string>0x00</string> <key>ProductName</key> <string>iMac18,1</string> <key>SerialNumber</key> <string>C02YRZY5H7JY</string> <key>SmUUID</key> <string>48CF9303-D44D-4280-B751-2B261009880C</string> <key>Trust</key> <true/> <key>Version</key> <string>1.0</string> </dict> <key>SystemParameters</key> <dict> <key>InjectKexts</key> <string>Detect</string> <key>InjectSystemID</key> <true/> </dict> </dict> </plist> Not Booting <?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>AutoMerge</key> <true/> <key>DSDT</key> <dict> <key>Fixes</key> <dict> <key>AddDTGP</key> <false/> <key>AddIMEI</key> <false/> <key>AddMCHC</key> <false/> <key>DeleteUnused</key> <false/> <key>FixDarwin</key> <false/> <key>FixDarwin7</key> <false/> <key>FixDisplay</key> <false/> <key>FixHDA</key> <false/> <key>FixHPET</key> <false/> <key>FixIPIC</key> <false/> <key>FixIntelGfx</key> <false/> <key>FixLAN</key> <true/> <key>FixMutex</key> <false/> <key>FixRTC</key> <false/> <key>FixRegions</key> <true/> <key>FixSBUS</key> <false/> <key>FixShutdown</key> <false/> <key>FixTMR</key> <false/> <key>FixUSB</key> <false/> </dict> <key>Patches</key> <array> <dict> <key>Comment</key> <string>change GFX0 to IGPU</string> <key>Disabled</key> <false/> <key>Find</key> <data> R0ZYMA== </data> <key>Replace</key> <data> SUdQVQ== </data> </dict> <dict> <key>Comment</key> <string>change HDAS to HDEF</string> <key>Disabled</key> <false/> <key>Find</key> <data> SERBUw== </data> <key>Replace</key> <data> SERFRg== </data> </dict> <dict> <key>Comment</key> <string>change HECI to IMEI</string> <key>Disabled</key> <false/> <key>Find</key> <data> SEVDSQ== </data> <key>Replace</key> <data> SU1FSQ== </data> </dict> <dict> <key>Comment</key> <string>change SAT0 to SATA</string> <key>Disabled</key> <false/> <key>Find</key> <data> U0FUMA== </data> <key>Replace</key> <data> U0FUQQ== </data> </dict> <dict> <key>Comment</key> <string>change EC0 to EC</string> <key>Disabled</key> <false/> <key>Find</key> <data> RUMwXw== </data> <key>Replace</key> <data> RUNfXw== </data> </dict> </array> </dict> <key>DropTables</key> <array> <dict> <key>Signature</key> <string>DMAR</string> </dict> <dict> <key>Signature</key> <string>SSDT</string> <key>TableId</key> <string>xh_rvp10</string> </dict> </array> <key>FixHeaders</key> <true/> <key>FixMCFG</key> <true/> <key>HaltEnabler</key> <true/> <key>SSDT</key> <dict> <key>Generate</key> <dict> <key>PluginType</key> <false/> </dict> <key>NoDynamicExtract</key> <true/> <key>NoOemTableId</key> <true/> </dict> </dict> <key>Boot</key> <dict> <key>Arguments</key> <string>dart=0 -lilubetaall -v</string> <key>CustomLogo</key> <string>Apple</string> <key>DefaultVolume</key> <string>LastBootedVolume</string> <key>Legacy</key> <string>PBR</string> <key>NeverDoRecovery</key> <true/> <key>NeverHibernate</key> <true/> <key>NoEarlyProgress</key> <false/> <key>Timeout</key> <integer>5</integer> <key>XMPDetection</key> <string>Yes</string> </dict> <key>Devices</key> <dict> <key>Audio</key> <dict> <key>AFGLowPowerState</key> <false/> <key>Inject</key> <integer>13</integer> <key>ResetHDA</key> <true/> </dict> <key>HDMIInjection</key> <false/> <key>LANInjection</key> <true/> <key>PciRoot(0x0)/Pci(0x2,0x0)</key> <dict> <key>AAPL,GfxYTile</key> <data> AQAAAA== </data> <key>AAPL,ig-platform-id</key> <data> CQAWWQ== </data> <key>AAPL,slot-name</key> <string>Internal@0,2,0</string> <key>device-id</key> <data> FlkAAA== </data> <key>device_type</key> <string>VGA compatible controller</string> <key>disable-external-gpu</key> <data> AQAAAA== </data> <key>hda-gfx</key> <string>onboard-1</string> <key>model</key> <string>Intel UHD Graphics 620</string> </dict> <key>USB</key> <dict> <key>AddClockID</key> <true/> <key>FixOwnership</key> <true/> <key>Inject</key> <true/> </dict> <key>UseIntelHDMI</key> <false/> </dict> <key>GUI</key> <dict> <key>Hide</key> <array> <string>Preboot</string> <string>Recovery</string> <string>VM</string> </array> <key>KbdPrevLang</key> <true/> <key>Scan</key> <dict> <key>Entries</key> <true/> <key>Tool</key> <true/> </dict> <key>ShowOptimus</key> <true/> <key>Theme</key> <string>Catalina</string> </dict> <key>Graphics</key> <dict> <key>Inject</key> <dict> <key>ATI</key> <false/> <key>Intel</key> <false/> <key>NVidia</key> <false/> </dict> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleIntelCPUPM</key> <false/> <key>AppleRTC</key> <true/> <key>KernelLapic</key> <true/> <key>KernelPm</key> <true/> <key>KextsToPatch</key> <array> <dict> <key>Comment</key> <string>USB port limit patch #1 10.14.x modify by DalianSky(credit ydeng)</string> <key>Disabled</key> <false/> <key>Find</key> <data> g/sPDw== </data> <key>InfoPlistPatch</key> <false/> <key>MatchOS</key> <string>10.14.x</string> <key>Name</key> <string>com.apple.iokit.IOUSBHostFamily</string> <key>Replace</key> <data> g/s/Dw== </data> </dict> <dict> <key>Comment</key> <string>USB port limit patch #2 10.14.x modify by DalianSky(credit PMHeart)</string> <key>Disabled</key> <false/> <key>Find</key> <data> g+MP0w== </data> <key>InfoPlistPatch</key> <false/> <key>MatchOS</key> <string>10.14.x</string> <key>Name</key> <string>com.apple.iokit.IOUSBHostFamily</string> <key>Replace</key> <data> g+M/0w== </data> </dict> <dict> <key>Comment</key> <string>USB Port limit patch #3 10.14.x modify by DalianSky(credits PMheart)</string> <key>Disabled</key> <false/> <key>Find</key> <data> g/sPDw== </data> <key>InfoPlistPatch</key> <false/> <key>MatchOS</key> <string>10.14.x</string> <key>Name</key> <string>com.apple.driver.usb.AppleUSBXHCI</string> <key>Replace</key> <data> g/s/Dw== </data> </dict> <dict> <key>Comment</key> <string>USB Port limit patch #4 10.14.x modify by DalianSky(credits PMheart)</string> <key>Disabled</key> <false/> <key>Find</key> <data> g/8PDw== </data> <key>InfoPlistPatch</key> <false/> <key>MatchOS</key> <string>10.14.x</string> <key>Name</key> <string>com.apple.driver.usb.AppleUSBXHCI</string> <key>Replace</key> <data> g/8/Dw== </data> </dict> <dict> <key>Comment</key> <string>USB Port limit patch #1(credits PMheart)</string> <key>Disabled</key> <false/> <key>Find</key> <data> g/sPDw== </data> <key>InfoPlistPatch</key> <false/> <key>MatchOS</key> <string>10.15.x</string> <key>Name</key> <string>com.apple.iokit.IOUSBHostFamily</string> <key>Replace</key> <data> g/s/Dw== </data> </dict> <dict> <key>Comment</key> <string>USB Port limit patch #2(credits PMheart)</string> <key>Disabled</key> <false/> <key>Find</key> <data> g/kPDw== </data> <key>InfoPlistPatch</key> <false/> <key>MatchOS</key> <string>10.15.x</string> <key>Name</key> <string>com.apple.driver.usb.AppleUSBXHCI</string> <key>Replace</key> <data> g/k/Dw== </data> </dict> <dict> <key>Comment</key> <string>Prevent Apple I2C kexts from attaching to I2C controllers, credit CoolStar</string> <key>Disabled</key> <false/> <key>Find</key> <data> SU9LaXQ= </data> <key>InfoPlistPatch</key> <true/> <key>Name</key> <string>com.apple.driver.AppleIntelLpssI2C</string> <key>Replace</key> <data> SU9LaXM= </data> </dict> <dict> <key>Comment</key> <string>Prevent Apple I2C kexts from attaching to I2C controllers, credit CoolStar</string> <key>Disabled</key> <false/> <key>Find</key> <data> SU9LaXQ= </data> <key>InfoPlistPatch</key> <true/> <key>Name</key> <string>com.apple.driver.AppleIntelLpssI2CController</string> <key>Replace</key> <data> SU9LaXM= </data> </dict> </array> <key>PanicNoKextDump</key> <true/> </dict> <key>RtVariables</key> <dict> <key>BooterConfig</key> <string>0x28</string> <key>CsrActiveConfig</key> <string>0x67</string> <key>ROM</key> <string>UseMacAddr0</string> </dict> <key>SMBIOS</key> <dict> <key>BiosReleaseDate</key> <string>10/30/2019</string> <key>BiosVendor</key> <string>Apple Inc.</string> <key>BiosVersion</key> <string>IM181.88Z.F000.B00.1910301943</string> <key>Board-ID</key> <string>Mac-4B682C642B45593E</string> <key>BoardManufacturer</key> <string>Apple Inc.</string> <key>BoardSerialNumber</key> <string>C02713700QXH69F1F</string> <key>BoardType</key> <integer>10</integer> <key>BoardVersion</key> <string>1.0</string> <key>ChassisAssetTag</key> <string>iMac-Aluminum</string> <key>ChassisManufacturer</key> <string>Apple Inc.</string> <key>ChassisType</key> <string>0x09</string> <key>EfiVersion</key> <string>179.0.0.0.0</string> <key>Family</key> <string>iMac</string> <key>FirmwareFeatures</key> <string>0xFC0FE176</string> <key>FirmwareFeaturesMask</key> <string>0xFF1FFF7F</string> <key>LocationInChassis</key> <string>Part Component</string> <key>Manufacturer</key> <string>Apple Inc.</string> <key>Mobile</key> <false/> <key>PlatformFeature</key> <string>0x00</string> <key>ProductName</key> <string>iMac18,1</string> <key>SerialNumber</key> <string>C02TH0BKH7JY</string> <key>SmUUID</key> <string>106C5414-EE4F-4119-B181-1D0C9820757F</string> <key>Version</key> <string>1.0</string> </dict> <key>SystemParameters</key> <dict> <key>InjectKexts</key> <string>Detect</string> <key>InjectSystemID</key> <true/> </dict> </dict> </plist>
  19. Tried that too .... Boot appears to get stuck at exactly the same point every single time if there is any patch or injection in place Could the fact that there is no "Intel Generation" showing in Hackintool be related ? Pic attached of the stall for reference. https://pasteboard.co/IJrNZ1o.jpg
  20. Native is : 0x59178086
  21. Ok I went back to a fresh start, with fresh config file. Patched it using your settings Xcode and end up with exactly the same problem (screenshot of the settings which I hope you can confirm are correct?). https://pasteboard.co/IJmSnqk.jpg 0x59160009 is the platform ID that works perfectly in Mojave with acceleration. SMbios: iMac 18,1 .. I started there. Tried Hackintool to generate a patch ... clicking the "eye" shows me coffee lake, so tried the defaults - No Luck. Tried the 620 kabylake 0x59160009 and 0x59160000 settlings - no luck Tried pretty much all the patch options in Hackintool on / off - no luck. Tried multiple other SMBios e.g. MacBook Air, Mac Mac Mini's which also have UHD graphics - no luck Every time I end up with a freeze during boot at the same point: "render compression for IO surface is enabled" If intel is injected, Without injecting I can boot with 7mb and no acceleration. https://pasteboard.co/IJmTc2w.png I have tried your EFI folder from the thread with the patches included (I had to remove some unessesary kexts and add -lilubetaall) ... I get the same outcome as above. Any other ideas ?
  22. I assume I did it right by replacing the item in the plist? It did not do anything though, simply hangs on boot at the same point. Mojave works perfectly with the old settings with with HDMI Audio. This: <key>PciRoot(0x0)/Pci(0x2,0x0)</key> <dict> <key>AAPL,ig-platform-id</key> <data> BAClPg== </data> <key>device-id</key> <data> pT4AAA== </data> <key>disable-external-gpu</key> <data> AQAAAA== </data> <key>enable-hdmi20</key> <data> AQAAAA== </data> <key>framebuffer-fbmem</key> <data> AACQAA== </data> <key>framebuffer-patch-enable</key> <integer>1</integer> <key>framebuffer-stolenmem</key> <data> AAAwAQ== </data> </dict> To This: <key>PciRoot(0x0)/Pci(0x2,0x0)</key> <dict> <key>AAPL,GfxYTile</key> <data> AQAAAA== </data> <key>AAPL,ig-platform-id</key> <data> CQClPg== </data> <key>device-id</key> <data> pT4AAA== </data> <key>enable-hdmi20</key> <data> AQAAAA== </data> <key>framebuffer-con0-alldata</key> <data> AAAIAAIAAACYAAAA </data> <key>framebuffer-con0-enable</key> <integer>1</integer> <key>framebuffer-con1-alldata</key> <data> AQEJAAAIAADHAQAA </data> <key>framebuffer-con1-enable</key> <integer>1</integer> <key>framebuffer-con2-alldata</key> <data> AgYKAAAEAADHAQAA </data> <key>framebuffer-con2-enable</key> <integer>1</integer> <key>framebuffer-fbmem</key> <data> AACQAA== </data> <key>framebuffer-patch-enable</key> <data> AQAAAA== </data> <key>framebuffer-stolenmem</key> <data> AAAwAQ== </data> <key>framebuffer-unifiedmem</key> <data> AAAAgA== </data> <key>hda-gfx</key> <string>onboard-1</string> <key>model</key> <string>Intel Corporation, Cannon Point-LP Iris Plus Graphics 655</string> </dict>
  23. So I upgraded one of my machines to Catalina and have it working (mostly) with the exception of the Graphics / HDMI Audio. Currently showing Intel UHD Graphics 620 7 MB I used the same SMBios and Graphics settings as I did for my working Mojave install, have tried a number of various SMbios's but no luck. Boot hangs at "render compression for IO surface is enabled" if I attempt to inject intel. Any Ideas ? Send Me File attached. Muchos Thanks Send me Steves-iMac.zip
  24. Thanks for the kick in the right direction it looks like I am not the only one having an issue where there is no MAC address. Now I just hope the airport cards I ordered work and I'll be 99% working.
×
×
  • Create New...