LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Restart problem (https://www.linuxquestions.org/questions/linux-newbie-8/restart-problem-4175525910/)

Tomcmo417 11-19-2014 02:09 PM

Restart problem
 
I am running Ubuntu 14.04 on a Dell laptop Intel Core 2 cpu 5600 @1.83 GHz X 2, 32 bit.

After installing new updates, I try to reboot and it just goes into Never Never Land. The little dots light up and turn off under the Unbuntu, but never stops. After an hour I must turn off the laptop.

yooy 11-19-2014 03:59 PM

have you checked the logs?
you can still try shutdown and than power on..

EDDY1 11-19-2014 04:01 PM

Boot into recovery mode & take a look at messages.
cat /var/log/messages | less

Tomcmo417 11-28-2014 12:51 PM

Quote:

Originally Posted by yooy (Post 5272135)
have you checked the logs?
you can still try shutdown and than power on..

It doesn't matter if I choose RESTART or SHUT DOWN. It never shuts down either way.

Tomcmo417 11-28-2014 12:56 PM

Quote:

Originally Posted by EDDY1 (Post 5272137)
Boot into recovery mode & take a look at messages.
cat /var/log/messages | less

When I go to Terminal and type in cat /var/log/messages

I am told there is no such file.

Remember I am a newbie

Thanks

Tomcmo417 11-28-2014 12:58 PM

Quote:

Originally Posted by yooy (Post 5272135)
have you checked the logs?
you can still try shutdown and than power on..

Sorry - can't find the logs.

EDDY1 11-28-2014 01:00 PM

Try
Quote:

cat /var/log/syslog
Also may sure that the upgrade completed
Run
Quote:

dpkg --reconfigure -a

John VV 11-28-2014 05:32 PM

Quote:

After installing new updates,
WHAT updates ?

if you are using the proprietary ati or nvidia driver
and you update the kernel
then rebooting will be a pain in the rear-end
( if you are NOT expecting it )

boot into the multi user TEXT ONLY boot
( for debian this is ? 4 -- or is it 2 )
login as root in the text login
http://ubuntuhandbook.org/index.php/...u-linux-14-04/
( PS. i use redhat and that is very very very simple to get to a text only boot add a " 3 " )




and navigate to /var/log
and run ls to get the correct name of the files

some files can NOT be read by a normal user , they are accessible by root only

and use "nano" or " pico" or "vi" to read the boot.log

that will tell you what is wrong


All times are GMT -5. The time now is 02:13 PM.