butiran-✗

fix unbootable pi med

· 3 mins read · edit

Original post

Fix unbootable Pi (hopefully work)

https://medium.com/p/89b415a70d69

10-Feb-2026

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.

Power checking

I have changed the cable and the power supply that work for other Pi. It lights only PWR LED with or without SD card.

SD card checking on Pi

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.

SD card viewing on Windows

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.

Pi version displaying

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.

Raspberry Pi Imager

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.

image-09

Choose English if you prefer.

image-10

Click Next.

image-11

Choose I accept the agreement and click Next.

image-12

Simply click Next.

image-13

Click Next.

image-14

Wait for the installation process.

image-15

Click Finish and launch the application.

SD card writing

image-16

Scroll down, choose No filtering Show every possible image, and click Next.

image-17

Choose Raspberry Pi OS (other).

image-18

Scroll down, choose Raspberry Pi OS (Legacy, 32 bit) Lite, which has no desktop environment, and click Next.

image-19

Choose available card and click Next.

image-20

Add hostname if necessary and click Next.

image-21

Just click Next.

image-22

Enter username and password, then click Next.

image-23

Just click Next.

image-24

Activate SSH and click Next.

image-25

Review and click Write.

image-26

Click I UNDERSTAND, ERASE AND WRITE.

image-27

Wait for the installation process.

image-28

Wait for the verification process.

image-29

Click Finish.

SD card testing

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.

Notes

Actually, there are some important things to notice.

  • After using the Raspberry Pi Imager the card does not work directly. It behaves the same previous state.
  • Swith the SBC with other and put in the SBC other card make the other still work, and put the fresh-written card to the other SBC also make it works.
  • I am not sure what is going on, but ChatGPT tells the possibility of card quality, which introduces the intermittent behavior. It suggest to replace the card with new and more reliable one.

image-32

image-33

Above screenshot might support the prediction.

  • Then, it fails completely. I can not connect via SSH to the Pi with hostname or IP address, but it still can be pinged.
  • Even it fails, the steps can be still be used if there is a problem with damaged card, whe it can still be rewriteable. As for my case the card must be replaced (I will tell it in another Medium story).

Topics: Raspberry Pi; Raspberry Pi Imager; Unbootable Raspberry Pi; Sd Card Problem.