Liam
Liam
> And just FYI I knew about the windows-11.iso and have renamed it. I'm clueless about the BadAlloc, can't tell what it's for. It's for sure a display driver issue....
> change the .conf, iso should be Win11_23H2_English_x64v2.iso. This is a solution to nothing. Quickget will automatically put the correct ISO in the config, it'll only put windows-11.iso if it...
> This is quite an interesting conundrum. > > The quickemu calcs are very simplistic, which is why I wrote the qqX tune-up routine. At outlier RAM quotas you should...
Clearly, EasyOS is using a .img file. The make_vm_config function is where the image type is set. EasyOS should be added to the switch cases. Default behavior is to set...
> just needs convert img to qcow2 to work. `qemu-img convert -f raw -O qcow2 "${ISO}" disk.qcow2` easy os as is like installed system on ext4 partition. Or for installation...
Once again, you need to test the changes you make. Echoing a variable with quotation marks preserves new lines and other special characters. The releases and editions functions are supposed...
There has been talk about architecture support for a while. I don't have capable ARM64 hardware, so someone else will have to do the work on quickemu. I've created a...
> Since qemu can emulate various architectures selecting the image should not be based solely on the current machines architecture. While that may be an appropriate default user should be...
Smartcard support is disabled in your distro's QEMU build. You'll have to build QEMU yourself or request the distro maintainers to enable the feature in the next build. This is...
This issue was fixed several releases ago, it's no longer relevant.