valeryimm Posted July 9, 2018 Share Posted July 9, 2018 to Austere.J Hi, Trying to apply MinStolenSize patch for AppleIntelSKLGraphicsFrameBuffer kext for 10.14 Beta 2 (18A314h). I cannot find string: 76 40 48 FF 05 11 E5 07 It is probably changed in Beta 2. Can you please make minstolensize patch for it? I attached the kext. thanks AppleIntelSKLGraphicsFramebuffer Link to comment Share on other sites More sharing options...
crazybirdy Posted July 9, 2018 Share Posted July 9, 2018 2 minutes ago, ANONIMNIQ said: @crazybirdy I use your CLOVER folder and removed some drivers to load the installer successfully but PC restarts at this point of the installation and CLOVER don't detect the HDD to continue installation process. What I'm doing wrong? I create the installer from the Terminal. Is it possible that the installer is damaged? I always use MBR-method, I do not know what's wrong with this issue, but you can boot to install screen now. Maybe the installer is damaged as you said. Link to comment Share on other sites More sharing options...
valeryimm Posted July 9, 2018 Share Posted July 9, 2018 On 6/5/2018 at 10:19 AM, gengik84 said: try to manual patch, install patched kext, rebuild cache and reboot if ok, reinstall original kext, enable patch on config and reboot again Hi, What kext needs to be manually patched? Is it AppleIntelSKLGraphicsFramebuffer kext? Link to comment Share on other sites More sharing options...
ANONIMNIQ Posted July 9, 2018 Share Posted July 9, 2018 3 minutes ago, crazybirdy said: I always use MBR-method, I do not know what's wrong with this issue, but you can boot to install screen now. Maybe the installer is damaged as you said. Can you give me the link for MBR method, please and what's the difference from the other methods? Link to comment Share on other sites More sharing options...
valeryimm Posted July 9, 2018 Share Posted July 9, 2018 (edited) On 6/5/2018 at 9:38 AM, Austere.J said: Yes, the previous patches no longer work. Here are the new patches for macOS 10.14 Beta 1 AppleIntelBDWGraphicsFramebuffer Find: 76 40 48 FF 05 A2 2A 06 Repl: EB 40 48 FF 05 A2 2A 06 AppleIntelSKLGraphicsFramebuffer Find: 76 40 48 FF 05 11 E5 07 Repl: EB 40 48 FF 05 11 E5 07 AppleIntelKBLGraphicsFramebuffer Find: 76 46 48 FF 05 BA 48 08 Repl: EB 46 48 FF 05 BA 48 08 config_BDW_SKL_KBL_DVMT_Patches.plist <key>KextsToPatch</key> <array> <dict> <key>Comment</key> <string>Disable minStolenSize check for 10.14 Beta 1 (by FireWoilf/Austere.J)</string> <key>Find</key> <data> dkBI/wWiKgY= </data> <key>MatchOS</key> <string>10.14.x</string> <key>Name</key> <string>com.apple.driver.AppleIntelBDWGraphicsFramebuffer</string> <key>Replace</key> <data> 60BI/wWiKgY= </data> </dict> <dict> <key>Comment</key> <string>Disable minStolenSize check for 10.14 Beta 1 (by FireWoilf/Austere.J)</string> <key>Find</key> <data> dkBI/wUR5Qc= </data> <key>MatchOS</key> <string>10.14.x</string> <key>Name</key> <string>com.apple.driver.AppleIntelSKLGraphicsFramebuffer</string> <key>Replace</key> <data> 60BI/wUR5Qc= </data> </dict> <dict> <key>Comment</key> <string>Disable minStolenSize check for 10.14 Beta 1 (by FireWoilf/Austere.J)</string> <key>Find</key> <data> dkZI/wW6SAg= </data> <key>MatchOS</key> <string>10.14.x</string> <key>Name</key> <string>com.apple.driver.AppleIntelKBLGraphicsFramebuffer</string> <key>Replace</key> <data> 60ZI/wW6SAg= </data> </dict> </array> Hi, Trying to apply MinStolenSize patch for AppleIntelSKLGraphicsFrameBuffer kext for 10.14 Beta 2 (18A314h). I am trying to get my Intel Iris 540 HD working, which is UHD. Looks like my DVMT prealloc is 64 MB in BIOS. Still I have KP without patch. I cannot find string: 76 40 48 FF 05 11 E5 07 What I found is: 76 40 48 FF 05 A2 7E 07 It is probably changed in Beta 2. Can you please make minstolensize patch for it? I attached the kext. thanks AppleIntelSKLGraphicsFramebuffer Edited July 9, 2018 by valeryimm Link to comment Share on other sites More sharing options...
crazybirdy Posted July 9, 2018 Share Posted July 9, 2018 2 minutes ago, ANONIMNIQ said: Can you give me the link for MBR method, please and what's the difference from the other methods? MBR method used for MBR, install via stage 2 directly. createinstallmedia used for GUID, needs stage 1 and stage 2, your issue is stage 1 error. Normally, you use createinstallmedia method is the easy way to install Mojave. 2 Link to comment Share on other sites More sharing options...
prcmelo Posted July 9, 2018 Share Posted July 9, 2018 Anyone knows the fix for USB Port Limit in DP3? Tried this one and it's not working... kext: com.apple.driver.usb.AppleUSBXHCI find: 83 FB 0F 0F 83 09 05 00 00 repl: 83 FB 0F 90 90 90 90 90 90 Link to comment Share on other sites More sharing options...
al6042 Posted July 9, 2018 Share Posted July 9, 2018 Try this one: kext: com.apple.driver.usb.AppleUSBXHCI find: 83 FB 0F 0F 83 03 05 00 00 repl: 83 FB 1A 0F 83 03 05 00 00 1 Link to comment Share on other sites More sharing options...
MacPeet Posted July 9, 2018 Share Posted July 9, 2018 Thanks for the help with C2D and C2Q non SSE4.2 with Mojave. My Dell Optiplex780 with C2Q 9400 with HD5450 works with Mojave full resolution 1920x1080 without QE / CI. Are there any insights for graphic rollback ??? 2 Link to comment Share on other sites More sharing options...
Sniki Posted July 9, 2018 Share Posted July 9, 2018 3 hours ago, valeryimm said: to Austere.J Hi, Trying to apply MinStolenSize patch for AppleIntelSKLGraphicsFrameBuffer kext for 10.14 Beta 2 (18A314h). I cannot find string: 76 40 48 FF 05 11 E5 07 It is probably changed in Beta 2. Can you please make minstolensize patch for it? I attached the kext. thanks AppleIntelSKLGraphicsFramebuffer 3 hours ago, valeryimm said: Hi, What kext needs to be manually patched? Is it AppleIntelSKLGraphicsFramebuffer kext? 3 hours ago, valeryimm said: Hi, Trying to apply MinStolenSize patch for AppleIntelSKLGraphicsFrameBuffer kext for 10.14 Beta 2 (18A314h). I am trying to get my Intel Iris 540 HD working, which is UHD. Looks like my DVMT prealloc is 64 MB in BIOS. Still I have KP without patch. I cannot find string: 76 40 48 FF 05 11 E5 07 What I found is: 76 40 48 FF 05 A2 7E 07 It is probably changed in Beta 2. Can you please make minstolensize patch for it? I attached the kext. thanks AppleIntelSKLGraphicsFramebuffer Look at my patch that should work across all betas (previous page) https://www.insanelymac.com/forum/topic/334596-pre-release-macos-mojave/?do=findComment&comment=2624937 1 Link to comment Share on other sites More sharing options...
valeryimm Posted July 9, 2018 Share Posted July 9, 2018 3 hours ago, "Sniki" said: Look at my patch that should work across all betas (previous page) https://www.insanelymac.com/forum/topic/334596-pre-release-macos-mojave/?do=findComment&comment=2624937 Thank you so much, I will let you know. Link to comment Share on other sites More sharing options...
iRipper Posted July 9, 2018 Share Posted July 9, 2018 (edited) I don't get it. I have build 18A326g Public Beta installed, but Software Updates shows a badge that there updates available, yet when I scan for updates it shows that the system is up to date. The badge doesn't go away though. Nevermind. Fixed it. Downloading PB2 Edited July 9, 2018 by iRipper 1 Link to comment Share on other sites More sharing options...
prcmelo Posted July 9, 2018 Share Posted July 9, 2018 6 hours ago, al6042 said: Try this one: kext: com.apple.driver.usb.AppleUSBXHCI find: 83 FB 0F 0F 83 03 05 00 00 repl: 83 FB 1A 0F 83 03 05 00 00 It's working! Thank you!!!! 1 Link to comment Share on other sites More sharing options...
jsl2000 Posted July 10, 2018 Share Posted July 10, 2018 (edited) On 7/9/2018 at 11:32 AM, crazybirdy said: My nVidia 9300GE use NVDANV50HalTesla.kext with 10.13 before version, but removed on 10.14. Get no lucky to work with old kexts copy from 10.13 to 10.14. I bought a cheap second hand GT640 works great on 10.14 now, use NVDAGK100Hal.kext native. If you need NVDANV50HalTesla.kext, I think you need a lots of lucky! Eventually got GT-9600M working at Mojave beta3 in real Mac Book Pro 5,2 Need rollback related Graphics & IOUSB kexts from 10.13.6 The same also working in Asus P5Q PRO (CPU: E8400, GPU: Nvidia GT-730) hackintosh too ! Edited July 10, 2018 by jsl2000 1 Link to comment Share on other sites More sharing options...
iRipper Posted July 10, 2018 Share Posted July 10, 2018 Hmmmm. Preview and Quicklook will open any file, except JPG images, the it just freezes Anyone else has this issue? Link to comment Share on other sites More sharing options...
crazybirdy Posted July 10, 2018 Share Posted July 10, 2018 1 hour ago, jsl2000 said: Eventually got GT-9600M working at Mojave beta3 in real Mac Book Pro 5,2 Need rollback related Graphics & IOUSB kexts from 10.13.6 The same also working in Asus P5Q PRO (CPU: E8400, GPU: Nvidia GT-730) hackintosh too ! You're so lucky, man! My nVidia 9300GE is still no lucky with 10.13.6 kexts. May I ask for your Clover config.plist? Thanks. Link to comment Share on other sites More sharing options...
fantomas Posted July 10, 2018 Author Share Posted July 10, 2018 @jsl2000 Having a full displayed RAM does not mean you have QE/CI enabled - What about dock/menu bar translucency? I also have used kexts from 10.13.6 for my HD6770 and GT 210 and have a full displayed RAM but no QE/CI enabled. Link to comment Share on other sites More sharing options...
mick3lson Posted July 10, 2018 Share Posted July 10, 2018 (edited) I've successfully installed Mojave beta3 on my ssd samsung 850 pro with hfs partition table GPT Guid, thank's crazybirdy for your Mojave MBR HFS Firmware Check Patch 10.14.db3 work flawlessly, I would know if trim must be activated. Cheers Edited July 10, 2018 by mick3lson 1 Link to comment Share on other sites More sharing options...
Irish_Man Posted July 10, 2018 Share Posted July 10, 2018 20 minutes ago, mick3lson said: I've successfully installed Mojave beta3 on my ssd samsung 850 pro with hfs partition table GPT Guid, thank's crazybirdy for your Mojave MBR HFS Firmware Check Patch 10.14.db3 work flawlessly, I would know if trim must be activated. Cheers You can enable it via Clover. Kernel and Kext Patches/List Of Patches. It should be 1st on the list. Link to comment Share on other sites More sharing options...
arsradu Posted July 10, 2018 Share Posted July 10, 2018 38 minutes ago, dzontra said: You can enable it via Clover. Kernel and Kext Patches/List Of Patches. It should be 1st on the list. OR Terminal: sudo trimforce enable To disable: sudo trimforce disable 2 Link to comment Share on other sites More sharing options...
v-volodi Posted July 10, 2018 Share Posted July 10, 2018 On 7/9/2018 at 2:41 AM, Pavo said: The only difference I see in the binary HS: c806000085 Mojave: 2807000085 maybe can build Clover's patch or lilu plugin for binary patch? 1 Link to comment Share on other sites More sharing options...
al6042 Posted July 10, 2018 Share Posted July 10, 2018 I just got Dev Beta 3 proposed to install... again... After install I got the Build-Number of Public Beta 2: 2 Link to comment Share on other sites More sharing options...
jsl2000 Posted July 11, 2018 Share Posted July 11, 2018 (edited) On 7/10/2018 at 6:14 PM, crazybirdy said: You're so lucky, man! My nVidia 9300GE is still no lucky with 10.13.6 kexts. May I ask for your Clover config.plist? Thanks. For 9600M GT in real Mac Book Pro 5,2 I don't need Clover bootloader in Mojave. On 7/10/2018 at 6:21 PM, fantomas1 said: @jsl2000 Having a full displayed RAM does not mean you have QE/CI enabled - What about dock/menu bar translucency? I also have used kexts from 10.13.6 for my HD6770 and GT 210 and have a full displayed RAM but no QE/CI enabled. Yes, you are right. Only Apple software render is working without QE/CI in 10.14 beta3. Edit: I have got Open GL function after patched by macOS Mojave Patcher : http://dosdude1.com/mojave/ Edited July 11, 2018 by jsl2000 1 Link to comment Share on other sites More sharing options...
ANONIMNIQ Posted July 11, 2018 Share Posted July 11, 2018 @crazybirdy I installed db1 sucessfully but graphic is really bad and laggy. It's not detect my GPU. How to fix that? Also, is there any way to download full installer for DB3 from here and make installer USB or I need high Sierra for this? Link to comment Share on other sites More sharing options...
Matgen84 Posted July 11, 2018 Share Posted July 11, 2018 8 minutes ago, ANONIMNIQ said: @crazybirdy I installed db1 sucessfully but graphic is really bad and laggy. It's not detect my GPU. How to fix that? Also, is there any way to download full installer for DB3 from here and make installer USB or I need high Sierra for this? See first post on this topic 1 Link to comment Share on other sites More sharing options...
Recommended Posts