Per verificare se un'unità disco è avviabile, apri Terminale (in Applicazioni > Utility) e digita (sostituisci /Volumes/SSD
con la cartella su cui è installata l'unità disco):
bless --info /Volumes/SSD/
Se l'output è simile a questo:
finderinfo[0]: 0 => No Blessed System Folder
finderinfo[1]: 0 => No Blessed System File
finderinfo[2]: 0 => Open-folder linked list empty
finderinfo[3]: 0 => No alternate OS blessed file/folder
finderinfo[4]: 0 => Unused field unset
finderinfo[5]: 0 => No OS 9 + X blessed X folder
64-bit VSDB volume id: 0x844F837C9317318A
il tuo computer non potrà essere avviato dall'unità.
Per confronto, questo è l'output di un'unità disco avviabile:
bless --info /
finderinfo[0]: 62 => Blessed System Folder is /System/Library/CoreServices
finderinfo[1]: 327769 => Blessed System File is /System/Library/CoreServices/boot.efi
finderinfo[2]: 0 => Open-folder linked list empty
finderinfo[3]: 0 => No alternate OS blessed file/folder
finderinfo[4]: 0 => Unused field unset
finderinfo[5]: 62 => OS X blessed folder is /System/Library/CoreServices
64-bit VSDB volume id: 0xD9A24BFA7A5E7EDC
Il comando bless
include l'opzione --unbless
per annullare l'avvio del volume (da man bless
):
--unbless directory Use the HFS+ volume mounted at directory and unset any persistent blessed files/directories in the HFS+ Volume
Header.
Quindi, se scopri nell'output precedente che l'unità è avviabile, "annullala":
sudo bless --unbless /Volumes/SDD/