Linux Format

Booting from SSD

Presuming that you’ve chosen Raspbian, let’s get you up and running with a system that boots from microSD and immediately jumps to an external SSD for storing and running the bulk of the OS. Note that for older models (anything but the Pi 4), USB booting is easier to set up (just add the line program_usb_bootmode=1 to /boot/config.txt on a Raspbian SD card, then reboot with said microSD card and your external drive attached to write the change to firmware). See http://bit.ly/LXF260boot for info.

IMPROVING HARDWARE
“The USB and Ethernet ports no longer share the same bus”

One day, booting the Pi 4 from external storage will be simple, but for now we’ll have to settle for pivoting to the root filesystem. Start by downloading the latest fully loaded version of Raspbian. Unzip, then head to to get the latest version of balena Etcher, a super-simple disk imager. Write the Raspbian image not to your microSD card, but to that USB drive – you will, it goes without saying, lose everything that’s on there, so don’t wipe a drive full of beloved content. Do the same thing again, but write the image to your SD card this time.

You’re reading a preview, subscribe to read more.

More from Linux Format

Linux Format2 min read
OBS Studio
Version: 30.0.2 Web: https://obsproject.com There are lots of good options for recording screencasts, but if you want to live-stream T your desktop, one of the best options is OBS Studio. The app works with all the major online streaming providers, s
Linux Format1 min read
Kaki Pi
Another Pi-like SBPC appears! From Yuridenk-Shokai in Japan, this packs a Renesas RZ/V2H Coretex-A55/R8/M33 MPU with 80 TOPS of AI. It’s aimed at robotics and has four CSI video inputs along with a PCIe 3 connection. Find out more in Japanese: www.ka
Linux Format5 min read
Tips For Managing Docker Containers
Everyone knows how containers revolutionised application building and deployment. Using a E disposable stack of containers that make up an app that aren’t using the docker-compose command to manage the stack are missing a trick. It allows the shippin

Related