Matgen84 Posted July 10, 2022 Share Posted July 10, 2022 2 minutes ago, chris1111 said: Also failled for me GCC Hi @chris1111 I noticed that submodule commits here (reported in your post) is not present, despite a fresh clone 🤔 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1146/#findComment-2788634 Share on other sites More sharing options...
chris1111 Posted July 10, 2022 Share Posted July 10, 2022 Just now, Matgen84 said: Hi @chris1111 I noticed that submodule commits here (reported in your post) is not present, despite a fresh clone 🤔 Yea I dont know Why the build module not clone the latest e288a05cb05511a5b86d1677b43b0f0304fe4326 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1146/#findComment-2788635 Share on other sites More sharing options...
Matgen84 Posted July 10, 2022 Share Posted July 10, 2022 33 minutes ago, chris1111 said: Yea I dont know Why the build module not clone the latest e288a05cb05511a5b86d1677b43b0f0304fe4326 Maybe there is something strange into OpencorePKG sub-module (see commit number on GitHub) in CloverHackyColor/CloverBootloader directory. The latest e288a05cb05511a5b86d1677b43b0f0304fe4326 exists into CloverHackyColor/OpencorePKG. But I can't find more recent July 7th for example I don't quite understand 😔 I try : cd src/Cloverbootloader/opencorepkg and type git checkout origin/master to have e288a05 commit. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1146/#findComment-2788639 Share on other sites More sharing options...
PG7 Posted July 10, 2022 Share Posted July 10, 2022 On 7/8/2022 at 8:02 PM, mnfesq said: First off, thanks Slice for you quick revision of Clover to make Ventura Beta 3 boot. Now, a nagging problem that I cannot seem to resolve. I cannot get HEVC hardware acceleration using Clover but I do get it using OC. Compare these screenshots: Booting with OC Booting with Clover Here's my config.plist. I would appreciate it if someone could take a look and see if there is anything you see that I could change to resolve this issue. Thanks. mnfesq config.plist.zip 3.04 kB · 6 downloads test config.plist 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1146/#findComment-2788646 Share on other sites More sharing options...
Slice Posted July 10, 2022 Share Posted July 10, 2022 4 hours ago, Matgen84 said: Maybe there is something strange into OpencorePKG sub-module (see commit number on GitHub) in CloverHackyColor/CloverBootloader directory. The latest e288a05cb05511a5b86d1677b43b0f0304fe4326 exists into CloverHackyColor/OpencorePKG. But I can't find more recent July 7th for example I don't quite understand 😔 I try : cd src/Cloverbootloader/opencorepkg and type git checkout origin/master to have e288a05 commit. I made new commit. Hope it will fix async issue. sergey@iMac-Pro CloverBootloader % cd OpenCorePkg sergey@iMac-Pro OpenCorePkg % git branch * master sergey@iMac-Pro OpenCorePkg % git describe head --tags 0.8.3 sergey@iMac-Pro OpenCorePkg % 1 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1146/#findComment-2788657 Share on other sites More sharing options...
chris1111 Posted July 10, 2022 Share Posted July 10, 2022 (edited) @Slice It work thank you for the fix 👍 Edited July 10, 2022 by chris1111 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1146/#findComment-2788660 Share on other sites More sharing options...
STLVNUB Posted July 10, 2022 Share Posted July 10, 2022 (edited) @SliceI Made A Small ChangeTo buildme Now Clones/Updates OpenCore Now Compiles With No Error Enjoy buildme.zip Edited July 10, 2022 by STLVNUB 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1146/#findComment-2788665 Share on other sites More sharing options...
mnfesq Posted July 11, 2022 Share Posted July 11, 2022 (edited) 12 hours ago, PG7 said: test config.plist 8.51 kB · 2 downloads Thanks @PG7. I now have HEVC capability with Clover using your config.plist.However, although it may only be cosmetic, I wonder why, with OC, my IGPU is recognized by VideoProc but, with Clover, it is not recognized. Any ideas? Edited July 11, 2022 by mnfesq Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1146/#findComment-2788671 Share on other sites More sharing options...
Slice Posted July 11, 2022 Share Posted July 11, 2022 2 hours ago, mnfesq said: Thanks @PG7. I now have HEVC capability with Clover using your config.plist.However, although it may only be cosmetic, I wonder why, with OC, my IGPU is recognized by VideoProc but, with Clover, it is not recognized. Any ideas? I have an idea. Graphics = N/A when model name is not beginning with "Intel" or "AMD". Check your card name. Is it the name from config? Or from old version of WhateverGreen? 1 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1146/#findComment-2788675 Share on other sites More sharing options...
mnfesq Posted July 11, 2022 Share Posted July 11, 2022 (edited) 10 hours ago, Slice said: I have an idea. Graphics = N/A when model name is not beginning with "Intel" or "AMD". Check your card name. Is it the name from config? Or from old version of WhateverGreen? Yes, that was the issue. In device properties for IGPU, @PG7 added model=UHD 620. Adding "Intel" to the name made it appear in VideoProc. I suspect that if I remove the model entry, WEG will select it correctly. Edited July 11, 2022 by mnfesq 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1146/#findComment-2788723 Share on other sites More sharing options...
Slice Posted July 11, 2022 Share Posted July 11, 2022 19 hours ago, STLVNUB said: @SliceI Made A Small ChangeTo buildme Now Clones/Updates OpenCore Now Compiles With No Error Enjoy buildme.zip 5.42 kB · 14 downloads I committed your small change although I don't understand why our --recurse-submodules don't do the same thing. 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1146/#findComment-2788729 Share on other sites More sharing options...
PG7 Posted July 11, 2022 Share Posted July 11, 2022 Clover OK Update Spoiler Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1146/#findComment-2788749 Share on other sites More sharing options...
chris1111 Posted July 12, 2022 Share Posted July 12, 2022 @Slice Thanks Folder 13 👍 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1146/#findComment-2788775 Share on other sites More sharing options...
Guest 5T33Z0 Posted July 12, 2022 Share Posted July 12, 2022 Anyone else thinking that boot times got slower after the change to gcc12 was made? Clover r5137 booted incredibly fast. SInce then it got slower again. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1146/#findComment-2788785 Share on other sites More sharing options...
Slice Posted July 12, 2022 Share Posted July 12, 2022 5 minutes ago, 5T33Z0 said: Anyone else thinking that boot times got slower after the change to gcc12 was made? Clover r5137 booted incredibly fast. SInce then it got slower again. It is rather because of OC integration. Anyway boot process occurs once per day or once per week in my case. I can wait few seconds. 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1146/#findComment-2788787 Share on other sites More sharing options...
MacKonsti Posted July 12, 2022 Share Posted July 12, 2022 Hello everyone, thanks for your tireless efforts to get Ventura working, as with Monterey last year, it's very appreciated. For us that wish to remain a little conservative and won't update so fast, macOS or Clover, is the new release r5148 destined to replace a good working r5146 ? @Slice ? I use it for both Catalina and Monterey on 2 different hackintoshes. I know they say if it works, don't upgrade but... 😂 🤣 Thank you again everyone. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1146/#findComment-2788797 Share on other sites More sharing options...
Guest 5T33Z0 Posted July 12, 2022 Share Posted July 12, 2022 @MacKonsti r5148 is required for booting macOS Ventura. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1146/#findComment-2788800 Share on other sites More sharing options...
STLVNUB Posted July 12, 2022 Share Posted July 12, 2022 (edited) @Slice Have Made Another Little Change To Building Clover Now Own Folder Named Clover, Inside Is runme.command Execute This And It Will clone CloverBootloader If Not There And cd to CloverBootloader And git pulls If There Then it runs buildme Reason For Doing This Is So There Is No Conflics With Local Changes Resulting In Having To Do A git stash Depending On What Was Changed i.e Make Change to buildme, And when It git pull, it Asks To Stash It Clover.zip Edited July 12, 2022 by STLVNUB Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1146/#findComment-2788801 Share on other sites More sharing options...
chris1111 Posted July 12, 2022 Share Posted July 12, 2022 Approximate 5 sec booting time any macOS here r5148 then 3 sec boot sierra 2 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1146/#findComment-2788802 Share on other sites More sharing options...
Anto65 Posted July 12, 2022 Share Posted July 12, 2022 21 minutes ago, chris1111 said: Approximate 5 sec booting time any macOS here r5148 then 3 sec boot sierra If you count from the bios to get to the Clover gui ... Even less 🙂 1 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1146/#findComment-2788806 Share on other sites More sharing options...
Guest 5T33Z0 Posted July 12, 2022 Share Posted July 12, 2022 @antuneddu @chris1111 And if your systems wouldn't need to POST macOS would probably up before pressing the Power Button just because… Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1146/#findComment-2788809 Share on other sites More sharing options...
Matgen84 Posted July 12, 2022 Share Posted July 12, 2022 Hi all I noticed something strange under Ventura Beta 2 : despite sound and startup disk settings correctly, Clover GUI (r5147 c7789dc) don't select macOS automatically. Few minutes ago, I update successfully Ventura Beta 3 (22A5295i) ( Clover r5148 a5e78463a). I select Startup disk on Ventura. After turning off, I turn on again my config, same problem : Clover don't select macOS disk automatically ! On the other hand, Ventura seems to keep the sound parameter for the moment. What do you think about that (z390 config). 🤔 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1146/#findComment-2788840 Share on other sites More sharing options...
Guest 5T33Z0 Posted July 12, 2022 Share Posted July 12, 2022 @Matgen84 What happens if you select "LastBootedVolume"? Did you reset NVRAM already? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1146/#findComment-2788843 Share on other sites More sharing options...
Matgen84 Posted July 12, 2022 Share Posted July 12, 2022 25 minutes ago, 5T33Z0 said: @Matgen84 What happens if you select "LastBootedVolume"? Did you reset NVRAM already? @5T33Z0 I don't try 'LastBootedVolume". Since Big Sur, I use Volume UUID. I don't reset NVRAM. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1146/#findComment-2788846 Share on other sites More sharing options...
Guest 5T33Z0 Posted July 12, 2022 Share Posted July 12, 2022 (edited) @Matgen84 Then you know what to do… Did you perform a Clean Install for updating? Becaue if you do that and format the disk befor installing, the UUID changes. Edited July 12, 2022 by 5T33Z0 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1146/#findComment-2788852 Share on other sites More sharing options...
Recommended Posts