Gentoo Linux boot Problem

Hallo,
ich haber mir Gentoo Linux auf meinem PC instaliert sowohl mit der minimal instalations CD als auch mit der Maximal instalation CD (Grafischer Installer) probiert. Bei der minmal Instalation verläuft die Instalation ohne Probleme, doch mit der Maximal CD gibt es einen error sobald er "aditional packages" instaliert ! Ich habe jetzt probiert das System zu booten und bis zu dem punkt
"*Checking root filesystem..." bootet er auch nur danach kommt folgende Fehlermeldung.
*Checking root filesystem ...
ext2fs_check_if_mount: No such file or directory while determining whether /dev/
ROOT is mounted.
fsck.ext3: No such file or directory while trying to open /Dev/Root
/dev/ROOT:
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or somthing else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
esfsck -b 8193 <device>
*Filesystem couldnt be fixed :(
Give root password for maintenance
(or type Control-D to continue):


Jetzt die frage, kann ich das auch ohne neuinstalation wieder hinkriegen ?

Danke im Voraus

MFG
HeAdStYlEr
 
In der grub.conf bzw. lilo.conf sollte das Root-Verzeichnis angegeben ein. /dev/ROOT ist definitiv ein Platzhalter.

Bei grub sollte die grub.conf etwa so aussehen:
-----
default 0
timeout 10

title=Gentoo
root (hd0,0)
kernel /boot/kernel root=/dev/sda1
-----
 
Das sieht mir nicht nach einem Bootloader Problem aus. Eher tipp ich auf einen falschen Eintrag in der fstab und meines Wissens legt Gentoo auch /dev/ROOT bzw. /dev/BOOT,.. in der fstab an. Also bearbeite /etc/fstab mal und trag dort die richtigen Partitionen ein.
 
Danke für die schnelle antwort!
bei mir sieht die Grub conf so aus :

default 0
timeout 30
splashimage=(hd0,0)/grub/splash.xpm.gz
title=Gentoo Linux
root (hd0,0)
kernel /kernel-genkernel-x86-2.6.19-gentoo-r5 root=/dev/ram0 init=/linuxrc ramdisk8192 real_root=/dev/hda3
initrd /initramfs-genkernel-x86-2.6.19-gentoo-r5



MFG
HeAdStYlEr



Ok danke für eure Hilfe es lag an der fstab ^^ Gentoo läuft
Big THX @ all
 
Zurück
Oben