You are not logged in.

#1 2016-06-15 17:04:00

Sander M
Member
Registered: 2016-06-15
Posts: 3

[SOLVED] Show OK/failed messages during boot

Hi all,

Very first post at these forums. Installed Arch using the excellent wiki. And then 3 times over just to get comfortable doing so smile And because it's fun and educational big_smile
Now settling in with xorg, desktop Mate and LXDM for handling the graphical login.

My question to you is, how to enable the green OK's (preferably no red failed) messages during boot, just like the install media shows?
I now only see netctl is connecting to my wifi and some other messages about reaching LXDM and the preferred graphics/display.
Did some searching and googling, most hits just explain how to retain the boot log, but I would just like the booting to be verbose all the time.
Is that possible?

Many thanks for your time.

Last edited by Sander M (2016-06-15 21:37:41)

Offline

#2 2016-06-15 17:09:46

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,550

Re: [SOLVED] Show OK/failed messages during boot

Are you running Arch? The only reason I can think that you don't see the messages is that you're using some derivative distro.

Unless you configured it not to with plymouth or put quiet on the kernel command line yourself, not realizing what it did.

Last edited by Scimmia (2016-06-15 17:10:50)

Offline

#3 2016-06-15 18:06:25

Sander M
Member
Registered: 2016-06-15
Posts: 3

Re: [SOLVED] Show OK/failed messages during boot

Thanks for your reply Scimmia.

Yes I am most certainly running Arch. Spend the last two months on this site and the wiki and used the June image for my last install.(after April and May release)

The system starts to boot after Grub. And initially shows this:

starting version 230
/dev/sda6 clean {files on system info}

Then the screen goes dark for a split second, followed by this:

[OK]  Started automatically generated profile by wifi-menu
[OK]  Reached target network
         Starting Permit user sessions
[OK]  Started permit user sessions
[OK]  Started LXDE display manager
[OK]  Reached target multi user system
[OK]  Reached target graphical interface

Then I reach the LXDM login prompt. The install image was a lot chattier smile

Offline

#4 2016-06-15 18:15:14

dockland
Member
From: Sweden
Registered: 2015-06-06
Posts: 861

Re: [SOLVED] Show OK/failed messages during boot

Sander M wrote:

Thanks for your reply Scimmia.

Yes I am most certainly running Arch. Spend the last two months on this site and the wiki and used the June image for my last install.(after April and May release)

The system starts to boot after Grub. And initially shows this:

starting version 230
/dev/sda6 clean {files on system info}

Then the screen goes dark for a split second, followed by this:

[OK]  Started automatically generated profile by wifi-menu
[OK]  Reached target network
         Starting Permit user sessions
[OK]  Started permit user sessions
[OK]  Started LXDE display manager
[OK]  Reached target multi user system
[OK]  Reached target graphical interface

Then I reach the LXDM login prompt. The install image was a lot chattier smile

So you have the -quiet option set ?


I possess a device, in my pocket, that is capable of accessing the entirety of information known to man.
I use it to look at funny pictures of cats and to argue with strangers.

Offline

#5 2016-06-15 18:16:05

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,550

Re: [SOLVED] Show OK/failed messages during boot

Sounds like you aren't seeing anything until KMS kicks in. Try setting that up to happen early (info in the wiki).

Offline

#6 2016-06-15 19:30:27

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: [SOLVED] Show OK/failed messages during boot

Be warned that showing all those messages can make the boot slower.


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#7 2016-06-15 21:03:05

Sander M
Member
Registered: 2016-06-15
Posts: 3

Re: [SOLVED] Show OK/failed messages during boot

dockland wrote:

So you have the -quiet option set ?

Thanks dockland, this was the solution to my question!
Did some reading in the wiki and found what you suggested.

I edited the file

/etc/default/grub

and changed the line

GRUB_CMDLINE_LINUX_DEFAULT="quiet"

to

GRUB_CMDLINE_LINUX_DEFAULT=""

Then I ran

grub-mkconfig -o /boot/grub/grub.cfg

as in the beginners guide and my laptop was chatting away with [OK] messages all the way during boot as desired.

Thanks for your help on this roll

R00KIE wrote:

Be warned that showing all those messages can make the boot slower.

To be honest I can't tell the difference, but thanks for pointing this out non the less wink

Offline

Board footer

Powered by FluxBB