Raspberry Pi 4 Boot from USB 3.0 Flash Drive w/microSD Bootloader

In this video, I go over the procedure to boot a Raspberry Pi 4 from a USB flash drive. This technique still requires the bootloader on a microSD card. You can use a small, slow microSD card for this as it is only used for bootloading. I also do a benchmark comparison between the microSD card and the USB flash drive. You will still need a microSD card with the boot loader on it as the Raspberry Pi 4 doesn’t currently support booting from USB without it. This technique also works on previous versions of the Pi.

CanaKit Raspberry Pi 4 (4GB) Starter Kit (Amazon Affiliate)
US: https://amzn.to/3azJgrW
UK: https://amzn.to/2JdMq9o
CA: https://amzn.to/3bwiRvY
ES: https://amzn.to/2T06LnM (similar)
FR: https://amzn.to/3cvIZrs (similaire)
IT: https://amzn.to/2Ar74Sj (simile)
DE: https://amzn.to/2AqfWHQ (ähnlich)
IN: https://amzn.to/3ey6fWj
AU: https://amzn.to/2VTUt1C
NL: https://amzn.to/3f5NdsD (vergelijkbaar)

Samsung BAR Plus USB 3.1 Flash Drive 128GB - 300MB/s (MUF-128BE3/AM) - Champagne Silver (Amazon Affiliate)
US: https://amzn.to/3937r0Y
UK: https://amzn.to/33NNs5y
CA: https://amzn.to/2QACxXb
ES: https://amzn.to/2y44XTG
FR: https://amzn.to/3dHnyUv
IT: https://amzn.to/3fVkPsK
DE: https://amzn.to/2T30E27
IN: https://amzn.to/3detWCP
AU: https://amzn.to/3fe4WNa

SanDisk Extreme Pro microSD Card (Amazon Affiliate)
US: https://amzn.to/3bvBD6j
UK: https://amzn.to/2UhOtiQ
CA: https://amzn.to/33X1stP
ES: https://amzn.to/2LrPNKM
FR: https://amzn.to/2WU03AN
IT: https://amzn.to/3cpKozT
DE: https://amzn.to/2Z1jFpC
IN: https://amzn.to/2BcvVJY

Measure Write Performance
dd if=/dev/zero of=temp.txt bs=1M count=1024 oflag=direct
Measure Read Performance
dd if=temp.txt of=/dev/null bs=1M count=1024 iflag=direct
View Block Devices
sudo blkid
Edit cmdline.txt
sudo mousepad /boot/cmdline.txt
Edit /etc/fstab
sudo mousepad /etc/fstab

Leave a comment

Your email address will not be published. Required fields are marked *