Tệp dmg (Cài đặt OS X El Capitan.app/Contents/SharedSupport/InstallESD.dmg) không có hình ảnh có thể khởi động.
Để tạo một tập tin khởi động, sử dụng tập lệnh sau. Bạn có thể phải sửa đổi một số đường dẫn (tức là tên người dùng ở dòng cuối cùng và đường dẫn để Cài đặt OS X El Capitan.app (và tệp InstallESD.dmg bên trong) trong dòng thứ 6):
#!/bin/bash
# Create bootable El Capitan ISO
# Mount the installer image
hdiutil attach "/Applications/Install OS X El Capitan.app/Contents/SharedSupport/InstallESD.dmg" -noverify -nobrowse -mountpoint /Volumes/esd
# Create empty cdr image
hdiutil create -o ElCapitan.cdr -size 8000m -layout SPUD -fs HFS+J
# Mount the cdr image
hdiutil attach ElCapitan.cdr.dmg -noverify -nobrowse -mountpoint /Volumes/iso
# Restore Base System to the cdr image
asr restore -source /Volumes/esd/BaseSystem.dmg -target /Volumes/iso -noprompt -noverify -erase
# Remove Package link and replace with actual files
rm /Volumes/OS\ X\ Base\ System/System/Installation/Packages
# Copy Base System
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/
# Unmount the installer image
hdiutil detach /Volumes/esd
# Unmount the cdr image
hdiutil detach /Volumes/OS\ X\ Base\ System
# Convert the cdr to ISO/CD master
hdiutil convert ElCapitan.cdr.dmg -format UDTO -o ElCapitan.iso
# Rename the ISO and move it to the desktop
mv ElCapitan.iso.cdr $HOME/Desktop/ElCapitan.iso
# Clean up temporary file
rm ElCapitan.cdr.dmg
Dán nội dung trong trình soạn thảo văn bản vào một tài liệu mới dưới dạng văn bản thuần túy và lưu nó dưới dạng Chuẩn_elcapitan_cdr.sh trên máy tính để bàn của bạn.
Mở Terminal, chmod script và thực thi nó:
chmod +x ~/Desktop/prepare_elcapitan_cdr.sh
cd ~/Desktop
./prepare_elcapitan_cdr.sh
Tách elcap.dmg khỏi VM. Sử dụng ElCapitan.iso cuối cùng dưới dạng iso trình cài đặt và gắn nó vào Cổng SATA ảo 1. Bạn có thể xóa tệp ElCapitan.cdr.dmg.