this post was submitted on 30 Aug 2024
88 points (96.8% liked)

Linux

47818 readers
594 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
 

I've been happily Windows-free for about 5 years, but lately I need some Win-only software including a few games that don't work at all on Linux. My main questions:

  • How to avoid Windows messing with my Linux install? Having a separate PC is not possible for me right now. I'm considering uninstalling grub and instead selecting the boot device I want from UEFI, idk if this is advisable though.

  • I'm also interested in how to get a Windows install that's as minimal as possible: I don't want to log in to a Microsoft account, I don't want telemetry etc, I only want whatever is strictly required to make my system functional. The one thing I do want is Windows Defender cause ain't no way I'm dealing with an antivirus.

  • Should I go for Win 11 or stick to 10?

Any tips or experiences are welcome!

Ps: I know this information is probably all out there, but I thought a post in this community about it would be useful for others as well.

UPDATE: I ended up going with a regular old dual boot using Windows 10 iot LTSC - there's a few games I wanted to run and a driver as well so I chose to install directly on hardware as opposed to a VM. I created the install media using Ventoy, and UNPLUGGED EVERY OTHER DRIVE during installation except the one Windows was supposed to come on. Afterwards I had to boot in with a live Linux USB (the nice thing about Ventoy is that you can write multiple ISOs to your USB so it came in handy) to manually install rEFInd onto the original EFI partition that my Linux install uses, then I just had to set up the correct boot order in UEFI and everything is working. I also had to fuck around on the boot partition and with efibootmgr to remove all traces of grub so things don't get tangled up which was a bit scary but things are working perfectly now.

(page 2) 24 comments
sorted by: hot top controversial new old
[–] rotopenguin@infosec.pub 2 points 1 month ago

Might as well go for Win11, you're going to have to deal with it next year anyways.

Windows doesn't do minimal, it does whatever the hell it wants. There are some OOBE tricks to get a local account working.

I have used the privacy.sexy app to strip down some of the most obnoxious Win11 bits - be warned that you have to disable defender to have it work. Is it doing bad things? Is MS doing incredibly shady shit with their detections? Who's to say? When I turn on Defender afterwards, everything seems "fine".

There's no need to get rid of grub, or play games with different boot drives. Get to know how EFI works. Look at efibootmgr's output - that's pretty much all that the firmware knows. The firmware has multiple entries consisting of a drive (magic device number), a program path (EFI\grub\grub_x64.efi), and maybe a string to pass along. There is a priority list (0003,0001,0002) which MS occasionally likes to re-arrange.

[–] NutWrench@lemmy.ml 2 points 1 month ago

I've got two separate drives. Linux Mint on an SSD and Windows 10 on an older, mechanical drive. Leave the Windows drive alone. Make the Linux drive the first drive in your BIOS boot order, with the option to boot to Windows as your second drive.

If your GRUB menu doesn't show the Windows drive yet, run "sudo update-grub" to detect it. When your reboot, the bootloader should show both options.

[–] azvasKvklenko@sh.itjust.works 2 points 1 month ago

Windows on external USB drive, disconnected after each use

[–] Nomecks@lemmy.ca 1 points 1 month ago

Get a second pc and a kvm switch

[–] stargazingpenguin@lemmy.zip 1 points 1 month ago

You can (at least the last time I ran an install) get both 10 and 11 installed without a Microsoft account, 11 just requires this process to do it. If you have an old ISO of 11 around it should allow a local account if you don't connect to the internet, but they apparently patched that out now.

[–] BCsven@lemmy.ca 1 points 1 month ago

I have Windows EFI and Linux EFI partitions on same srive. Secureboot is set to load Linux EFI Grub, a chainloader entry in Grub will handoff to Windows boot loader if I choose that. it has stayed intact for 7 years this way without windows knowing or touching the other EFI partition. But separate drives is probably even better

[–] marcie@lemmy.ml 1 points 1 month ago* (last edited 1 month ago)

I use a Windows VM (Tiny10 works ok here) in whatever lightweight linux OS I'm fucking with at the time. All my files and stuff are on a local server so I can swap distros easily if I want.

Usually it runs ok, can game, and I dont have to deal with restarting a bunch of stuff. I've been using CachyOS, not sure if I like it yet

[–] bruhduh@lemmy.world 1 points 1 month ago

Windows 11 iot enterprise + opensuse tumbleweed kde works flawlessly

[–] MonkderVierte@lemmy.ml 1 points 1 month ago* (last edited 1 month ago)

For minimal Windows, there's Tiny11 (german).

My setup (partially in planning):

  • a small box/notebook for casual computing/gaming on desktop.
  • One beefy box hooked to the tv and controller for RPG & co.
  • Remote-desktop to the beefy box for modding & some games. Cable connected, wifi makes remotedesktop slow.

I'm playing with the idea to use Windows on the (not yet completed) beefy box, since some modding tools and multiplayer games don't work on linux.

This setup avoids hassles with dual boot/virtualization. And you don't have your beefy box running 24/7.

load more comments
view more: ‹ prev next ›