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

Failed to create VM with error: Failed to retrieve the machine identifier data. #16

Open
Entropy-xcy opened this issue Aug 14, 2022 · 4 comments

Comments

@Entropy-xcy
Copy link

image

I just downloaded the release file and got this error:

Failed to create VM with error: Failed to retrieve the machine identifier data.

OS: macOS Ventura Version 13.0 Beta (22A5321d)

@lambourg
Copy link

Same error here...

@lambourg
Copy link

The issue seems to arise if you open RosettaVM and then close it without indicating an installation ISO. To fix it you need to go to ~/Library/Containers and remove the com.diddledani.RosettaVM folder (the sandbox of the RosettaVM application)

@reibenedict
Copy link

Hi, i dont see the any "com.diddledani.Rosettavm" folder in my computer
so how to solve it, still crash
thank you

@jmutawa
Copy link

jmutawa commented Sep 25, 2023

In my case, the problem was that the code tries to generate a 64GB disk image for the VM installation, which my machine didn't have enough space for.

Reducing the amount solved the problem (line 101 in AppDelegate.swift):
try mainDiskFileHandle.truncate(atOffset: 64 * 1024 * 1024 * 1024)

Regards,
Jalal Almutawa

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

No branches or pull requests

4 participants