Hello everyone!
I have managed to mess up with my installation and I am in need of help. I decided to upgrade to 14.04. Unfortunately it seems I did it "the wrong way". I used a command that I can't remember or find again in the web:
Muon asked me to download lots of MB (>700) in order to upgrade. Accepted. Now I get a login screen (new look) I enter username-password and I get three possible results:
a) for a "default" session, I get a black screen with mouse pointer. The pointer moves normally, when I reach the top left of the screen it shows a quarter of a small coloured circle (green blue) at the size of the mouse pointer. Clicking does nothing.
b) for a "kde" session, I get the wallpaper of the login screen (its colourful background I mean), the mouse pointer moving normally, and no clicking or anything, no activity in the top left corner.
c) for a "failsafe" session. I get a black screen for 1-2 seconds and then back to the login screen where I enter password etc
Next step: Ctrl Alt F1 (does it differ from Ctrl Alt F2 or Ctrl Alt F3 ?)
login using my account.
gives me a directory structure and a list of files that makes me realize that my account is still functional and my files are probably there (still haven't booted with a a live cd to make backups...).
I tried the following:
Boot in recovery mode, dpkg (repair broken packages) asked to download 1700 MB, said ok, reboot, no good.
Boot in recovery mode, shell, enable networking, sudo apt-get update & sudo apt-get upgrade, reboot, no good. (btw, repositories were trusty, not precise, which I consider a good sign)
Boot in recovery mode, shell, sudo apt-get install kubuntu-desktop, asked to download >100MB, said ok, reboot, no good.
More attempts:
gives me an error "The xkeyboard keymap compiler (xkbcomp) reports: Symbol map for key redefined. Using last definition for conflicting fields"
Ctrl Alt F1 and I need to press Alt + \rightarrow if I remember correctly to go to the command line.
gets me to the login screen asking for the username/pass.
Googling around, I found this page http://askubuntu.com/questions/22350...n-a-login-loop and tried this command:
result was:
with the tmp being highlighted. I don't know what the "chmod" command does and I am hesitant if using sudo with something I don't know. So no more moves according to these instructions were made.
Also,
tried bith lightdm and kdm, let the second as it looks better.
I also found the following page which suggested that proprietary nvidia drivers (I have amd) caused the fuss. Is there a way to purge my amd display drivers for a while and go to open source?
http://askubuntu.com/questions/44960...up-after-login
Finally, according to this page, I tried creating a new user from command line, but no good (I think I probably haven't created the account correctly, "sudo useradd ****" but didn't specify passwd)
https://www.kubuntuforums.net/showth...l=1#post299287
I have a different \home partition in the same ssd as the root.
Already downloaded the kubuntu iso and planning to install (which I don't prefer) if other ways dont work.
Sorry for the long post, any suggestions are welcome.Thanks in advance!
I have managed to mess up with my installation and I am in need of help. I decided to upgrade to 14.04. Unfortunately it seems I did it "the wrong way". I used a command that I can't remember or find again in the web:
Code:
sudo update-manager -d
a) for a "default" session, I get a black screen with mouse pointer. The pointer moves normally, when I reach the top left of the screen it shows a quarter of a small coloured circle (green blue) at the size of the mouse pointer. Clicking does nothing.
b) for a "kde" session, I get the wallpaper of the login screen (its colourful background I mean), the mouse pointer moving normally, and no clicking or anything, no activity in the top left corner.
c) for a "failsafe" session. I get a black screen for 1-2 seconds and then back to the login screen where I enter password etc
Next step: Ctrl Alt F1 (does it differ from Ctrl Alt F2 or Ctrl Alt F3 ?)
login using my account.
Code:
ls
I tried the following:
Boot in recovery mode, dpkg (repair broken packages) asked to download 1700 MB, said ok, reboot, no good.
Boot in recovery mode, shell, enable networking, sudo apt-get update & sudo apt-get upgrade, reboot, no good. (btw, repositories were trusty, not precise, which I consider a good sign)
Boot in recovery mode, shell, sudo apt-get install kubuntu-desktop, asked to download >100MB, said ok, reboot, no good.
More attempts:
Code:
startx
Ctrl Alt F1 and I need to press Alt + \rightarrow if I remember correctly to go to the command line.
Code:
sudo restart kdm
Googling around, I found this page http://askubuntu.com/questions/22350...n-a-login-loop and tried this command:
Code:
ls -ld tmp
Code:
drwxrwxrwt 16 root 32768 .../tmp
Also,
Code:
sudo dpkg-reconfigure kdm
I also found the following page which suggested that proprietary nvidia drivers (I have amd) caused the fuss. Is there a way to purge my amd display drivers for a while and go to open source?
http://askubuntu.com/questions/44960...up-after-login
Finally, according to this page, I tried creating a new user from command line, but no good (I think I probably haven't created the account correctly, "sudo useradd ****" but didn't specify passwd)
https://www.kubuntuforums.net/showth...l=1#post299287
I have a different \home partition in the same ssd as the root.
Already downloaded the kubuntu iso and planning to install (which I don't prefer) if other ways dont work.
Sorry for the long post, any suggestions are welcome.Thanks in advance!
Comment