UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY
UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY means there is some file system error in the disk.
Try this:
fsck /dev/sda1
(where /dev/sda1
is the partition mentioned)
And enter Yes(y) to all errors
Then reboot and it should be fine.