OSインストール用USB作成方法(High Sierra OS 10.13) †更新日2020-12-07 (月) 11:36:20
SierraのMac(VMPlayer)でMacOSインストールUSBを作成
$ sudo mkdir /Applications/Install\ macOS\ High\ Sierra.app/Contents/SharedSupport $ sudo cp -R /macOS\ Install\ Data/ /Applications/Install\ macOS\ High\ Sierra.app/Contents/SharedSupport/ (以下のようなエラーが出るがコピーされていればOK) cp: /macOS Install Data/: unable to copy extended attributes to /Applications\ /Install macOS High Sierra.app/Contents/SharedSupport: Operation not permitted cp: /macOS Install Data//Locked Files: unable to copy extended attributes to \ /Applications/Install macOS High Sierra.app/Contents/SharedSupport/Locked Files: Operation not permitted cp: /macOS Install Data//Locked Files/Boot Files: unable to copy extended attributes to \ /Applications/Install macOS High Sierra.app/Contents/SharedSupport/Locked Files/Boot Files: Operation not permitted $ sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources\ /createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install\ macOS\ High\ Sierra.app USB名がInstall macOS High Sierraに勝手に変更する。 Windowsをインストールした古いHDDやSDDを使用する場合WindowsのDiskPartでHDDをcreanして初期する Mac OSインストール中に †(「macOSユーティティ」で「macosインストール」を開始し、HDDを選択し、続ける2分ほどすると再起動がかかりその後再起動後で以下のエラーが出たと思われる) 「インストーラリソースの読み込み中にエラーが発生しました。 というエラーが発生する。画面上部のメニューバー→ユーティリティからターミナルを開いて、以下のコマンドを実行したら成功した。 メニューバーはエラー表示画面をクリックすると表示する。(メニューバーは、はじめは見えていない) -bash-3.2# cp -rf /Volumes/Install\ macOS\ High\ Sierra/Install\ macOS\ High\ Sierra.app/Contents/SharedSupport/* /Volumes/Macintosh\ HD/macOS\ Install\ Data/ -bash-3.2# 注)/Volumes/High\ Serria\ 10.13/macOS\ Install\ Data/ ← コピー先はインストールするHDD名に合わせる。この部分/High\ Serria\ 10.13/ コピーに少し時間がかかるので待つ。 また、ターミナルを終了すると再起動がかかる。 インストールしたmacの実機 †MacBook Pro 2.4GHz Intel Core i5 (15-inch DDR3) MC371LL/A(2010年4月) にインストールできた(購入時OS Snow leopard) 参考 † |