Skip to content

Commit 94b0ecd

Browse files
committed
installation/guides/arm-devices/platforms: document USB boot for RPi4
confirmed to work with rpi-kernel-6.1.*
1 parent d85bf6e commit 94b0ecd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/installation/guides/arm-devices/platforms.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ documentation](https://www.raspberrypi.org/documentation/configuration/cmdline-t
2929
> these images is that the armv7l image provides a 32-bit system while the
3030
> aarch64 image provides a 64-bit system.
3131
32+
### USB mass storage boot on Raspberry Pi 4
33+
34+
To boot an RPi 4 from a USB mass storage device, the [install process is the
35+
same](./index.md), but after installation, the USB drive needs to be mounted on
36+
the host and the `root=` argument in `/boot/cmdline.txt` needs to be changed to,
37+
for example, `root=/dev/sda2`.
38+
3239
### Enabling hardware RNG device
3340

3441
By default, the

0 commit comments

Comments
 (0)