を動作していないブートデバイスのプロパティを設定する私はdualbootシステム上で作業して起動ボリュームを設定するには、以下のAppleScriptを使用しています:エルキャピタンスクリプトはもう動作しませんのでOSX 10.11エルキャピタン -
tell application "Finder" to if not (disk "SoundHD" exists) then do shell script "diskutil mount " & last word of (do shell script "diskutil list | grep 'Apple_HFS SoundHD'")
do shell script "bless -mount \"/Volumes/SoundHD\" -setBoot --nextonly" with administrator privileges
display notification "Next Boot: SoundHD" with title "Neustart"
をし、私は、スクリプトエディタで、次のエラーメッセージを取得しています:祝福コマンドでいくつかの新しい変更が
tell application "Finder"
exists disk "SoundHD"
--> true
end tell
tell current application
do shell script "bless -mount \"/Volumes/SoundHD\" -setBoot --nextonly" with administrator privileges
--> error "Could not set boot device property: 0xe00002bc" number 3
Ergebnis:
error "Could not set boot device property: 0xe00002bc" number 3
ありますか?
ありがとうございました。
私はシステムの完全性保護を非難するだろうが、私は –