When logging in Ubuntu 12.04 it says "Failed to load session 'unity 2-d'" and there is only an option to log out...
Now the problem occurred when I was fixing a simple medibuntu problem, after some exploring I came down to simply removing the leftover medibuntu repositories...
but, unfortunately I also followed the instructions from this answer How to remove medibuntu repository and packages?, mainly I ran this code suggested in the answer:
PKGS=$(dpkg -l | awk '{print $2}' | grep -e aacgain -e aacplusenc -e acroread-fonts -e alsa-firmware -e app-install-data-medibuntu -e apport-hooks-medibuntu -e hot-babe -e ices -e libavcodec-extra-53 -e libavdevice-extra-53 -e libav-extra-dbg -e libavfilter-extra-2 -e libavformat-extra-53 -e libavutil-extra-51 -e libdvdcss2 -e libdvdcss-dev -e libpostproc-extra-52 -e libswscale-extra-2 -e medibuntu-keyring -e mencoder -e mplayer-dbg -e mplayer-doc -e mplayer-gui -e mplayer -e non-free-codecs -e rmconverter -e w32codecs -e w64codecs | tr '\n' ' '); sudo apt-get purge $PKGS
after that, the computer was switched off, and got the before mentioned error next time it turned on. Also, there is no other session available to choose from! Only the back button...
Can all of the removed software be re-installed?
How can I repair this?