this post was submitted on 28 Nov 2023
66 points (100.0% liked)

Linux

1258 readers
104 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 was talking to my dad yesterday and he talked about how he dual booted windows and Linux in his college days. I immediately left to download Ubuntu, I feel so dumb for forgetting it's an option. I literally only use windows so I can play Fortnite with friends. PSA: you can have both Linux and Windows, or you can use a vm in Linux. Be (mostly) free from Microsoft's clammy hands.

top 19 comments
sorted by: hot top controversial new old
[–] bdonvr@thelemmy.club 35 points 11 months ago (2 children)

I always found having each OS have a separate physical drive is much better, but partitioning is fine if you must.

[–] 0x4E4F@infosec.pub 16 points 11 months ago (1 children)

Third world countries: We must 😔...

[–] bdonvr@thelemmy.club 8 points 11 months ago (1 children)

It's a luxury indeed. Hopefully maybe a little less now that decent storage has come down in price a lot

[–] 0x4E4F@infosec.pub 6 points 11 months ago* (last edited 11 months ago)

Have to agree on that. SSD and RAM prices have gone down significantly.

[–] BCsven@lemmy.ca 8 points 11 months ago (1 children)

Partitioning is great with a boot partition for each OS,and linux chainloading to windows. Then I have aseparate NTFS drive as secondary drive in Windows and Linux, in case I need to work on data in either OS

[–] EddoWagt@feddit.nl 1 points 11 months ago (2 children)

Partitioning is great with a boot partition for each OS

Until Windows eats your Linux boot partition. I've learned my lesson, I only dual boot with separate drives now

[–] BCsven@lemmy.ca 2 points 11 months ago

Windows wont if you set two independent boot partitions, and you chainload from kinux grub to windows. windows never realizes there is another boot partition. Grub is your BIOS EFI default and Grub has an entry to kickoff windows boot. You can even boot to linux right after what ahould be a windows update restart, do your linux work and when you kickoff windows again the reatart and update continues. i have had this setup since 2017.

[–] jbk@discuss.tchncs.de 2 points 11 months ago (1 children)

And when's the last time that happened to you? I have Windows and Linux on my UEFI laptop on the same disk since 2020 and never had that happen on Windows 10 and 11.

[–] EddoWagt@feddit.nl 1 points 11 months ago

A couple of years ago, don't know exactly, but maybe 2018? Somewhere around there at least

[–] YurkshireLad@lemmy.ca 19 points 11 months ago (1 children)

I installed a second SSD into my new laptop and installed Debian on it. I set the new drive as the primary boot drive so windows doesn’t get a say and only loads when I select it from the boot menu. This way windows can’t trash the boot loader when it updates.

[–] DudeDudenson@lemmings.world 5 points 11 months ago

So much this, having each OS in a separate drive saves so many headaches

[–] monsterpiece42@reddthat.com 16 points 11 months ago (1 children)

As others have said, I also highly recommend physically separate drives. I have found both Linux and Windows affect each other sometimes especially when you're getting your bearings with dual booting.

For instance, after running Linux the clock in Windows will be wrong. And Windows will eat the Linux boot partition especially after feature packs (formerly called service packs), which come out about 1-2/year.

[–] BCsven@lemmy.ca 4 points 11 months ago

Just install linux 2nd and have it probe foreign OS, and create a linux only boot partition. Grub will then make a chainloader entry to windows boot partition. Linux won't care if you select windows chainload option, and Windows won't know it ia being chainloaded. No OS overlap. just set Grub Boot entry as primary boot in BIOS, EFI.

[–] possiblylinux127@lemmy.zip 13 points 11 months ago

We used to dual boot before virtualization matured.

[–] stellarforce@kbin.social 8 points 11 months ago

I only boot windows for Fortnite and The Crew 2 because of BS DRM. Everything else runs great.

[–] ICastFist@programming.dev 5 points 11 months ago

Use Grub2Win (https://sourceforge.net/projects/grub2win/) whenever Windows manages to break dual booting. It'll stop fucking up afterwards, as it'll be installed within one of the windows boot partitions.

[–] DaveedMee 3 points 11 months ago (1 children)

i dual boot bc of the adobe software i use for work and wine/proton doesn't work with the shit ton of skyrim mods I play with. straight up crashes.

[–] Astaroth@lemm.ee 2 points 11 months ago (1 children)

re: Skyrim, could just be that some SKSE mod you're using needs some newer .net runtime or similar

could also be not enough vram (even if you have enough ram wine/proton could have it's vram allowance set too low)

 

If you don't already have one get a crashlogger, for SkyrimSE 1.5.97 I would recommend .NET Script Framework (and use SSE Engine Fixes skse64 preloader instead of DLL Plugin Loader)

 

If you already knew about all this and still having issues then don't mind me

[–] DaveedMee 1 points 11 months ago

crash logger doesn't work as I'm on AE and I'm not gonna downgrade because it would be too much effort to also downgrade a lot of my mods.

I didn't know about vram allowance settings within Wine/Proton, most of the time games are either hit or miss for me and I didn't give it much other thought