Hi,
I’m considering transitioning completely to Linux for my main workstation. However, due to the nature of my work I rely extensively on a few Autodesk products (namely AutoCAD, Revit) as well as Ms OneDrive to coordinate with clients. I did some research and these applications are not available natively and can’t run through Wine. So I was thinking setting up a virtual machine with a windows image in order to run these two programs. They don’t need extensive GPU. I was wondering if there are any obstacles / issues I should be aware if I chose to go this route? Thanks!
do this at my job right now too.
The biggest obstacle is understanding your hardware limitations. A windows VM needs a lot of resources.
Basically, for windows 11 you are going to want to give the VM a minimum of 4 CPU threads (6 is better), 8 GB of RAM (16 is better), and at least 128 GB of storage.
If your PC has the resources to spare you can host windows as a guest os pretty well without too much lag.
You are going to to want to do some research on which vm management application to use depending on your host distro and your personal workflow. Some are easier than others but us proprietary code, some are fully FOSS and well documented but require a bit of tinkering
I personally use KVM, qemu, and virt-manager on arch for my vms. I was even able to emulate a TPM on my older desktop with a package from the AUR.
If you also use an arch based distro and are interested in KVM, qemu, and virt-manager, I can post my docs here.
Fantastic. I have a second internal hdd can i designate that as a partition for this vm? Thanks!
I think there are ways to do that but I didn’t research it.
Here are my docs for whati did to get it working in arch.
Install virt-manager on Arch
install the required pkgs
update /etc/libvirt/libvirtd.conf
sdd your user account to libvirt group
start & enable libvirt daemon
run the following
reboot
run virtual machine manager (virt-manager)
Windows 11
Thanks. Going to bookmark and save this. Appreciate the info