I want to try Ubuntu and make it my permanent OS. Hence installed it alongside with Windows 8 on my HP laptop.
I have faced lot of problems to make my system dual boot. I thought it was because lack of knowledge on Unix.
Somedays later, I forgot my ubuntu password as I hardly use my personal laptop. I have tried to change the password in root from recovery mode. It was successful.
There begin my problems. From then when I tried to login, it is looping back to login screen again.
By reading some forums I tried to delete .Xauthority
file. But, the file itself does not exist.
There are only two files Readme.txt
and ecrypt-mount---.desktop
. None of the resolved solutions worked for my case.
Then, I have logged as guest and using Ctrl+Alt+F1 terminal I was able to login to my account with new password. I have created a new user for testing through recover mode. The new user is created successfully and account is fine.
By following another thread, I have purged and installed lightdm. My situation became worse. Now am not able to see GUI. After boot, system is going to CLI mode with some usb, Bluetooth errors. Using some threads by using startx I can see default blank wallpaper screen for newly created user. Thats it.
I got vexed up with ubuntu and unix. Simple password change messed up everything. Still I want to try and learn it and I think all of this is due to lack of knowledge. Does graphics card upgrade in windows effect ubuntu? no right?
I would be grateful, if anyone could help in either of these.
- Is it possible to get back to GUI at least to the newly created user.
- If above step is impossible, how to reinstall ubuntu without effecting my windows.
I am a newbie on linux. So, please consider while answering.
Thanks for your patience.
sudo apt-get purge lightdm
for uninstall andsudo add-apt-repository ppa:lightdm-gtk-greeter-team/stable
,sudo apt-get update
,sudo apt-get install lightdm-gtk-greeter
for reinstallation of lightdm. Do I need to install any new package? (The problem is I dont know how to connect to wifi or cable network for accessing internet from command line for any new installation) – user991255 Oct 13 '14 at 07:06