I'm using the "Argon NEO 5 M.2 NVME PCIE Case for Raspberry Pi 5" case with the SSD card from the Raspberry Pi nvme hat (didn't realize that the case came with the electronics for the nvme SSD). I cloned my existing drive, a USB SSD to the nvme using rpi-clone (fixed to support nvme). I followed the instructions at https://www.jeffgeerling.com/blog/2023/ ... berry-pi-5 and updated my /boot/firmware/config.txt and did the rpi-eeprom-config thing to change the boot order.
The filesystems on the nvme check with fsck. When I'm booted to the USB SSD the output of blkid is
When I mount the nvme drive and cd to its etc directory the contents of its fstab is
When I halt the system and unplug the USB SSD drive and power it up it's saying
and then gives the error about gave up waiting for the root file system, and ends with ALERT and says that "PARTUUID=1810d445-02 does not exist" (but it does; see above). The "common problems" listed are root delay and the missing modules.
Prior to the /scripts/local-block messages is one that says "mmc1: new ultra high speed DDR50 card at address 0001".
Any suggestions?
The filesystems on the nvme check with fsck. When I'm booted to the USB SSD the output of blkid is
Code:
/dev/nvme0n1p1: UUID="0192-B8BE" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="1810d445-01"/dev/nvme0n1p2: UUID="498f2ecd-c16e-4dbd-8346-f130e283bf82" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="1810d445-02"/dev/sda2: LABEL="rootfs" UUID="3b614a3f-4a65-4480-876a-8a998e01ac9b" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="45ea55e2-02"/dev/sda1: LABEL_FATBOOT="bootfs" LABEL="bootfs" UUID="5DF9-E225" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="45ea55e2-01"
Code:
proc /proc proc defaults 0 0PARTUUID=1810d445-01 /boot/firmware vfat defaults 0 2PARTUUID=1810d445-02 / ext4 defaults,noatime 0 1# a swapfile is not a swap partition, no line here# use dphys-swapfile swap[on|off] for that
Code:
Begin: Waiting for root file system ... Begin: Running /scripts/local-block ... done.Begin: Running /scripts/local-block ... done.Begin: Running /scripts/local-block ... done.Begin: Running /scripts/local-block ... done....
Prior to the /scripts/local-block messages is one that says "mmc1: new ultra high speed DDR50 card at address 0001".
Any suggestions?
Statistics: Posted by Lumpynose — Thu Dec 05, 2024 6:39 pm