macOSインストールイメージの作成とマウントなど

どこにあったか忘れてしまわないように+元記事がなくなってしまわないようにコピペ(この記事の消える確率の方が高そう)。

物理ディスクの代わりにディスクイメージにHighSierraの起動ディスクを書き込む。

https://communities.vmware.com/thread/573025

I was finally able to get it to work. Looks like the trick to installing High Sierra in VMWare Fusion is to create a High Sierra installation image file as follows:

Create a sparse disk image:

hdiutil create -o HighSierra -size 8G -layout SPUD -fs HFS+J -type SPARSE

Then mount it:

hdiutil attach HighSierra.sparseimage -noverify -mountpoint /Volumes/install_build

Run the create install media program:

sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/install_build

Detach Apple’s high Sierra volume:

hdiutil detach /Volumes/Install\ macOS\ High\ Sierra/
hdiutil convert HighSierra.sparseimage -format UDZO -o HighSierra.dmg

Then use VMWare Fusion to create a new disk image using HighSierra.dmg you just created.


コメントを残す

メールアドレスが公開されることはありません。

77 − = 75