Jump to content

[pre-release] macOS Mojave


2,429 posts in this topic

Recommended Posts

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

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

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

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 by valeryimm
Link to comment
Share on other sites

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.

  • Like 2
Link to comment
Share on other sites

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

Thanks for the help with C2D and C2Q non SSE4.2 with Mojave.

 

Dell_Optiplex780_Mojave.thumb.png.c7cbccc0b5a1c3ad5030d1f934b28754.png


My Dell Optiplex780 with C2Q 9400 with HD5450 works with Mojave full resolution 1920x1080 without QE / CI.
Are there any insights for graphic rollback ???

 

 

  • Like 2
Link to comment
Share on other sites

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&amp;comment=2624937

  • Like 1
Link to comment
Share on other sites

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 :whistle:

Edited by iRipper
  • Haha 1
Link to comment
Share on other sites

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!!!!

  • Like 1
Link to comment
Share on other sites

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.:wallbash:

 

I bought a cheap second hand GT640 works great on 10.14 now, use NVDAGK100Hal.kext native.:thumbsup_anim:

 

If you need NVDANV50HalTesla.kext, I think you need a lots of lucky!:yes:

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 !

Screen Shot 2018-07-10 at 4.07.20 PM.png

Screen Shot 2018-07-10 at 4.26.03 PM.png

Edited by jsl2000
  • Haha 1
Link to comment
Share on other sites

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! :thumbsup_anim:

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

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.

 

Cheers309764575_Schermata2018-07-10alle15_03_59.png.e27e722c9515d54d2a0ffdca4c7f4ddc.png1834607557_Schermata2018-07-10alle15_04_32.png.bb451a54c7e71451146c7b0adfe34b3c.png

Edited by mick3lson
  • Like 1
Link to comment
Share on other sites

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

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

 

  • Like 2
Link to comment
Share on other sites

On 7/10/2018 at 6:14 PM, crazybirdy said:

 

You're so lucky, man! :thumbsup_anim:

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 by jsl2000
  • Like 1
Link to comment
Share on other sites

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 :)

  • Like 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...