shut down and start up boot problems - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Hardware - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=6) +--- Forum: Start up and Shutdown (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=27) +--- Thread: shut down and start up boot problems (/showthread.php?tid=65) |
shut down and start up boot problems - Helen - 02-21-2014 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? Re: shut down and start up boot problems - shaggytwodope - 02-21-2014 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: 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: -rw------- 1 shaggy shaggy 116 Feb 16 09:13 .Xauthority However if it looks like this : Code: -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: 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: sudo reboot If this is not successful, let us know. Re: shut down and start up boot problems - Coastie - 02-22-2014 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. Re: shut down and start up boot problems - N4RPS - 02-22-2014 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 Re: shut down and start up boot problems - jimgarrity - 04-28-2014 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 Re: shut down and start up boot problems - N4RPS - 04-29-2014 Hello! Thanks. THAT's certainly worth an extra point... 73 DE N4RPS Rob |