this post was submitted on 21 Aug 2024
223 points (100.0% liked)

Linux

47283 readers
751 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

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
[–] [email protected] 9 points 3 weeks ago (1 children)

Windows, as any operating system, is best run in a context most useful to the user and appropriate for the user's technical level.

  • Need to run Windows apps/games and aren't afraid to tinker around if and when something doesn't work as expected or your software simply isn't supported? WINE/Proton.
  • Need to run mostly light Windows apps and don't want to tinker around? VM.
  • Need to run Windows apps/games that don't rely on Kernel-Level Anti-Cheat, want direct hardware access and aren't afraid to tinker around, especially if you only have one GPU, and when something doesn't work as expected? KVM
  • Need to run any Windows app/game without things constantly breaking or the need to tinker around and staying on top of things? Dual-Boot from different disks, utilize LUKS/FDE and be done with it.
[–] [email protected] 7 points 3 weeks ago (1 children)

You're missing one:

  • dedicated, air-gapped Windows box used for legacy industrial software

Aside from "lightweight apps in VM" this is the only solution I use now. (Unless you count Proton, but having Steam games Just Work barely feels like a "solution" as it requires zero effort on my part)

I don't even trust Windows to dual boot off a separate disk without trying to break something anymore.

[–] [email protected] 2 points 3 weeks ago (1 children)

What about running a Linux to go removable disk and just pull it when you need to boot windows?

[–] [email protected] 2 points 3 weeks ago (1 children)

This would work but assumes the primary use of the machine is Windows and derates your performance under Linux significantly due to USB speeds. Even if you're storing your data on the Windows HDD, NTFS drivers are dog slow compared to EXT4 and other *nix filesystems.

Also some BIOSes are a pain to get to boot off removable drives reliably so it really depends on what your machine is.

I've used Linux as a primary dev system for well over a decade now, and with the current state of Windows I'd really recommend just taking the leap, keep your Windows box if you need Windows software and build a dedicated Linux workstation.

[–] [email protected] 2 points 3 weeks ago (1 children)

You can keep only grub on the USB so windows can't touch it. Avoids all those issues since the main install remains on the SSD.

Personally I just boot windows from usb. Rufus has the ability to install it there

[–] [email protected] 2 points 3 weeks ago

This is a pretty good idea, my wife dual boots and I'll suggest it to her as Windows keeps trashing the EFI partition.