I was doing the following things on Ubuntu 16.04 and all of sudden Ubuntu get stuck.
- Delete boost library I installed in
/usr/lib
by usingrm libboost*
. - Using
cmake
to rebuild point cloud library and got some errors complaining about a line in cmakelist.txt. - Then I tried to open cmakelist.txt using editor but the editor cannot be opened. Then I decide to restart Ubuntu.
But it never shows the login screen. It keeps showing a black screen with one line saying /dev/sda5: clean XXX/XXX files, XXX/XXX blocks
.
Can anyone help me out?
recovery mode
andmount
your file system inrw
and undo or reverse whatever you installed with that lib. Please take some time to write down what you did before you begin don't be in a hurry. If all you did is in thatusr/lib
then it should be easy to fix! – George Udosen Feb 02 '17 at 05:22