thread_killer
09-19-2005, 08:17 PM
Ok, I just did a stage 1 gentoo. Installed grub, went to reboot. Everything looked fine, then during "checking root filesystem" I get this error:
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 something else), then the supeblock is corrupt, and you might try running e2fsck with an alternate superblock"
e2fsck -b 8193 <device>
*Filesytem couldn't be fixed :(
Then it asks me for the root password.
So...what file did I make a typo in? root (/dev/hda3) should be ext3. /boot (/dev/hda1) is the only ext2 partition. I'm sure I just fat fingered something, but I'm not entirely sure where to start looking. What file is the OS checking when it returns that error?
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 something else), then the supeblock is corrupt, and you might try running e2fsck with an alternate superblock"
e2fsck -b 8193 <device>
*Filesytem couldn't be fixed :(
Then it asks me for the root password.
So...what file did I make a typo in? root (/dev/hda3) should be ext3. /boot (/dev/hda1) is the only ext2 partition. I'm sure I just fat fingered something, but I'm not entirely sure where to start looking. What file is the OS checking when it returns that error?