Jump to content
2429 posts in this topic

Recommended Posts

Geforce GT 710 2048 mb Works  :D

 

Untitled1.png.27ee0fdf39753ebe79a5e66fc283ac85.png

 

U1.png.2f1bc5ffa0ed14e1b9ed7366f7c6f240.png

EDIT ***

I always forget this card and I do not use it very much but it serves me well for my Optiplex 790

Edited by chris1111
  • Like 2

Binary for DVMT MinStolenPatch has been totally changed at 10.14 Beta, need new patch to "MinStolenPatch" for KabyLake Platform Notebook. Maybe Skylake and Broadwell Notebook face the same problem too 

2 minutes ago, Andres ZeroCross said:

Binary for DVMT MinStolenPatch has been totally changed at 10.14 Beta, need new patch to "MinStolenPatch" for KabyLake Platform Notebook. Maybe Skylake and Broadwell Notebook face the same problem too 

 

Looks like if your BIOS is hard patched we're still OK, full acceleration on my Latitude E5550. (Broadwell)

Try to patch "89 6D C0 76 46 48" to "89 6D C0 EB 46 48" and the result "Failed to load Framebuffer" (i set 0x591B0000)

IMG_5296.JPG

Screen Shot 2018-06-05 at 19.22.26.png

1 minute ago, NOTNlCE said:

 

Looks like if your BIOS is hard patched we're still OK, full acceleration on my Latitude E5550. (Broadwell)

Yes,, i assume you have unlock DVMT COnfiguration at your BIOS :)

Guys  Hi,

 

mine is very old hardware and I attempted Mojave install only to get the following as if the clover is not working at all, a lapic error!!!!!!

boot.thumb.jpg.6eb7eb2445f20a7ae609e7577e494e3a.jpg

 

Used both 11.1 and 13.1 smbios to initiate boot, but always the same. Except for the smbios all the rest of config, plist is as before and it boots fine with High Sierra. 

Am on clover 4515 , tried both to external disk via high sierra and with installer usb made with boot buddy.

 

Will it go any further or is it the end of this hardware with Mojave.

Any suggestions to try.

 

Thanks

Macq

1 hour ago, Andres ZeroCross said:

Binary for DVMT MinStolenPatch has been totally changed at 10.14 Beta, need new patch to "MinStolenPatch" for KabyLake Platform Notebook. Maybe Skylake and Broadwell Notebook face the same problem too 

 

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>

 

  • Like 7
  • Thanks 2
Guys  Hi,
 
mine is very old hardware and I attempted Mojave install only to get the following as if the clover is not working at all, a lapic error!!!!!!
boot.thumb.jpg.6eb7eb2445f20a7ae609e7577e494e3a.jpg
 
Used both 11.1 and 13.1 smbios to initiate boot, but always the same. Except for the smbios all the rest of config, plist is as before and it boots fine with High Sierra. 
Am on clover 4515 , tried both to external disk via high sierra and with installer usb made with boot buddy.
 
Will it go any further or is it the end of this hardware with Mojave.
Any suggestions to try.
 
Thanks
Macq
Have you checked the kernel lapic option in clover configurator?

Sent from my SM-G930F using Tapatalk

2 minutes ago, 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>

 

Awesomee :D

 

10 minutes ago, 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>

 

But before i tried to patch "89 6D C0 76 46 48" to "89 6D C0 EB 46 48" and the result "Failed to load Framebuffer" (i set 0x591B0000). Need check again

  • Like 2
Guest
This topic is now closed to further replies.
×
×
  • Create New...