Download the OpenCore package:
1. Open terminal and type:
Code:
disklabel
disklabel: usage: One of
-status <diskname>
-create <diskname> [-msize=<size>] [owner-uid=<uid>] [owner-gid=<gid>] [dev-name=<name>] [owner-mode=<mode>] [other-property=<value>]
-destroy <diskname>
[-properties] <diskname> [owner-uid[=<uid>]] [owner-gid[=<gid>]] [dev-name[=<name>]] [owner-mode[=<mode>]] [other-property[=<value>]]
Hit Enter. You should get the result as above. That is the default Mac disk label.
2. Back in terminal type
cp and drag the OpenCore disklabel, which you just downloaded inside the terminal:
View attachment 1711425
after that type
/usr/local/bin :
Code:
cp /Volumes/EFI/Utilities/disklabel/disklabel /usr/local/bin
and hit Enter.
3. Open new terminal and type
disklabel
you should get:
Code:
disklabel
Usage:
disklabel -d .disk_label image.ppm!
disklabel -e "Label" .disk_label .disk_label_2x
disklabel -bgra "Label" .disk_label .disk_label_2x
That is the OpenCore disklabel. Usage:
disklabel -e "Label" .disk_label .disk_label_2x
Where "Label" is the desired new Volume name.
4. Run
disklabel -e "Label" .disk_label .disk_label_2x after you navigated to
/System/Library/CoreServices or wherever the boot files reside (if it is BOOTx64.efi or something else) inside terminal.