Hallo,
ich werd hier mal wieder gleich bekloppt...
Habe jetzt zum 3. mal Gentoo auf dem Acer Aspire One installiert und bekommt immer diese Meldung wenn ich das System zum erstem mal starten will:
|
Quellcode
|
1
2
3
4
5
6
7
8
|
* Checking root filesystem ...
fsck.ext3: No such file or directory whily trying to open /dev/ROOT:
The superblock could not be read or dies not describe a correct ext2 filesystem. If the devide is valid and it really contains an ext2 filesystem (and not swap or ufs or something else), then the superblock is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
* Filesystem could't be fixed :( [ !! ]
Give root password for maintenance
(or type Control-D to continue):
|
Also, ein paar Sachen die ich ausschließen kann:
Ich habe ext2 und ext3 im Kernel integriert (nicht als Modul).
Mit der Minimal-Gentoo-CD lässt sich das Dateisystem problemlos mounten.
fsck.ext3 läuft von der Live-CD aus ohne Fehler durch.
Ich habe das Dateisystem mit mke2fs -j <device> neu erstellt.
Ich habe die Live-CD, Stages, Portage-Snapshots neu runtergeladen und md5sum stimmt.
So, erstmal, warum sagt er was von ext2? Ist doch ein ext3.
Habe schon ein wenig gegoogled und häufig wird der bootloader erwähnt, also hier die Grub config:
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
|
default 0
timeout 30
title Gentoo Linux 2.6.29-gentoo-r5
root (hd0,0)
kernel kernel-2.6.29-r5 root=/dev/sda3
title Gentoo Linux 2.6.29-gentoo-r5 (rescue)
root (hd0,0)
kernel kernel-2.6.29-r5 root=/dev/sda3 init=/dev/bb
|
Bei der Installation habe ich mich eigentlich an die Schritte im Gentoo Handbuch gehalten.
Hat jemand irgend eine Idee?