LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   linux startup pictures (https://www.linuxquestions.org/questions/linux-newbie-8/linux-startup-pictures-585837/)

alenD 09-19-2007 11:08 AM

linux startup pictures
 
linux startup pictures - where they reside and how can I change them?

thank you

GrapefruiTgirl 09-19-2007 01:08 PM

What startup pictures, and in which distribution?

If you are referring to the little penguins in the framebuffer console, they are built into the kernel, and can be located in the sourcecode. I'm not sure what is involved in replacing them, though surely it can be done somehow.

As for the full screen images, like for example when Ubuntu boots, they are often located in /boot somewhere, but the image itself could really be stored anywhere one chose to store it. It gets put on the screen by means of an 'initrd' or 'Initial Ramdisk' which is something of a preloader which loads the kernel and some basic other stuff of the initrd creators choice, before proceeding with the rest of the boot process.

alenD 09-19-2007 02:35 PM

what would be the typical boot script that is dealing with pictures?
thnx again.

GrapefruiTgirl 09-19-2007 02:41 PM

It wouldn't/necessarily be a script. It is the bootloader (LILO/GRUB or whatever) which loads the initrd.

Look up some stuff about LILO, GRUB, and/or initial ramdisk or initrd.gz to see what's involved in making or changing your initrd.

(That is, IF it is the full screen images you are referring to. If it's the penguins, then like I said, that's compiled into the kernel.)

arubin 09-19-2007 02:55 PM

You might find this helpful. It says that it is being superceded but I guess that your distro is still using it.

Be careful about messing with your initrd. It may contain essential stuff for your computer to boot.

alenD 09-19-2007 04:21 PM

Thanks. That helped a lot.


All times are GMT -5. The time now is 06:35 AM.