-
Notifications
You must be signed in to change notification settings - Fork 10
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
Unable to create snapshot of macOS #5
Comments
Hey @AndrewBreyen! It's a bit unfortunate that the error message itself is not very specific while I couldn't reproduce the error. Can you provide more details on the context, especially the configuration of the VM:
|
Thanks for the follow up! I think the issue is related to the unsupported |
hmm okay, I see, How are you supposed to create a .qcow2 image? In snapshot manager, I'm not selecting an .img file after clicking '+' from within a group, i'm selecting the .utm file. Is this incorrect? Do you know if there's a way to create or convert the .img file? I don't see anything obvious in UTM, and the .img is the default option, seemingly with no way to choose differently |
Hey Andrew! Thanks for the follow up :-) Sorry for the late reply, I just returned from vacation. To address your question about creating a new Regarding the conversion of Regarding the reproduction of the error I couldn't follow your description and unfortunately also wasn't able to reproduce the problem myself. Could your record a short video of what you're doing that leads to the error, upload it and post a link here? You'll find info on how to record your screen here. |
Hello! I had the exact same issue, clean install, the only config I changed was my Apple auth/signature, the steps:
VersionsMacOS 13.3 (arm64) |
Hey @outermosthouse, is it possible that your UTM version is not up to date? It would be helpful if you could provide the number of the release you're using. |
Thanks for the video and the detailed description! I'm now able to reproduce the bug; however I'm not entirely sure what's causing it. Unfortunately I've got little time at the moment because my job takes a great amount of focus & time, but I'll try to follow up asap. Edit: I finally could reproduce the problem when uninstalling qemu. At the moment the app just assumes that |
No worries! Qemu version:
|
Hey Phil! It seems the message |
@Metamogul
|
FYI UTM does not use QEMU when running Apple Silicon macOS guests it uses Apple's hypervisor framework (HVF) so no qcow2 files are used and hence cannot use QEMU snapshots. HVF uses raw img files stored using sparse files to minimise disk usage. |
Thanks DrDonk! I've updated the README to make that more clear. @outermosthouse, does this explain why there's no |
Hello,
I am getting this error in the xcode console when I try to create a snapshot:
To reproduce:
The text was updated successfully, but these errors were encountered: