Skip to content

Post‐Install

valnoxy edited this page Aug 25, 2024 · 2 revisions

💾 Install OpenCore to Hard drive

  1. Press ALT + SPACE and open terminal. Type sudo diskutil mountDisk disk0s1 (where disk0s1 corresponds to the EFI partition of the main disk)
  2. Open Finder and copy the EFI folder of your USB device to the main disk's EFI partition.
  3. Unplug the USB device and reboot your laptop. Now you can boot macOS without your USB device.

🔧 Fix Broadcom Wifi under macOS Sonoma and newer

If you have a Boardcom WiFi card and want to use macOS Sonoma or newer, the system must be patched after installation.

Prerequisites

You need OpenCore Legacy Patcher for this. Download the latest version here (download OpenCore-Patcher.pkg).

Important

If you are using macOS Sequoia, then you must use the latest nightly version (from the current status), as OCLP v1.5.0 does not currently support this macOS version. Go to the GitHub Action page of OCLP and download the latest artifact from the sequoia-development branch.

Patching macOS

  1. Start OCLP and click on "Post-Install Root Patch".

OCLP-1

  1. Now select "Start Root Patching".

Note

If a warning appears regarding activated SIP, you must first deactivate SIP. By default, SIP should already be deactivated with the current version, but an NVRAM reset may be necessary.

For an NVRAM reset, I recommend performing an inplace upgrade of the BIOS, as many Lenovo laptops have been bricked by OpenCore's NVRAM reset in the past.

OCLP-2

  1. OCLP will now patch the system. This may take a few minutes. You will then be asked whether a restart should be performed. Confirm this with Yes.

OCLP-3

After the restart, WiFi should work again.

✏️ Create a offline install media (Optional)

In case of reinstalling macOS, a offline install media can save some time. You also don't need an Ethernet connection for the installation. To create a offline install media, you need the following stuff:

  • macOS Installer from the App Store.
  • A 16 GB pendrive (Keep in mind, during the preperation we will format the disk to create the install media).

Press ALT + SPACE and open Disk utility. Select your USB device and click erase. Name it MyUSB and choose Mac OS Extended with GUID Partition Map. After erasing the USB device, close Disk utility.

Now press ALT + SPACE and open terminal. Type the following command:

Big Sur: sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia --volume /Volumes/MyUSB --downloadassets

Monterey: sudo /Applications/Install\ macOS\ Monterey.app/Contents/Resources/createinstallmedia --volume /Volumes/MyUSB --downloadassets

Ventura: sudo /Applications/Install\ macOS\ Ventura.app/Contents/Resources/createinstallmedia --volume /Volumes/MyUSB --downloadassets

After creating the install media, copy your EFI folder to the EFI partition of your USB device.