-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
View/manage/export vm's that were started using the qemu-system-arm or qemu-system-x86_64 cli #6907
Comments
How would UTM know about qemu images that you were running in a completely different context? there's no easy way to add them in from outside the sandbox. Are you looking for it to monitor a directory? Import a qemu command with a path to an image? Also, UTM now has a Packer plugin, which might help you out: https://github.com/naveenrajm7/packer-plugin-utm Secondly, you can in fact export as a QEMU command, in 4.6.2, edit the VM, go to QEMU -> Arguments and "Export QEMU Command.." is available. |
I was looking at packer-plugin-utm, but it looks like it's missing the ability to create a vm from iso. I found an example in the author's repo, but looks like it hasn't been implemented yet. As far as monitoring another directory or context, I'm not sure how UTM's qemu differs from the standard macos version. If it were possible, it would be a nice feature. For the second, that's perfect. I didn't see that before. |
Hello, PackerThank you for checking out the UTM Packer plugin. The iso builder has been implemented and it resides in the branch utm-iso. We want to show one solid example of how to use iso builder end-to-end, after that it will be merged and released. We will update here when its merged. While the most components required for packer functionality exists, there are few APIs still lacking from UTM side. eg: Ability to add/remove/update displays (required for vnc). Until these are done the build process will be semi-automatic , where you will be prompted to add displays etc. Beyond this, from our experience of trying to build several base images using this plugin for our vagrant plugin , we found while the plugin automation works great, it is hard and time consuming to figure out which packer recipe suites which VM. eg: As evident by other issues here, it is difficult to know which display works well for which OS installation. However, once you have the steps for proper autoinstall it is easy to let packer do it. Difference between UTM Qemu and Standard QemuUTM uses a custom fork of qemu. More specifics are detailed in the UTM Documentation |
Just released a new version of UTM packer plugin with ISO builder support Example with packer recipe: |
There are two things I haven't found a way to do. First, there are times that I need to start a vm from the cli by using the qemu-system-arm or qemu-system-x86_64 cli such as when I use Packer to build vm's. It would be nice for these vm's to appear in UTM and be able to be viewed or managed.
Second, it would be nice to be able to take an existing vm that was built in UTM and export as a qemu-system-* command.
The text was updated successfully, but these errors were encountered: