Skip to content

🚧 macOS 13 Ventura Support - #57

Draft
valnoxy wants to merge 4 commits into
mainfrom
macos-13-ventura
Draft

🚧 macOS 13 Ventura Support#57
valnoxy wants to merge 4 commits into
mainfrom
macos-13-ventura

Conversation

@valnoxy

@valnoxy valnoxy commented Jun 7, 2022

Copy link
Copy Markdown
Owner

Warning
macOS Ventura is still in Beta! I do not recommend this for productive use!

Current state

  • It boots!
  • ACPI Compatibility
  • Kext Compatibility
  • OpenCore Compatibility
  • Stable Kexts files
  • Stable macOS Version

OpenCore / Kext Versions:

Screenshot

macOS Ventura running on the T440p

Known Issues

  • SMBIOS incompatible: A new SMBIOS model will be required.
    • Current SMBIOS: MacBookPro11,4
    • Testing SMBIOS: MacBookPro14,1 (minimum)
      • Issues: Low CPU / GPU Performance

valnoxy added 3 commits June 7, 2022 19:39
MacBookPro14,1, Kaby Lake(U), Iris Plus 640 (13"), Mac-B4831CEBD52A0C4C, 10.12.5 (16F2073)
@VolkovMaksim

VolkovMaksim commented Sep 5, 2022

Copy link
Copy Markdown

Hello! Do you have worked DisplayPort With SMBios MBP14,1? I used OpenCore Legacy Patcher for my T440p and iGPU good worked. BUT! I can't get work DisplayPort signal with MPB14.1

@ahmedyarub

Copy link
Copy Markdown

Where can I get the recovery image file from? I could get the installer's DMG and converted it to img but it didn't boot.

@valnoxy

valnoxy commented Oct 17, 2022

Copy link
Copy Markdown
Owner Author

Where can I get the recovery image file from? I could get the installer's DMG and converted it to img but it didn't boot.

No recovery image is currently available until the release. You will need to manually upgrade to Ventura, but I don't recommend it as it is very unstable at the moment.

@valnoxy

valnoxy commented Oct 17, 2022

Copy link
Copy Markdown
Owner Author

Hello! Do you have worked DisplayPort With SMBios MBP14,1? I used OpenCore Legacy Patcher for my T440p and iGPU good worked. BUT! I can't get work DisplayPort signal with MPB14.1

I have not tried it yet, but I will look into it later.

@ahmedyarub

Copy link
Copy Markdown

Where can I get the recovery image file from? I could get the installer's DMG and converted it to img but it didn't boot.

No recovery image is currently available until the release. You will need to manually upgrade to Ventura, but I don't recommend it as it is very unstable at the moment.

The upgrade failed miserably. I could make a bootable hard-disk and for some reason OC is not recognizing it...

@valnoxy

valnoxy commented Oct 17, 2022

Copy link
Copy Markdown
Owner Author

Did you press the space bar while you were in OC? OpenCore hides some drives by default.

@ahmedyarub

Copy link
Copy Markdown

I tried that yea. I tried both using a .img and a real hard-drive with USB-passthrough. Still nothing :(

@MultimediaLucario

Copy link
Copy Markdown

I'm really excited to see the final result with macOS Ventura support! 😁

@MultimediaLucario

Copy link
Copy Markdown

I'm currently using a slightly tweaked version of your Monterey EFI on my ThinkPad T440s and it works amazingly well.

@cezarkrc

Copy link
Copy Markdown

Ventura is now released. Is any new code update ?

@thessarb

Copy link
Copy Markdown

Hello! Do you have worked DisplayPort With SMBios MBP14,1? I used OpenCore Legacy Patcher for my T440p and iGPU good worked. BUT! I can't get work DisplayPort signal with MPB14.1

I have not tried it yet, but I will look into it later.

is it possible to spoof the smbios to macos kind of like oclp does?

@Jonyx4

Jonyx4 commented May 18, 2023

Copy link
Copy Markdown

What's the current status of this release? Thank you!

@jackassandre1

Copy link
Copy Markdown

Hello, I've managed to install 13.2.1 on X240. It boots, but after patching graphics with OCLP it freeze at boot logo after restart.
Also tried to patch with SMBIOS for MBP11,1 and revert to MBP14,1... but gave me the same result.

With my current EFI from Monterey 12.6 (OC 0.9.2) I'm able to boot into Ventura, I have audio and Wifi but no Graphics Acceleration. I hope to be able to upgrade with the help of the Community! :)

@cezarkrc

Copy link
Copy Markdown

Hello, I've managed to install 13.2.1 on X240. It boots, but after patching graphics with OCLP it freeze at boot logo after restart. Also tried to patch with SMBIOS for MBP11,1 and revert to MBP14,1... but gave me the same result.

With my current EFI from Monterey 12.6 (OC 0.9.2) I'm able to boot into Ventura, I have audio and Wifi but no Graphics Acceleration. I hope to be able to upgrade with the help of the Community! :)

Please, can you share with us your EFI?

@davidwang558

davidwang558 commented Jun 26, 2023

Copy link
Copy Markdown

Hello, i am using ventura by macos-13-ventura branch , but hd 4600 gpu is only 7mb, very slow. Now I find a fix method from
https://github.com/OakSaytr527/t440p-ventura-oc :
"Use OpenCore Legacy Patcher to patch your Ventura install. This is because Apple dropped support for HD 4600 graphics with Mac OS Ventura, and unless you want a painfully slow experience on Mac OS, then this step is required."

steps detail from http://imacos.top/2022/09/26/2310/ :

  1. download OpenCore-Patcher and install
  2. add and enable AMFIExemption.kext to EFI
  3. download OpenCore Configurator V2.63.1.0
  4. open and modify config.plist by OpenCore Configurator V2.63.1.0:

config.plist -› nvram -› 7C436110-AB2A-4BBB-A880-FE41995C9F82 -› Add->boot-args->add amfi_get_out_of_my_way=1
config.plist -› nvram -› 7C436110-AB2A-4BBB-A880-FE41995C9F82 -› Add->csr-active-config->modify to FF0F0000
config.plist -› nvram -› 7C436110-AB2A-4BBB-A880-FE41995C9F82 -› Delete->add csr-active-config

  1. restart pc
  2. open opencore-patcher.app, click 'Post-install Root Patch'->'Start Root Patching'....reboot pc....finish

finally, Intel HD Graphics 4600 7 MB to Intel HD Graphics 4600 1536 MB, gpu is normal.

@Luisalvarenga

Copy link
Copy Markdown

Hello, i am using ventura by macos-13-ventura branch , but hd 4600 gpu is only 7mb, very slow. Now I find a fix method from https://github.com/valnoxy/t440p-oc/tree/macos-13-ventura : "Use OpenCore Legacy Patcher to patch your Ventura install. This is because Apple dropped support for HD 4600 graphics with Mac OS Ventura, and unless you want a painfully slow experience on Mac OS, then this step is required."

steps detail from http://imacos.top/2022/09/26/2310/ :

  1. download OpenCore-Patcher and install
  2. add and enable AMFIExemption.kext to EFI
  3. download OpenCore Configurator V2.63.1.0
  4. open and modify config.plist by OpenCore Configurator V2.63.1.0:

config.plist -› nvram -› 7C436110-AB2A-4BBB-A880-FE41995C9F82 -› Add->boot-args->add amfi_get_out_of_my_way=1
config.plist -› nvram -› 7C436110-AB2A-4BBB-A880-FE41995C9F82 -› Add->csr-active-config->modify to FF0F0000
config.plist -› nvram -› 7C436110-AB2A-4BBB-A880-FE41995C9F82 -› Delete->add csr-active-config

  1. restart pc
  2. open opencore-patcher.app, click 'Post-install Root Patch'->'Start Root Patching'....reboot pc....finish

finally, Intel HD Graphics 4600 7 MB to Intel HD Graphics 4600 1536 MB, gpu is normal.

Thanks for sharing now its working perfect on t440p

@postkevone

Copy link
Copy Markdown

Hello, i am using ventura by macos-13-ventura branch , but hd 4600 gpu is only 7mb, very slow. Now I find a fix method from https://github.com/OakSaytr527/t440p-ventura-oc : "Use OpenCore Legacy Patcher to patch your Ventura install. This is because Apple dropped support for HD 4600 graphics with Mac OS Ventura, and unless you want a painfully slow experience on Mac OS, then this step is required."

steps detail from http://imacos.top/2022/09/26/2310/ :

  1. download OpenCore-Patcher and install
  2. add and enable AMFIExemption.kext to EFI
  3. download OpenCore Configurator V2.63.1.0
  4. open and modify config.plist by OpenCore Configurator V2.63.1.0:

config.plist -› nvram -› 7C436110-AB2A-4BBB-A880-FE41995C9F82 -› Add->boot-args->add amfi_get_out_of_my_way=1
config.plist -› nvram -› 7C436110-AB2A-4BBB-A880-FE41995C9F82 -› Add->csr-active-config->modify to FF0F0000
config.plist -› nvram -› 7C436110-AB2A-4BBB-A880-FE41995C9F82 -› Delete->add csr-active-config

  1. restart pc
  2. open opencore-patcher.app, click 'Post-install Root Patch'->'Start Root Patching'....reboot pc....finish

finally, Intel HD Graphics 4600 7 MB to Intel HD Graphics 4600 1536 MB, gpu is normal.

Before following this guide do we just need to change the SMBIOS to MacBookPro14,1 and add the CPU Friend kext or are there any more steps?

@Luisalvarenga

Copy link
Copy Markdown

Hello, i am using ventura by macos-13-ventura branch , but hd 4600 gpu is only 7mb, very slow. Now I find a fix method from https://github.com/OakSaytr527/t440p-ventura-oc : "Use OpenCore Legacy Patcher to patch your Ventura install. This is because Apple dropped support for HD 4600 graphics with Mac OS Ventura, and unless you want a painfully slow experience on Mac OS, then this step is required."
steps detail from http://imacos.top/2022/09/26/2310/ :

  1. download OpenCore-Patcher and install
  2. add and enable AMFIExemption.kext to EFI
  3. download OpenCore Configurator V2.63.1.0
  4. open and modify config.plist by OpenCore Configurator V2.63.1.0:

config.plist -› nvram -› 7C436110-AB2A-4BBB-A880-FE41995C9F82 -› Add->boot-args->add amfi_get_out_of_my_way=1
config.plist -› nvram -› 7C436110-AB2A-4BBB-A880-FE41995C9F82 -› Add->csr-active-config->modify to FF0F0000
config.plist -› nvram -› 7C436110-AB2A-4BBB-A880-FE41995C9F82 -› Delete->add csr-active-config

  1. restart pc
  2. open opencore-patcher.app, click 'Post-install Root Patch'->'Start Root Patching'....reboot pc....finish

finally, Intel HD Graphics 4600 7 MB to Intel HD Graphics 4600 1536 MB, gpu is normal.

Before following this guide do we just need to change the SMBIOS to MacBookPro14,1 and add the CPU Friend kext or are there any more steps?

I just changed to MBPro 14,1

@postkevone

Copy link
Copy Markdown

I just changed to MBPro 14,1

Ok, thank you!

@MultimediaLucario

Copy link
Copy Markdown

Are you going to make macOS Ventura support stable for the T440p?

@loonalol

Copy link
Copy Markdown

has anybody managed to get the mini display port to work with a patched igpu?

@postkevone

Copy link
Copy Markdown

has anybody managed to get the mini display port to work with a patched igpu?

Mine works fine on Ventura with valnoxy's EFI

@loonalol

Copy link
Copy Markdown

has anybody managed to get the mini display port to work with a patched igpu?

Mine works fine on Ventura with valnoxy's EFI

odd, which version of ventura?

@postkevone

Copy link
Copy Markdown

odd, which version of ventura?

13.6, however I forgot to mention that I am using a mini display port to HDMI adapter, maybe that is why yours is not working.

@loonalol

Copy link
Copy Markdown

odd, which version of ventura?

13.6, however I forgot to mention that I am using a mini display port to HDMI adapter, maybe that is why yours is not working.

I tried a mini dp to hdmi aswsell it does work but it's really slow (1920x1080@30hz), also does your bluetooth work by any chance?

@postkevone

postkevone commented Nov 3, 2023

Copy link
Copy Markdown

I tried a mini dp to hdmi aswsell it does work but it's really slow (1920x1080@30hz), also does your bluetooth work by any chance?

I have a native card so my bluetooth works fine (I enabled it with OCLP). Try to see if the device properties of your GPU looks like this:

image

HDMI works fine for me on Sonoma 14.1, however sometimes I need to disconnect the adapter and re-connect it in order for it to be recognized by the system.

@MuhamadSelim

Copy link
Copy Markdown

I tried a mini dp to hdmi aswsell it does work but it's really slow (1920x1080@30hz), also does your bluetooth work by any chance?

I have a native card so my bluetooth works fine (I enabled it with OCLP). Try to see if the device properties of your GPU looks like this:

image

HDMI works fine for me on Sonoma 14.1, however sometimes I need to disconnect the adapter and re-connect it in order for it to be recognized by the system.

Congratulation to manage to install Sonoma but How could you upgrade because MBPro14,1 isn't upgradable for me

@MuhamadSelim

MuhamadSelim commented Jan 31, 2024

Copy link
Copy Markdown

Screenshot 2024-01-31 at 3 04 01 AM

WIFI Not Working
still reviewing all

@postkevone

Copy link
Copy Markdown

@MuhamadSelim MacBookPro14,1 natively supports Sonoma, so if you are not able to download it directly from the App Store you are doing something wrong.
Wifi depends on the type of card you have, if you have intel you will have to use the 2.3.0 alpha version of this: https://github.com/OpenIntelWireless/itlwm/releases
Otherwise follow this guide for other unsupported cards: https://github.com/5T33Z0/OC-Little-Translated/blob/main/14_OCLP_Wintel/Enable_Features/WiFi_Sonoma.md

@ProCodeProgrammers

Copy link
Copy Markdown

Hello, i am using ventura by macos-13-ventura branch , but hd 4600 gpu is only 7mb, very slow. Now I find a fix method from https://github.com/valnoxy/t440p-oc/tree/macos-13-ventura : "Use OpenCore Legacy Patcher to patch your Ventura install. This is because Apple dropped support for HD 4600 graphics with Mac OS Ventura, and unless you want a painfully slow experience on Mac OS, then this step is required."
steps detail from http://imacos.top/2022/09/26/2310/ :

  1. download OpenCore-Patcher and install
  2. add and enable AMFIExemption.kext to EFI
  3. download OpenCore Configurator V2.63.1.0
  4. open and modify config.plist by OpenCore Configurator V2.63.1.0:

config.plist -› nvram -› 7C436110-AB2A-4BBB-A880-FE41995C9F82 -› Add->boot-args->add amfi_get_out_of_my_way=1
config.plist -› nvram -› 7C436110-AB2A-4BBB-A880-FE41995C9F82 -› Add->csr-active-config->modify to FF0F0000
config.plist -› nvram -› 7C436110-AB2A-4BBB-A880-FE41995C9F82 -› Delete->add csr-active-config

  1. restart pc
  2. open opencore-patcher.app, click 'Post-install Root Patch'->'Start Root Patching'....reboot pc....finish

finally, Intel HD Graphics 4600 7 MB to Intel HD Graphics 4600 1536 MB, gpu is normal.

Thanks for sharing now its working perfect on t440p

I have successfully installed ventura on my t540p laptop everything working perfect but my GPU is showing 4mb

i already followed the above steps but when i do the last to step to patch my ventura mac os and then restarts ,

after restarts the system not booting it shows me a mac os error dialog that mac os encounter some issue that is why it not booting,

so any please me that to figure out this problem

@techdevmaestro

techdevmaestro commented Mar 16, 2024

Copy link
Copy Markdown

hey guys,
i installed the ventura with the patch but my touchpad is acting kinda weird for ex. when i'm moving windows it's slow and scrolling is working on the beginning but then it's stopping to work it's an t450p touchpad so maybe that the fault can anyone help with it?
edit: my display port isn't working either
edit2: installing VoodooSMBus helped with the touchpad but i still can't get the second display to work

@VinylNerd

Copy link
Copy Markdown

I have successfully installed ventura on my t540p laptop everything working perfect but my GPU is showing 4mb

i already followed the above steps but when i do the last to step to patch my ventura mac os and then restarts ,

after restarts the system not booting it shows me a mac os error dialog that mac os encounter some issue that is why it not booting,

so any please me that to figure out this problem

same for me.....

@techdevmaestro

Copy link
Copy Markdown

Hello, i am using ventura by macos-13-ventura branch , but hd 4600 gpu is only 7mb, very slow. Now I find a fix method from https://github.com/valnoxy/t440p-oc/tree/macos-13-ventura : "Use OpenCore Legacy Patcher to patch your Ventura install. This is because Apple dropped support for HD 4600 graphics with Mac OS Ventura, and unless you want a painfully slow experience on Mac OS, then this step is required."
steps detail from http://imacos.top/2022/09/26/2310/ :

  1. download OpenCore-Patcher and install
  2. add and enable AMFIExemption.kext to EFI
  3. download OpenCore Configurator V2.63.1.0
  4. open and modify config.plist by OpenCore Configurator V2.63.1.0:

config.plist -› nvram -› 7C436110-AB2A-4BBB-A880-FE41995C9F82 -› Add->boot-args->add amfi_get_out_of_my_way=1
config.plist -› nvram -› 7C436110-AB2A-4BBB-A880-FE41995C9F82 -› Add->csr-active-config->modify to FF0F0000
config.plist -› nvram -› 7C436110-AB2A-4BBB-A880-FE41995C9F82 -› Delete->add csr-active-config

  1. restart pc
  2. open opencore-patcher.app, click 'Post-install Root Patch'->'Start Root Patching'....reboot pc....finish

finally, Intel HD Graphics 4600 7 MB to Intel HD Graphics 4600 1536 MB, gpu is normal.

Thanks for sharing now its working perfect on t440p

I have successfully installed ventura on my t540p laptop everything working perfect but my GPU is showing 4mb

i already followed the above steps but when i do the last to step to patch my ventura mac os and then restarts ,

after restarts the system not booting it shows me a mac os error dialog that mac os encounter some issue that is why it not booting,

so any please me that to figure out this problem

just reinstall macos and it should be gone

@VinylNerd

Copy link
Copy Markdown

Hello, i am using ventura by macos-13-ventura branch , but hd 4600 gpu is only 7mb, very slow. Now I find a fix method from https://github.com/valnoxy/t440p-oc/tree/macos-13-ventura : "Use OpenCore Legacy Patcher to patch your Ventura install. This is because Apple dropped support for HD 4600 graphics with Mac OS Ventura, and unless you want a painfully slow experience on Mac OS, then this step is required."

steps detail from http://imacos.top/2022/09/26/2310/ :

  1. download OpenCore-Patcher and install
  1. add and enable AMFIExemption.kext to EFI
  1. download OpenCore Configurator V2.63.1.0
  1. open and modify config.plist by OpenCore Configurator V2.63.1.0:

config.plist -› nvram -› 7C436110-AB2A-4BBB-A880-FE41995C9F82 -› Add->boot-args->add amfi_get_out_of_my_way=1

config.plist -› nvram -› 7C436110-AB2A-4BBB-A880-FE41995C9F82 -› Add->csr-active-config->modify to FF0F0000

config.plist -› nvram -› 7C436110-AB2A-4BBB-A880-FE41995C9F82 -› Delete->add csr-active-config

  1. restart pc
  1. open opencore-patcher.app, click 'Post-install Root Patch'->'Start Root Patching'....reboot pc....finish

finally, Intel HD Graphics 4600 7 MB to Intel HD Graphics 4600 1536 MB, gpu is normal.

Thanks for sharing now its working perfect on t440p

I have successfully installed ventura on my t540p laptop everything working perfect but my GPU is showing 4mb

i already followed the above steps but when i do the last to step to patch my ventura mac os and then restarts ,

after restarts the system not booting it shows me a mac os error dialog that mac os encounter some issue that is why it not booting,

so any please me that to figure out this problem

just reinstall macos and it should be gone

I have not seen evidence or anyone responding to proper questions on ventura or sonoma, i tried both and got working acceleration and ok performance, but firefox and brave would not work, i suspect more issues, just finished downgrade to monterey and its working with no patch, last i remember early monterey had issues so i stuck with big sur, it seems monterey is the farthest T440P/Haswell Graphics

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.