Hello, I tried to install on my SSD this Image:
emonSD-10Nov22 (Stable)
from
https://docs.openenergymonitor.org/emonsd/download.html
Writing with etcher. After start the pi there is a failure:
You are in emergency mode…
Cannot open access to console, the root account is locked.
I think the problem is the image is for a sd card and I installed it to an 128GB SSD (plugged via SATA to USB adapter) on an Pi400.
I checked the internet for the issue. Adjust the fstab.
But what should I change?
I thought an SSD is a sda, sdb or something and no mmc…
proc /proc proc defaults 0 0
/dev/mmcblk0p1 /boot vfat defaults 0 2
/dev/mmcblk0p2 / ext4 defaults,noatime,nodiratime 0 1
/dev/mmcblk0p3 /var/opt/emoncms ext2 defaults,noatime,nodiratime 0 2
# a swapfile is not a swap partition, no line here
# use dphys-swapfile swap[on|off] for that
tmpfs /tmp tmpfs nodev,nosuid,size=30M,mode=1777 0 0
tmpfs /var/tmp tmpfs nodev,nosuid,size=1M,mode=1777 0 0
tmpfs /var/lib/php/sessions tmpfs nodev,nosuid,size=1M,mode=1777 0 0