HI im tring to change the boot logo, but when i put another picture it throws me this mistake: Image has more than 224 colors Use ppmquant(1) to reduce the number of colors make[3]: *** [drivers/video/logo/logo_linux_clut224.c] Error 1 any one knows how to fix this?? thanks!
change logo
hi now i know how i fix it i needed to install netpbm and after that execute this steps: convert logo.png temporal1.ppm ppmquant 224 temporal1.ppm > temporal2.ppm pnmnoraw temporal2.ppm > logo_linux_clut224.ppm i hope this can be useful for some else thanks!