Difference between revisions of "Booting A Raspberry Pi From USB"

From Baranoski.ca
Jump to navigation Jump to search
(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...")
 
Line 13: Line 13:
 
</PRE>
 
</PRE>
  
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.
+
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.  After it is imaged, connect the drive to a USB3 port and power on the Pi.

Revision as of 13:20, 7 January 2021

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. After it is imaged, connect the drive to a USB3 port and power on the Pi.