SpaceinvaderOne / Macinabox

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

Fix board id for Big Sur #54

Closed 82ghost82 closed 2 years ago

82ghost82 commented 2 years ago

Old board id Mac-00BE6ED71E35EB86 in fetch-macos2 may be unable to download the correct recovery image for Big Sur, in fact it downloads Monterey. Board id is updated to Mac-2BD1B31983FE1663, accordingly to commit of original source:https://github.com/acidanthera/OpenCorePkg/commit/b34c2ddfda2c712fcc0517e9d976a2b3d683edd7

This downloads a recovery image of Big Sur 11.6.

smoores-dev commented 2 years ago

Heads up; testing this locally, I'm seeing that even after this change, the script is trying to download from http://oscdn.apple.com/content/downloads/41/28/071-71279/5djpevqmc2w0ti2c4n1m8mkz7fm791t1ic/RecoveryImage/BaseSystem.dmg. It looks like, from #55, 071-71279 is either a product id for Monterey or a 404 that results in Monterey being returned. Either way, I'm seeing "Reinstall Monterey" when starting up after running this locally, instead of "Big Sur"!

82ghost82 commented 2 years ago

Sorry, but it still works for me, the link is valid and it downloads big sur basesystem.

testing this locally

Not sure what you mean with this, maybe you need to manually create a "BaseSystem" directory in the same directory where you run the script.

fetch

bigsur

55 has nothing to do with this commit.