AMD-OSX / bugtracker

AMD OS X Bugtracker
13 stars 2 forks source link

Please add support for 10.15.1 (19B88) Security Update #46

Closed kevinchen820 closed 4 years ago

im-not-a-dev commented 4 years ago

Patches are being worked on. Currently experimental patches are in testing.

dhinakg commented 4 years ago

@kevinchen820 Experimental patches have been released for 10.15.1 for 17h. Please verify they work. https://github.com/AMD-OSX/AMD_Vanilla/tree/experimental-clover/17h

SandnerSoft commented 4 years ago

Update from 10.15.0 to 10.15.1 ends with a kernel panic

IMG_0284

my system:

dhinakg commented 4 years ago

Given you were able to boot, the patches should be working fine. Just to make sure, please add the disable kext logging patch and take a new picture of the panic.

SandnerSoft commented 4 years ago

I have removed the logging from the config.plist, but the output stays the same.

Bootloader is: Clover Bott args: npci=0x2000 -v dart=0 keepsyms=1 shikigva=32 shiki-id=Mac-7BA5B2D9E42DDD94

bdfish1104 commented 4 years ago

@kevinchen820 Experimental patches have been released for 10.15.1 for 17h. Please verify they work. https://github.com/AMD-OSX/AMD_Vanilla/tree/experimental-clover/17h

Hi @dhinakg ,

I had tried your experimental-clover patch with the latest Clover version(5098). But the 10.15.1 upgrade process hanged with a kernel panic. This panic could not be solved even I disabled the SMT in UEFI setting. My processor is AMD Ryzen 3600.

BTW, a redundant line exists in experimental-clover 17h patches. https://github.com/AMD-OSX/AMD_Vanilla/blob/experimental-clover/17h/config.plist#L772 https://github.com/AMD-OSX/AMD_Vanilla/blob/experimental-clover/17h/patches.plist#L619

Thanks!

P_20191103_113712

dhinakg commented 4 years ago

@SandnerSoft, you were supposed to add it, not remove it. @bdfish1104, it seems like I messed up the patch backporting somewhere, I'll redo it and see if I made any mistakes anywhere.

bdfish1104 commented 4 years ago

@dhinakg Thanks anyway! I could help to verify the new patch when it is available.

SandnerSoft commented 4 years ago

@SandnerSoft, you were supposed to add it, not remove it.

With and without patch always the same error message.

jsilvaigor commented 4 years ago

Hi @dhinakg,

I'm having the same issue as @bdfish1104. My system is as Ryzen 5 3600 with an Asus B450M motherboard. My test scenario is almost the same as his.

IMG_20191105_210642

I'm also available to test the new patch when it's released. Thanks for the hard work. 😁

kei-ichi commented 4 years ago

@jsilvaigor I think you should try OpenCore bootloader because this is only solution for AMD CPU hackintosh with macOS Catalina 10.15.1 right now. For more info try this: OpenCore github OpenCore vanilla guide

My PC spec running Catalina 10.15.1 CPU: Ryzen 5 3600 GPU: RX 5700 XT (Sapphire Pulse) MB: MSI B450 mortar max

Everything work fine except Sleep / Wake (freezing after wake).

ghost commented 4 years ago

Can we use the experimental patches for USB install or is ist ATM only for upgrades? I would like to test on R7 3600X, Aorus Elite X570 + RX 5700.

mikecole20 commented 4 years ago

I'm trying the experimental branch with 3700X, X570, 5700 XT. I end up with a black screen from HDMI and 2 of 3 DP. The last DP has some output but isn't usable.

dhinakg commented 4 years ago

@mikecole20, @icarapovic, 10.15.2 beta 1 has fixed the Navi issue where safe mode/installer/recovery had unusable graphics. However, you must be on OpenCore, as patches for 10.15.1 or 10.15.2 beta 1 have not been released yet for Clover. 10.15.2 beta 1 patches may or may not be released for Clover.

The current experimental patches are known to be broken. I should be uploading new experimental patches for 10.15.1 on Clover in the next day or two, but no guarantees.

daihengfei commented 4 years ago

@Justatee My PC and yours are similar, can you share your OpenCore boot file?

mikecole20 commented 4 years ago

Same here. I made a pass at opencore the other day but didn't get it working. I'd appreciate a good starting point.

kei-ichi commented 4 years ago

Sorry bro for my bad English !!! @daihengfei , @mikecole20 I uploaded my EFI folder, hope it work with your PC (but I strongly recommend you make config.plist file by your self).

As @dhinakg noticed: "10.15.2 beta 1 has fixed the Navi issue where safe mode/installer/recovery had unusable graphics." So I suggest you try this version instead of 10.15.1

EFI.zip

jamilbk commented 4 years ago

I can attest that the experimental patches for 10.15.1 on Ryzen 17h seem to be working fine for me. I haven't made any modifications to them.

My system:

Threadripper 1950x Four Vega Frontier Editions Gigabyte Aorus Gaming 7 (AMD X399) Killer 2500 Gigabit Ethernet

Here's the process I used to upgrade from 10.15.0:

  1. Upgrade my existing clover to the latest revision (5098 at the time of this writing)
  2. Install the latest Lilu (1.3.9) and WhateverGreen (1.3.4). Otherwise you may get a black screen.
  3. Copy the new experimental patches
  4. Reboot
  5. Run the software updater to get 10.15.1 installed. For me, Clover automatically booted into the installer after the first reboot, so I didn't have to touch anything.

Good luck.

mikecole20 commented 4 years ago

@Justatee it worked! Thanks so much. I'm planning on making a pass to compare your config w/ what I had originally tried to figure out what's different.

kokowski commented 4 years ago

@jamilbk Would you please instruct me how to copy the patches to a working config?

zalivar71 commented 4 years ago

After update I can't to login into iMessage and Apple Music. Getting connection error

bdfish1104 commented 4 years ago

The latest patch in the main branch could be used to upgrade to 10.15.1 now. Thanks for your work!