127
submitted 3 weeks ago by ComicalMayhem@lemmy.world to c/linux@lemmy.ml

I bought a laptop yesterday, it came pre-installed with Windows 11. I hate win 11 so I switched it down to Windows 10, but then started considering using Linux for total control over the laptop, but here's the thing: I keep seeing memes about how complicated or fucky wucky Linux is to install and run. I love the idea of open source software and an operating system without any of the bullshit that comes with Windows, but most of the open source stuff I have is on my android and fairly easy to install. Installing and using Linux just feels like it'll be a whole different beast that'll eat up most of my time and I'm kind of intimidated by it.

TL;DR Linux scawy, how does a barely computer literate scrub like me who's used nothing but windows since the dawn of their life get started with Linux?

you are viewing a single comment's thread
view the rest of the comments
[-] Nibodhika@lemmy.world 17 points 3 weeks ago

I will keep this as easy as possible, but if you installed Windows 10 that's much harder than installing most Linux distros. If you want a lengthier tutorial but with pictures go to https://linuxmint-installation-guide.readthedocs.io/en/latest/index.html

  1. Go to https://linuxmint.com/edition.php?id=311 click any of the links there, the nearest to you they are the faster they will be.
  2. Find a USB drive you can use (probably like you did with Windows, and just like then everything inside it will be lost, so make a backup on another drive) and plug it on the PC.
  3. Download https://www.balena.io/etcher/ select the image you just downloaded, the USB drive you just plugged, and click flash.
  4. Reboot and boot using the USB drive like you did for Windows 10.
  5. You're now on Linux, feel free to just poke around, you can connect to your wireless, browse the internet and do whatever, just notice that anything you install or save will be lost since its not really installed but running from the USB drive. When you're ready click the install button.
  6. Follow the on-screen instructions like you did with Windows 10 (or )
  7. Reboot and unplug the USB drive and you should now be in Linux.

As you can see it's 99% of the same you did with Windows, the hardest part of it (boot via USB drive) you already know how to do.

Now, that being said I do have one small recommendation, while installing you'll see this screen https://linuxmint-installation-guide.readthedocs.io/en/latest/_images/installer-install.png I personally recommend you select the "Something Else" option there and manually partition your drive to have:

  • 512MB vfat (or fat32 not sure how the Mint installer calls it) partition to be mounted on /boot (this might not be needed, but if you're in UEFI mode, which is very likely because the machine originally had Windows 11, it is needed)
  • 60GB ext4 partition to be mounted on / (this is your system, 60GB should be enough, but if your disk is large enough you can give it 100 or whatever you like, just bear in mind that every program you install will be here)
  • <Amount of RAM> swap partition (e.g. if you have 16GB of RAM then 16GB swap partition) (Swap is a place in the disk that can be used as RAM, you want it at least the same size as your RAM so you can hibernate the computer since RAM gets wiped when the computer powers off)
  • Remaining as an ext4 partition to be mounted on /home (This is where your data, games, photos, etc will be, having this in a different partition is the reason I recommended to go with the custom partitioning. Unlike Windows on Linux partitions are just folders, so if your data is in a different partition than your system you can wipe your system, reinstall it or even install a completely different distro, without touching your data. In short this means that even if you screw up and end up with a non working system, you can follow the installation again, ensure that this partition is not marked for formatting, and you should be back in a new system but without losing any data or configurations)

That's just a recommendation for future-proofing, but if you just want to try it and are okay with wiping everything later if needed then feel free to choose the default.

[-] Cethin@lemmy.zip 2 points 3 weeks ago

I'm not certain, but I think the current recommendation is a swap file, not a swap partition. A swap file can also be resized a lot easier. The main benefit is that it doesn't write to the same part of the disk constantly, so for SSDs in particular it extends the lifetime.

[-] Nibodhika@lemmy.world 1 points 3 weeks ago

Yes, I use a swap file, but I don't think the installer gives that option, so I'm trying to play it safe. Also a file will always write to the same part of the disk too because you allocated it first, but it's easier to create another file and migrate to it.

[-] Sebbe@lemmy.sebbem.se 1 points 3 weeks ago

Future-proofing with ext4? Come on.

this post was submitted on 08 May 2024
127 points (95.7% liked)

Linux

44870 readers
1158 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