![]() |
Welcome to the Knoppix Linux ForumsYou are not logged in. Our forum provides a great place to discuss the Knoppix Linux Live CD, as well as other topics such as data recovery using the Knoppix CD or DVD, and general Linux support. You need to be logged in to post on this forum. If you are not a member you can register by clicking the Register link above. We hope you enjoy your stay! |
| ||||||||||||||||||||||||||
| re: HOWTO: change the boot logo/screen |
|
I just tried mounting the image to look around and I had to set the FS type as vfat, otherwise it gave me an error
|
||||||||||||
|
|
|||||||||||||
|
Guest
|
You can edit the text displayed on the botton of boot screen on the file "boot.msg" at the boot image. It's ASCII, using a 640x400 image you still have room for 4 lines of text.
|
||||||||||||
|
|
|||||||||||||
| Help |
|
My logo.16 has 76 kb, and I connot save it into boot.img because it's too big. I had 16 colors bitmap and used bmptoppm and ppmtolss16. Can you help me? Do I have to minimalize the logo.16 ?
|
||||||||||||
|
|
|||||||||||||
| Re: Help |
|
Site Admin
|
You will have to either remove some stuff from the boot.img, or make your image smaller, or use isolinux instead of syslinux. |
||||||||||||||
|
|
|||||||||||||||
| a |
|
I understand that I cannot make biger file boot.img ?
|
||||||||||||
|
|
|||||||||||||
|
is there a way to look at the logo.16 i made ?
because it reduces the colors to 16 colors i don't know whiche effect this has - and everytime burn a knoppix cd is to much work .. thanks martin krung |
||||||||||||
|
|
|||||||||||||
|
why don't you use vmware?
|
||||||||||||
|
|
|||||||||||||
|
Here's another method to change the boot screen with fewer steps:
root@not a tty[home]# lss16toppm <logo.16 >logo16.ppm (Now edit logo16.ppm in the Gimp, saving the file with the same name and extension. The Gimp seems to save as pnm, but run ppmtolss16 anyway.) root@not a tty[home]# ppmtolss16 <logo16.ppm >logo.16 /usr/bin/ppmtolss16: Input format error 1 (ppmtolss16 seems to detect the pnm error and produces a bmp for you instead. Now can convert that to ppm) root@not a tty[home]# ls logo.16 logo16.bmp logo16.ppm root@not a tty[home]# bmptoppm <logo16.bmp >logo16.ppm bmptoppm: Windows BMP, 640x400x24 bmptoppm: WRITING PPM IMAGE root@not a tty[home]# ppmtolss16 <logo16.ppm >logo.16 /usr/bin/ppmtolss16: Warning: color palette truncated (3994 colors ignored) 256000 pixels, 2560 bytes, (98.00% compression) and there you have it. |
||||||||||||
|
|
|||||||||||||
| HOWTO: Change the boot logo/screen |
|
||
|

