this post was submitted on 25 May 2024
60 points (98.4% liked)
Linux
47946 readers
1994 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
I use Ubuntu but the arch wiki is great for this. Research VFIO via QEMU/KVM. You can pass through your GPU. Check into either adding a second GPU (I use AMD for the host and Nvidia for the guest), or single gpu passthrough. Wendell from Level1Techs on YouTube is a great resource as well as the VFIO subreddit.
I don’t think your hardware is probably good enough since your cpu is 4 core 8 thread which is cutting it tight. Some AMD cards gave a pci reset bug which means you can use it in a vm but the card won’t be released when the session is over. New AMD cards aren’t affected, but not sure on 570.
Overall bare metal vm costs more to implement but makes it way easier to never dual boot.
My personal recommendation would be to dual boot for now but to buy Intel or an AMD APU for your next machine and get an Nvidia card (Rtx 2000 series or better) for the vm. Run Linux off the integrated graphics. That’s just me.
I personally have Threadripper and it works great. Mostly use it for Adobe. I’m able to give it 16 core/32 thread, 32 gb ram, and it screams. Next step is to get a dedicated NVMe.
Good luck.