WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: How to remove boot up information  (Read 2589 times)

Offline saravanan

  • Jr. Member
  • **
  • Posts: 59
How to remove boot up information
« on: January 08, 2010, 07:39:02 AM »
Hi all,

How to remove boot up information (verbose), when TinyCoreLinux boots up.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: How to remove boot up information
« Reply #1 on: January 08, 2010, 07:42:04 AM »
use the boot code "quiet"

Offline saravanan

  • Jr. Member
  • **
  • Posts: 59
Re: How to remove boot up information
« Reply #2 on: January 11, 2010, 04:58:01 AM »
yes i already done tat.

I'm talking about removing the text like

"loading Linux kernel 2.6.xx

loading application extensions, ."

Please help

Offline Iguleder

  • Newbie
  • *
  • Posts: 12
Re: How to remove boot up information
« Reply #3 on: January 11, 2010, 11:38:29 AM »
Modify /etc/init.d/rcS, remove all echo's. That should be just fine.

Offline jur

  • Hero Member
  • *****
  • Posts: 863
    • cycling photo essays
Re: How to remove boot up information
« Reply #4 on: January 11, 2010, 01:57:05 PM »
Modify /etc/init.d/rcS, remove all echo's. That should be just fine.
That would mean a remaster.

Offline danielibarnes

  • Hero Member
  • *****
  • Posts: 548
Re: How to remove boot up information
« Reply #5 on: January 12, 2010, 09:27:29 AM »
I use the "console=/dev/null" boot parameter for this, but keep in mind it removes all console messages, even on shutdown.

Offline saravanan

  • Jr. Member
  • **
  • Posts: 59
Re: How to remove boot up information
« Reply #6 on: January 14, 2010, 11:25:39 PM »
I use the "console=/dev/null" boot parameter for this, but keep in mind it removes all console messages, even on shutdown.

Thanks  :)