View previous topic :: View next topic |
Author |
Message |
Kleinerwicht n00b
Joined: 01 Mar 2004 Posts: 23
|
Posted: Sat Mar 06, 2004 1:57 pm Post subject: bootsplash |
|
|
ich brauche mal eure Hilfe.
wie bekomme ich das mit dem bootsplash hin? Im Kernel ist es aktiviert., benutze 2.6.4-rc1. Hab hier schon gesucht, aber nichts gefunden. Auch die eine Anleitung (englisch) hat mir nicht geholfen. |
|
Back to top |
|
|
boris64 Veteran
Joined: 04 Oct 2003 Posts: 1770 Location: Vechelde/Peine
|
Posted: Sat Mar 06, 2004 2:04 pm Post subject: |
|
|
definier mal "wie bekomme ich das mit dem bootsplash hin".
was hast du bisher gemachte, fehlermeldungen, ...?
um es mit toskalas worten zu sagen.
"sei mal ein bisschen mehr verbose." _________________ boris64.net 200x / visit my desktop / try these tiny kernel patches |
|
Back to top |
|
|
Kleinerwicht n00b
Joined: 01 Mar 2004 Posts: 23
|
Posted: Sat Mar 06, 2004 2:07 pm Post subject: |
|
|
mhh wie mache ich das mit den einstellungen?
wie bringe ich es dazu überhaupt angezeigt zu werden?
in grub.conf steht auch schon "splash=silent"
beim booten seh ich nur den pinguin und die ganzen meldungen runter rasseln. |
|
Back to top |
|
|
boris64 Veteran
Joined: 04 Oct 2003 Posts: 1770 Location: Vechelde/Peine
|
|
Back to top |
|
|
Fibbs Guru
Joined: 26 Jan 2003 Posts: 448 Location: Forstern near Munich / Germany
|
Posted: Sat Mar 06, 2004 2:26 pm Post subject: |
|
|
Welche Kernelsourcen verwendest Du?
Ich habe mir vor längerer Zeit mal zusammengeschrieben, wie ich das gemacht habe, meine "Anleitung" findest Du
hier.
Allerdings habe ich damals noch mit inzwischen veralteten 2.4er Versionen der gentoo-sources gearbeitet, bei denen das Patchen der Sourcen noch notwendig war. Bei aktuellen gentoo-sources bzw. gentoo-dev-sources (Gentoo-gepatchte aktuelle 2.6er Kernelsourcen) ist das Patchen des Kernels nicht mehr notwendig.
Ansonsten kannst Du die Anleitung 1 zu 1 übernehmen.
Viel Spaß wünscht
_Salsero_ |
|
Back to top |
|
|
amne Bodhisattva
Joined: 17 Nov 2002 Posts: 6378 Location: Graz / EU
|
Posted: Sat Mar 06, 2004 5:09 pm Post subject: |
|
|
_Salsero_ wrote: |
Ich habe mir vor längerer Zeit mal zusammengeschrieben, wie ich das gemacht habe, meine "Anleitung" findest Du
hier.
|
Hehe, hübscher domainname. |
|
Back to top |
|
|
Fibbs Guru
Joined: 26 Jan 2003 Posts: 448 Location: Forstern near Munich / Germany
|
Posted: Sun Mar 07, 2004 12:17 am Post subject: |
|
|
Mein Kumpel, dem die Seite gehört, hat auch lange überlegt, bis er was "passendes" gefunden hat.
Apropos netter Domainname: schau mal auf http://fibbs.fachalkoholiker.de. Ist ein Sponsoring eines netten Kollegen von #gentoo.de. |
|
Back to top |
|
|
eeknay Guru
Joined: 07 Jul 2003 Posts: 402 Location: EndOfTheRainbow
|
Posted: Sun Mar 14, 2004 1:44 pm Post subject: |
|
|
kann mir von euch jemand mal bitte eine funktionierende grub.conf posten? bei mir scheint irgendwo der wurm drin zu sein.
"file not found" bekomme ich immer, obwohl es da ist wo's sein soll.
wär klasse.
gruß
eeknay _________________ Linda: "The holiday season is time of celebration for most but it is also the time to remember the tragic suffering of the less fortunate."
Morbo: "Earthlings do not yet know the meaning of suffering." |
|
Back to top |
|
|
boris64 Veteran
Joined: 04 Oct 2003 Posts: 1770 Location: Vechelde/Peine
|
Posted: Sun Mar 14, 2004 1:58 pm Post subject: |
|
|
wie wäre es, wenn du einfach deine grub.conf zeigst.
zeigst du mir deins, zeig ich dir meins. _________________ boris64.net 200x / visit my desktop / try these tiny kernel patches |
|
Back to top |
|
|
eeknay Guru
Joined: 07 Jul 2003 Posts: 402 Location: EndOfTheRainbow
|
Posted: Sun Mar 14, 2004 2:04 pm Post subject: |
|
|
voila: Code: | default 0
timeout 30
title= Gentoo Linux 2.6.3-r1 (splash)
root (hd0,3)
kernel (hd0,5)/2.6.3 root=/dev/hda4 vga=0x317
initrd /boot/initrd_splash
title= Gentoo Linux 2.6.4
root (hd0,3)
kernel (hd0,5)/2.6.4 root=/dev/hda4 vga=0x317
title= Gentoo Linux 2.4.22
root (hd0,3)
kernel (hd0,5)/image2.4 root=/dev/hda4 vga=791
title=Windows XP
root (hd0,0)
chainloader +1 |
also wenn ich ohne bootsplash boote und das per rc geladen wird ist es jedenfalls da. _________________ Linda: "The holiday season is time of celebration for most but it is also the time to remember the tragic suffering of the less fortunate."
Morbo: "Earthlings do not yet know the meaning of suffering." |
|
Back to top |
|
|
boris64 Veteran
Joined: 04 Oct 2003 Posts: 1770 Location: Vechelde/Peine
|
Posted: Sun Mar 14, 2004 2:17 pm Post subject: |
|
|
Code: | timeout 7
color black/white black/white
default 0
fallback 1
## linux standart 2.6 rl5
title gentoo GNU/linux (kernel 2.6.x,gui,standart)
root (hd0,0)
kernel (hd0,0)/vmlinuz root=/dev/hda3 vga=0x517 splash=verbose video=vesa:ywrap,mtrr hdc=ide-cd 5
initrd (hd0,0)/initrd
## linux standart 2.6 rl3
title gentoo GNU/linux (kernel 2.6.x,nogui-mode)
root (hd0,0)
kernel (hd0,0)/vmlinuz root=/dev/hda3 vga=0x517 splash=verbose video=vesa:ywrap,mtrr hdc=ide-cd 3
initrd (hd0,0)/initrd |
Quote: | "file not found" bekomme ich immer, obwohl es da ist wo's sein soll. |
sagt dir das grub? weil wenn ja, findet er deinen kernel scheinbar nicht. _________________ boris64.net 200x / visit my desktop / try these tiny kernel patches |
|
Back to top |
|
|
eeknay Guru
Joined: 07 Jul 2003 Posts: 402 Location: EndOfTheRainbow
|
Posted: Sun Mar 14, 2004 2:56 pm Post subject: |
|
|
hey danke.
es lag schlicht und einfach hieran :
Code: | initrd (hd0,0)/initrd |
der wusste einfach nix mit "/boot" anzfangen.
Code: | initrd (hd0,5)/initrd_splash |
das hats getan.
gruß
eeknay _________________ Linda: "The holiday season is time of celebration for most but it is also the time to remember the tragic suffering of the less fortunate."
Morbo: "Earthlings do not yet know the meaning of suffering." |
|
Back to top |
|
|
eeknay Guru
Joined: 07 Jul 2003 Posts: 402 Location: EndOfTheRainbow
|
Posted: Sun Mar 14, 2004 4:40 pm Post subject: |
|
|
@Kleinerwicht
wenn du 2.6.4 verwendest und das bootsplash möchtest und recht schnelle geschwindigkeit, würde ich dir zu den gentoo-dev-sources raten.
die verwende ich und mit dem bootsplash klappt alles wunderbar, ohne patch versteht sich.
gruß
eeknay _________________ Linda: "The holiday season is time of celebration for most but it is also the time to remember the tragic suffering of the less fortunate."
Morbo: "Earthlings do not yet know the meaning of suffering." |
|
Back to top |
|
|
hotkey Tux's lil' helper
Joined: 10 Jul 2003 Posts: 80
|
Posted: Tue May 04, 2004 11:41 pm Post subject: |
|
|
Ich versuche gerade einen Bootsplash einzurichten und komme nicht wirklich weiter. Beim patchen des Kernel (mm-sources 2.6.6) via bootsplash_patch kommt es zu folgender Fehlermeldung.
Code: | ikarus linux # bootsplash_patch
*
* Patching the kernel (branch: 2.6) in /usr/src/linux ...
*
patching file drivers/char/keyboard.c
patching file drivers/char/n_tty.c
patching file drivers/char/vt.c
Hunk #1 succeeded at 3180 (offset 21 lines).
patching file drivers/video/bootsplash/bootsplash.c
patching file drivers/video/bootsplash/bootsplash.h
patching file drivers/video/bootsplash/decode-jpg.c
patching file drivers/video/bootsplash/decode-jpg.h
patching file drivers/video/bootsplash/Kconfig
patching file drivers/video/bootsplash/Makefile
patching file drivers/video/bootsplash/render.c
patching file drivers/video/console/fbcon.c
Hunk #3 succeeded at 324 (offset -1 lines).
Hunk #4 succeeded at 348 (offset -1 lines).
Hunk #5 succeeded at 383 (offset -1 lines).
Hunk #6 succeeded at 416 (offset -1 lines).
Hunk #7 succeeded at 435 (offset -1 lines).
Hunk #8 succeeded at 446 (offset -1 lines).
Hunk #9 succeeded at 499 (offset -1 lines).
Hunk #10 succeeded at 527 (offset -1 lines).
Hunk #11 succeeded at 557 (offset -1 lines).
Hunk #12 succeeded at 584 (offset -1 lines).
Hunk #13 succeeded at 595 (offset -1 lines).
Hunk #14 succeeded at 605 (offset -1 lines).
Hunk #15 succeeded at 619 (offset -1 lines).
Hunk #16 succeeded at 641 (offset -1 lines).
Hunk #23 FAILED at 800.
Hunk #24 FAILED at 813.
Hunk #25 succeeded at 831 (offset -11 lines).
Hunk #26 succeeded at 886 (offset -11 lines).
Hunk #27 succeeded at 908 (offset -11 lines).
Hunk #28 succeeded at 935 (offset -11 lines).
Hunk #29 succeeded at 966 (offset -11 lines).
Hunk #30 succeeded at 992 (offset -11 lines).
Hunk #31 succeeded at 1004 (offset -11 lines).
Hunk #32 succeeded at 1015 (offset -11 lines).
Hunk #33 succeeded at 1096 (offset -11 lines).
Hunk #34 succeeded at 1406 (offset -11 lines).
Hunk #35 succeeded at 1477 (offset -11 lines).
Hunk #36 succeeded at 1606 (offset -11 lines).
Hunk #37 succeeded at 1655 (offset -9 lines).
Hunk #38 succeeded at 1742 (offset -9 lines).
Hunk #39 FAILED at 1924.
Hunk #40 FAILED at 2383.
4 out of 40 hunks FAILED -- saving rejects to file drivers/video/console/fbcon.$
patching file drivers/video/console/fbcon.h
patching file drivers/video/Kconfig
Hunk #1 succeeded at 940 (offset 35 lines).
patching file drivers/video/Makefile
patching file drivers/video/vesafb.c
Hunk #1 succeeded at 171 (offset -3 lines).
patching file include/linux/console_struct.h
patching file include/linux/fb.h
patching file kernel/panic.c
!!! ERROR: media-gfx/bootsplash-0.6-r15 failed.
!!! Function pkg_config, Line 180, Exitcode 1
!!! (no error message) |
Hat jemand eine Idee woran es liegen könnte? Eigentlich habe ich mich den englischen Guide gehalten. Ich könnte mir höchstens vorstellen das mein Kernel zu aktuell ist.
EDIT: Ich habe gerade die gentoo-dev-sources installiert und jetzt läuft es bei mir auch |
|
Back to top |
|
|
|