We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d85bf6e commit 94b0ecdCopy full SHA for 94b0ecd
src/installation/guides/arm-devices/platforms.md
@@ -29,6 +29,13 @@ documentation](https://www.raspberrypi.org/documentation/configuration/cmdline-t
29
> these images is that the armv7l image provides a 32-bit system while the
30
> aarch64 image provides a 64-bit system.
31
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
39
### Enabling hardware RNG device
40
41
By default, the
0 commit comments