Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[DUP] Boot-Problem nach Installation (Partitionen)
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
distax
n00b
n00b


Joined: 24 May 2005
Posts: 12
Location: DE-Olpe

PostPosted: Tue May 24, 2005 2:01 pm    Post subject: [DUP] Boot-Problem nach Installation (Partitionen) Reply with quote

Hallo
Nach einer mißlungene Stage2 Installation (opensll needs Pearl5) habe ich /dev/hda4 mit "mke2fs -j /dev/hda4" neu formatiert. Der Befehl "mount /dev/hda4 /mnt/gentoo" gibt "EXT2-fs warning (device hda4): ext2_fill_super:mounting ext3 filesystem as ext2" aus. Ist das normal, weil das FS auf der CD (2005.0) ext2 ist. Oder liegt da schon das Problem?
Hab Stage3(werde wenn alles läuft emerge -e world mit angepasster make.conf machen), Kernel, Bootmanager usw installiert. Nach dem Reboot erhalte ich folgende Fehlermeldung:


Code:

*mounting proc at /proc [ok]
*mounting sysfs at /sys [ok]
*mounting devpts at /dev/pts [ok]
*starting devfsd
/sbin/rc line 271 /sbin/devfs No such file oe directory [!!]   

*Activating (possible) swap... [ok]
*Remounting root filesystem read-only (if necessary) [ok]
*checking root filesystem.....

fsck.ext3: No such file or directory while trying to open /dev/hda4
/dev/hda4
The Superblock could not be read or does not describe a correct ext2     (ist ext2 richtig?? da ext3 "ext2 +j" ist?)
filesystem. If the device is valid and it really contains an ext2 filesystem(and not.....), then the superblock is corrupt
and you might try running e2fsck with alternate superblock
  e2fsck -b 8193 <device>

* Filesystem couldn't be fixed :(      [!!]

Give root pass.......


Meine /etc/fstab

Code:

/dev/hda2     /boot         ext2     noauto,noatime     1  1
/dev/hda4     /               ext3     noatime                0  0
/dev/hda3    none          swap    sw                        0  0
/dev/cdrom.......

none             /proc        proc      defaults                0  0
none             /dev/shm  tmpfs    defaults                0  0         
Back to top
View user's profile Send private message
Hilefoks
l33t
l33t


Joined: 29 Jan 2003
Posts: 849
Location: Emden / Deutschland

PostPosted: Tue May 24, 2005 2:31 pm    Post subject: Re: Boot-Problem nach Installation (Partitionen) Reply with quote

Moin,
distax wrote:
Der Befehl "mount /dev/hda4 /mnt/gentoo" gibt "EXT2-fs warning (device hda4): ext2_fill_super:mounting ext3 filesystem as ext2" aus. Ist das normal, weil das FS auf der CD (2005.0) ext2 ist. Oder liegt da schon das Problem?

das ist normal. Aber nicht wegen der LiveCD sondern weil ein einfaches mount die Partition als ext2 und nicht als ext3 mountet. Willst du das er die Partition als ext3 mountet mußt du ihm das mit
Code:
mount /dev/hda4 /mnt/gentoo -t ext3
sagen. Leider sehe ich aber den Fehlergrund bei dir nicht, sorry!

Mfg Hilefoks
Back to top
View user's profile Send private message
aisixt
n00b
n00b


Joined: 09 Mar 2005
Posts: 41

PostPosted: Tue May 24, 2005 2:51 pm    Post subject: Reply with quote

gleichen fehler hatte ich auch, is manueller kernel oder? geb mal die config von dem filesys, kann sein das du das gleiche prob hast wie ich, dann musste in den File systems --> Pseudo filesystems
nur bei

/proc filesystem support
/dev filesystemsupport
Virtual memory file system support (from shm fs)

nen haken zum einkompilieren machen, du hast sicher auch /dev/pts, dann bekommste den fehler (hatt nähmlich genau das gleiche)
Back to top
View user's profile Send private message
slick
Bodhisattva
Bodhisattva


Joined: 20 Apr 2003
Posts: 3495

PostPosted: Tue May 24, 2005 2:53 pm    Post subject: Reply with quote

Duplikat von
:arrow: https://forums.gentoo.org/viewtopic-t-323849.html
:arrow: https://forums.gentoo.org/viewtopic-t-323623.html
:arrow: https://forums.gentoo.org/viewtopic-t-327790.html
:arrow: https://forums.gentoo.org/viewtopic-t-335400.html
Bitte dort weiterlesen und/oder posten.
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    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