Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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