Ext2 Module not found at boot

Gerhard Gaußling ggrubbish at web.de
Sam Okt 22 15:05:43 CDT 2005


Am Samstag 22 Oktober 2005 20:26 schrieb Thilo Six:
> Gerhard Gaußling schrieb am 22.10.2005 18:50:
> >>in /etc/modules befindet sich kein 'ext2'.
> >
> > Hmmm... Ich habe da auch keine Ideen, was bei Dir falsch läuft. Bei
> > mir findet sich in der initrd/modules folgendes:
> > $ tail -n8  /etc/mkinitrd/modules
> >
> > #http://ubuntuforums.org/archive/index.php/t-18808.html
> > #ide-generic
> > amd74xx
> > libata
> > ide-generic
> > sd_mod
> > ext3
> >
> >
> > Ich weiß aber nicht, was da stehen _muß_.
> >
> > ciao
> >
> > Gerhard
>
> # tail -n8  /etc/mkinitrd/modules
> # Comments begin with a `#', and everything on the line after them
> are ignored.
> #
> # You must run mkinitrd(8) to effect this change.
> #
> # Examples:
> #
> #  ext2
> #  wd io=0x300
>
> sieht bei mir anders aus.
> evtl. muss die Zeile mit ext2 ohne # sein?
> Ich benutze kein ext2, nur ext3.
>
> MfG Thilo

Wenn Du die fs module schon in der initrd laden willst/mußt so solltest 
Du auch ext3 nehmen.

http://www.debian.org/doc/manuals/reference/ch-kernel.en.html#s-ext3
 
    ~# cd /etc/mkinitrd
    ~# echo jbd >>modules
    ~# echo ext3 >>modules
    ~# echo ext2 >>modules

Ich habe dazu auch folgendes gefunden:
/etc/mkinitrd/modules:
http://www.edseek.com/archives/2004/03/22/creating-an-initrd-image-on-debian-gnulinux/
http://ywwg.com/wiki/index.php/Ubuntu_Hoary_(5.04)_on_an_IBM_T43
Installation auf einen usb-stick:
http://66.102.9.104/search?q=cache:i1cC33gtXM8J:www.ubuntu-anwenderhandbuch.org/node102.html+site:ubuntu-anwenderhandbuch.org+/etc/mkinitrd/modules&hl=de

/etc/modules:
http://www.ubuntu-anwenderhandbuch.org/node267.html#2490

Dabei bin ich auf das ubuntu-Anwenderhandbuch gestoßen:
5.04:
http://people.freenet.de/Dutchy-Auktionen/Ubuntu/ubuntu_anwenderhandbuch.pdf
5.10:
http://www.ubuntu-anwenderhandbuch.org
debian-referenz:
http://qref.sourceforge.net/Debian/reference/reference.de.txt
http://qref.sourceforge.net/Debian/reference/reference.de.pdf
ab 
7.1. Neukompilieren des Kernels
-------------------------------
speziell:
7.2.4. EXT3-Dateisystem ( > 2.4.17)
-----------------------------------

siehe oben (   ~# cd /etc/mkinitrd ) 

ciao

Gerhard