diff --git a/CHANGELOG.md b/CHANGELOG.md index f0992581e..51c06fe47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## 3.0.0 - Restore support for FileVault 2 on macOS 26 - Add USB mappings for macOS 26 +- Increment Binaries: + - OpenCorePkg 1.0.5 - rolling (f03819e) ## 2.4.0 - Reduce CPU usage on main UI thread diff --git a/opencore_legacy_patcher/constants.py b/opencore_legacy_patcher/constants.py index 572226bc7..ec23afa60 100644 --- a/opencore_legacy_patcher/constants.py +++ b/opencore_legacy_patcher/constants.py @@ -28,7 +28,7 @@ class Constants: # OpenCore Versioning # https://github.com/acidanthera/OpenCorePkg - self.opencore_version: str = "1.0.4" + self.opencore_version: str = "1.0.5" # Kext Versioning ## Acidanthera diff --git a/payloads/OpenCore/OpenCore-DEBUG.zip b/payloads/OpenCore/OpenCore-DEBUG.zip index b451c2c32..1d4a0d958 100644 Binary files a/payloads/OpenCore/OpenCore-DEBUG.zip and b/payloads/OpenCore/OpenCore-DEBUG.zip differ diff --git a/payloads/OpenCore/OpenCore-RELEASE.zip b/payloads/OpenCore/OpenCore-RELEASE.zip index 03be56a85..6a9200f3f 100644 Binary files a/payloads/OpenCore/OpenCore-RELEASE.zip and b/payloads/OpenCore/OpenCore-RELEASE.zip differ diff --git a/payloads/OpenCore/Update-OpenCore.command b/payloads/OpenCore/Update-OpenCore.command index 2c3763082..bb90dc1cd 100755 --- a/payloads/OpenCore/Update-OpenCore.command +++ b/payloads/OpenCore/Update-OpenCore.command @@ -60,6 +60,13 @@ UNUSED_DRIVERS = [ "RamDiskDxe.efi", "Mtftp6Dxe.efi", "OpenNetworkBoot.efi", + "Virtio10.efi", + "VirtioBlkDxe.efi", + "VirtioGpuDxe.efi", + "VirtioNetDxe.efi", + "VirtioPciDeviceDxe.efi", + "VirtioScsiDxe.efi", + "VirtioSerialDxe.efi" ] UNUSED_TOOLS = [ diff --git a/payloads/OpenCore/macserial b/payloads/OpenCore/macserial index 8a501c673..c79480382 100755 Binary files a/payloads/OpenCore/macserial and b/payloads/OpenCore/macserial differ diff --git a/payloads/OpenCore/ocvalidate b/payloads/OpenCore/ocvalidate index 06465a2f8..ab1703ab5 100755 Binary files a/payloads/OpenCore/ocvalidate and b/payloads/OpenCore/ocvalidate differ