Tiny Core Linux

Tiny Core Base => TCB Talk => Topic started by: muruli on August 13, 2009, 09:22:55 AM

Title: Tinycore boot logo
Post by: muruli on August 13, 2009, 09:22:55 AM
Does any one knows where is the boot logo of Tinycore linux in the filesystem and what its format ???
Title: Re: Tinycore boot logo
Post by: muruli on August 13, 2009, 11:06:28 AM
i think someone  should have seen that shiny TinYcore of 80 x 80 size image.
Awaiting your response
Title: Re: Tinycore boot logo
Post by: helander on August 13, 2009, 12:03:29 PM
It's built into the TC kernel.
The TC kernel is patched with very few patches and one of them is the boot logo.
If I recall correctly, the pacth file contains a lot of data startements that define the image, so I do not think you would find an ordinary image file anywhere.

/Lars
Title: Re: Tinycore boot logo
Post by: Juanito on August 13, 2009, 04:42:08 PM
It's a patch to the kernel source...
Title: Re: Tinycore boot logo
Post by: muruli on August 14, 2009, 01:17:49 AM
Is it possible to add other logo instead of Tinycore.
if so how it can be . please suggest.
Title: Re: Tinycore boot logo
Post by: philip on August 14, 2009, 01:57:01 AM
A few months ago there was another thread devoted to this topic. See
http://forum.tinycorelinux.net/index.php?topic=780.msg4740#msg4740
Title: Re: Tinycore boot logo
Post by: Juanito on August 14, 2009, 03:27:48 AM
If you look at http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/2.x/release/src/2.6.29.1-tinycore.patch.gz (http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/2.x/release/src/2.6.29.1-tinycore.patch.gz), you'll see a whole bunch of numbers that are the tinycore logo - I've no idea how, but you need to change these to modify the logo
Title: Re: Tinycore boot logo
Post by: curaga on August 15, 2009, 02:05:40 PM
See http://www.gentoo-wiki.info/HOWTO_Linux_Logo_Hack
for how to replace the framebuffer boot logo.

Basically it's just a text-format PNM image, with the accompanying changes to some files to enable it.
Title: Re: Tinycore boot logo
Post by: muruli on August 17, 2009, 06:33:16 AM
Thanks for your kind replies. I got my boot logo working
Title: Re: Tinycore boot logo
Post by: baz on December 18, 2009, 02:00:05 AM
muruli, what did you do?
Title: Re: Tinycore boot logo
Post by: muruli on August 30, 2011, 04:53:25 AM
Just copy your logo in linux kernel source code with the same name of the logo you selected. 
Title: Re: Tinycore boot logo
Post by: tweetyhack on January 18, 2012, 06:35:32 PM
Can't we separate the bootlogo from the kernel by setting it inthe bootloader(grub,syslinux)? That should make it easier to configure by editing the config file instead of having to muck with the kernel sources.
Title: Re: Tinycore boot logo
Post by: Lee on January 18, 2012, 09:25:02 PM
The bootloader's "splash screen" is separate from whatever the kernel displays during boot - since you don't know what kernel will be used until after the boot loader finishes its job.

I tried making a splash screen for grub4dos and it worked - but it looked terrible on my 1080p monitor because the image is limited to a tiny resolution.