Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

FAIL msg. on boot of the PC

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
1byte
Posts: 59
Joined: 2017-07-16 06:51

FAIL msg. on boot of the PC

#1 Post by 1byte »

I am trying to establish what is it that failed on boot, but when I switch to console: Ctrl + Alt + F1
I can only see msg. that are on the screen:

Starting Avahi mDNS/DNS-SD Stack
Starting Network Manager
[ OK ] Started System Logging Service
[ OK ] Started Login Service
.....................................
[ OK ] Started Update UTMP about System Runlevel Changes


Debian GNU/Linux 9 MyLaptop tty1

MyLaptop login:

So when I log in and try Shift + PageUp nothing works and I can NOT scroll to the message that appeared early on in the process of booting up ...

When looking at "sudo dmesg" there is nothing indication there "in red" that there is a problem with something ...


Is there any way to check what process was it that FAILED early on during the boot process?
Last edited by 1byte on 2017-12-10 19:04, edited 1 time in total.

User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: FAIL msg. on boot of the PC

#2 Post by debiman »

1byte wrote:When looking at "sudo dmesg" there is nothing indication there "in red" that there is a problem with something ...
it's not necessarily in red, and it usually contains keywords like "fail(ed)" or error, sometimes also warning.

1byte
Posts: 59
Joined: 2017-07-16 06:51

Re: FAIL msg. on boot of the PC

#3 Post by 1byte »

Nothing indicating FAIL in dmesg ..

Is there any way to view "ALL" the messages (below is example)that scroll past the screen on startup,
to establish what has failed?

Starting Avahi mDNS/DNS-SD Stack
Starting Network Manager
[ OK ] Started System Logging Service
[ OK ] Started Login Service
.....................................
[ OK ] Started Update UTMP about System Runlevel Changes

User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: FAIL msg. on boot of the PC

#4 Post by debiman »

looks like systemd messages, so

Code: Select all

journalctl -b
should do it.

Post Reply