Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
GRUB booting error: fsck.ext3 no such file or directory...
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
kjohns
n00b
n00b


Joined: 25 May 2008
Posts: 7

PostPosted: Sun May 25, 2008 12:39 am    Post subject: GRUB booting error: fsck.ext3 no such file or directory... Reply with quote

Hi,

I'm trying to use gentoo version 2007.0 on my computer. I have followed all the directions for installing in the handbook, and have completed the whole thing.
When booting up for the first time, I get an error that says:

Checking root filesystem...
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 superblock is corrupt, and you might try running e2fsck with an alternate superblock

I set my partitions to be:
hda1 as the boot partition, ext2
hda2 swap
hda3 root, ext3
just like the handbook suggested

Could someone help me get my machine to boot properly? It would be a great help.

If everyone can't tell, I am not very experienced with linux, though I have been learning from this experience.

Thanks,
Kyle
Back to top
View user's profile Send private message
cyrillic
Watchman
Watchman


Joined: 19 Feb 2003
Posts: 7313
Location: Groton, Massachusetts USA

PostPosted: Sun May 25, 2008 1:58 am    Post subject: Reply with quote

You just need to edit your /etc/fstab to replace the placeholders
Code:
/dev/BOOT
/dev/SWAP
/dev/ROOT

with actual device names
Code:
/dev/hda1
/dev/hda2
/dev/hda3

then it should boot without that error message.


ps. Welcome to the Gentoo Forums
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum