this post was submitted on 22 Aug 2023
41 points (91.8% liked)
Linux
48033 readers
1042 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
How does one set this up? Just create a blank VM and pass the drive through?
I set mine up a while back, I can't remeber if I installed windows 10 on bare metal or in the VM. I remember I tried both, I want to say installing in the VM worked better. But what I do, is first set up KVM/qemu with virtual machine manager. Then IF YOU DONT HAVE WINDOWS ALREADY wipe the drive you want for windows. I usually just wipe and leave it as free space and not create a partition. Then in virtual machine manager, create a new virtual machine. Use local install media as the install option, select your windows ISO, then instead of 'create disk image for virtual machine', you check 'select or create custom storage and type in /dev/nvme1n1 or whatever the drive address is. check the customize before install and make sure its using UEFI instead of BIOS.
IF YOU ALREADY HAVE WINDOWS INSTALLED, open virtual machine manager, add new virtual machine, manual install, select or create custom storage, then type '/dev/nvme1n1' or whatever your address is. Check the custumize configuration before install and make sure its using UEFI instead of BIOS.
for both you'll want to install the KVM windows drivers you can find them on github
I tried that once, technically possible but it wouldn't let me login on the install I had been using long term previously (seemed fine on a completely fresh install)
Need windows little enough that I've just put my existing license in a fresh VM instead