[*] Nearly everything that Windows 11 offers can already be done on Windows 10.
[*] I do not care about any of the gimmicky AI crap that Microsoft keeps pushing onto their users, most of whom did not ask for it.
[*] I'm sick of Windows automatically downloading and installing massive updates every other Tuesday without informing me beforehand before it starts consuming CPU/RAM.
[*] I'm tired of having to constantly disable hundreds of settings to reduce (i.e. not eliminate) the amount of data that Microsoft collects on their users.
[*] For political reasons, I no longer wish to support Microsoft or be dependent on their ecosystem.
Since I still needed to future-proof this PC and didn't want to stay on an insure operating system for the next several years, I decided to switch to Linux as my "everyday" OS. I chose Mint as my distribution since it was beginner-friendly, has a UI similar to Windows 10, and a large enough userbase that can provide technical support. Ultimately, all I needed was something that would allow me to browse the internet, check emails, type documents, watch YouTube videos/films/twitch streams, and occasionally play video games.
I also wanted to keep my Windows 10 partition for compatibility reasons (mostly for any video games that won't run correctly in Linux for whatever reason) and to access my existing personal documents. I found the Easy Linux Tips Project blog was incredibly helpful because it provides step-by-step guides on how to install Linux Mint either as a solo OS or as a dual-boot with Windows. Something which I wish I could have done differently was install Mint onto a completely different harddrive so that I didn't have to worry about having multiple partitions on the same drive, but it seemed like a waste not to use the hundreds of remaining GBs of space on my C: drive.
The main problem that I encountered during installation is that even though I had successfully installed Linux Mint to a separate partition, my PC would always boot into Windows 10 and the BIOS provided no option to select/add Ubuntu at all. I suspect that because my PC came pre-installed with Windows 10, the firmware has been locked down HARD, both for security reasons and to discourage nerds like me from installing a different OS. Hours of troubleshooting later, I discovered that for some reason GRUB wasn't being installed correctly and my EFI firmware always prioritised Windows Boot Manager over Ubuntu. In the end, I managed to fix the problem by running this console command in Windows 10, effectively hijacking the WBM boot entry so that it always runs GRUB instead:
Code: Select all
bcdedit /set {bootmgr} path \EFI\ubuntu\shimx64.efi
Now that I'm able to boot into Mint and have set everything up, I've been having a great time! It basically does everything I want out of a modern PC and has helping me to slowly rediscover my love for computing. There's no crapware, and nearly every pre-installed app and settings menu has been useful. It doesn't take forever to boot up and it doesn't run hundreds of random applications on startup. It doesn't consume lots of CPU/memory when idle and it doesn't constantly write stuff to the harddrive so that the fans keep whirring. It's not silently collecting data and sending it to third parties. Best of all, this computer feels like it belongs to me again, rather than being a joint-ownership with Microsoft. If anyone else is thinking of making the switch to Linux, I strongly encourage you to take the time to do so!