Jump to content
30960 posts in this topic

Recommended Posts

17 new AMD patches Clover, boot 5 systems Hsierra- Mojave- Cata-bigsur- Monterey, Thanks to MarioSun macOS86.it 😝

https://www.macos86.it/topic/4913-amd-clover-bootloader-monterey-beta-1-23-installation-patches/page/4/?tab=comments#comment-117029 🤡 

Schermata 2021-07-27 alle 18.31.31.png

  • Like 7

@Fetta https://github.com/AMD-OSX/AMD_Vanilla

 

Patches are now universal across 15h, 16h, 17h and 19h by utilizing the OpenCore Kenerl Quirk ProvideCurrentCpuInfo

Make sure to enable this quirk or the system won't boot.

  • Like 3
Hello [mention=1083558]SavageAUS[/mention]
This patch looks good to you, so let's convert it to a Clover patch. Mostly, I understand the movement of the Clover you are using. It's a hassle to adjust what I posted a lot before. If this works, it's just OK.
I'll convert it for Clover, so please wait a moment.

I won’t be able to test tonight but I will test and report as soon as i can. I appreciate it.


Sent from my iPhone using Tapatalk
  • Thanks 1
57 minutes ago, MifJpn said:

Hello @SavageAUS

This patch looks good to you, so let's convert it to a Clover patch. Mostly, I understand the movement of the Clover you are using. It's a hassle to adjust what I posted a lot before. If this works, it's just OK.
I'll convert it for Clover, so please wait a moment.

a 20-patch version was released then changed to 19 patches

https://github.com/AMD-OSX/AMD_Vanilla

I have already converted it but in my RIG even without borked patch currently does not start anything

maybe it could depend on the new quirk of OC absent in Clover

 

Patches are now universal across 15h, 16h, 17h and 19h by utilizing the OpenCore Kenerl Quirk ProvideCurrentCpuInfo

Make sure to enable this quirk or the system won't boot.

 

in fact an old version of OC with these new patches, does not start

 

CLOVER_19patches_iCan.plist

 

remember the talk of CPU cores 

Edited by iCanaro
  • Like 2

a 20-patch version was released then changed to 19 patches

 

in fact that patch I had it removed, but if you don't follow, your problems 😎

thank you marioSun

https://www.macos86.it/topic/4922-amd-kernel-patches-riduzione-patches-utilizzate-big-sur-e-monterey-beta-1/?do=findComment&comment=115985

image.png

 

if you add these that you find in the quirk code:

 

1) algrey - Remove Penryn check to execute default case

2) algrey - Get DID and VID from MSR

 

you will also have the functionality of the quirk used in opencore then, with little effort, a small adaptation of the quirks you use (shouldn't be necessary, but who knows) ... it should all go to you too

 

However, all the patches for Clover have been converted for days

https://github.com/AMD-OSX/AMD_Vanilla/pull/170

  • Like 1
29 minutes ago, carlo_67 said:

in fact that patch I had it removed, but if you don't follow, your problems

they are not problems, I have other more interesting things to do ;)  it's a short time in front of a monitor

Hello everyone, I know you're all excited with Monterey but allow me to ask some stuff for our stable machines we use regularly :lol:

 

@Slice can I kindly ask you to update the nice Clover guide you have here, with the latest developments and added/needed keys? You had stopped at r5130 :cry: It would be helpful for us who do not understand yet what is more needed for Monterey beta (I see a lot of chat that I am losing in understanding)

 

Also, please, anyone knows if ForceKextsToLoad is not working or broken?

 

I am trying to use ForceKextsToLoad to force IO80211Family.kext to load, as it seems necessary by AirportItlwm.kext and I cannot achieve the kext to load at all in Catalina 10.15.7... can anyone advise please?

I am running Clover r5136 (as anything later has issues booting Catalina and I cannot afford too many tests).

<key>KernelAndKextPatches</key>
[...]
		<key>ForceKextsToLoad</key>
		<array>
			<string>\System\Library\Extensions\IO80211Family.kext</string>
		</array>
[...]

Is this structure still correct for ForceKextsToLoad ?
Thank you all in advance.

 

Edited by MacKonsti
[mention=2344190]iCanaro[/mention], [mention=957898]carlo_67[/mention],Thank you for your kind information.
I found out when I had [mention=1083558]SavageAUS[/mention] try 15patch before, but I can't get "Rebork". However, "Replace" does not "Success".
In this case, when I fully adopted Mask Find and Mask Replace, Big Sur worked.(and this time,I do it)
After all, as [mention=112217]Slice[/mention] says, I think that the behavior is indefinite if those values are emptied.
 
I'm sorry for [mention=1083558]SavageAUS[/mention]'s work increased, but I think that the test is not completely meaningless.
It doesn't matter when you're ready, so I'd be happy if you could do multiple tests this time.

I will wait for the result for a while.

The test EFI is displayed again below.
EFI-MifJpn210728_6CP.zip
EFI-Alpha210728_N12O_4.zip
EFI-Alpha210728_F12I_6.zip
EFI-Alpha210728_O12I_11.zip
EFI-Alpha210728_FOC.zip
 
