Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
fsck.ext3 fehler beim booten [gelöst]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
avton
n00b
n00b


Joined: 02 Apr 2008
Posts: 3

PostPosted: Wed Apr 02, 2008 11:41 pm    Post subject: fsck.ext3 fehler beim booten [gelöst] Reply with quote

Hallo

Nachdem ich Gentoo neu aufgesetzt habe bekomm ich folgende Fehlermeldung beim booten:


Quote:

*Mounting proc at /proc [ok]
*Mounting sysfs at /sys ... [ok]
*Mounting /dev for udev [ok]
Seeding udevd ...
udevd[949]: init_udevd_socket:
error getting socket: Adress family not supoorted by protcol
error initializing udevd socket
udevd[949]: main error initializing edevd socket [!!]
*Populating /dev with exiting devices through uevents ... [ok]
*Setting udev process events [!!]
*Finalizing udev configuration [ok]
*Mounting devpt at /dev/pts [ok]
*checking root filesystem ...
fsck.ext3: No such file or directory while trying to open /dev/hda6
/dev/hda6:
The superblock could not be read

[...]




ca. hier endet der boot-vorgang und ich hab nur noch die moeglichkeit neuzustarten oder mein root-passwort einzugeben und ein halbes gentoo im read-only modus zu benutzen. Das root-filesystem ist in ordnung. ich hab das gefuehl ich hab irgendwo nen konfigurationsfehler gemacht. koennt ihr mir da weiter helfen?

hier meine fstab:

Code:
# /etc/fstab: static file system information.
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency).  It's safe to drop the noatime options if you want and to
# switch between notail / tail freely.
#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
# See the manpage fstab(5) for more information.
#

# <fs>         <mountpoint>   <type>      <opts>      <dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/hda1      /boot      ext2      noauto,noatime   1 2
/dev/hda6      /      ext3      noatime      0 1
/dev/hda9      none      swap      sw      0 0
/dev/cdrom      /mnt/cdrom   audo      noauto,ro   0 0
/dev/hda8       /usr/portage    reiserfs   noatime      0 1
/dev/hda5       /home/      ext3      noatime,users   0 1
#/dev/fd0      /mnt/floppy   auto      noauto      0 0
none          /proc       proc      defaults    0 0
# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
#  use almost no memory if not populated with files)
shm         /dev/shm   tmpfs      nodev,nosuid,noexec   0 0


hier meine grub.conf:

Code:



default 0
timeout 30


title=Gentoo
root (hd0,0)
kernel (hd0,0)/kernel root=/dev/hda6 devfs=nomount gentoo=nodevfs



title=Windows XP
rootnoverify (hd0,1)
makeactive
chainloader +1


edit:

kernelconfig


Last edited by avton on Thu Apr 03, 2008 10:01 pm; edited 2 times in total
Back to top
View user's profile Send private message
s.hase
Apprentice
Apprentice


Joined: 19 Nov 2004
Posts: 293

PostPosted: Wed Apr 02, 2008 11:48 pm    Post subject: Reply with quote

Warum benutzt eigentlich keiner mehr die Suche? Aber zur Lösung, das Problem dürfte das hier sein
Code:

udevd[949]: init_udevd_socket:
error getting socket: Adress family not supoorted by protcol
error initializing udevd socket
udevd[949]: main error initializing edevd socket [!!]

und das deutet darauf hin das in Kernel UNIX DOMAIN SOCKETS nicht aktiviert ist.
Back to top
View user's profile Send private message
avton
n00b
n00b


Joined: 02 Apr 2008
Posts: 3

PostPosted: Thu Apr 03, 2008 2:53 pm    Post subject: Reply with quote

kernelconfig

ich finde den oben genannten eintrag nicht :/
Back to top
View user's profile Send private message
toralf
Developer
Developer


Joined: 01 Feb 2004
Posts: 3922
Location: Hamburg

PostPosted: Thu Apr 03, 2008 4:23 pm    Post subject: Reply with quote

avton wrote:
kernelconfig

ich finde den oben genannten eintrag nicht :/
hier guckst Du:
Code:
  │ Symbol: UNIX [=n]                                                                                                   │
  │ Prompt: Unix domain sockets                                                                                         │
  │   Defined at net/unix/Kconfig:5                                                                                     │
  │   Depends on: NET                                                                                                   │
  │   Location:                                                                                                         │
  │     -> Networking                                                                                                   │
  │       -> Networking support (NET [=y])                                                                              │
  │         -> Networking options                                                                                       │
:-)
Back to top
View user's profile Send private message
avton
n00b
n00b


Joined: 02 Apr 2008
Posts: 3

PostPosted: Thu Apr 03, 2008 9:58 pm    Post subject: Reply with quote

oh :oops:

vielen herzlichen dank
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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