Does anyone know a good Linux live image for diagnosing systems?

Norah - She/They@lemmy.blahaj.zone to Selfhosted@lemmy.world – 21 points –
28

I'm not sure I know what you mean by diagnosing, but it's usually a good idea to use the same distro you're having trouble with.

True. And use chroot ;) then you can apt update, etc. If the problem is on the distro itself (e.g. not a failing hard drive)

Adding on to other suggestions, if you're not aware of Ventoy it's a very handy tool. Using it you can have a USB drive with several live images on it which you can choose at boot time. Great for quick testing, just drop an ISO in a folder!

I'd go with a live image of whatever distro you're most familiar with. I usually go with the arch iso or endeavor os if I need a GUI.

Well arch is one psrticulair i would not keep on a USB. The issue comes when you need to use it after some months. And it is then very outdated

I've been using Knoppix for this purpose for like the last 2 decades.

Depends what you’re after, but I’ve always been partial to gparted live.

Me too but I might replace with https://www.system-rescue.org/System-tools/. Gparted live is really hard to customize and doesn't run as root, makes no sense for a rescue tool. SystemRescue also seems to come with something similar to rEFInd to boot broken systems...

It's not free but I highly recommend Parted Magic. I've been using it since at least 2015.

Seconded for that. Parted Magic is so nice that when they went paid, I ponied up immediately, which is saying something from my cheap ass.

depends on what you are looking for. grml and kali are linux distros that focus on diagnosing.

Kali was built out as a penetration testing distro, though it does contain some diagnostic tools.

Not a bad place to start if you're used to Debian, but it is a rolling release so it may break unexpectedly, or have new bugs introduced with each update.

A persistent USB with just Debian could have all the same tools installed but have a longer support scope on releases so you don't have to update daily (bleeding edge) which is nice to reduce read/writes to the flash drive it's on.

That being said, I keep a Kali live image (persistent) but thats becauae its home - my first introduction to Linux was 5 minutes with Red Hat, but aside from a brief intro in highschool, I really started with Linux in Backtrack, offensive security's predecessor to Kali.

Yes, I have to learn things the hard way lol.

I've gotten good mileage out of just an Ubuntu live image. If the network is working you can install packages via apt like normal, but they include a lot of the basics already.

I just use debian for my ventoy. But all you really need is a proper partition manager.

Console ArchLinux every time. Create a USB instance and then load up what you need.

You don't need a GUI.

You don’t need a GUI.

Thanks for your opinion, but you don’t get to decide what I need. I wanted a simple distro that I was familiar with, so that I could teach it to someone with basic computer knowledge. Teaching how to use a terminal was outside the scope.