mitch_de Posted June 4, 2018 Share Posted June 4, 2018 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 More sharing options...
Balamut Posted June 4, 2018 Share Posted June 4, 2018 Looks like they finally added proper multi gpu support. Can any of the devs see if they removed CPU max limit and max memory limit? Any support for Xeon Broadwells? Link to comment Share on other sites More sharing options...
MTWomg Posted June 4, 2018 Share Posted June 4, 2018 1 Link to comment Share on other sites More sharing options...
Tusskan Posted June 4, 2018 Share Posted June 4, 2018 If anyone uses ozmosis can confirm if everything works with the new macOS? Link to comment Share on other sites More sharing options...
Guest Posted June 4, 2018 Share Posted June 4, 2018 (edited) 5 minutes ago, MTWomg said: Pfffffffui.... I just thought I would have to upgrade to a X299 based hardware and switch my MacPro5,1 to an iMacPro1,1 Edited June 4, 2018 by MinusZwei typo :P Link to comment Share on other sites More sharing options...
PMheart Posted June 4, 2018 Share Posted June 4, 2018 (edited) 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 June 7, 2018 by PMheart 13 3 Link to comment Share on other sites More sharing options...
ammoune78 Posted June 4, 2018 Share Posted June 4, 2018 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 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 1 Link to comment Share on other sites More sharing options...
Lucy183 Posted June 4, 2018 Share Posted June 4, 2018 (edited) 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 June 4, 2018 by LuCyr04 Link to comment Share on other sites More sharing options...
MaLd0n Posted June 4, 2018 Share Posted June 4, 2018 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 3 1 Link to comment Share on other sites More sharing options...
MattsCreative Posted June 4, 2018 Share Posted June 4, 2018 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 More sharing options...
gengik84 Posted June 4, 2018 Share Posted June 4, 2018 @PMheart Thanks!!! 8 Link to comment Share on other sites More sharing options...
PMheart Posted June 4, 2018 Share Posted June 4, 2018 (edited) 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 July 31, 2018 by PMheart Added performance patch for DP5 as well 16 2 Link to comment Share on other sites More sharing options...
MaLd0n Posted June 4, 2018 Share Posted June 4, 2018 same files from High Sierra, just need updated file by PMHeart, Thx! 10 Link to comment Share on other sites More sharing options...
CyCLoBoT Posted June 4, 2018 Share Posted June 4, 2018 Could someone please share the high resolution photos of the new wallpapers? 1 Link to comment Share on other sites More sharing options...
MattsCreative Posted June 4, 2018 Share Posted June 4, 2018 Is that clover.efi meant to be cloverx64.efiSent from my iPhone using Tapatalk Link to comment Share on other sites More sharing options...
Lucy183 Posted June 4, 2018 Share Posted June 4, 2018 Is that clover.efi meant to be cloverx64.efiSent from my iPhone using TapatalkYep, just replace the cloverx64.efi with this oneSent from my OnePlus 2 using Tapatalk 1 Link to comment Share on other sites More sharing options...
polyzargone Posted June 4, 2018 Share Posted June 4, 2018 1 minute ago, LuCyr04 said: Yep, just replace the cloverx64.efi with this one Should we rename it as CLOVERX64.efi or leave it as it? Link to comment Share on other sites More sharing options...
PMheart Posted June 4, 2018 Share Posted June 4, 2018 (edited) 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 June 4, 2018 by PMheart 2 2 Link to comment Share on other sites More sharing options...
Pavo Posted June 4, 2018 Share Posted June 4, 2018 Link to comment Share on other sites More sharing options...
En0r1m Posted June 4, 2018 Share Posted June 4, 2018 1 hour 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 working here, thanks! 2 Link to comment Share on other sites More sharing options...
Morpheus NS Posted June 4, 2018 Share Posted June 4, 2018 OK. let's try this... 1 Link to comment Share on other sites More sharing options...
gengik84 Posted June 4, 2018 Share Posted June 4, 2018 apfs.efi_10.14.zip 10 1 1 Link to comment Share on other sites More sharing options...
ammoune78 Posted June 4, 2018 Share Posted June 4, 2018 (edited) 3 minutes ago, gengik84 said: apfs.efi_10.14.zip Wow, are you reading my mind ? Edited June 4, 2018 by ammoune78 1 Link to comment Share on other sites More sharing options...
PMheart Posted June 4, 2018 Share Posted June 4, 2018 6 minutes ago, gengik84 said: apfs.efi_10.14.zip Thanks for providing the new apfs.efi. I have checked the patch of log elimination. The old patch should continue working. Check it out at https://www.insanelymac.com/forum/topic/327584-apfsefi-without-verbose-boot/?do=findComment&comment=2530477 2 Link to comment Share on other sites More sharing options...
asdesoso Posted June 4, 2018 Share Posted June 4, 2018 I can´t download full installer, it only shows 17,3 MB, how can download full installer? Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts