https://paste.armbian.com/awewolefiy
actual armbianmonitor,
I guess it is running now as intended. I had a little tweek to do in the /etc/fstab when I run into the emergency mode after armbian-install and reboot.
bananapi:/boot:# cat /etc/fstab
# <file system> <mount point> <type> <options> <dump> <pass>
tmpfs /tmp tmpfs defaults,nosuid 0
716d0a51-462c-4919-8ab8-c24bf9d3e0f6 /media/mmcboot ext4 defaults,noatime,commit=600,errors=remount-ro,x-gvfs-hide 0 1
/media/mmcboot/boot /boot none bind 0 0
UUID=dfd5ab2a-b792-4fde-836d-c4ae7ff9986f / ext4 defaults,noatime,commit=600,errors=remount-ro,x-gvfs-hide 0 1
changed to:
bananapi:/boot:# cat /etc/fstab
# <file system> <mount point> <type> <options> <dump> <pass>
tmpfs /tmp tmpfs defaults,nosuid 0
UUID=716d0a51-462c-4919-8ab8-c24bf9d3e0f6 /media/mmcboot ext4 defaults,noatime,commit=600,errors=remount-ro,x-gvfs-hide 0 1
/media/mmcboot/boot /boot none bind 0 0
UUID=dfd5ab2a-b792-4fde-836d-c4ae7ff9986f / ext4 defaults,noatime,commit=600,errors=remount-ro,x-gvfs-hide 0 1
The "UUID=" was missing for the entry of the SD-card. Is this any hint to a problem in the scripts?