I have made a clone of a webserver system disk (Debian 8) using Clonezilla. On booting I got this error:
No OS Found
All the files seemed fine and the problem turned out to be the MBR. The disk originally had a different distro on it. Although Clonezilla reported that it had copied the MBR over, the old MBR remained. I replaced the MBR using Debian Rescue and the system booted but the root partition mounts readonly. The fstab mount option is errors=remount-ro, fsck reports the partition as Clean.
This then causes randon-seed and UTMP failures.
Where should I be looking for the error?
mount -o remount,rw /dev/sda /(assuming root is on /dev/sda...)