11-22-2021, 06:20 AM
I've not tried Waydroid yet so can't give too many specifics, but the error you quoted included the mount command you're asking about. It says it tried to mount /var/lib/waydroid/images/system.img at /var/lib/waydroid/rootfs. Specifying the fstype may not be strictly necessary - for files it can usually be autodetected. First check that /var/lib/waydroid/images/system.img actually exists, and is a sensible size for a filesystem image. Next run 'file -L /var/lib/waydroid/images/system.img' which should show you the fstype - the '-L' is in case it's a symlink. If the system.img exists and detects as a filesystem (not still zipped, corrupt etc.) and the mount point exists you can try mounting it manually and check for errors.