WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [SOLVED] Silent Boot How Too....  (Read 7693 times)

Offline uebmaster

  • Newbie
  • *
  • Posts: 12
  • Working on it...
[SOLVED] Silent Boot How Too....
« on: April 25, 2013, 05:21:17 AM »
Hello. How can I implement a silent Boot on Tiny Core?
I intent to use-it as a kiosk, and I'd like to have a clean boot...No text, no pictures.
Thanks in advance.
« Last Edit: April 29, 2013, 03:42:01 PM by uebmaster »

Offline pioj

  • Jr. Member
  • **
  • Posts: 76
Re: Silent Boot How Too....
« Reply #1 on: April 25, 2013, 07:49:15 AM »
I use this line in Syslinux:

KERNEL vmlinuz
INITRD core.gz
APPEND console=ttyS0 quiet tce=UUID="myuuid" logo.nologo


NOTE: Use logo.nologo only if you have framebuffer enabled. I don't use it, so I didn't included that option, actually...

- adding "console" flag to serial does redirect any message during boot.
- "quiet" means "loglevel=4" and  is more recommended that  "loglevel=3"  as we still want to know any possible error during boot.
- I also edited /etc/motd , which is a text file, and I left it blank (no text). This removes your last text at the screen before login/X starts.


The only message I couldn't remove is the Syslinux welcome message at the beginning. But I suppose I'd need to recompile syslinux just for that.


good luck!


Offline uebmaster

  • Newbie
  • *
  • Posts: 12
  • Working on it...
Re: Silent Boot How Too....
« Reply #2 on: April 25, 2013, 05:01:22 PM »
Thanks pioj... but my Tiny Core knowledge is not so accurate yet... I have never used Syslinux.
I know that is a boot loader, but I cannot find in the forum info about using-it, instaling-it, and the purpose of it...
My intention is to run Tiny Core in a single environment in Kiosk mode...
I'll try getting more info about Syslinux.

Offline pioj

  • Jr. Member
  • **
  • Posts: 76
Re: Silent Boot How Too....
« Reply #3 on: April 26, 2013, 10:27:51 AM »
You first need to know which bootloader are you using, then proceed to add those lines.

If you just downloaded the ISO image from the tinycorelinux.net ,  you're probably using SYSLINUX...

I you had generated it on your usb-key with the Universal Installer1-2-3, you're also using that one.

Other than that, the most probable thing is that you'd be using GRUB instead.

Offline uebmaster

  • Newbie
  • *
  • Posts: 12
  • Working on it...
Re: Silent Boot How Too....
« Reply #4 on: April 26, 2013, 10:33:38 AM »
Ok: I've got it! Youre the man!
But when I edit /etc/motd, when I reboot, the file is restored again.
Thank you for your great tips.
« Last Edit: April 26, 2013, 11:01:07 AM by uebmaster »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11256
Re: Silent Boot How Too....
« Reply #5 on: April 26, 2013, 12:12:48 PM »
Hi uebmaster
Quote
But when I edit /etc/motd, when I reboot, the file is restored again.
Tinycore is not like other Linux distros. The file system is built from scratch every time you reboot. Spend some time
reading the FAQs and check the Wiki for persistence.

Offline uebmaster

  • Newbie
  • *
  • Posts: 12
  • Working on it...
Re: Silent Boot How Too....
« Reply #6 on: April 26, 2013, 03:30:26 PM »
...check the Wiki for persistence.

Got-it Rich! 
Control panel > Backup/Restore did make the magic!
Thanks to you all!
Great team.