Jump to content

fabiosun

Recommended Posts

  • Supervisor

pay attention 

in my case and only tested with other bootloader this PR new patch is not working..

I can use the one posted on insanelymac by algrey (useful only for OSX greater than HighSierra)

So if you want try @your own risk as usual with a solid backup to recover 😉

 

1 minute ago, jsl2000 said:

Follow your instruction and adapted with your config-patch.plist it still can not boot beta2 or beta3 of Monterey.

It can boot 10.13.x~12.0 beta1 only.

post your config.plist only

 

you should also post a debug..just in case 🙂

 

Link to comment
Share on other sites

  • Supervisor

no @jsl2000

has your cpu  8 cores?

if so with 0 patch you use in your config it is no good

now I am solving a problem caused to me from new patch and the experiment

but patch you use has no mask

so you have to fill better replace

if 8 cores

8-1=7=07

then also count should be to 0 in that initial patch

 

@jsl2000you have also to enable quirk:

ProvideCurrentCpuInfo

 

Link to comment
Share on other sites

12 minutes ago, fabiosun said:

jsl2000

sorry 

1952403155_Screenshot2021-07-16at3_33_19PM.thumb.png.5dd9980344911034760057c681912e15.png

only one of this

are the same patch only a different revision

 

and both wrong

 

Thanks for your prompt reply and help.

Mine is Ryzen 1700X (8C/16T).

So what's the correct patch for this ?

config.plist.zip

Edited by jsl2000
Link to comment
Share on other sites

  • Supervisor

@jsl2000I know you use also clover bootloader..

with that bootloader same patches plus 2 more.

Obviously converted with right names 😉

 

by the way you can also refine your 0 patch, but in this moment I couldn't advice to use PR ones because I have not tested it properly.

then..with these set of patches you can boot also Big Sur from 11.4 to 11.5 release

 

Link to comment
Share on other sites

11 hours ago, fabiosun said:

@jsl2000I know you use also clover bootloader..

with that bootloader same patches plus 2 more.

Obviously converted with right names 😉

 

by the way you can also refine your 0 patch, but in this moment I couldn't advice to use PR ones because I have not tested it properly.

then..with these set of patches you can boot also Big Sur from 11.4 to 11.5 release

 

Thank you very much.

This brief version can update Monterey beta2 to beta3 without any issue.

The only issue is RestrictEvents.kext can not show Ryzen CPU name correctly with this brief version.

I'll try to boot by Clover tomorrow and let you know the result.

Great news: My FX-6300 also worked at Monterey beta3 now by OC 0.7.1 and it shows correct AMD CPU name !

Screen Shot 2021-07-16 at 11.14.50 PM.png

Screen Shot 2021-07-17 at 9.09.50 AM.png

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

I am getting totally confused, and am running round in circles trying to work out what is what, by the number of different patch lists being posted now and what needs to be changed in the various different versions / variants.

 

Is there a definitive list of what is 'the better / best' set of patches we should be using for our Threadripper hacks to be able to run Big Sur 11.5 and the latest beta (3) of Monterey?

 

I am not interested in running earlier versions of macOS prior to Big Sur, nor Clover.

  • +1 1
Link to comment
Share on other sites

  • Supervisor

@Ploddles

it's all happening now and I've personally tried to get all the information I could

I've also been working from the start to get clover going

so I'm sorry if I haven't been clear

Now you have everything available the only patch you need to calculate after you add the new ones or update the old ones is the one posted above

That allows you to delete several other patches if you want as I did for jsl2000

if you send me your config working with big sur

I try to fix it But I don't have any experience with wifi and blurtooth that I don't use 🙂

  • +1 1
Link to comment
Share on other sites

@fabiosun it is not that you have been unclear but reading various posts both on here, amd-osx and insanelymac, I am confusing myself 😀

 

My current set that works for BS and Monterey is attached below and if I have understood some of what I have read then this list should be able to be cut down by about 50%.

 

