Quantcast
Viewing all articles
Browse latest Browse all 5127

Troubleshooting • Re: rpi 3 with SSD boot

I suspect something else is wrong in your fstab.

If the kernel can't find the root partition specified in cmdline.txt I'd expect it to panic not to drop to recovery mode. If a mount fails it will drop into the recovery mode you're seeing.

[shameless self promotion]
Using fstab A Beginner's Guide
[/shameless self promotion]

The fstab entry you've shared would cause the symptoms you're seeing if sda1 was not detected during boot or if it was detected but not formatted to ntfs.

[edit]
adding init #/bin/sh (or similar) to cmdline.txt

That should be init=/bin/sh
trying to find the PARTUUID variable I setup in cmdline.txt when I first setup the pi to boot up from SSD but I cannot find where I got that tutorial anymore, as its gone from my history

Code:

sudo blkid
[/edit]

Statistics: Posted by thagrol — Thu Oct 10, 2024 11:41 pm



Viewing all articles
Browse latest Browse all 5127

Trending Articles