Jump to content

[pre-release] macOS Mojave


2,429 posts in this topic

Recommended Posts

Maybe because BETA, but can be Apple want sell more newer Macs!!!

Same as every Major Updates - often without real HW  reason. But i guess OpenGL stays 4.1 and also OpenCL 1.2 - yeaaaars old versions

Hope some get that Beta running next hour - at least ONE installes already :) I am not. 

Link to comment
Share on other sites

5 minutes ago, MTWomg said:

x8uXKmb.png

 

Pfffffffui....

I just thought I would have to upgrade to a X299 based hardware and switch my MacPro5,1 to an iMacPro1,1

 

Edited by MinusZwei
typo :P
Link to comment
Share on other sites

OK, finally I've added essential fix to Clover. (Kext Injection, etc) Could someone help me test it? :)

I'll show the diff as soon as one has confirmed that it works.

(DEPRECATED due to the new binary, see EDIT3)

 

EDIT1: OK, @gengik84 has confirmed that it works! So here is the diff:

(DEPRECATED due to the new diff, see EDIT4)

 

EDIT2: To avoid confusions, see

https://www.insanelymac.com/forum/topic/334308-pre-release-macos-mojave/?do=findComment&comment=2616668

for a more detailed usage of my efi above.

 

EDIT3: Now I have also added KernelXCPM compatibility. See

https://www.insanelymac.com/forum/topic/334308-pre-release-macos-mojave/?do=findComment&comment=2616660

for the new binary.

 

EDIT4: Sorry! The diff and attachments are too messy. I've cleaned it up, also see

https://www.insanelymac.com/forum/topic/334308-pre-release-macos-mojave/?do=findComment&comment=2616660

for the new diff.

Edited by PMheart
  • Like 13
  • Thanks 3
Link to comment
Share on other sites

1970073178_ScreenShot2018-06-04at8_26_50PM.thumb.png.42751d32def968fffc28d6cb3ad13bd8.png

 

 

35 minutes ago, Kynyo said:

If im not asking too much could you please share a .mobileconfig profile for iPhone SE? 

Thanks. Wiling to test on iPhone.

 

You're not asking too much :lol:

http://iudid.ir/profiles/

 

4 minutes ago, Tusskan said:

If anyone uses ozmosis can confirm if everything works with the new macOS?

 

When i finish the download, i'll go home try it on my desktop

  • Thanks 1
Link to comment
Share on other sites

Well I got no signal after booting but the hdd led is loading so I think it's installing.

 

Edit: After successfuly install I get cursor on the grey background and computer freezes.


Sent from my OnePlus 2 using Tapatalk
 

Edited by LuCyr04
Link to comment
Share on other sites

On 6/4/2018 at 5:33 PM, PMheart said:

OK, finally I've added essential fix to Clover. (Kext Injection, etc) Could someone help me test it? :)

I'll show the diff once as soon as one has confirmed that it works.

 

CLOVER.efi.zip

 

OK, @gengik84 has confirmed that it works! So here is the diff:

diff_clover_1014.txt

Work fine here xD

1924396102_ScreenShot2018-06-04at14_02_16.png.55d059dc565b64de5f9bb6cbcfea0ae2.png

  • Like 3
  • Thanks 1
Link to comment
Share on other sites

38 minutes ago, PMheart said:

OK, finally I've added essential fix to Clover. (Kext Injection, etc) Could someone help me test it? :)

I'll show the diff once as soon as one has confirmed that it works.

 

CLOVER.efi.zip

 

OK, @gengik84 has confirmed that it works! So here is the diff:

diff_clover_1014.txt

it didnt work for me 

Link to comment
Share on other sites

Now let me post the changes of XCPM. :)

 

Certain patches are the same as 10.13, thus you can look up my prior post written by me last year:

https://www.insanelymac.com/forum/topic/324194-pre-release-macos-high-sierra/?page=3#entry2435885

 

1) Patch for _cpuid_set_info is not changed, just see my old post above.

2) Patch for _xcpm_bootstrap is not changed either, also see my old post above.

3) Instant reboot fix has somehow been changed, and here are the new patches:

#
# Please use these new ones instead. (since beta 5 build 18A347e)
#

# _xcpm_SMT_scope_msrs
be 0b 00 00 00 5d e9 08 00 00 00 -> be 0b 00 00 00 5d c3 90 90 90 90
and
31 d2 e8 7e fc ff ff -> 31 d2 90 90 90 90 90

# _xcpm_core_scope_msrs
31 d2 e8 91 fc ff ff -> 31 d2 90 90 90 90 90

# _xcpm_pkg_scope_msrs
31 d2 e8 ae fc ff ff -> 31 d2 90 90 90 90 90

