Having trouble booting Linux on my older PC – Any suggestions?

0
23
Asked By CuriousCat99 On

I have an old Windows 10 PC that I've been wanting to use to experiment with Linux. It's been offline for several years and has outdated antivirus software, so I plan to keep it disconnected from the internet. I mainly want to use it for browsing, OpenOffice, some light NAS tasks, and learning Linux. I've tried booting from Linux Mint Cinnamon and Puppy Linux ISOs on a USB drive, but both crash right at the start. I've attempted setups using Rufus and Ventoy without success. What's the best way to determine the most compatible Linux version for this setup?

4 Answers

Answered By KernelNinja82 On

If you’re experiencing kernel crashes, it might be an issue with your Intel CPU. Sometimes older systems can have issues with newer software. You could try to slip into text mode, then install just the base system. From there, adding a desktop environment later on might bypass the issue.

Answered By TechWhiz101 On

First off, could you describe what error you’re seeing? It’s key info. If it crashes right after booting from the USB, we need to figure out how far it actually gets—is it really starting to boot or does it just not recognize the USB? If the boot doesn’t even begin, there are several BIOS settings you might want to check. Disable Fast Boot, ensure USB booting is enabled, and see if there’s an updated BIOS version for your machine that might help.

Answered By OldSchoolGamer42 On

It sounds like you’re able to select the USB but crash when loading the desktop. I recommend trying a different USB stick; sometimes hardware issues can cause problems like this. Also, you might want to reinstall the ISO on the USB using a reliable method—certain ISOs can have peculiarities with tools like Ventoy. If Linux Mint isn’t working, consider switching to another distribution that has a good reputation for older hardware.

Answered By HardwareGuru77 On

You can try installing a minimalist version of Debian without a GUI, and then use 'sudo dmesg -H' after logging in to see if there are any errors that could point to what's happening. That command gives you insight into what's going on during boot. Based on the information from your hardware, also consider testing your RAM with two different stick configurations to eliminate memory issues.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.