Skip to content
Raspberry Pi boot failure

Raspberry Pi boot failure

January 22, 2020

Note

This post may be partially machine- or AI-translated. If there is any discrepancy, the Korean version takes precedence.

Note

This post might be outdated and some links might not be available.

When using an SDXC memory card of 64 GB or larger with a Raspberry Pi, only a black screen may appear and the device may fail to boot.

Usually, you put the NOOBS installer on the memory card and boot from it. In that case, the memory card must be formatted as FAT32.

When formatted with SD Memory Card Formatter, cards are formatted as shown below.

TypeCapacityDefault format
SD128MB-2GBFAT16
SDHC4GB-32GBFAT32
SDXC64GB-2TBexFAT

If the card was formatted as exFAT, use the following procedure to change it to FAT32.


Tools to use


Format with SD Card Formatter

Initialize the SD card. It will be formatted as exFAT.

SD Card Formatter showing an SDXC card formatted as exFAT

Format with guiformat.exe

Reformat it from exFAT to FAT32.

guiformat formatting the SDXC card as FAT32

You can confirm that formatting is complete.

Windows file explorer showing the FAT32-formatted SD card

Copy the boot image back to the SD card, then boot the Raspberry Pi.


If guiformat.exe shows a Failed to open device error

Another process may be using the disk.

Go to Control Panel -> Administrative Tools -> Computer Management -> Storage -> Disk Management, then right-click the SD card’s exFAT partition.

In the context menu, choose Change Drive Letter and Paths....

Disk Management context menu for changing a drive letter

Remove the currently assigned drive letter, then click OK.

Dialog for removing the current drive letter

You can confirm that the drive letter has been removed.

Disk Management showing the partition without a drive letter

Right-click the partition again and choose Change Drive Letter and Paths....

Disk Management context menu after removing the drive letter

Click Add....

Drive letter dialog with the Add button

Select the drive letter you want, then click OK.

Dialog for assigning a new drive letter

You can confirm that the selected drive letter has been assigned.

Disk Management showing the reassigned drive letter

Try formatting again with guiformat.exe.

Last updated on