I recently discovered an old laptop with my friend, and we decided to install Linux Mint on it since it didn't have an operating system. Everything went smoothly until we reached the installation of multimedia codecs. No matter if we chose to install them or skipped them, the process would hang at either the codecs or drivers. We even tried disconnecting the internet, but it still stopped at the driver search. We left the laptop overnight during the codec installation, but when we checked in the morning, it hadn't progressed at all. Is there anything we can do to resolve this issue?
4 Answers
I'm not too familiar with the Mint installer, but it could be helpful if you provide specific details about the issue. You might be able to get some debug information using the text console by hitting Ctrl+Alt+F1 or F2, or there might be a 'show details' button you can click that provides more insight.
I've had better luck installing Mint by skipping the multimedia codecs during the installation. You can easily install them later once you're on the desktop. If you're still encountering issues after skipping them, it might indicate a missing driver for your laptop. In that case, check the manufacturer's website for any drivers you can download.
If Mint is giving you too much trouble, why not try a different distribution? While Mint is often recommended, other popular distros could work just as well for testing. You should also look for a log file that shows what the installer is doing; you can monitor it with `tail -f` while it runs. Running the installer from a terminal might also reveal useful messages. Additionally, keeping an eye on `sudo dmesg -w` could show errors while it installs. Hope this helps!
I suggest just going ahead with the Mint installation and then adding the codecs afterward. It’s typically easier that way!

That sounds like a solid plan! If you end up trying a different distro, are there any specific ones you had in mind?