Thank you
 

So which zip is for what? Are they all for Big Sur and Monterey or both or just 1 or the other?


Sent from my iPhone using Tapatalk
8 hours ago, MacKonsti said:

Hello everyone, I know you're all excited with Monterey but allow me to ask some stuff for our stable machines we use regularly :lol:

 

@Slice can I kindly ask you to update the nice Clover guide you have here, with the latest developments and added/needed keys? You had stopped at r5130 :cry: It would be helpful for us who do not understand yet what is more needed for Monterey beta (I see a lot of chat that I am losing in understanding)

 

Also, please, anyone knows if ForceKextsToLoad is not working or broken?

 

I am trying to use ForceKextsToLoad to force IO80211Family.kext to load, as it seems necessary by AirportItlwm.kext and I cannot achieve the kext to load at all in Catalina 10.15.7... can anyone advise please?

I am running Clover r5136 (as anything later has issues booting Catalina and I cannot afford too many tests).


<key>KernelAndKextPatches</key>
[...]
		<key>ForceKextsToLoad</key>
		<array>
			<string>\System\Library\Extensions\IO80211Family.kext</string>
		</array>
[...]

Is this structure still correct for ForceKextsToLoad ?
Thank you all in advance.

 

Yes, ForceKextsToLoad is broken since OpenCore integration. OC provides other method for kext injection and force them is not possible.

  • Thanks 1

Hi @all

Clover make me crazy with my Z390 (Monterey). I can't boot from USB: 

 

