this post was submitted on 07 Feb 2025
44 points (100.0% liked)

Linux

49720 readers
814 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Hey everyone,

I am trying to set up a VM on my Linux Mint pc for Windows 11. I already have the pc dual boot linux and Windows. My goal is to set up a Windows 11 VM and then delete Windows partition from my pc. I don't want to dual boot into windows anymore, but I need it for a few applications.

Is there a way to get the key I already bought and use it for the VM I am going to set up?

Side note, what VM software do you recommend? VirtualBox seems popular, but would like some advice.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 9 points 17 hours ago (1 children)

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] 1 points 17 hours ago (1 children)

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] 5 points 16 hours ago (1 children)

Be aware that hardware access from a virtual machine(for an audio interface, for example) can be jittery or slow (latency), which might make it unusable for your purposes or not. You'll have to find out.

[–] [email protected] 1 points 12 hours ago* (last edited 12 hours ago)

You can pass through a dedicated PCIe USB card if latency is important.

On my desktop, I'm able to pass through the motherboard's integrated USB controller. YMMV if you try this, though. If I need to control the host (ex: to force shutdown the guest), I either use a PS/2 keyboard, SSH, or KDE Connect.