I have been trying to clone my SD card to an SSD but now I am unable to boot from it or the SSD. I am using rpi-clone and everything looked like it was successful but now I am getting this error no matter how I try to boot As a test I tried this on a different Pi4 and it went through. I've tried two different SSDs with the same results. I'd love to get the SSD to work but I'd settle on just getting my Pi4 back up and running. It also puts me at initramfs.
I ran blkid with the drive installed which gave me the partuuid. I then put the SSD onto my windows machine and modified command.txt to readThis just gave me the same error except it says fc9bd4bd-02 doesn't exist.
Code:
Begin: running /scripts/local-block ... done.done`Gave up waiting for root file system device. Common problems:Boot args (cat /proc/cmdline)Check rootdelay= (did the system wait long enough?)Missing modules (cat /proc/modules; ls /dev)ALERT! PARTUUID= d2a8e92e-02 does not exist. Dropping to shell!`
I ran blkid with the drive installed which gave me the partuuid. I then put the SSD onto my windows machine and modified command.txt to read
Code:
console=serial0,115200 console=tty1 root=PARTUUID=fc9bd4bd-02 rootfstype=ext4 fsck.repair=yes rootwait
Statistics: Posted by Tritonal — Fri Jan 05, 2024 12:40 am