I can't seem to figure out why it can't find the root device. I checked both cmdline.txt for UUID accuracy, and it was correct (lsblk output below for sanity). I originally had fstab configured with LABEL=, but tried with UUID as requested. Unfortunately it still has the same kernel panic and error messages. Any other ideas?
lsblk -o NAME,LABEL,FSTYPE,UUID,PARTUUID/etc/fstab
lsblk -o NAME,LABEL,FSTYPE,UUID,PARTUUID
Code:
NAME LABEL FSTYPE UUID PARTUUIDloop0 squash loop1 squash mmcblk0 ├─mmcblk0p1│ system-boot vfat F526-0340 0529037a-01└─mmcblk0p2 writable ext4 1305c13b-200a-49e8-8083-80cd01552617 0529037a-02nvme0n1 ├─nvme0n1p1│ system-boot vfat 1F38-7014 52a5d4a8-01└─nvme0n1p2 writable ext4 ab4058c8-8d8b-4e23-b07f-061d8d7d4529 52a5d4a8-02Code:
UUID=ab4058c8-8d8b-4e23-b07f-061d8d7d4529 / ext4 defaults 0 1UUID=1F38-7014 /boot/firmware vfat defaults 0 1Statistics: Posted by tagnello — Fri May 30, 2025 12:14 am