Jump to content
30960 posts in this topic

Recommended Posts

5 hours ago, MaLd0n said:

@Slicecan you add new intel core ultra? Let me know if need some info.

MaLd0n 2024-11-30 at 22.34.13.png

 

Yes, I can. First I need boot.log (or debug.log) with latest Clover on this hardware.

And a question what is wrong?

  • Like 3
5 hours ago, Slice said:

Yes, I can. First I need boot.log (or debug.log) with latest Clover on this hardware.

Here we go preboot.log

5 hours ago, Slice said:

And a question what is wrong?

Boot fail with Clover.

  • Like 1
2 hours ago, RobertX said:

hey Slice, if I want to upgrade to sequoia, from sonoma, on my current hardware, is updating clover to latest version a necessity? or just good practice...thx

This is always good to update Clover. But there is no Sequoia specific fixes except interface.

 

6 hours ago, MaLd0n said:

Here we go preboot.log

Boot fail with Clover.

I think you take into account DSDT need be patched?

  • Like 1
  • Thanks 1

These kexts exists to replace Clover functions

0:441  0:003  Added Kext=Other\CPUFriendDataProvider.kext (1.0.0)
0:442  0:000  Added Kext=Other\BFixup.kext (1.0.1)
0:445  0:003  Added Kext=Other\CpuTopologyRebuild.kext (1.1.0)
0:448  0:003  Added Kext=Other\SMCProcessor.kext (1.3.4)
0:451  0:003  Added Kext=Other\USBWakeFixup.kext (1)
0:454  0:003  Added Kext=Other\CPUFriend.kext (1.2.9)

So I am not sure that I may improve something.

This is wrong

13:476  0:000  Finally: ExternalClock=18MHz BusSpeed=68268kHz CPUFreq=3686MHz PIS: hw.busfrequency=72000000Hz

 

  • Like 2

I tested with all possible combinations of kexts and with Clover it always stops before entering the desktop. With OpenCore boot is fine.

WhatsApp Image 2024-12-01 at 17.09.39.jpeg

Vit add these things on opencore https://github.com/acidanthera/OpenCorePkg/commit/1493b56c3afc5c6fc8babc3b3a393785ff0b6d94

50 minutes ago, Marcinho said:

Hi Mald0n, what have you done to get boot? Thanks

If need easy way use Gigabyte mobo with Vit patch. MSI, ASUS, ASROCK have others bug in DSDT. This same bug is very old in MSI mobos.

Check my DSDT System DSDT.aml.zip

Work for clover and opencore on mobo MSI PRO-Z890-P-WIFI

https://www.msi.com/Motherboard/PRO-Z890-P-WIFI/Overview

 

  • Like 4
  • 2 weeks later...

@Slice why is it if I rename the VolumeName of my OS ssd, it doesnt show the edited name on the clover GUI menu?

 

Old volumename is "macOS Sonoma"(the name during installation) & clover gui display it. But after install, if i rename it as "Macintosh SSD",  clover still shows the old name

 

UPDATE: Got it 👍 Solved 🙂

Edited by LockDown
  • Like 2

The hidden file in question is  .disk_label.contentDetails

 

Positioned in  System/Volumes/Preboot/UUID/System/Library/CoreService

 

Screenshot2023-12-13alle10_47_18.png.8b8

 

It can work ( not always ) simply by just installing IntelPowerGadget , on reboot it will give the name of the installed OS to the disk (  🙏 miliuco )

 

Alternative method edit the file through the terminal ( valid for both Clover and Opencore )

 

Spoiler

Disable SIP

 

go inside .disk_label.contentDetails -> diskutil info / | grep "APFS Volume Group"

 

In my case the UUID is this D0A2B7EE-5C32-421D-B110-BF41483C4276  ( yours is definitely different)

Screenshot2023-12-13alle10_27_10.png.a98

Now that we know the UUID dgt in the terminal to take us inside the CoreServices folder:

 

cd /System/Volumes/Preboot/D0A2B7EE-5C32-421D-B110-BF41483C4276/System/Library/CoreServices/

 

once inside CoreServices

Screenshot2023-12-13alle11_04_16.png.016

Let's type :

 

sudo bless --folder . --label "Macintosh HD"   (Note “Macintosh HD” will be the name that will be displayed in the GUI at boot, so you can change it to “Sonoma” or whatever you prefer)

 

Final command to print everything:

 

printf "Macintosh HD" | sudo tee .disk_label.contentDetails; echo

sudo chgrp wheel .disk*

 

  • Like 4

I didn't understand ?

 

you can edit the file manually also with textedit, navigating through the finder until you get to the .disk_label.contentDetails

 

or - in my opinion  faster - via terminal with those commands

Edited by Anto65
  • Like 2
×
×
  • Create New...