- Added script to automate creation of a macOS recovery disk image compatible with QEMU - Generates a sparse disk, partitions it, and prepares a minimal recovery volume - Copies BaseSystem.dmg and optional .chunklist into the recovery partition - Converts resulting DMG to a raw image for direct use in Proxmox VE VMs - Includes cleanup routines and device mount management via diskutil/hdiutil - Requires: macOS with hdiutil, diskutil, and qemu-img installed |
||
|---|---|---|
| .. | ||
| README.md | ||
| boards.json | ||
| build-image.sh | ||
| macrecovery.py | ||
| recovery_urls.txt | ||
README.md
macrecovery
macrecovery is a tool that helps to automate recovery interaction. It can be used to download diagnostics and recovery as well as analyse MLB.
Requires python3 to run. Run with -h argument to see all available arguments.
To create a disk image for a virtual machine installation use build-image.sh.