您好,登錄后才能下訂單哦!
只能下載最新版的macOS,老版的已經下架了。有兩種情況,一種是大小19M的app,一種是5G多的app。前者參考Creating a macOS High Sierra Installation ISO Image,后者參考製作 macOS High Sierra 10.13 的可開機安裝隨身碟及 ISO 映像檔。本人下載的是19M的app,參考的前者。
先準備一個U盤,在windows的diskpart中利用
sele disk x
clean
convert gpt
#有些時候磁盤efi分區少于200M,在mac上抹掉會失敗,顯示沒有足夠空間
create partition efi size=300
轉換成gpt格式,并在macOS中抹掉該U盤。然后,打開安裝macOS High Sierra的App,選擇U盤,此時安裝程序開始下載安裝鏡像,下載完成需要重啟時退出,開始制作安裝鏡像。
#將下載的鏡像合并到安裝app中
mv "/macOS Install Data/*" "/Applications/Install macOS High Sierra.app/Contents/SharedSupport"
#創建并掛載一個磁盤
hdiutil create -o /tmp/HighSierra -size 12800m -layout SPUD -fs HFS+J -type SPARSE
hdiutil attach /tmp/HighSierra.sparseimage -noverify -nobrowse -mountpoint /Volumes/Untitled
#創建可啟動磁盤
caffeinate asr restore -source "/Applications/Install macOS High Sierra.app/Contents/SharedSupport/BaseSystem.dmg" -target /Volumes/Untitled -noprompt -noverify -erase
#替換其中的安裝app
sudo rm -rf "/Volumes/OS X Base System/Install macOS High Sierra.app"
caffeinate sudo cp -a "/Applications/Install macOS High Sierra.app" "/Volumes/OS X Base System/"
cp "/Applications/Install macOS High Sierra.app/Contents/Resources/InstallAssistant.icns" "/Volumes/OS X Base System/.VolumeIcon.icns"
SetFile -a C "/Volumes/OS X Base System/"
diskutil rename "OS X Base System" "Install macOS High Sierra"
hdiutil detach "/Volumes/Install macOS High Sierra"
hdiutil resize -size min /tmp/HighSierra.sparseimage
caffeinate hdiutil convert /tmp/HighSierra.sparseimage -format UDTO -o /tmp/HighSierra
mv /tmp/HighSierra.cdr /tmp/HighSierra.iso
#進入安裝界面,創建安裝磁盤,開始安裝,要重啟時關閉電源進入固件,重新從CD啟動,復制安裝鏡像到安裝磁盤。
cp "/Volumes/Install macOS High Sierra/Install macOS High Sierra.app/Contents/SharedSupport/InstallESDDmg.pkg" "/Volumes/Macintosh HD/macOS Install Data/"
正常情況下VMware是不開放安裝macOS的,需要patch。github下載DrDonk/unlocker,右鍵管理員打開win-install.cmd,正常安裝,打開電源前修改配置文件,添加:
smc.version = "0"
最后,在app store中搜索xcode安裝即可。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。