Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/horizonunix/patchsonomawifionthefly
Patch modern Broadcom Wi-Fi card on the fly when doing a fresh install with macOS Sonoma and Sequoia
https://github.com/horizonunix/patchsonomawifionthefly
amfi amfipass apple appleosx broadcom card hackintosh macintosh macos native oclp on-the-fly oobe sequoia sonoma wifi
Last synced: 5 days ago
JSON representation
Patch modern Broadcom Wi-Fi card on the fly when doing a fresh install with macOS Sonoma and Sequoia
- Host: GitHub
- URL: https://github.com/horizonunix/patchsonomawifionthefly
- Owner: HorizonUnix
- Created: 2024-04-08T06:53:48.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T10:45:10.000Z (3 months ago)
- Last Synced: 2024-08-13T13:45:47.123Z (3 months ago)
- Topics: amfi, amfipass, apple, appleosx, broadcom, card, hackintosh, macintosh, macos, native, oclp, on-the-fly, oobe, sequoia, sonoma, wifi
- Homepage:
- Size: 2.22 MB
- Stars: 18
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PatchSonomaWiFiOnTheFly (PSWFOTF)
Patch modern Broadcom Wi-Fi card on the fly when doing a fresh install with macOS Sonoma and Sequoia## Require
> [!NOTE]
> - Latest [`AutoPkgInstaller.kext`](https://github.com/dortania/OpenCore-Legacy-Patcher/blob/main/payloads/Kexts/Acidanthera/) from [OCLP](https://github.com/dortania/OpenCore-Legacy-Patcher)
> - Latest [`AutoPkg-Assets.pkg`](https://github.com/dortania/OpenCore-Legacy-Patcher/releases/latest/download/AutoPkg-Assets.pkg) from [OCLP](https://github.com/dortania/OpenCore-Legacy-Patcher)
> - A USB/Hard drive that contains macOS Sonoma/Sequoia Installer## 1. Prepare `config.plist`
Follow this [guide](https://github.com/perez987/Broadcom-wifi-back-on-macOS-Sonoma-by-OCLP) by [perez987](https://github.com/perez987) to prepare your `config.plist` and kexts## 2. Prepare a USB/Hard drive macOS Installer
Follow this example [guide](https://support.apple.com/en-vn/101578) from Apple or any other sources## 3. Prepare Kext and Pkg Files
1. Inject `AutoPkgInstaller.kext` into your OC folder (`\EFI\OC\Kexts\`) then do a snapshot to `config.plist`.
2. Navigate to the USB/Hard drive that contains macOS Sonoma/Sequoia Installer; it should look like this.3. Press Cmd (Win) + Shift + . (dot) to display hidden files and folders.
4. Navigate to the hidden `Library` folder.
5. Create a new folder named `Packages` inside hidden `Library` folder.
6. Copy & paste `AutoPkg-Assets.pkg` into the `Packages` folder.
7. Perform a fresh install with that USB or hard drive.
8. Just wait, and everything will be done. You’ll have a native OOBE experience without losing Wi-Fi again.> [!NOTE]
> - After a few processes, it will show the ‘percent text’ like this, which means OCLP is patching your Wi-Fi and installing OCLP to macOS.## For NootedRed users
### Update 13/8: The latest commit of NootedRed fixed this bug and you don't have to do these instruction below, so please update your kext to the latest commit.
> [!WARNING]
> - After the hard drive switches from `macOS Installer` to the name you set when formatting, like `Macintosh HD` or something like that, you should disable NootedRed before booting to that stage. After disabling NootedRed, you can boot to that disk. It will restart one more time, then enable NootedRed------->
### Special thanks to
- [dortania](https://github.com/dortania/) for [OCLP](https://github.com/dortania/OpenCore-Legacy-Patcher)
- [perez987](https://github.com/perez987) for patching Wi-Fi guide