[EB|#LOG:EXITBS:START] 
*************************
					_

Thanks to @iCanaro for his help. I test several combination for the config.plist without success, change SSDT nothing always the same result. 😢 I've no problem with my Ivybridge config (Catalina).

Another strange thing: debug.log keeps always the same date/hours ! I make a new test this afternoon: the file shows up yesteraday date and hour

On the other hand, the Opencore usb stick works very well. Still I don't wanna let Clover down.

 

Let me know if someone has some problem with Z390 motherboard. Please.

2021-07-28_16-25_BOOTX64.EFI.log

Hi to all!

 

I have a doubt about the NVRam using Clover. I did some tests to proof if it working like this (Dortania's tip):

sudo -s
nvram -c
nvram myvar=test
exit

Reboot and see if the value is still there:

nvram -p | grep -i myvar

Everything is ok, but...if I change the brightness to 50% or 70% (at my Laptop), and reboot it, the value back to 100%.

AFAIK the NVRam stores and keeps such values, right?

 

So, how can I fix it?

EDIT: I've already tried use the SSDT-PMC.aml, no go...👎

 

Thanks

  • Like 2
  • Sad 1

First I’ll just say thank you to all who tried to help me with my AMD rig from here but I finally managed to get it working with the help of @fabiosun as seen here https://www.macos86.it/topic/4913-amd-clover-bootloader-monterey-beta-1-234-installation-patches/?do=findComment&comment=117182


Sent from my iPhone using Tapatalk

  • Like 3
  • Thanks 2

Any info on this

Please enter your choice: 4
[XCODE]
- Building ccpv...
** BUILD FAILED **


The following build commands failed:
	Ld /Users/harold/src/CloverBootloader/Xcode/CloverConfigPlistValidator/build/CloverConfigPlistValidator normal x86_64
(1 failure)
mv: rename /Users/harold/src/CloverBootloader/Xcode/CloverConfigPlistValidator/build/CloverConfigPlistValidator to /Users/harold/src/CloverBootloader/CloverPackage/CloverConfigPlistValidator/ccpv: No such file or directory
[BUILD PKG]
[CHECK XCODE]

Status: gettext-0.20.1.tar.xz not found.
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 9127k  100 9127k    0     0  1024k      0  0:00:08  0:00:08 --:--:-- 1569k
- Creating new RAM disk

Initialized /dev/rdisk3 as a 300 MB case-insensitive HFS Plus volume
-  gettext-0.20.1 extract...
-  gettext-0.20.1 configure...
-  gettext-0.20.1 make...
-  gettext-0.20.1 installing...
-  gettext-0.20.1 installed in /Users/harold/src/CloverBootloader/toolchain

- Ejecting RAM disk
"disk3" unmounted.
"disk3" ejected.

========= Translating Resources ========
/Users/harold/src/CloverBootloader/toolchain
Updating 'en' strings file for CloverUpdater... done
Updating 'en' strings file for Clover Preference Panel... done
Updating strings file for Clover Preference Panel... done
 (211 entries)
Discard ../sym/Resources/Clover/Resources/es.lproj/Localizable.strings (99 of 135 strings; only 73.33% translated; need 74%).
Discard ../sym/Resources/Clover/Resources/hr.lproj/Localizable.strings (99 of 135 strings; only 73.33% translated; need 74%).
Discard ../sym/Resources/Clover/Resources/ja.lproj/Localizable.strings (99 of 135 strings; only 73.33% translated; need 74%).
Discard ../sym/Resources/Clover/Resources/lv.lproj/Localizable.strings (99 of 135 strings; only 73.33% translated; need 74%).
Discard ../sym/Resources/Clover/Resources/pl.lproj/Localizable.strings (99 of 135 strings; only 73.33% translated; need 74%).
Discard ../sym/Resources/Clover/Resources/pt-BR.lproj/Localizable.strings (99 of 135 strings; only 73.33% translated; need 74%).
Discard ../sym/Resources/Clover/Resources/tr.lproj/Localizable.strings (99 of 135 strings; only 73.33% translated; need 74%).
Discard ../sym/Resources/Clover/Resources/uk.lproj/Localizable.strings (99 of 135 strings; only 73.33% translated; need 74%).
Discard ../sym/Resources/Clover/Resources/uk_UA.lproj/Localizable.strings (99 of 135 strings; only 73.33% translated; need 74%).
Discard ../sym/Resources/Clover/Resources/vi.lproj/Localizable.strings (99 of 135 strings; only 73.33% translated; need 74%).
Discard ../sym/Resources/Clover/Resources/zh_TW.lproj/Localizable.strings (99 of 135 strings; only 73.33% translated; need 74%).
Updating 'en' strings file for CloverUpdater... done
Generating de interface... done
Generating es interface... done
Generating fr interface... done
Generating hr interface... done
Generating id interface... done
Generating it interface... done
Generating ja interface... done
Generating ko interface... done
Generating lv interface... done
Generating nl interface... done
Generating pl interface... done
Generating pt-BR interface... done
Generating pt interface... done
Generating ro interface... done
Generating ru interface... done
Generating tr interface... done
Generating uk interface... done
Generating uk_UA interface... done
Generating vi interface... done
Generating zh_CN interface... done
Generating zh_TW interface... done
Building CloverUpdater application...
** BUILD FAILED **


The following build commands failed:
	Ld /Users/harold/src/CloverBootloader/CloverPackage/CloverUpdater/build/CloverUpdater.app/Contents/MacOS/CloverUpdater normal x86_64
(1 failure)
make[1]: *** [CloverUpdater] Error 65
make: *** [pkg] Error 2
Harold-iMac:~ harold$ 

 

Edited by LockDown
  • Sad 2
3 hours ago, LockDown said:

Any info on this

 

 

No issue here: using as usual, menu option 2, 1 and 4.

 

Please enter your choice: 4
[XCODE]
- Building ccpv...
[BUILD PKG]
[CHECK XCODE]

========= Translating Resources ========
/Users/mathieu/src/opt/local/bin
Updating 'en' strings file for CloverUpdater... done
Updating 'en' strings file for Clover Preference Panel... done
Updating strings file for Clover Preference Panel... done
 (211 entries)

In your screenshot: the script install gettext-0.20.1 (normally already installed) before make PKG !

1 hour ago, Matgen84 said:

No issue here: using as usual, menu option 2, 1 and 4.

I did 1 and 4 because this a fresh src.

 

UPDATE:

Disregard. my Xcode is linking the to the old one (10.1) instead of 12.4 for whatever reason as I have High Sierra and Big Sur.

 

Edited by LockDown
  • Like 1

Hi everyone.

Long time no see...

Do anyone ever had a mouse problem after wakeup ? Problem happens for USB mouse as well as for my PS2 trackpad. I removed the kext for PS2, to be sure.

Since few days (and no change in config whatsoever), after wakeup the main click doesn't work. Today, I also had the mouse coming back to a fixed point every few seconds.

If no sleep, no problem, so it seems not a hardware issue.

Ring a bell to someone ?

  • Like 1
  • Thanks 1
2 hours ago, Jief_Machak said:

Hi everyone.

Long time no see...

Do anyone ever had a mouse problem after wakeup ? Problem happens for USB mouse as well as for my PS2 trackpad. I removed the kext for PS2, to be sure.

Since few days (and no change in config whatsoever), after wakeup the main click doesn't work. Today, I also had the mouse coming back to a fixed point every few seconds.

If no sleep, no problem, so it seems not a hardware issue.

Ring a bell to someone ?

Little update : the problem just happened again and there was no sleep/wake. This time, the mouse stay at the same position, but the main click doesn't work.
With the keyboard, I went into mouse preference and change the main button so I can use the computer without rebooting.

 

Does anyone ever got a mouse button that stopped working until the next reboot ??

Once upon a time I had noname beauty looked mouse which worked in macOS with several glitches. It also didn't work at Clover GUI. Tracing the MouseDxe I saw that it is using some strange protocol with UINT16 flow. Somehow Windows can work with this mouse.

The solution is to change this mouse to standard Logitech.

Little update : the problem just happened again and there was no sleep/wake. This time, the mouse stay at the same position, but the main click doesn't work.
With the keyboard, I went into mouse preference and change the main button so I can use the computer without rebooting.
 
Does anyone ever got a mouse button that stopped working until the next reboot ??

Can’t say I’ve had that happen to me.


Sent from my iPhone using Tapatalk
×
×
  • Create New...