Sorry to add to your work load but thank you for all the hard work you have put in.

 

 

patches.plist.zip

Link to comment
Share on other sites

  • Supervisor

 

new patch algrey - Force cpuid_cores_per_package:

Below I hope an useful schema taken from Shaneee Opencore PR

 

COMMENT: algrey - Force cpuid_cores_per_package
FIND: c1 e8 1a 00 00 00
MASK : FF FD FF 00 00 00
BASE:  _cpuid_set_info          
COUNT: 1
REPLACE high sierra to mojave:  b8 XX 00 00 00 00               
REPLACE from catalina to big sur :  ba XX 00 00 00 00                  
REPLACE MASK high sierra to big sur : FF FF FF FF FF 00 
REPLACE monterey : ba XX 00 00 00 90                 
REPLACE MASK monterey : FF FF FF FF FF FF

 

 

3970x --->32 cores

XX=20

 

3960x--->24 cores

XX=18

 

3950x--->18 cores

XX=10

 

and so on 🙂

 

so for all system from high Sierra you have three different patches (common find and mask)

different replace and replace mask

minKernel and maxKernel do the jobs to enable proper ones for OS you use

 

I am using an old patch posted on @jsl2000config.plist which works in BIG SUR and all Monterey Beta 

But latest PR uses above patching 😉

 

 

Edited by fabiosun
https://www.macos86.it/topic/3307-trx40-bare-metal-vanilla-patches-yes-it-worksbutis-proxmox-better/?do=findComment&comment=116492
  • Thanks 1
  • Ok 1
Link to comment
Share on other sites

  • Moderators
46 minutes ago, Ploddles said:

 

Please find attached my full config. I am using the official 0.7.1 release version.

 

 

config.plist.zip 6.31 kB · 0 downloads

 

I've changed your patches (commenting out your old ones), and re-adjusted all of your Quirks.

 

Try this one as is (except obviously for PlatformInfo/Generic stuff).

 

The first 3 patches are the new algrey ones written out for the 3970X with one each for Monterey, Catalina-BS, and the third for HS-Mojave.

config-ploddles-2.plist.zip

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

  • Moderators
3 minutes ago, Ploddles said:

 

Thank you.

 

I forget if your board has an Aquantia port. If not, you can delete or disable the last 2 patches which are for Aquantia.

 

 

  • Thanks 1
Link to comment
Share on other sites

44 minutes ago, fabiosun said:

@Ploddles i think @iGPUpatches revision is good for you , maybe you can disable a couple if you do not use Mojave and high Sierra and if you use Big Sur >= 11.4 🙂

 

 

I deleted my Catalina drive a few weeks ago and now only have Big Sur 11.5 and Monterey Beta 1. I will be trying the new patches & quirks over the weekend. I will disable / delete patches 2 & 3, and the last 2, as they are not applicable for me. If all goes well then I will try updating to Beta 3.

 

Thanks to both of you. 👍

  • Cross Finger 1
Link to comment
Share on other sites

  • Supervisor

Hello everybody
in the attachment I add another variable for you that could cause more confusion .. (ehehehe joking)


But in the spirit of always sharing everything that is possible to share ... 🙂 :P


attached the EFI of opencore that can be obtained by filling in the Shanee Pull Request posted in this thread:

OpenCore-0.7.2-DEBUG-Shanee.zip

attached also patches I use with this EFI 🙂

remember now a quirk includes a lot of patches.

Patches for PR EFI.plist.zip

latest to patches are for Aquantia ethernet card I use)

Patches are for BigSur and latest Monterey Beta (1-2-3)

Disclaimer:

this PR EFI is not yet approved by Opencore Devs team and it is not included in official release or beta from them

  • Like 2
  • Thanks 2
Link to comment
Share on other sites

  • fabiosun changed the title to [Discussion] - TRX40 Bare Metal - Vanilla Patches

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.