Linux Lite Forums

Hardware - Support => Start up and Shutdown => Topic started by: Helen on February 21, 2014, 05:12:59 PM

Title: shut down and start up boot problems
Post by: Helen on February 21, 2014, 05:12:59 PM
I have installed linux lite 4 times due to this issue. Everytime I shut down, I log in successfully and then I have a prompt screen. It never goes to desk top. In the terminal it will read helen@helen-DA192A-ABA-734N:~$. I cannot get past this point. Any help for this?
Title: Re: shut down and start up boot problems
Post by: shaggytwodope on February 21, 2014, 06:05:09 PM
Since you are able to login, and it is not starting your desktop. You will be able to still run some commands. With that said can you run :

 
Code: [Select]
ls -lah
We are looking for a file called .Xauthority and the permissions related to it, in this case we want to check if the user name for the account is proper. In my case it would say :
Code: [Select]
-rw-------  1 shaggy shaggy  116 Feb 16 09:13 .Xauthority
However if it looks like this :
Code: [Select]
-rw-------  1 root root   116 Feb 16 09:13 .Xauthority
Note the user name root. Then we may have a permissions issue and this can be fixed by running:
Code: [Select]
chown username:username .Xauthority
Adjusting username in both instances with your account username.

Then you'll want to reboot, you can use your power button or type:
Code: [Select]
sudo reboot
If this is not successful, let us know. 
Title: Re: shut down and start up boot problems
Post by: Coastie on February 21, 2014, 08:30:02 PM
With my little knowledge, I would suggest if you reinstall LL just set in for automatic login. If you get to the desktop you can go from the menu to System to Login Settings.
Title: Re: shut down and start up boot problems
Post by: N4RPS on February 21, 2014, 10:47:38 PM
Hello, Helen!

The only reason I can think of for all the problems you're having is that you may have a defective ISO download. This also happened to me.

Did you run a 'hash check' on your Linux Lite ISO download to verify that it downloaded properly? The 'hash check' is an alphanumeric MD5 checksum that is posted along with the download. You can paste that checksum number into a text file and save it to the same directory as you downloaded the ISO to as 'whatever the ISO is named.iso'.txt.

You can then run a MD5 hash checker such as MD5Summer on the ISO, to verify that it downloaded successfully...

73 DE N4RPS
Rob
Title: Re: shut down and start up boot problems
Post by: jimgarrity on April 28, 2014, 05:23:50 PM
Here is a program under Windows that will calculate and verify the MD5 checksum (for those of us still trying to get up to Linux...):

www.winmd5.com/

 - Jim Garrity
Title: Re: shut down and start up boot problems
Post by: N4RPS on April 29, 2014, 12:44:06 AM
Hello!

Thanks. THAT's certainly worth an extra point...

73 DE N4RPS
Rob