| View previous topic :: View next topic |
| Author |
Message |
dapeamel n00b

Joined: 16 Jul 2010 Posts: 3
|
Posted: Fri Jul 30, 2010 12:24 am Post subject: Installation. |
|
|
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 |
|
 |
DONAHUE Advocate


Joined: 09 Dec 2006 Posts: 4336 Location: Goose Creek SC
|
Posted: Fri Jul 30, 2010 2:23 am Post subject: |
|
|
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 |
|
 |
d2_racing Moderator


Joined: 25 Apr 2005 Posts: 12867 Location: Ste-Foy,Canada
|
Posted: Fri Jul 30, 2010 3:05 am Post subject: |
|
|
wgetpaste is really the #1 tool when you are stuck with a black and white console without any working GUI  _________________ Sysadmin of Funtoo-Québec.org
Wiki
Signature
IRC on Freenode : #funtoo-quebec |
|
| Back to top |
|
 |
helio n00b

Joined: 08 Apr 2006 Posts: 68
|
Posted: Mon Aug 02, 2010 10:52 pm Post subject: |
|
|
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 |
|
 |
|