Had a hard time today when rebooted my Ubuntu machine after more than 3 months and its login screen stopped appearing. Only pinkish background screen was coming.
After some investigations, found out that problem was because of zlib which I installed for Qemu building.
I had installed zlib from source so I had to do following steps:
1) Switched to console using Alt+Ctrl+F2 and logged in text mode
2) Went to directory where zlib was installed (cd zlib/installed/directory)
3) make uninstall
4) Rebooted my PC.
WOW....
After some investigations, found out that problem was because of zlib which I installed for Qemu building.
I had installed zlib from source so I had to do following steps:
1) Switched to console using Alt+Ctrl+F2 and logged in text mode
2) Went to directory where zlib was installed (cd zlib/installed/directory)
3) make uninstall
4) Rebooted my PC.
WOW....
No comments:
Post a Comment