I'm trying to install Debian 13 with KDE on my ThinkPad X1 Carbon, but I'm hitting a wall. After a few attempts, I've found that it gets stuck on "updating the list of available packages." Initially, I thought it was because I couldn't install wget, but now I'm struggling to even complete the installation. Each time I try, it says it can't find a DHCP connection, likely due to my network issues. I ended up running out of battery during one of my attempts, and now I have to let the laptop die again before I can reboot. I've tried secure wiping the drive multiple times, chosen automatic install options, and yet it freezes at the same point every time. I want to know how to safely exit the stuck installation without my battery dying again and what I can do differently to get Debian installed successfully.
1 Answer
First off, try to keep your laptop plugged in during the whole installation process. It's really important to avoid interruptions that can mess things up. If you're using Wi-Fi, consider switching to an Ethernet connection if you can—it can make the installation smoother. Also, running the command `sudo apt-get install wget` is straightforward; you don't need too many guides for that. If it fails, double-check your sources.list file to ensure it's pointing to the right repositories. It might help to check out the Debian installation guide for additional troubleshooting tips.

Totally agree! Ethernet definitely helps, but if you can't get it set up right now, just keep the laptop plugged in and retry the installation process. And remember, updating the sources before trying to install anything else is key!