-
Notifications
You must be signed in to change notification settings - Fork 624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect display of the order of lines with memory slots in the profiler. #660
Comments
Hardware configuration: |
Have you tried an older Clover to see if the order is correct ? |
Set SMBIOS->Trust=true |
Also set |
I can’t try Old Clover, since I don’t have it saved, and I couldn’t load either Ventura or Sonoma.
and nothing has changed: |
Test please this version |
|
I found my old preboot log, when the order of the dims was determined correctly still to Clover revision: 5119 (HEAD, commit a0948b2). |
It's not the same computer, so it's hard to compare and see what is now different in Clover (therefore find the bug). |
Yes, this is my old computer, but later versions of Clover displayed the same memory error as on the new one. Therefore, I did not update Clover on it, considering that the Mac OS would not be updated either. Now my son plays games previous years on it, since it is still quite powerful for this. |
Slice did some modification regarding that, Try this clover : CloverX64-2024-01-15-18-47-28-8697e93-jief.zip. |
Without changes. |
Due to glitches, I was forced to re-create my profile. I apologize for any inconvenience! |
@YBronst Sorry, I but I think this fix is beyond my current skill... Let's see what Slice will do. |
Slice writes that he cannot fix what he cannot reproduce. |
It's possible by asking to do a lot of test and generates a lot of debug log. But since it's only cosmetic, I'm guessing it's a lot of time for something we almost never look at (system information). |
Yes, this is a cosmetic problem. I would just like to bring Clover to the level of OpenСore. |
Yes, me too. But the quick look I took made me realize I know almost nothing about SMBIOS etc. So, In the time I have, I can't do it sorry. |
Could you get Slice to fix it? |
The order of the memory slot lines in the profiler does not match the actual one.
Instead of:
Channel1-Dimm1 - empty
Channel1-Dimm0 - 32 GB
Channel0-Dimm1 - empty
Channel0-Dimm0 - 32 GB
displayed:
Channel1-Dimm1 - empty
Channel1-Dimm0 - empty
Channel0-Dimm1 - 32 GB
Channel0-Dimm0 - 32 GB
Using the bdmesg command, everything is determined correctly.
When I using OpenCore, the order memory slot lines are displayed in the profiler is also correct.
2024-01-09_10-16_CLOVERX64.EFI.log
The text was updated successfully, but these errors were encountered: