I had this problem of system booting with Read-only file system because of wrong entry in /etc/fstab
Fixed this problem by remounting the root-file system with write mode
“mount -o remount,rw /”
Do this once you get the command prompt and you log in using the root user