axonleo Posted October 16, 2022 Share Posted October 16, 2022 (edited) 7 hours ago, STLVNUB said: try changing USB ports on your case with your USB installer im not using usb pin to boot ventura installer but separate ssd partition that i created the installer too, much faster and much better. Edited October 16, 2022 by axonleo Link to comment https://www.insanelymac.com/forum/topic/351969-pre-release-macos-ventura/page/127/#findComment-2795247 Share on other sites More sharing options...
axonleo Posted October 16, 2022 Share Posted October 16, 2022 (edited) 5 hours ago, 陈军鹏 said: You need to modify here i needed to add imacpro1.1 for every personality in order for it to work so now i have working usb mouse and keyboard thanks a lot man but now i face a new problem after the first part of the installer is finished and i boot to the drive https://imgur.com/a/Ark5eo0 I guess i need the replace os.dmg method but cant find any valid link to the os.dmg to download ? Edited October 16, 2022 by axonleo Link to comment https://www.insanelymac.com/forum/topic/351969-pre-release-macos-ventura/page/127/#findComment-2795248 Share on other sites More sharing options...
Stefanalmare Posted October 16, 2022 Share Posted October 16, 2022 (edited) 13 hours ago, PoMpIs said: @Stefanalmare Could you confirm if on your laptop with the HD4000 you get this like this: And another question... in Ventura the micro never reaches 3300Mhz turbo: Ventura: Old capture from when I had monterey: Is this so in ventura or has a solution??? Cheers Yep! All good here: Spoiler Now for you: 1. I suggest to use CPUFriend.kext and build your CPUFriendDataProvider.kext 2. Enable Kernel->Quirks->AppleXcpmExtraMsrs 3. Add Kernel->Patch: Spoiler <dict> <key>Arch</key> <string>x86_64</string> <key>Base</key> <string>_xcpm_bootstrap</string> <key>Comment</key> <string>XCPM for Ivy Bridge. macOS 10.15.7 - 11.3 beta by 5T33Z0</string> <key>Count</key> <integer>1</integer> <key>Enabled</key> <true/> <key>Find</key> <data> jUPEPEI= </data> <key>Identifier</key> <string>kernel</string> <key>Limit</key> <integer>0</integer> <key>Mask</key> <data> </data> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string>19.</string> <key>Replace</key> <data> jUPGPEI= </data> <key>ReplaceMask</key> <data> </data> <key>Skip</key> <integer>0</integer> </dict> Spoiler Edited October 16, 2022 by Stefanalmare 2 1 Link to comment https://www.insanelymac.com/forum/topic/351969-pre-release-macos-ventura/page/127/#findComment-2795249 Share on other sites More sharing options...
陈军鹏 Posted October 16, 2022 Share Posted October 16, 2022 3 hours ago, axonleo said: i needed to add imacpro1.1 for every personality in order for it to work so now i have working usb mouse and keyboard thanks a lot man but now i face a new problem after the first part of the installer is finished and i boot to the drive https://imgur.com/a/Ark5eo0 I guess i need the replace os.dmg method but cant find any valid link to the os.dmg to download ? https://github.com/acidanthera/CryptexFixup 2 Link to comment https://www.insanelymac.com/forum/topic/351969-pre-release-macos-ventura/page/127/#findComment-2795253 Share on other sites More sharing options...
axonleo Posted October 16, 2022 Share Posted October 16, 2022 1 hour ago, 陈军鹏 said: https://github.com/acidanthera/CryptexFixup Yes i had this kext from the beginning but turned out that i haven't activated it in the boot arg in op with boot flag ( -cryptbeta ) anyways now i have managed to instal ventura so happy but now the next problem is my gtx 680 is not working and maybe oclp havent made a patch for it yet.. im not sure but when i try oclp post install patch its showing nothing for this system ? is there a fix or something else i can try to get the graphic working ? https://imgur.com/a/oZlrNbl Link to comment https://www.insanelymac.com/forum/topic/351969-pre-release-macos-ventura/page/127/#findComment-2795256 Share on other sites More sharing options...
PoMpIs Posted October 16, 2022 Share Posted October 16, 2022 5 hours ago, Stefanalmare said: Yep! All good here: Hide contents Now for you: 1. I suggest to use CPUFriend.kext and build your CPUFriendDataProvider.kext 2. Enable Kernel->Quirks->AppleXcpmExtraMsrs 3. Add Kernel->Patch: Reveal hidden contents <dict> <key>Arch</key> <string>x86_64</string> <key>Base</key> <string>_xcpm_bootstrap</string> <key>Comment</key> <string>XCPM for Ivy Bridge. macOS 10.15.7 - 11.3 beta by 5T33Z0</string> <key>Count</key> <integer>1</integer> <key>Enabled</key> <true/> <key>Find</key> <data> jUPEPEI= </data> <key>Identifier</key> <string>kernel</string> <key>Limit</key> <integer>0</integer> <key>Mask</key> <data> </data> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string>19.</string> <key>Replace</key> <data> jUPGPEI= </data> <key>ReplaceMask</key> <data> </data> <key>Skip</key> <integer>0</integer> </dict> Hide contents Yes, I already did that, but my lenovo's i5 3320m never exceeds 2.6Ghz... the turbo are missing up to 3.3Ghz 🙆♂️ Link to comment https://www.insanelymac.com/forum/topic/351969-pre-release-macos-ventura/page/127/#findComment-2795257 Share on other sites More sharing options...
Stefanalmare Posted October 16, 2022 Share Posted October 16, 2022 3 minutes ago, PoMpIs said: Yes, I already did that, but my lenovo's i5 3320m never exceeds 2.6Ghz... the turbo are missing up to 3.3Ghz 🙆♂️ Try ssdprgen.sh -turbo 3300 when you build CPUFriendDataProvider.kext 1 1 Link to comment https://www.insanelymac.com/forum/topic/351969-pre-release-macos-ventura/page/127/#findComment-2795259 Share on other sites More sharing options...
PoMpIs Posted October 16, 2022 Share Posted October 16, 2022 (edited) 17 minutes ago, Stefanalmare said: Try ssdprgen.sh -turbo 3300 when you build CPUFriendDataProvider.kext The SSDT is well generated, even if I add -turbo 3300 it is generated identical to the one I did before Does all the CPU turbos work for you on the ivy-bridge laptop? SSDT-PM.aml 10 hours ago, 陈军鹏 said: https://github.com/dortania/OpenCore-Legacy-Patcher/commit/964697a2c11f3f9c1ff6f0aa6919ba82200f1720 https://github.com/dortania/OpenCore-Legacy-Patcher/tree/ventura-alpha/payloads/Kexts/Misc I have tried this solution... it goes into a reboot loop, as soon as the pre-boot is passed, it reboots 😅 Edited October 16, 2022 by PoMpIs Link to comment https://www.insanelymac.com/forum/topic/351969-pre-release-macos-ventura/page/127/#findComment-2795261 Share on other sites More sharing options...
Stefanalmare Posted October 16, 2022 Share Posted October 16, 2022 (edited) 15 minutes ago, PoMpIs said: Does all the CPU turbos work for you on the ivy-bridge laptop? Yes. Run this in terminal: sysctl machdep.xcpm.mode I bet result is 0. You'll have XPCM enabled when result is 1. Edited October 16, 2022 by Stefanalmare 1 1 Link to comment https://www.insanelymac.com/forum/topic/351969-pre-release-macos-ventura/page/127/#findComment-2795263 Share on other sites More sharing options...
PoMpIs Posted October 16, 2022 Share Posted October 16, 2022 2 minutes ago, Stefanalmare said: Yes. But looking at a previous capture of yours, it shows that your i7 is going to 3.3Ghz... ( It's an i7 right? ) Should you get 3.8Ghz? Have you checked, for example, with Geekbench if you have the same result as in Monterey? Mine shows the loss Monterey: https://browser.geekbench.com/v5/cpu/11384825 Ventura: https://browser.geekbench.com/v5/cpu/17959547 And I have already tried everything possible and the problem is not solved 😅 Link to comment https://www.insanelymac.com/forum/topic/351969-pre-release-macos-ventura/page/127/#findComment-2795264 Share on other sites More sharing options...
Stefanalmare Posted October 16, 2022 Share Posted October 16, 2022 I've put a 45w processor in a 35w laptop. It doesn't use all the processor power. But yes, I have the same Geekbench score in all OS's. Spoiler Link to comment https://www.insanelymac.com/forum/topic/351969-pre-release-macos-ventura/page/127/#findComment-2795265 Share on other sites More sharing options...
PoMpIs Posted October 16, 2022 Share Posted October 16, 2022 7 minutes ago, Stefanalmare said: I've put a 45w processor in a 35w laptop. It doesn't use all the processor power. But yes, I have the same Geekbench score in all OS's. Hide contents What a strange thing, before you got 3.3Ghz and now 3.8Ghz... in mine the Intel power gadget does not exceed 2.6Ghz... it is strange, because I have done everything that is recommended to make it work step per step and never reaches 3.3Ghz which is its maximum frequency... I'm going to do other tests xD thank you very much 👍 3 Link to comment https://www.insanelymac.com/forum/topic/351969-pre-release-macos-ventura/page/127/#findComment-2795266 Share on other sites More sharing options...
Stefanalmare Posted October 16, 2022 Share Posted October 16, 2022 13 minutes ago, PoMpIs said: What a strange thing, before you got 3.3Ghz and now 3.8Ghz... in mine the Intel power gadget does not exceed 2.6Ghz... it is strange, because I have done everything that is recommended to make it work step per step and never reaches 3.3Ghz which is its maximum frequency... I'm going to do other tests xD thank you very much 👍 It is not unusual. I saw this behaviour in other rigs. The max turbo in Intel Power Gadget vary depends of the load. 1 Link to comment https://www.insanelymac.com/forum/topic/351969-pre-release-macos-ventura/page/127/#findComment-2795269 Share on other sites More sharing options...
PoMpIs Posted October 16, 2022 Share Posted October 16, 2022 (edited) 39 minutes ago, Stefanalmare said: It is not unusual. I saw this behaviour in other rigs. The max turbo in Intel Power Gadget vary depends of the load. It's just that I can't think of anything else to do 😆 .... it doesn't charge the turbos in any way, it stays at a maximum of 2.6Ghz and should reach all core at 3.1Ghz and single core 3.3Ghz I found this "failure" in the boot log: 2022-10-16 08:56:59.292058-0700 localhost kernel[0]: (AppleACPIPlatform) SSDT 0xFFFFFF906DC6B010 000A01 (v01 PmRef Cpu0Cst 00003001 INTL 20061109) 2022-10-16 08:56:59.292061-0700 localhost kernel[0]: (AppleACPIPlatform) SSDT 0xFFFFFF906DC6B010 000A01 (v01 PmRef Cpu0Cst 00003001 INTL 20061109) 2022-10-16 08:56:59.292064-0700 localhost kernel[0]: (AppleACPIPlatform) 2022-10-16 08:56:59.292065-0700 localhost kernel[0]: (AppleACPIPlatform) 2022-10-16 08:56:59.293990-0700 localhost kernel[0]: (IOgPTPPlugin) IOTimeSyncTimeSyncTimePort(0x28d2441998e80008): Created general notifier <private> for local clock port <private> 2022-10-16 08:56:59.294041-0700 localhost kernel[0]: (IOTimeSyncFamily) IOTimeSyncDomain(0x28d2441998e80008): Set lock state to locking. 2022-10-16 08:56:59.294064-0700 localhost kernel[0]: (IOgPTPPlugin) IOTimeSyncTimeSyncTimePort(0x28d2441998e80008): messagePriorityVector 250, 248, 33, 17258, 239, 0x28d2441998e80008, 0, 0x28d2441998e80008, 0, 0 2022-10-16 08:56:59.294072-0700 localhost kernel[0]: (IOgPTPPlugin) IOTimeSyncTimeSyncTimePort(0x28d2441998e80008): AnnounceInfo 250, 248, 33, 17258, 239, 0x28d2441998e80008, 0 | 0x0008, 37, 160 2022-10-16 08:56:59.294073-0700 localhost kernel[0]: (IOPlatformPluginFamily) X86PlatformPlugin::publishACPIStates - Failed to get max non-turbo PState. Set max non-turbo PState to default value 1 2022-10-16 08:56:59.294077-0700 localhost kernel[0]: (IOgPTPPlugin) IOTimeSyncTimeSyncTimePort(0x28d2441998e80008): Set role to Slave. 2022-10-16 08:56:59.294083-0700 localhost kernel[0]: (IOPlatformPluginFamily) X86PlatformPlugin::publishACPIStates - Failed to get max non-turbo PState. Set max non-turbo PState to default value 1 2022-10-16 08:56:59.294091-0700 localhost kernel[0]: (IOTimeSyncFamily) IOTimeSyncDomain(0x28d2441998e80008): Set lock state to locked. Edited October 16, 2022 by PoMpIs Link to comment https://www.insanelymac.com/forum/topic/351969-pre-release-macos-ventura/page/127/#findComment-2795270 Share on other sites More sharing options...
PoMpIs Posted October 16, 2022 Share Posted October 16, 2022 (edited) @Stefanalmare I have already discovered the problem, 5T33Z0 XCPM patch was not working ... I don't know why OpenCore Configurator had put "Max Kernel 20.9.9". I have left "Max kernel" blank as you have in your EFI and it already works Improve performance a lot managing Ventura But the strange thing is that it works only with the 5T33Z0 patch, I have not loaded cpufriend or cpufriendataprovider .. and catches all the states of the micro without problems with Smbios Macbookpro10,2 🤷♂️ Thank you very much!!! My Lenovo is Full Working in Ventura 🙇♂️ Edited October 16, 2022 by PoMpIs 4 1 Link to comment https://www.insanelymac.com/forum/topic/351969-pre-release-macos-ventura/page/127/#findComment-2795279 Share on other sites More sharing options...
陈军鹏 Posted October 17, 2022 Share Posted October 17, 2022 15 hours ago, axonleo said: can you upload the download link for OpenCore-Patcher.app gui 538 MB ? Im not sure how to download this alpha version to be honest ? log in github Link to comment https://www.insanelymac.com/forum/topic/351969-pre-release-macos-ventura/page/127/#findComment-2795283 Share on other sites More sharing options...
axonleo Posted October 17, 2022 Share Posted October 17, 2022 (edited) 2 hours ago, 陈军鹏 said: log in github log in github log in github log in github no worries i learned how to compile the file and install it and now i have gpu support yaaayi thank you for the correct link man! any idea why i have metal 2 and not 3 btw ? Next problem is the power management support... any idea on how to fix that ? Edited October 17, 2022 by axonleo Link to comment https://www.insanelymac.com/forum/topic/351969-pre-release-macos-ventura/page/127/#findComment-2795284 Share on other sites More sharing options...
Stefanalmare Posted October 17, 2022 Share Posted October 17, 2022 8 hours ago, PoMpIs said: @Stefanalmare I have already discovered the problem, 5T33Z0 XCPM patch was not working ... I don't know why OpenCore Configurator had put "Max Kernel 20.9.9". I have left "Max kernel" blank as you have in your EFI and it already works Improve performance a lot managing Ventura But the strange thing is that it works only with the 5T33Z0 patch, I have not loaded cpufriend or cpufriendataprovider .. and catches all the states of the micro without problems with Smbios Macbookpro10,2 🤷♂️ Thank you very much!!! My Lenovo is Full Working in Ventura 🙇♂️ It is my fault! I forgot to tell you to remove max kernel. But glad for you! 3 1 Link to comment https://www.insanelymac.com/forum/topic/351969-pre-release-macos-ventura/page/127/#findComment-2795287 Share on other sites More sharing options...
Slice Posted October 17, 2022 Share Posted October 17, 2022 2 hours ago, axonleo said: any idea why i have metal 2 and not 3 btw ? Because this is Nvidia 650. 4 1 Link to comment https://www.insanelymac.com/forum/topic/351969-pre-release-macos-ventura/page/127/#findComment-2795289 Share on other sites More sharing options...
RoberT_XeS Posted October 17, 2022 Share Posted October 17, 2022 (edited) 12 hours ago, axonleo said: no worries i learned how to compile the file and install it and now i have gpu support yaaayi thank you for the correct link man! any idea why i have metal 2 and not 3 btw ? Next problem is the power management support... any idea on how to fix that ? I have got the power management working I just added the following files. 1. Generated SSDT-PM.aml file using SSDTPrgen method 2. Added the following kextsAppleIntelCPUPowerManagementClient.kextAppleIntelCPUPowerManagement.kext and AGPMInjector.kext 3. Done Edited October 17, 2022 by RoberT_XeS 6 1 Link to comment https://www.insanelymac.com/forum/topic/351969-pre-release-macos-ventura/page/127/#findComment-2795307 Share on other sites More sharing options...
axonleo Posted October 17, 2022 Share Posted October 17, 2022 28 minutes ago, RoberT_XeS said: I have got the power management working I just added the following files. 1. Generated SSDT-PM.aml file using SSDTPrgen method 2. Added the following kextsAppleIntelCPUPowerManagementClient.kextAppleIntelCPUPowerManagement.kext and AGPMInjector.kext 3. Done i tried the kext but it didnt work, can u check my EFI if there is something missing or some setting that is wrong ? EFI ventura pm test.zip Link to comment https://www.insanelymac.com/forum/topic/351969-pre-release-macos-ventura/page/127/#findComment-2795308 Share on other sites More sharing options...
PG7 Posted October 17, 2022 Share Posted October 17, 2022 On 10/12/2022 at 12:55 AM, HyperX7 said: Update went fine. 😎 what would the processor be? could you share the config.plist and photo of the kext and drivers used I have an HP Laptop with i3-6006u where the first beta versions work, the last ones don't panic LAPIC and I can't activate the graphics anymore because I have kernel panic when activating! Link to comment https://www.insanelymac.com/forum/topic/351969-pre-release-macos-ventura/page/127/#findComment-2795311 Share on other sites More sharing options...
miliuco Posted October 17, 2022 Share Posted October 17, 2022 4 minutes ago, Stefanalmare said: Warning! I used the latest OCLP and lost the login screen. Just black. Wait or use it at your on risk. Also in Macrumors some are having problems. Not tried yet. Do you have AMD GCN? Because the last changes made are for these GPUs. Link to comment https://www.insanelymac.com/forum/topic/351969-pre-release-macos-ventura/page/127/#findComment-2795313 Share on other sites More sharing options...
dogansan Posted October 17, 2022 Share Posted October 17, 2022 4 Link to comment https://www.insanelymac.com/forum/topic/351969-pre-release-macos-ventura/page/127/#findComment-2795314 Share on other sites More sharing options...
Stefanalmare Posted October 17, 2022 Share Posted October 17, 2022 (edited) 1 hour ago, RoberT_XeS said: I have got the power management working I just added the following files. 1. Generated SSDT-PM.aml file using SSDTPrgen method 2. Added the following kextsAppleIntelCPUPowerManagementClient.kextAppleIntelCPUPowerManagement.kext and AGPMInjector.kext 3. Done I confirm! With AppleIntelCPUPowerManagement.kext, AppleIntelCPUPowerManagementClient.kext and SSDT-PM.aml, XCPM and PowerManagement are working. No need of AppleXcpmExtraMSRS enable or patch added. I have tried with CPUFriend.kext and CPUFriendDataProvider.kext, without SSDT-PM.aml and it doesn't work. Good find @RoberT_XeS! AGPMInjector.kext is needed just if you don't have AGPM enabled by default. Edited October 17, 2022 by Stefanalmare 4 Link to comment https://www.insanelymac.com/forum/topic/351969-pre-release-macos-ventura/page/127/#findComment-2795316 Share on other sites More sharing options...
Recommended Posts