Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Starting problem after install
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
judas
n00b
n00b


Joined: 18 Sep 2005
Posts: 37

PostPosted: Sun Sep 18, 2005 9:19 pm    Post subject: Starting problem after install Reply with quote

Hello i have installed gentoo from universal cd and did everything what it says on the manuel (as far as i think) but after the first reboot it starts to open but at the point;

starting devfsd it say //sbin/rc: line 271: /sbin/devfsd nosuch file or directory

* activating (possible) swap... [ok]
* remounting root filesystem read only (if necessary)... [ok]
* checking root filesystem...
fsck: fsck.xfs: not found
fsck: error 2 while executing fxck.xfs for /dev/root [ok]
* remounting root filesystm read/write... [ok]
* setting hostname to tux... [ok]
* calculatýng module dependencies...[ok]
* checking all filesystems...
fsck.ext2: no such file or directory while trying to open /dev/root
/dev/root:
the superblock could not be read or does not describe a correct ext2 filesystem. if the device is valid and really contans an ext2 filesystem (and not swap or ufs or something else), then the superblock is corrupt, nd you might try running efsck with an alternate superblock: e2fsck -b 8193 <device>

* fsck could not correct all errors, manuel repair needed [!!]

i am new to linux.. this is my first try on a linux installation so i am confused.. could you help me what should i do in this point?
Back to top
View user's profile Send private message
davascript
l33t
l33t


Joined: 07 Apr 2004
Posts: 618
Location: Pennsylvania

PostPosted: Sun Sep 18, 2005 9:44 pm    Post subject: Reply with quote

1.Boot to the livecd
2. Mount your drives
Code:
mount /dev/hda /mnt/gentoo
mount /dev/hda1 /mnt/gentoo/boot


3. Mount proc
Code:
mount -t proc none /mnt/proc


4. Then chroot into your gentoo folder
Code:
chroot /mnt/gentoo /bin/bash


5. Once you have finished chroot you are in you r gentoo installation, now you have to look at a couple of files. Please post your files in this thread. fstab would be nice.
Back to top
View user's profile Send private message
judas
n00b
n00b


Joined: 18 Sep 2005
Posts: 37

PostPosted: Sun Sep 18, 2005 9:56 pm    Post subject: Reply with quote

when i write down mount /dev/hda /mnt/gentoo it saya
VFS: Cant find ext3 filesystem on dev hda
SQUASHFS error: Cant find a SQUASHFS superblock on hda
mount: you must specify the filesystem type

do you think that trying to insatall again from the beginning would be a good idea?
Back to top
View user's profile Send private message
judas
n00b
n00b


Joined: 18 Sep 2005
Posts: 37

PostPosted: Mon Sep 19, 2005 9:21 am    Post subject: Reply with quote

i have installed again and have the same error again..

while 6. Chrooting into the Gentoo Base System i dont use cp -L /etc/resolv.conf /mnt/gentoo/etc/resolv.conf

and i couldnt emerge coldplug nor hotplug.. will it be the reason for this problem?
Back to top
View user's profile Send private message
loki99
Advocate
Advocate


Joined: 10 Oct 2003
Posts: 2056
Location: Vienna, €urope

PostPosted: Mon Sep 19, 2005 9:45 am    Post subject: Reply with quote

judas wrote:
i have installed again and have the same error again..

while 6. Chrooting into the Gentoo Base System i dont use cp -L /etc/resolv.conf /mnt/gentoo/etc/resolv.conf

and i couldnt emerge coldplug nor hotplug.. will it be the reason for this problem?


If you didn't copy your resolv.conf to your newly build system you most propably don't have an internet conection. Without any connection to the net you won't be able to download the sources for coldplug/hotplug and therefore are unable to emerge them.

You really should stick to the handbook!

For your problems with the file system please take another look at Chapter 4. Preparing the Disks and check whether you missunderstood or forgot anything! :wink:
Back to top
View user's profile Send private message
judas
n00b
n00b


Joined: 18 Sep 2005
Posts: 37

PostPosted: Mon Sep 19, 2005 9:52 am    Post subject: Reply with quote

i have done it.. copying it emerges the coldplug and hot plug but i still have the devfsd error.. dont understand what is going wrong.. any ideas?
Back to top
View user's profile Send private message
loki99
Advocate
Advocate


Joined: 10 Oct 2003
Posts: 2056
Location: Vienna, €urope

PostPosted: Mon Sep 19, 2005 11:01 am    Post subject: Reply with quote

You need to give us more information.

*) How did you partition your harddisk?

