this post was submitted on 20 Jun 2025
229 points (97.9% liked)
linuxmemes
26223 readers
118 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
- Don't get baited into back-and-forth insults. We are not animals.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows.
- No porn, no politics, no trolling or ragebaiting.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
5. ๐ฌ๐ง Language/ัะทัะบ/Sprache
- This is primarily an English-speaking community. ๐ฌ๐ง๐ฆ๐บ๐บ๐ธ
- Comments written in other languages are allowed.
- The substance of a post should be comprehensible for people who only speak English.
- Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
- Keep discussions polite and free of disparagement.
- We are never in possession of all of the facts. Defamatory comments will not be tolerated.
- Discussions that get too heated will be locked and offending comments removed.
ย
Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
founded 2 years ago
MODERATORS
Best setup ever:
1)install Linux on one drive.
2)install Windows on a second drive.
3)boot from grub on the first drive and add an entry to boot Windows.
4)on a 3rd drive format it ext3 or optionally dos. Mount this puppy at /home or even /home/user.
5)don't let windows touch you Linux home drive ever. Fuck windows and Microsoft. Both can suck my entire ass. If you ever need to share files between these systems use a pen drive. Microsoft doesn't deserve you. Just use it as a last resort, do your thing and GTFO ASAP.
That space at the end of 1) is doing some heavy lifting.
Time to install to OneDrive.
I've got this setup, but optimized slightly:
LOL exactly!
I used to run Windows on an esata drive that I would only power up occasionally in order to game, and it still somehow -- and I don't remember how -- managed to ruin my computer.
Yeah, isolated home drive is the way to go. You just nuke Linux and windows and restart but your stuff is safe.
What's wrong with a VM? I set up a Win10 instance in VMM right after I switched to Linux full time 10 months ago, but I had to use it exactly once to configure the RGB on my keyboard, and haven't had a reason to boot it up since.
From what I understood, it runs on 'Bare Metal' which means that it theoretically should preform just as well as if you booted into it, with the only overhead being the *nix which is minimal.
I'm not saying it's better, I'm honestly asking because I have very little experience with it.
I used to dual boot back in the day, but that was when I was still on HDDs and the long ass boot times meant I usually just stayed in Windows if I was planning on gaming that day.
That's not how that works. I think your confusing bare metal with bare metal hypervisor. The latter is meant to mean a Type-1 Hypervisor, which KVM isn't anyway but that's another story.
Without GPU pass through you aren't going to get nearly the graphics performance for something like gaming. I've also had issues with KVM and libvirt breaking during sleep. It's a lot more janky than you make out.