Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: using SSD on RPI3 - strategy question



gdt%lexort.com@localhost (Greg Troxel) writes:

>It seems that the boot partition must be FAT32 on the uSD, to read the
>kernel.  I'm not trying to fight that.  But if it's possible to boot
>from external USB SSD with no uSD, that would be nice.

That's possible. Here is the official documentation:

https://www.raspberrypi.org/documentation/hardware/raspberrypi/bootmodes/bootflow.md

Booting requires a MBR partitioned disk, or at least a hybrid MBR that
lets the boot code find a FAT partition.


>Another option is to change the boot config to have the root filesystem
>on the SSD.

That's what I do. The SD card has the small FAT partition with bootloader,
kernel and a few config files, and the SSD has the system and uses
GPT partitions.


-- 
-- 
                                Michael van Elst
Internet: mlelstv%serpens.de@localhost
                                "A potential Snark may lurk in every tree."


Home | Main Index | Thread Index | Old Index