Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save nonkronk/8c5035a05c3faa26cf55d7f15b34b202 to your computer and use it in GitHub Desktop.

Select an option

Save nonkronk/8c5035a05c3faa26cf55d7f15b34b202 to your computer and use it in GitHub Desktop.
Install macOS Ventura/Sonoma as a VM on Unraid Server using AMD Ryzen 9 5950x + RX 6600 XT

Install macOS Ventura/Sonoma as a VM on Unraid Server using AMD Ryzen 9 5950x + RX 6600 XT

Installation Preparation

Download tools and packages

On Unraid Server

mkdir /mnt/user/domains/macos-ventura
cd /mnt/user/domains/macos-ventura
wget https://raw.githubusercontent.com/kholia/OSX-KVM/master/fetch-macOS-v2.py
python fetch-macOS-v2.py # Fetch macOS Installer

Sample run:

$ ./fetch-macOS-v2.py

1. High Sierra (10.13)
2. Mojave (10.14)
3. Catalina (10.15)
4. Big Sur (11.7)
5. Monterey (12.6)
6. Ventura (13) - RECOMMENDED
7. Sonoma (14)

Choose a product to download (1-6): 6

On other Linux (Ubuntu) VM

We can compile and install from source directly on Unraid, but it's easier to do it on a separate VM.

sudo apt install wget libguestfs-tools make dmg2img genisoimage -y

Download macOS Ventura/Sonoma Installer

@scockman
Copy link

scockman commented Aug 3, 2024

Is it possible to add a screenshot of the unRAID VM Creation GUI? Followed all the steps here and nothing is bootable. The VM just goes into the EFI shell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment