macOS-Linux-VM-with-Rosetta icon indicating copy to clipboard operation
macOS-Linux-VM-with-Rosetta copied to clipboard

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

Open Entropy-xcy opened this issue 2 years ago • 4 comments

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)

Entropy-xcy avatar Aug 14 '22 19:08 Entropy-xcy

Same error here...

lambourg avatar Nov 28 '22 11:11 lambourg

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)

lambourg avatar Nov 28 '22 11:11 lambourg

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

reibenedict avatar Feb 08 '23 09:02 reibenedict

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

jmutawa avatar Sep 25 '23 14:09 jmutawa