From 77baef38fcaaf321fa1df4aeba31dbe7071c73a7 Mon Sep 17 00:00:00 2001 From: cuihairu Date: Wed, 31 Jul 2024 21:41:57 +0800 Subject: [PATCH] Update README.md --- README.md | 50 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75a5e59..5b8e0e5 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,52 @@ | Processor | Intel Core i3 12100F/i5 12400F | [ark.intel.com](https://ark.intel.com/content/www/us/en/ark/products/134584/intel-core-i3-12100-processor-12m-cache-up-to-4-30-ghz.html) | | DDR4 RAM | Corsair 64GB | [www.corsair.com](https://www.corsair.com/ja/zh/%E7%B1%BB%E5%88%AB/%E4%BA%A7%E5%93%81/%E5%86%85%E5%AD%98/VENGEANCE-LPX/p/CMK128GX4M4A2666C16) | | NVMe SSD | Lexar NM620 M.2 2280 NVMe SSD 1TB | [www.lexar.com](https://www.lexar.com/product/lexar-nm620-m-2-2280-nvme-ssd/) | -| Graphics | AMD Radeon RX 580xt | [www.amd.com](https://www.amd.com/en/products/graphics/amd-radeon-rx-580-xt) | \ No newline at end of file +| Graphics | AMD Radeon RX 580xt | [www.amd.com](https://www.amd.com/en/products/graphics/amd-radeon-rx-580-xt) | + + + +#### Kexts + +| Kext | Version | Author | +|:------------------------------------:|:------------:|:------------------------------------------------------------------------------------------------------------------:| +| XHCI-unsupported.kext | v0.9.2 | [RehabMan/OS-X-USB-Inject-All](https://github.com/RehabMan/OS-X-USB-Inject-All/tree/master/XHCI-unsupported.kext) | +| Lilu.kext | v1.6.7 | [acidanthera/Lilu](https://github.com/acidanthera/Lilu/releases) | +| SMCProcessor.kext | v1.3.2 | [acidanthera/VirtualSMC](https://github.com/acidanthera/VirtualSMC/releases) | +| SMCSuperIO.kext | v1.3.2 | [acidanthera/VirtualSMC](https://github.com/acidanthera/VirtualSMC/releases) | +| VirtualSMC.kext | v1.3.2 | [acidanthera/VirtualSMC](https://github.com/acidanthera/VirtualSMC/releases) | +| RadeonSensor.kext | v0.3.3 | [aluveitie/RadeonSensor](https://github.com/aluveitie/RadeonSensor/releases) | +| SMCRadeonGPU.kext | v0.3.3 | [aluveitie/RadeonSensor](https://github.com/aluveitie/RadeonSensor/releases) | +| RestrictEvents.kext | v1.1.2 | [acidanthera/RestrictEvents](https://github.com/acidanthera/RestrictEvents) | +| NVMeFix.kext | v1.1.1 | [acidanthera/NVMeFix](https://github.com/acidanthera/NVMeFix) | +| AppleIGC | v1.4.0 | [SongXiaoXi/AppleIGC](https://github.com/SongXiaoXi/AppleIGC) | +| AirpotItlwm.kext | v2.3.0-alpha | [OpenIntelWireless/itlwm](https://github.com/OpenIntelWireless/itlwm/releases) | +| IntelBluetootchFirmware.kext | v2.3.0 | [OpenIntelWireless/IntelBluetoothFirmware](https://github.com/OpenIntelWireless/IntelBluetoothFirmware/releases) | +| IntelBTPatcher.kext | v2.6.8 | [acidanthera/BrcmPatchRAM](https://github.com/acidanthera/BrcmPatchRAM/releases) | +| BlueToolFixup.kext | v2.6.8 | [acidanthera/BrcmPatchRAM](https://github.com/acidanthera/BrcmPatchRAM/releases) | +| FeatureUnlock.kext | v1.1.5 | [acidanthera/FeatureUnlock](https://github.com/acidanthera/FeatureUnlock/releases) | +| USBToolBox.kext | v1.1.1 | [USBToolBox/kext](https://github.com/USBToolBox/kext/releases) | +| UTBMap.kext | v1.1.1 | [USBToolBox/tool](https://github.com/USBToolBox/tool) | + +--- + +### Update macOS + +Check the official update-guide: [OpenCore-Post-Install/update](https://dortania.github.io/OpenCore-Post-Install/universal/update.html) + +1. Backup + - Full system backup with `Time Machine` or similar software + - Copy current EFI to OpenCore USB-Drive for recovery purpose +2. Download + - Latest version of OpenCore and replace files in EFI + - Updates for all installed kexts and replace in EFI +3. Reboot + - Boot with updated OpenCore version and kexts + - If the system doesn't boot, use OpenCore USB-Drive to roll back +4. Update + - Start macOS Update from `System Settings` -> `Software Update` + - With OpenCore the update process should work automatically + - If `Software Update` shows `Mac version is up to date`, download macOS Installer from AppStore and start the update manually + +If the system doesn't boot, try to fix the problem or revert to the latest EFI or system-backup. + +