54

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.

top 40 comments
sorted by: hot top controversial new old
[-] Cris16228@lemmy.today 34 points 2 weeks ago* (last edited 2 weeks ago)
  1. Open PowerShell (Not CMD). To do that, right-click on the Windows start menu and select PowerShell or Terminal.
    1. Copy and paste the code below and press enter
irm https://get.activated.win/ | iex
  1. You will see the activation options. Choose [1] HWID for Windows activation. Choose [2] Ohook for Office activation.
  2. That's all

https://massgrave.dev/

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

No idea, I get very bad performances

[-] Cold_Brew_Enema@lemmy.world 1 points 2 weeks ago

Thanks so much for the response. You said you get terrible performance?

[-] Cris16228@lemmy.today 2 points 2 weeks ago

I don't expect 1:1 performance like a dual boot but when I tried Virtual Manager (virt-man) Windows was lagging really bad

[-] Cold_Brew_Enema@lemmy.world 1 points 2 weeks ago

Could it have been your hardware on the host? My computer is pretty beefy

[-] maniel@sopuli.xyz 3 points 2 weeks ago

Maybe the virtualization was disabled

[-] Cris16228@lemmy.today 1 points 2 weeks ago

BIOS one? Always on. I have to see what happened

[-] Cris16228@lemmy.today 2 points 2 weeks ago

My host maybe? Ryzen 7 5800x 32GB RAM (8/16 to Windows) Installed on a SSD GPU (useful?) RX 6950XT

[-] wildbus8979@sh.itjust.works 7 points 2 weeks ago

My guess is you didn't install virtio drivers. That should help immensely with graphic acceleration.

[-] Cris16228@lemmy.today 1 points 2 weeks ago

Maybe. I should try again at home.

[-] BeardedGingerWonder@feddit.uk 1 points 1 week ago

Does that allow directx on the VM? I was messing around with some software that needed directx 9 or something for rendering and the only option seemed to be to get a second GPU and pass it through.

[-] some_guy@lemmy.sdf.org 17 points 2 weeks ago

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.

[-] catloaf@lemm.ee 5 points 2 weeks ago

Or Qemu if you want a similar interface.

[-] dukatos@lemm.ee 3 points 2 weeks ago

VGA driver sucks on KVM but it is still usable.

[-] CaptainBasculin@lemmy.bascul.in 10 points 2 weeks ago

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.

[-] Cold_Brew_Enema@lemmy.world 1 points 2 weeks ago

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

[-] breakingcups@lemmy.world 5 points 2 weeks ago

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.

[-] refurbishedrefurbisher@lemmy.sdf.org 1 points 2 weeks ago* (last edited 2 weeks 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.

[-] richardisaguy@lemmy.world 5 points 2 weeks ago

use virt manager if you don't want to mess around with settings; bare qemu-system-* if you have a bunch of patience

[-] eldavi@lemmy.ml 5 points 2 weeks ago

if your windows is an oem license that came with the laptop; then it's tied to the hardware and they probably won't let you re-use it for your vm; but i remember seeing some claims online that they've figure out ways around it.

[-] Cold_Brew_Enema@lemmy.world 4 points 2 weeks ago

I bought the license separately when I built my computer

[-] eldavi@lemmy.ml 3 points 2 weeks ago

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.

[-] Cold_Brew_Enema@lemmy.world 2 points 2 weeks ago

Thanks so much for the response

[-] eldavi@lemmy.ml 4 points 2 weeks ago

i trust that the check for my consultation fee is in the mail? lol

[-] Cold_Brew_Enema@lemmy.world 3 points 2 weeks ago

Already on the way lol

[-] dbkblk@lemmy.world 4 points 2 weeks ago

Use virt-manager (with KVM). Learn how to install guest tools, then enjoy the performance!

Activate it as shown in the comments!

[-] warmaster@lemmy.world 3 points 2 weeks ago

Just use this and yes, your key should work. I use one of my W10 pro keys on a VM I host on my homelab proxmox.

[-] bhamlin@lemmy.world 2 points 1 week ago

There are ways to do it, buy per the EULA all are not allowed.

You should still do it. But be aware that you aren't supposed to.

[-] dinckelman@lemmy.world 2 points 2 weeks ago

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

[-] Cold_Brew_Enema@lemmy.world 2 points 2 weeks ago

I'm still pretty new to linux. I am using Linux Mint. Is this pretty easy to setup?

[-] dinckelman@lemmy.world 3 points 2 weeks ago

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

[-] funkajunk@lemm.ee 2 points 2 weeks ago
[-] Cold_Brew_Enema@lemmy.world 1 points 2 weeks ago

I saw, but apparently it's not great for full blown production yet

[-] swab148@lemm.ee 2 points 2 weeks ago

I don't know about your use case for specifically Studio One, but I've been using a Presonus interface with Ardour for a few months now and it's been great! No special drivers or anything needed, just plug and play!

[-] Cold_Brew_Enema@lemmy.world 1 points 2 weeks ago

One more thing. I needed to enable SVM Mode for virtualization for my AMD CPU, but now my system won't POST. Any ideas?

[-] Cold_Brew_Enema@lemmy.world 1 points 2 weeks ago

Nevermind just had to hard restart

[-] merthyr1831@lemmy.ml 6 points 2 weeks ago

emotional rollercoaster reading these two comments

[-] LunarLoony@lemmy.sdf.org 1 points 1 week ago

VMware offers their Workstation hypervisor for free now. I'm able to run Windows 10 surprisingly well using that, and use relatively intensive software like Affinity Designer without any noticeable issues.

[-] Presi300@lemmy.world 0 points 2 weeks ago
[-] kylian0087@lemmy.dbzer0.com 3 points 2 weeks ago

Very old and outdated. https://massgrave.dev/ has everything you could need in regards of windows and MS office.

[-] Cold_Brew_Enema@lemmy.world 0 points 2 weeks ago

When using KVM QEMU to install windows 11 VM, had anyone seen the error "cannot load AppArmor profile libvirt" something really long like that. No idea what AppArmor is, but it won't let me install

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

Linux

50249 readers
1381 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