From 392aeec44cb03ddd4d9810d97a64d7b61f166e96 Mon Sep 17 00:00:00 2001 From: eca <77923245+eca-js@users.noreply.github.com> Date: Fri, 26 Sep 2025 01:04:23 -0300 Subject: [PATCH 01/29] Tahoe is a thing now (linux-install.md) --- installer-guide/linux-install.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/installer-guide/linux-install.md b/installer-guide/linux-install.md index 3ef0bae81..0e75145f3 100644 --- a/installer-guide/linux-install.md +++ b/installer-guide/linux-install.md @@ -62,9 +62,12 @@ python3 ./macrecovery.py -b Mac-4B682C642B45593E -m 00000000000000000 download # Sonoma (14) python3 ./macrecovery.py -b Mac-226CB3C6A851A671 -m 00000000000000000 download -# Latest version -# ie. Sequoia (15) +# Sequoia (15) python3 ./macrecovery.py -b Mac-937A206F2EE63C01 -m 00000000000000000 download + +# Latest version +# Tahoe (26) +./macrecovery.py -b Mac-CFF7D910A743CAAF -m 00000000000000000 -os latest download ``` From here, run one of those commands in terminal and once finished you'll get an output similar to this: From 64b6983187662ac1013f464abd85510fdb761423 Mon Sep 17 00:00:00 2001 From: eca <77923245+eca-js@users.noreply.github.com> Date: Fri, 26 Sep 2025 01:04:51 -0300 Subject: [PATCH 02/29] Update linux-install.md (forgot adding python3) --- installer-guide/linux-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer-guide/linux-install.md b/installer-guide/linux-install.md index 0e75145f3..18eb2f986 100644 --- a/installer-guide/linux-install.md +++ b/installer-guide/linux-install.md @@ -67,7 +67,7 @@ python3 ./macrecovery.py -b Mac-937A206F2EE63C01 -m 00000000000000000 download # Latest version # Tahoe (26) -./macrecovery.py -b Mac-CFF7D910A743CAAF -m 00000000000000000 -os latest download +python3 ./macrecovery.py -b Mac-CFF7D910A743CAAF -m 00000000000000000 -os latest download ``` From here, run one of those commands in terminal and once finished you'll get an output similar to this: From 7780dc38c89bfcf13820f4efe437dd41a9e46cb7 Mon Sep 17 00:00:00 2001 From: eca <77923245+eca-js@users.noreply.github.com> Date: Fri, 26 Sep 2025 01:06:45 -0300 Subject: [PATCH 03/29] Update README.md (1.0.6) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41a2ff07e..1eace256e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ actionLink: prerequisites.md meta: - name: description - content: Current supported version 1.0.2 + content: Current supported version 1.0.6 --- # What is OpenCore and who is this guide for From 449c8314510bd87068828ba43aafb48d19a9ac1d Mon Sep 17 00:00:00 2001 From: eca <77923245+eca-js@users.noreply.github.com> Date: Fri, 26 Sep 2025 01:07:54 -0300 Subject: [PATCH 04/29] Update mac-install-recovery.md --- installer-guide/mac-install-recovery.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/installer-guide/mac-install-recovery.md b/installer-guide/mac-install-recovery.md index 5fe5348ef..3cbd5bde0 100644 --- a/installer-guide/mac-install-recovery.md +++ b/installer-guide/mac-install-recovery.md @@ -50,9 +50,12 @@ python3 ./macrecovery.py -b Mac-4B682C642B45593E -m 00000000000000000 download # Sonoma (14) python3 ./macrecovery.py -b Mac-226CB3C6A851A671 -m 00000000000000000 download -# Latest version -# ie. Sequoia (15) +# Sequoia (15) python3 ./macrecovery.py -b Mac-937A206F2EE63C01 -m 00000000000000000 download + +# Latest version +# Tahoe (26) +python3 ./macrecovery.py -b Mac-CFF7D910A743CAAF -m 00000000000000000 -os latest download ``` * **macOS 12 and above note**: As recent macOS versions introduce changes to the USB stack, it is highly advisable that you map your USB ports (with USBToolBox) before installing macOS. From b6d2a276d4e58c71bef180e4e0f877af29dbf1c9 Mon Sep 17 00:00:00 2001 From: eca <77923245+eca-js@users.noreply.github.com> Date: Fri, 26 Sep 2025 01:08:24 -0300 Subject: [PATCH 05/29] Update windows-install.md --- installer-guide/windows-install.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/installer-guide/windows-install.md b/installer-guide/windows-install.md index 52692cd65..a4adc0cda 100644 --- a/installer-guide/windows-install.md +++ b/installer-guide/windows-install.md @@ -61,9 +61,12 @@ py macrecovery.py -b Mac-4B682C642B45593E -m 00000000000000000 download # Sonoma (14) py macrecovery.py -b Mac-226CB3C6A851A671 -m 00000000000000000 download +# Sequoia (15) +python3 ./macrecovery.py -b Mac-937A206F2EE63C01 -m 00000000000000000 download + # Latest version -# ie. Sequoia (15) -py macrecovery.py -b Mac-937A206F2EE63C01 -m 00000000000000000 download +# Tahoe (26) +python3 ./macrecovery.py -b Mac-CFF7D910A743CAAF -m 00000000000000000 -os latest download ``` * **macOS 12 and above note**: As recent macOS versions introduce changes to the USB stack, it is highly advisable that you map your USB ports (with USBToolBox) before installing macOS. From 8a24786f0d9b8f7e189bdf3e92980c88e7871e50 Mon Sep 17 00:00:00 2001 From: eca <77923245+eca-js@users.noreply.github.com> Date: Fri, 26 Sep 2025 01:18:26 -0300 Subject: [PATCH 06/29] Update security.md --- config.plist/security.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.plist/security.md b/config.plist/security.md index 8627db39d..fe462cbb6 100644 --- a/config.plist/security.md +++ b/config.plist/security.md @@ -18,6 +18,12 @@ This enables security features such as the verification of macOS' `boot.efi`, wi * If booting multiple versions, you may need to set the value to `Disabled`. * For example, a non-T2 SMBIOS booting High Sierra and Big Sur would need this disabled. * A T2 SMBIOS would be limited by the minimum version listed below. + +::: warning + +macOS 13 Sonoma changed how the system updates work. From now on, when you update (or install) macOS, SecureBootModel must be set to `Disabled`, otherwise it'll bootloop. Remember to change it back to another value listed down here when you finish updating macOS, as it can lead to a security breach. + +::: ::: details T2 Mac Models From 500c2d06a88589315f82fc806fb810ee122e0457 Mon Sep 17 00:00:00 2001 From: eca <77923245+eca-js@users.noreply.github.com> Date: Fri, 26 Sep 2025 01:18:47 -0300 Subject: [PATCH 07/29] Update security.md --- config.plist/security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.plist/security.md b/config.plist/security.md index fe462cbb6..1fa52fa47 100644 --- a/config.plist/security.md +++ b/config.plist/security.md @@ -21,7 +21,7 @@ This enables security features such as the verification of macOS' `boot.efi`, wi ::: warning -macOS 13 Sonoma changed how the system updates work. From now on, when you update (or install) macOS, SecureBootModel must be set to `Disabled`, otherwise it'll bootloop. Remember to change it back to another value listed down here when you finish updating macOS, as it can lead to a security breach. +macOS 13 Sonoma changed how system updates work. From now on, when you update (or install) macOS, SecureBootModel must be set to `Disabled`, otherwise it'll bootloop. Remember to change it back to another value listed down here when you finish updating macOS, as it can lead to a security breach. ::: From ef1f812b273a968ae21485d2fe3bde4094aad047 Mon Sep 17 00:00:00 2001 From: eca <77923245+eca-js@users.noreply.github.com> Date: Fri, 26 Sep 2025 01:43:02 -0300 Subject: [PATCH 08/29] Update kernel-issues.md --- troubleshooting/extended/kernel-issues.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/troubleshooting/extended/kernel-issues.md b/troubleshooting/extended/kernel-issues.md index 9d2082fc1..62f564d2d 100644 --- a/troubleshooting/extended/kernel-issues.md +++ b/troubleshooting/extended/kernel-issues.md @@ -304,7 +304,7 @@ This is due to incorrect BIOS settings: Missing or incorrect `Executable path` in your config.plist, this should be resolved by re-running ProperTree's snapshot tool(Cmd/Ctrl+R). -## Stuck on `This version of Mac OS X is not supported: Reason Mac...` +## Stuck on `This version of Mac OS X is not supported: Reason Mac...` or Prohibited Sign This error happens when SMBIOS is one no longer supported by that version of macOS, make sure values are set in `PlatformInfo->Generic` with `Automatic` enabled. For a full list of supported SMBIOS and their OSes, see here: [Choosing the right SMBIOS](../../extras/smbios-support.md) @@ -405,6 +405,12 @@ Example of what a disabled RTC with no way to enable looks like(note that there ![](../../images/troubleshooting/troubleshooting-md/rtc.png) +## Random bootlooping when updating or installing macOS in Sonoma or later + +This occurs because since macOS Sonoma 14.4 Apple changed how system updates worked, making Secure Boot disable when updating or installing the system. If not, the system would start bootlooping. +To fix this, disable Secure Boot via config.plist +* ie. set `Misc -> Security -> SecureBootModel -> Disabled` + ## Stuck at ACPI table loading on B550 ![](../../images/troubleshooting/troubleshooting-md/OC_catalina.jpg) From 8c61e2c0c7858dd4215ad95e9abed0f389c0e4ed Mon Sep 17 00:00:00 2001 From: eca <77923245+eca-js@users.noreply.github.com> Date: Fri, 26 Sep 2025 01:48:04 -0300 Subject: [PATCH 09/29] Update opencore-issues.md --- troubleshooting/extended/opencore-issues.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/troubleshooting/extended/opencore-issues.md b/troubleshooting/extended/opencore-issues.md index 24f403080..108cc0ec7 100644 --- a/troubleshooting/extended/opencore-issues.md +++ b/troubleshooting/extended/opencore-issues.md @@ -57,24 +57,12 @@ Main things to check: * **MinDate**: `-1` * **MinVersion**: `-1` -## Stuck on `OCB: OcScanForBootEntries failure - Not Found` +## Stuck on `OCB: OcScanForBootEntries failure - Not Found`, `OCB: failed to match a default boot option` or `OCB: System has no boot entries` This is due to OpenCore being unable to find any drives with the current ScanPolicy, setting to `0` will allow all boot options to be shown * `Misc -> Security -> ScanPolicy -> 0` -## Stuck on `OCB: failed to match a default boot option` - -Same fix as `OCB: OcScanForBootEntries failure - Not Found`, OpenCore is unable to find any drives with the current ScanPolicy, setting to `0` will allow all boot options to be shown - -* `Misc -> Security -> ScanPolicy -> 0` - -## Stuck on `OCB: System has no boot entries` - -Same fix as the above 2: - -* `Misc -> Security -> ScanPolicy -> 0` - ## Stuck on `OCS: No schema for DSDT, KernelAndKextPatch, RtVariable, SMBIOS, SystemParameters...` This is due to either using a Clover config with OpenCore or using a configurator such as Mackie's Clover and OpenCore configurator. You'll need to start over and make a new config or figure out all the garbage you need to remove from your config. **This is why we don't support configurators, they are known for these issues** From a8bab8ea47d4b74280fe5e65f1c9daaedbcea744 Mon Sep 17 00:00:00 2001 From: eca <77923245+eca-js@users.noreply.github.com> Date: Fri, 26 Sep 2025 01:58:20 -0300 Subject: [PATCH 10/29] Hid Ventura from searching, as its a bit old atp --- extras/ventura.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extras/ventura.md b/extras/ventura.md index 41fc82ea5..a2e4e18f1 100644 --- a/extras/ventura.md +++ b/extras/ventura.md @@ -1,3 +1,7 @@ +--- +search: false +--- + # macOS 13: Ventura ## Table of Contents From 67849fe0a4546a340ba05900581f64bd1f2648cf Mon Sep 17 00:00:00 2001 From: eca <77923245+eca-js@users.noreply.github.com> Date: Fri, 26 Sep 2025 02:05:47 -0300 Subject: [PATCH 11/29] SMBIOS Support updated as of Tahoe --- extras/smbios-support.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/extras/smbios-support.md b/extras/smbios-support.md index ce9dc3bac..b701e36d5 100644 --- a/extras/smbios-support.md +++ b/extras/smbios-support.md @@ -113,7 +113,7 @@ Info pulled from [AppleDB](https://appledb.dev), [EveryMac](https://everymac.com | MacBookAir7,2 | Broadwell(U) | HD 6000 (13") | Mac-937CB26E2E02BB01 | 10.10.2 (14C2507) | ^^ | | MacBookAir8,1 | Amber Lake(Y) | UHD 617 (13") | Mac-827FAC58A8FDFA22 | 10.14.1 (18B2084) | 14.7.x | | MacBookAir8,2 | Amber Lake(Y) | UHD 617 (13") | Mac-226CB3C6A851A671 | 10.14.5 (18F2058) | ^^ | -| MacBookAir9,1 | Ice Lake(Y) | Iris Plus G4/G7 (13") | Mac-0CFF9C7C2B63DF8D | 10.15.4 (19E287) | Current | +| MacBookAir9,1 | Ice Lake(Y) | Iris Plus G4/G7 (13") | Mac-0CFF9C7C2B63DF8D | 10.15.4 (19E287) | 15.x | ### MacBook Pro @@ -152,14 +152,14 @@ Info pulled from [AppleDB](https://appledb.dev), [EveryMac](https://everymac.com | MacBookPro14,1 | Kaby Lake(U) | Iris Plus 640 (13") | Mac-B4831CEBD52A0C4C | 10.12.5 (16F2073) | 13.6.x | | MacBookPro14,2 | Kaby Lake(U) | Iris Plus 650 (13") | Mac-CAD6701F7CEA0921 | 10.12.5 (16F2073) | ^^ | | MacBookPro14,3 | Kaby Lake(H) | HD 630/Radeon Pro 555 (15") | Mac-551B86E5744E2388 | 10.12.5 (16F2073) | ^^ | -| MacBookPro15,1 | Coffee Lake(H) | UHD 630/Radeon Pro 555X (15") | Mac-937A206F2EE63C01 | 10.13.6 (17G2112) | Current | +| MacBookPro15,1 | Coffee Lake(H) | UHD 630/Radeon Pro 555X (15") | Mac-937A206F2EE63C01 | 10.13.6 (17G2112) | 15.x | | MacBookPro15,2 | Coffee Lake(U) | Iris Plus 655 (13") | Mac-827FB448E656EC26 | 10.13.6 (17G2112) | ^^ | | MacBookPro15,3 | Coffee Lake(H) | UHD 630/Radeon Pro Vega 16 (15") | Mac-1E7E29AD0135F9BC | 10.14.1 (18B3094) | ^^ | | MacBookPro15,4 | Coffee Lake(U) | Iris Plus 645 (13") | Mac-53FDB3D8DB8CA971 | 10.14.5 (18F2058) | ^^ | -| MacBookPro16,1 | Coffee Lake(H) | UHD 630/Radeon Pro 5300 (16") | Mac-E1008331FDC96864 | 10.15.1 (19B2093) | ^^ | +| MacBookPro16,1 | Coffee Lake(H) | UHD 630/Radeon Pro 5300 (16") | Mac-E1008331FDC96864 | 10.15.1 (19B2093) | Current | | MacBookPro16,2 | Ice Lake(U) | Iris Plus G4/G7 (13") | Mac-5F9802EFE386AA28 | 10.15.4 (19E2269) | ^^ | -| MacBookPro16,3 | Coffee Lake(U) | Iris Plus 645 (13") | Mac-E7203C0F68AA0004 | 10.15.4 (19E2269) | ^^ | -| MacBookPro16,4 | Coffee Lake(H) | UHD 630/Radeon Pro 5600M (16") | Mac-A61BADE1FDAD7B05 | 10.15.1 (19B2093) | ^^ | +| MacBookPro16,3 | Coffee Lake(U) | Iris Plus 645 (13") | Mac-E7203C0F68AA0004 | 10.15.4 (19E2269) | 15.x | +| MacBookPro16,4 | Coffee Lake(H) | UHD 630/Radeon Pro 5600M (16") | Mac-A61BADE1FDAD7B05 | 10.15.1 (19B2093) | Current | ### Mac Mini @@ -175,7 +175,7 @@ Info pulled from [AppleDB](https://appledb.dev), [EveryMac](https://everymac.com | Macmini6,1 | Ivy Bridge(M) | HD 4000 | Mac-031AEE4D24BFF0B1 | 10.8.1 (12B2080) | 10.15.7 | | Macmini6,2 | Ivy Bridge(QM) | HD 4000 | Mac-F65AE981FFA204ED | 10.8.1 (12B2080) | ^^ | | Macmini7,1 | Haswell(U) | HD 5000 or Iris 5100 | Mac-35C5E08120C7EEAF | 10.10 (14A389) | 12.7.6 | -| Macmini8,1 | Coffee Lake(H) | UHD 630 | Mac-7BA5B2DFE22DDD8C | 10.14 (18A2063) | Current | +| Macmini8,1 | Coffee Lake(H) | UHD 630 | Mac-7BA5B2DFE22DDD8C | 10.14 (18A2063) | 15.x | ### iMac @@ -211,16 +211,16 @@ Info pulled from [AppleDB](https://appledb.dev), [EveryMac](https://everymac.com | iMac18,1 | Kaby Lake(U) | Iris Plus 640 | Mac-4B682C642B45593E | 10.12.4 (16E2193) | 13.6.x | | iMac18,2 | Kaby Lake(S) | Radeon Pro 555 | Mac-77F17D7DA9285301 | 10.12.4 (16F2073) | ^^ | | iMac18,3 | ^^ | Radeon Pro 570 | Mac-BE088AF8C5EB4FA2 | 10.12.4 (16F2073) | ^^ | -| iMac19,1 | Coffee Lake(S) | Radeon Pro 570X | Mac-AA95B1DDAB278B95 | 10.14.4 (18E226) | Current | +| iMac19,1 | Coffee Lake(S) | Radeon Pro 570X | Mac-AA95B1DDAB278B95 | 10.14.4 (18E226) | 15.x | | iMac19,2 | ^^ | Radeon Pro 555X | Mac-63001698E7A34814 | 10.14.4 (18E226) | ^^ | -| iMac20,1 | Comet Lake(S) | Radeon Pro 5300 | Mac-CFF7D910A743CAAF | 10.15.6 (19G2005) | ^^ | +| iMac20,1 | Comet Lake(S) | Radeon Pro 5300 | Mac-CFF7D910A743CAAF | 10.15.6 (19G2005) | Current | | iMac20,2 | ^^ | ^^ | Mac-AF89B6D9451A490B | 10.15.6 (19G2005) | ^^ | ### iMac Pro | SMBIOS | CPU Family | GPU | board-id | Initial Support | Last Supported Version | | :--- | :--- | :--- | :--- | :--- | :--- | -| iMacPro1,1 | Skylake-W | Vega 56 | Mac-7BA5B2D9E42DDD94 | 10.13.2 (17C2111) | Current | +| iMacPro1,1 | Skylake-W | Vega 56 | Mac-7BA5B2D9E42DDD94 | 10.13.2 (17C2111) | 15.x | ### Mac Pro From 7acda373275030602bf0efdbddfa7f6995e6a9bd Mon Sep 17 00:00:00 2001 From: eca <77923245+eca-js@users.noreply.github.com> Date: Fri, 26 Sep 2025 02:38:14 -0300 Subject: [PATCH 12/29] Create tahoe.md --- extras/tahoe.md | 83 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 extras/tahoe.md diff --git a/extras/tahoe.md b/extras/tahoe.md new file mode 100644 index 000000000..4d6a6f7ce --- /dev/null +++ b/extras/tahoe.md @@ -0,0 +1,83 @@ +# macOS 26: Tahoe + +## Table of Contents + +[[toc]] + +## Prerequisites + +### Dropped CPU Support + +**Work in Progress**, if you know please help with [Pull Requests](https://github.com/dortania/OpenCore-Multiboot/pulls) + +### Supported SMBIOS + +SMBIOS dropped in Tahoe: + +* iMac19,x +* MacBookAir9,1 +* iMacPro1,1 +* Macmini8,1 +* MacBookPro15,x +* MacBookPro16,3 + +If your SMBIOS was supported in Monterey and is not included above, you're good to go! + +::: details Supported SMBIOS + +* iMac20,x +* MacBookPro16,x (but MacBookPro16,3) +* MacPro7,1 + +[Click here](./smbios-support.md) for a full list of supported SMBIOS. + +::: + +For those on architectures no longer supported by Tahoe: + +**Work in Progress**, if you know please help with [Pull Requests](https://github.com/dortania/OpenCore-Multiboot/pulls) + +### Supported hardware + +**Work in Progress**, if you know please help with [Pull Requests](https://github.com/dortania/OpenCore-Multiboot/pulls) + +### AMD Patches + +**Work in Progress**, if you know please help with [Pull Requests](https://github.com/dortania/OpenCore-Multiboot/pulls) + +## Update from Sequoia + +You'll have to be using OpenCore version 1.0.5+ (at least commit 164696d). If you are updating, make sure OpenCore 1.0.4 works. +Make sure: +* Before-hand, enable [FileVault](https://dortania.github.io/OpenCore-Post-Install/universal/security/filevault.html) as install appears to enable it. +* Update all of your kexts. +* Add `-lilubetaall` to your boot-args. +* Disable Jumpstart and add `apfs_aligned.efi` from OcBinaryData. + +### Troubeshooting boot errors: +* Stuck in early boot (Waiting for DSMOS): Use the updated OC build; otherwise, you will see an injection error with VirtualSMC in the logs. +* AMDSupport panic: disable WhateverGreen. +* IntelBTPatcher panic: disable Bluetooth kexts. +* AppleEthernetRL panic: Apple now ships a RTL8125 kext, it causes issues for some users. Change IOProbeScore in LucyRTL8125's Info.plist to 5000. +* Stuck on prohibited sign: + * All USB maps are broken. If you are using: + * UTBMap.kext: Use [USBToolBox test build](https://github.com/USBToolBox/kext/releases/tag/1.2.0). + * USBMap.kext: Use USBMapinjectorEdit from the latest USBMap. + +## Audio Support + +Tahoe remove AppleHDA.kext, as in the supported SMBIOS, the T2 chip manages the audio. So, as it "isn't necesarry", Apple removed it in Tahoe Beta 2. But let's be real: We can't emulate a dedicated ARM chip. That's why AppleALC won't work. + +### Solutions + +* Use AppleALCU + * Note that it only supports digital audio +* Use VoodooHDA + * Also note that it sounds bad and it doesn't support system integration. +* You can try patching AppleHDA back but it's not reccomended and you're on your own. + +## The end of a long era + +Apple has announced in the [WWDC25](https://www.youtube.com/live/51iONeETSng?t=3278s) that Tahoe will be the last macOS version to support Intel Macs. This marks the end of Hackintosh as we know it. + +~~YEAAAAAAAAAAAAA FINALLY THIS TORTURE ENDED WE ARE FREEEEEE~~ Since macOS Tiger, when Intel Macs were introduced, this project has been making PCs run macOS. This is the end of all of it. From now on, all macOS's will be ARM only. From 16810724aa3520254dac177a20a82ad42fa60a5c Mon Sep 17 00:00:00 2001 From: eca <77923245+eca-js@users.noreply.github.com> Date: Fri, 26 Sep 2025 02:50:17 -0300 Subject: [PATCH 13/29] Update security.md --- config.plist/security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.plist/security.md b/config.plist/security.md index 1fa52fa47..58c795a3e 100644 --- a/config.plist/security.md +++ b/config.plist/security.md @@ -21,7 +21,7 @@ This enables security features such as the verification of macOS' `boot.efi`, wi ::: warning -macOS 13 Sonoma changed how system updates work. From now on, when you update (or install) macOS, SecureBootModel must be set to `Disabled`, otherwise it'll bootloop. Remember to change it back to another value listed down here when you finish updating macOS, as it can lead to a security breach. +macOS 14 Sonoma changed how system updates work. From now on, when you update (or install) macOS, SecureBootModel must be set to `Disabled`, otherwise it'll bootloop. Remember to change it back to another value listed down here when you finish updating macOS, as it can lead to a security breach. ::: From 5015f41499ac682ef2119c4f3c3aea320e1445dd Mon Sep 17 00:00:00 2001 From: eca <77923245+eca-js@users.noreply.github.com> Date: Fri, 26 Sep 2025 02:51:50 -0300 Subject: [PATCH 14/29] Update security.md --- config.plist/security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.plist/security.md b/config.plist/security.md index 58c795a3e..9ef64d9f9 100644 --- a/config.plist/security.md +++ b/config.plist/security.md @@ -21,7 +21,7 @@ This enables security features such as the verification of macOS' `boot.efi`, wi ::: warning -macOS 14 Sonoma changed how system updates work. From now on, when you update (or install) macOS, SecureBootModel must be set to `Disabled`, otherwise it'll bootloop. Remember to change it back to another value listed down here when you finish updating macOS, as it can lead to a security breach. +macOS 14 Sonoma changed how system updates work. From now on, when you update (or install) macOS, SecureBootModel must be set to `Disabled`, otherwise it'll bootloop. Remember to change it back to another value listed down here when you finish updating macOS, as otherwise it can lead to a security breach. ::: From 1fe7f3732ab10193f5157bb4337141cbdaa6ac51 Mon Sep 17 00:00:00 2001 From: eca <77923245+eca-js@users.noreply.github.com> Date: Fri, 26 Sep 2025 02:55:29 -0300 Subject: [PATCH 15/29] Update tahoe.md --- extras/tahoe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/tahoe.md b/extras/tahoe.md index 4d6a6f7ce..8eb9f47ef 100644 --- a/extras/tahoe.md +++ b/extras/tahoe.md @@ -21,7 +21,7 @@ SMBIOS dropped in Tahoe: * MacBookPro15,x * MacBookPro16,3 -If your SMBIOS was supported in Monterey and is not included above, you're good to go! +If your SMBIOS was supported in Sequoia and is not included above, you're good to go! ::: details Supported SMBIOS From 8d57093823ca0ea792e5ddb1f520b7385ed76511 Mon Sep 17 00:00:00 2001 From: eca <77923245+eca-js@users.noreply.github.com> Date: Fri, 26 Sep 2025 03:16:06 -0300 Subject: [PATCH 16/29] Changed ventura to tahoe cause tahoe is here lets gooooo --- .vuepress/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vuepress/config.js b/.vuepress/config.js index ab052b260..8d2e68f76 100755 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -279,7 +279,7 @@ module.exports = { children: [ '/extras/kaslr-fix', '/extras/spoof', - '/extras/ventura', + '/extras/tahoe', ['https://github.com/dortania/OpenCore-Install-Guide/tree/master/clover-conversion', 'Clover Conversion'], '/extras/smbios-support.md', ] @@ -306,4 +306,4 @@ module.exports = { } }], ] -} \ No newline at end of file +} From cc717e929b456946ba5935d1f9d65cb46e49412d Mon Sep 17 00:00:00 2001 From: ecamamini Date: Sat, 27 Sep 2025 11:25:35 -0300 Subject: [PATCH 17/29] Windows doesn't use python3 but py --- installer-guide/windows-install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer-guide/windows-install.md b/installer-guide/windows-install.md index a4adc0cda..d72820d49 100644 --- a/installer-guide/windows-install.md +++ b/installer-guide/windows-install.md @@ -62,11 +62,11 @@ py macrecovery.py -b Mac-4B682C642B45593E -m 00000000000000000 download py macrecovery.py -b Mac-226CB3C6A851A671 -m 00000000000000000 download # Sequoia (15) -python3 ./macrecovery.py -b Mac-937A206F2EE63C01 -m 00000000000000000 download +py ./macrecovery.py -b Mac-937A206F2EE63C01 -m 00000000000000000 download # Latest version # Tahoe (26) -python3 ./macrecovery.py -b Mac-CFF7D910A743CAAF -m 00000000000000000 -os latest download +py ./macrecovery.py -b Mac-CFF7D910A743CAAF -m 00000000000000000 -os latest download ``` * **macOS 12 and above note**: As recent macOS versions introduce changes to the USB stack, it is highly advisable that you map your USB ports (with USBToolBox) before installing macOS. From 1ed44e2aa33361f8449ef68af7c3f52cbb2d84e4 Mon Sep 17 00:00:00 2001 From: ecamamini Date: Sat, 27 Sep 2025 12:08:32 -0300 Subject: [PATCH 18/29] SBM --- troubleshooting/extended/kernel-issues.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/troubleshooting/extended/kernel-issues.md b/troubleshooting/extended/kernel-issues.md index 62f564d2d..b6eab1160 100644 --- a/troubleshooting/extended/kernel-issues.md +++ b/troubleshooting/extended/kernel-issues.md @@ -407,10 +407,16 @@ Example of what a disabled RTC with no way to enable looks like(note that there ## Random bootlooping when updating or installing macOS in Sonoma or later -This occurs because since macOS Sonoma 14.4 Apple changed how system updates worked, making Secure Boot disable when updating or installing the system. If not, the system would start bootlooping. -To fix this, disable Secure Boot via config.plist +This occurs because since macOS Sonoma 14.4, Apple changed how system updates worked, adding extra verifications to Secure Boot, thing OpenCore's Secure Boot struggles to verify and calls panic() because it can't verify it correctly. +To fix this, disable Secure Boot temporally via config.plist * ie. set `Misc -> Security -> SecureBootModel -> Disabled` +::: warning + +Remember to enable it again when the installation/update process is done, since it can lead to a security breach in the system. + +::: + ## Stuck at ACPI table loading on B550 ![](../../images/troubleshooting/troubleshooting-md/OC_catalina.jpg) From 5fd21621e81fb82aa9deeb38aee9fc13f119ede8 Mon Sep 17 00:00:00 2001 From: ecamamini Date: Sat, 27 Sep 2025 15:42:41 -0300 Subject: [PATCH 19/29] Update tahoe.md --- extras/tahoe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/tahoe.md b/extras/tahoe.md index 8eb9f47ef..5bff7a12e 100644 --- a/extras/tahoe.md +++ b/extras/tahoe.md @@ -66,7 +66,7 @@ Make sure: ## Audio Support -Tahoe remove AppleHDA.kext, as in the supported SMBIOS, the T2 chip manages the audio. So, as it "isn't necesarry", Apple removed it in Tahoe Beta 2. But let's be real: We can't emulate a dedicated ARM chip. That's why AppleALC won't work. +Tahoe remove AppleHDA.kext, as in the supported macs, the T2 chip manages the audio. So, as it "isn't necesarry", Apple removed it in Tahoe Beta 2. But let's be real: We can't emulate a dedicated ARM chip. That's why AppleALC won't work. ### Solutions From d5706ac1d1ecce000e1b163d37e3c8de40184f88 Mon Sep 17 00:00:00 2001 From: ecamamini Date: Sat, 27 Sep 2025 15:47:19 -0300 Subject: [PATCH 20/29] 1.0.6 is a beta --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1eace256e..c14e97595 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ actionLink: prerequisites.md meta: - name: description - content: Current supported version 1.0.6 + content: Current supported version 1.0.5 --- # What is OpenCore and who is this guide for From d311d2486679989537cf5e83c5ab08200a51d77d Mon Sep 17 00:00:00 2001 From: ecamamini Date: Sat, 27 Sep 2025 15:49:45 -0300 Subject: [PATCH 21/29] Update kernel-issues.md --- troubleshooting/extended/kernel-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/troubleshooting/extended/kernel-issues.md b/troubleshooting/extended/kernel-issues.md index b6eab1160..a05ae8e7d 100644 --- a/troubleshooting/extended/kernel-issues.md +++ b/troubleshooting/extended/kernel-issues.md @@ -304,7 +304,7 @@ This is due to incorrect BIOS settings: Missing or incorrect `Executable path` in your config.plist, this should be resolved by re-running ProperTree's snapshot tool(Cmd/Ctrl+R). -## Stuck on `This version of Mac OS X is not supported: Reason Mac...` or Prohibited Sign +## Stuck on `This version of Mac OS X is not supported: Reason Mac...` This error happens when SMBIOS is one no longer supported by that version of macOS, make sure values are set in `PlatformInfo->Generic` with `Automatic` enabled. For a full list of supported SMBIOS and their OSes, see here: [Choosing the right SMBIOS](../../extras/smbios-support.md) From 6db26f8028868cbf01ee32a01541ea085ea71aef Mon Sep 17 00:00:00 2001 From: ecamamini Date: Sat, 27 Sep 2025 15:51:53 -0300 Subject: [PATCH 22/29] Update kernel-issues.md --- troubleshooting/extended/kernel-issues.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/troubleshooting/extended/kernel-issues.md b/troubleshooting/extended/kernel-issues.md index a05ae8e7d..47adb5503 100644 --- a/troubleshooting/extended/kernel-issues.md +++ b/troubleshooting/extended/kernel-issues.md @@ -405,10 +405,10 @@ Example of what a disabled RTC with no way to enable looks like(note that there ![](../../images/troubleshooting/troubleshooting-md/rtc.png) -## Random bootlooping when updating or installing macOS in Sonoma or later +## Bootlooping when updating or installing macOS in Sonoma or later -This occurs because since macOS Sonoma 14.4, Apple changed how system updates worked, adding extra verifications to Secure Boot, thing OpenCore's Secure Boot struggles to verify and calls panic() because it can't verify it correctly. -To fix this, disable Secure Boot temporally via config.plist +This occurs because since macOS Sonoma 14.4, Apple changed how system updates worked, adding extra verifications to Apple Secure Boot, thing OpenCore's Secure Boot struggles to verify and calls panic() because it can't verify it correctly. +To fix this, disable Apple Secure Boot temporally via config.plist * ie. set `Misc -> Security -> SecureBootModel -> Disabled` ::: warning From 34e751ed7a09f0e3573f26259937adb8bb278786 Mon Sep 17 00:00:00 2001 From: ecamamini Date: Sat, 27 Sep 2025 15:53:12 -0300 Subject: [PATCH 23/29] Update security.md --- config.plist/security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.plist/security.md b/config.plist/security.md index 9ef64d9f9..cb20f311f 100644 --- a/config.plist/security.md +++ b/config.plist/security.md @@ -21,7 +21,7 @@ This enables security features such as the verification of macOS' `boot.efi`, wi ::: warning -macOS 14 Sonoma changed how system updates work. From now on, when you update (or install) macOS, SecureBootModel must be set to `Disabled`, otherwise it'll bootloop. Remember to change it back to another value listed down here when you finish updating macOS, as otherwise it can lead to a security breach. +macOS 14 Sonoma changed how system updates work. From now on, when you update (or install) macOS, `SecureBootModel` must be set to `Disabled`, otherwise it'll bootloop. Remember to change it back to another value listed down here when you finish updating macOS, as otherwise it can lead to a security breach. ::: From 8a9bb8e2be292f517b373344eb7d94be1d5352d1 Mon Sep 17 00:00:00 2001 From: ecamamini Date: Sat, 27 Sep 2025 15:54:29 -0300 Subject: [PATCH 24/29] Update ventura.md --- extras/ventura.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/extras/ventura.md b/extras/ventura.md index a2e4e18f1..41fc82ea5 100644 --- a/extras/ventura.md +++ b/extras/ventura.md @@ -1,7 +1,3 @@ ---- -search: false ---- - # macOS 13: Ventura ## Table of Contents From 55418af84aee862334de02c4824a6226056945ee Mon Sep 17 00:00:00 2001 From: ecamamini Date: Sat, 27 Sep 2025 15:59:05 -0300 Subject: [PATCH 25/29] Update tahoe.md --- extras/tahoe.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/extras/tahoe.md b/extras/tahoe.md index 5bff7a12e..29a6de4f3 100644 --- a/extras/tahoe.md +++ b/extras/tahoe.md @@ -6,10 +6,6 @@ ## Prerequisites -### Dropped CPU Support - -**Work in Progress**, if you know please help with [Pull Requests](https://github.com/dortania/OpenCore-Multiboot/pulls) - ### Supported SMBIOS SMBIOS dropped in Tahoe: @@ -33,17 +29,9 @@ If your SMBIOS was supported in Sequoia and is not included above, you're good t ::: -For those on architectures no longer supported by Tahoe: - -**Work in Progress**, if you know please help with [Pull Requests](https://github.com/dortania/OpenCore-Multiboot/pulls) - -### Supported hardware - -**Work in Progress**, if you know please help with [Pull Requests](https://github.com/dortania/OpenCore-Multiboot/pulls) - ### AMD Patches -**Work in Progress**, if you know please help with [Pull Requests](https://github.com/dortania/OpenCore-Multiboot/pulls) +Same as Sequoia, just update them to the [Beta Branch](https://github.com/AMD-OSX/AMD_Vanilla/tree/beta) ## Update from Sequoia From abe42a44a4c9769b2218f4e5fe975edf3e7f0349 Mon Sep 17 00:00:00 2001 From: ecamamini Date: Sat, 27 Sep 2025 16:04:22 -0300 Subject: [PATCH 26/29] Update windows-install.md --- installer-guide/windows-install.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/installer-guide/windows-install.md b/installer-guide/windows-install.md index d72820d49..ed9bd032f 100644 --- a/installer-guide/windows-install.md +++ b/installer-guide/windows-install.md @@ -62,13 +62,15 @@ py macrecovery.py -b Mac-4B682C642B45593E -m 00000000000000000 download py macrecovery.py -b Mac-226CB3C6A851A671 -m 00000000000000000 download # Sequoia (15) -py ./macrecovery.py -b Mac-937A206F2EE63C01 -m 00000000000000000 download +py macrecovery.py -b Mac-937A206F2EE63C01 -m 00000000000000000 download # Latest version # Tahoe (26) -py ./macrecovery.py -b Mac-CFF7D910A743CAAF -m 00000000000000000 -os latest download +py macrecovery.py -b Mac-CFF7D910A743CAAF -m 00000000000000000 -os latest download ``` +* If `py` doesn't work, try `python` or `python3`. Depending on Python versions, it may be added differently to the PATH. + * **macOS 12 and above note**: As recent macOS versions introduce changes to the USB stack, it is highly advisable that you map your USB ports (with USBToolBox) before installing macOS. * CAUTION: With macOS 11.3 and newer, [XhciPortLimit is broken resulting in boot loops](https://github.com/dortania/bugtracker/issues/162). * If you've already [mapped your USB ports](https://dortania.github.io/OpenCore-Post-Install/usb/) and disabled `XhciPortLimit`, you can boot macOS 11.3+ without issues. From 1e3375b3c1945d100278e150412805d55ed1ae7e Mon Sep 17 00:00:00 2001 From: ecamamini Date: Sat, 27 Sep 2025 16:11:05 -0300 Subject: [PATCH 27/29] Update kernel-issues.md --- troubleshooting/extended/kernel-issues.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/troubleshooting/extended/kernel-issues.md b/troubleshooting/extended/kernel-issues.md index 47adb5503..55eb9c7d1 100644 --- a/troubleshooting/extended/kernel-issues.md +++ b/troubleshooting/extended/kernel-issues.md @@ -25,7 +25,7 @@ The main culprits to watch for in the Booter section are: * **SetupVirtualMap** * This quirk is required for the majority of firmwares and without it it's very common to kernel panic here, so enable it if not already * Mainly Z390 and older require this quirk enabled - * However, certain firmwares(mainly 2020+) do not work with this quirk and so may actually cause this kernel panic: + * However, certain firmwares (mainly 2020+) do not work with this quirk and so may actually cause this kernel panic: * Intel's Ice Lake series * Intel's Comet Lake series(B460, H470, Z490, etc) * AMD's B550 and A520(Latest BIOS on X570 are also included now) @@ -37,7 +37,7 @@ The main culprits to watch for in the Booter section are: * **EnableWriteUnprotector** * Another issue may be that macOS is conflicting with the write protection from CR0 register, to resolve this we have 2 options: - * If your firmware supports MATs(2018+ firmwares): + * If your firmware supports MATs (2018+ firmwares): * EnableWriteUnprotector -> False * RebuildAppleMemoryMap -> True * SyncRuntimePermissions -> True @@ -45,8 +45,8 @@ The main culprits to watch for in the Booter section are: * EnableWriteUnprotector -> True * RebuildAppleMemoryMap -> False * SyncRuntimePermissions -> False - * Note: Some laptops(ex. Dell Inspiron 5370) even with MATs support will halt on boot up, in these cases you'll have two options: - * Boot with the old firmware quirk combo(ie. With EnableWriteUnprotector and disable `RebuildAppleMemoryMap` + `SyncRuntimePermissions`) + * Note: Some laptops (ex. Dell Inspiron 5370) even with MATs support will halt on boot up, in these cases you'll have two options: + * Boot with the old firmware quirk combo (ie. With EnableWriteUnprotector and disable `RebuildAppleMemoryMap` + `SyncRuntimePermissions`) * Enable `DevirtualiseMmio` and follow [MmioWhitelist guide](https://dortania.github.io/OpenCore-Install-Guide/extras/kaslr-fix.html) Regarding MATs support, firmwares built against EDK 2018 will support this and many OEMs have even added support all the way back to Skylake laptops. Issue is it's not always obvious if an OEM has updated the firmware, you can check the OpenCore logs whether yours supports it([See here how to get a log](../debug.html)): @@ -408,7 +408,7 @@ Example of what a disabled RTC with no way to enable looks like(note that there ## Bootlooping when updating or installing macOS in Sonoma or later This occurs because since macOS Sonoma 14.4, Apple changed how system updates worked, adding extra verifications to Apple Secure Boot, thing OpenCore's Secure Boot struggles to verify and calls panic() because it can't verify it correctly. -To fix this, disable Apple Secure Boot temporally via config.plist +To fix this, disable Apple Secure Boot temporarily via config.plist * ie. set `Misc -> Security -> SecureBootModel -> Disabled` ::: warning @@ -462,7 +462,7 @@ This assumes you're only booting the installer USB and not macOS itself. ### SATA Issues -On rare occasions(mainly laptops), the SATA controller isn't officially supported by macOS. To resolve this, we'll want to do a few things: +On rare occasions (mainly laptops), the SATA controller isn't officially supported by macOS. To resolve this, we'll want to do a few things: * Set SATA to AHCI mode in the BIOS * macOS doesn't support hardware RAID or IDE mode properly. @@ -541,7 +541,7 @@ Note: macOS 11, Big Sur no longer requires this patch for MSI Navi. Generally seen as an issue surrounding the prelinked kernel, specifically that macOS is having a hard time interpreting the ones we injected. Verify that: * Your kexts are in the correct order(master then plugins, Lilu always before the plugins) -* Kexts with executables have them and plist only kexts don't(ie. USBmap.kext, XHCI-unspported.kext, etc does not contain an executable) +* Kexts with executables have them and plist only kexts don't(ie. USBmap.kext, XHCI-unsupported.kext, etc does not contain an executable) * Don't include multiple of the same kexts in your config.plist(ie. including multiple copies of VoodooInput from multiple kexts, we recommend choosing the first kext in your config's array and disable the rest) Note: this error may also look very similar to [Kernel Panic on `Invalid frame pointer`](#kernel-panic-on-invalid-frame-pointer) From 185db84e6feca2d3a2f6f842d46cd5782345f93f Mon Sep 17 00:00:00 2001 From: ecamamini Date: Wed, 1 Oct 2025 22:31:08 -0300 Subject: [PATCH 28/29] This includes OSes as far back as 10.4, Tiger, and even the latest builds of 26, Tahoe! --- why-oc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/why-oc.md b/why-oc.md index 6efd207e4..a11ac583c 100644 --- a/why-oc.md +++ b/why-oc.md @@ -8,7 +8,7 @@ This section contains a brief rundown as to why the community has been transitio * More OS Support! * OpenCore now supports more versions of OS X and macOS natively without painful hacks Clover and Chameleon had to implement - * This includes OSes as far back as 10.4, Tiger, and even the latest builds of 13, Ventura! + * This includes OSes as far back as 10.4, Tiger, and even the latest builds of 26, Tahoe! * On average, OpenCore systems boot faster than those using Clover as less unnecessary patching is done * Better overall stability as patches can be much more precise: * [macOS 10.15.4 update](https://www.reddit.com/r/hackintosh/comments/fo9bfv/macos_10154_update/) From 2b96225f3285f4b91ce6bf683f00964f8b61a36e Mon Sep 17 00:00:00 2001 From: "eca.js" Date: Thu, 2 Oct 2025 01:43:12 -0300 Subject: [PATCH 29/29] add macOS 26 Tahoe to Kernel Support Table --- AMD/fx.md | 1 + AMD/zen.md | 1 + config-HEDT/broadwell-e.md | 1 + config-HEDT/haswell-e.md | 1 + config-HEDT/ivy-bridge-e.md | 1 + config-HEDT/nehalem.md | 1 + config-HEDT/skylake-x.md | 1 + config-laptop.plist/arrandale.md | 1 + config-laptop.plist/broadwell.md | 1 + config-laptop.plist/coffee-lake-plus.md | 1 + config-laptop.plist/coffee-lake.md | 1 + config-laptop.plist/haswell.md | 1 + config-laptop.plist/icelake.md | 1 + config-laptop.plist/ivy-bridge.md | 1 + config-laptop.plist/kaby-lake.md | 1 + config-laptop.plist/sandy-bridge.md | 1 + config-laptop.plist/skylake.md | 1 + config.plist/clarkdale.md | 1 + config.plist/coffee-lake.md | 1 + config.plist/comet-lake.md | 1 + config.plist/haswell.md | 1 + config.plist/ivy-bridge.md | 1 + config.plist/kaby-lake.md | 1 + config.plist/penryn.md | 1 + config.plist/sandy-bridge.md | 1 + config.plist/skylake.md | 1 + 26 files changed, 26 insertions(+) diff --git a/AMD/fx.md b/AMD/fx.md index 7ffce6676..1519e36ee 100644 --- a/AMD/fx.md +++ b/AMD/fx.md @@ -172,6 +172,7 @@ A reminder that [ProperTree](https://github.com/corpnewt/ProperTree) users can r | 13 | 22.0.0 | 22.99.99 | | 14 | 23.0.0 | 23.99.99 | | 15 | 24.0.0 | 24.99.99 | +| 26 | 25.0.0 | 25.99.99 | ::: diff --git a/AMD/zen.md b/AMD/zen.md index f193323df..0f61de8bb 100644 --- a/AMD/zen.md +++ b/AMD/zen.md @@ -190,6 +190,7 @@ A reminder that [ProperTree](https://github.com/corpnewt/ProperTree) users can r | 13 | 22.0.0 | 22.99.99 | | 14 | 23.0.0 | 23.99.99 | | 15 | 24.0.0 | 24.99.99 | +| 26 | 25.0.0 | 25.99.99 | ::: diff --git a/config-HEDT/broadwell-e.md b/config-HEDT/broadwell-e.md index 29e86c7bf..60e6b0679 100644 --- a/config-HEDT/broadwell-e.md +++ b/config-HEDT/broadwell-e.md @@ -170,6 +170,7 @@ A reminder that [ProperTree](https://github.com/corpnewt/ProperTree) users can r | 13 | 22.0.0 | 22.99.99 | | 14 | 23.0.0 | 23.99.99 | | 15 | 24.0.0 | 24.99.99 | +| 26 | 25.0.0 | 25.99.99 | ::: diff --git a/config-HEDT/haswell-e.md b/config-HEDT/haswell-e.md index 1831e02a5..507ac86a9 100644 --- a/config-HEDT/haswell-e.md +++ b/config-HEDT/haswell-e.md @@ -170,6 +170,7 @@ A reminder that [ProperTree](https://github.com/corpnewt/ProperTree) users can r | 13 | 22.0.0 | 22.99.99 | | 14 | 23.0.0 | 23.99.99 | | 15 | 24.0.0 | 24.99.99 | +| 26 | 25.0.0 | 25.99.99 | ::: diff --git a/config-HEDT/ivy-bridge-e.md b/config-HEDT/ivy-bridge-e.md index db11f8b97..cc52db83f 100644 --- a/config-HEDT/ivy-bridge-e.md +++ b/config-HEDT/ivy-bridge-e.md @@ -181,6 +181,7 @@ A reminder that [ProperTree](https://github.com/corpnewt/ProperTree) users can r | 13 | 22.0.0 | 22.99.99 | | 14 | 23.0.0 | 23.99.99 | | 15 | 24.0.0 | 24.99.99 | +| 26 | 25.0.0 | 25.99.99 | ::: diff --git a/config-HEDT/nehalem.md b/config-HEDT/nehalem.md index 15fc254af..cf8b6e47f 100644 --- a/config-HEDT/nehalem.md +++ b/config-HEDT/nehalem.md @@ -196,6 +196,7 @@ A reminder that [ProperTree](https://github.com/corpnewt/ProperTree) users can r | 13 | 22.0.0 | 22.99.99 | | 14 | 23.0.0 | 23.99.99 | | 15 | 24.0.0 | 24.99.99 | +| 26 | 25.0.0 | 25.99.99 | ::: diff --git a/config-HEDT/skylake-x.md b/config-HEDT/skylake-x.md index 8f916f318..f93513636 100644 --- a/config-HEDT/skylake-x.md +++ b/config-HEDT/skylake-x.md @@ -186,6 +186,7 @@ A reminder that [ProperTree](https://github.com/corpnewt/ProperTree) users can r | 13 | 22.0.0 | 22.99.99 | | 14 | 23.0.0 | 23.99.99 | | 15 | 24.0.0 | 24.99.99 | +| 26 | 25.0.0 | 25.99.99 | ::: diff --git a/config-laptop.plist/arrandale.md b/config-laptop.plist/arrandale.md index d3ad15cd1..8abfc908b 100644 --- a/config-laptop.plist/arrandale.md +++ b/config-laptop.plist/arrandale.md @@ -237,6 +237,7 @@ A reminder that [ProperTree](https://github.com/corpnewt/ProperTree) users can r | 13 | 22.0.0 | 22.99.99 | | 14 | 23.0.0 | 23.99.99 | | 15 | 24.0.0 | 24.99.99 | +| 26 | 25.0.0 | 25.99.99 | ::: diff --git a/config-laptop.plist/broadwell.md b/config-laptop.plist/broadwell.md index 7e6cf7e08..1af1bfdbf 100644 --- a/config-laptop.plist/broadwell.md +++ b/config-laptop.plist/broadwell.md @@ -235,6 +235,7 @@ A reminder that [ProperTree](https://github.com/corpnewt/ProperTree) users can r | 13 | 22.0.0 | 22.99.99 | | 14 | 23.0.0 | 23.99.99 | | 15 | 24.0.0 | 24.99.99 | +| 26 | 25.0.0 | 25.99.99 | ::: diff --git a/config-laptop.plist/coffee-lake-plus.md b/config-laptop.plist/coffee-lake-plus.md index 8c93a16da..ded49216d 100644 --- a/config-laptop.plist/coffee-lake-plus.md +++ b/config-laptop.plist/coffee-lake-plus.md @@ -267,6 +267,7 @@ A reminder that [ProperTree](https://github.com/corpnewt/ProperTree) users can r | 13 | 22.0.0 | 22.99.99 | | 14 | 23.0.0 | 23.99.99 | | 15 | 24.0.0 | 24.99.99 | +| 26 | 25.0.0 | 25.99.99 | ::: diff --git a/config-laptop.plist/coffee-lake.md b/config-laptop.plist/coffee-lake.md index 158fb71d0..632467d82 100644 --- a/config-laptop.plist/coffee-lake.md +++ b/config-laptop.plist/coffee-lake.md @@ -259,6 +259,7 @@ A reminder that [ProperTree](https://github.com/corpnewt/ProperTree) users can r | 13 | 22.0.0 | 22.99.99 | | 14 | 23.0.0 | 23.99.99 | | 15 | 24.0.0 | 24.99.99 | +| 26 | 25.0.0 | 25.99.99 | ::: diff --git a/config-laptop.plist/haswell.md b/config-laptop.plist/haswell.md index ddbe8ab01..bb9268622 100644 --- a/config-laptop.plist/haswell.md +++ b/config-laptop.plist/haswell.md @@ -237,6 +237,7 @@ A reminder that [ProperTree](https://github.com/corpnewt/ProperTree) users can r | 13 | 22.0.0 | 22.99.99 | | 14 | 23.0.0 | 23.99.99 | | 15 | 24.0.0 | 24.99.99 | +| 26 | 25.0.0 | 25.99.99 | ::: diff --git a/config-laptop.plist/icelake.md b/config-laptop.plist/icelake.md index 49184bfdb..e64226d29 100644 --- a/config-laptop.plist/icelake.md +++ b/config-laptop.plist/icelake.md @@ -251,6 +251,7 @@ A reminder that [ProperTree](https://github.com/corpnewt/ProperTree) users can r | 13 | 22.0.0 | 22.99.99 | | 14 | 23.0.0 | 23.99.99 | | 15 | 24.0.0 | 24.99.99 | +| 26 | 25.0.0 | 25.99.99 | ::: diff --git a/config-laptop.plist/ivy-bridge.md b/config-laptop.plist/ivy-bridge.md index fa1934c25..30ccfda2c 100644 --- a/config-laptop.plist/ivy-bridge.md +++ b/config-laptop.plist/ivy-bridge.md @@ -278,6 +278,7 @@ A reminder that [ProperTree](https://github.com/corpnewt/ProperTree) users can r | 13 | 22.0.0 | 22.99.99 | | 14 | 23.0.0 | 23.99.99 | | 15 | 24.0.0 | 24.99.99 | +| 26 | 25.0.0 | 25.99.99 | ::: diff --git a/config-laptop.plist/kaby-lake.md b/config-laptop.plist/kaby-lake.md index 36fa2f5aa..8ee1b8e66 100644 --- a/config-laptop.plist/kaby-lake.md +++ b/config-laptop.plist/kaby-lake.md @@ -338,6 +338,7 @@ A reminder that [ProperTree](https://github.com/corpnewt/ProperTree) users can r | 13 | 22.0.0 | 22.99.99 | | 14 | 23.0.0 | 23.99.99 | | 15 | 24.0.0 | 24.99.99 | +| 26 | 25.0.0 | 25.99.99 | ::: diff --git a/config-laptop.plist/sandy-bridge.md b/config-laptop.plist/sandy-bridge.md index dd0079b1a..f750f5970 100644 --- a/config-laptop.plist/sandy-bridge.md +++ b/config-laptop.plist/sandy-bridge.md @@ -273,6 +273,7 @@ A reminder that [ProperTree](https://github.com/corpnewt/ProperTree) users can r | 13 | 22.0.0 | 22.99.99 | | 14 | 23.0.0 | 23.99.99 | | 15 | 24.0.0 | 24.99.99 | +| 26 | 25.0.0 | 25.99.99 | ::: diff --git a/config-laptop.plist/skylake.md b/config-laptop.plist/skylake.md index 661625527..52a533f13 100644 --- a/config-laptop.plist/skylake.md +++ b/config-laptop.plist/skylake.md @@ -254,6 +254,7 @@ A reminder that [ProperTree](https://github.com/corpnewt/ProperTree) users can r | 13 | 22.0.0 | 22.99.99 | | 14 | 23.0.0 | 23.99.99 | | 15 | 24.0.0 | 24.99.99 | +| 26 | 25.0.0 | 25.99.99 | ::: diff --git a/config.plist/clarkdale.md b/config.plist/clarkdale.md index e696190f8..0d1db0395 100644 --- a/config.plist/clarkdale.md +++ b/config.plist/clarkdale.md @@ -196,6 +196,7 @@ A reminder that [ProperTree](https://github.com/corpnewt/ProperTree) users can r | 13 | 22.0.0 | 22.99.99 | | 14 | 23.0.0 | 23.99.99 | | 15 | 24.0.0 | 24.99.99 | +| 26 | 25.0.0 | 25.99.99 | ::: diff --git a/config.plist/coffee-lake.md b/config.plist/coffee-lake.md index 83e0afaf4..f9c90e194 100644 --- a/config.plist/coffee-lake.md +++ b/config.plist/coffee-lake.md @@ -233,6 +233,7 @@ A reminder that [ProperTree](https://github.com/corpnewt/ProperTree) users can r | 13 | 22.0.0 | 22.99.99 | | 14 | 23.0.0 | 23.99.99 | | 15 | 24.0.0 | 24.99.99 | +| 26 | 25.0.0 | 25.99.99 | ::: diff --git a/config.plist/comet-lake.md b/config.plist/comet-lake.md index 6e56e4179..710e2c60a 100644 --- a/config.plist/comet-lake.md +++ b/config.plist/comet-lake.md @@ -244,6 +244,7 @@ A reminder that [ProperTree](https://github.com/corpnewt/ProperTree) users can r | 13 | 22.0.0 | 22.99.99 | | 14 | 23.0.0 | 23.99.99 | | 15 | 24.0.0 | 24.99.99 | +| 26 | 25.0.0 | 25.99.99 | ::: diff --git a/config.plist/haswell.md b/config.plist/haswell.md index ba2cc4bd7..c561ef36b 100644 --- a/config.plist/haswell.md +++ b/config.plist/haswell.md @@ -221,6 +221,7 @@ A reminder that [ProperTree](https://github.com/corpnewt/ProperTree) users can r | 13 | 22.0.0 | 22.99.99 | | 14 | 23.0.0 | 23.99.99 | | 15 | 24.0.0 | 24.99.99 | +| 26 | 25.0.0 | 25.99.99 | ::: diff --git a/config.plist/ivy-bridge.md b/config.plist/ivy-bridge.md index 34c977e69..5dd874701 100644 --- a/config.plist/ivy-bridge.md +++ b/config.plist/ivy-bridge.md @@ -240,6 +240,7 @@ A reminder that [ProperTree](https://github.com/corpnewt/ProperTree) users can r | 13 | 22.0.0 | 22.99.99 | | 14 | 23.0.0 | 23.99.99 | | 15 | 24.0.0 | 24.99.99 | +| 26 | 25.0.0 | 25.99.99 | ::: diff --git a/config.plist/kaby-lake.md b/config.plist/kaby-lake.md index 378c559f7..0960c7730 100644 --- a/config.plist/kaby-lake.md +++ b/config.plist/kaby-lake.md @@ -204,6 +204,7 @@ A reminder that [ProperTree](https://github.com/corpnewt/ProperTree) users can r | 13 | 22.0.0 | 22.99.99 | | 14 | 23.0.0 | 23.99.99 | | 15 | 24.0.0 | 24.99.99 | +| 26 | 25.0.0 | 25.99.99 | ::: diff --git a/config.plist/penryn.md b/config.plist/penryn.md index 4ffbec0ab..b25b67f4e 100644 --- a/config.plist/penryn.md +++ b/config.plist/penryn.md @@ -195,6 +195,7 @@ A reminder that [ProperTree](https://github.com/corpnewt/ProperTree) users can r | 13 | 22.0.0 | 22.99.99 | | 14 | 23.0.0 | 23.99.99 | | 15 | 24.0.0 | 24.99.99 | +| 26 | 25.0.0 | 25.99.99 | ::: diff --git a/config.plist/sandy-bridge.md b/config.plist/sandy-bridge.md index bf893e26e..4ad4d292c 100644 --- a/config.plist/sandy-bridge.md +++ b/config.plist/sandy-bridge.md @@ -249,6 +249,7 @@ A reminder that [ProperTree](https://github.com/corpnewt/ProperTree) users can r | 13 | 22.0.0 | 22.99.99 | | 14 | 23.0.0 | 23.99.99 | | 15 | 24.0.0 | 24.99.99 | +| 26 | 25.0.0 | 25.99.99 | ::: diff --git a/config.plist/skylake.md b/config.plist/skylake.md index ba256dad8..0866ad62e 100644 --- a/config.plist/skylake.md +++ b/config.plist/skylake.md @@ -214,6 +214,7 @@ A reminder that [ProperTree](https://github.com/corpnewt/ProperTree) users can r | 13 | 22.0.0 | 22.99.99 | | 14 | 23.0.0 | 23.99.99 | | 15 | 24.0.0 | 24.99.99 | +| 26 | 25.0.0 | 25.99.99 | :::