Quickemu: Quickly run optimised Windows, macOS and Linux virtual machines
1–10 of 142 posts
Re: Quickemu: Quickly run optimised Windows, macOS and Linux virtual machines
#2Re: Quickemu: Quickly run optimised Windows, macOS and Linux virtual machines
#3Re: Quickemu: Quickly run optimised Windows, macOS and Linux virtual machines
#4Re: Quickemu: Quickly run optimised Windows, macOS and Linux virtual machines
#5Re: Quickemu: Quickly run optimised Windows, macOS and Linux virtual machines
#6Looks interesting but would someone be so kind to point out if there are any advantages for a guy like me who just runs win 11 in VirtualBox under Ubuntu from time to time?
Re: Quickemu: Quickly run optimised Windows, macOS and Linux virtual machines
#7It's a QEMU wrapper. I don't know how is this useful. It might save you 2 minutes. Maybe more with windows 11 because of tpm.
I think that is useful practically, as a learning tool, and as a repository of recommended settings.
Re: Quickemu: Quickly run optimised Windows, macOS and Linux virtual machines
#8This tool downloads random files from the internet, and check their checksum against other random files from the internet. [2]
This is not the best security practice. (The right security practice would be to have the gpg keys of the distro developers committed in the repository, and checking all files against these keys)
This is not downplaying the effort which was put in this project to find the correct flags to pass to QEMU to boot all of these.
[1] https://news.ycombinator.com/item?id=28797129
[2] https://github.com/quickemu-project/quickemu/blob/0c8e1a5205...
Re: Quickemu: Quickly run optimised Windows, macOS and Linux virtual machines
#9Here's a recent example with Alma Linux:
$ virt-install --name alma9 --memory 1536 --vcpus 1 --disk path=$PWD/alma9.img,size=20 --cdrom alma9.iso --unattended
Then you go for a coffee, come back and have a fully installed and working Alma Linux VM. To get the list of supported operating systems (which varies with your version of libvirt), use: $ osinfo-query osRe: Quickemu: Quickly run optimised Windows, macOS and Linux virtual machines
#10It's a QEMU wrapper. I don't know how is this useful. It might save you 2 minutes. Maybe more with windows 11 because of tpm.
This might be less useful for those who are quite familiar with QEMU, but it’s great for someone like me who isn’t. So this saves me a whole lot more than 2 minutes. And that’s generally what I want from a wrapper: improved UX.