-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with Big Sur #64
Comments
any idea @bacongravy ? |
I haven't investigated Big Sur recently. I couldn't figure out how to download the installer app when the first beta came out, and I haven't revisited it. It sounds like the installer app is laid out differently. As long as it still contains a disk image of the OS to install, though, I suspect it would be possible to adapt I'll see if I can find a way to download the installer app and take a look. |
I did the download using https://github.com/munki/macadmin-scripts/blob/main/installinstallmacos.py |
I started to look into this. It doesn't look promising. The first problem, as you discovered, is that the If I hack the script to assume that it is installing version 11.0.1 of the OS, the installation proceeds up to this point:
The key detail appears to be: Not running from RecoveryOS environment I'm not sure what I can do to work around this. It appears that |
Ugh, that's disappointing... I wish Apple would be more friendly for the dev and automation community. |
Can we somehow try to install it from the recovery partition? It appears Parallels doing something similar when you create macOS VM with their GUI. |
@andreiborisov Thanks for the link. I'll try playing around with running Another approach would be to use I don't think there's anything to take from how Parallels works - it doesn't actually install the OS, it just converts the macOS Installer app into a bootable CD image. It doesn't automate installation or creation of the user account or the enabling of ssh or the installation of the ssh key. |
I'm using this project right now and it use a very clever solution to install the os from the recovery assistant using voiceover and boot commands to open the terminal... |
As of BigSur 11.2, there is now a But the key problem remains |
Are there any hints about how to resolve this? Is Macinbox broken after Catalina for good? |
For the record, one runs into the same issues with Monterey (I guess that was to be expected). |
Right now I use Packer to build a vagrant box. Not clear if the techniques used by packer work via Vagrant (start a VM and run installer from ISO) |
I'm getting this error when trying to create a box with Big Sur:
The text was updated successfully, but these errors were encountered: