Skip to content
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

Fixed: "auxiliaryStorage is nil" when creating macOS VM on M1 Mac #3427

Merged
merged 1 commit into from Jan 1, 2022

Conversation

pointum
Copy link
Contributor

@pointum pointum commented Jan 1, 2022

I've tried to create a new macOS Monterey VM on a M1 Mac using v3.0.0 (Beta)

It fails with:

Invalid virtual machine configuration. “auxiliaryStorage” is nil.

Screen Shot 2022-01-01 at 21 55 01

As far as I can tell, apple.validate() is the call that shows the message.
auxiliaryStorage is initialized later in the scope by saveBootloader(), but does not get called cause an error is thrown.

I've updated the code so that apple.validate() is called after saveBootloader().

@osy osy merged commit 19ebb10 into utmapp:master Jan 1, 2022
@pointum pointum deleted the m1-validate branch January 1, 2022 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants