Install or Recover Your Raspberry Pi 4 Bootloader

John John (304)
5 minutes

In this guide we'll learn how to install a new bootloader on the Raspberry Pi 4. In most cases, the only reason you'd want to do this is if you're having trouble booting your Pi. But there are some cases where, like I ran into recently, you want to load a custom bootloader.

In either case, this guide will show you how to load a new bootloader onto your Raspberry Pi 4.

What is a bootloader?

A bootloader is a program that loads the operating system. On the Raspberry Pi, the bootloader is stored on an EEPROM (basically just memory that persists even when the the device is powered off). Sometimes, for various reasons, that EEPROM can become corrupt, and needs to be reprogrammed.

Raspberry Pi 4 Model BRaspberry Pi 4 Model B ×1
MicroSD card, 32GB ×2

Howchoo is reader-supported. As an Amazon Associate, we may earn a small affiliate commission at no cost to you when you buy through our links.

If you're unable to boot the Pi, let's check to see if your bootloader is working correctly before going through the steps to fix it. First, turn off the power, and unplug everything from the Pi, including the SD card. Then turn the power back on.

If the green LED is blinking in a repeating pattern then the bootloader is running properly, otherwise you've got an issue and the bootloader needs to be reinstalled.

Go to the Raspberry Pi downloads page, and download the bootloader.

Format a Micro SD card using FAT.

Format a second SD card using FAT (can be FAT16 or FAT32).

We'll need to keep the operating system on the original SD card, that is, unless you want to scrap it and start over. If that's the case, you can use a single SD card. Then follow our guide to install Raspberry Pi OS again when this process is complete.

Since we downloaded a zip file containing the bootleader, we'll need to extract it. You can typically do this by double clicking on the file, and then dragging the contents onto the SD card, using a program like Finder or File Explorer.

If you're comfortable with the CLI you can do something like this:

cd ~/Downloads
unzip rpi-boot-eeprom-recovery-2019-05-10.zip -d /Volumes/boot/

Now you can put the SD card back into the Pi, and turn the power back on. Wait at least 10 seconds. If the process is successful, you'll see the green LED blink rapidly (forever). If you don't see this blinking pattern, it failed, and you'll need to repeat the process.

Now you should be able to insert the original SD card and boot the operating system!

John John (304)
15 minutes

The Raspberry Pi was designed to boot from an SD card, but in some cases, it's convenient to boot from a USB drive.