以前要求事先准备一个已经安装好的 macOS 系统来制作引导盘、磁盘镜像等东西,这一要求对于没有 mac 的人简直就是蛋生鸡鸡生蛋般的难题。但是现在不需要了:
This new method does not require an existing physical/virtual macOS installation. However, this
new method
requires internet access during the macOS installation process. This limitation may be addressed in a future commit.
现在直接通过 fetch-macOS.py
来下载系统安装文件 Install macOS Xxx.app
。虽然不需要事先准备 mac 系统,但是对软/硬件还是有些要求的:
- A modern Linux distribution. E.g. Ubuntu 18.04 LTS 64-bit.
- QEMU > 2.11.1
- A CPU with Intel VT-x / AMD SVM support is required
- A CPU with SSE4.1 support is required for macOS Sierra
- A CPU with AVX2 support is required for macOS Mojave
整个安装过程看起来还算简单。
另外还有个更加开箱即用的方案 proxmox ( GUIDE: Installing macOS Catalina 10.15 on Proxmox 6)。