Jump to content
30960 posts in this topic

Recommended Posts

1 hour ago, Anto65 said:

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)

Why do you need this?

  • Like 1
3 hours ago, LockDown said:

I got it from your own old post in a forum i can't mention 😉 Thanks man 🙂

 

In this forum too 😀

https://www.insanelymac.com/forum/topic/353011-changing-opencore-bootloader-page-name/#findComment-2791654

 

  • Like 3
  • Haha 1
29 minutes ago, LockDown said:

Why do you need this?

😄 It's the same as editing it by hand, just faster and simpler,as mentioned before

25 minutes ago, miliuco said:

oh well I didn't remember if you had made the guide...ok saved

Edited by Anto65
  • Like 3

@LockDown

 

A slightly different approach by @Anto65 (iirc).

 

In Terminal (booting the disk to be renamed):

  • diskutil info / | grep "APFS Volume Group"
  • you get a long string with letters and numbers (e.g. 654436D1-8026-4D83-81DA-942C2FE63961)
  • cd /System/Volumes/Preboot/654436D1-8026-4D83-81DA-942C2FE63961/System/Library/CoreServices/
  • sudo bless --folder . --label "NOMBRE" (where NOMBRE is the name you want to be applied).

To check, in Terminal, one of these commands:

  • cd /System/Volumes/Preboot/654436D1-8026-4D83-81DA-942C2FE63961/System/Library/CoreServices/
  • pico .disk_label.contentDetails

or

  • printf "NOMBRE" | sudo tee .disk_label.contentDetails; echo sudo chgrp wheel .disk*
  • Like 4

Hi guys, nice shot from @miliuco as always. 

 

Please allow me, if you wish to use Clover Configurator, I learned that it is very easy to rename or name the bootloader to whatever name you want, regardless of the name of the HD/SSD. 

Just press F2 at boot and look for and open the log file in the EFI misc folder, the line that contains the end \System\Library\CoreServices\boot.efi

Just open a new tab in the GUI Menu, and add the Preboot of your volume, as shown in the screenshot, and the entire boot volume line.

 

Spoiler

CapturadeTela2024-12-18s16_10_35.thumb.png.b5540d942513e809a4ea211c71da1780.png

 

CapturadeTela2024-12-18s16_10_49.thumb.png.e7a3cd7d9cf02ee7ec0927732748079d.png

 

CapturadeTela2024-12-18s16_11_03.png.9376dd767ce5bafac7b8523bed306b29.png

 

CapturadeTela2024-12-18s16_12_34.thumb.png.59aabfac10d7d82d2ff37b49d32d867d.png

 

@miliuco  Hello my noble friend, the commands are certainly easier, but this method that I posted has the ease of being able to rename several, including Windows too.

 

Thank you my friend, God bless you! You can choose one of them, and enjoy it. :thumbsup_anim:

  • Like 1

@LockDown

We are talking about 2 different things:

  • macOS - Data disk name in Finder - can be changed from Disk Utility when you booted from this macOS. I suppose it can also be renamed from Terminal. "sudo diskutil rename / NAME" -> renames the system disk but not the DATA disk.
  • macOS disk name in OpenCore picker - requires one of the Terminal methods or updating the Preboot volume after changing the disk name in Disk Utility. When you change the name on the Preboot volume, it changes both system and Data volume.

 

Edited by miliuco
Typo
  • Like 2
  • 2 weeks later...

Hi everyone, happy new year💥

Inquiry about naming of SSDT.aml...

 

Most of my computers has its own SSDT aml file. Can I rename the AML file with a model name of my motherboard?

 

e.g: SSDT-HPET-B460M.aml?

 

Can it also be inverted like, B460M-SSDT-HPET.aml?

 

  • Thanks 1

@LockDown, You can give your tables any name. It is only important that they are correctly described in the configuration file (name and loading order)

You wrote it as if you had only one table - SSDT.aml. This can work too, but it's better to keep things modular. Several tables, each with its own function. This makes it easier to find and fix errors and make changes.

  • Like 2

Hi @verdazil was just an example.

I have a few SSDT AML per computer.

Each has its own table & function.

It just confuses me sometimes which of it is for a specific computer, so i need to add the board name on the AML files

 

Thanks mate for the confirmation 🙂

  • Like 1
×
×
  • Create New...