this post was submitted on 13 Aug 2025
229 points (84.8% liked)

Linux Gaming

20665 readers
62 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

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 2 years ago
MODERATORS
 

Follow-up video to https://lemmy.world/post/32690521


Spoiler alert: the main reason he says the experience "hasn't been great" is because shortly before posting the video his Linux install mysteriously broke and he had no idea why. Therefore, he recommended dual-booting Windows just in case.

Cue sea of comments explaining that the reason for the error he was getting was that Windows screwed up his bootloader (i.e. the problem was caused by dual-booting to begin with, LOL).

you are viewing a single comment's thread
view the rest of the comments
[–] dreugeworst@lemmy.ml 9 points 4 days ago (2 children)

I've been dual booting for ages without any windows-caused issues. is it windows 11 specifically that messes with dual booting or did I accidentally work around it by installing Linux to a separate ssd

[–] dustyData@lemmy.world 23 points 4 days ago (1 children)

Different disk is fine. Same disk, Windows is a little colonialist ass and on every update will rewrite the boot partition, screwing up Linux.

[–] leMe@lemmy.dbzer0.com 5 points 4 days ago (1 children)

no idea if this still applies. but a long time ago i would still dualboot and thought i was smart: 2 smaller exchangable system disks (linux & windumb) + 1 large fixed data disk. during some windows updates it would make the data disk bootable and put its fucking bootloader on it.

i would get a blue screen while booting linux and the joy of removing a boot partition on my data drive.

[–] dustyData@lemmy.world 3 points 4 days ago

If the data disk is configured as a primary disks and has a boot section, it will still do that. Windows wants to make sure it will load no matter which disk the PC decides to boot.

[–] dafta@lemmy.blahaj.zone 10 points 4 days ago

Yeah, if you've got two EFI partitions on separate disks and one is for Windows while the other is for your Linux, you're good. Windows likes to reinstall its bootloader which sets it as the default and sometimes overwrites the Linux bootloader, but not if it's on a different EFI partition, then it doesn't "know" about it.