• 0 Posts
  • 7 Comments
Joined 5 months ago
cake
Cake day: February 14th, 2026

help-circle



  • When I first discovered Linux 20 years ago, I was trying to get a computer up and running for my sister to use to write her homework on. The first distro I tried that mostly worked on that ancient Athlon proc was Ubuntu.

    I wound up switching to Ubuntu from Windows XP on my personal computer because I liked that it didn’t try to hide anything from me. I could (and did, often resulting in me needing to reinstall) twist all of the knobs and dials of the OS. The entire world of software that was entirely free to use, that I wasn’t blocked from using because I was poor…was the icing on the cake.

    About 5 years ago, I was gifted a new PC with Windows 10 preinstalled.and I decided to give it a try for a while and as long as I was only playing games, working on a text document, or watching Youtube, it was fine. But as soon as I tried to actually do something either sysadmin related or creative, it felt like the OS constantly fighting me.

    WSL helped with the sysadmin stuff (mostly, but not with anything related to Windows itself) but if I was working on music, forget it. It was like working covered wet cement. I was always fighting the OS to do whatever it was I was trying to do.

    I wound up wiping it and installing Linux on it after about a year of fighting Windows. First NixOS (which I liked) before going back to the distro I know best. Ubuntu.

    For me, now, computers are not the toy they were in my youth. They’re a tool. The best tool for a particular job is usually the tool you already know how to use. I know Linux, I can’t say the same for Windows.

    I’ve gotten old enough that I no longer have the time to study and really learn how everything in a new OS, or even new piece of software works. So, I stick with what I know until I run into a job that requires me to learn a new tool. Doesn’t happen often anymore.



  • Generally, it’s as simple as just deleting the Windows NTFS partition. I would leave the others for now. Depending on how you installed your distro they may be related to your Linux installation. Deleting them could prevent you from booting into your Linux installation.

    I’m not as familiar with UEFI as BIOS, but I believe UEFI uses a FAT formatted partition for booting into the OS proper.

    You may need to adjust the boot order in your UEFI/BIOS afterwards to get it to boot back to Linux afterwards, but that is fairly uncommon in my experience.

    The most likely issue you might run into is accidentally wiping your active Linux partition instead of the Windows one.

    I would make backups and have your distros install disk handy before you wipe the partitions.

    Afterwards, you can resize your linux root to include the now free space or move your home directory to the new partition after formatting it. Your call.