# disable all
BE 0B 00 00 00 5D E9 08 00 00 00 0F 1F 84 00 00 00 00 00 55 -> BE 0B 00 00 00 5D E9 08 00 00 00 0F 1F 84 00 00 00 00 00 C3
# These are all OLD ones. Do NOT use anymore!

# _xcpm_SMT_scope_msrs
be 0b 00 00 00 5d e9 08 00 00 00 -> be 0b 00 00 00 5d c3 90 90 90 90
and
be 0b 00 00 00 31 d2 e8 66 fc ff ff -> be 0b 00 00 00 31 d2 90 90 90 90 90

# _xcpm_core_scope_msrs
be 03 00 00 00 31 d2 e8 79 fc ff ff -> be 03 00 00 00 31 d2 90 90 90 90 90

# _xcpm_pkg_scope_msrs
be 07 00 00 00 31 d2 e8 91 fc ff ff -> be 07 00 00 00 31 d2 90 90 90 90

# disable all, also deprecated
BE 0B 00 00 00 5D E9 08 00 00 00 0F 1F 84 00 00 00 00 00 55 48 89 E5 41 57 -> BE 0B 00 00 00 5D E9 08 00 00 00 0F 1F 84 00 00 00 00 00 C3 48 89 E5 41 57

4) Performance has been changed, and here is the new one:

# DP1
C1 E3 08 48 63 D3 89 D0 48 C1 EA 20 B9 99 01 00 00 0F 30 48 FF 05 73 48 73 00 48 83 C4 08 5B 5D C3 0F 1F 40 00 -> B8 00 FF 00 00 48 63 D3 89 D0 48 C1 EA 20 B9 99 01 00 00 0F 30 48 FF 05 73 48 73 00 48 83 C4 08 5B 5D C3 90 90

# new one for DP2
C1 E3 08 48 63 D3 89 D0 48 C1 EA 20 B9 99 01 00 00 0F 30 48 FF 05 93 AE 76 00 48 83 C4 08 5B 5D C3 0F 1F 40 00 -> B8 00 FF 00 00 48 63 D3 89 D0 48 C1 EA 20 B9 99 01 00 00 0F 30 48 FF 05 93 AE 76 00 48 83 C4 08 5B 5D C3 90 90

# change for DP3
C1 E3 08 48 63 D3 89 D0 48 C1 EA 20 B9 99 01 00 00 0F 30 48 FF 05 03 F4 76 00 48 83 C4 08 5B 5D C3 0F 1F 40 00 -> B8 00 FF 00 00 48 63 D3 89 D0 48 C1 EA 20 B9 99 01 00 00 0F 30 48 FF 05 03 F4 76 00 48 83 C4 08 5B 5D C3 90 90

# dp4: sorry, forgot to check it last week, now DP5 has come out, nobody would need it anyway ;)

# change for DP5
C1 E3 08 48 63 D3 89 D0 48 C1 EA 20 B9 99 01 00 00 0F 30 48 FF 05 93 B4 76 00 48 83 C4 08 5B 5D C3 0F 1F 40 00 -> B8 00 FF 00 00 48 63 D3 89 D0 48 C1 EA 20 B9 99 01 00 00 0F 30 48 FF 05 93 B4 76 00 48 83 C4 08 5B 5D C3 90 90

5) AVX stuffs: not changed.

 

EDIT: KernelXCPM compatibility for 10.14 added.

(Source code removed due to a new unique diff, see EDIT3 below)

 

EDIT 2: New Clover binary for KernelXCPM compatibility. (As well as kext injection and other fixes of course!)

 

(Removed due to the wrong code of KernelLapic)

 

EDIT3: Uploaded a new diff for new system compatibility. (Mainly kext injection and KernelXCPM)

(Removed since it has been accepted in Clover r4514)

 

EDIT4: For a new binary supporting KernelLapic (another story...), please see

https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/?do=findComment&comment=2617038

 

EDIT5: New patches for 10.14 Beta 5 (18A347e).

 

Sorry for my mistake!

Edited by PMheart
Added performance patch for DP5 as well
  • Like 16
  • Thanks 2
Link to comment
Share on other sites

Is that clover.efi meant to be cloverx64.efi


Sent from my iPhone using Tapatalk
Yep, just replace the cloverx64.efi with this one

Sent from my OnePlus 2 using Tapatalk

  • Thanks 1
Link to comment
Share on other sites

4 minutes ago, WarDoc said:

Is that clover.efi meant to be cloverx64.efi


Sent from my iPhone using Tapatalk

Yes. Rename my efi to CLOVERX64.efi, and replace to /EFI/CLOVER/CLOVERX64.efi, as well as /EFI/BOOT/BOOTX64.efi (the same as CLOVERX64.efi just with a different name).

Edited by PMheart
  • Like 2
  • Thanks 2
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...