Le Thu, 31 Mar 2005 19:25:49 +0200, mahashakti89 a �crit : > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Bonsoir ! > > Histoire de bidouiller un peu , je me suis amus� avec fbsplash, > patch du noyau, pas de probl�mes, bonnes options dans le noyau, > fabrication d'une initrd avec > splashutils, tout va bien, mais quand je red�marre, MR. Grub > me dit : "File not found" bien que mon initrd.img-2.6.11-cko3 > soit bien positionn�e dans /boot .... ! > > J'aimerais bien comprendre pourquoi !! > > extrait de /boot/grub/menu.lst : > >> title Debian GNU/Linux, kernel 2.6.11-cko3 >> root (hd0,0) >> kernel /vmlinuz-2.6.11-cko3 root=/dev/hda3 ro hdc=ide-cd >> hdd=ide-cd video=vesafb:ywrap,pmipal,[EMAIL PROTECTED] splash=silent, >> theme:current, >> initrd /boot/initrd.img-2.6.11-cko3 >> savedefault >> boot >
ON ne peut pas utiliser fbsplash et un intrd. C'est soit l'un soit l'autre car ils utilisent tous deux leur propres initrd (incompatibles) etle noyau ne peut en charger qu'un ... Si tu veux un boto graphique , compile ton noyau avec les options n�cessaire au boot en statique. Puis g�n�re un initrd pour fbsplash (en fait une version compress� de l'image) avec gen_initramfs de splashutils. http://www.latinomixed.com/downloads/debian-embelisher/README (debsplash contient les patches fbsplash pour ton noyau entre autre). Bonne chance Alban -- Pensez � lire la FAQ de la liste avant de poser une question : http://wiki.debian.net/?DebianFrench Pensez � rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:" To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

