Switched on my computer and it gave me an CMOS battery error. Though windows run on CMOS error but linux is a little different. In Linux the system crashes. I have tried fsck, it says everything is okay but almost any other commands ends up in error messages such as
1. Locked
2. **ERROR**: This program cannot start until you start the dbus system service.
The solution:
1. $mount -o remount,rw /
2. hwclock –systohc
3. shutdown -r now
The GUI should load, but the date will be wrong. Well at least you will get through to the gui 🙂