Booting A Raspberry Pi From USB

From Baranoski.ca
Revision as of 13:19, 7 January 2021 by Casey (talk | contribs) (Created page with "A Raspberry Pi can be booted from a USB drive. This is helpful if you have a really fast USB SSD drive. Ensure your bootloader firmware is dated "Sep 3 2020 or later. <PRE s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A Raspberry Pi can be booted from a USB drive. This is helpful if you have a really fast USB SSD drive.

Ensure your bootloader firmware is dated "Sep 3 2020 or later.

pi@raspberrypi:~ $ vcgencmd bootloader_version
Sep  3 2020 13:11:43

Ensure your OS version is 2020-08-20 or later.

pi@raspberrypi:~ $ cat /etc/rpi-issue 
Raspberry Pi reference 2020-08-20

If that all checks out, image a hard drive just like how you would an SD card. For example, Balena Etcher can image a USB hard drive instead of an SD card.