Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Installing Gentoo
  • Search

Starting problem after install

Having problems with the Gentoo Handbook? If you're still working your way through it, or just need some info before you start your install, this is the place. All other questions go elsewhere.
Post Reply
Advanced search
14 posts • Page 1 of 1
Author
Message
judas
n00b
n00b
User avatar
Posts: 37
Joined: Sun Sep 18, 2005 9:02 pm

Starting problem after install

  • Quote

Post by judas » Sun Sep 18, 2005 9:19 pm

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?
Top
davascript
l33t
l33t
User avatar
Posts: 618
Joined: Wed Apr 07, 2004 8:42 pm
Location: Pennsylvania
Contact:
Contact davascript
Website

  • Quote

Post by davascript » Sun Sep 18, 2005 9:44 pm

1.Boot to the livecd
2. Mount your drives

Code: Select all

mount /dev/hda /mnt/gentoo
mount /dev/hda1 /mnt/gentoo/boot
3. Mount proc

Code: Select all

mount -t proc none /mnt/proc
4. Then chroot into your gentoo folder

Code: Select all

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.
Top
judas
n00b
n00b
User avatar
Posts: 37
Joined: Sun Sep 18, 2005 9:02 pm

  • Quote

Post by judas » Sun Sep 18, 2005 9:56 pm

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?
Top
judas
n00b
n00b
User avatar
Posts: 37
Joined: Sun Sep 18, 2005 9:02 pm

  • Quote

Post by judas » Mon Sep 19, 2005 9:21 am

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?
Top
loki99
Advocate
Advocate
User avatar
Posts: 2056
Joined: Fri Oct 10, 2003 11:01 am
Location: Vienna, €urope
Contact:
Contact loki99
Website

  • Quote

Post by loki99 » Mon Sep 19, 2005 9:45 am

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:
Top
judas
n00b
n00b
User avatar
Posts: 37
Joined: Sun Sep 18, 2005 9:02 pm

  • Quote

Post by judas » Mon Sep 19, 2005 9:52 am

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?
Top
loki99
Advocate
Advocate
User avatar
Posts: 2056
Joined: Fri Oct 10, 2003 11:01 am
Location: Vienna, €urope
Contact:
Contact loki99
Website

  • Quote

Post by loki99 » Mon Sep 19, 2005 11:01 am

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?
Top
vanGogh
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 75
Joined: Sat Dec 11, 2004 9:52 pm
Location: Moenchengladbach, Germany

  • Quote

Post by vanGogh » Mon Sep 19, 2005 11:05 am

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!
Top
davascript
l33t
l33t
User avatar
Posts: 618
Joined: Wed Apr 07, 2004 8:42 pm
Location: Pennsylvania
Contact:
Contact davascript
Website

  • Quote

Post by davascript » Mon Sep 19, 2005 12:28 pm

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.
Top
judas
n00b
n00b
User avatar
Posts: 37
Joined: Sun Sep 18, 2005 9:02 pm

  • Quote

Post by judas » Mon Sep 19, 2005 12:44 pm

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?
Top
davascript
l33t
l33t
User avatar
Posts: 618
Joined: Wed Apr 07, 2004 8:42 pm
Location: Pennsylvania
Contact:
Contact davascript
Website

  • Quote

Post by davascript » Mon Sep 19, 2005 12:52 pm

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
Top
judas
n00b
n00b
User avatar
Posts: 37
Joined: Sun Sep 18, 2005 9:02 pm

  • Quote

Post by judas » Mon Sep 19, 2005 2:53 pm

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...
Top
Ph0eniX
Guru
Guru
User avatar
Posts: 502
Joined: Fri Sep 24, 2004 8:59 pm
Location: New York, U.S.

  • Quote

Post by Ph0eniX » Mon Sep 19, 2005 3:02 pm

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.
Top
paulbarker
n00b
n00b
Posts: 70
Joined: Sun Feb 27, 2005 1:57 pm
Location: Manchester, UK
Contact:
Contact paulbarker
Website

  • Quote

Post by paulbarker » Mon Sep 19, 2005 3:43 pm

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
Top
Post Reply

14 posts • Page 1 of 1

Return to “Installing Gentoo”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic