/boot/initrd.splash not found

Welches Modul/Treiber für welche Hardware, Kernel compilieren...
Antworten
Benutzeravatar
derdoode
Beiträge: 95
Registriert: 15.09.2002 12:19:34
Wohnort: Hamburg

/boot/initrd.splash not found

Beitrag von derdoode » 16.11.2004 10:00:10

Hi,

habe vanilla-kernel 2.6.9 mit
bootsplash-3.1.4-sp3-2.6.9-rc4.diff,
software-suspend-2.1.5-for-2.6.9 und
acpi-20041105-26-stable-release.diff.bz2

gepatcht.

Patche liefen einwandfrei, kompilieren des kernel auch.

Anpassung von grub für die initrd /boot/initrd.splash

title Debian GNU/Linux, kernel 2.6.9
root (hd0,2)
kernel /boot/vmlinuz-2.6.5 root=/dev/hda5 vga=791 ro splash=silent
initrd /boot/initrd.splash
savedefault
boot

wie im bootsplash wiki.

A b e r

beim booten erzählt mir der kernel, er fände die Datei /boot/initrd.splash nicht, obwohl sie da steht, Partition, /dev/hda3.

Wo ist der Fehler ?

Gruss

derdoode
:roll:

scaphilo
Beiträge: 23
Registriert: 27.10.2004 08:12:41
Wohnort: Schweiz

Beitrag von scaphilo » 22.12.2004 09:59:40

hi doode :-)

eine frage: kannst du mit dem kernel booten ohne das initrd.splash?

weil bei mir überprüft der grub ob das initrd.splash vorhanden ist und ich kann danach nochmal versuchen einen anderen kernel zu laden.

gruss scaphilo

PS: hatte das selbe problem weil ch /boot/initrd.splash geschriben habe, aber sich das initrd.splash vom grub aus im rootverzeichnis befand -> /initrd.splash ohne boot

Benutzeravatar
TCA
Beiträge: 1465
Registriert: 14.05.2004 23:42:30
Wohnort: Göttingen

Beitrag von TCA » 22.12.2004 11:14:16

root = /dev/hda5 ?

initrd = /dev/hda3 ?


wenn das richtig ist mußt du einen symlink von /dev/hda3/boot/initrd.splash nach
/boot/initrd.splash von hda5 aus legen.

So wie du es geschrieben hast sucht er initrd.splash auf /dev/hda5.

Kenne mich mit Grub aber nicht sonderlich gut aus.



TCA
Gruss
Marc

Wer glaubt, etwas zu sein,
hat aufgehört, etwas zu werden.

debianforum.de Verhaltensregeln

weizenbier
Beiträge: 387
Registriert: 26.11.2002 15:37:00
Wohnort: Oberhausen

Re: /boot/initrd.splash not found

Beitrag von weizenbier » 22.12.2004 11:18:14

Passe das mal so an
derdoode hat geschrieben: Anpassung von grub für die initrd /boot/initrd.splash

title Debian GNU/Linux, kernel 2.6.9
root (hd0,2)
kernel /boot/vmlinuz-2.6.5 root=/dev/hda5 vga=791 ro splash=silent
initrd (hd0,2)/initrd.splash
savedefault
boot
Spass,

Weizenbier
There are only 10 types of people in the world:
Those who do understand binary and those who don't.

Benutzeravatar
derdoode
Beiträge: 95
Registriert: 15.09.2002 12:19:34
Wohnort: Hamburg

Re: /boot/initrd.splash not found: solved

Beitrag von derdoode » 09.01.2005 01:35:54

weizenbier hat geschrieben:Passe das mal so an
derdoode hat geschrieben: Anpassung von grub für die initrd /boot/initrd.splash

title Debian GNU/Linux, kernel 2.6.9
root (hd0,2)
kernel /boot/vmlinuz-2.6.5 root=/dev/hda5 vga=791 ro splash=silent
initrd (hd0,2)/initrd.splash
savedefault
boot
Spass,

Weizenbier
Der Fehler war:

die Zeile

initrd /boot/initrd.splash

weil er beim Suchen sowieso in /boot nach dem image sucht, also

initrd /initrd.splash

ist richtig.

Gruss

derdoode

Antworten