Jump to content

How to Create Beta Preview of OCLP 0.6.8 for Dummies


ichelash
41 posts in this topic

Recommended Posts

9 minutes ago, ichelash said:

It should 

It does!!!!!!

It was user error.

I had the IO80211FamilyLegacy.kext before IOSkywalkFamily.kext.
I fixed the order and I now have Wifi and AirDrop.

Now to test without AirportBrcmFixup.kext as I was not using before.

  • Like 3
Link to comment
Share on other sites

26 minutes ago, SavageAUS said:

It does!!!!!!

It was user error.

I had the IO80211FamilyLegacy.kext before IOSkywalkFamily.kext.
I fixed the order and I now have Wifi and AirDrop.

Now to test without AirportBrcmFixup.kext as I was not using before.

Sounds great...👍

  • Like 1
Link to comment
Share on other sites

13 hours ago, surenmunoo said:

Configured exactly as notes say but with that 1 kext enabled my Asus Z790 ProArt will not boot Sonoma. It boots Ventura okay. I turn it off and Sonoma boots, wifi icon on top right starts flashing like trying to connect but goes to greyed out and Broadcom module does not show in Hackintool

 

I have the same problem. Were you able to solve this problem?

 

1735158863_EkranResmi2023-07-2501_37_11.thumb.png.efb35a9e3577cee999367092dd7cc0ce.png

  • Like 1
Link to comment
Share on other sites

2 hours ago, HyperX7 said:

 

I have the same problem. Were you able to solve this problem?

 

1735158863_EkranResmi2023-07-2501_37_11.thumb.png.efb35a9e3577cee999367092dd7cc0ce.png

No, not yet. I reinstalled Sonoma as well, did the patch and after reboot wifi still does not work. I checked the patch again and it shows that patches have been applied but no wifi. 

  • Like 1
Link to comment
Share on other sites

Bootloader freezes with following verbose output

 

05:438 00:015 AAPL: #[EB.LD.LF|IN] 0 1 <"<null string>"> <"1">
05:469 00:030 AAPL: #[EB.B.SBS|SZ] 723512
05:492 00:023 AAPL: #[EB|B:SHA] <e10c0de554e93abf44f4fc138dd5e12fb30863c8>
05:511 00:018 AAPL: #[EB.WL.PWLFNV|!] Err(0xE) <- RT.GV wake-failure 7C436110-AB2A-4BBB-A880-FE41995C9F82
05:526 00:015 AAPL: #[EB.WL.DT|!] Err(0xE) <- EB.WL.PWLFNV
05:540 00:014 AAPL: #[EB.WL.PWLFRTC|NONE]
05:556 00:015 AAPL: #[EB.WL.DT|!] Err(0xE) <- EB.WL.PWLFRTC
05:575 00:019 AAPL: #[EB.LD.LKC|D] <"boot\System\Library\KernelCollections\BootKernelExtensions.kc.development">
05:597 00:022 AAPL: #[EB.LD.OFS|OPEN!] Err(0xE) <"boot\\System\\Library\\KernelCollections\\BootKernelExtensions.kc.development">
05:615 00:018 AAPL: #[EB.LD.LKC|R.2] <"boot\System\Library\KernelCollections\BootKernelExtensions.kc">
 

I believe this is due to a problem with blocking com.apple.iokit.IOSkywalkFamily kext;  I get a kernel panic if the block is disabled. not sure how else to allow IOSkywalk downgrade that is needed.

 

image.png.894b7084509cf10db2eed38032cb38e5.png

Link to comment
Share on other sites

Bootloader freezes with following verbose output
 
05:438 00:015 AAPL: #[EB.LD.LF|IN] 0 1 ">
05:469 00:030 AAPL: #[EB.B.SBS|SZ] 723512
05:492 00:023 AAPL: #[EB|B:SHA]
05:511 00:018 AAPL: #[EB.WL.PWLFNV|!] Err(0xE) 05:526 00:015 AAPL: #[EB.WL.DT|!] Err(0xE) 05:540 00:014 AAPL: #[EB.WL.PWLFRTC|NONE]
05:556 00:015 AAPL: #[EB.WL.DT|!] Err(0xE) 05:575 00:019 AAPL: #[EB.LD.LKC|D]
05:597 00:022 AAPL: #[EB.LD.OFS|OPEN!] Err(0xE)
05:615 00:018 AAPL: #[EB.LD.LKC|R.2]
 
I believe this is due to a problem with blocking com.apple.iokit.IOSkywalkFamily kext;  I get a kernel panic if the block is disabled. not sure how else to allow IOSkywalk downgrade that is needed.
 
image.png.894b7084509cf10db2eed38032cb38e5.png

Do you have the OCLP Kexts added to your EFI and config.plist?


Sent from my iPhone using Tapatalk
Link to comment
Share on other sites

14 hours ago, SavageAUS said:


Do you have the OCLP Kexts added to your EFI and config.plist?


Sent from my iPhone using Tapatalk

Wifi working now after update OpenCore to latest release and removing unnecessary kexts as per this post 

 

  • Like 2
Link to comment
Share on other sites

  • 4 weeks later...

can anyone help me?

 

after this command  pip3 install -r requirements.txt successfully

when I run Build-Binary.command I get issue during compiling OCLP  pyinstaller not found  /usr/local/bin/pyinstaller

I already installed command line tool Xcode 15 beta 7 and Kernel_Debug_Kit_14.0_build_23A5328b

please how to put pyinstaller  into /usr/local/bin/pyinstaller

 

screenshot attached

Screenshot2023-08-24at10_10_44AM.png.8d30146dad7c56a1cf1ed21c1432ac59.png

 

 

Link to comment
Share on other sites

@ameenjuz

 

1. Install pyinstaller as per @Cyberdevs command

 

2. Locate pyinstaller (yours can differ)

/Users/yo > which pyinstaller
/Library/Frameworks/Python.framework/Versions/3.10/bin/pyinstaller

3. Make a symbolic link from current pyinstaller to /usr/local/bin

 /Users/yo >  sudo ln -s /Library/Frameworks/Python.framework/Versions/3.10/bin/pyinstaller /usr/local/bin/pyinstaller

4. So you get rid of the error

pyinstaller not found  /usr/local/bin/pyinstaller

 

  • Like 2
Link to comment
Share on other sites

2 hours ago, miliuco said:

@ameenjuz

 

1. Install pyinstaller as per @Cyberdevs command

 

2. Locate pyinstaller (yours can differ)

/Users/yo > which pyinstaller
/Library/Frameworks/Python.framework/Versions/3.10/bin/pyinstaller

3. Make a symbolic link from current pyinstaller to /usr/local/bin

 /Users/yo >  sudo ln -s /Library/Frameworks/Python.framework/Versions/3.10/bin/pyinstaller /usr/local/bin/pyinstaller

4. So you get rid of the error

pyinstaller not found  /usr/local/bin/pyinstaller

 

 

5 hours ago, Cyberdevs said:

type this command:

pip3 install pyinstaller

 

and for more details see this article:

https://macmeup.com/building-oclp-alpha/

thanks for solving my problem

worked now  running python3 Build-Binary.command which is provide Dark Gui mode I like

thanks again 

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...