-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Can it use VMware instead of QEMU? #1338
Comments
I don't have much experience with VMware, so I can't help with the details unfortunately. It should work in general though. |
VMware uses vmdk disk format, but the generated image isn't vmdk. |
The generated image is a raw disk image. VMware almost certainly has an option to either convert a raw disk image to vmdk or to directly use a raw disk image. |
It might be true for vmware12, but the currently latest version is vmware17. Broadcom acquired VMware, I don't know whether or not Broadcom acquirement takes effects, vmware17 has deleted some features, e.g., screen recording. |
How would you install any OS that doesn't ship with pre-existing vmdk images if there is no way to convert a raw image to a vmdk image? |
How about adding a feature to this crate to create iso file? Since https://github.com/ventoy/Ventoy allows a USB drive to contain multiple iso files, if this crate can make an iso file for Ventoy, then we don't need to format the whole USB drive. Ventoy avoids formatting the whole USB drive and allows to select 1 iso file to boot @bjorn3 |
I think this project is more about allowing people to learn about kernels and operating systems, and giving them some tools to build off of. Providing an iso file for an operating system is kind of a big deal. A lot has to go into it. Some projects like SerenityOS actively decided against it. |
VMware provides an option to use floppy drive, can it generate floppy image so it can boot in VMware?
The text was updated successfully, but these errors were encountered: