Skip Navigation

Distro for a Lenovo ThinkCentre Tiny PC

I've recently picked up a secondhand Lenovo ThinkCentre Tiny PC which ultimately I plan to use as a home server for a variety of functions (media server being the main one) but I don't need to use it as a main desktop.

It currently has Windows 10 installed. It has a decent sized SSD but no optical drive. I want to install a suitable Linux distro on it. What's a good Linux distro for my needs? And what's the best way of doing a scorched earth on the Windows install and replacing it with said distro?

I'm not entirely a Linux noob - I used to work on Xenix and later Red Hat Linux, but that was 30 and 20 years ago respectively!

13 comments
  • I use the Dell equivalent tiny PCs for my app servers. Debian is nice, general purpose, crazy stable, and pretty easy to work with. It runs my entire stack (well, Debian and OpenWRT).

    As far as nuking windows, just delete all the partitions on the disk when you're at the partitioning stage of whatever distro's installer. Then just make new partitions as you see fit.

  • Any. Think-stuff is usually very compliant, and being secondhand you're not at risk of drivers not being available yet.

    Screams Debian tho. Latest version has a very nice installer, and the ability to auto-update security in the background (then politely ask you to reboot)

  • If you want GUI, I'd go with Fedora, if it's CLI only, I'd go with Ubuntu or it's derivates.

    If you like functional programming, you can try NixOS, it has a steep learning curve, but it's very sweet once you get the hang of it.

  • I have a similar PC. I'm running Fedora on it with KVM/QEMU to host VMs. Basically it's just one VM with Alpine Linux running a bunch of apps in docker.

13 comments