Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Installation.
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
dapeamel
n00b
n00b


Joined: 16 Jul 2010
Posts: 3

PostPosted: Fri Jul 30, 2010 12:24 am    Post subject: Installation. Reply with quote

Can someone help me I get this error this is the fucking third time
I restalling gentoo please help me

fsck.ext3 no such file or directory while trying open dev/sda3 /dev/sda3:The superbock could not be read or does not describe a correct ext2 filesystem. if the device is valid it really contains ext2 is corrupt, and you might trying running e2fsck with an altenative superblock e2fsck -b 8193 <device> * filesystem couldnt be fixed:(

I dont know what to do..
Back to top
View user's profile Send private message
DONAHUE
Advocate
Advocate


Joined: 09 Dec 2006
Posts: 4336
Location: Goose Creek SC

PostPosted: Fri Jul 30, 2010 2:23 am    Post subject: Reply with quote

boot the cd, mount the gentoo partitions, enter the chroot, nominally:
Code:
mount /dev/sda3 /mnt/gentoo
mount /dev/sda1 /mnt/gentoo/boot
mount -t proc none /mnt/gentoo/proc
mount -o bind /dev /mnt/gentoo/dev
chroot /mnt/gentoo /bin/bash
env-update
source /etc/profile
export PS1="(chroot) $PS1"
emerge wgetpaste pciutils
fdisk -l | wgetpaste
mount | wgetpaste
wgetpaste /etc/fstab
wgetpaste /boot/grub/grub.conf
grep -i ext /usr/src/linux/.config | wgetpaste
lspci -k | wgetpaste
exit

post the url's returned
Back to top
View user's profile Send private message
d2_racing
Moderator
Moderator


Joined: 25 Apr 2005
Posts: 12867
Location: Ste-Foy,Canada

PostPosted: Fri Jul 30, 2010 3:05 am    Post subject: Reply with quote

wgetpaste is really the #1 tool when you are stuck with a black and white console without any working GUI :P
_________________
Sysadmin of Funtoo-Québec.org
Wiki
Signature
IRC on Freenode : #funtoo-quebec
Back to top
View user's profile Send private message
helio
n00b
n00b


Joined: 08 Apr 2006
Posts: 68

PostPosted: Mon Aug 02, 2010 10:52 pm    Post subject: Reply with quote

I had got the same problem when rebooting my laptop after an "emerge -uND world". It seemed to me the newly installed sys-fs/udev-151-r4 (the latest stable version of udev for amd64) was to blame. After I reverted to sys-fs/udev-149 by

emerge "<=sys-fs/udev-149"

I was able to reboot again.

I have also tried an alternative fix suggested by other posts here: I built a new kernel linux-2.6.34-gentoo-r1 with CONFIG_SYSFS_DEPRECATED unset in .config while keeping sys-fs/udev-151-r4. However that didn't work for me -- I still had the same problem when rebooting with the new kernel.
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