this post was submitted on 10 Jul 2026
66 points (93.4% liked)
Linux Gaming
26775 readers
107 users here now
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
No memes/shitposts/low-effort posts, please.
Resources
Help:
- ProtonDB
- Are We Anticheat Yet?
- r/linux_gaming FAQ
- Fork of an earlier version of the above
- PCGamingWiki
- LibreGameWiki
Launchers/Game Library Managers:
General:
Discord:
IRC:
Matrix:
Telegram:
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If you must run Windows, do it on a completely separate device if you can. That way your one game that's DRM-locked to Windows can stay on its own machine without Windows getting hostile to your Linux install like in a dual-boot.
If you don't have/can't obtain a separate device for installing Windows on and you must dual-boot, the safest way to do that is to disconnect your Linux drive(s), install Windows on its own fresh drive so it can have its own boot partition and its own bootloader, reconnect your Linux drive(s) after your Windows drive is finished setting up and set your EFI boot order to point to your Linux drive, and then set your Linux bootloader, usually GRUB, to query your Windows drive and let you pick it to boot from, that way hopefully Windows stays on its own drive and its own boot partition and doesn't try to screw over your Linux drive and its boot partition.
What i half remember is that if the windows installer (or Linux installer for that matter) detects an EFI boot partition, it will write to it, regardless of what the software says it will do, which is why we have to do this.
But once windows is installed and grub uses the chainloader method to pass the boot to windows's bootloader, does that mean that future windows updates will restrict their changes to the windows bootloader? Basically, what risks should I watch out for if Windows is on a drive in the same computer as linux?
I have tried to have separate computers share the same desk, speakers, keyboard, mouse, and dual monitors in the past, but it is not easy or cheap to do well :/
GRUB just queries it so you can pick it and boot from it, it should still be on its own drive if you do as I described with it, or at least it did last time I dual-booted, which was forever ago.
Also, dual booting is much easier when using Windows 10 with Linux than using Windows 11 with Linux.
If you purely want Windows to have minimum impact on your Linux system then avoid Windows 11.
Thanks for the advice?