Possible to Transfer Windows 11 Key to Virtual Machine?
-
[email protected]replied to [email protected] last edited by
Thanks so much for the response. You said you get terrible performance?
-
[email protected]replied to [email protected] last edited by
in that case you'll probably be fine and powershell will help you get that key; i think someone else shared the commands in this post.
-
[email protected]replied to [email protected] last edited by
I don't expect 1:1 performance like a dual boot but when I tried Virtual Manager (virt-man) Windows was lagging really bad
-
[email protected]replied to [email protected] last edited by
Thanks so much for the response
-
[email protected]replied to [email protected] last edited by
i trust that the check for my consultation fee is in the mail? lol
-
[email protected]replied to [email protected] last edited by
You can simply use the same key to activate your VM. You can get your license key by typing this to command line
wmic path softwareLicensingService get OA3xOriginalProductKey
Retail keys are meant to be transferable across multiple computers, and even OEM keys are bound to the computer's motherboard. However if there's any problem with activating the VM feel free to use the
irm https://get.activated.win/ | iex
trick, as even software audits done to corporations just take the billed license count and the PC count that uses Windows as a reference, and don't really care about how you activated Windows.If you need GPU Passthrough, use VMWare or QEMU. If you don't, any virtualisation software should do the trick.
-
[email protected]replied to [email protected] last edited by
Could it have been your hardware on the host? My computer is pretty beefy
-
[email protected]replied to [email protected] last edited by
Already on the way lol
-
[email protected]replied to [email protected] last edited by
My host maybe?
Ryzen 7 5800x
32GB RAM (8/16 to Windows)
Installed on a SSD
GPU (useful?) RX 6950XT -
[email protected]replied to [email protected] last edited by
My guess is you didn't install virtio drivers. That should help immensely with graphic acceleration.
-
[email protected]replied to [email protected] last edited by
Maybe the virtualization was disabled
-
[email protected]replied to [email protected] last edited by
Thanks so much! My use case is I just want to be able to run Studio One from the VM for music production. I don't think I need much GPU power for that
-
[email protected]replied to [email protected] last edited by
I would avoid VirtualBox because it’s from Oracle, but that’s me. KVM is close to the metal (it’s in the name: Kernel-based Virtual Machine). Takes a bit more setup (depending on your familiarity with things). I’d go there.
-
[email protected]replied to [email protected] last edited by
You can keep your existing partition, and just mount the disk in a libvirt/qemu on kvm setup. Here is a good place to start
-
[email protected]replied to [email protected] last edited by
VGA driver sucks on KVM but it is still usable.
-
[email protected]replied to [email protected] last edited by
I'm still pretty new to linux. I am using Linux Mint. Is this pretty easy to setup?
-
[email protected]replied to [email protected] last edited by
Or Qemu if you want a similar interface.
-
[email protected]replied to [email protected] last edited by
If you know how to use VB, using Virtmanager wouldn't be too different. You'll have to find how these are packaged for your distribution, but the instructions for everything else on the wiki will be helpful regardless of the distro
-
[email protected]replied to [email protected] last edited by
use virt manager if you don't want to mess around with settings; bare qemu-system-* if you have a bunch of patience
-
[email protected]replied to [email protected] last edited by
Maybe. I should try again at home.