Big Sur: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 1: | Zeile 1: | ||
=Git= | =Git= | ||
*git clone --depth 1 --recursive https://github.com/kholia/OSX-KVM.git | *git clone --depth 1 --recursive https://github.com/kholia/OSX-KVM.git | ||
| − | = | + | =Download= |
| − | |||
./fetch-macOS-v2.py | ./fetch-macOS-v2.py | ||
1. High Sierra (10.13) | 1. High Sierra (10.13) | ||
| Zeile 11: | Zeile 10: | ||
Choose a product to download (1-4): | Choose a product to download (1-4): | ||
| − | + | ||
| + | |||
| + | =Convert= | ||
| + | *qemu-img convert BaseSystem.dmg -O raw BaseSystem.img | ||
| + | |||
| + | =Festplatte erstellen= | ||
| + | *qemu-img create -f qcow2 mac_hdd_ng.img 128G | ||
Version vom 22. Oktober 2021, 09:29 Uhr
Git
- git clone --depth 1 --recursive https://github.com/kholia/OSX-KVM.git
Download
./fetch-macOS-v2.py 1. High Sierra (10.13) 2. Mojave (10.14) 3. Catalina (10.15) - RECOMMENDED 4. Latest (Big Sur - 11)
Choose a product to download (1-4):
Convert
- qemu-img convert BaseSystem.dmg -O raw BaseSystem.img
Festplatte erstellen
- qemu-img create -f qcow2 mac_hdd_ng.img 128G