try this. When you get to the splash screen and it seems to hang, press ctrl-alt-F1. Unless the system colpletely dead, you'll get to a text login screen. Type in your username and password and login.
Then use the command
su
you will be asked for the root password. Supply it. Now you are root.
Then do
init 3
this shuts down X (the graphical stuff). Now issue the command
exit
this gets you back to be a normal user. Then do
startx
This attempts to startup the gui and you should see the splashscreen. You can switch back to the text screen by pressing ctrl-alt-F1. Hopefully, there are some error messages. If there are, post them here. You can switch to the graphical screen by pressing ctrl-alt-F7.
|