text OS X:创建与VirtualBox兼容的El Capitan ISO

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text OS X:创建与VirtualBox兼容的El Capitan ISO相关的知识,希望对你有一定的参考价值。

#!/usr/bin/env bash

# All credit goes to http://apple.stackexchange.com/a/211722, and thanks to Jesse Web 
# for posting the article at http://apple.stackexchange.com/questions/198737/install-el-capitan-in-virtual-box-for-testing-purposes

hdiutil attach "/Applications/Install OS X El Capitan.app/Contents/SharedSupport/InstallESD.dmg" -noverify -nobrowse -mountpoint /Volumes/esd
hdiutil create -o elcapitan.cdr -size 7316m -layout SPUD -fs HFS+J
hdiutil attach elcapitan.cdr.dmg -noverify -nobrowse -mountpoint /Volumes/iso
asr restore -source /Volumes/esd/BaseSystem.dmg -target /Volumes/iso -noprompt -noverify -erase
rm /Volumes/OS\ X\ Base\ System/System/Installation/Packages
cp -rp /Volumes/esd/Packages /Volumes/OS\ X\ Base\ System/System/Installation
cp -rp /Volumes/esd/BaseSystem.chunklist /Volumes/OS\ X\ Base\ System/
cp -rp /Volumes/esd/BaseSystem.dmg /Volumes/OS\ X\ Base\ System/
hdiutil detach /Volumes/esd
hdiutil detach /Volumes/OS\ X\ Base\ System
hdiutil convert elcapitan.cdr.dmg -format UDTO -o elcapitan.iso
mv elcapitan.iso.cdr elcapitan.iso

以上是关于text OS X:创建与VirtualBox兼容的El Capitan ISO的主要内容,如果未能解决你的问题,请参考以下文章

Xamarin.UITest 与 OS X 10.15 不兼容?

虚拟机:VirtualBox 6.1.34OS X版本

Virtualbox 中的 Internet 连接无法正常工作(Mac OS X 主机/Windows XP 来宾)

text 在Mac OS / X上创建Linux Mint USB

在旧版 OS X 上的 OS X10.6.4 上开发的软件包的兼容性问题

Core Data Macos 应用程序和与 OS X 10.7 的兼容性