Boot on SSD ras.pi3

Hello
I want to boot from my sdcard and use my system on an ssd plug in usb port

on the sdcard I add a /boot/cmdline.txt
dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=/dev/sda3 rootfstype=btrfs elevator=deadline fsck.repair=yes rootwait

on the ssd /etc/fstab
/dev/sda3 / noatime,noerror 0 1

Problem Description
/dev/mmcblk0p1 /media/root/0F47-1CA3 vfat 23%13.2 Mio / 59.9 io
/dev/mmcblk0p2 /media/root/819dc0b2-b94c-49cf-8ab9-28fd79ac2c6 ext2 48%55.4 Mio / 124.0 Mio
/dev/mmcblk0p3 / /.snapshots btrfs 30% 8.7 Gio / 29.6 Gio

/dev/sda1 /boot/firmware vfat 23% 13.2 Mio / 59.9 Mio
/dev/sda2 /boot ext2 48%55.4 Mio / 124.0 Mio
/dev/sda3 btrfs

The system used is the one from the sdcard and not the ssd one

  • thanks for the help Olivier

Information

  • FreedomBox version: 20.18

  • *Hardware: raspberry pi 3
    Linux freedombox 5.9.0-2-armmp #1 SMP Debian 5.9.6-1 (2020-11-08) armv7l GNU/Linux

  • *How did you install FreedomBox?: downloading testing images from https://freedombox.org’ ; dd in=fr.img of=/dev/sdcard ; dd in=/dev/sdcard of=/dev/ssd

    root@freedombox:/# fdisk -l
    Disk /dev/mmcblk0: 29,83 GiB, 32026656768 bytes, 62552064 sectors
    Units: sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disklabel type: dos
    Disk identifier: 0x917d14db

    Device Boot Start End Sectors Size Id Type
    /dev/mmcblk0p1 2048 124928 122881 60M c W95 FAT32 (LBA)
    /dev/mmcblk0p2 * 126976 389120 262145 128M 83 Linux
    /dev/mmcblk0p3 391168 62552063 62160896 29,6G 83 Linux

    Disk /dev/sda: 119,24 GiB, 128035676160 bytes, 250069680 sectors
    Disk model: D
    Units: sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disklabel type: dos
    Disk identifier: 0x917d14db

    Device Boot Start End Sectors Size Id Type
    /dev/sda1 2048 124928 122881 60M c W95 FAT32 (LBA)
    /dev/sda2 * 126976 389120 262145 128M 83 Linux
    /dev/sda3 391168 62552063 62160896 29,6G 83 Linux