I upgraded my 11.10 to 12.04 but it stuck on the first boot. I Alt+Shift+Del many times. But it does not go further.
I have Lenovo N200 machine with dual boot Windows 7 and Ubuntu 11.10. Switched to Ubuntu 11.04. And all was going fine since my last night upgrade activity.
How I can proceed further? I have taken my home folder backup. If I have to re-install it. Any help?
Edit: My graphic card is Intel Corporation GM965/GL960 Integrated Graphic Controller.
I've only ever seen this happen on my laptop when I installed the Proprietary ATI graphics driver when the integrated graphics were also enabled (switchable graphics issues).
If you have the model with an nvidia graphics device, you will want to try getting to a command prompt and reinstalling the video driver.
sudo apt-get install nvidia-current
This usually happens when the graphics manager gdm (in old ubuntus) or lightdm ( in newer ubuntus) is unable to capture the linux environment. i.e. Window manager is not able to take charge of the linux environment. To check if this is the case: Are you able to use ctrl + Alt + F1 to get to the virtual linux consoles? If yes, you should probably try to correct the gdm/lightdm installations and its config files. I won't be of much help here. A Web search should help though.