Read only file system
Run this in serial console or rescue mode
OK, imagine your root partition is hda2 you can check that using df -h
then try:
mount -o remount,rw /dev/hda2 /
I tested this and in my case it works.
BTW: What’s the ouput of
mount
mount -n -o remount,rw /