OSX-PROXMOX/tools/macrecovery
Oritorius(Denis Rykov) f656a94fab
Update build-image.sh feat(script): add create-recovery-disk.sh to build macOS recovery image for QEMU/Proxmox
- 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
2025-07-10 00:05:31 +05:00
..
README.md Update of macrecovery 2022-04-29 15:39:01 -03:00
boards.json Upgrade to OC 1.0.4 and PVE 8.3 Support (PVE 8.4 don't supported yet) 2025-04-22 16:14:23 -03:00
build-image.sh Update build-image.sh feat(script): add create-recovery-disk.sh to build macOS recovery image for QEMU/Proxmox 2025-07-10 00:05:31 +05:00
macrecovery.py Fix macrecovery (terminalsize) 2025-04-22 16:32:01 -03:00
recovery_urls.txt Upgrade to OC 1.0.4 and PVE 8.3 Support (PVE 8.4 don't supported yet) 2025-04-22 16:14:23 -03:00

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.