Tiny Core Linux

General TC => General TC Talk => Topic started by: PingPing on March 16, 2009, 02:28:27 PM

Title: Anyone know where I can get that nifty boot.png in the Wiki?
Post by: PingPing on March 16, 2009, 02:28:27 PM
This one:

http://wiki.tinycorelinux.com/tiki-browse_image.php?galleryId=1&sort_mode=imageId_asc&imageId=3&scalesize=o
Title: Re: Anyone know where I can get that nifty boot.png in the Wiki?
Post by: curaga on March 16, 2009, 04:03:48 PM
That's the framebuffer logo; do you mean as a picture, or on boot?

If on boot, just add an appropriate vga= cheatcode for your resolution and color, and it'll show (they are listed in a table in f2 or f3, and also here: http://tinycorelinux.com/faq.html#bootcodes )
Title: Re: Anyone know where I can get that nifty boot.png in the Wiki?
Post by: PingPing on March 16, 2009, 05:17:00 PM
Well I wanted it for boot.  Thanks for the heads up, it's working.  However, now that I've seen it, I would like it for a jwm background.  Is there a link to the original image?
Title: Re: Anyone know where I can get that nifty boot.png in the Wiki?
Post by: Andreas_2009 on March 17, 2009, 08:05:47 AM
In what file do I have to add the cheatcode, if my installation is already finished on a CF-Card ?
Title: Re: Anyone know where I can get that nifty boot.png in the Wiki?
Post by: curaga on March 17, 2009, 02:09:59 PM
@Andreas_2009: In your bootloaders "kernel arguments" line - if grub or syslinux/extlinux, they come on the line with "bzImage"

@Shagbag: It's a PNM in the kernel patch, here's it extracted to a png: (click for the full size image)
(http://preview.shareapic.net/preview5/015486919.png) (http://www.shareapic.net/content.php?id=15486919&owner=laxy)   
Title: Re: Anyone know where I can get that nifty boot.png in the Wiki?
Post by: Andreas_2009 on March 18, 2009, 08:00:37 AM
@Andreas_2009: In your bootloaders "kernel arguments" line - if grub or syslinux/extlinux, they come on the line with "bzImage"

I'm sorry, but can you tell me the name and location of the exact file to edit ? I can't find it, sorry.
Title: Re: Anyone know where I can get that nifty boot.png in the Wiki?
Post by: Juanito on March 18, 2009, 08:32:50 AM
Something like:

grub: /mnt/sda1/boot/grub/menu.lst
syslinux: /mnt/sda1/boot/isolinux/syslinux.cfg
extlinux: /mnt/sda1/boot/extlinux/extlinux.conf

where you need to substitute "sda1" with your actual drive designation
Title: Re: Anyone know where I can get that nifty boot.png in the Wiki?
Post by: Andreas_2009 on March 18, 2009, 09:02:38 AM
Ah ! Alright.
I searched in all directories but the /mnt/hda1  :-\

Just for me:
until now, I have only "quiet" as kernel argument in the bootloader.
And during searching a couple of days ago, I found a file (can't remember) where only the word "quiet" was in there.
Any idea, what file that was?
Can I also put the additional arguments in there ?
Title: Re: Anyone know where I can get that nifty boot.png in the Wiki?
Post by: curaga on March 18, 2009, 01:09:05 PM
Sure, just add them on the same line as "quiet".

For the file you found, perhaps it was isolinux.cfg from the TC .iso?