*) What filesystem did you put on those partitions?

*) At what point of the handbook did you get stuck this time?

*) Did you compile your kernel manually or did you use genkernel?
Back to top
View user's profile Send private message
vanGogh
Tux's lil' helper
Tux's lil' helper


Joined: 11 Dec 2004
Posts: 75
Location: Moenchengladbach, Germany

PostPosted: Mon Sep 19, 2005 11:05 am    Post subject: Reply with quote

loki99 wrote:
You need to give us more information.

*) How did you partition your harddisk?

*) What filesystem did you put on those partitions?

*) At what point of the handbook did you get stuck this time?

*) Did you compile your kernel manually or did you use genkernel?


yeah, take it easy!!! when it works you dont want anything else!
_________________
Californication!
Back to top
View user's profile Send private message
davascript
l33t
l33t


Joined: 07 Apr 2004
Posts: 618
Location: Pennsylvania

PostPosted: Mon Sep 19, 2005 12:28 pm    Post subject: Reply with quote

1. Please post your fstab.
2. Make sure you have compiled your kernel with ext3 as compile not module.
3. Compile your kernel yourself it might be confusing at first but take your time and after doing it it is definitely less daunting.
4. Try not to skip any of the steps in the guide, screwy things will happen itf you don't.
5. and we do need more information about your system. partitioning scheme, filesystem scheme, and how did you compile.
Back to top
View user's profile Send private message
judas
n00b
n00b


Joined: 18 Sep 2005
Posts: 37

PostPosted: Mon Sep 19, 2005 12:44 pm    Post subject: Reply with quote

Thank you very much to all..

Ok fstab is;

/dev/hda1 /boot ext2 defaults, noatime 1 2
/dev/hda2 none swap sw 0 0
/dev/hda3 / ext3 noatime 0 1
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
/dev/fd0 /mnt/floppy auto noauto 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0

partition info;

40 gb hdd and i am only using/installing gentoo no other os yet.

i did everything in the manual. 3 partitions

hda1 - 32 m - ext 2 - boot
hda2 - 512m - swap
hda3 - rest - ext3 - root


i use genkernel but each time i start the instalation aftr writing genkernel y internet connection gone an i dont know why even i copy the conf file..

i hope this will be enough.. got any ideas?
Back to top
View user's profile Send private message
davascript
l33t
l33t


Joined: 07 Apr 2004
Posts: 618
Location: Pennsylvania

PostPosted: Mon Sep 19, 2005 12:52 pm    Post subject: Reply with quote

compile your kernel yourself(reading other docs helps i.e. read some of the kernel docs)
i dont copy my resolv.conf i manually configured it using these instructons
try that out and let us know if the errors have changed
Back to top
View user's profile Send private message
judas
n00b
n00b


Joined: 18 Sep 2005
Posts: 37

PostPosted: Mon Sep 19, 2005 2:53 pm    Post subject: Reply with quote

ok i have re installed everything and manually set the kernel (not used genkernel) and reboot..

the past error i gone but this time it says problem starting needed services net mount was not started

and i login as root with my password..

by the way how am i suppose to know that i did everything right? I mean i am expecting a graphical page like windows so at the end i am going to be able to work in a graphical enviroment dont i? or do i need another cd for that graphical intrface like my desktop, network places...
Back to top
View user's profile Send private message
Ph0eniX
Guru
Guru


Joined: 24 Sep 2004
Posts: 502
Location: New York, U.S.

PostPosted: Mon Sep 19, 2005 3:02 pm    Post subject: Reply with quote

judas wrote:
I mean i am expecting a graphical page like windows so at the end i am going to be able to work in a graphical enviroment dont i? or do i need another cd for that graphical intrface like my desktop, network places...


No, you won't have a GUI unless you emerge it first and add it to the default run level.
Back to top
View user's profile Send private message
paulbarker
n00b
n00b


Joined: 27 Feb 2005
Posts: 70
Location: Manchester, UK

PostPosted: Mon Sep 19, 2005 3:43 pm    Post subject: Reply with quote

http://www.gentoo.org/doc/en/index.xml?catid=desktop.

If you're used to windows, I suggest using KDE as your desktop environment.

1) Follow instructions for setting up xorg-x11 (this provides graphics).
2) Choose a window manager or desktop environment (KDE, Gnome and Fluxbox have guides on the docs page, search the web for screenshots and decide which one you like).
3) Install your chosen environment according to the docs.

Best of luck and post in the desktop environments forum if you have problems.

HTH, Paul
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