SpaceinvaderOne / Macinabox

Unraid docker image to help install MacOS vms
379 stars 72 forks source link

Big Sur downloads Catalina #33

Closed flexage closed 3 years ago

flexage commented 3 years ago

When selecting Big Sur as the Mac OS version to install, and leaving the download method as Method 1, the installer for Catalina is downloaded.

The Macinabox docker image in use is the latest, perhaps the Big Sur product ID has changed or something?

Download Method 2 just failed to do anything for me.

flexage commented 3 years ago

OK, got method 2 working by deleting the macinabox appdata, vm, and downloaded iso's.

Method 2 downloaded the correct version.

Tried method 1 twice and it downloaded Catalina both times.

jack60612 commented 3 years ago

Happened to me too

ParadoxEpoch commented 3 years ago

Fixed in PR #37. fetch.sh wasn't passing arguments onto fetch_macos.py when method 1 and Big Sur were selected.

gloubix commented 3 years ago

OK, got method 2 working by deleting the macinabox appdata, vm, and downloaded iso's.

Method 2 downloaded the correct version.

Tried method 1 twice and it downloaded Catalina both times.

How did you delete the VM , i have this message ->

Requested operation is not valid: cannot undefine domain with nvram

Cilusse commented 3 years ago

How did you delete the VM , i have this message ->

Requested operation is not valid: cannot undefine domain with nvram

You need to edit the VM in expert mode, and delete the line that defines the nvram location.

something I think. It should be near the top third of the file.
bpelech commented 3 years ago

For everyone who ended up with Catalina instead of Big Sur, here's what I was able to gather and do to fix this issue:

  1. Use method 2 as explained in the video from SpaceInvader (because this method expects downloading "InstallAssistant.pkg" which needs to be extracted).
  2. Start Macinabox
  3. Open console - click on Macinabox docker icon and then Console.
  4. Install nano (or vim) - apk add nano
  5. Edit unraid.sh - nano /Macinabox/unraid.sh. Find and replace 001-86606 to 071-05432 (this is correct big sur ID)
  6. Restart Macinabox
  7. Follow the SpaceInvader video

Additional troubleshooting:

Hope SpaceInvader will be able to find the time to fix the Macinabox. Until then - stay with catalina or try this fix.

If SpaceInvader will read this post: HUGE THANK YOU for this tool and all your work. You rock man! :-)