Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: nano on November 23, 2013, 03:01:06 PM

Title: completely quiet boot?
Post by: nano on November 23, 2013, 03:01:06 PM
Hi all,
I gonna to make TinyCore boot completely quiet.
After hardware bios a black screen and then TinyCore main window.
could you help me?
Title: Re: completely quiet boot?
Post by: tinypoodle on November 23, 2013, 10:01:35 PM
If you need help with this, then it is probably not something you should aim for...

http://tinycorelinux.net/faq.html#bootcodes
Title: Re: completely quiet boot?
Post by: curaga on November 24, 2013, 03:27:37 AM
console=/dev/null
Title: Re: completely quiet boot?
Post by: nano on November 24, 2013, 02:42:41 PM
I use console=/dev/null but some text also printed on screen, the images of this text attached to post.

I also saw the http://tinycorelinux.net/faq.html#bootcodes (http://tinycorelinux.net/faq.html#bootcodes)
I didn't find any bootcode for completely quiet boot.
Title: Re: completely quiet boot?
Post by: tinypoodle on November 24, 2013, 04:54:24 PM
Output of 1.png is produced by syslinux, so you would have to consult syslinux documentation.
2.png displays /etc/motd.
Title: Re: completely quiet boot?
Post by: nano on November 26, 2013, 01:08:56 PM
Thanks tinypoodle and curaga

That's ok on boot in VirtualBox, only 1.png (syslinux) message printed
But when I install tc on ssd and boot my laptop from that after syslinux texts a tinycore logo shown on the screen.
i surfed forum, It seems that I should recompile tinycore for removing syslinux message and tc logo.
Do you have another idea?
Title: Re: completely quiet boot?
Post by: gerald_clark on November 26, 2013, 01:34:45 PM
Tiny core has nothing to do with the syslinux message.
Title: Re: completely quiet boot?
Post by: tinypoodle on November 26, 2013, 03:23:29 PM
That, and you could possibly overwrite /etc/motd with an empty file from backup or from an additional initrd.
Title: Re: completely quiet boot?
Post by: Misalf on November 26, 2013, 08:16:18 PM
[...] after syslinux texts a tinycore logo shown on the screen.
i surfed forum, It seems that I should recompile tinycore for removing [...] tc logo.
Do you have another idea?

To disable the Tiny Core graphic that appears at the upper left corner during boot, you can add this boot code to your syslinux config file:
Code: [Select]
logo.nologo
Title: Re: completely quiet boot?
Post by: nano on November 28, 2013, 02:16:04 PM
Thanks
Also when I use vga=792 or vga=791 in boot option the logo will appears but when I don't use vga=xxx in boot code the logo doesn't shown.
Title: Re: completely quiet boot?
Post by: tinypoodle on November 28, 2013, 03:58:25 PM
Yes, vesafb vs. vga mode.