View previous topic :: View next topic |
Author |
Message |
south n00b
Joined: 29 Sep 2004 Posts: 53 Location: Vienna
|
Posted: Sat Jun 11, 2005 11:15 am Post subject: / fs problem nach installation [SOLVED |
|
|
hallo,
hab auf einem PIII eine stage3+getoo-sources installation durchgeführt, soweit so gut
beim booten bekomm ich dann folgende fehlermeldungen:
Code: |
*starting devfsd...
/sbin/rc: line 271: /sbin/devfsd: no such file or directory
|
Code: |
*checking root file system...
fsck.ext3 no such file or directory while trying to open /dev/hda3
/dev/hda3:
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 ou ufs or something else), then the superblock is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck - 8193 <device>
*filesystem couldn't be fixed
|
hab schon in den udev-guide und devfs-guide reingwschaut, konnte aber nicht so richtig schlau draus werden
nachdem im installations-guide nirgends (außer beim genkernel) udev oder devfs erwähnt is hab ich auch nix gemerged etc.
is eines der beiden bei einer installation erforderlich ?
danke _________________ gentoo-2.6.10-r6; x86; kde 3.4
athlon xp2000, nvidia
greetings from the south
Last edited by south on Sat Jun 11, 2005 4:25 pm; edited 1 time in total |
|
Back to top |
|
|
Freiburg Guru
Joined: 19 Jun 2004 Posts: 504 Location: Freiburg
|
Posted: Sat Jun 11, 2005 11:31 am Post subject: |
|
|
Ich würde UDev nehmen, DevFSD ist veraltet und Gerg KH hat gerade die erste Patches auf die Kernelmailingliste gepostet die DevFSD entfernen (UDev und DevFSD managen beide die DeviceNodes in /Dev UDev bietet allerdings mehr Möglichkeiten). Mach mal ein
damit sollte dann das erste Problem gelöst sein, das zweite hab ich noch nie gesehen, vielleicht hängt das auch mit fehlenden Devicenodes zusammen... |
|
Back to top |
|
|
SinoTech Advocate
Joined: 20 Mar 2004 Posts: 2579 Location: Neunkirchen / Saarland / Germany
|
Posted: Sat Jun 11, 2005 3:13 pm Post subject: |
|
|
1. Installiere "udev"
2. Entferne "devfs" support aus deinem Kernel. Falls du ihn selbst baust:
Code: |
$ cd /usr/src/linux
$ make menuconfig
Filesystems -> Pseudo Filesystems ->
[ ] /dev file system support (Obsolete)
|
Falls du genkernel benutzt musst du die Option "--udev" bei "genkernel" angeben.
Code: |
$ genkernel --udev all
|
Mfg
Sino |
|
Back to top |
|
|
south n00b
Joined: 29 Sep 2004 Posts: 53 Location: Vienna
|
Posted: Sat Jun 11, 2005 4:25 pm Post subject: |
|
|
thx a 100 times!
startet wie's soll
emerge udev
kernel ausgebessert und make && modules_install
hab zusätzlich noch gentoolkit gemerged...man weiß ja nie
nochmals danke _________________ gentoo-2.6.10-r6; x86; kde 3.4
athlon xp2000, nvidia
greetings from the south |
|
Back to top |
|
|
|