Skip to content

Instantly share code, notes, and snippets.

@adamotte
Created December 25, 2022 10:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamotte/0a9ba87e2b825c9dbb349b2e3ab9d157 to your computer and use it in GitHub Desktop.
Save adamotte/0a9ba87e2b825c9dbb349b2e3ab9d157 to your computer and use it in GitHub Desktop.
MacOS VM in Unraid
  1. Install “MacInABox” under Apps.
  2. Container Starts automatically and installs two scripts.
  3. Script: Run Vmready Notify Script.
  4. Script: Run Macinabox helper.
  5. Start the created VM and access it via VNC.
  6. Select “MacOS” Base System and confirm.
  7. Select the “Disk Utility” in the selection screen.
  8. Format the hard disk.
  9. Close “Disk Utility” and select “Reinstall MacOS – Version.
  10. Set up MacOS normally. (Self-explanatory)
  11. Download OpenCore Configurator.
  12. Accept “Foreign Sources”.
  13. Install OpenCore
  14. Run “Mount EFI” under “Tools” and select the MacOS Base Partition.
  15. Copy files of the Base Partition to the desktop.
  16. Open EFI folder, open OC folder and edit Config.plist file.
  17. Select the appropriate Apple device from the list and save.
  18. Stop VM.
  19. Adjust VM (CPU, RAM, USW)
  20. Under “User Scripts” change Macinabox helper name to VM name and under “FIRSTINSTALL” select No. Save changes and execute script.
  21. Start VM. Done.

Source : Installing a MacOS VM on Unraid – Virtualized Mac

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