this post was submitted on 09 Oct 2023
1791 points (98.2% liked)

Linux

46794 readers
1485 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] 5 points 10 months ago (1 children)

The thing is, I don’t think a guide is really needed to install Linux. Most of it is pretty straight-forward. (The only tricky bit that comes to mind is making the USB that you’ve put your distro on bootable. That probably isn’t obvious; and it might not be obvious how to get your computer to boot from a USB anyway if you’ve never done it before.)

It's been awhile since I installed a Linux distro...Have some of them improved guidance related to allocating disk space on install? I remember that was one of the parts that I wasn't entirely confident I'd handled properly the last few times I did so. Something something swap, something /, and the like.

[–] [email protected] 2 points 10 months ago (1 children)

I did a Mint install a few weeks ago, and I'd say that if you want to preserve some existing OS (i.e. dual boot), then it isn't super easy. You have to tell it what new partitions you want - and therefore you have to know something about what partitions you should have. The good news is that you don't actually need any swap or home partition. You can just put it all on one partition - but I don't think it's obvious what to do.

On the other hand, if you aren't trying to preserve something you already have, you can tell the installer to just go with all the defaults, and then you don't have to know anything about it.

Note: Microsoft's guide doesn't mention any of that detail. It basically just says to follow the instructions of the installer.

[–] [email protected] 1 points 10 months ago

Ou can dual-boot with the default options, but iirc if you want to choose how much of your Windows partition you want to use you have to do it manually. Haven't done it in ages though so I could be wrong