33
35

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

インストールISOイメージ作成:macOS Sierra (10.12)

Last updated at Posted at 2016-09-21

概要

環境

  • AppStore から、macOS Sierraがダウンロードできる、OSXまたはmacOSの実行環境

手順

  1. AppStoreから、macOS Sierraをダウンロード

  2. インストーラが立ち上がったら、終了

  3. ターミナルを開いて、以下実行。

    [20160927更新]スクリプトのファイル名が変更された

cd ${HOME}

rm -rfv iso

mkdir iso
cd iso
curl -O https://raw.githubusercontent.com/kholia/OSX-KVM/master/create_install_iso.sh
curl -O https://raw.githubusercontent.com/kholia/OSX-KVM/master/pbzx
chmod +x ./create_install_iso.sh
chmod +x ./pbzx
time sudo ./create_install_iso.sh -n -m 2

`Error: Can't mount installation image` が出たら、再起動して、もう一度やる。

4. 待つ

    ```shell-session:実行例
Resulting .iso location:
/Users/mt08/iso/Install_macOS_Sierra_(OS_X_10.12).iso

    Removing temporary files...

    real    16m6.238s
user    6m9.206s
sys    1m33.376s

その他

  • 某tualBoxにて、ISOイメージ起動、インストール、初期設定、HDDイメージ起動、Xcodeインストールくらいまで、行った模様。
  • Vitual某xで使う場合は、VM作成後にうまい設定を行わないといけないらしい。
    ヒント?: cpuidset 1 000206a7 02100800 1fbae3bf bfebfbff
33
35
3

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
33
35

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?