Jump to content

[pre-release] macOS Sequoia


2,186 posts in this topic

Recommended Posts

Posted (edited)
46 minutes ago, Irish_Man said:

Wired only

In that case all my functions with this patch corresponds with yours.

My only bugbear is I just cannot install OCLP on Sequoia (all good on Sonoma), whether it is a released or the latest Nightly version.

I don't know how much that matters at this stage.

The fact that I can't, is eating away at the very core of my confidence. :wallbash:

Edited by eSaF
  • Like 2
  • Haha 1
  • Sad 1
Link to comment
Share on other sites

52 minutes ago, eSaF said:

In that case all my functions with this patch corresponds with yours.

My only bugbear is I just cannot install OCLP on Sequoia (all good on Sonoma), whether it is a released or the latest Nightly version.

I don't know how much that matters at this stage.

The fact that I can't, is eating away at the very core of my confidence. :wallbash:

Does it gives you errors..or it just can't patch?

  • Like 2
  • Confused 1
Link to comment
Share on other sites

2 minutes ago, robi62 said:

hi when I open the link I cannot download anything???

Maybe im getting old????

You need to sign in to GitHub...to be able to download..

  • Like 3
Link to comment
Share on other sites

Posted (edited)

@AlfredoM

Yes, I have such iMac but now it's not with me. It's at my daughter home. It's on Sonoma. Not Sequoia yet. 
 

@eSaF

When you run OCLP >> Settings >> select a Mac model in the SMBIOS list, it doesn't matter if isn't yours >> go back >> Root patch. Does it fix your issue?

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

sorry guys apologize for my mistake i have uploaded multiple time the same image if someone is authorized can remove the post

1 hour ago, ichelash said:

You need to sign in to GitHub...to be able to download..

i think i'm using the wrong version and the other thing is i don,t have github account to login

  • Like 1
Link to comment
Share on other sites

Hi signed in to github downloaded opencore patcher applied patch for wifi but now machine wont boot stops here

Any ideas ??

 

8988493D-44B7-4397-A6F5-C52C04DBD5F4.jpeg

Link to comment
Share on other sites

1 hour ago, ichelash said:

Does it gives you errors..or it just can't patch?

I did post the patching problem a few pages back but here is what I am getting.

Screenshot 2024-07-04 at 10.00.27.png

  • Like 1
Link to comment
Share on other sites

In OCLP/opencore_legacy_patcher/sys_patch/sys_patch_detect.py, the method self.check_os_compat() sets self.unsupported_os

 

Until you figure out the "Unsupported OS" issue, maybe you can manually set self.unsupported_os to False (or disable the self.check_os_compat() method) and rebuild.

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

Posted (edited)
28 minutes ago, deeveedee said:

@robi62 Looks like you might need to update VoodooInput.kext.  A list of recommended kext updates is here.

hi I did ages ago could it be the cryptexfixup kext?? Was is it for????

No as I don't need it my machine is kabylake

Edited by robi62
Link to comment
Share on other sites

8 minutes ago, robi62 said:

hi I did ages ago could it be the cryptexfixup kext?? Was is it for????

No as I don't need it my machine is kabylake

Maybe you should post your EFI for others to inspect.

Link to comment
Share on other sites

Posted (edited)
1 hour ago, deeveedee said:

In OCLP/opencore_legacy_patcher/sys_patch/sys_patch_detect.py, the method self.check_os_compat() sets self.unsupported_os

 Now the method looks different:

def _check_os_compat(self) -> bool:
        """
        Base check to ensure patcher is compatible with host OS
        """
        min_os = os_data.os_data.big_sur
        max_os = os_data.os_data.sequoia
        if self.os_major < min_os or self.os_major > max_os:
            return False
        return True

 

Edited by miliuco
Fixed code, thanks deeveedee
  • Like 1
Link to comment
Share on other sites

8 hours ago, ichelash said:

Firefox in my Skylake with sequoia not working..after patching Broadcom wireless 🥵

 

Firefox needs the updated AMFIPass.kext.

  • Like 2
Link to comment
Share on other sites

Posted (edited)
6 minutes ago, miliuco said:

 Now the method looks different:

 

The source I downloaded (with --branch sequoia-development) has max_os = sequoia

Edited by deeveedee
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...