What do you have for root= in your cmdline.txt? If it's /dev/sd?? that would explain it. That changes depending on the order in which the drives are detected.I’m running Raspbian latest version on my pi5 from an external usb3 ssd.
I also have an esternal usb3 powered HDD attached used for storing media.
With both usb3 disks attached, the Pi is stuck on boot, trying to boot from the ntfs formatted HDD instead of the SSD.
Swapping the order of the usb cables in the usb3 ports of the Pi5 seems to solve this.
Is there a more reliable way to force the system to ONLY boot from the ssd usb device?
This is the content of my fstab:This is the content of blkidCode:
proc /proc proc defaults 0 0PARTUUID=5ce08516-01 /boot/firmware vfat defaults 0 2PARTUUID=5ce08516-02 / ext4 defaults,noatime 0 1PARTUUID=31a07810-98f2-4b07-b75c-68710a1196f9 /mnt/usb1 ntfs-3g defaults,auto,users,rw,nofail,noatime 0 0
ThanksCode:
/dev/sda2: LABEL="rootfs" UUID="12974fe2-889e-4060-b497-1d6ac3fbbb4b" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="5ce08516-02"/dev/sda1: LABEL_FATBOOT="bootfs" LABEL="bootfs" UUID="9BE2-1346" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="5ce08516-01"/dev/sdb1: LABEL="WD_BLACK" BLOCK_SIZE="512" UUID="C43C05633C05523A" TYPE="ntfs" PARTLABEL="WD_BLACK" PARTUUID="31a07810-98f2-4b07-b75c-68710a1196f9"
Statistics: Posted by thagrol — Thu Dec 12, 2024 1:24 pm