PDA

View Full Version : [ubuntu] How to hide console text on shutdown ubuntu 13.10



mal_skelton
November 2nd, 2013, 02:15 PM
Hello
I've been using Ubuntu for a while but I'm no expert. I recently upgraded to Ubuntu 13.10 from 13.04 on my dual boot win 7 Desktop (x86_64 bit) running on an Asus P8Z77-V DELUXE mbo with Intel i5-3570K 3.40GHz (Ivybridge) Graphics. Ubuntu and Windows are on a partitioned Samsung SSD and I have an ASUS VH242H 24" 1920x1080 resolution monitor. Kernel 3.11.0-12-generic is installed and generally everything is working fine. After upgrading, I'm now getting a brief splash of text appearing just before the white dots when rebooting or shutting down the computer. Is anyone able to explain what these messages mean? Is there anything wrong? Is there anything I can do to hide or to stop these messages (see below) from appearing during reboot or shutdown?

Ubuntu 13.10 buntu ttyl
sid@buntu:~$ sudo halt


Broadcast message from sid@buntu (/dev/ttyl) at 19:41 ...
The system is going down for halt NOW!
sid@buntu:~$ acpid: exiting


Stopping web server apache2


speech-dispatcher disabled; edit /etc/default/speech-dispatcher


Stopping NFS kernel daemon
Unexporting directories for NFS kernel daemon...
Asking all remaining processes to terminate...
All processes ended within 1 seconds...

rpcbind: rpcbind terminating on signal. Restart with “rpcbind -w”


Unmounting temporary filesystems...
Deactivating swap...
Unmounting local filesystems...

mount: / is busy


Will now halt

[14412.320600] mei_me 0000:00:16.0: stop
[14412.321229] reboot: System halted

I've seen that some posts asks for details from /etc/default/grub, so here's what mine looks like:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash elevator=noop"
GRUB_GFXMODE=1280x768x24

Hope you can help, Thanks.

grahammechanical
November 2nd, 2013, 04:18 PM
Ubuntu sits on top of Linux which is a command line OS. So, when we load Ubuntu it is Linux that first loads and then Ubuntu loads on top of that and we get a login screen or a desktop if we have automatic login set.

When we first shut down Ubuntu it is Ubuntu that shuts down. Linux is still running. It has to stop various Linux processes. This is nothing to do with Grub. Grub is just a boot loader. I know that Grub developers do not like Grub being called "just" a boot loader. But that is what it does and then Grub is gone.

We get those shutdown messages because that is the way that Linux works. There are a lot of similar startup messages when we load Ubuntu but they are mostly hidden by a splash screen. It is possible to load a splash screen during loading of Ubuntu but once Ubuntu has shut down the splash screen disappears and we get a look behind the scenes and we see Linux.

This is the way it is. Remember, that a Linux distribution is a collection of components developed by different groups of people. They all have to fit together. It is a very different development process in comparison with operating systems that we have to buy. Actually, I do not buy. I choose not to use them.

Regards.

mal_skelton
November 2nd, 2013, 05:32 PM
Thanks for your speedy reply grahammechanical (http://ubuntuforums.org/member.php?u=1087323). I'm taking from what you say that the messages are all normal and nothing to worry about. That's good but is there anything I can do to hide these same messages so they don't flash on the screen before the white dots when shutting down?

ian-weisser
November 3rd, 2013, 04:27 AM
There is currently no setting, no option, no checkbox, to hide those messages or otherwise prevent them from flashing on your screen.

mal_skelton
November 3rd, 2013, 08:29 AM
Okay, thanks for your reply ian-weisser (http://ubuntuforums.org/member.php?u=1841707). I shall now regard this query as resolved.