Try with full path:forgive me for banging on about an issue which has been resolved.....but, I've loaded disklabel in BOOT in my EFI folder, and have successfully executed this command:
/Volumes/EFI/EFI/BOOT/disklabel
However, I've run into problems trying to execute the following command in terminal:
sudo ./disklabel -e "YourLabel" .disk_label .disk_label_2x
I constantly get the following error messages, for example:
sudo: ./disklabel: command not known
or
sudo: /disklabel: command not known
Can you suggest what I am doing wrong?
Thank you
Art S
sudo disklabel -e "YourLabel" /Volumes/EFI/EFI/BOOT/.disk_label /Volumes/EFI/EFI/BOOT/.disk_label_2x