在 MacBook Air - Mojave 10.14.1 下 测试通过
- First, move the file somewhere easy to get to on your computer, like your home folder.
首先,将文件移动到计算机上易于访问的位置,例如您的主文件夹。
sudo mv ~/.Trash/Install\ macOS\ High\ Sierra.app/ ~/Downloads/
- Shut down your computer, and then while turning it on, hold command + r to boot into recovery mode (Instructions here: https://support.apple.com/en-us/HT201314)
重启计算机,并在开机过程中按下 command+r.
按下电源按钮打开Mac后立即按住键盘上的Command-R或其他macOS Recovery组合键,或者在Mac开始重新启动后立即按住。 继续按住,直到看到Apple徽标或旋转的地球仪。 当您看到实用程序窗口时,启动完成
- When you reach the recovery page, in the Utilities menu select terminal.
当您到达恢复页面时,在Utilities菜单中选择terminal。并且使用命令 diskutil list
/dev/disk1 (synthesized):
: TYPE NAME SIZE IDENTIFIER
0: APFS Container Scheme - +1.0 TB disk1
Physical Store disk0s2
1: APFS Volume Macintosh HD 524.9 GB disk1s1
2: APFS Volume Preboot 76.9 MB disk1s2
3: APFS Volume Recovery 1.0 GB disk1s3
4: APFS Volume VM 1.1 GB disk1s4
-
使用 diskutil mount '<identifier>' "Macintosh HD"
-
diskutil mount一般不会成功, 但是终端上有提示你正确的指令,比如 diskutil apfs unlockVolume MacBook
-
然后用 cd /Volumes;ls 指令查看"Macintosh HD" 挂载位置,例如 "Macintosh HD"
-
使用 cd "Macintosh HD" 进入系统磁盘,
-
然后 cd /Users/<你的计算机名>/Downloads/
-
使用 ls 确认 Install\ macOS\ High\ Sierra.app 在这个目录
-
使用 rm -rf Install\ macOS\ High\ Sierra.app 删除这个该死的玩意!
-
完成后关闭终端,并使用苹果菜单重启您的Mac
diskutil list SCR
*** INFO https://discussions.apple.com/thread/8552297?answerId=33934272022#33934272022 ***
网友评论