How to hide console messages on shutdown?

Solution 1:

Try editing /etc/init/rc.conf:

sudo nano /etc/init/rc.conf

and comment console output so it looks like:

#console output

Don't touch anything else in the file!

Then reboot and it should no longer show anything.

If you want to know what this does do

man 5 init

and read on the console output section.