Fix unbootable Pi (hopefully work)
https://medium.com/p/89b415a70d69
10-Feb-2026
Original post
Fix unbootable Pi (hopefully work)
A documented journey with Raspberry Pi
Today I encounter a problem with a Pi. It can not boot.
featured-image
An unbootable Pi with power connected.
It lights only the red LED with PWR label.
I have changed the cable and the power supply that work for other Pi. It lights only PWR LED with or without SD card.
I put other card to the Pi and it can boot. For more convincing, I put the unbootable card to other Pi and it consistently does not boot. So, it might be the card.
I insert the SD card to available card reader on a PC all-in-one, which is at the back or left side of the monitor in my case.
image-01
Files on the card viewed with Explorer on Windows 11
Check the card using chkdsk gives nothing bad.
image-02
Result of Windows chkdsk on the card.
There is nothing to do with it.
Fortunately, I have the same installation with other Pi.
image-03
OS information from other working Pi.
ChatGPT provides following information.
image-04
OS information from ChatGPT.
Above resume is obtained from previous CLI result on pi@pi-server-3.
In order to fix the card Raspberry Pi Images is required, which can be downloaded from https://www.raspberrypi.com/software/ .
image-05
Website for Raspberry Pi Imager.
image-06
Download process of the imager.
Save the installer on a particular location for future use.
image-07
Raspberry Pi Imager installer.
image-08
Microsoft Store reminder.
Choose Install anyway to proceed.
Choose English if you prefer.
Click Next.
Choose I accept the agreement and click Next.
Simply click Next.
Click Next.
Wait for the installation process.
Click Finish and launch the application.
Scroll down, choose No filtering Show every possible image, and click Next.
Choose Raspberry Pi OS (other).
Scroll down, choose Raspberry Pi OS (Legacy, 32 bit) Lite, which has no desktop environment, and click Next.
Choose available card and click Next.
Add hostname if necessary and click Next.
Just click Next.
Enter username and password, then click Next.
Just click Next.
Activate SSH and click Next.
Review and click Write.
Click I UNDERSTAND, ERASE AND WRITE.
Wait for the installation process.
Wait for the verification process.
Click Finish.
Remove the card from slot and put it on the Pi.
image-30
Pi with all LEDs lighted.
image-31
SSH to the pi-servet-2 is successful.
Finally, it works.
Actually, there are some important things to notice.
Above screenshot might support the prediction.
Topics: Raspberry Pi; Raspberry Pi Imager; Unbootable Raspberry Pi; Sd Card Problem.